﻿/*===================== 
	Color information
	
	-
	-
	-gold #be7e36
    -tan #decdba
    dk grey ##313131
	
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Montserrat', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        font-weight: 700;
}
	h2 {
        font-family: 'Roboto Slab', serif;
        font-size: 28px;
        font-weight: 700;
}
	h3 {
        font-family: 'Roboto Slab', serif;
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-family: 'Roboto Slab', serif;
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

.bgn-g-1 {
    font-family: 'Montserrat', sans-serif;
    background:#be7e36;
    padding:10px 15px;
    color:#000!important;
    font-size: 15px;
    font-weight: 500;
    transition: .2s ease-in;
    text-align: center;
    display: inline-block;
    margin:15px 0;
    border:0px!important;
    outline: none;
    cursor: pointer;
}
.bgn-g-1:hover {
    background: #decdba;
    color:#000!important;
}
.bgn-b-1 {
    font-family: 'Montserrat', sans-serif;
    background:#000;
    padding:10px 15px;
    color:#fff!important;
    font-size: 15px;
    font-weight: 500;
    transition: .2s ease-in;
    text-align: center;
    display: inline-block;
    margin:5px 0;
    border:0px!important;
    outline: none;
    cursor: pointer;
}
.bgn-b-1:hover {
    background: #be7e36;
    color:#fff!important;
}

.img-resp {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
    width:100%;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
    position: relative;
}
.head-text-slider {
    width:100%;
    background: #be7e36;
    padding:15px;
    box-sizing: border-box;
}
.head-text-slider p {
    text-align: center;
    color:#000;
    font-size: 15px;
    font-weight: 400;
}
.head-text-slider p a {
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease-in;
}
.head-text-slider p a:hover {
    color:#decdba;
}
header {
	margin: 0 auto;
	max-width: 1350px;
    padding:15px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
.head-logo-1 {
    padding:10px 15px;
}
.head-logo-1 img {
	max-width: 250px;
    width:100%;
	height: auto;
	display: block; 
}
.head-right {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.head-info {
    display: flex;
    justify-content: flex-end;
    gap:0 20px;
    padding:10px 15px;
}
.head-info a {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    transition: .2s ease-in;
}
.head-info a:hover {
    color: #be7e36;
}


/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
        align-items: center;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: 'Montserrat', sans-serif;
				color: #000;
				font-size: 15px;
				text-decoration: none;
				padding: 15px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 700;
				}	
                nav.primary ul li:hover a {
                    background:#decdba;
				}
			nav.primary ul li a:hover {
				background:#decdba;
				color:#be7e36;
				}
            nav.primary ul li.head-nav-soc {
                background:none!important;
            }
            nav.primary ul li.head-nav-soc a {
                font-size: 18px;
                color:#be7e36;
                background:none!important;
            }
            nav.primary ul li.head-nav-soc a:hover {
                color:#000;
            }
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				padding:10px 0;
				color:#000;
				background: #decdba;
				display: block;
				text-align:center;
			}
			nav.primary ul li li li a { 
				background:#CFB69A!important;
                } 
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: linear-gradient(180deg,rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.30) 50%,rgba(255,255,255,0.00) 70%), url("../siteart/hero-bg.jpg");
}
.wrap-hero .container-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: calc(100vh - 170px);
    padding:60px 15px 40px 15px;
    gap:40px 0;
}
.wrap-hero h1 {
    color:#000;
    text-shadow: 0 0 20px rgba(255,255,255,1.0), 0 0 15px rgba(255,255,255,1.0) ;
    font-family: 'Roboto Slab', serif;
    font-size: 55px;
    font-weight: 600;
    text-align: center; 
}
.wrap-hero h1 .sub-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding-top:10px;
}
.hero-btn-cont-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px 0;
}
.hero-btn-cont-1 a {
    width:49%;
    padding:15px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.7);
    text-align: center;
    transition: .2s ease-in;
}
.hero-btn-cont-1 h2 {
    color:#fff;
    font-family: 'Roboto Slab', serif;
    font-size:30px;
    font-weight: 700;
    transition: .2s ease-in;
    
}
.hero-btn-cont-1 p {
    display: flex;
    align-items: center;
    padding:10px 0 0 0;
    width:80%;
    margin:0 auto;
}
.hero-btn-cont-1 p span {
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size:15px;
    font-weight: 400;
    padding:0 5px 5px 5px;
    width:100%;
    box-sizing: border-box;
    white-space: nowrap;
    transition: .2s ease-in;
}
.hero-btn-cont-1 p:before {
    background:url("../siteart/cta-btn-dec-1.png") no-repeat center left;
    background-size: cover;
    content:"";
    width:100%;
    height: 13px;
    display: inline-block;
}
.hero-btn-cont-1 p:after {
    background:url("../siteart/cta-btn-dec-1.png") no-repeat center left;
    background-size: cover;
    transform: scaleX(-1);
    content:"";
    width:100%;
    height: 13px;
    display: inline-block;
}
.hero-btn-cont-1 a:hover {
    background: rgba(0,0,0,1.0);
}
.hero-btn-cont-1 a:hover h2, .hero-btn-cont-1 a:hover span {
    color:#be7e36!important;   
}


.wrap-banner {
    padding:40px 0;
    width:100%;
}
.promo-slider {
    width:100%;
    margin:40px 0;
}
.promo-slide-1 {
    width:100%;
    position: relative;
}
.promo-slide-1 img {
    width:100%;
    height: auto;
    display: block;
}
.promo-slide-overlay-1 {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding:40px 0;
    box-sizing: border-box;
}
.promo-overlay-top-1 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    color:#fff;
    text-shadow: 0 0 15px #000;
}
.promo-overlay-top-1 h3 {
    font-size: 40px;
}
.promo-overlay-bottom-1 {
    width:100%;
    background:#000;
    padding:15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.promo-overlay-bottom-1 p {
    color:#fff;
    font-size: 15px;
    font-weight: 500;
}
.promo-overlay-bottom-1 a {
    display: block;
    padding:5px 30px;
    background:#fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color:#000;
    transition: .2s ease-in;
}
.promo-overlay-bottom-1 a:hover {
    color:#fff;
    background:#be7e36;
}
.promo-slider .slick-prev {
    position: absolute;
    z-index: 200;
    font-size: 30px;
    color:#fff;
    text-shadow: 0 0 10px #000;
    left:10px;
    top:calc(50% - 20px);
    cursor: pointer;
    transition: .2s ease-in;
}
.promo-slider .slick-next {
    position: absolute;
    z-index: 200;
    font-size: 30px;
    color:#fff;
    text-shadow: 0 0 10px #000;
    right:10px;
    top:calc(50% - 20px);
    cursor: pointer;
    transition: .2s ease-in;
}
.promo-slider .slick-prev:hover,.promo-slider .slick-next:hover {
    opacity: 0.9;
}

/* Dots */


.promo-slider .slick-dots {
    padding:10px 0;
    margin:0;
    display: none!important;
    justify-content: center;
}
.promo-slider .slick-dots li
{
    position: relative;
    display: inline-block;
    background: #000;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.promo-slider .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.promo-slider .slick-dots li.slick-active
{
    background: #be7e36;
}
.promo-cont-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:40px 0;
}
.promo-cont-col-1, .promo-cont-col-2 {
    width:49%;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
.promo-cont-col-1 .promo-cont-overlay {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(215deg,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.65) 43.01%,rgba(0,0,0,0.00) 66.33%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(215deg,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.65) 43.01%,rgba(0,0,0,0.00) 66.33%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(215deg,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.65) 43.01%,rgba(0,0,0,0.00) 66.33%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(235deg,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.65) 43.01%,rgba(0,0,0,0.00) 66.33%,rgba(0,0,0,0.00) 100%);
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}
.promo-cont-col-1 .promo-cont-overlay h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    color:#be7e36;
    text-shadow: 0 0 10px #000;
}
.promo-cont-col-1 .promo-cont-overlay p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color:#fff;
    max-width: 260px;
    width:100%;
    text-shadow: 0 0 10px #000;
}
.promo-cont-col-1 .promo-cont-overlay a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color:#be7e36!important;
    text-shadow: 0 0 10px #000;
    transition: .2s ease-in;
}
.promo-cont-col-1 .promo-cont-overlay a:hover {
    color:#fff!important;
}
.promo-cont-col-2 .promo-cont-overlay {
    width: 100%;
    height: 100%;
    padding:40px 20px;
    box-sizing: border-box;
    background:rgba(0,0,0,0.5);
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.promo-cont-col-2 .promo-cont-overlay img {
    max-width: 300px;
    width:100%;
    height: auto;
    display: block;
}
.promo-cont-col-2 .promo-cont-overlay h3 {
    font-family: 'Montserrat', sans-serif;
    font-size:30px;
    text-align: center;
    color:#fff;
    text-shadow: 0 0 15px #000;
}
.promo-cont-col-2 .promo-cont-overlay h3 span {
    color:#be7e36;
}

.promo-2-link-cont-1 {
   display:flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:10px 20px;
}
.promo-2-link-cont-1 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color:#fff!important;
    text-shadow: 0 0 15px #000;
    transition: .2s ease-in;
}
.promo-2-link-cont-1 a:hover {
    color:#be7e36!important;
}
.wrap-home-about {
    width:100%;
    background:url("../siteart/home-about-bg-1.jpg") no-repeat center bottom;
    background-size: cover;
    border-top:5px solid #be7e36;
    border-bottom:5px solid #be7e36;
    padding:50px 0 350px 0;
}
.wrap-home-about h3 {
    color:#be7e36;
    font-size: 30px;
    padding-bottom:15px;
}
.wrap-home-about h3 span {
    color:#000;
    font-size: 18px;
}
.wrap-home-about a {
    color:#9C6323;
    font-weight: 600;
    font-size: 18px;
    transition: .2s ease-in;
}
.wrap-home-about a:hover {
    color:#000;
}
.wrap-home-breed {
    width:100%;
}
.wrap-home-breed .container-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wrap-home-breed .container-3 h3 {
    width:100%;
    text-align: center;
    padding:20px 0;
}
.breed-cont-1 {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    max-width: 165px;
    margin: 0 auto;
}
.breed-cont-1 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto 10px auto;
}
.breed-cont-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color:#000;
    text-align: center;
}
.breed-cont-1 p a {
    font-weight: 600;
    color:#804E16;
}
.list-section {
    display: flex;
    flex-wrap: wrap;
    gap:10px 10px;
    margin:30px 0;
}
.list-cont-1 {
    width:calc(33.33% - 7px);
    padding:15px;
    border:2px solid #000;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    transition: .2s ease-in;
}
.list-flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.list-cont-1 img {
    max-width: 100%;
    width:60%;
    height: auto;
    display: block;
    margin:auto;
    transition: .2s ease-in;
}
.list-cont-1.list-flex-col h2 {
    transition: .2s ease-in;
}
.list-cont-1.list-flex-col h3 {
    font-size: 20px;
    text-align: center;
    color:#be7e36;
    padding-bottom:5px;
    transition: .2s ease-in;
}
.list-cont-1 h3 {
    font-size: 26px;
    text-align: center;
    color:#be7e36;
}
.list-cont-1 h4 {
    font-size: 18px;
    margin-bottom:10px;
}
.list-cont-1 p {
    color:#000!important;
    font-size: 14px;
    transition: .2s ease-in;
}
.list-cont-1.list-flex-col:hover h2, .list-cont-1.list-flex-col:hover h3 {
    color:#313131!important;
}
.list-cont-1.list-flex-col:hover p {
    color:#be7e36!important;
}
.list-cont-1.list-flex-col:hover img {
    opacity: 0.6;
}
.list-cont-1.list-flex-col:hover {
    border:2px solid #be7e36;
}


.sire-directory-cont {
    width:100%;
    height: 70vw;
    min-height: 500px;
    max-height: 1000px;
    margin:20px 0 60px 0;
}
.contact-cont-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
}
.contact-cont-1 .col-1-2:first-of-type {
    background:#be7e36;
    padding:20px;
    box-sizing: border-box;
}
.contact-cont-1 h3 {
    color:#fff;
}
.contact-cont-1 p {
    padding-bottom:20px;
}
.member-info-cont-1 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
}
.member-info-col-1 {
    width:60%;
    box-sizing: border-box;
}
.member-info-col-1 img {
    max-width: 250px;
    width:70%;
    height: auto;
    display: block;
    margin:0 auto 30px auto;
}
.member-info-col-2 {
    width:38%;
    padding:20px;
    box-sizing: border-box;
    background:#decdba;
}
.member-info-col-2 h2 {
    color:#be7e36;
    font-size: 20px;
}
.member-info-col-2 ul {
    padding:10px 0;
    margin:0;
}
.member-info-col-2 ul li {
    padding:5px 0;
    margin:0;
    font-size: 16px;
    font-weight: 500;
    color:#000;
    list-style: none;
}
.member-info-col-2 ul li a {
    text-decoration: underline;
}
.member-info-col-2 ul li a:hover {
    color:#be7e36;
}
.member-info-col-2 ul li span {
    font-size: 18px;
    font-weight: 700;
    
}

/*===================== 
	inv styles 
=======================*/

.content-header {
    background:#313131;
    padding:20px 0 20px 0;
}
.content-header h1 {
    font-size: 40px;
    color:#be7e36;
}
.content-header p {
    color: #fff;
    padding-top: 10px;
}
.content-head-flex {
    padding:10px 0;
    display: flex;
    flex-wrap: wrap;
    gap:10px 20px;
}
.promo-banner {
    margin:20px auto;
    max-width: 1100px;
	padding:60px 15px;
	box-sizing: border-box;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.promo-banner h3 {
    font-size: 30px;
    padding:0 0 10px 0;
    color:#decdba;
    display: block;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
}
.promo-banner p {
    font-size: 22px;
    color:#fff;
    text-shadow: 0 0 10px #000;
}
.promo-banner p span {
    font-weight: 800;
}


/*===================== 
	Form styles 
=======================*/

/* Containers */

.newsletter-wrap{
    background:#decdba;
    border-top: 5px solid #be7e36;
}
.form-container {
    text-align: center;
    padding:50px 15px!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 17px;
	margin:  0 0 5px 0;
	box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    outline:none!important;
    border:1px solid #decdba!important;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 17px;
	margin:  0 0 5px 0;
	font-family: 'Montserrat', sans-serif;
    border:1px solid #decdba!important;
    outline:none!important;
    box-sizing: border-box;
}

select {
	margin:0;
	padding:0;
}

.CaptchaImage {
  max-width: 100%;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 15px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 720px;
	margin: 0 auto;
	padding:10px 15px;
	box-sizing: border-box;
	}
.container-3 {
	max-width: 1350px;
	margin: 0 auto;
	padding:10px 15px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 15px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col-1 { width: 100%; box-sizing:border-box;}
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    background:#000;
    border-top:5px solid #be7e36;
	}
footer .container-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:80px 15px;
}
.foot-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
}
.foot-logo img {
    max-width: 245px;
    width:100%;
    height: auto;
    margin:0 auto;
}
.foot-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color:#fff!important;
    transition: .2s ease-in;
}
.foot-link:hover {
    color:#be7e36!important;
}
.foot-soc {
    font-size: 30px;
    color:#fff!important;
    transition: .2s ease-in;
}
.foot-soc:hover {
    color:#be7e36!important;
}
.foot-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap:20px 30px;
    max-width: 315px;
}
.foot-right h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-weight: 700;
    color:#be7e36!important;
    width:100%;
    text-align: right;
}
.foot-right ul {
    padding:0;
    margin:0;
}
.foot-right ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    text-align: right;
}
.foot-right ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color:#fff!important;
    transition: .2s ease-in;
    text-transform: uppercase;
}
.foot-right ul li a:hover {
    color:#be7e36!important;
}
.foot-right .bgn-g-1 {
    width: 100%;
}

.foot-bottom {
    width:100%;
    padding:50px 15px;
    background:#decdba;
    box-sizing: border-box;
}
.foot-bottom p {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color:#000;
}
.foot-bottom p a {
    color:#000!important;
    transition: .2s ease-in;
}
.foot-bottom p a:hover {
    color:#be7e36!important;
}


/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1200px)  {
    .wrap-hero h1 {
        font-size: 35px;
    }
    .wrap-hero h1 .sub-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 1100px)  {
    nav.primary ul li a {
        padding:15px 10px;   
        font-size: 1.4vw;
    }
    .head-logo-1 img {
         max-width: 150px;
    }
    .member-info-col-1, .member-info-col-2 {
        width:100%;
    }
}
@media screen and (max-width: 760px)  {
    
    .col-1-2 {
        width:100%;
    }
    .head-text-slider p {
      font-size: 13px;
    }
    .head-right {
        display: none;
    }    
    .head-logo-1 {
      margin: 0 auto;
    }
    .head-logo-1 img {
      max-width: 250px;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} 
	#menu-button{ 
		width: 100%;
		display: flex;
        justify-content: space-between;
		font-size: 24px;
		position: relative;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #000;
        padding:10px 15px;
        box-sizing: border-box;
	}
    .mobile-contact-1 a {
        color:#fff;
        font-size: 24px;
        padding-right: 10px;
    }	
    .menu-toggle {
        color:#fff!important;
        font-size:24px;
    }
	nav.mobile {
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #decdba;
		z-index: 500; 
		overflow:auto;
	}


	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:17px;
		padding: 10px;
		color: #000;
		text-decoration: none;
        text-align: center;
        text-transform: uppercase;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}


    .wrap-hero {
        background-size: auto 150%;
        background-position: 35% bottom;
    }
    .wrap-hero h1 {
        font-size: 7vw;
    }
    .wrap-hero h1 .sub-text {
        font-size: 4vw;
    }
	.hero-btn-cont-1 a {
        width: 100%;
        padding:8px;   
    }
    .hero-btn-cont-1 h2 {
        font-size: 24px;
    }
    .hero-btn-cont-1 p span {
        width: auto;
    }
    .wrap-hero .container-1 {
    min-height: calc(100vh - 215px);
    padding: 40px 15px 40px 15px;
    background-image: linear-gradient(180deg,rgba(255,255,255,0.81) 0%,rgba(255,255,255,0.00) 54.40%);        
    }
    .promo-slide-overlay-1 {
      position: static;
      width: 100%;
      height: auto;
      display: block;
      padding: 0;
    }
    .promo-overlay-top-1 {
        position: absolute;
        top: 10%;
        width: 100%;
        text-align: center;
    }
    .promo-overlay-top-1 h3 {
        font-size: 36px;
    }
    .promo-slider .slick-dots {
        display: flex!important;
    }
    .promo-slider .slick-prev,.promo-slider .slick-next {
        display: none!important;
    }
    .promo-cont-col-1, .promo-cont-col-2 {
        width:100%;
    }
    .promo-cont-col-1 .promo-cont-overlay {
        background-image: linear-gradient(235deg,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.75) 43.01%,rgba(0,0,0,0.40) 66.33%,rgba(0,0,0,0.20) 100%);
    }
    .wrap-home-about a {
        font-size: 16px;
    }
    p {
        font-size: 16px;
    }
    .foot-left {
        width: 100%;
        order:2;
    }
    .foot-right {
        margin:0 auto;
        padding:0 0 50px 0;
        max-width: 400px;
        width: 100%;
    }
    .foot-right h4, .foot-right ul {
        display: none;   
    }
    .list-cont-1 {
        width:calc(50% - 10px);
    }
}
	

@media screen and (max-width: 480px)  {
    .list-cont-1 {
        width:100%;
    }
    
}

