/*
Theme Name: Coastal Pacific Real Estate
Theme URI: http://aios3-staging.agentimage.com/c/coastalpacificre.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.5
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 */


body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	background: #FFF;
	color: #666666;
	margin: 0;
}

a, a:focus, a:hover, a:active {
	text-decoration: none;
	outline: none;
	color: #666666;
}
#content a, #content a:focus, #content a:hover, #content a:active {
    color: #00adef;
}
.outer {
	width: 100%;
}

/* HEADER */
.header_wrap {
	width: 100%;
	max-width: 265px;
	height: 100%;
	position: fixed;
	z-index: 2;
	top: 0;
	background: rgba(255,255,255,0.8);
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
}
	.header_logo {
		/*padding-top: 13px;*/
		padding: 40px 10px 0px;
		text-align: center;
	}
	.head_cntctinfo {
		width: 100%;
		color: #fff;
		font-size: 15px;
		/*padding: 14px 30px 20px;*/
		padding: 10% 30px 10%;
		background: #0074be;
		position: absolute;
		bottom: 0;
	}
		.head_cntctinfo a {
			color: #fff;
		}
		.head_cntctinfo span {
			font-size: 25px;
		}
		.head_cntctinfo em.ai-font-phone {
			font-size: 18px;
			margin-right: 5px;
		}
		.head_cntctinfo em.ai-font-envelope-f {
			font-size: 12px;
			margin-right: 10px;
		}
		.hp_smi {
			margin-top: 10px;
		}
			.hp_smi a {
				width: 36px;
				height: 36px;
				margin-right: 10px;
				display: inline-block;
				color: #fff;
				font-size: 18px;
				border: 2px solid #d4d4d4;
				text-align: center;
				line-height: 35px;
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
				.hp_smi a:hover {
					color: #888888;
					border: 2px solid #888888;
				}


/* NAVIGATION */
	.navigation {
		/*margin: 24px 0 10px 0;*/
		margin: 20px 0px;
	}
		.navigation #nav li {
			display: block;
			position: relative;
			padding: 0 30px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}

		.navigation #nav li a {
			display: block;
			color: #00aeef;
			font-size: 15px;
			font-weight: 700;
			text-transform: uppercase;
			/*padding: 5px 0;*/
			padding: 10px 0;
			border-top: 1px solid #9c9c9c;
		}
			.navigation #nav li:first-child a {
				border: none;
			}

			.navigation #nav li:hover {
				background: #0074be;
			}

			.navigation #nav li:hover > a{
				color: white;
			}

			.navigation #nav li:hover + li > a{
				border: none;
			}

			.navigation #nav li:hover > .sub-menu {
				display:none;
			}

				.navigation #nav .sub-menu {
					top: 0;
				    max-width: 230px;
				    padding: 10px 0;
				    background: rgba(66,65,67,0.75);
					margin-top:-10px;
				}
					.navigation #nav .sub-menu li {
						padding: 0;
					}
					.navigation #nav > li > .sub-menu {
						left:100%;
						margin-top:0;
					}
					.navigation #nav .sub-menu li a {
						color: #fff;
						border: none;
						padding: 2px 20px;
					}
						.navigation #nav .sub-menu li:hover {
							background: rgba(165,164,165,0.75);
						}
						.navigation #nav .sub-menu li:hover a {
							color: #fff;
						}

/* IP HEADER */
.home .ip_headerwrap {
	display: none;
}
.ip_headerwrap {
	width: 100%;
	padding: 15px 0;
	position: fixed;
	top: 0;
	background: #fff;
	box-sizing: border-box;
	z-index: 99;
}
	.ip_headerlogo {
		float: left;
		margin-top: 13px;
	}
	.ip_headerlogo img {
	    width: 100%;
	    height: auto;
	    max-width: 450px;
	}
	.iphead_right {
		float: right;
		text-align: right;
	}
		.iphead_cntctinfo {
			width: 100%;
			float: right;
			margin-top: 7px;
			color: #0074be;
		}
		.iphead_cntctinfo a {
			color: #0074be;
		}
		.iphead_cntctinfo a.asis-mailto-obfuscated-email {
			margin-top: 12px;
    		display: inline-block;
		}

		.iphead_cntctinfo .head_cntct {
			width: 45%;
			float: right;
			padding-top: 15px;
		}
		.iphead_cntctinfo .hp_smi {
			width: 25%;
			float: right;
			margin-top: 5px;
			margin-left: 20px;
		}
		.iphead_cntctinfo .hp_smi a {
			border-color: #0074be;
			color: #0074be;
		}
		.iphead_cntctinfo .hp_smi a:hover {
			color: #00aeef;
    		border: 2px solid #00aeef;
		}
			.iphead_cntctinfo span {
				font-size: 16px;
			}
			.iphead_cntctinfo em.ai-font-phone {
				font-size: 13px;
				margin-right: 5px;
			}
			.iphead_cntctinfo em.ai-font-envelope-f {
				font-size: 12px;
				margin: 0 10px;
			}

/* IP NAVIGATION */
.ip_navigation {
	width: 100%;
	float: right;
	margin-top: 5px;
}
		.ip_navigation #ip_nav li {
			display: inline-block;
			position: relative;
			padding: 0 9px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}

		.ip_navigation #ip_nav li a {
			display: block;
			color: #0074be;
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
			padding: 10px 0;
		}
			.ip_navigation #ip_nav li:first-child a {
				border: none;
			}
			.ip_navigation #ip_nav li:last-child {
				/* padding-right: 0; */
			}

			.ip_navigation #ip_nav li:hover {
				background: #0074be;
			}
			.ip_navigation #ip_nav li:hover a {
				color: white;
			}

				.ip_navigation #ip_nav .sub-menu {
				    left: 0;
				    max-width: 160px;
				    padding: 0;
				    /*background: rgba(66,65,67,0.75);*/
				    background: rgba(255,255,255,0.8);
				    position: absolute;
				    display: none;
				    left: 0;
				    /*min-width: 180px;*/
				    min-width: 215px;
				}
					.ip_navigation #ip_nav .sub-menu li {
						width: 100%;
						padding: 0;
						text-align: left;
					}
					.ip_navigation #ip_nav .sub-menu li a {
						/*color: #fff;*/
						color: #00aeef;
						border: none;
						padding: 5px 20px;
					}
						.ip_navigation #ip_nav .sub-menu li:hover {
							background: rgba(165,164,165,0.75);
						}
						.ip_navigation #ip_nav .sub-menu li:hover a {
							color: #fff;
							background: #0074be;
						}


.ip_headerwrap,
.ip_headerlogo img,
.iphead_cntctinfo,
.hp_smi a,
.iphead_cntctinfo .head_cntct {
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
}


.ip_headerwrap.fixed {
	/*height: 100px;*/
	padding: 8px 0;
	-webkit-box-shadow: 0px 5px 6px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 6px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 6px -5px rgba(0,0,0,0.75);
    z-index: 1009;
}

.ip_headerwrap.fixed .ip_headerlogo img {
    width: 95%;
}

.ip_headerwrap.fixed .iphead_cntctinfo {
	margin-top: 7px;
}

.ip_headerwrap.fixed .hp_smi a {
	line-height: 26px;
	font-size: 15px;
	width: 26px;
	height: 26px;
	line-height: 23px;
}

.ip_headerwrap.fixed .iphead_cntctinfo .head_cntct {
	padding-top: 6px;
}




/* HP WIDGETS */
.hp_topwidgets {
	width: 100%;
	float: left;
	padding-bottom: 45px;
	background-color: #FFF;
}
.hp_bottomwidgets {
	width: 100%;
	float: left;
	background: #FFF;
}
.hpleft_div {
	width: 25%;
	float: left;
}
.hpright_div {
	width: 75%;
	float: right;
	margin-top: 0;
}

/* HP SLIDESHOW */
.hp-slideshow {
	position: relative;
	z-index: 1;
}

/* HP QUICK SEARCH */
.hp_widget1 {
	width: 100%;
	float: left;
}

.hp_qs {
	padding: 0;
	font-size: 12px;
	background: #fff;
	text-transform: uppercase;
}
	.hp_qs .head-title {
		width: 100%;
		height: 55px;
		padding: 0 25px;
		color: #fff;
		font-size: 24px;
		line-height: 55px;
		background: #0074be;
		display: block;
	}
	.qs_form {
		padding: 29px 20px;
	}
		.qs_form .form-label-hidden {
			display: none;
		}
		.qs_form select {
			width: 100%;
			height: 38px;
			display: block;
			margin-bottom: 7px;
			padding: 0 10px;
			color: #7a7a7a;
			border: 1px solid #d7d8da;
			text-transform: uppercase;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			background: url('./images/caret.png') no-repeat center right;
		}
		.qs_form select::-ms-expand {
			display: none;
		}
		.qs_form input.qs_submit {
			width: 100%;
			height: 38px;
			margin-top: 6px;
			color: #fff;
			font-size: 14px;
			text-align: center;
			text-transform: uppercase;
			line-height: 38px;
			background: #0074be;
			border: none;
    		outline: none;
		}
		.qs_form a.qs_adv {
			display: block;
			margin-top: 15px;
			color: #7f7f7f;
			font-size: 12px;
			text-align: center;
			text-decoration: underline;
		}
	.qs_form .btn-group.bootstrap-select{
		background: url('images/caret.png') no-repeat center right;
		border: 1px solid #d5d5d5;
		margin-bottom: 7px;
		position: relative;
		width: 100% !important;
	}
	.qs_form .btn-group.bootstrap-select .dropdown-toggle{
		background: transparent;
		border: 0;
		color: #7a7a7a !important;
		font-size: 0;
		height: 38px;
		padding: 0 15px 0 10px;
		overflow: hidden;
		text-transform: uppercase;
		vertical-align: top;
	}
	.qs_form .btn-group.bootstrap-select .dropdown-toggle:hover{
		color: inherit;
	}
	.qs_form .btn-group.bootstrap-select .dropdown-toggle .filter-option{
		font-size: 12px;
		line-height: 38px;
	}
	.qs_form .btn-group.bootstrap-select .dropdown-toggle .bs-caret{
		display: none;
	}
	.qs_form .btn-group.bootstrap-select .dropdown-menu{
		font-size: 12px;
		width: 100%;
	}
	.qs_form .btn-group.bootstrap-select .dropdown-menu li a{
		color: #777777;
	}
	.qs_form .btn-group.bootstrap-select .dropdown-menu li.active a{
		color: #ffffff
	}
	.qs_form .btn-group.bootstrap-select .dropdown-menu .bs-searchbox .form-control{
		color: #777777;
		padding: 2px 5px;
	}



/* HP FEATURED PROPERTY */
.hp_featprop {
	padding-right: 0;
}
.fp_img {
	width: 47.2%;
    float: left;
    text-align: center;
}
	.fp_img_item {
		outline: none;
	}
	.fp_img_item a {
		display: inline-block;
	}
	.fp_img_item img {
		width: 100%;
		max-width: 262px;
	}
.fp_txt {
	width: 48%;
    float: right;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
}
	.fp_txt .head-title {
		color: #00aeef;
		font-size: 24px;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 28px;
		display: block;
	}
		.fp_txt .head-title strong {
			display: block;
			color: #0074be;
			font-size: 34px;
			font-weight: 400;
		}

	.fp_txt h4 {
		display: block;
		margin: 15px 0;
		color: #424143;
		font-size: 24px;
		font-weight: 400;
	}
	.fp_txt a.fp_view {
		width: 165px;
		height: 39px;
		display: block;
		margin-top: 10px;
		color: #424143;
		font-size: 12px;
		font-weight: 400;
		line-height: 38px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 3px;
		border: 1px solid #afb2b7;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
		.fp_txt a.fp_view:hover {
			color: #fff;
			background: #0074be;
			border: 1px solid #0074be;
		}
	.fp_details_item {
		outline: none;
	}


/* HP FEATURED COMMUNITY */
.hp_featcomm {
	margin-top: 30px;
	padding-right: 0;
}
	.fc_img {
		width: 47.2%;
	    float: left;
	    text-align: center;
	}
		.fc_img_item {
			outline: none;
		}
		.fc_img_item a {
			display: inline-block;
		}
		.fc_img_item img {
			width: 100%;
			max-width: 262px;
			height: 213px;
		}
	.fc_txt {
		width: 48%;
	    float: right;
	}
		.fc_txt span.head-title {
			color: #00aeef;
			font-size: 24px;
			font-weight: 300;
			text-transform: uppercase;
			line-height: 28px;
			display: block;
		}
			.fc_txt span.head-title strong {
				display: block;
				color: #0074be;
				font-size: 34px;
				font-weight: 400;
			}

		.fc_txt h4 {
			display: block;
			margin: 42px 0;
			color: #424143;
			font-size: 24px;
			font-weight: 400;
			text-transform: uppercase;
		}
		.fc_txt a.fc_view {
			width: 165px;
			height: 39px;
			display: block;
			margin-top: 10px;
			color: #424143;
			font-size: 12px;
			font-weight: 400;
			line-height: 38px;
			text-align: center;
			text-transform: uppercase;
			letter-spacing: 3px;
			border: 1px solid #afb2b7;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
			.fc_txt a.fc_view:hover {
				color: #fff;
				background: #0074be;
				border: 1px solid #0074be;
			}
		.fp_details_item {
			outline: none;
		}


 /* HP CTA */
.hp_widget2 {
	width: 100%;
	float: left;
 	margin-top: 45px;
 	padding-top: 40px;
 	background: url(images/top_border.png) no-repeat top center;
}
	.hp_cta {
		overflow: hidden;
	}
	.hp_cta li {
		/*max-width: 262px;*/
		width: 30.4%;
		height: 57px;
		margin: 0 2.2%;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
		background: #0074be;
		position: relative;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
		.hp_cta li:first-child {margin-left: 0;}
		.hp_cta li:last-child {margin-right: 0;}

		.hp_cta li:hover {
			background: #00aeef;
		}

		.hp_cta li a {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			color: white;
			font-size: 16px;
			line-height: 57px;
		}
			.hp_cta li:hover a {
				color: white;
			}


/* HP WELCOME */
.hp_widget3 {
	width: 100%;
	float: left;
 	margin-top: 40px;
 	/*background: url(images/top_border.png) no-repeat top center;*/
}
	.hp_welcome {
		min-height: 449px;
		padding-top: 50px;
		padding-left: 0;
		padding-right: 0;
		color: #666666;
		font-size: 16px;
		font-weight: 300;
		background: url(images/div_shadow.png) no-repeat top right;
	}

	.hp_welcome h1 {
		margin-bottom: 50px;
		color: #00aeef;
		font-size: 24px;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 30px;
	}
		.hp_welcome h1 span {
			display: block;
			color: #0074be;
			font-size: 30px;
			font-weight: 400;
		}
		.hp_welcome p {
			line-height: 24px;
			margin-bottom: 30px;
			padding-right: 90px;
		}

/* HP AGENT */
.hp_agent {
	padding-top: 50px;
	padding-right: 0;
	text-align: right;
}
	.hp_agent_inner {
		display: inline-block;
		max-width: 263px;
		text-align: center;
	}
	.hp_agent img.agent_pic {
		width: 100%;
		max-width: 263px;
		margin-bottom: 25px;
	}
	.hp_agent img.cire_logo {
		width: 100%;
		max-width: 222px;
	}


/* HP COMMUNITIES */
.hp_widget4 {
	width: 100%;
	height: 327px;
	max-height: 327px;
	float: left;
	background: url(images/comm_bg.png) no-repeat;
	background-size: 100% auto;
}
	.hp_communities {
		text-align: center;
		text-transform: uppercase;
	}
		.hp_communities h2 {
			margin: 55px 0 35px;
			color: #f3f3f3;
			font-size: 34px;
			font-weight: 300;
		}
		.hp_communities ul {
			font-size: 0;
		}
		.hp_communities li {
			width: 21.1%;
			height: 55px;
			margin: 6px 5px;
			display: inline-block;
			position: relative;
			border: 1px solid #afafaf;
			overflow: hidden;
		}
			.hp_communities li:after {
				width: 100%;
				height: 100%;
				position: absolute;
				z-index: 1;
				bottom: -100%;
				left: 0;
				content: '';
				background: #303030;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-ms-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
			}
			.hp_communities li a {
				width: 100%;
				height: 100%;
				position: absolute;
				z-index: 2;
				top: 0;
				left: 0;
				color: #fff;
				font-size: 18px;
				line-height: 55px;
			}
			.hp_communities li:hover:after {
				/*background: #303030;*/
				bottom: 0;
			}

			.hp_communities li:hover:after {
				background-color: #0074be !important;
			}


/* HP RECENT POSTS */
.hp_widget5 {
	width: 100%;
	float: left;
	padding-bottom: 60px;
}
	.hp_recentposts {
		margin-top: 10px;
		padding-left: 0;
		padding-right: 70px;
		background: url(images/div_shadow2.png) no-repeat top right;
	}
		.hp_recentposts h2 {
			margin-bottom: 45px;
			color: #0074be;
			font-size: 24px;
			text-transform: uppercase;
		}
		.hp_recentposts li {
			width: 100%;
			float: left;
			margin-top: 15px;
			padding-top: 15px;
			border-top: 1px solid #dddddd;
			list-style: none;
		}
			.hp_recentposts li:first-child {
				border-top: none;
				margin-top: 0;
				padding-top: 0;
			}
			.rp_img {
				width: 26.4%;
				float: left;
			}
				.rp_img img {
					width: 100%;
					max-width: 93px;
				}
			.rp_txt {
				width: 70%;
				float: right;
				color: #666666;
				font-size: 14px;
				font-weight: 300;
				line-height: 17px;
			}
				.rp_txt span {
					display: block;
					color: #424143;
					font-size: 16px;
					font-weight: 400;
				}
				.rp_txt a.more_btn {
					display: block;
					margin-top: 10px;
					color: #afb2b7;
					font-size: 12px;
					text-transform: uppercase;
					text-decoration: underline;
				}
					.rp_txt a:hover {
						font-weight: 700;
					}

				.hp_recentposts a.rp_more {
					width: 165px;
					height: 39px;
					float: right;
					margin: 35px 0 0;
					color: #424143;
					font-size: 12px;
					font-weight: 400;
					line-height: 38px;
					text-align: center;
					text-transform: uppercase;
					letter-spacing: 3px;
					border: 1px solid #afb2b7;
					-webkit-transition: all .3s ease-in-out;
					-moz-transition: all .3s ease-in-out;
					-ms-transition: all .3s ease-in-out;
					-o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
				}

				.hp_recentposts a.rp_more:hover {
					color: #fff;
					background: #0074be;
					border: 1px solid #0074be;
				}


/* HP TESTIMONIALS */
.hp_testi {
	margin-top: 10px;
	padding-left: 40px;
	padding-right: 0;
}
	.hp_testi h2 {
		margin-bottom: 45px;
		color: #0074be;
		font-size: 24px;
		text-transform: uppercase;
	}
	.hp_testi li {
		width: 100%;
		float: left;
		margin-top: 15px;
		padding-top: 15px;
		color: #7f7f7f;
		font-size: 14px;
		font-weight: 300;
		border-top: 1px solid #dddddd;
		list-style: none;
		line-height: 20px;
	}
		.hp_testi li:first-child {
			border-top: none;
			margin-top: 0;
			padding-top: 0;
		}
		.hp_testi li span {
			display: block;
			margin-top: 15px;
			color: #424143;
			font-size: 15px;
			font-weight: 400;
		}

			.hp_testi a.testi_more {
				width: 165px;
				height: 39px;
				float: right;
				margin: 35px 0 0;
				color: #424143;
				font-size: 12px;
				font-weight: 400;
				line-height: 38px;
				text-align: center;
				text-transform: uppercase;
				letter-spacing: 3px;
				border: 1px solid #afb2b7;
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}

			.hp_testi a.testi_more:hover {
				color: #fff;
				background: #0074be;
				border: 1px solid #0074be;
			}


/* FOOTER */
.footer_wrap {
	width: 100%;
	float: left;
	padding: 25px 0 20px;
	background: #0074be;
}
	.home .foot_rightdiv {
		width: 75%;
		float: right;
	}
	.foot_rightdiv {
		width: 100%;
	}

	.footernav {
		font-size: 0;
	}
		.footernav li {
			display: inline-block;
			border-left: 1px solid #eeeae7;
			padding: 0 10px;
		}
			.footernav li:first-child {
				border-left: 0;
				padding-left: 0;
			}
		.footernav li a {
			color: white;
			font-size: 12px;
			text-transform: uppercase;
			line-height: 10px;
		}

		.foot_copyright {
			color: white;
			font-size: 12px;
			font-weight: 300;
			position: relative;
		}
			.foot_copyright a {
				color: white;
			}

			.foot_copyright .ai-font-footer-logo {
				display: block;
				margin-top: 10px;
				color: white;
				font-size: 20px;
			}
			.foot_copyright img.foot_cire {
				position: absolute;
				top: 0;
				right: 0;
			}

.ai-contact-wrap input[type="submit"]:hover,
.ai-default-cf7wrap input[type="submit"]:hover{
	background:  rgb(87, 87, 87);
}



/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/
#inner-page-wrapper {
	width: 100%;
	float: left;
}

#ip_image {
	background: url(images/ip-bg.jpg) center no-repeat;
    min-height: 350px;
    background-size: cover;
}

/* 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%;
	margin: 20px 0;
}
	/* SIDEBAR CONTACT INFO */
	.side_cntct {
		text-align: center;
		color: #0074be;
	}
	.side_cntct a {color: #0074be;}
	.side_cntct img.agent_pic {
		width: 100%;
		max-width: 263px;
	}
	.side_cntct h3 {
		margin: 0;
		font-size: 20px;
		margin: 15px 0px;
		line-height: 1;
	}
	.side_cntct h3 span {
		display: block;
		font-weight: 300;
		color: black;
		font-size: 16px;
	}
	.side_cntct em.ai-font-phone {
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	.side_cntct em.ai-font-envelope-f {
		margin-right: 5px;
		position: relative;
		top: 3px;
	}

	.side_smi {
		margin-top: 10px;
	}
	.side_smi a {
		width: 36px;
		height: 36px;
		margin-right: 10px;
		display: inline-block;
		color: #0074be;
		font-size: 18px;
		border: 2px solid #0074be;
		text-align: center;
		line-height: 35px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
		.side_smi a:hover {
			color: #00aeef;
			border: 2px solid #00aeef;
		}

	/* SIDEBAR CTA */
	ul.side_cta {
		width: 100%;
		float: left;
		margin: 20px 0 0;
	}
	.side_cta li {
		max-width: 262px;
		height: 57px;
		margin: 0 0 10px 0;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
		list-style: none;
		background: #0074be;
		position: relative;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
		.side_cta li:hover {
			background: #00aeef;
		}
		.side_cta li a {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			color: white;
			font-size: 16px;
			line-height: 57px;
		}
			.side_cta li:hover a {
				color: white;
			}

/* 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 {
	display:block;
	font-family:Lato, sans-serif;
	font-size:30px;
	color: #0074be;
}

#content h2, aside h2 {
    font-size: 24px;
    margin: .75em 0;
    color: #00adef;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
	display:block;
	font-family:Lato, sans-serif;
	font-size:24px;
	color: #0074be;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
	margin-top: 0;
}


/* TESTIMONIALS */
div.wpcr3_review div.wpcr3_review_title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

/* LISTINGS */
ul.list li .prop-det .view-details:hover {
	background: #424143;
}


#content article.category-communities:last-of-type,
#content article.category-blog:last-of-type {
    border-bottom: none;
}

.side_cntct h3 {
    text-transform: uppercase;
    color: #0074be;
}


.aios-roadmaps.no-border.black a.aios-roadmap-link.active-link, .aios-roadmaps.no-border.black a.aios-roadmap-link:hover {
    border: none;
    color: #888888;
}

#content .property-description .property-add-type strong a,
#content .listing-details-wrap .property-details .details-list .det-specs span strong {
	    color: #424143;
}


#content .property-description .prop-cta a:hover {
    background: #424143;
    color: #fff;
}

.aidefcf-wrapper .use-floating-validation-tip span.wpcf7-not-valid-tip {
	z-index: 1;
}

.navigation #nav .sub-menu {
	background: rgba(255,255,255,0.8);
}

.navigation #nav .sub-menu li a {
	color: #00aeef;
}

.navigation #nav .sub-menu li:hover a {
	background: #0074be;
}

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

.hp-fp-image {
    width: 262px;
    height: 214px;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.fp_details_item {
    text-transform: uppercase;
}

div.wpcr3_review div.wpcr3_review_datePublished {
	display: none !important;
}
div.wpcr3_review div.wpcr3_review_author:first-letter {
	text-transform: uppercase;
}
.agent-alphabet-link {
	color: #ccc;
}
.agent-alphabet-link a {
	color: #00adef;
	padding: 0 5px;
}
.agent-alphabet-link a:hover {
	color: #0073bd;
}

.qs_form input.qs_submit {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hp_communities li:after,
.qs_form input.qs_submit:hover {
	background: #00aeef;
}

.hp_communities h2,
.fc_txt span.head-title strong,
.fp_txt .head-title strong {
	font-size: 28px;
}

.fp_txt .head-title,
.fc_txt span.head-title {
	font-size: 20px;
}

.hp_widget4 {
	margin-top: 20px;
}

.hp_qs .head-title {
	text-align: center;
}

#wpcf7-f588-p589-o1 input[type="text"],
#wpcf7-f588-p589-o1 input[type="email"],
#wpcf7-f588-p589-o1 input[type="tel"],
#wpcf7-f588-p589-o1 select,
#wpcf7-f588-p589-o1 textarea {
    color: #7a7a7a;
    border: 1px solid #d7d8da;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 5px 15px;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
    outline: none;
}

#wpcf7-f588-p589-o1 input[type="text"]:focus,
#wpcf7-f588-p589-o1 input[type="text"]:active,
#wpcf7-f588-p589-o1 input[type="email"]:focus,
#wpcf7-f588-p589-o1 input[type="email"]:active,
#wpcf7-f588-p589-o1 input[type="tel"]:focus,
#wpcf7-f588-p589-o1 input[type="tel"]:active,
#wpcf7-f588-p589-o1 select:focus,
#wpcf7-f588-p589-o1 select:active,
#wpcf7-f588-p589-o1 textarea:focus,
#wpcf7-f588-p589-o1 textarea:active {
    border-color: #00a8e6;
}

#wpcf7-f588-p589-o1 input[type=checkbox],
#wpcf7-f588-p589-o1 input[type=radio] {
    display: inline-block;
    height: 13px;
    width: 13px;
    border: 1px solid #d7d8da;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0;
    padding: 0;
    margin-right: 5px;
}

#wpcf7-f588-p589-o1 input[type=radio] {
	border-radius: 50%;
}

#wpcf7-f588-p589-o1 input[type=checkbox]:checked:before,
#wpcf7-f588-p589-o1 input[type=checkbox]:indeterminate:before {
	content: "✓";
	font-weight: bold;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 11px;
    color: #00a8e6;
}

#wpcf7-f588-p589-o1 input[type=radio]:checked:before {
	content: '';
    width: 8px;
    height: 8px;
    margin: 1.5px auto 0;
    border-radius: 50%;
    background: #00a8e6;
}

#wpcf7-f588-p589-o1 input[type=checkbox]:before,
#wpcf7-f588-p589-o1 input[type=radio]:before {
	display: block;
}

#wpcf7-f588-p589-o1 input[type="submit"] {
	padding: 5px 15px;
	background: #0074be;
	color: #fff;
	letter-spacing: 1px;
	border: 1px solid #346e92;
	outline: none;
	width: 150px;
}

#wpcf7-f588-p589-o1 input[type="submit"]:focus,
#wpcf7-f588-p589-o1 input[type="submit"]:active {
	background-color: #00aeef;
	border-color: #0097ef;
}

#wpcf7-f588-p589-o1 hr {
	border: none;
	border-bottom: 1px solid #d7d8da;
}

#wpcf7-f588-p589-o1 .form-question {
	font-weight: bold;
	color: #0074be;
}

#wpcf7-f588-p589-o1 .wpcf7-list-item {
	display: block;
}

#post-589 .inquiry-title {
	padding: 10px;
    background: #0075be;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    font-weight: bold;
    text-transform: uppercase;
}

#post-589 .inquiry-title p {
	margin: 0;
}

#post-589 .inquiry-title a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #e1e1e1;
}

#post-589 {
    letter-spacing: 1px;
}

.yoast-breadcrumbs span[typeof="ListItem"], .yoast-breadcrumbs a {
    color: #00adef;
}

#content .entry .addtoany_share_save_container {
	display: none;
}

.add-to-any-wrapper {
    text-align: center;
    margin: 25px 0px;
    padding: 10px 0px 20px;
    border: 10px solid #00adef;
    border-radius: 10px;
    max-width: 850px;
    width: 100%;
}

.add-to-any-wrapper h3 {
	color: #0074be;
	margin-bottom: 15px !important;
	font-size: 24px !important;
	margin-top: 0 !important;

}

.hp_smi {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

/*** Custom CSS ***/

a.cpre-button{
    color: #fff;
    height: 30px;
    padding: 10px 165px;
    margin:0 auto;
    background: #00adef;
    border-radius:10px;
    box-shadow: 5px 5px 5px #888888;
}
a:hover.cpre-button{
    color: #fff;
    background:#0074be;
}
.cpre-box1{
    float:left;
    max-width:400px;
    width: 100%
    padding-right:10px;
}
.cpre-box2{
    float:left;
    max-width:450px;
    width: 100%;
    height:350px;
    vertical-align:top;
}
.cpre-box1 img{
    border-radius:15px;
}
.cpre-header{
    line-height:16pt;
    margin-bottom:0px;
    padding-bottom:0px;
    margin-top:0px;
    padding-top:0px;
}
.startbox{
	width: 100%;
    max-width:850px;
    min-height:245px;
    float:left;
    margin:0 auto;
    border:10px solid #0074be;
    border-radius:20px;
    padding-bottom: 20px;
}
.startbox h2{
    text-align:center;
    margin-top:10px;
}
.startbox p{
    font-weight:bold;
    width:100%;
    color:#00adef;
    padding: 0 20px;
    text-align:center;
}
.startbox p span{
    font-size: 1.2em;
}
.startbox-button{
    height:50px;
    padding:20px 75px;
    background:#0074be;
    text-align:center;
    border-radius:20px; box-shadow: 5px 5px 5px #888888;
}
a:hover.startbox-button{
    background:#00adef;
}
.market-left{
	width: 50%;
	float: left;
}
.market-right{
	width: 50%;
	float: right;
}

.page-id-400 #content .table-wrap {
	
    display: block;
    width: 100%;
    position: relative;
    overflow: scroll;

}

.page-id-389 #content ul {

	margin-left: 0;

}

.fp-hidden{

	display: none;

}

/*IDX*/
.page-id-0 #content ul,
.page-id-225 #content ul {

	margin-left: 0 !important;
	padding:0 !important;

}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {

    text-align: center;

}

div.wpcf7-response-output {

    margin: 1em 0.5em 1em;

}

.img-blog {

  margin-bottom: 5px;
  display: inline-block;

}

.home .cycloneslider-template-video video {
	max-width: 100%;
	max-height: 100%;
}