/*!
Theme Name: crookedriverrealty
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crookedriverrealty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

crookedriverrealty is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Fonts family 
    font-family: 'Montserrat', sans-serif;
    font-family: 'Dynalight', cursive;
    font-family: 'Poppins', sans-serif;
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body { font-family: 'Montserrat', sans-serif; color: #434343; font-size: 15px; font-weight:400; }
a { color: #9a522f; -webkit-transition: all ease 0.5s;transition: all ease 0.5s; }
a:hover { color: #c9b493; text-decoration: none; }
a:focus, img:focus, *:focus, button:focus { outline: none; } 
img { max-width: 100%; height: auto; }
h1 { font-size: 35px; font-weight: normal; color: #9a522f; line-height: 45px; }
h2 { font-weight: bold; font-size: 18px; color:#9a522f; line-height:20px; } 
h3 { font-size: 80px; color:#c9b493; font-family: 'Dynalight', cursive; line-height: 75px; } 
h4 { font-size: 18px; color:#9a522f; line-height:20px; } 
h5 { font-size:20px; color:#8d7249; line-height:20px; font-weight: normal; } 
h6 { font-size:18px; color:#443011; line-height:20px; } 
.h7 { font-size:18px; color:#434343; line-height:20px; } 
ul,ol {padding: 0px 0 0 5px;  margin: 0;}
ol { margin: 0 0 0 20px; }
ol li { counter-increment: list; list-style-type: none; position: relative; }
ol li:before { content: counter(list) "."; color: #9a522f; position: relative; display: inline-block; margin-right: 5px; font-weight: 700; }
input { border-radius: 0px; }
hr { border-color: #c9b493; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: 1.5rem; }
.bg-img { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; }
.bg-img img { opacity: 0; width: 100%; }
p { line-height: 24px; margin-bottom: 23px;}
blockquote { border-left: 3px solid #9a522f; padding: 35px 20px 35px 55px; clear: both; }
blockquote p:before,blockquote p:after { content: "“"; font-family: 'Dynalight', cursive; font-size: 95px; color: #e2e2e2; position: absolute; margin-left: -35px; margin-top: 21px; }
blockquote p:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); margin-top: -20px; margin-left: 30px; }

 
.loader { width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 22;visibility: hidden; max-height: 300px; min-height:200px; }
.loader:after { border: 5px solid #c9b493; border-radius: 50%; border-top: 5px solid #9a522f; width: 30px; height: 30px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); content: ""; display: block; z-index: 22;}
.loader:before { content: "";display: block; position: absolute; width: 100%;height: 100%;background-color: #fff;top: 0;left: 0;z-index: 2;}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (min-width:1366px){
    .container{max-width:1200px}
}

.clear:before,.clear:after { content: ""; display: table; table-layout: fixed; }
.clear:after { clear: both; }
.clear{clear: both;}
::-webkit-input-placeholder { opacity: 1;}
::-moz-placeholder { opacity: 1;}
:-ms-input-placeholder { opacity: 1;}
:-moz-placeholder { opacity: 1;}

/*====================== Button style =================*/

.btn  { -webkit-box-shadow: none; box-shadow: none; padding: 21px 20px 19px;  }
.btn-outline-primary { background-color: transparent; background-image: none;  border: 2px solid #9a522f; font-size: 16px; font-weight: bold;
color: #9a522f;  border-radius: 3px; min-width: 215px; }
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle { color: #c9b493; background-color:transparent; border-color: #c9b493; }
.btn-outline-secondary { background-color: transparent; background-image: none;  border: 2px solid #8d7249; font-size: 16px; font-weight: bold;
color: #8d7249;  border-radius: 3px;  min-width: 215px; }
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle { color: #c9b493; background-color:transparent; border-color: #c9b493; }
.btn-outline-primary.btn-sm, .btn-outline-secondary.btn-sm { font-size: 13px;}
.btn-primary { background-color:#99522e; background-image: none; font-size: 16px; font-weight: bold; color: #fff;  border-radius: 3px; border: 0px;  min-width: 215px; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { background-color:#c9b493;}
.btn-secondary { background-color:#8d7249; background-image: none; font-size: 16px; font-weight: bold; color: #fff;  border-radius: 3px; border: 0px; }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle { background-color:#c9b493;}

.btn.focus, .btn:focus { -webkit-box-shadow:none !important; box-shadow:none !important; }


/*=========================== Header Start =====================*/

.site-header { width: 100%; float: left; background-color: rgba(22,16,6,0.85); position: fixed; z-index: 99; }
.site-header .logo { max-width: 360px; float: left; width: 100%; padding:25px 0px;}
.site-header .logo img { width: 100%; }

.top-header { width: 100%;  padding-bottom:10px; display: inline-block; }
.top-header .play-list  { float: left;  width: 100%; padding-left: 95px; padding-bottom: 5px; }
.top-header .play-list  ul { padding: 0px; margin: 0px;}
.top-header .play-list  ul li { float: left; display: inline-block; }
.top-header .play-list ul li a { color: #8d7249; font-size: 18px; font-weight: bold;  text-transform: uppercase;padding: 17px 15px 8px; border-right: 1px solid #8d7249; display: inline-block; border-bottom: 1px solid #8d7249; }
.top-header .play-list ul li:first-child a { border-left: 1px solid #8d7249;}
.top-header .play-list ul li:hover a, .top-header .play-list ul li.active a { background-color: #5b4a31; color: #c7b9a5;}
.social-media { float: right;}
.social-media .phone-no { font-size: 16px; color:#8d7249;  display: inline-block; }
.social-media .phone-no:hover { color:#ddc29a; }
.social-media ul { margin:0 0 0px; padding: 0 0 0 45px;  display: inline-block; }
.social-media ul li { display: inline-block; padding: 0px 2px; margin: 0; }  
.social-media ul li a { display: inline-block;  font-size: 18px; color:#8d7249; } 
.social-media ul li a:hover { color: #bbaa90;}

.main-navigation { width: calc(100% + 50px); border-top: 1px solid #6d6457; display: inline-block; margin-left: -50px; float: left; }
.main-navigation ul { display: inline-block; width: 100%;  padding: 0px; margin: 0; float: left; }
.main-navigation ul li { display: inline-block; float: left; position: relative;}
.main-navigation ul li a { padding: 10px 12px; text-transform: uppercase; font-size: 14px; color: #9d835c; display: inline-block; position: relative; }
.main-navigation ul > li > a:after { border-top: 1px solid transparent; content: ""; display: inline-block; width:100%; position: absolute; left: 0px; top: -1px;}
.no-touch .main-navigation  ul > li:hover > a, .main-navigation ul li.current-menu-parent > a, .main-navigation ul li.current-menu-item > a { color: #924f2d; } 
.main-navigation ul > li:hover > a:after, .main-navigation ul li.current-menu-parent > a:after, .main-navigation ul li.current-menu-item > a:after { border-color: #924f2d;}
.main-navigation ul > li:first-child > a { padding-left: 0px; }
.main-navigation ul > li:last-child > a { padding-right: 0; }
.main-navigation ul > li:last-child > a:after { width: auto; right: -9px; }
.main-navigation ul li ul {width: 232px; background-color: rgba(38,30,22,0.94);  -webkit-box-shadow: -9px 5px 10px rgba(0,0,0,.13); box-shadow: -9px 5px 10px rgba(0,0,0,.13); position: absolute; left: 0px; top: 100%; border-top: 1px solid #8d7249; border-top: 1px solid #8d7249; padding: 10px 0px 25px; display: none}
.main-navigation ul li ul li { width: 100%; display: inline-block; padding: 0px 20px;  } 
.main-navigation ul li ul li a { color: #bcaa8f; padding:10px 20px; line-height: 25px; width: 100%; display: inline-block; }
.main-navigation ul li ul li a:before, .main-navigation ul li ul.current-menu-item li a:before { content: ""; font-family:FontAwesome; color: #9a522f; font-size: 10px; margin-right: 13px; width: 20px; position: absolute; left: 0px;}  
.main-navigation ul li ul li:hover a:before, .main-navigation ul li ul li.current-menu-item a:before, .main-navigation ul li ul li.current-menu-parent a:before { content: "\f00c"; }  
.main-navigation ul li ul li:hover a, .main-navigation ul li ul li.current-menu-item a { color: #9a522f;}
.no-touch .main-navigation  ul > li:hover > ul { display: block; }
.main-navigation ul li ul li a:after { display: none}
.main-navigation ul li ul li:first-child > a { padding-left:20px;}
.main-navigation ul li ul li:last-child > a { padding-right:20px;}

/*=========================== Single Slider ====================*/

/* .slider-single .slider-item .bg-img { } */
.slider-single .slider-item img { width: 100%; }

/*=========================== slider Start =====================*/

.slider-section { width: 100%; float: left; position:relative; }
.slider-section .slick-slide { position: relative; }
.slider-section .slider-content {  position: absolute; bottom: 0; width: 100%;}
.slider-content.align-right .slider-desc { max-width: 360px; float: right; margin-bottom: 55px;}
.slider-content .slider-desc h2 { text-transform: uppercase; color: #fff; font-weight: 500; font-size: 35px; margin-bottom: 18px }
.slider-content .slider-desc p { color: #fff; font-weight: 300; font-size: 20px; line-height: 32px; padding-right: 10px; }
.slider-content.align-left { bottom: calc(50% - 140px); -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.slider-content.align-center { bottom: 120px; text-align: center;}
.slider-content.align-center .slider-desc { max-width: 670px; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); text-align: left; bottom: 0;}
.slider-content.align-center .slider-desc h2 { margin-bottom: 25px; }

ul.slick-dots { margin: 0; padding: 0; list-style: none; position: absolute; bottom: 20px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
ul.slick-dots li { display: inline-block; margin: 0 5px; }
ul.slick-dots li button { -webkit-appearance: none !important; -moz-appearance: none !important; border: 0px; width: 10px; height: 10px; font-size: 0px; line-height: 0px;   border-radius: 20px; background: #8d7249; cursor: pointer; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; padding: 0px; }
ul.slick-dots li.slick-active > button, ul.slick-dots li button:hover { background: #9a522f; }


/*======================= Main content =========================*/

.call-action { float: left; width: 100%;  }
.call-action-block { position: relative; /*overflow: hidden; */} 
.call-action-block .bg-img { height: 100%; }
.call-action-block .link { position: absolute; left: 0; width: 100%; height: 100%;top: 0;z-index: 222; }
.call-action-block:after { content: ""; display: inline-block; width: 100%; position: absolute; left: 0px; background-color: transparent; height: 100%; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; z-index: 1; top: 0px;  }
.call-action-block:hover:after{ background-color: rgba(0,0,0,0.1); }
.call-action-content { position: absolute; top: 50%; text-align: center; left: 0px; -webkit-transform: translateY(-50%);transform: translateY(-50%); width: 100%; z-index: 2; }
.call-action-content h3 { margin-bottom: 48px; color: #d4c5ad; }
.call-action-content ul { padding: 0px;}
.call-action-content ul li { display: inline-block; }
.call-action-content ul li a { color: #f5ebdc; display: inline-block; padding: 0px 10px; position: relative; letter-spacing: 1.4px; } 
.call-action-content ul li a:after { content: ""; display: inline-block; border-right: 1px solid #f5ebdc; height: 13px; top: 50%; right: 0px; position: absolute; margin-top: -6px;}
.call-action-content ul li:hover a { color: #c9b493; }
.call-action-content ul li:last-child a:after { display: none; } 
.call-action-content ul li.map-hover-link { position: relative; }
.map-hover-link .map-link { color: #f5ebdc !important; }
.map-hover-block { position: absolute; top: 100%;  right: -20px; width: 630px; background: #fefefe; border-radius: 6px; box-shadow: 0px 0px 30px rgba(0,0,0,.5); margin-top: 20px; opacity: 0; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; visibility: hidden; }
.map-hover-block:before { content: ""; position: absolute; top: -12px; right: 30px; width: 0; height: 0; border-style: solid; border-width: 0 12px 12px 12px; border-color: transparent transparent #fefefe transparent; }
.call-action-content ul li.map-hover-link:hover > .map-hover-block,.call-action-content ul li.map-hover-link.opan-map > .map-hover-block { opacity: 1; visibility: visible; }
.map-hover-block img { border-radius: 6px; margin-top: -1px; }
.map-hover-block .map-content { text-align: left; background-color: rgba(0,0,0,0.8); width: 100%; padding: 15px; color: #8d7249;    position: absolute; bottom: 0; border-radius: 0 0 6px 6px;}
.map-hover-block .map-content p { margin: 0px; }

.service-icon { width: 100%; float: left; background-repeat: no-repeat; background-size: cover; background-position: center; padding: 65px 0px; }
.service-icon h2 {  font-size: 20px;  line-height: 24px; margin-bottom: 0.5rem; }
.service-icon h6 { margin-bottom: 0.5rem; }


/*==================== Footer Start ===================*/

.latest-post { width: 100%; float: left; background-color: #55412a; padding:40px 0px 40px; }
.post-block { width: 100%; float: left; position: relative; }
.post-block .post-date { width: 70px; float: left; padding-right: 13px; text-align: center}
.post-block .post-date span { font-size: 42px; color: #d2c2a9; display: block; line-height: 46px; font-size: 500; } 
.post-block .post-content { width: calc(100% - 70px); float: left; }
.post-block .post-content h2 { color: #d2c2a9; text-transform: uppercase; margin-bottom: 13px; }
.post-block .post-content p { font-weight: 300; color: #f6e4ca; line-height: 1.3em; font-size: 14px; margin-bottom: 0; }
.post-block .post-date span:first-child { border-bottom:3px solid #d2c2a9; padding-bottom: 0; margin-bottom: 0; margin-top: -8px; }
.post-block .link { position: absolute; left: 0px; width: 100%; height: 100%; }
.post-block:hover .post-content h2, .post-block:hover .post-date span { color: #fff;}
.post-block:hover .post-content P a { color: #fff; font-weight: bold; }

.footer-bottom { float: left; width: 100%; background-color: #f2f1f1;  }
.footer-bottom .grey-logo { float: left; padding:27px 0px; }
.footer-bottom .grey-logo ul { padding: 0px; float: left;}
.footer-bottom .grey-logo ul li { display: inline-block;}
.footer-bottom .grey-logo ul li img { height:85px; width: auto; }

.footer-bottom .other-logo { float: left;  padding:35px 0px;}
.footer-bottom .other-logo ul { padding: 0px; float: left;}
.footer-bottom .other-logo ul li { display: inline-block; padding: 0px 15px;}
.footer-bottom .other-logo ul li img { height:70px; width: auto; }

.footer-bottom .col-xl-3 { padding-left: 0; }

.footer-subscreption { float: right; max-width: 290px; width: 100%; padding: 15px 0; } 
.footer-subscreption h4 { font-size: 16px; line-height: 33px; letter-spacing: 0.1em; margin-bottom: 3px }
.footer-subscreption #mailpoet_form_2 .mailpoet_form { position: relative; }
.footer-subscreption #mailpoet_form_2 .mailpoet_form:before { content: "\f105"; font-family: FontAwesome; color: #7e7d80; font-size: 24px; position: absolute; right: 63px; top: 6px; }
.footer-subscreption .mailpoet_text_label { display: none !important; }
.footer-subscreption #mailpoet_form_2 .mailpoet_paragraph { margin: 0; }
.footer-subscreption #mailpoet_form_2 .mailpoet_paragraph input[type="email"] { width: 100%; max-width: 237px; height: 49px; background: transparent; border: 1px solid #878787; -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; padding:0 30px 0 15px; font-size: 14px; color: #7e7d80; }
.footer-subscreption #mailpoet_form_2 .mailpoet_paragraph input[type="submit"] { position: absolute; top: 0; right: 0; background: #9a522f;
border: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #FFF; font-weight: 700; height: 49px; line-height: 1;
padding: 0 7px 0; cursor: pointer; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; font-size: 18px; }
.footer-subscreption #mailpoet_form_2 .mailpoet_paragraph input[type="submit"]:hover { background-color: #c9b493; }
.footer-subscreption small { font-size: 11px; line-height: 15px; font-weight: 700; color: #9a522f; text-align: right; display: block; padding-right: 55px; padding-top: 5px; }


.copyright { background-color: #000000; width: 100%; padding: 18px 0px 10px; float: left; }
.copyright p  { color: #e4d7c4; font-weight: 300; font-size: 13px;}
.copyright p a { color: #8d7249; }
.copyright p a:hover { color: #e4d7c4; } 


/*=========================== About Page ======================= */

.banner-inner { position: relative; width: 100%; float: left; }
.banner-inner img { min-height: 250px; }
.banner-inner-content { position: absolute; bottom:20px;}
.banner-inner-content h2 { font-size: 35px;color: #baa17c; font-weight: 500; margin-bottom: 13px; text-transform: uppercase; }
.banner-inner-content p { color: #baa17c; font-size: 20px; }

.main-content { width: 100%; float: left; margin: 60px 0px;}
.main-content h2 { font-size: 16px; }
.main-content .left-content { padding-right:40px;}
.main-content ul, .main-content ol { margin: 30px 0px; clear: both; }
.main-content ul li, .main-content ol li { line-height: 24px; margin-bottom: 22px; list-style: none; color: #5f5f5f; }
.main-content ol li { margin-bottom: 8px; }
.main-content ul li:before { content: "\f00c"; display: inline-block; font-family:FontAwesome; color: #acacac; font-size: 14px; margin-right: 8px; width: 14px; text-align: center; } 
.sidebar { width: 100%; float: left; margin-bottom: 40px;}
.sidebar .sidebar-list { width: 100%; padding: 30px; float: left; background-color: #f7f7f7; }
.sidebar ul li:before { display: none; }
.sidebar ul li { margin-bottom: 0px; padding-left: 0; }
.sidebar-list ul { width: 100%; float: left; padding: 0px 0 20px; margin: 0px;}
.sidebar-list ul li { width: 100%; border-bottom: 1px solid #d0d0d0; padding-left: 0; }
.sidebar-list ul li a { padding: 20px 20px; display: inline-block; width: 100%; color: #8d7249; text-transform: uppercase; font-size: 16px; }
.sidebar-list ul li a:hover, .sidebar-list ul li.active a { color: #9a522f; }
.sidebar-list ul li:last-child { border-bottom: 0px;}

.our-team-section { width: 100%; float: left; background-color: #f7f7f7; padding: 65px 0px 100px;}
.our-team-section h2 { margin-bottom: 55px; font-size: 16px; }
.our-team-block { background-color: #ffffff; padding: 27px 20px; width: 100%; float: left; height: 100%; }
.our-team-block .our-team-img img { width: 100%; }
.our-team-block .our-team-content { width: 100%; float: left; padding-top: 20px;}
.our-team-block .our-team-content h4 {color: #5f5f5f; margin-bottom: 20px; font-size: 16px; text-transform: uppercase; font-weight: 400; }
.our-team-block .our-team-content ul { padding: 0px; margin: 0px;}
.our-team-block .our-team-content ul li { display: inline-block; font-size: 13px; color: #5f5f5f; width: 100%; margin-bottom:7px; }
.our-team-block .our-team-content ul li a { display: inline-block; font-size: 13px; color: #5f5f5f; font-weight: 500; }
.our-team-block .our-team-content ul li .fa { width: 24px; font-size: 14px;  color: #666666; vertical-align: middle; }
.our-team-block .our-team-content ul li .fa.fa-mobile { font-size: 18px;}
.our-team-section .row { margin-right: -25px; margin-left: -25px;}
.our-team-section .row .col-lg-3 { padding-right:25px; padding-left:25px; margin-bottom: 40px; }

.bottom-banner { width: 100%; float: left; background-size: cover; background-repeat: no-repeat; background-position: center; padding: 80px 0px 60px; }
.bottom-banner .bottom-banner-content h3 { margin-bottom: 18px; }
.bottom-banner .bottom-banner-content h4 { margin-bottom: 27px; }
.bottom-banner .bottom-banner-content p { color: #c9b493; }
.bottom-banner .bottom-banner-content .btn { margin-top: 19px; }

/*===================== gallery page ================*/

.gallery-slider { float: left; width: 100%;}
.gallery-slider .gallery-item { position: relative; }
.gallery-slider .gallery-item .gallery-content { background-color: rgba(0,0,0,0.8);width: 100%;  padding:28px 115px 28px 25px; color: #8d7249;  position:absolute; bottom: 0; }
.gallery-slider .gallery-item .gallery-content p { margin-bottom: 0px;}
.slick-arrow { background: none; border: 2px solid #8d7249; width: 40px;  height: 40px; font-size: 0px; position: absolute; display: inline-block; z-index: 22; cursor: pointer; -webkit-transition: all ease 0.5s;transition: all ease 0.5s; }
.gallery-slider .slick-arrow  { bottom: 20px; right: 29px;}
.slick-arrow:after { content: "\f053"; display: inline-block;color: #8d7249;position: absolute; font-size: 14px; font-family: FontAwesome; top:50%; left:50%; -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); -webkit-transition: all ease 0.5s;transition: all ease 0.5s; line-height: 12px; }
 
.slick-arrow:hover { border-color: #c9b493; }
.slick-arrow:hover:after { color: #c9b493; }
.slick-next.slick-arrow:after {content: "\f054"; }
.gallery-slider .slick-prev.slick-arrow { right: 79px; }

.blog-post-block {  margin-bottom: 50px; width: 100%; float: left; }
.blog-post-block:last-child { margin-bottom: 0px;}
.blog-post-content { background-color: #f7f7f7; width: 100%;  padding: 45px 40px 35px; display: block; position: relative; clear: both; }
.blog-post-content:after { content: ""; display: block; clear: both;}
.blog-post-content .blog-post-date { width: 100px; float: left; padding: 15px 0px;  margin-right: 25px; background-color: #9a522f; color: #fff; text-align: center; }
.blog-post-content .blog-post-date h4 { font-size: 48px; line-height: 40px; color: #fff; font-weight: normal; }
.blog-post-content .blog-post-date span { font-size: 14px;}
.blog-post-content .post-content-desc { width:calc(100% - 125px); float: left; }
.blog-post-content .post-content-desc h4 { color: #5f5f5f; font-size: 22px; font-weight:500; margin-bottom: 20px; }
.blog-post-content .post-content-desc p { color: #666666; }
.btn-grey { border: 2px solid #5f5f5f; border-radius: 0px; color: #333333; text-transform: uppercase; }
.btn-grey:hover { background-color: #5f5f5f; color: #fff; }
.btn.btn-sm { padding: 11px 18px 9px; font-size: 12px;}
.blog-post-block .video-popup { position: relative; }
.blog-post-block .video-popup a:before { content: ""; display: inline-block; width:123px; height: 123px; background: url(images/play-icon.png) no-repeat; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); }

.search-box { background-color: #f7f7f7; padding: 20px; width: 100%; margin-bottom: 30px; position: relative; }
.search-box input[type="text"] { background-color: #fff; width: 100%; color: #999999; font-size: 14px; line-height: 20px; padding:10px 30px 10px 15px; display: inline-block; border-radius: 0px; border: 0px; }
.search-box input[type="submit"] { background: url(images/search-icon.png) no-repeat; width: 40px;  height: 40px; display: inline-block; background-color: transparent; border: 0px; font-size: 0; background-size: 13px auto;  position: absolute; right: 20px; cursor: pointer; background-position: center; top: 20px; }
::-webkit-input-placeholder { opacity: 1;}
::-moz-placeholder { opacity: 1;}
:-ms-input-placeholder { opacity: 1;}
:-moz-placeholder { opacity: 1;}

/*------------ PLAY OUT CSS ---------*/
.banner-inner { position: relative; }
.banner-inner:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #060606; opacity: 0.52; }

.banner-inner-content { position: absolute; bottom: 25px; font-size: 20px; line-height: 30px; color: #ddc29a; }
.banner-inner-content h1 { text-transform: uppercase; color: #ddc29a; margin: 0; font-weight: 600;  }

.tab-section { padding: 30px 0; }
.tab-section ul { margin: 0; padding: 0; list-style: none; }
.tab-section ul li { display: inline-block; background: #d4d4d4; color: #515151; font-size: 15px; line-height: 20px; padding: 18px 38px; font-weight: 500; text-transform: uppercase; margin: 0 1px 0 0; cursor: pointer; }
.tab-section ul li:before { content: none; }
.tab-section ul li.active { background: #f7f7f7; font-weight: 700; color: #9a522f; padding: 18px 40px; }
.tab-section .accordiontab_container dt { display: none; }
.tab-section .accodiant-image img { width: 100%; }
.tab-section .accordiontab_content { display: none; background: #f7f7f7; padding: 35px 30px 25px; }
.tab-section .accordiontab_content.active { display: block; }
.tab-section .accodiant-content { padding-top: 22px; }
.tab-section .accodiant-content h4 { font-weight: 700; font-size: 20px; line-height: 24px; color: #9a522f; text-transform: uppercase; margin: 0 0 5px; }
.tab-section .accodiant-content h6 { padding-bottom: 6px; margin-bottom: 0.5rem; }

/*---------- CROOCK EVENT -----*/
.crook-event-section { background: #f7f7f7; position: relative; padding: 70px 0; }
.crook-event-section h2 { font-size: 16px;  margin-bottom: 40px; }
.crook-event-btn { text-align: right; margin-top: 40px; }
.crook-event-slider { margin: 0 -15px; padding: 30px 0 45px; }
.crook-event-slider .crook-event-slide { padding: 0 15px; }
.crook-event-slider a.crook-event-block { display: block; background: #FFF; border-bottom: 4px solid #eaeaea; font-size: 15px; line-height: 24px; color: #5f5f5f; }
.crook-event-slider .crook-event-content { padding: 25px 40px; }
.crook-event-content h4 { font-size: 16px; line-height: 24px; color: #8d7249; text-transform: uppercase; }
.crook-event-content date { display: block; padding-bottom: 20px; }
.crook-event-content .link { font-weight: 700; color: #b17150; display: block; text-transform: uppercase; padding-bottom: 10px; }

.slick-arrow { background: none; border: 2px solid #8d7249; width: 40px;  height: 40px; font-size: 0px; position: absolute; z-index: 22; cursor: pointer; }
.slick-arrow:after { content: "\f053";color: #8d7249;position: absolute; font-size: 14px; font-family: FontAwesome; top:50%; left:50%; -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); }
.slick-next.slick-arrow:after {content: "\f054"; }

.crook-event-slider .slick-arrow { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.crook-event-slider .slick-arrow.slick-prev { left: -60px; }
.crook-event-slider .slick-arrow.slick-next { right: -60px; }
.crook-event-slider a.crook-event-block:hover { background: #9a512e; }
.crook-event-slider a.crook-event-block:hover > .crook-event-content,.crook-event-slider a.crook-event-block:hover > .crook-event-content h4,.crook-event-slider a.crook-event-block:hover > .crook-event-content .link { color: #FFF}

/*===================== Contact Page ===================*/

.office-address {  float: left; width: 470px; padding-right: 60px;}
.office-address address { font-size: 18px; }
.main-content .office-address h2 { text-transform: uppercase; margin-bottom: 20px; font-size:  18px; }
.main-content .office-address address a.phone { margin-top:5px; font-weight: bold; font-size: 18px;  display: inline-block;}
.contact-form { width: calc(100% - 470px); float: left; }
.contact-form h2 { margin-bottom: 10px; font-size:  18px; }
.wpcf7-text, .wpcf7-textarea, .wpcf7-number { border: 1px solid #cccccc; font-size: 13px; padding: 15px 20px; color: #999999; width: 100%; display: inline-block; -webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius: 0; }
.select-style {border: 1px solid #cccccc; font-size: 13px; color: #999999; width: 100%; display: inline-block; -webkit-appearance:none; -moz-appearance:none; appearance:none; margin-bottom: 25px; position: relative; height: 50px; }
.select-style select { width: 100%;  border: none; -webkit-box-shadow: none; box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #999999; padding: 15px 20px; border-radius: 0; }
.wpcf7-form-control-wrap { float: left; width: 100%;margin-bottom: 25px;  }
.select-style .wpcf7-form-control-wrap { margin-bottom: 0px;}
.select-style::before { content: "\f078"; display: inline-block; width: 55px; background-color: #8d7249; height: 100%; font-family: FontAwesome; position: absolute; right: 0;text-align: center; color: #fff; line-height: 50px; top: 0; z-index: 2; }

.wpcf7-textarea { height: 140px; resize: none; overflow: hidden; width: 100%;}
.wpcf7-submit { background-color: #8d7249; border-radius: 3px; font-size: 13px; color: #fff; padding: 10px 23px; line-height: 20px; display: inline-block; text-transform: uppercase; border: 0; cursor: pointer; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; text-align: center; margin-top: 9px; }
.wpcf7-submit:hover { background-color: #c9b493; }
.wpcf7-submit:focus { background-color: #8d7249; }
.wpcf7-text.wpcf7-not-valid { border-color: #bc2626; }
span.wpcf7-not-valid-tip { display: none; }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { border: 1px solid #bc2626; color: #bc2626; }
.cf7-not-valid:after { content: ""; display: inline-block; content: ""; background: url(images/close-icon.png) no-repeat ; width: 20px; height: 20px; position: absolute; right: 0px; background-size: 100% auto; top: 17px; right: 17px; }
div.wpcf7-response-output { margin: 2em 0em 1em; }
.wpcf7-form .row { margin-left: -10px; margin-right:-10px; }
.wpcf7-form .col-md-6, .wpcf7-form .col-md-12 { padding-left:10px; padding-right:10px; }.crook-event-slider a.crook-event-block:hover > .crook-event-content,.crook-event-slider a.crook-event-block:hover > .crook-event-content h4,.crook-event-slider a.crook-event-block:hover > .crook-event-content .link { color: #FFF}
#map-canvas { width: 100%; height: 365px; margin-top:25px; }
.contact-form .wpcf7 { margin-top:40px;}


/*-------- RANCH FACTS ------*/
.ranch-facts { margin: 20px 0 0; float: none; width: 100%; }
.ranch-facts .bg-img  { position: relative; }
.ranch-facts .gallery-data { max-width: 985px; margin: 0 auto; text-align: center; font-size: 16px; line-height: 30px; padding: 50px 10px; }
.ranch-bottom-bg.bottom-banner { padding: 62px 0px 45px; }
.ranch-bottom-bg.bottom-banner .bottom-banner-content .btn { margin-top: 8px; } 
.ranch-facts.gallery-slider .slick-arrow { top: 540px; }

.accodiant-section { float: left; width: 100%; position: relative; padding: 60px 0; }
.accodiant-section .card { border: 0px; margin-bottom: 18px; }
.accodiant-section .card-header { border: 0px; padding: 18px 20px 20px 70px; position: relative; border-radius: 5px; }
.accodiant-section .card-header button.btn-link { padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 16px; line-height: 18px; text-transform: uppercase; font-weight: 700; color: #9a522f; }
.accodiant-section .card-header button.btn-link:hover,.accodiant-section .card-header button.btn-link:focus { text-decoration: none; }
.accodiant-section .card-header button.btn-link.collapsed { color: #515151; font-weight: 500; }
.accodiant-section .card-header button.btn-link:before { content: ""; position: absolute; left: 12px; top: 50%; width: 36px; height: 36px; background: #FFF; border-radius: 6px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.accodiant-section .card-header button.btn-link:after { content: "\f067"; font-family: FontAwesome; color: #9a522f; font-size: 16px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 12px; font-weight: 400; width: 36px; height: 36px; line-height: 36px; text-align: center; }
.accodiant-section .card-header button.btn-link.collapsed:after { color: #b6b6b6; }
.accodiant-section .card-body { padding: 11px 70px; max-width: 910px; }
.accodiant-section .card-body p { margin-bottom: 15px; }

/* Two Column Plugin CSS*/

/* Column Classes
------------------------------------------------------------ */

.five-sixths, .four-fifths, .four-sixths, .one-fifth,.one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds { float: left; margin: 0 0 20px; padding-left: 3%; }
.one-half, .three-sixths, .two-fourths { width: 48%; }
.one-third, .two-sixths { width: 31%;}
.four-sixths, .two-thirds { width: 65%;}
.one-fourth { width: 22.5%; }
.three-fourths { width: 73.5%;}
.one-fifth { width: 17.4%;}
.two-fifths { width: 37.8%; }
.three-fifths { width: 58.2%;}
.four-fifths { width: 78.6%;}
.one-sixth { width: 14%;}
.five-sixths { width: 82%;}
.first { clear: both; padding-left: 0; }
.clear { clear: both; }
.clear-line { border-bottom: 1px solid #ddd; clear: both;margin: 0 0 15px;}
.accodiant-section .card-body p { margin-bottom: 15px; }


/*============================= Production ====================*/

.btn-group .btn-outline-secondary { background-image: none; border: 1px solid #8d7249; font-size: 14px; color: #8d7249; border-radius:2px; min-width: 125px; text-transform: uppercase; }
.btn-group .btn-outline-secondary.active { background-color: #8d7249; color: #fff; }
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-group .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {  background-color: #8d7249; color: #fff; border: 1px solid #8d7249; }

.properity-nav-top { position: relative; }
.properity-nav.post-nav { padding: 0; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; }
.post-nav.properity-nav.prev { left: 0; }
.post-nav.properity-nav.next { right: 0;}
.properity-nav.post-nav.prev a:before { content: "\f053"; color: #8d7249; font-size: 14px; font-family: FontAwesome; display:
inline-block; margin-right: 10px; }
.properity-nav.post-nav.next a:after { content: "\f054"; color: #8d7249; font-size: 14px; font-family: FontAwesome; display: inline-block; margin-left: 10px; }


.featured-slider { width: 100%; float: left; margin:40px 0px 60px;}
.featured-slider ul { padding:0px 80px 0px 0px; margin:10px 0px; }
.featured-slider ul li:before { display: none; }
.featured-slider ul li {  display: inline-block; padding:0px 7px; position: relative; }
.featured-slider ul li a { font-size: 16px; font-weight: bold; color: #8d7249; display: inline-block;}
.featured-slider ul li a:after { content: ""; display: inline-block; border-right: 2px solid #8d7249; position: absolute; right:-4px; top: 5px; height: 14px; }
.featured-slider ul li.active a, .featured-slider ul li:hover a { color: #9a522f;  }
.featured-slider ul li.active a:after { border-color: #9a522f; }
.featured-slider ul li:last-child a:after { display: none; }
.featured-slider ul li:first-child { padding-left: 0px; }

.featured-slider-item { position: relative; width: 100%; padding: 0px 10px;}
.featured-slider-item h5 { position: absolute; left: 0px; bottom: 0px; font-size: 14px; color: #fff; background-color: rgba(0,0,0,0.6); padding: 20px; font-weight: normal; margin: 0px; width: 100%; z-index: 3; text-transform: uppercase; }
.featured-list-slider { margin-left: -10px; margin-right: -10px;}
.featured-slider-item .featured-slider-item-block {position: relative; width: 100%; }
.featured-list-slider .slick-arrow { right: 8px; top: -65px; }
.featured-list-slider .slick-prev.slick-arrow { right: 60px; }
.featured-slider-item .link { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px;  z-index: 22; }
.featured-slider-item-block:hover:after { content: ""; display: inline-block; width: 100%; background-color: rgba(0,0,0,0.5); top: 0px; left: 0px; height: 100%; position: absolute;  }
.featured-slider-item-block:hover  h5 { background-color: rgba(154,82,47,0.8); }

.listing-section { width: 100%; float: left; }
.listing-section .top-title { width: 100%; float: left; }
.listing-section .top-title h2 { display: inline-block; margin:20px 0 0; }
.main-content .filters { float: right; margin: 0px; position: relative; z-index: 22; padding: 0;}
.main-content .filters li { display: inline-block; padding: 0px 12px; }
.main-content .filters li:before { content: ""; display:none; }
.main-content .filters li a { color: #8d7249; border: 1px solid #8d7249; padding: 9px 21px; font-size: 14px; font-weight: 500; border-radius: 2px; display: inline-block; letter-spacing: 0.5px; } 
.main-content .filters li a i { margin-right: 8px; }
.main-content .filters > li.active > a { background-color: #8d7249; color: #fff; }
.main-content .filters li:last-child { padding-right: 0px; }

.main-content .filters .dropdown { position: absolute; width: 355px;  background-color: #f8f8f8; z-index: 22; padding: 32px 15px 15px 35px; border: 1px solid #d9d9d9; margin-top: 6px; display: none; }
.filters .dropdown .title { color: #525252;  font-weight: 300; font-size: 14px;  width: 100%; float: left; margin-bottom:3px;}
.filters .dropdown .title i { font-size:22px; color: #525252; margin-right:10px; }
.range-slider { float: left; width: 100%; margin-bottom:17px; padding-right: 21px; }
.range-slider * { cursor: pointer; }
.range-slider .irs-line {  height: 3px; top:15px; background-color: #8e8e8e;}
.range-slider .irs-bar {  height: 4px; background-position: 0 0; background-color: #9a522f; top: 14px }
.range-slider .irs-slider { width: 10px;height: 10px; top: 11px; background-position: 0 -120px; background-color: #9a522f; border-radius: 50%; z-index:2; }
.range-slider .irs-slider .irs { height: 35px;}

.main-content .filters .btn-black { border-color: #000; color: #000; background-color: transparent; border-radius: 0px; float: right; padding: 8px 22px; }
.main-content .filters .btn-black:hover { background-color:  #000; color: #fff; }

.product-listing { float: left; width: 100%; position: relative; z-index: 1; min-height: 200px; }
.product-listing .row { margin-left: -10px; margin-right:-10px; }
.product-listing [class*="col-"] { padding-left:10px; padding-right:10px;  }
.product-block { width: 100%; float: left; position: relative; margin-bottom: 45px; } 
.product-block .bg-img { position: relative; width: 100%;}
.product-block .bg-img .price {background-color: #9a522f; padding: 10px 18px; color: #fff; font-size: 14px; position: absolute; left: 0px; bottom: 0px; z-index: 3;}
.product-block .bg-img .reduced {background-color: rgba(141,114,73,0.7); padding: 10px 15px 7px; color: #fff; font-size: 14px; position: absolute; right: 0px; bottom: 0px; z-index: 3; font-weight: 500; }
.product-block .product-content { padding:30px 20px 45px; width: 100%; position: relative; float: left; background-color: #f7f7f7; overflow: hidden; }
.product-block .product-content h6 { color: #5f5f5f; font-size: 16px; margin-bottom: 25px; font-weight: normal; } 
.product-block .product-content p { font-size: 13px; color: #666666; margin-bottom: 35px; }
.product-content .product-content-bottom { position: absolute; bottom: 10px; border-top: 1px solid #eeeeee; width: calc(100% - 40px); left: 20px; padding-top: 15px;}
.product-content .product-content-bottom .area { font-size: 13px; color: #666666; display: inline-block; } 
.product-content .product-content-bottom .product-icon { float: right; }
.product-content .product-content-bottom .product-icon span {  font-size: 13px; color: #666666;}
.product-content .product-content-bottom .product-icon span + span { margin-left: 20px;}
.product-content .product-content-bottom .product-icon span i { margin-right: 8px; }
.product-content .product-content-bottom .product-icon span .icon_bathrooms {  background: url(images/icon_bathrooms.png) no-repeat;width: 13px; background-size: 13px; display: inline-block; height: 11px;  }
.product-block:hover .bg-img:after { content: ""; display: inline-block; width: 100%; background-color: rgba(0,0,0,0.5); top: 0px; left: 0px; height: 100%; position: absolute;  }
.product-block .link { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px;  z-index: 22; }

.main-content ul.pagination li:before { display:none; }
.main-content ul.pagination { margin: 20px 0 0; }

.page-item:first-child .page-numbers { margin-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.page-numbers.current, .page-numbers.current:hover, a.page-numbers:hover { z-index: 1; color: #fff; background-color: #5f5f5f; border-color: #5f5f5f; }
.page-numbers, .page-numbers:hover { position: relative; display: block; padding: 9px 14px; margin: 0 5px; line-height: 1.25;  background-color: #fff; border:2px solid #5f5f5f; color: #5f5f5f; -webkit-transition: all ease 0.5s;transition: all ease 0.5s; font-size: 14px; font-weight: 600;}
.page-numbers:last-child .page-numbers { border-top-right-radius: 0; border-bottom-right-radius: 0;}
.page-numbers:focus { z-index: 2;outline: 0; -webkit-box-shadow: none; box-shadow: none;}
.page-numbers:not(:disabled):not(.disabled) { cursor: default; }
a.page-numbers { cursor: pointer !important; }


/*.page-numbers, .page-numbers:hover { position: relative; display: block; padding: 10px 20px; line-height: 1.25; background-color: #fff;    border: 2px solid #dfe2e6; color: #307cf6; border-right: 0px;font-weight: 600; font-size: 18px; -webkit-transition: all ease 0.5s;
transition: all ease 0.5s; }
.page-numbers.current, .page-numbers.current:hover, a.page-numbers:hover { z-index: 1; color: #fff; background-color: #307cf6;   border-color: #307cf6; }
.pagination .page-numbers:first-child { border-radius: 7px 0 0 7px; }
.pagination .page-numbers:last-child { border-radius: 0 7px 7px 0; border-right: 2px solid #dfe2e6; }
.pagination .page-numbers:last-child:hover{ border-right-color: #307cf6; }*/


/*------------ PRODUCT PAGE ----------*/
.product-detail-slider { padding: 50px 0 25px; }
.product-detail-slider .slider-for { margin-bottom: 10px; }
.product-detail-slider .slider-for .slider-image img { height: 580px; }
.product-detail-slider .slider-for .slider-image { position: relative; }
.product-detail-slider .slider-for .slider-image .slide-caption { position: absolute; bottom: 0; left: 0; }
.product-detail-slider .slider-for .slider-image .slide-caption > div { display: inline-block; color: #FFF; vertical-align: bottom; }
.product-detail-slider .slide-caption .price { font-size: 25px; line-height: 18px; font-weight: 700; padding: 11px 27px; background: #9a522f; }
.product-detail-slider .slide-caption .slide-tag { font-size: 14px; line-height: 18px; text-transform: uppercase; background: #8d7249; padding: 11px; margin-left: 2px; }
.product-detail-slider .slider-for .slick-arrow { top: 50%; transform: translateY(-50%); transform: translateY(-50%);     background-color: rgba(22,16,6,0.85); }
.product-detail-slider .slider-for .slick-arrow.slick-prev { left: 30px; }
.product-detail-slider .slider-for .slick-arrow.slick-next { right: 30px; }
.product-detail-slider .slider-for .slick-arrow:focus { outline: 0px; }
/*.product-detail-slider .slider-for .slick-arrow:after { color: #5f5f5f; }
.product-detail-slider .slider-for .slick-arrow.slick-prev:after { left: -10px; }
.product-detail-slider .slider-for .slick-arrow.slick-next:after { right: -15px; left: auto; -webkit-transform: translate(0,-50%); transform: translate(0,-50%); }*/
.product-detail-slider .slider-nav { padding: 0 12px; }
.product-detail-slider .slider-nav .product-slider-thumbeil { padding: 0 6px; }
.product-detail-slider .slider-nav .product-slider-thumbeil .slider-thumbeil { position: relative; }
.product-detail-slider .slider-nav .product-slider-thumbeil.slick-current .slider-thumbeil:before, .product-detail-slider .slider-nav .product-slider-thumbeil .slider-thumbeil:hover:before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #FFF; opacity: 0.46; }
.product-detail-slider .slider-nav .slider-thumbeil img { height: 103px; cursor: pointer; }
.product-detail-slider .slider-nav .slick-arrow { height: 100%; border: 0px; width: 18px; padding: 0;  bottom: 0; background: #000; }
.product-detail-slider .slider-nav .product-slider-thumbeil:focus { outline: 0px; }
.product-detail-slider .slider-nav .slick-arrow.slick-prev { left: 0; }
.product-detail-slider .slider-nav .slick-arrow.slick-next { right: 0; }

.product-share { text-align: right; padding-top: 25px; }
.product-share ul { margin: 0; padding: 0; }
.product-share ul li { display: inline-block; margin: 0 3px; position: relative; }
.product-share ul li:before { content: none; }
.product-share ul li a { display: inline-block; font-size: 10px; color: #8d7249; }
.product-share ul li a .fa { font-size: 20px; margin-right: 3px; }

.product-type-block { padding-top: 20px;}
.product-type { padding-right: 30px; }
.product-type ul { margin: 0; padding: 15px 20px; border: 1px solid; }
.product-type ul li { margin: 0; padding: 0; font-size: 14px; padding-bottom: 5px; }
.product-type ul li:before { content: none; }
.product-type ul li .fa { font-size: 16px; width: 27px; color: #666666; vertical-align: text-bottom; margin-bottom: 2px; }
.product-type-content { font-size: 14px; line-height: 24px; margin-left: -30px; }
.product-type-content h4 { font-size: 20px; line-height: 1; color: #8d7249; padding-bottom: 18px; margin-bottom: 0.5rem; }
.product-type-content p { margin-bottom: 18px; }

.product-more-info { padding: 15px 0; }
.product-more-info h5 { font-size: 18px; text-transform: uppercase; color: #5f5f5f; margin-bottom: 0.5rem; }

.accodiant-product-detail { padding: 25px 0 0 0;}
.accodiant-product-detail .card { border-radius: 0px; margin-bottom: 20px; border-color: #c6c6c6; }
.accodiant-product-detail .card-header { padding: 13px 20px 15px; margin-bottom: 0; border: 0px; background: transparent; border-radius: 0px !important; position: relative; }
.accodiant-product-detail button.btn.btn-link { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: 0px; padding: 0; margin: 0; font-size: 12px; line-height: 18px; color: #333333; text-transform: uppercase; font-weight: 500; width: 100%; text-align: left; }
.accodiant-product-detail .card-header button.btn.btn-link:focus,.accodiant-product-detail .card-header button.btn.btn-link:hover { outline: none; text-decoration: none; }
.accodiant-product-detail .card-header button.btn.btn-link.collapsed:before { content: "\f067"; font-family: FontAwesome;  position: absolute; top: 14px; right: 17px; }
.accodiant-product-detail .card-header button.btn.btn-link:before { content: "\f068"; font-family: FontAwesome;  position: absolute; top: 14px; right: 17px; }
.accodiant-product-detail .card-body  { padding: 10px 20px 10px; font-size: 14px; line-height: 1; position: relative; }
.accodiant-product-detail .card-body table { margin: 6px 0 0; /*border-top: 1px solid #f0f0f0;*/ }
.accodiant-product-detail .card-body:after { content: ""; position: absolute; height: 1px; background: #f0f0f0; left: 20px; right: 20px; top: 0; }
.accodiant-product-detail .table-striped tbody tr:nth-of-type(odd) { background-color: #FFF; }
.accodiant-product-detail .table-striped tbody tr:nth-of-type(even) { background-color: #fafafa; }
.accodiant-product-detail .table-striped.table td,.accodiant-product-detail .table-striped.table th { padding: 8px 20px; vertical-align: top;
border-top: 0px;font-size: 14px; line-height: 24px; color: #9f9f9f; }
.accodiant-product-detail .table-striped.table td span { color: #666666; }
.accodiant-product-detail .card-body .map-block { padding: 0 20px 20px; }
.map-block img { width: 100%; }

.error-404.not-found { padding: 320px 0 200px; }
.error-404.not-found h2 { padding-bottom: 20px; }
.error-404.not-found h2 { padding-bottom: 20px; }

.our-agents { float: left; width: 100%; background: #f7f7f7; margin-top: 25px; padding: 25px 20px; }
.our-agents h4 { font-size: 14px; line-height: 24px; text-transform: uppercase; color: #5f5f5f; padding-bottom: 5px; margin-bottom: 0.5rem;}
.our-agents-slider { float: left; width: 100%; }
.our-agents-slider .our-team-block { background-color: transparent; padding: 0; margin: 0; }
.our-agents-slider .our-team-content { padding: 35px 10px 0; }
.our-agents-slider .our-team-content h4 { font-size: 14px; line-height: 18px; color: #5f5f5f; text-transform: uppercase; margin-bottom: 5px; }
.our-agents-slider .our-team-block .our-team-content ul li .fa { width: 20px; }
.our-agents-slider .slick-arrow { border: 2px solid #616161; width: 20px; height: 20px; font-size: 0px; top: -35px; right: 0; }
.our-agents-slider .slick-arrow:after { font-size: 8px; color: #616161; }
.our-agents-slider .slick-arrow.slick-prev { right: 30px; }

.tribe-events-calendar .tribe-events-tooltip h3.entry-title,#tribe-events h3{ font-weight: bold; font-size: 18px; color: #9a522f; line-height: 20px; font-family: 'Montserrat', sans-serif; }
.tribe-events-pg-template { padding-top: 60px; clear: both; padding-bottom: 40px; }
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a { background-color: #8d7249;}

#mailpoet_form_2 .mailpoet_validate_success { color: #468847; font-size: 12px; line-height: normal; margin-top: 8px; margin-bottom: 10px; }

.main-content.contact-page { margin-bottom:120px; } 


.cvf_pag_loading {padding: 20px;}
.cvf-universal-pagination ul {margin: 0; padding: 0;}
.cvf-universal-pagination ul li {display: inline; margin: 3px; padding: 4px 8px; background: #fff; color: black; }
.cvf-universal-pagination ul li.active:hover {cursor: pointer; background: #1E8CBE; color: #fff; }
.cvf-universal-pagination ul li.inactive {background:#7E7E7E;}
.cvf-universal-pagination ul li.selected {background:#1E8CBE; color: #fff;}

.team-block { width: 100%; float: left; margin-bottom: 30px; }
.team-block h2 { margin-bottom: 15px; }
.main-content .team-block  ul.team_contact li:before { display: none}
.main-content .team-block  ul li i { width: 20px; }
.section-shortcode { margin-bottom: 40px; }

.product-share .addthis_inline_share_toolbox { position: absolute; left:-5px; width: 100px; text-align: left; z-index: 2; display: none}
.product-share ul li.share-icon:hover  .addthis_inline_share_toolbox { display: block; }
.at-share-tbx-element .at4-share-count, .at-share-tbx-element .at-label { color: #8d7249 !important;  }
.at-share-tbx-element .at-share-btn:focus, .at-share-tbx-element .at-share-btn:hover {	-webkit-transform: translateY(-2px) !important;transform: translateY(-2px) !important; }


.single-idx-wrapper .main-content ul li::before { display: none !important; }
.single-tribe_events  #tribe-events-pg-template, .single-tribe_events  .tribe-events-pg-template { margin: 0 auto; max-width: 100%; padding-top: 0; }
.single-tribe_events .tribe-events-pg-template  .tribe-events-single#tribe-events-content { clear: both; max-width: 1200px; margin:0px auto ; padding: 50px 15px 30px; }
.tribe-events-promo { display: none; }

.widget_text { float: left; width: 100%; background: #f7f7f7;  margin-top: 25px; padding: 25px 20px; }
.widget_text .widget-title { font-size: 14px; line-height: 24px; text-transform: uppercase; color: #5f5f5f; padding-bottom:10px; margin: 0px; font-weight: 500; }
.widget_text .IDX-quicksearchWrapper { box-shadow: none !important; border: 0 !important; width: 100% !important; }
.IDX-quicksearchWrapper .IDX-qsTextInput, .IDX-quicksearchWrapper .IDX-qsSelectInput { width: 100%; border: 1px solid #dddddd; padding: 8px 15px; color: #666666; font-size: 14px; background-color: transparent; }
.IDX-qsFieldWrap { padding:0 0 10px !important; text-align: left  !important; }
.IDX-qsFieldWrap .IDX-qsButtonInput { background-color: #8d7249; border: none; color: #fff; width: 100%; text-transform: uppercase; padding: 10px 15px; font-size: 12px; }



/* Design 2 start css */

.share-text { font-size: 14px; margin-right: 8px; }
.inner-social { position: absolute; right: 0; bottom: 0; padding: 10px 40px 33px; }
.inner-social ul { margin: 0; padding: 0; list-style: none; display: inline-block; }
.inner-social ul li { display: inline-block; margin-left: 5px; margin-bottom: 0; padding-left: 0; }
.inner-social ul li:before { display: none; }
.inner-social ul li a { color: #8f8f8f; font-size: 18px; }
.inner-social ul li a:hover { color: #8d7249; }
#mailpoet_form_2 .mailpoet_validate_error { font-size: 12px; line-height: normal; margin-top: 8px; margin-bottom: 10px; }
.main-content ul.team_contact li { padding-left: 0; }
.page-template-tp-ranch-facts .tab-section { padding-bottom: 20px; }
.page-template-tp-ranch-facts .main-content { margin-bottom: 0; }

.tribe-events-notices { background: #fafafa; border-radius: 0; border: 1px solid #eee; color: #434343; margin: 10px 0 18px; padding: 15px 30px; text-shadow: none; font-weight: normal; }

.product-listing [class*="col-"] { margin-bottom: 45px; }
.product-listing .product-block { margin-bottom: 0; background-color: #f7f7f7; min-height: 100%; }
.product-block .product-content { position: static; }
.propery_no_found { color: #929292; font-size: 30px; font-weight: bold; margin: 0; padding: 25px 30px; } 

/* New changes */

.contact-form p { color: #5f5f5f; }
.page-template-tp-contact .banner-inner:before { opacity: 0; }


.inner-page-banner .bg-img { padding: 144px 0 0; }
.inner-page-banner .bg-img > img { display: none; }
.inner-page-banner .bg-img .banner-inner-content { position: relative; bottom: 0; padding: 43px 0 48px; }
.inner-page-banner .bg-img .banner-inner-content h2 { margin-bottom: 0; }
.inner-page-banner .bg-img .banner-inner-content p { margin-bottom: 0; margin-top: 8px; }

.sold-tag { position: absolute; top: 0; right: 20px; background: #8d7249; padding: 11px; color: #ffffff; }