/*



Theme Name: Florence (AgentPro Theme)

Theme URI: http://aios3-staging.agentimage.com/a/agentpro-florence.agentimage.com/htdocs/

Description: AIOS mobile semi-custom theme.

Author: AgentImage

Author URI: http://www.agentimage.com

Version: 1.2.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: #e9e9e9;
	color: #666666;
	margin: 0;
 }

 a, a:focus, a:hover, a:active {
	text-decoration: none;
	outline: none;
	color: #666666;
 }

 .outer {
	width: 100%;
 }

 /* HEADER */
 .header_wrap {
	width: 100%;
	max-width: 265px;
	height: 100%;
	position: fixed;
	z-index: 2;
	top: 0;
	background: rgba(127,128,132,0.8);
 }

 .header_logo {
	/*padding-top: 13px;*/
	/*padding-top: 40px;*/
	padding-top: 20px;
	text-align: center;
 }

 .header_logo img {
	width: 100%;
	/*max-width: 180px;*/
	max-width: 220px;
 }

 .header_logo img:first-child {
	margin-bottom: 20px;
 }

 img.welcome-logo {
	display: none;
 }

 .ip-container img.agent_pic_hp {
	/*display: none;*/
	max-width: 220px;
	max-height: none;
 }

 .head_cntctinfo {
	width: 100%;
	color: #fff;
	font-size: 13px;
	/*padding: 14px 30px 20px;*/
	padding: 10% 30px 10%;
	background: rgba(64,63,66,0.8);
	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: 2px;
	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: 0 0;
 }

 .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: #fff;
	font-size: 14px;
	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: rgba(171,171,171,0.75);
 }

 .navigation #nav .sub-menu {
	top: 0;
	left: 100%;
	max-width: 160px;
	padding: 10px 0;
	background: rgba(66,65,67,0.75);
 }

 .navigation #nav .sub-menu li {
	padding: 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;
 }

 #nav .sub-menu .sub-menu {
	margin-left: 0;
	top: 0;
 }

 /* IP HEADER */
 .home .ip_headerwrap {
	display: none;
 }

 .ip_headerwrap {
	width: 100%;
	padding: 15px 0;
	position: fixed;
	top: 0;
	background: rgb(127,128,132);
	box-sizing: border-box;
	z-index: 99;
	position: relative;
 }

 .ip_headerlogo {
	float: left;
 }

 .ip_headerlogo img {
	width: 100%;
	height: auto;
	max-width: 100px;
 }

 .iphead_right {
	float: right;
	text-align: right;
 }

 .iphead_cntctinfo {
	width: 100%;
	float: right;
	margin-top: 7px;
	color: #fff;
 }

 .iphead_cntctinfo a {
	color: #fff;
 }

 .iphead_cntctinfo .head_cntct {
	width: 45%;
	float: right;
	padding-top: 15px;
 }

 .iphead_cntctinfo .hp_smi {
	width: 25%;
	float: right;
	margin-top: -4px;
 }

 .iphead_cntctinfo .hp_smi a:hover {
	color: #555555;
	border: 2px solid #555555;
 }

 .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_headerlogo img {
	max-height: 130px;
 }

 /* IP NAVIGATION */
 .ip_navigation {
	width: 100%;
	float: right;
	margin-top: 5px;
 }

 .ip_navigation #ip_nav li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	-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: #fff;
	font-size: 15px;
	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: rgba(171,171,171,0.75);
 }

 .ip_navigation #ip_nav .sub-menu {
	left: 0;
	padding: 0;
	background: rgba(66,65,67,0.75);
	position: absolute;
	display: none;
	left: 0;
	min-width: 180px;
 }

 .ip_navigation #ip_nav .sub-menu li {
	width: 100%;
	padding: 0;
	text-align: left;
 }

 .ip_navigation #ip_nav .sub-menu li a {
	color: #fff;
	border: none;
	padding: 5px 20px;
	white-space: nowrap;
 }

 .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;
 }

 .ip_navigation #ip_nav .sub-menu .sub-menu {
	left: 100%;
	top: 0;
 }

 .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;
	position: fixed;
 }

 .ip_headerwrap.fixed .ip_headerlogo img {
	/*width: 30%;*/
	width: 60%;
 }

 .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;
 }

 .hp_bottomwidgets {
	width: 100%;
	float: left;
	background: #f3f3f3;
 }

 .hpleft_div {
	width: 25%;
	float: left;
 }

 .hpright_div {
	width: 75%;
	float: right;
	margin-top: 50px;
 }

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

 /* HP QUICK SEARCH */
 .hp_widget1 {
	width: 100%;
	float: left;
	padding-top: 40px;
	background: url(images/top_border.png) no-repeat top center;
 }

 .hp_qs {
	padding: 0;
	font-size: 12px;
	background: #fff;
	text-transform: uppercase;
 }

 .hp_qs h2 {
	width: 100%;
	height: 55px;
	padding: 0 25px;
	color: #fff;
	font-size: 19px;
	line-height: 55px;
	background: #424143;
 }

 .qs_form {
	padding: 29px 20px;
 }

 .qs_form select {
	width: 100%;
	height: 38px;
	display: block;
	margin-bottom: 7px;
	padding: 0 10px;
	color: #7a7a7a;
	border: 1px solid #d7d8da;
	text-transform: uppercase;
 }

 .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: #afb2b7;
	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;
 }

 .hp_qs 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;
	text-transform: none;
	padding-left: 10px;
	padding-right: 10px;
 }

 .hp_qs li:first-child {
	border-top: none;
	margin-top: 0;
	/*padding-top: 0;*/
 }

 .hp_qs li span {
	display: block;
	margin-top: 15px;
	color: #424143;
	font-size: 15px;
	font-weight: 400;
 }

 .hp_qs a.testi_more {
	width: 165px;
	height: 39px;
	float: right;
	margin: 35px 10px 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;
 }

 .hp_qs a.testi_more:hover {
	color: #fff;
	background: #424143;
	border: 1px solid #424143;
 }

 /* HP FEATURED PROPERTY */
 .hp_featprop {
	padding-right: 0;
 }

 .fp_img {
	width: 100%;
	/* float: left; */
	text-align: center;
 }

 .fp_img img {
	width: 100%;
	max-width: 262px;
 }

 .fp_txt {
	width: 48%;
	float: right;
	color: #666666;
	font-size: 16px;
	font-weight: 700;
	display: none;
 }

 .fp_txt h2 {
	color: #424143;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 28px;
 }

 .fp_txt h2 span {
	display: block;
	color: #7f8084;
	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: #424143;
	border: 1px solid #424143;
 }

 /* HP FEATURED COMMUNITY */
 .hp_featcomm {
	margin-top: 30px;
	padding-right: 0;
 }

 .fc_img {
	width: 47.2%;
	float: left;
	text-align: center;
 }

 .fc_img img {
	width: 100%;
	max-width: 262px;
 }

 .fc_txt {
	width: 48%;
	float: right;
	font-weight: 700;
	/*	    display: none;*/
 }

 .fc_txt h2 {
	color: #424143;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 28px;
 }

 .fc_txt h2 span {
	display: block;
	color: #7f8084;
	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 h4 {
	margin: 15px 0 !important;
 }

 .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: #424143;
	border: 1px solid #424143;
 }

 /* HP CTA */
 .hp_widget2 {
	width: 100%;
	float: left;
	margin-top: 45px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(images/top_border.png) no-repeat top center;
 }

 .hp_cta li {
	max-width: 262px;
	height: 57px;
	margin: 0 2.2%;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	background: #424143;
	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: #d9d9d9;
 }

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

 .hp_cta li:hover a {
	color: #424143;
 }

 /* 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: 30px;
	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: #424143;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 30px;
 }

 .hp_welcome h1 span {
	display: block;
	color: #7f8084;
	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-top: 10px;
	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;
 }

 .welcome-logo {
	width: 100%;
	max-width: 265px;
 }

 /* HP COMMUNITIES */
 .hp_widget4 {
	width: 100%;
	height: 327px;
	max-height: 327px;
	float: left;
	background: url(images/comm_bg.png) center 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 RECENT POSTS */
 .hp_widget5 {
	width: 100%;
	float: left;
	padding-bottom: 40px;
 }

 .hp_recentposts {
	margin-top: 10px;
	padding-right: 70px;
	background: url(images/div_shadow2.png) no-repeat top right;
 }

 .hp_recentposts h2 {
	margin-bottom: 45px;
	color: #424143;
	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: #424143;
	border: 1px solid #424143;
 }

 /* HP TESTIMONIALS */
 .hp_testi {
	margin-top: 10px;
	padding-left: 40px;
 }

 .hp_testi h2 {
	margin-bottom: 45px;
	color: #424143;
	font-size: 24px;
	text-transform: uppercase;
 }

 .hp_testi .lidd_mc_input label {
	font-size: 12px;
	text-transform: uppercase;
 }

 .hp_testi .lidd_mc_input_responsive input[type="text"] {
	font-size: 12px;
 }

 .hp_testi .lidd_mc_select_fancy_light select, .hp_testi .lidd_mc_select_fancy_dark select {
	font-size: 12px;
 }

 .hp-testi input[type="submit"] {
	font-size: 12px;
 }

 /* FOOTER */
 .footer_wrap {
	width: 100%;
	float: left;
	padding: 25px 0 20px;
	background: #525154;
 }

 .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: #eeeae7;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
 }

 .foot_copyright {
	color: #9b9b9b;
	font-size: 12px;
	font-weight: 300;
	position: relative;
 }

 .foot_copyright a {
	color: #9b9b9b;
 }

 .foot_copyright span {
	color: #eeeae7;
	font-size: 22px;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
 }

 .foot_copyright .ai-font-footer-logo {
	display: block;
	margin-top: 10px;
	color: #eeeae7;
	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/slide3a.jpg) center center no-repeat;*/
	background: url(images/ipbanner.jpg) center center no-repeat;
	min-height: 678px;
	background-size: cover;
 }

 #content .page-nation span.p-prev {
	background: url("images/listing_prev.png") no-repeat 0 0 transparent;
 }

 #content .page-nation span.p-next {
	background: url("images/listing_next.png") no-repeat 0 0 transparent;
 }

 /* 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;
 }

 .side_cntct img.agent_pic {
	width: 100%;
	max-width: 263px;
 }

 .side_cntct h3 {
	margin: 0;
	/*font-size: 20px;*/
	font-size: 15px;
 }

 .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: 5px;
	display: inline-block;
	color: #666666;
	font-size: 18px;
	border: 2px solid #666666;
	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: #000000;
	border: 2px solid #000000;
 }

 /* 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: #424143;
	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: #d9d9d9;
 }

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

 .side_cta li:hover a {
	color: #424143;
 }

 /* 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: 24px;
	line-height: 1;
 }

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

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

 form#lidd_mc_form {
	width: 50%;
 }

 .home .lidd_mc_input input[type="submit"] {
	line-height: 40px;
	width: 120px;
 }

 #content .lidd_mc_input input[type="submit"] {
	line-height: 40px;
	width: 120px;
 }

 /* 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;
 }

 .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;
 }

 #content .page-title {
	font-family: Lato,sans-serif;
	font-size: 24px;
	margin: 26px 0 0 0;
	text-transform: capitalize;
 }

 /* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
 .category-blog .hfeed article {
	border-bottom: 1px dotted #000;
	margin-bottom: 25px;
	padding-bottom: 20px;
 }

 .category-blog .hfeed article:last-child {
	border-bottom: none;
 }

 .category-blog .archive-thumbnail a div {
	width: 100%;
	height: 175px;
	background-size: 100%;
	background-repeat: no-repeat;
 }

 .category-blog #content .archive-thumbnail {
	margin-right: 10px;
 }

 .rp_img {
	height: 95px;
	background-repeat: no-repeat;
	background-size: 100%;
 }

 .hp_widget1 .lidd_mc_form {
	padding: 29px 20px;
 }

 #lidd_mc_inspector {
	position: relative !important;
	float: right;
 }

 #lidd_mc_results {
	display: inline-block;
 }

 #lidd_mc_details {
	padding: 0 20px 29px 20px;
 }

 .fp_img a .fp-img, .fc_img a .fc-img {
	width: 262px;
	height: 214px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin: 0 auto;
	background-position-x: center !important;
 }

 .fp_img .fp-img.extra {
	background-size: contain !important;
 }

 .single-aios_agent .aios_agent h1.entry-title, .single-aios_agent .aios_agent .agent-property-links {
	display: none !important;
 }

 .single-aios_agent .aios_agent .entry {
	margin: .67em 0 !important;
 }

 .single-aios_agent .aios_agent .agent-contacts-heading .agent-contact-position, .page-id-109 .agent-contacts-heading .agent-contact-position {
	line-height: 0;
 }

 .rev-add {
	margin-top: 0 !important;
	font-style: italic;
 }

 .rating-contaciner {
	background: url(images/newstars.png) 0 0 no-repeat;
	width: 85px;
	height: 17px;
	float: right;
 }

 .rating-contaciner .rating {
	height: 100%;
 }

 .rating-contaciner .rating.rate-5 {
	background: url(images/newstars.png) 0 -16px no-repeat;
 }

 .rating-contaciner .rating.rate-4 {
	background: url(images/newstars.png) -17px -16px no-repeat;
 }

 .rating-contaciner .rating.rate-3 {
	background: url(images/newstars.png) -34px -16px no-repeat;
 }

 .rating-contaciner .rating.rate-2 {
	background: url(images/newstars.png) -51px -16px no-repeat;
 }

 .rating-contaciner .rating.rate-1 {
	background: url(images/newstars.png) -68px -16px no-repeat;
 }

 /*** MC ***/
 .lidd_mc_input input[type="submit"] {
	color: #b7b7b7;
	font-size: 16px;
	line-height: 57px;
	background: #424143;
	text-transform: uppercase;
	border: 0;
	width: 150px;
 }

 .lidd_mc_input input[type="submit"]:hover {
	background: #d9d9d9;
	color: #424143;
 }

 .page-id-582 #content .row {
	padding: 20px 0;
 }

 .photo-class {
	height: 200px;
	width: 295px;
	text-align: center;
	overflow: hidden;
 }

 img.img-class {
	width: 100%;
	height: auto;
 }

 img.testi-img {
	width: 50%;
	padding: 10px;
	float: left;
 }

 .testi-image br {
	display: none;
 }

 .side-det {
	margin: 20px 0;
	padding: 20px;
	background-color: #333;
 }

 .side-det .asis-mailto-obfuscated-email {
	font-size: 12px;
 }

 .side-det em {
	font-size: 15px;
 }

 .prop-det .prop-beds .det-sqft {
	display: none;
 }

 .hpfp {
	width: 100%;
	display: block;
	height: auto;
	position: relative;
 }

 .hpfp-slide {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
 }

 .hpfp-slide a canvas {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
 }

 .hpfp-slide a {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
 }

 .hpfp-slide a canvas {
	width: 100%;
	height: auto;
	display: block;
 }

 .hp-slideshow .hp_slide {
	padding: unset;
 }

 .fp-container {
	display: block;
	position: relative;
	font-size: 0;
	padding: 70px 0 0;
	background: url(images/top_border.png) no-repeat top center;
	margin-top: 10px;
 }

 .fp-list {
	display: block;
	position: relative;
	margin: 0 -13px;
 }

 .fp-item {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	position: relative;
	padding: 0 13px;
	margin-bottom: 45px;
 }

 .fp-item a {
	display: block;
	position: relative;
 }

 .fp-img {
	display: block;
	position: relative;
	background-color: #424143;
 }

 .fp-img canvas {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
 }

 .fp-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
 }

 .fp-info {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 18px;
 }

 .fp-details {
	display: inline-block;
	vertical-align: top;
	position: relative;
 }

 .fp-details {
	display: block;
	position: relative;
	margin-bottom: 10px;
 }

 .fp-details strong {
	font-size: 24px;
	line-height: 1;
	color: #575757;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
 }

 .fp-details span {
	font-size: 16px;
	line-height: 1.1;
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #575757;
 }

 .fp-btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 165px;
 }

 .fp-btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 39px;
	border: 1px solid #afb2b7;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.300em;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
 }

 .fp-item a:hover .fp-btn span {
	background-color: #424143;
	border-color: #424143;
	color: #fff;
 }

 .fp-main-title {
	display: block;
	position: relative;
	margin-bottom: 40px;
 }

 .fp-main-title h2 {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.040em;
	font-weight: 300;
	color: #424143;
	text-transform: uppercase;
 }

 .fp-main-title h2 span {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.040em;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	color: #7f8084;
 }


 .fp-main {
	display: block;
	position: relative;
	padding: 0 18px;
 }

 .fp-more-btn {
	display: block;
	position: relative;
 }

 .fp-more-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 225px;
	height: 39px;
	border: 1px solid #afb2b7;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.300em;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
 }

 .fp-more-btn a:hover {
	background-color: #424143;
	 border-color: #424143;
	 color: #fff;
 }











 span.selrep , .buyrep{
     position: absolute;
     top: 0;
     left: 0;
     l;:;
     l;: 0;
     font-size: 12px;
     color: #fff;
     z-index: 9;
     text-transform: uppercase;
     letter-spacing: 0.1em;
     font-weight: 600;
     background: #000;
     width: 100%;
     height: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
 }


 .cnt {
     width: auto !important;
     height: 100% !important;
 }




 #pojo-a11y-toolbar .pojo-a11y-btn-grayscale,
 #pojo-a11y-toolbar .pojo-a11y-btn-light-background,
 #pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
 #pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
		 display:none !important;
 }


 html #pojo-a11y-toolbar{

     top: inherit !important;
     bottom: 0;
 }

 #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{
 bottom: 0;

 }
















 .photo-class img {
     height: 100%;
     width: auto;
     margin: 0px auto;
 }

 .photo-class {
     background: #fff;
 }

 .page-id-582 #content .row > div {
     margin-bottom: 8px;
 }






 .wpcr3_content img {
     width: 100%;
     max-width: 376px;
     display: block;
 }
