/*
Theme Name: oldhickorylake.com
Theme URI: http://aios3-staging.agentimage.com/o/oldhickorylake.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li {
	position:relative;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(104, 86, 47, .8);
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
 	text-align: center;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover {
    background: #68562f;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

@font-face {
    font-family: infiniteStroke;
    src: url(fonts/Infinite_Stroke.otf);
} 

/* Global */

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	background: #948159;
	color: #ffffff;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

body *:focus{
	outline: 0;
}

p{
	font-size: 13px;
	line-height: 2;
	margin-bottom: 1.5em;
}

a, #ihf-main-container a{
	color: #ead595;
}

a:hover, a:focus{
	color: #f0ad4e;
}

i.icon{
	font-style: normal !important;
}

h2.theme-widget-title{
	font-family: 'Cinzel', serif;
	font-size: 32px;
	text-transform: uppercase;
	color: #ead595;;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    letter-spacing: 3px;
    margin-bottom: 15px;
}
	h2.theme-widget-title span.small{
		display: block;
		font-family: 'Montserrat', sans-serif;
		color: #fff;
		font-size: 13px;
		letter-spacing: 0;
	}


/*HEADER*/

.amh-header-buttons{
    background: #6d5839;
}
.amh-header-buttons.amh-1a .amh-center .amh-phone-text, .amh-header-buttons.amh-1a .amh-center .amh-phone-text a,
.amh-navigation .amh-menu li a{
	color: #fff;
}
.amh-navigation {
    background: #948159;
}
.amh-navigation .amh-menu li:hover > a, .amh-navigation .amh-menu li.open > a {
    background: #6d5839;
    color: #fff;
}

.amh-navigation .amh-menu li ul {
    background: #d4c085;
}
.amh-navigation .amh-menu li ul a {
    color: #3a2911;
}

.mobile-header-logo {
    margin-top: 52px;
    text-align: center;
    padding: 30px;
    background: #948159;
    display: none;
    position: relative;
    z-index: 9;
}
	.mobile-header-logo img{
		max-width: 100%;
	}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(rgba(0, 0, 0, .7), transparent);
    padding: 35px 0;
    -webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
	header.header.scrolled{
		background: #68562f;
		padding: 12px 0;
	}

header.header .logo img{
	max-height: 100px;
	max-width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
	header.header.scrolled .logo img{
		max-height: 60px;
	}

.header-right nav.navigation #nav {
    margin: 0 -10px;
    font-size: 0;
    -webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
	header.header.scrolled .header-right nav.navigation #nav{
		padding: 21px 0 15px;
	}
#nav > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}
	#nav > li a{
		font-size: 13px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}

	#nav > li > a {
	    position: relative;
	    display: block;
	}

	#nav > li > a::after {
	    content: "";
	    display: block;
	    margin: 4px auto 0;
	    width: 100%;
	    height: 2px;
	    background: #ebd38a;
	    transform-origin: center;
	    -webkit-transition: 0.4s ease-in-out;
		-moz-transition: 0.4s ease-in-out;
		-o-transition: 0.4s ease-in-out;
		-ms-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	    -moz-transform: scale(0, 1);
		-webkit-transform: scale(0, 1);
		-o-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	#nav li:hover > a::after{
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}

.header-right{
	text-align: right;
}
	.header-contact {
	    padding: 10px 0;
	    max-height: 100px;
	    -webkit-transition: 0.4s ease-in-out;
		-moz-transition: 0.4s ease-in-out;
		-o-transition: 0.4s ease-in-out;
		-ms-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
		overflow: hidden;
	}
	header.header.scrolled .header-contact{
		padding: 0px 0;
	    max-height: 0;
	}
		.hc-phone {
		    font-size: 24px;
		    font-family: 'Cinzel', serif;
		    letter-spacing: 1px;
		}
		.hc-phone, .hc-phone a {
		    color: #fff;
		}
		.hc-phone .icon {
		    font-size: 16px;
		}
		

.first-fold-container{
	position: relative;
}

/*SLIDER*/
.home-slider-container {
    position: relative;
}

.cycloneslider{
	min-height: 300px;
}

/*.cycloneslider .cycloneslider-slide img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s; 
}
*/
/*.cycloneslider .cycloneslider-bw img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cycloneslider .colored img {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}*/

.slide-tagline-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9;
    font-size: 0;
}
	.slide-tagline-container::before {
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	    width: 0;
	    height: 100%;
	}

	.slide-tagline-container .tagline-holder {
	    display: inline-block;
	    vertical-align: middle;;
	    line-height: .95;
	    background: url(images/tagline-shadow.png);
	    background-position: center center;
	    background-size: cover;
        padding: 40px 40px;
	}
	.slide-tagline-container .tagline-holder span{
		font-family: 'Cinzel', serif;
		font-size: 45px;
		color: #fff;
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
	}
	.slide-tagline-container .tagline-holder span i{
		font-style: normal !important;
		font-family: infiniteStroke;
		font-size: 78px;
	}

/*CTA*/
.call-to-action-section-hp {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0 5px;
}
.cta-row {
    font-size: 0;
    text-align: center;
}
.cta-row::after{
	content: "";
	display: block;
	clear: both;
}
.cta-box{
	position: relative;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #86682a;
    max-width: 380px;
    margin: 0 auto;
}
.cta-box::before, .cta-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(#fff, #86682a);
    z-index: 9;
}
.cta-box::before{
	left: 0;
}
.cta-box::after{
	right: 0;
}
.cta-row .cta-col {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 11px;
}

.cta-image {
    position: relative;
    background: #86682a;
}
	.cta-image canvas{
		display: block;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-transition: 0.4s ease-in-out;
		-moz-transition: 0.4s ease-in-out;
		-o-transition: 0.4s ease-in-out;
		-ms-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	.cta-1 .cta-image canvas{
		background-image: url(images/cta-image1-new.jpg);
	}
	.cta-2 .cta-image canvas{
		background-image: url(images/cta-image2.jpg);
	}
	.cta-3 .cta-image canvas{
		background-image: url(images/cta-image3.jpg);
	}
	.cta-4 .cta-image canvas{
		background-image: url(images/cta-image4.jpg);
	}
	.cta-5 .cta-image canvas{
		background-image: url(images/cta-image5.jpg);
	}
	.cta-box a:hover .cta-image canvas{
		opacity: .5;
	}
.cta-text-holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 8;
	font-size: 0;
}
	.cta-text-holder::before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 100%;
	}
	.cta-text-holder::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		-webkit-transition: 0.4s ease-in-out;
		-moz-transition: 0.4s ease-in-out;
		-o-transition: 0.4s ease-in-out;
		-ms-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
		background: linear-gradient(rgba(182, 143, 59, 0.77), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7));
	}
	.cta-box a:hover .cta-text-holder::after{
		background: linear-gradient(rgba(182, 143, 59, 0.77), rgba(182, 143, 59, 0.5), rgba(182, 143, 59, 0.3));
	}
	.cta-text-holder .cta-text{
		display: inline-block;
		vertical-align: middle;
		position: relative;
		z-index: 8;
	}
		.cta-text-holder .cta-text span{
			display: block;
			color: #fff;
			text-transform: uppercase;
		}
		.cta-text-holder .cta-text span.montserat{
			font-size: 14px;
		}
		.cta-text-holder .cta-text span.cinzel{
			font-size: 18px;
			font-family: 'Cinzel', serif;
		}

.main-content-section-hp{
	background-image: url(images/main-content-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding: 80px 0 70px;
}

.welcome-paragraph{
	padding: 20px 0;
}
.welcome-section p{
	color: #fff;
}

/*FEATURED PROPERTY*/
.featured-property-section-hp {
    padding-left: 40px;
}
.featured-property-section-hp h2.fp-title{
	font-size: 28px;
	letter-spacing: 1px;
}
.fp-box{
	padding: 28px 35px;
	background-image: url(images/fp-frame.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.45);
}
.fp-image{
	background: #ead595;
}
.fp-image canvas{
	display: block;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.45) inset;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.45) inset;
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.45) inset;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.fp-box a:hover .fp-image canvas{
	opacity: .7;
}


/*FOOTER*/
footer.footer {
    background: #948159;
}
.footer-upper {
    text-align: center;
    background: #948159;
}
.footer-main-logos {
    padding: 50px 0 10px;
}
	.footer-main-logos img{
		max-width: 100%;
	}
.footer-contact-area .fc-phone, .footer-contact-area .fc-social-media, ul.social-media li {
    display: inline-block;
    vertical-align: middle;
}
.footer-contact-area {
    padding: 25px 0;
}

.footer-contact-area .fc-phone, .footer-contact-area .fc-social-media {
    padding: 0 10px;
}

.footer-contact-area .fc-phone {
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.footer-contact-area .fc-phone .icon {
    color: #d1bc82;
}
.footer-contact-area .fc-phone {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}
ul.social-media li a {
    display: block;
    text-decoration: none;
    width: 28px;
    height: 28px;
    background: linear-gradient(#b3a06e, #e5d091);
    border-radius: 50% 50%;
    color: #6d5839;
    font-size: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
    -webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
ul.social-media li a:hover {
    background: rgba(179, 160, 110, .7);
}
	ul.social-media li a::before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 100%;
	}
	ul.social-media li a i.icon{
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
	}
	ul.social-media li {
	    padding: 0 2px;
	}
.footer-affiliation-logo {
    padding: 10px 0px 40px;
}
.footer-affiliation-logo ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 30px;
    text-align: center;
}
.footer-logo {
    background-image: url(images/footer-logo-sprit.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.footer-logo-logo-abr {
    width: 87px;
    height: 32px;
    background-position: -10px -10px;
}

.footer-logo-logo-asp {
    width: 49px;
    height: 56px;
    background-position: -117px -10px;
}

.footer-logo-logo-benchmark {
    width: 178px;
    height: 40px;
    background-position: -10px -86px;
}

.footer-logo-logo-cne {
    width: 98px;
    height: 42px;
    background-position: -10px -146px;
}

.footer-logo-logo-crs {
    width: 235px;
    height: 52px;
    background-position: -10px -208px;
}

.footer-logo-logo-icon-realtor {
    width: 61px;
    height: 64px;
    background-position: -208px -10px;
}

.footer-logo-logo-realors {
    width: 207px;
    height: 41px;
    background-position: -289px -10px;
}

.footer-logo-logo-rrc {
    width: 188px;
    height: 41px;
    background-position: -289px -71px;
}

.footer-lower {
    background: #6d5839;
    padding: 25px 0;
    color: #ffffff;
}
.copyright {
    font-size: 11px;
    padding: 6px 0 0;
}
.footer-lower-right{
	text-align: right;
}
	i.icon.ai-font-footer-logo {
	    font-size: 20px;
	}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

.ip-container #main-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/ip-bg-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.ip-container #inner-page-wrapper{
	margin-top: 160px;
}

/*.ip-banner-container{
	background-image: url(images/ip-banner-image.jpg); 
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
	.ip-banner-container canvas{
		display: block;
		width: 100%;
		background: rgba(0, 0, 0, 0.1);
	}*/
/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 73%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 25%; }

.sidebar-image {
    text-align: center;
}

.cta-col-sb {
    padding: 8px 0;
}

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title { 
	font-family: 'Cinzel', serif;
	font-size: 32px;
	text-transform: uppercase;
	color: #ead595;;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 400;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
	font-family: 'Cinzel', serif;
	font-size: 32px;
	text-transform: uppercase;
	color: #ead595;;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 400;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}
#content ul.sitemap-list{}
#content ul.sitemap-list li > a:hover{
	color: #f7e5af;
}
.ai-contact-wrap input[type="submit"], .ai-default-cf7wrap input[type="submit"], .error-forms input[type=submit] {
    background: #ebd38a !important;
    color: #6d5839 !important;
}

ul.nav.nav-tabs {
    margin: 0 !important;
}
ul.chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}
#ihf-main-container .btn-link:focus, #ihf-main-container .btn-link:hover{
	color: #ead595;
}
#ihf-main-container a:focus, #ihf-main-container a:hover {
    color: #f0ad4e;
    text-decoration: underline;
}
	 
	 #ihf-main-container .btn-link,
	 #ihf-main-container .help-block{
	 	color: #fff;
	 }
	 #ihf-main-container label {
	    color: #fff;
	}
	#ihf-main-container .modal-content label {
	    color: #000;
	}
	#ihf-main-container .mc-total-payment-sm,
	#ihf-main-container .mc-total-payment,
	#ihf-main-container .mc-amount {
	    color: #fff;
	}
	#ihf-main-container .panel, #ihf-main-container .panel label {
	    color: #000;
	}
	
#content input[type=email],
#content input[type=phone],
#content input[type=tel],
#content input[type=text],
#content select,
#content textarea{
	color: #333;
}
#content .ihf-powered-by{
	color:#fff;
}
#content .ihf-powered-by a{
	color:#fff;
}
#content #ihf-main-container .text-danger {
    color: #ffffff;
    font-size: 13px;
}
#content #ihf-main-container .listing-open-home-text{
	color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 4px #333;
}

#ihf-main-container .leaflet-control-layers label,
.ihf-map-info-window-detail,
#ihf-main-container .ihf-map-info-box-title a,
a.leaflet-popup-close-button,
#ihf-main-container .input-group-addon,
#ihf-main-container .ihf-polygon-reset,
#ihf-main-container .modal-footer button.btn.btn-link {
    color: #000;
}

#ihf-main-container .modal-header .close{
	opacity: 1;
    color: #fff;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */