﻿/***** BEGIN RESET *****/

*{
    margin:0;
    padding: 0;
}




table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 70px 40px;
}

button{
    border: none;
    background-color: #DCB264;
    transition:.25s;
}

button:hover{
    background-color: #2E2C22;
}

button a{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 15px 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
}

button:hover a{
    color: #fff;
}

.secondary-btn{
    background-color: #000;
}

.secondary-btn a{
    color: #fff;
}


.drk-background{
    background-color: black;
    color: white;
}

.light-background{
    background-color: #DCB264;
}

.border-link-container{
    display: flex;
    gap: 15px;
}

.border-link{
    border: 1px solid #87826A;
    padding: 5px 10px;
    font-size: 13px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    transition: .25s;
}

.border-link:hover{
    background-color: #DCB264;
}

.border-link:hover i{
    color: #fff;
}

.border-link i{
    color: #DCB264;
}

/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;
}

.flexy-stay{
    display: flex;
    gap: 25px;
}

.fx-center{
    align-items: center;
}

.fx-start{
    align-items: flex-start;
}

.fx-end{
    justify-content: flex-end;
}

.fx-space{
    justify-content: space-between;
}

.fx-around{
    justify-content: space-around;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 55%;
}

.col-2-sml{
    width: 45%;
}

.col-3 {
    width: 33.33%;
}

.col-4{
    width: 25%;
}


/*-------------SLIDER----------------------*/

.slider{
	display: flex;
	justify-content: center;
	gap: 50px !important;
}




  .slick-button {
    color: #fff;
    padding: 5px 15px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    cursor: pointer;
    bottom: -75px;
}

.slick-prev {
    right: 160px;
}

.slick-next {
    right: 40px;
} 


.slider .slider-link-contain{
	border: 1px solid #FFFFFF50;
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 0 10px;
}

.slider .slider-link-contain div{
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 75px 25px;
	justify-content: space-between;
}

.slider-link-contain p{
	color: #FFFFFF !important;
}

.slider li img{
	width: 100%;
}


/*-------- BODY STYLES --------*/

body {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

h1, h2, h3{
font-family: "copperplate", serif;
font-weight: 500;
font-style: normal;
}

h1, h2{
    color: #DCB264;
}

h1{
    font-size: 52px;
}

h2{
    font-size: 38px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}





/*--------HOME STYLES--------------------*/
.home-cover{
    background-color: #000;
    color:#fff;
}

.cover{
    background-color: #000;
    color:#fff;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.home-cover button, .section-1 button{
    margin-top: 50px;
}

.section-1{
    gap: 50px;
    padding-top: 0px;
}

.section-2{
    text-align: center;
}

.section-2 .col-4{
    text-align: left;
}

.image-container{
    border: 1px solid #B2B2B2;
    padding: 12px;
    margin-bottom:15px;
}

.section-2 h2{
    color: #000;
    text-align: center;
    font-size: 32px;
}

.section-2 .flexy{
    margin: 40px 0px;
}

.section-3{
padding: 50px 40px;
}

.section-3 h2{
    color: #000;
    font-size: 32px;
}

/*   IMAGES   */
.home-cover img, .drk-background img, .image-container img, .col-2-sml img, .col-2-lrg img{
    width: 100%;
}

.col-2-lrg video{
    width: 100%;
    height: 100%;
}



/*    RANCH ACTIVITY    */
.button-container{
    justify-content: center;
}

.ranch-grid{
    margin-top: 50px;
}

/*      CROSSBRED    */
.advantage-section, .advantage-section h2{
    text-align: left;
}

.herd-bulls-sections {
display: flex;
flex-direction: column;
gap: 40px;
}


.herd-bulls-sections .col-2-sml{
    width:35%;
}


/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

.CaptchaPanel{
    text-align: left !important;
    width: 30%;
    margin: 0px !important;
    padding: 0px !important;
}

.CaptchaWhatsThisPanel a{
    color: #fff !important;
}

.CaptchaImagePanel{
    padding:0px !important;
}

#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.form-field-flex input{
    border: 1px solid #8B8B8B25 !important;
    width: 50%;
    padding: 10px 10px;
    font-family: 'Figtree', sans-serif;
	border-radius: 0px;
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    padding: 10px 10px;
    font-family: 'Figtree', sans-serif;
	border-radius: 0px;
}

input.submit-button{
    border: none;
    color: #fff;
    background-color: #DCB264;
    padding: 15px 25px;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    transition: .25s;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    color: #fff;
    background-color: #DCB264;
    padding: 15px 25px;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
}


/*-------- CONTACT STYLES --------*/
.contact-1{
padding: 0px 40px 70px;
}

.google-map{
    padding: 0px;
}

/*-------- FOOTER STYLES ----------------*/
footer{
    font-family: "Manrope", sans-serif;
}

footer .border-link-container{
    margin-top: 75px;
}

footer a{
    color: #fff;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 50px 40px;
    background-color: #000;
}

.left-footer{

}

.right-footer{

}

.footer-links li{
    line-height: 35px;
}

.footer-links{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.bottom-footer{
    text-align: right;
    padding: 10px 40px;
    background-color: #2E2C22;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #DCB264;
    border-radius: 0px !important;
    font-family: "Manrope", sans-serif;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #2E2C22 !important;
    border-radius: 0px !important;
    font-family: "Manrope", sans-serif;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: #2E2C22 !important;
    border-radius: 0px !important;
    font-family: "Manrope", sans-serif;
}

button.selected-facet.ts-button {
background-color: #000 !important;
	border-radius: 0px !important;
	
}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1080px) {
.home-cover h1{
    font-size: 35px;
}

h2{
    font-size: 32px;
}

h3{
    font-size: 16px;
}
}

@media only screen and (max-width: 750px) {
    .flexy{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }
    
    .col-2-sml, .col-2-lrg{
        width: 100% !important;
    }
    
    .no-break{
        display: none;
    }

    .section-3 h2{
        text-align: center;
    }

    .home-cover{
        flex-direction: column-reverse !important;
    }
	
	.CaptchaPanel{
		width: 50%;
	}
}

@media only screen and (max-width: 700px){
    .top-footer{
        flex-direction: column;
    }

    .top-footer button{
        margin-top: 25px;
    }
}

@media only screen and (max-width: 500px) {
    h1{
        font-size: 46px;
    }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

   

    .bottom-footer{
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
}

@media only screen and (max-width: 455px) {
    .top-footer .border-link-container{
        flex-direction: column;
        box-sizing: border-box;
    }

    h1{
        font-size: 42px;
    }
	
	.CaptchaPanel{
		width: 75%;
	}
	
   }

@media only screen and (max-width: 375px) {

    h1{
        font-size: 32px;
    }

    h2{
        font-size: 28px;
    }

    section{
        padding: 50px 25px;
    }
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



