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

/*

TABLE OF CONTENTS

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


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


/* Sub Menu */
#nav li {
	position:relative;
}
  
#nav .sub-menu {
	list-style: none outside none;
	margin: 0;
	/*background: rgba(0,0,0,0.9) url("images/submenu-fixer.png");*/
	/*display: none;*/
	padding: 0;
	position: absolute;
	width:100%;
	min-width:180px;
}
#nav .sub-menu a {
	color: #FFFFFF;
	display: block;
	padding: 10px;
}
#nav .sub-menu a:hover {
	/*background: none repeat scroll 0 0 #b2b2b2;*/
	/*color: #000000;*/
	text-decoration: none;
}
#nav .sub-menu .sub-menu {
	margin-left: 100%;
	top:0;
}
#nav li:hover > .sub-menu {
	/*display: block;*/
}
#nav .sub-menu li {
	position: relative;
}


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

/* Global */

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

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

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 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) */
#content .entry-title { 
	font-size: 65px;
    font-weight: 700;
    color: #7aa139;
    line-height: 1;
    letter-spacing: -0.025em;
    text-transform: lowercase;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
	font-size: 36px;
    font-weight: 500;
    color: #07628e;
    line-height: 1;
}

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

}

.fl-holder .section-title-01 h2{
	white-space: nowrap;
}

body .ip-home-selling-workshop-section-photo {
	display: none;
}

.page-template-template-who-we-are .ip-agent-details-news .section-title-01 {
	text-align: right;
	padding: 48px 0 55px;
	border-top: 1px solid #c4c4c4;
}

.page-template-template-who-we-are .news-holder {
	width: 100%;
	float: right;
	overflow: hidden;
	position: relative;
	left: -3%;
}

.page-template-template-who-we-are .news-slides {
	margin: 0 -15px;
}

.page-template-template-who-we-are .nw-item {
	/* background: #f6f6f6; */
	/* background: #eed9d9; */
	padding: 45px 14px 40px;
	margin: 0 15px;
}

.page-template-template-who-we-are .nw-head {
	padding: 0 16px;
	min-height: 100px;
}

.page-template-template-who-we-are a.nw-title {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	color: #07628e;
	line-height: 1.2;
	text-decoration: none;
}

.page-template-template-who-we-are .nw-author {
	display: block;
	font-size: 16px;
	/*color: #abd26a;*/
	color: #5b821a;
}

.page-template-template-who-we-are .nw-img {
	padding: 22px 0 25px;
}

.page-template-template-who-we-are .nw-img a {
	display: block;
	overflow: hidden;
	position: relative;
}

.page-template-template-who-we-are .nw-img canvas {
	display: block;
	width: 100%;
	background-color: #cccccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-template-who-we-are .nw-content {
	padding: 0 16px;
}

.page-template-template-who-we-are .nw-content p {
	font-size: 13px;
	font-weight: 300;
	color: #777777;
	line-height: 1.5;
}

.page-template-template-who-we-are .nw-content a.site-txt-link-02 {
	margin-top: 35px;
	min-width: 130px;
}

.page-template-template-who-we-are .news-arrows {
    position: absolute;
    top: 175px;
    /* right: -118px; */
    right: -25px;
    right: -1.563vw;
}

.page-template-template-who-we-are .ip-agent-details-news .container {
	position: relative;
}

.page-template-template-who-we-are .news-arrows .site-slide-arrow {
	display: block !important;
	margin-bottom: 4px;
}

.sort-select ul li:hover {
	background-color: #07628e;
}

.sort-select ul li:hover a {
	color: #fff;
}

.ip-testi-rating .st-num em {
	display: inline-block;
	font-size: 60px;
	color: #07628e;
	font-weight: 500 !important;
	line-height: 1;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

div.load-more-container {
	text-align: center;
}

div.load-more-container img.blog-img-loading {
	width: 10%;
	padding-top: 50px;
}

.page-template-template-careers .aiosp-wrap .aiosp-container .aios-popup-body {	
	width: 100%;	
	padding: 4% 2% 2%;
	min-height: 450px;
	max-width: 500px;
}

.page-template-template-careers #apply-now p {
	padding: 2% 0;
}

/***SOCIAL MEDIA CSS***/

#social-wrap {
	padding: 20px;
}

.fb-head {
	padding: 20px 0;
	display: block;
	overflow: hidden;
}

.fb-head .col-md-6:nth-child(2) {
	text-align: right;
}

.fb-wrap {
	background-color: #3b5998;
	padding: 20px 20px 40px;
}

.col-md-2.fb-item {
	padding-left: 5px;
	padding-right: 5px;
}

.fb-details {
	background-color: #fff;
	padding: 10px 20px 20px;
	border-radius: 5px;
}

.fb-details .fb-desc {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 15px;
	display: block;
	padding-top: 10px;
	font-family: arial;
}

.fb-post .row {
	margin: 0;
}

.fb-details > img {
	width: 100%;
	height: auto;
}
.fb-detail img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

.fb-detail .fb-title {
	font-size: 11px;
	display: block;
	padding: 10px 0 0;
	color: #3b5998;
	font-weight: bold;
	font-family: arial;
}

.fb-detail .fb-date {
	font-size: 11px;
	/*color: #aaa9a9;*/
	color: #767676;
	font-family: arial;
}

.fb-desc span, .fb-desc a {
	color: #23527c;
}

.fb-item,.ig-item {
	margin-bottom: 15px;
}

.ig-head {
	padding: 20px 0;
	display: block;
	overflow: hidden;
}

.ig-head .col-md-6:nth-child(2) {
	text-align: right;
}

.ig-wrap {
	background-color: #dadada;
	padding: 20px 20px 40px;
}

.col-md-2.ig-item {
	padding-left: 5px;
	padding-right: 5px;
}

.ig-details {
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	overflow: hidden;
}

.ig-details .ig-desc {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 15px;
	display: block;
	padding-top: 10px;
	font-family: arial;
}

.ig-post .row {
	margin: 0;
}

.ig-details > img {
	width: 100%;
	height: auto;
}
.ig-detail img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

img.ig-thumb {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
}

.ig-detail .ig-title {
	font-size: 11px;
	display: block;
	padding: 15px 0 0;
	font-weight: bold;
	font-family: arial;
}

.ig-detail .ig-title a {
	color: #3b5998;
}

.ig-detail .ig-date {
	font-size: 11px;
	/*color: #aaa9a9;*/
	color: #777676;
	font-family: arial;
}
.tag-pending {
	background-color: #9e9e9e
}

.aios-popup-body .aiosp-close {
	color: #666666;
	z-index: 10;
	display: block;
	background-color: #fff;
	font-size: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	opacity: 1;
}

.single-listing main ul {
	list-style: disc;
	padding-left: 0px;
	line-height: 40px;
	text-align: left;
}

.single-listing main ul ul {
	margin-left: 40px;
}

.single-listing main ul li {
	font-size: 18px;
	padding-left: 0px;
	color: #000;
}

.footer-ai-logo {
    margin-bottom: 22px;
    display: block;
}

.footer-ai-logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.tb_area {
	border-collapse: collapse;
	width: 100%;
	font-size: 15px;
}
.tb_area_bdr {
 	border: 1px solid #000000;
 	padding: 8px;
}

canvas.ig-thumb {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    background-position: center;
}

#read-more-content , #read-less-content{
    text-align: center;
    margin-top: 70px;
}

#read-more-content a , 
#read-less-content a {
    display: inline-block;
    width: 54px;
    height: 53px;
    background: url(images/icon-load-more.png) #07628e no-repeat center center;
    border-radius: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}

#read-less-content a {

    background: url(images/icon-less-more.png) #07628e no-repeat center center;
}


#read-more-content span , #read-less-content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    line-height: 1;
    text-transform: lowercase;
    margin-top: 20px;
}

#read-more-content a:hover  , #read-less-content  a:hover{
    background-color: #abd26a;
}

#read-more-neighborhood-content , #read-less-neighborhood-content{
    text-align: right;
	margin-top: 0;
}

#read-more-neighborhood-content a , 
#read-less-neighborhood-content a {
    display: inline-block;
    width: 54px;
    height: 53px;
    background: url(images/icon-load-more.png) #07628e no-repeat center center;
    border-radius: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}

#read-less-neighborhood-content a {

    background: url(images/icon-less-more.png) #07628e no-repeat center center;
}


#read-more-neighborhood-content span , #read-less-neighborhood-content span {
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    line-height: 1;
    text-transform: lowercase;
    margin-top: 0;
	cursor: pointer;
}

#read-more-neighborhood-content a:hover  , #read-less-neighborhood-content  a:hover{
    background-color: #abd26a;
}


.aiosp-iframe-holder .aiosp-close {
    /* top: -40px; */
    /* right: 0px !important; */
    color: #666666;
    z-index: 10;
    display: block;
    background-color: #fff;
    font-size: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    opacity: 1;
    text-align: center !important;

    position: absolute !important;
    top: 0% !important;
    right: 2% !important;
    transform: translate(38% , -119%);
}



    
.aios-popup-body .aiosp-close {
	    position: absolute !important;
	    top: 10%;
	    right: 7%;
	    transform: translate(38% , -119%);
}

.aiosp-ref-\#apply-now .aios-popup-body .aiosp-close {
	top: 0;
	right: 0;
	transform: none;
	width: auto;
    height: auto;
    margin-top: 6%;
    margin-right: 5%;
}


i.site-icon.icon-interactive-plans.walkthrough-3d {
    width: 50px;
    height: 50px;
}

i.site-icon.icon-interactive-plans.walkthrough-3d:before, i.site-icon.icon-interactive-plans.walkthrough-3d:after {
    background-image: url(/app/themes/sueadler.com/images/3d-walkthrough.png);
    background-position: 0px 0px;

}

a.aios-content-popup.walkthrough-3d-link:hover .walkthrough-3d:before{
	opacity: 0;
}

a.aios-content-popup.walkthrough-3d-link:hover .walkthrough-3d:after {
    opacity: 1;
    background-position: -58px 0;
}
a.aios-content-popup.walkthrough-3d-link .walkthrough-3d:after{

    background-position: -58px 0;}


    a#read-less-content {
    text-align: center !important;
    font-size: 17px;
    font-weight: bold;
    display: block;
    color: #07628e;
    padding: 20px;
    text-decoration: underline;
}

.ml-mobile {
	display:none;
}

.category-news #custom-blog-page .blog-custom-search {
	margin: 105px auto 0;
}

.fb-details canvas {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#open-house-wrap {
	display: none;
}

.single-vr_marketstats .single-blog-post-content iframe {
    display: block;
    margin: 0 auto;
}

.ip-comm-lifestyle-data {
    display: block;
    position: relative;
    margin-top: 40px;
}

.ip-cl-img {
    position: relative;
}

.ip-cl-gallery {
    display: block;
    position: relative;
    overflow: hidden;
}

.ip-cl-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -12px;
}

.ip-cl-item {
       display: inline-block;
    position: relative;
    width: calc(100% / 4);
    padding: 0 12px;
    margin-bottom: 24px;
}

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

.ip-cl-img {
    position: relative;
}

.ip-cl-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 14px;
    font-size: 0;
}

.ip-cl-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.ip-cl-title {
    display: block;
    margin-bottom: 5px;
}

.ip-cl-title span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.ip-cl-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-cl-stars {
    display: block;
    position: relative;
    width: 95px;
}

.ip-cl-stars span {
    display: block;
    position: relative;
}
.ip-cl-reviews {
    text-align: right;
    display: block;
}

.ip-cl-reviews span {
    font-size: 11px;
    line-height: 1;
    color: #fff;
}

.ig-post .slick-arrow {
	display: none !important;
}

.ip-property-default {
    z-index: 3;
    position: relative;
}
.page-template-template-for-lease .ip-property-default {
    z-index: 2;
    position: relative;
}

.img_floorplan{
	width: 100%;
    max-width: 800px;
    margin: 0px auto;
    display: block;
}

.zopim {
	z-index: 990 !important;
}

.grecaptcha-badge {
	z-index: 1000 !important;
	bottom: 55px !important;
}

.error-page-cf-wrap .wpcf7 form .wpcf7-response-output {
	text-align: center;
	margin: 0;
}

.custom-breadcrumbs + #ip-community-details {
	margin-top: 40px;
}

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

.aios-mortgage-calculator-standalone form .aios-mortgage-calculator-standalone-error-tooltip {
	font-size: 12px;
	font-weight: 400;
}

.single-community .col-sm-7.ihf-map-info-window-detail {
    text-align: left !important;
}

.single-community .footer-bottom .container {
    opacity: 1;
}

.tour-towns-footer ul li {
	font-size: 16px;
	display: inline-block;
	font-size: 16px;
	color: #666666;
	line-height: 1;
	letter-spacing: 0.06em;
	text-decoration: none;
	display: block;
	margin: 18px 0;
}

.single-blog-post-content p, #content-excerpt p{
    max-width: 73% !important;
    text-align: justify !important;
}

.aiosp-close-btn-in .aiosp-close {
    width: auto!important;
    background: transparent;
}

.ig-details canvas {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}

#workshop-wrap, #charity-wrap, #welcome-wrap, #statistics-wrap, #social-wrap {
	display: none;
}

#listings-wrap, #open-house-wrap, #video-wrap, #community-wrap, #sold-testimonials-wrap, #blog-wrap {
	opacity: 0;
}

#content .entry-content ul.brochure-lists {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#chat-widget-container {
	z-index: 9999 !important;
}

#social-wrap .ig-post script{
	display: none;
}
.use-floating-validation-tip .wpcf7-not-valid-tip{
	position: absolute;
	top: 20%;
	left: 20%;
	right: auto;
	width: auto;
	font-size: 11px;
}

.wpcf7-form span.wpcf7-form-control-wrap {
    position: relative !important;
}

.home section#listings-wrap {
    display: block !important;
}