/*
Theme Name: Milan - AgentPro
Theme URI: https://agentpro-milan.agentimage.com/
Description: Aios AgentPro Theme 9
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.6
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. Custom CSS
 *
 *******************************************************/

/* Global */

/*** THEME STYLE ***/
.slick-slider *{
	outline: none;
}
body{
	font-family: 'BenchNine', sans-serif;
	color:#c6c6c6;
	background:#fff;
}


a:link, a:visited {
   outline: none;
}

#mainwrapper{

}

/** Fixed Header **/
#fixed-header{
	position: fixed;
	left: 0;
	top: -71px;
	width: 100%;
	z-index: 300;
	background: #db9662;
	height: 71px;
}
	#fixed-header .logo{
	    padding-top: 8px;
	}
        #fixed-header .logo img {
            width: 25%;
        }
	/** Fixed Nav **/
	#fixed-header .fixed-nav{

	}
		#fixed-header .fixed-nav nav{

		}
			#fixed-header .fixed-nav nav > div > ul{
				text-align: center;
			}
				#fixed-header .fixed-nav nav > div > ul > li{
					display: inline-block;
					vertical-align: top;
					position: relative;
					padding: 0;
					font: 300 17px 'BenchNine', sans-serif;
				}
					
					#fixed-header.fixed-nav #fixed-nav li:hover > ul{
						display: block;
					}

					#fixed-header .fixed-nav nav > div > ul > li > a{						
						color: #fff;
						text-transform: uppercase;
						text-decoration: none;
						display: block;
					    padding: 24px 34px;
					}

						#fixed-header .fixed-nav nav > div > ul > li:hover {
							/* font-weight: 700; */
							text-shadow: 0 0 1px #fff;
						}

			#fixed-header .fixed-nav nav > div > ul > li > ul{
				position: absolute;
				left: 50%;
				background: #db9662;
				top: 70px;
				width: 150px;
				margin-left: -75px;
				display: none;
			}
				#fixed-header .fixed-nav nav > div > ul > li > ul li{
					display: block;
					padding: 0 10px;
				}
					#fixed-header .fixed-nav nav > div > ul > li > ul > li  a{
						font: 300 19px 'BenchNine', sans-serif;
						color: #fff;
						text-decoration: none;
						text-transform: uppercase;
						display: block;
					    padding: 10px 0;
						letter-spacing: 0.1em;
						position: relative;		
						display: block;
						text-align: center;				
					}
					#fixed-header .fixed-nav nav > div > ul > li > ul li:hover {
					    background: #9d322e;
					}

				#fixed-header .fixed-nav nav > div > ul > li > ul > li ul {
					background: #db9662;
					position: absolute;
					left: 100%;
					top: 0;
					min-width: 130px;
					display: none;
				}

				#fixed-header .fixed-nav nav > div > ul > li > ul a {
				    font-size: 15px!important;
				}


	/** Fixed Nav **/
	/** Fixed Contact info **/
	#fixed-header .fixed-contact-info{
		text-align: center;
		padding-top: 21px;
	}
		#fixed-header .fixed-contact-info p{
			color: #fff;
			display: inline-block;
			vertical-align: top;
			/* font-size: 22px; */
			font-size: 0px;
			padding-right: 23px;
		}
		#fixed-header .fixed-contact-info a{
			display: inline-block;
			vertical-align: top;
			font-size: 19px;
			color: #fff;
			text-decoration: none;
		}
		#fixed-header .fixed-contact-info em span{
			font-size: 19px;
		}
		#fixed-header .fixed-contact-info a span {
			display: none;
		}
		#fixed-header .fixed-contact-info a span.ai-phone-o {
			display: block;
		}
	/** Fixed Contact info **/

/** Fixed Header **/
/** Headerwrapper **/
#headerwrapper{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
}
	.header{
		width: 100%;
		position: relative;
	}
		.header-row {
			margin-left: -15px;
			margin-right: -15px;
		}


		/** Header Center **/
		.header-center{
		    width: 31.7%;
			height: auto;
			margin: 0 auto;
			position: relative;
			z-index: 8;
			text-align: center;
		}
			.header-center:after{
				display: block;
				content: "";
				width: 12px;
				height: 100%;
				background: url(images/logo-left.png) no-repeat 0 0 transparent;
				position: absolute;
				left: -12px;
				top: 0;
			}
			.header-center:before{
				display: block;
				content: "";
				width: 12px;
				height: 100%;
				background: url(images/logo-right.png) no-repeat 0 0 transparent;
				position: absolute;
				right: -12px;
				top: 0;
			}
			/** logo **/
			.header-center .logo{
				display: block;
				background: #fff;
				width: 100%;
				padding: 17.5px 0;
			}
				.header-center .logo img{
					display: block;
					width: 100%;
					height: auto;
					margin: 0 auto;
					max-width: 100px;
				}
				.ip-container .header-center .logo img {
					width: 65%
				}
				.header-center .logo a {
				    display: block;
				    width: 110px;
				    margin: 0 auto;
				    position: relative;
				}
				.header-center .logo a span {
				    text-transform: uppercase;
				    color: #898989;
				    font-size: 26px;
				    /* height: 30px; */
				    height: 50px;
				    line-height: 1;
				    position: absolute;
				    top: 0;
				    bottom: 0;
				    margin: auto 30px;
				}

				.header-center .logo a span:first-child {
				    right: 100%;
				}

				.header-center .logo a span:last-child {
				    left: 100%;
					/* margin-left: 26px; */
					margin-left: 7px;
					margin-right: 8px;
					letter-spacing: .05em;
				}

				/*logo alternative*/
				/*.header-center .logo{
					display: block;
					background: #fff;
					width: 100%;
					padding: 10.5px 0;
				}
					.header-center .logo img{
						display: block;
						width: 100%;
						height: auto;
						margin: 0 auto;
					}
					.header-center .logo a {
					    display: block;
					    width: 110px;
					    margin: 0 auto;
					    position: relative;
					    text-decoration: none;
					}
					.header-center .logo a span {
					    text-transform: uppercase;
					    color: #898989;
					    font-size: 26px;				    
					    line-height: 1;
					    position: relative;
					    top: 0;
					    bottom: 0;
					    margin: 0;
					    width: 100%;
					    left: 0;
					    right: 0;
					    display: block;
					    text-align: center;
					    padding: 2px 0;
					    letter-spacing: .05em;
					    padding-left: 2px;
					}

					.header-center .logo a span:first-child {
					    right: 0;
					    text-align: center;
					    display: block;
					}

					.header-center .logo a span:last-child {
					    letter-spacing: .1em;
					}*/
			/** logo **/
			/** Contact Info **/
			.contact-info{
				background: rgba(255, 255, 255, 0.8);
				text-align: center;
				padding: 13px 0;
			}
					.contact-info p{
						display: inline-block;
						vertical-align: top;
						font: normal 300 17px 'Roboto', sans-serif;
						color: #464646;

					}
						.contact-info p:after{
							display: inline-block;
							vertical-align: top;
							content: "|";
							font: normal 300 17px 'Roboto', sans-serif;
							color: #464646;
							padding: 0 6px;
						}
						.contact-info p:last-child:after {
							display: none;
						}
					.contact-info a{
						display: inline-block;
						vertical-align: top;
						color: #464646;
						text-decoration: none;
						font: normal 300 17px 'Roboto', sans-serif;
					}
			/** Contact Info **/				
		/** Header Center **/
		/** Navigation **/
		.navigation{
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			background: #fff;
		}
			
			.navigation nav > div[class^=menu],
			.navigation nav > .menu-navigation-container {
				font-size: 0;
				height: 80px;
				text-align: center;
			}

			.navigation nav > div[class^=menu] > *,
			.navigation nav > .menu-navigation-container > * {
				display: inline-block;
				vertical-align: top;
				font-size: 17px;
			}

			.navigation nav > div[class^=menu] .aios-split-nav,
			.navigation nav > .menu-navigation-container .aios-split-nav {
				width: 34.15%;
				text-align: left;
			}

			.navigation nav > div[class^=menu] .aios-split-nav + .header-center + .aios-split-nav,
			.navigation nav > .menu-navigation-container .aios-split-nav + .header-center + .aios-split-nav {
				text-align: right;
			}

			.navigation nav > div > ul{
				font-size: 0;
			}
				.navigation nav > div > ul > li{
					display: inline-block;
					vertical-align: top;
					padding: 0;
					position: relative;
					font: 300 19px 'BenchNine', sans-serif;
				}
					.navigation nav > div > ul > li > a{						
						color: #898989;
						text-decoration: none;
						text-transform: uppercase;
						display: block;
					    padding: 27px 22px;
						letter-spacing: 0.1em;
						position: relative;						
					}
			
						.navigation nav > div > ul > li:hover {
							/* font-weight: 700;  */
							text-shadow: 0 0 1px #000; 
						}
			
						.navigation nav > div > ul > li > a:after{
							display: block;
							content: "";
							width: 1px;
							height: 15px;
							position: absolute;
							left: 0;
							top: 31px;
							background: #efbccd;							
						}
			
						.navigation nav > div > ul > li:first-child > a:after{
							display: none;
						} 

						/* .navigation nav > div > ul > li:first-child a{
							padding-left: 0;
						}
						.navigation nav > div > ul > li:last-child a{
							padding-right: 0;
						}
						.navigation nav > div > ul > li:first-child + li + li{
							margin-right: 405px;
						}
						.navigation nav > div > ul > li:first-child + li + li + li a:after{
							display: none;
						} */


			.navigation nav > div > ul > li > ul{
				position: absolute;
				left: 50%;
				background: #db9662;
				top: 80px;
				width: 170px;
				margin-left: -85px;
				display: none;
			}
				.navigation nav > div > ul > li > ul  li {
					display: block;
				}
					.navigation nav > div > ul > li > ul > li  a{
						font: 300 19px 'BenchNine', sans-serif;
						color: #fff;
						text-decoration: none;
						text-transform: uppercase;
						display: block;
					    padding: 10px 0;
						letter-spacing: 0.1em;
						position: relative;		
						display: block;
						text-align: center;				
					}
					.navigation nav > div > ul > li > ul  li:hover {
						background: #9d322e;
					}


			.navigation nav > div > ul > li > ul > li > ul {
			    position: absolute;
			    left: 100%;
			    top: 0;
			    background: #db9662;
			    min-width: 200px;

			    display: none!important
			}
			


		/** Navigation **/
/** Headerwrapper **/
/** Hero **/
#hero{
	width: 100%;
	height: auto;
	position: relative;
}
	/** Slideshow **/
	#hero .slideshow{
		width: 100%;
		height: auto;
	}
		
		.hpslider .ai-slideshow-placeholder {
			position: relative;
		}

			.ai-slideshow-placeholder img {
				width: 100%;
				height: auto;
				display: block;
			}


		#hero .slideshow img{
			display: block;
			width: 100%;
			height: auto;
		}
		#hero .cycloneslider-slide:after,
		#hero .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-slide::after {
		    display: block;
		    content: "";
		    width: 100%;
		    height: 100%;
		    position: absolute;
		    left: 0;
		    top: 0;
		    background: #000;
		    z-index: 9;
		    opacity: 0.3;
		}
		#hero .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline {
			position:absolute;
			top: 29%;
		    left:0;
		    z-index:500;
		    width:100%;
		    color:#fff;
			text-align: center;
			pointer-events: none;
			background: none;
		}

		#hero .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
			margin-bottom:0;
		    font: normal 56px 'BenchNine', sans-serif;
		    line-height:1;
		    color: #fff;
		}

	/** Slideshow **/
	/** Quick Search **/
	#hero .quick-search-wrap{
		position: absolute;
		left: 0;
	    bottom: 8%;
		width: 100%;
		height: auto;
		z-index: 10;
	}
		#hero .quick-search{
			background-color: rgba(255, 255, 255, 0.8);
			padding: 23px;
			font-size: 0;
		}
			#hero .quick-search .qc-icon{
				display: inline-block;
				vertical-align: top;
				color: #db9662;
				font-size: 33px;
				width: 4%;
			    padding-left: 1%;
			}
			#hero .quick-search  form{
				display: inline-block;
				vertical-align: top;
				width: 96%;
			}
				#hero .quick-search form select{
					display: inline-block;
					vertical-align: top;
					height: 31px;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
					background-color: rgba(255,255,255,.5);
					border: solid 1px #868686;
					font: 300 11px 'Roboto', sans-serif;
					color: #464646;
					padding: 4px 8px;
				    width: 10.3%;	
				    margin-left: 1%;
				    outline: none;
					
				}
					#hero .quick-search form select.qc-long{
						width: 15.6%;
						margin-left: 2%;
					}
					#hero .quick-search form select:first-child{
						margin-left: 2%;
					}
				#hero .quick-search form input[type="submit"]{
					display: inline-block;
					vertical-align: top;
					height: 31px;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
					font: normal 14px 'BenchNine', sans-serif;
					background-color: #db9662;
					color: #ffffff;
					border: none;
					outline: none;
					cursor: pointer;
					text-transform: uppercase;
					width: 9.3%;
					margin-left: 1%;
				    transition: all .25s ease-in-out;
				    -moz-transition: all .25s ease-in-out;
				    -webkit-transition: all .25s ease-in-out;					
				}
					#hero .quick-search form input[type="submit"]:hover{
						background: #9d322e;
					}
				#hero .quick-search form a.adv-btn{
					display: inline-block;
					vertical-align: top;
					height: 31px;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
					font: normal 14px 'BenchNine', sans-serif;
					background-color: #464646;
					color: #ffffff;
					border: none;
					outline: none;
					cursor: pointer;
					text-transform: uppercase;
					width: 9.3%;
					margin-left: 1%;
					text-align: center;
					padding: 5px 0;
					text-decoration: none;
					border: 1px solid transparent;
				    transition: all .25s ease-in-out;
				    -moz-transition: all .25s ease-in-out;
				    -webkit-transition: all .25s ease-in-out;		

				}
				#hero .quick-search form a.adv-btn:hover{
					border-color: #464646;
					color: #464646;
					background: transparent;
				}

#hero .quick-search form input.hp-input {
	display: inline-block;
    vertical-align: top;
    height: 31px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255,.5);
    border: solid 1px #868686;
    font: 300 11px 'Roboto', sans-serif;
    color: #464646;
    padding: 4px 8px;
    width: 10.3%;
    margin-left: 1%;
    outline: none;
}


	/** Quick Search **/
/** Hero **/
/** CTA **/
#cta{
    width: 100%;
    height: auto;
    position: relative;
    padding: 3% 0;
}
	#cta .cta-list{

	}
		#cta .cta-list a{
			display: block;
			width: 100%;
			height: auto;
			position: relative;
			max-width: 360px;
			margin: 0 auto;

		}
			#cta .cta-list a:after{
				display: block;
				content: "";
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				background-color: rgba(161, 161, 161, 0.80);
				z-index: 0;
				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
			}
				#cta .cta-list:hover a:after{
					background-color: rgba(219, 150, 98, .8);
				}
			#cta .cta-list a:before{
				content: "";
				display: block;
				height: 3px;
				background-color: rgba(255, 255, 255, 0.80);
				position: absolute;
				left: 0;
				top: 25px;
				z-index: 1;
				width: 122px;

				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
			}
			#cta .cta-list a img{
				display: block;
				width: 100%;
				height: auto;
			}
			#cta .cta-list a p{
				display: block;
				position: absolute;
				z-index: 5;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				text-align: center;
				color: #fff;
				font: normal 31px 'BenchNine', sans-serif;
				text-transform: uppercase;
			}
				#cta .cta-list a p span{
					display: inline-block;
					vertical-align: middle;
				}
				#cta .cta-list a p:after{
					content: "";
					height: 100%;
					width: 0;
					display: inline-block;
					vertical-align: middle;
				}
				#cta .cta-list a p:before{
					content: "";
					display: block;
					height: 1px;
					background-color: rgba(255, 255, 255, 0.80);
					position: absolute;
					right: 0;
					bottom: 25px;
					z-index: 1;
					width: 122px;
					transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;
				}
			
			#cta .cta-list a:hover:before,
			#cta .cta-list a:hover p:before{
				width: 100%;
			}

/** CTA **/
/** Featured Areas **/
#featured-areas{
	width: 100%;
	height: auto;
}	

	.featured-property {
		margin: 0 auto;
		max-width: 360px;
	}
	/** Featured Property **/
	#featured-areas .properties{
		position: relative;
	}
		#featured-areas .properties h2{
			font: 300 35px 'BenchNine', sans-serif;
			color: #898989;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			text-align: center;
			padding-bottom: 20px;
		}
			#featured-areas .properties h2 span{
				color: #db9662;
			}

		#featured-areas .prop-wrap{
			width: 100%;
			height: auto;
			position: relative;
			max-width: 360px;
			margin: 0 auto;

		}
			#featured-areas .prop-wrap img{
				display: block;
				width: 100%;
				height: 240px;
			}
			#featured-areas .prop-wrap canvas{
				display: block;
				width: 100%;
				height: auto;
				background-position: center center;
				background-size: cover;
			}
			#featured-areas .prop-wrap .pro-details{
				width: 100%;
				height: auto;
				position: absolute;
				bottom: 0;
				left: 0;
				background: #d7d7d7;
				padding: 21px;
				color:#333;
			}
			#featured-areas .prop-wrap .pro-details p{
				font: 300 14px 'Roboto', sans-serif;
				width: 60%;
			}
				#featured-areas .prop-wrap .pro-details p span{
					font: 300 21px 'Roboto', sans-serif;
				}
			#featured-areas .prop-wrap .pro-details a{
				display: block;
				position: absolute;
				right: 5%;
				top: 22%;
				width: 104px;
				height: 50px;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				background: #464646;
				color: #fff;
				text-align: center;
				text-transform: uppercase;
				font: normal 14px 'BenchNine', sans-serif;
				letter-spacing: 0.1em;
				padding: 16px 0;
				text-decoration: none;
				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;	
				border: 1px solid transparent			
			}
			#featured-areas .prop-wrap .pro-details a:hover{
				color: #fff;
				background: #db9662;
				border-color: #db9662;
			}
	/** Featured Property **/
	/** Area Expertise **/
	#featured-areas .area-expertise{
		position: relative;
	}
		#featured-areas .area-expertise h2{
			font: 300 35px 'BenchNine', sans-serif;
			color: #898989;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			text-align: center;
			padding-bottom: 20px;
		}
			#featured-areas .area-expertise h2 span{
				color: #db9662;
			}
			#featured-areas .area-expertise .expertise{
				width: 100%;
				height: auto;
				border: 1px solid #cfcfcf;
				padding: 19px 30px 0;
				font-size: 0;
				max-width: 360px;
				margin: 0 auto;

			}
				#featured-areas .area-expertise .expertise ul{
					display: inline-block;
					vertical-align: top;
					width: 45%;
					margin-left: 10%;
				}
					#featured-areas .area-expertise .expertise ul:first-child{
						margin-left: 0;
					}
					#featured-areas .area-expertise .expertise ul li{
						display: block;
					}
						#featured-areas .area-expertise .expertise ul li a{
							font: 300 18px 'BenchNine', sans-serif;
							color: #898989;
							text-transform: uppercase;
							display: block;
							text-decoration: none;
							border-bottom: 1px dotted #898989;
							padding: 6.9px 0;
						}
							#featured-areas .area-expertise .expertise ul li:first-child a{
								padding-top: 0;
							}
							#featured-areas .area-expertise .expertise ul li:last-child a{
								border-bottom: none;
							}

							#featured-areas .area-expertise .expertise ul li a:hover {
								font-weight: 700;
							}

				#featured-areas .area-expertise .expertise a.view-details{
					display: block;
					width: 104px;
					height: 50px;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
					font: normal 14px 'BenchNine', sans-serif;
					letter-spacing: 0.1em;
					border: solid 1px #999;
					color: #777777;
					text-transform: uppercase;
					text-decoration: none;
					text-align: center;
					padding: 15px 0;
					margin: 15px auto;
					transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;
				}
				#featured-areas .area-expertise .expertise a.view-details:hover{
					color: #fff;
					background: #db9662;
					border-color: #db9662

				}
	/** Area Expertise **/
	/** Featured Communities **/

	.featured-communities {
		margin: 0 auto;
		max-width: 360px;
	}
	#featured-areas .communities{
		position: relative;
	}
		#featured-areas .communities h2{
			font: 300 35px 'BenchNine', sans-serif;
			color: #898989;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			text-align: center;
			padding-bottom: 20px;
		}
			#featured-areas .communities h2 span{
				color: #db9662;
			}
			#featured-areas .communities .expertise{
				width: 100%;
				height: auto;
				border: 1px solid #cfcfcf;
				padding: 19px 30px;
				font-size: 0;
			}
		#featured-areas .communities .com-wrap{
			width: 100%;
			height: auto;
			position: relative;
			max-width: 360px;
			margin: 0 auto;
		}
			#featured-areas .communities .com-wrap img{
				display: block;
				width: 100%;
				height: auto;
			}

			#featured-areas .communities .com-wrap .com-details{
				width: 100%;
				height: auto;
				position: absolute;
				bottom: 0;
				left: 0;
				background: #d7d7d7;
				padding: 21px;
			}
				#featured-areas .communities .com-wrap .com-details p{
					font: 300 26px 'BenchNine', sans-serif;
					text-transform: uppercase;
					color: #464646;
					letter-spacing: 0.1em;
				}
				#featured-areas .communities .com-wrap .com-details a{
					display: block;
					position: absolute;
					right: 5%;
					top: 17%;
					width: 104px;
					height: 50px;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
					background: #464646;
					color: #fff;
					text-align: center;
					text-transform: uppercase;
					font: normal 14px 'BenchNine', sans-serif;
					letter-spacing: 0.1em;
					padding: 16px 0;
					text-decoration: none;		
					border: 1px solid transparent;
					transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;

				}
				#featured-areas .communities .com-wrap .com-details a:hover{
					color: #fff;
					background: #db9662;
					border-color: #db9662;
				}

	/** Featured Communities **/
/** Featured Areas **/
/** HP Main **/
#hp-main{
	width: 100%;
	height: auto;
	padding-top: 50px;
}
	/** Welcome **/
	#hp-main .welcome{
		position: relative;
		border-right: 1px solid #db9662;
		padding-bottom: 10px;
	}
		#hp-main .welcome h1{
			font: 300 35px 'BenchNine', sans-serif;
			color: #898989;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			padding-bottom: 20px;	
			padding-top: 16px;		
		}
			#hp-main .welcome h1 span{
				color: #db9662;
			}
		#hp-main .welcome p{
			color: #898989;
			font: 300 14px/25px 'Roboto', sans-serif;
			letter-spacing: -0.025em; 
			padding-bottom: 17px;
		}
	/** Welcome **/
	/** Testimonials **/
	#hp-main .testimonials{

	}
		#hp-main .testimonials h2{
			font: 300 35px 'BenchNine', sans-serif;
			color: #898989;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			padding-bottom: 20px;	
			padding-top: 16px;
			padding-left: 20px;		

		}
		#hp-main .testimonials .testi-list{
			padding-left: 20px;
			margin-bottom: 20px;
		}

			#hp-main .testimonials .testi-list a {
				/* color: #db9662;
				text-decoration: none;
				font: 300 13px/20px 'Roboto', sans-serif; */
				/* margin-left: 10px; */

				display: block;
				width: 104px;
				height: 50px;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				font: normal 14px 'BenchNine', sans-serif;
				letter-spacing: 0.1em;
				border: solid 1px #999;
				color: #777777;
				text-transform: uppercase;
				text-decoration: none;
				text-align: center;
				padding: 15px 0;
				margin: 15px 0 0;
				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out
			}

			#hp-main .testimonials .testi-list a:hover{
				color: #fff;
				    background: #db9662;
				    border-color: #db9662;
			}

		#hp-main .testimonials p{
			color: #898989;
			font: 300 14px/25px 'Roboto', sans-serif;
			letter-spacing: -0.020em; 

		}
		#hp-main .testimonials h3{
			font: normal 24px 'BenchNine', sans-serif;
			color: #db9662;
			padding: 16px 0 0;
			text-transform: uppercase;
		}
	/** Testimonials **/
	
/** HP Main **/
/** Blog Area **/
#blog-wrap{
	width: 100%;
	height: auto;
	padding-top: 28px;
	padding-bottom: 25px;
}
	/** Latest Post **/
	#blog-wrap .latest-post{
		position: relative;
	}
		#blog-wrap .latest-post h2{
			font: 300 35px 'BenchNine', sans-serif;
			color: #898989;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			padding-bottom: 20px;
			border-bottom: 1px solid #dddddd;	
		}
			#blog-wrap .latest-post h2 span{
				color: #db9662;
			}
		#blog-wrap .latest-post .blog-area{
			width: 100%;
			height: auto;
			font-size: 0;
			padding-top: 30px;
			padding-bottom: 30px;
		}
			#blog-wrap .latest-post .blog-list{
				display: inline-block;
				vertical-align: top;
				width: 50%;
				font-size: 14px;
			}
				#blog-wrap .latest-post .blog-list .blog-image{
					display: inline-block;
					vertical-align: top;
					width: 26.14%;
				}
					#blog-wrap .latest-post .blog-list .blog-image img{
						display: block;
						width: 100%;
						height: auto;
					}
				#blog-wrap .latest-post .blog-list .blog-descript{
					width: 65%;
					margin-left: 5%;
					display: inline-block;
					vertical-align: top;					
				}
					#blog-wrap .latest-post .blog-list .blog-descript h3 a{
						color: #959595;
						font: normal 20px/20px 'BenchNine', sans-serif;
						text-transform: uppercase;
					}

						#blog-wrap .latest-post .blog-list .blog-descript h3 a:hover {text-decoration: none}

					#blog-wrap .latest-post .blog-list .blog-descript p{
						font: 300 13px/20px 'Roboto', sans-serif;
					    padding-top: 5px;
					}
					#blog-wrap .latest-post .blog-list .blog-descript p a{
						color: #db9662;
						text-decoration: none;
						margin-left: 10px;
					}
	/** Latest Post **/
	/** Blog Logo **/
	#blog-wrap .blog-logo{
    	padding: 30px 0;
	}
		#blog-wrap .blog-logo img{
			display: inline-block;
			vertical-align: middle;
			margin: 0 auto;
			max-width: 130px;
		}
		#blog-wrap .blog-logo p {
		    display: inline-block;
		    vertical-align: middle;
		    text-align: left;
		    font-size: 35px;
		    line-height: 1;
		    color: #898989;
		    text-transform: uppercase;
		    padding-left: 10px;
		}
			#blog-wrap .blog-logo p span {
				color: #db9662;
				display: block;
				margin-bottom: 10px;
			}
		#blog-wrap .blog-logo{
			text-align: center;
		}
		#blog-wrap .blog-logo i {
		    font-size: 51px;
		    color: #464646;
		}
	/** Blog Logo **/
/** Blog Area **/
/* Contact Area **/
#contact-details{
	width: 100%;
	height: auto;
	padding-top: 30px;
    background: #d7d7d7;
    padding-bottom: 30px;
}
	/** Contact info **/
	#contact-details .fp-contact-info{
		position: relative;
	}
		#contact-details .fp-contact-info img{
			display: block;
			max-width: 190px;
		}
			#contact-details .fp-contact-info p{
				color: #898989;
				font: bold 39px/39px 'BenchNine', sans-serif;
			}

			#contact-details .fp-contact-info p a {
				color: #898989;
			}


			#contact-details .fp-contact-info a.fp-mail{
				display: block;				
				font: 300 33px/33px 'BenchNine', sans-serif;
				color: #898989;
				text-decoration: none;
			}
			#contact-details .fp-contact-info h3{
				color: #898989;
				font: bold 39px/39px 'BenchNine', sans-serif;
				padding:20px 0 0;
			}
			#contact-details .fp-contact-info .lic{
				color: #898989;
				font: bold 25px/25px 'BenchNine', sans-serif;
			}
		#contact-details .fp-contact-info .smi{
			font-size: 0;
		    padding-top: 15px;
		}
			#contact-details .fp-contact-info .smi a{
				display: inline-block;
				vertical-align: top;
				width: 41px;
				height: 41px;
				background: #464646;
				border-radius: 50%;
				text-align: center;
				color: #fff;
				text-decoration: none;
				margin: 6px 3px;
				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;

			}
				#contact-details .fp-contact-info .smi a:first-child{
					margin-left: 0;
				}
				#contact-details .fp-contact-info .smi a:after{
					content: "";
					height: 100%;
					width: 0;
					display: inline-block;
					vertical-align: middle;

				}
				#contact-details .fp-contact-info .smi a span{
					display: inline-block;
					vertical-align: middle;
					font-size: 23px;

				}
				#contact-details .fp-contact-info .smi a:hover{
					background: #db9662;
				}
	/** Contact info **/
	/** Agent Photo **/
	#contact-details .agent-photo{
		margin-bottom:40px;
	}
		#contact-details .agent-photo .a-photo{
			display: block;
			margin: 0 auto;
			height: auto;
			border: 10px solid #db9662;
			border-radius: 50%;
			max-width: 273px;
			max-height: 273px;
			overflow: hidden;
		    width: 76%;
		    height: auto;
		}
			#contact-details .agent-photo .a-photo img{
				display: block;
				width: 100%;
				border: 8px solid #fff;
				height: auto;
				border-radius: 50%;
			}
	/** Agent Photo **/
	/** Contact Form **/
	#contact-details .contact-form{

	}	
		
		#contact-details .contact-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
			left:5%;
		}
		
		#contact-details .contact-form h2{
			font: 300 35px 'BenchNine', sans-serif;
			color: #898989;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			padding-bottom: 15px;	
		}
			#contact-details .contact-form h2 span{
				color: #db9662;
			}
		#contact-details .contact-form form{
			width: 100%;
			/*font-size: 0;*/
			position: relative;
		}
			#contact-details .contact-form form .text-field{
				width: 100%;
				height: auto;
				font-size: 0;
			}
				#contact-details .contact-form form label {
					display: none;
				}
				#contact-details .contact-form form .text-field .wpcf7-not-valid-tip {
					font-size: 16px;
				    /* margin-top: -19px; */
					position: absolute;
					left: 8px;
					width: auto;
				}

				#contact-details .contact-form form .text-field > input:first-child{
					margin-left: 0;
				}
				
				#contact-details .contact-form form .text-field label + .wpcf7-form-control-wrap input {
					margin-left: 0;
				}

				#contact-details .contact-form form .text-field label + .wpcf7-form-control-wrap + label + .wpcf7-form-control-wrap input {
					margin-left: 2%;
				}


				#contact-details .contact-form form input[type="text"],
				#contact-details .contact-form form input[type="email"],
				#contact-details .contact-form form input[type="tel"]{
					height: 32px;
					border: solid 1px #cfcfcf;
					color: #9c9c9c;
					font: 300 11px 'Roboto', sans-serif;
					text-transform: uppercase;
					width: 49%;
					margin-left: 1%;
					padding: 10px;
					margin-bottom: 7px;
					outline: none;
				}
			#contact-details .contact-form form .textarea-field{
				/* width: 100%;
				height: auto;
				position: relative; */
				width: 99%;
				height: auto;
				margin: 0 0 0 auto;
				position: relative;
			}
				#contact-details .contact-form form .textarea-field textarea{
					border: solid 1px #cfcfcf;
					color: #9c9c9c;
					width: 100%;
					height: 110px;
					resize: none;
					outline: none;	
					color: #9c9c9c;
					font: 300 11px 'Roboto', sans-serif;	
					text-transform: uppercase;
					padding: 10px 98px 10px 10px		
				}
				#contact-details .contact-form form .textarea-field input[type="submit"]{
					position: absolute;
					right: 8px;
					top: 7px;
					width: 82px;
					height: 95px;
					background: #d7d7d7;
					border: none;
					outline: none;
					cursor: pointer;
					font: 300 20px 'BenchNine', sans-serif;
					color: #464646;
					text-transform: uppercase;
					letter-spacing: 0.1em;
					resize: none;
					transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;

				}
				#contact-details .contact-form form .textarea-field input[type="submit"]:hover{
					/* background: #f96294; */
					background: #a7a7a7;
					color: #fff;
				}
				#contact-details .contact-form .wpcf7 form .wpcf7-response-output {
					    position: absolute;
						margin: 0;
						width: 99%;
						margin-left: 1%;
				} 
	/** Contact Form **/
/** Contact Area **/
/** Footerwrapper **/
#footerwrapper{
	width: 100%;
	height: auto;
	background: #db9662;
	min-height: 97px;
}
	#footerwrapper .footer-copyright{
		padding-top: 39px;
	}
		#footerwrapper .footer-copyright ul{

		}
			#footerwrapper .footer-copyright ul li{
				display: inline-block;
				vertical-align: top;
			}
				#footerwrapper .footer-copyright ul li a{
					font: 300 12px/12px 'Roboto', sans-serif;
					color: #ffffff;
					text-decoration: none;
					text-transform: uppercase;	
					display: block;
					border-left: 1px solid #fff;
				    padding: 0 15px;
				}
				#footerwrapper .footer-copyright ul li a:hover{
					color: #ab5e23;
				}
					#footerwrapper .footer-copyright ul li:first-child a{
						padding-left: 0;
						border-left: none;
					}
			#footerwrapper .footer-copyright p{
				font: 300 12px/12px 'Roboto', sans-serif;
				color: #ffffff;
				text-decoration: none;
			}
				#footerwrapper .footer-copyright p a{
					color: inherit;
					text-decoration: none;
				}
				#footerwrapper .footer-copyright p a:hover{
					    color: #ab5e23;
				}
	#footerwrapper .footer-logos{
		text-align: right;
	    padding-top: 42px;
	}
		#footerwrapper .footer-logos span{
			color: #eeeae7;
			font-size: 24px;
		}
/** Footerwrapper **/


/* .popup-wrap-request .request-more-info p {
	font-family: 'BenchNine', sans-serif;
	font-size: 18px;
}

.popup-wrap-request .request-more-info .m-form span {
	    font-family: 'BenchNine', sans-serif;
	    font-size: 15px;
} */

.aios-roadmaps.no-border a.aios-roadmap-link {
	color: #464646!important;
}

.aios-roadmaps.no-border a.aios-roadmap-link:hover,
.aios-roadmaps.black a.aios-roadmap-link.active-link {
	color: #db9662!important;
}
#blog-wrap .latest-post .blog-list .blog-descript p a:hover {
    color: #988989;
}
#ihf-main-container .ihf-market-report-link{
	display: block !important;
	margin: 0 !important;
}
/*** THEME STYLE ***/
 
/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/
#page-bg{
	width: 100%;
	height: 200px;
	background: url("/../../wp-content/uploads/2018/10/01.jpg") no-repeat center center transparent;
	background-size: cover;
}


#inner-page-wrapper{
	font-family: 'Roboto', sans-serif;
}
/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px;}

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

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

/* 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) */
.yoast-breadcrumbs a,
.yoast-breadcrumbs{
	color: inherit;
	font-family: 'Roboto', sans-serif;
}

#content a {color: inherit; }
#content-sidebar #content {
    width: 67.08%;
	font-family: 'Roboto', sans-serif;
}

#content .entry-title { 
    font: normal 35px 'BenchNine', sans-serif;
    color: #898989;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    font: normal 35px 'BenchNine', sans-serif;
    color: #898989;
    letter-spacing: 0.1em;
}


/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    font: bold 24px 'BenchNine', sans-serif;
    color: #898989;
    letter-spacing: 0.1em;
    margin: 0;
}
	#content .archive-subtitle a{
		color: inherit;
		text-decoration: inherit;
	}

.ai-default-cf7wrap input[type="submit"]{
    background: #db9662 !important;
}
.sidebar {
    width: 30%;
}

	.sidebar .side-contact{

	}
		.sidebar .side-contact .a-photo{
			display: block;
			margin: 0 auto;
			height: auto;
			border: 10px solid #db9662;
			border-radius: 50%;
			max-width: 273px;
			max-height: 273px;
			overflow: hidden;
		    width: 76%;
		    height: auto;
		}
			.sidebar .side-contact .a-photo img{
				display: block;
				width: 100%;
				border: 8px solid #fff;
				height: auto;
				border-radius: 50%;
			}
		.sidebar .side-contact p{
			margin: 0;
			text-align: center;
		    color: #898989;
		    font: bold 39px/39px 'BenchNine', sans-serif;
		    padding-top: 20px;			
		}

		.sidebar .side-contact p a {
			color: #898989;
		}
		.sidebar .side-contact a.asis-mailto-obfuscated-email {
			display: block;
			font: 300 33px/33px 'BenchNine', sans-serif;
			color: #898989;
			text-decoration: none;	
			text-align: center;		
		}
		.sidebar .side-contact .smi{
			font-size: 0;
		    padding-top: 15px;
		    text-align: center;
		}
			.sidebar .side-contact .smi a{
				display: inline-block;
				vertical-align: top;
				width: 41px;
				height: 41px;
				background: #464646;
				border-radius: 50%;
				text-align: center;
				color: #fff;
				text-decoration: none;
				margin: 6px 3px;
				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;

			}
				.sidebar .side-contact .smi a:first-child{
					margin-left: 0;
				}
				.sidebar .side-contact .smi a:after{
					content: "";
					height: 100%;
					width: 0;
					display: inline-block;
					vertical-align: middle;

				}
				.sidebar .side-contact .smi a span{
					display: inline-block;
					vertical-align: middle;
					font-size: 23px;
					color: #fff;

				}
				.sidebar .side-contact .smi a:hover{
					background: #db9662;
				}
	.sidebar .side-cta{
	
	}

		.sidebar .side-cta .cta-list{

		}
		.sidebar .side-cta .cta-list a{
			display: block;
			width: 100%;
			height: auto;
			position: relative;
			max-width: 360px;
			margin: 0 auto;
			margin-top: 30px;

		}
			.sidebar .side-cta .cta-list a:after{
				display: block;
				content: "";
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				background-color: rgba(161, 161, 161, 0.80);
				z-index: 0;
				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
			}
				.sidebar .side-cta .cta-list:hover a:after{
					background-color: rgba(219, 150, 98, .8);
				}
			.sidebar .side-cta .cta-list a:before{
				content: "";
				display: block;
				height: 3px;
				background-color: rgba(255, 255, 255, 0.80);
				position: absolute;
				left: 0;
				top: 25px;
				z-index: 1;
				width: 122px;
				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
			}
			.sidebar .side-cta .cta-list a:hover:before {
				width: 100%;
			}
			.sidebar .side-cta .cta-list a img{
				display: block;
				width: 100%;
				height: auto;
			}
			.sidebar .side-cta .cta-list a p{
				display: block;
				position: absolute;
				z-index: 5;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				text-align: center;
				color: #fff;
				font: normal 31px 'BenchNine', sans-serif;
				text-transform: uppercase;
				margin: 0;
			}
				.sidebar .side-cta .cta-list a p span{
					display: inline-block;
					vertical-align: middle;
				}
				.sidebar .side-cta .cta-list a p:after{
					content: "";
					height: 100%;
					width: 0;
					display: inline-block;
					vertical-align: middle;
				}
				.sidebar .side-cta .cta-list a p:before{
					content: "";
					display: block;
					height: 1px;
					background-color: rgba(255, 255, 255, 0.80);
					position: absolute;
					right: 0;
					bottom: 25px;
					z-index: 1;
					width: 122px;
					transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;
				} 

				.sidebar .side-cta .cta-list a:hover p:before {
					width: 100%;
				}

#content ul.list li .prop-det a.view-details {color: #fff;}

ul.list li .prop-det .view-details:hover {
	background: #db9662;
}

#content .entry {
    color: #464646;
}
#hdeals-wrapper{
	font-size: 0;
	text-align: center;
}
#hdeals-wrapper > div{
	display: inline-block;
	vertical-align:top;
    width: 25%;
    margin: 0 0 15px;
    line-height: 1.4;
    font-size: 14px;
	min-width:191px;
}
#hdeals-wrapper img{
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
#hdeals-wrapper div:hover img{
}

#hdeals-wrapper a{}

.sidebar-contact #contact-details{
	background-color: transparent !important;
}
.sidebar-contact #contact-details .fp-contact-info p {
    text-align: center;
}
.sidebar-contact .mel-name {
    font-size: 27px;
    text-align: center;
}
.sidebar-contact #contact-details .fp-contact-info a.fp-mail {
    text-align: center;
    font-size: 24px;
}
.sidebar-contact #contact-details .fp-contact-info .lic {
    text-align: center;
}
.sidebar-contact .contact-place {
    text-align: center;
    font-size: 18px;
    color: #898989;
}
.sidebar-contact #contact-details .fp-contact-info .smi {
    text-align: center;
}
.sidebar-contact #contact-details .agent-photo .a-photo {
    width: 62%;
}
.sidebar-contact #contact-details .fp-contact-info p {
    color: #c6c6c6;
    font-size: 25px;
    /* font: bold 39px/39px 'BenchNine', sans-serif; */
}

.hp-quick-search .bootstrap-select.btn-group {
    /*select width, display and position are set here and set to !important
    no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
   width: 15.6%!important;
   margin-left: 1%;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    /*form appearance should be set here
    no height attribute. set the height by setting the padding*/
    display: inline-block;
    vertical-align: top;
    height: 31px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255,.5);
    border: solid 1px #868686;
    font: 300 11px 'Roboto', sans-serif;
    color: #464646;
    padding: 4px 8px;
    margin-left: 1%;
    outline: none;
    
}

select::-ms-expand {
    display: none;
}


img{
	max-width: 100%;
	height: auto;
}
a, input, textarea, select{
	outline: 0;
}
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
	margin: 0 0 0;
}
#content #ihf-main-container #ihf-search-adv2-submit{
	margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
	white-space: unset;
}
#content #ihf-main-container .btn{
	padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
	text-align: center;
	color: #8c0000;
}

#content #ihf-main-container .mc-total-payment-subline{
	color:#333;
}

::-webkit-input-placeholder { /* WebKit browsers */
	opacity: 1;
    color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 1;
    color: inherit;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
	color: inherit;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity: 1;
	color: inherit;
}

#hero .bootstrap-select.btn-group .dropdown-menu{
	max-height: 220px !important;
}
#hero .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 168px !important;
}

.grecaptcha-badge{
	z-index: 2;
}

.single-aios-listings #interested_message{
	padding-right: 30px;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */