/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/
/* @group region*/

/* Removes Padding of Columns Inside This Row  */
.relative {
    position: relative;
}

/* Removes Padding of Columns Inside This Row So They Touch The Edge Of Container */
.row-nopad {
    margin-right: -15px;
    margin-left: -15px;
}

.row-nopad > * {
    padding-right: 0;
    padding-left: 0;
}

.row-nopad:before,
.row-nopad:after {
    display: table;
    content: " ";
}

.row-nopad:after {
    clear: both;
}
.nopad-md{padding: 0;}

@media (min-width: 992px) {
    .nopad-md{
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Disables Textarea Resize that Messes with Design */
textarea {
    resize: none;
}

/* Force Block Elements To Stack Horizontally */
/* Ex: Span Around A Phrase So It drops Down */
/* As a Whole When Responding  */
.inline-block {
    display: inline-block
}

/* Prevents Flicker On Transition */
.carousel {
    position: relative;
    z-index: 1000;
}

/* Always Displays a Scrollbar even if page does not need to scroll */
html {
    font-size: 16px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
/* @endregion*/

/**********************************************/
/*******        Fonts Classes           *******/
/**********************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    font-family: "Smooch", cursive;
}

h1, .h1 {
    font-size: 48px;
}

h2, .h2 {
    font-size: 40px;
}

h3, .h3 {
    font-size: 32px;
}

h4, .h4 {
    font-size: 26px;
}

.gold {
    color: #be943c;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.lead {
    font-size: 1.25rem;
}

a {
    color: #be943c;
}

a:hover, a:focus, a:active {
    color: #af8937;
}

/**********************************************/
/*******       Template Classes         *******/
/**********************************************/

body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    min-height: 100vh;
}

/* section#welcome, section#contact {
    padding: 50px 0;
} */

.section-pad {
    padding: 50px 0;
}

.section-pad-sm {
    padding: 40px 0;
}

.alt-bg {
    background: #e7e6e3;
}

/* section#sale {
    padding: 50px 0;
    background-color: #000;
    color: #fff;
    background: -o-linear-gradient(left, #222, #000, #222);
    background: -webkit-gradient(linear, left top, right top, from(#222), color-stop(#000), to(#222));
    background: linear-gradient(to right, #222, #000, #222);
    -o-border-image: -o-linear-gradient(left, #cba962,#be943c,#cba962) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#cba962),color-stop(#be943c),to(#cba962)) 1;
       border-image: linear-gradient(to right, #cba962,#be943c,#cba962) 1;
    border-width: 5px 0;
    border-style: solid;
} */

.btn-primary {
    background-color: #be943c;
    color: #333;
    border: none;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background-color: #af8937;
    color: #333;
}

footer {
    text-align: center;
    padding: 15px;
    background-color: #000;
    color: #fff;
}

.banner img {
    width: 100%;
}

/**********************************************/
/*******      Navigation Classes        *******/
/**********************************************/

.nav-logo {
    text-align: center;
    background: -o-linear-gradient(left, #222, #000, #222);
    background: -webkit-gradient(linear, left top, right top, from(#222), color-stop(#000), to(#222));
    background: linear-gradient(to right, #222, #000, #222);
}

.nav-logo .inline-block {
    max-width: 25%;
    padding: 15px;
    margin: 0 auto;
}

.nav-logo img {
    width: 100%;
}

.navbar {
    border-radius: 0;
    border-width: 5px 0;
    -o-border-image: -o-linear-gradient(left, #cba962,#be943c,#cba962) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#cba962),color-stop(#be943c),to(#cba962)) 1;
       border-image: linear-gradient(to right, #cba962,#be943c,#cba962) 1;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    background-color: #000;
    margin-bottom: 0;
}

.nav-justified>li>a {
    color: #fff;
    text-transform: uppercase;
}

.nav-justified>li>a:hover, .nav-justified>li>a:active, .nav-justified>li>a:focus {
    background-color: #be943c;
    color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

/**********************************************/
/*******        Animal Classes          *******/
/**********************************************/

.animals>div {
    margin-bottom: 35px;
}

.animals>div img,
#case img {
    margin-bottom: 8px;
}

.animals  > div img {
    opacity: .85;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.animals > div a:hover img {
    opacity: 1;
}

.PedAnmName {
    display: none;
}

.PedCalvedRow,
.PedTable,
.divEpdTbl {
    font-size: 1rem;
}

.divEpdTbl caption {
    background-color: #c4a341;
    border-color: #d8d8d3;
    color: #333;
}

.divEpdTbl tbody {
    background-color: #e7e6e3;
}

.divEpdTbl thead {
    background-color: #f1f0eb;
}

.divEpdTbl td,
.divEpdTbl th {
    border-color: #d8d8d3;
}

.animal-caption p {
    color: #888;
    line-height: 1.1;
    margin-bottom: 0;
}

.EPDAsOfDt {
    padding-top: 0;
}

.epd-btn {
    display: none;
    margin-bottom: 10px;
}

.PedTable {
    margin-bottom: 15px;
}

.PedTable label {
    font-size: 1rem;
}

/**********************************************/
/********        Form Classes          ********/
/**********************************************/

label {
    font-weight: 400;
}

.btn-form:disabled {
    opacity: .65;
    cursor: not-allowed;
    pointer-events: all;
}

.btn-form[disabled],
.btn-form[disabled]:hover,
.btn-form[disabled]:focus,
.btn-form[disabled]:active {
    background-color: #be943c;
    outline: none;
}

.btn-form {
    -webkit-transition: outline .25s ease-in-out;
    -o-transition: outline .25s ease-in-out;
    transition: outline .25s ease-in-out;
}

.btn-form:focus,
.btn-form:active:focus {
    outline-offset: 2px;
    outline: 2px solid #f3a36a;
}

.form-control:focus {
    border-color: #86b7fe;
    -webkit-box-shadow: 0 0 0 2px #86b7fe;
    box-shadow: 0 0 0 2px #86b7fe;
}

.breederFormError,
.form-control.breederFormError {
    border-color: #d64947;
}

.breederFormError:focus,
.form-control.breederFormError:focus {
    -webkit-box-shadow: 0 0 0 2px #d64947;
    box-shadow: 0 0 0 2px #d64947;
}

.breederFormErrorMesssage {
    display: none;
    position: relative;
    color: #d64947;
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

.breederFormError~.breederFormErrorMesssage {
    display: block;
    margin-left: 2px;
    top: 1px;
}

.breederFormOptional {
    font-size: 85%;
    color: #888;
}

.sm-pad-3-col>.col-xs-6 {
    padding-right: 5px;
}

.sm-pad-3-col>.col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.sm-pad-3-col>.col-xs-3:last-child {
    padding-right: 15px;
}

.sm-pad-2-col>.col-xs-6:first-child {
    padding-right: 5px;
}

.sm-pad-2-col>.col-xs-6:last-child {
    padding-left: 5px;
}

.breederEmailHeading,
.breederEmailHeadingC {
    display: none;
}

.grow-wrap {
    display: grid;
}

.grow-wrap::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
}

.grow-wrap>textarea {
    resize: none;
    overflow: hidden;
}

/* Match the other input field styles */
.grow-wrap>textarea,
.grow-wrap::after {
    border: 1px solid #ccc;
    border-radius: 4px; 
    font-size: 14px;  
    color: #555; 
    min-height: 100px;
    padding: 6px 12px;    
    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.g-recaptcha {
    margin-bottom: 15px;
}

/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

/**********************************************/
/*******      Media Query Classes       *******/
/**********************************************/

@media screen and (min-width: 768px) {
    .animals {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .animals::before,
    .animals::after {
        content: none;
    }
    
    .flex-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .section-pad {
        padding: 60px 0;
    }
    
    .section-pad-sm {
        padding: 45px 0;
    }
    
    .flex-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1199px) {
    .nav-logo img{
        max-width: 30%;
    }
}

@media screen and (max-width: 991px) {
    .nav-logo img{
        max-width: 40%;
    }
    .mb-5-md {
        margin-bottom: 5px;
    }

    .mb-10-md {
        margin-bottom: 10px;
    }

    .mb-20-md {
        margin-bottom: 20px;
    }

    .mb-30-md {
        margin-bottom: 30px;
    }

    .mb-40-md {
        margin-bottom: 40px;
    }

    .mb-50-md {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .nav-logo img{
        max-width: 60%;
        padding: 15px;
    }
    .navbar-collapse {
        clear: both;
    }

    .mb-5-sm {
        margin-bottom: 5px;
    }

    .mb-10-sm {
        margin-bottom: 10px;
    }

    .mb-20-sm {
        margin-bottom: 20px;
    }

    .mb-30-sm {
        margin-bottom: 30px;
    }

    .mb-40-sm {
        margin-bottom: 40px;
    }

    .mb-50-sm {
        margin-bottom: 50px;
    }
}
