/*
Theme Name: Empire
Theme URI: http://www.agentimage.com
Description: AIOS mobile AP theme.
Author: The Design People
Author URI: http://www.agentimage.com
Version: 1.0
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com

Template: agentpro
*/

/***** RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { 
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

area,
img,
map {
	outline:none;
}

/* Helpers */

.clearfix,
.clear {
	clear:both;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.responsive-img {
	max-width:100%;
}

/***** THEME CSS Replace with your skin styles *****/

/* Global */

body {
	font-family:"Open Sans",sans-serif !important;
	color:#7f7f7f !important;
	font-size:14px;
	background:#eeeae7 !important;
}

/* Text formatting */

 a, a:visited {
	color:#7f7f7f;
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
}

h1 {
	color:#000000;
	font-family:"Open Sans",sans-serif;
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	margin:auto;
}

p {
	margin-bottom: 26px;
    line-height: 22px;
}

/* Main header */

.main-header {
	background:#000;
}

.main-header .header-left {
	padding-top:10px;
	padding-bottom:10px;
}

.main-header .header-right {
	text-align:right;
	padding:15px 0;
}

/* Header logo */

a.header-logo,
.header-logo {
	color:#6b6969;
	font-size:20px;
	text-transform:uppercase;
	font-family:"Raleway",sans-serif;
}

a.header-logo:hover {
	color:#6b6969;
	text-decoration:none;
}

.header-logo * {
	display:inline-block;
	vertical-align:middle;
}

.header-logo .thin {
	color:#fff;
	font-size:50px;
	font-weight:300;
}

.header-logo .bold {
	font-weight:700;
	font-size:50px;
	color:#fff;
}

.header-logo .divider {
	height:36px;
	width:1px;
	margin:0 17px;
	/*background:#151515;*/
}

.header-logo .subtitle {
	letter-spacing:5px;
	font-family:400;
}

/* Main navigation */

.main-nav {
	z-index:5;
	position:relative;
	width:100%;
	background:url("images/nav.png");
}

.home .main-nav {
	position:absolute;
}

#nav {
	text-align:center;
}

#nav > li {
	display:inline-block;
}

#nav > li > a {
	padding:12px 43px;
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
}

#nav > li > a:hover,
#nav > li:hover > a {
	text-decoration:none;
	color:#707070;
}

/* HP slideshow */

.hp-slideshow {
	height:476px;
	background:gray;
	position:relative;
	z-index:1;
	min-height: 300px;
}

.main-slideshow {
	position:absolute;
	height:100%;
	width:100%;
	z-index:1;

}

.main-slideshow .main-slideshow-slide {
	width:100%;
	position:absolute;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:100%;
}

.main-slideshow .main-slideshow-tagline {
	position:absolute;
	bottom:42px;
	right:0;
	padding:1px 19px;
	color:#ffffff;
	font-size:30px;
	background:url("images/slideshow-tagline-bg.png");
	min-width:335px;
	text-align:right;
}

.hp-slideshow .main-slideshow-nav {
	width:36px;
	height:124px;
	position:absolute;
	top:50%;
	margin-top:-62px;
	z-index:2;
	cursor:pointer;
	background-position:center center;
}

.hp-slideshow .main-slideshow-left {
	background-image:url("images/slideshow-arrow-left.png");
	left:10.62%;
}

.hp-slideshow .main-slideshow-right {
	background-image:url("images/slideshow-arrow-right.png");
	right:10.62%;
}

/* Banner social media */

.banner-social-media-container {
	position:absolute;
	z-index:5;
	bottom:42px;
	width:100%;
}

.banner-social-media li{
	display:inline-block;
	margin-right:7px;
	position:relative;
	width:35px;
	z-index:1;
}

.banner-social-media li > a {
	display:block;
	width:35px;
	float:left;
	height:34px;
	position:relative;
	z-index:2;
	background-repeat:no-repeat;
}

.banner-social-media li:hover {
	z-index:2;
}

.banner-social-media li:hover > a {
	background-position:0 -34px;
}

.banner-social-media .facebook > a { background-image:url("images/icon-facebook2.png") }
.banner-social-media .twitter > a { background-image:url("images/icon-twitter2.png") }
.banner-social-media .yt > a { background-image:url("images/icon-yt2.png") }
.banner-social-media .instagram > a { background-image:url("images/icon-instagram2.png") }
.banner-social-media .linkedin > a { background-image:url("images/icon-linkedin2.png") }
.banner-social-media .google > a { background-image:url("images/icon-google.png") }
.banner-social-media .blogger > a { background-image:url("images/icon-blogger.png") }
.banner-social-media .pinterest > a { background-image:url("images/icon-pinterest.png") }
.banner-social-media .skype > a { background-image:url("images/icon-skype.png") }
.banner-social-media .yelp > a { background-image:url("images/yelp.png") }
.banner-social-media .tumblr > a { background-image:url("images/icon-tumblr.png") }
.banner-social-media .yahoo > a { background-image:url("images/icon-yahoo.png") }
.banner-social-media .houzz > a { background-image:url("images/icon-houzz2.png") }
.banner-social-media .trulia > a { background-image:url("images/icon-trulia2.png") }
.banner-social-media .zillow > a { background-image:url("images/icon-zillow2.png") }

.banner-social-media .mobile > a { background-image:url("images/icon-mobile2.png") }
.banner-social-media .email > a { background-image:url("images/icon-email2.png") }

.banner-social-media .banner-social-media-popup {
	background:#0e0e0e url("images/banner-sm-popup-divider.png") 37px center no-repeat;
	padding:5px 62px 5px 46px;
	float:left;
	height:34px;
	position:relative;
	z-index:1;
	border-radius:17px;
	-webkit-border-radius:17px;
	line-height:23px;
	color:#fff;
	font-size:13px;
	position:absolute;
	left:0;
	top:0;
	display:none;
	white-space:nowrap;
}

.banner-social-media .banner-social-media-popup * {
	vertical-align:middle;
}

.banner-social-media .banner-social-media-popup a {
	color:#fff;
}

.banner-social-media .close {
	font-size:10px;
	font-weight:700;
	background:#272727;
	cursor:pointer;
	text-align:center;
	position:absolute;
	top:9px;
	right:7px;
	line-height:normal;
	border-radius:8px;
	height:16px;
	width:16px;
	-webkit-border-radius:8px;
}

/* HP slideshow arrow */

.hp-slideshow-arrow {
	width:100%;
	position:absolute;
	bottom:0;
	z-index:3;
}

.hp-slideshow-arrow .bg-actual {
	background:url("images/slideshow-arrow.png") center 0 no-repeat;
	height:18px;
}

.hp-slideshow-arrow .bg-left,
.hp-slideshow-arrow .bg-right {
	background:#fff;
}

/* Complex background */

.bg-left {
	position:absolute;
	width:0;
	z-index:2;
	display:block;
}

.bg-right {
	position:absolute;
	width:0;
	right:0;
	z-index:2;
	display:block;
}

.bg-actual {
	position:relative;
	z-index:1;
	max-width:1170px;
	margin:auto;
}


/* HP call to action */

.hp-featured-widgets {
	padding:27px 0 33px 0;
	background:#fff;
}

.hp-featured-widgets .col-md-4 {
	border-left:1px solid #d9d9d9;
	padding:10px 0 12px 0;
}

.hp-featured-widgets .col-md-4:first-child {
	border-left:0;
}

/* Buttons */

a.button1,
.button1 {
	display:block;
	color:#000000;
	text-align:center;
	font-weight:700;
	line-height:22px;
	padding-left:17px;
	padding-right:17px;
}

.button1 .b1-title {
	font-size:24px;
	text-transform:uppercase;
	display:block;
}

.button1 .b1-tagline {
	display:block;
	font-weight:300;
	color:#6c6c6c;
	font-size:18px;
}

.button1:hover,
a.button:hover {
	text-decoration:none;
}

.button1:hover .b1-title,
a.button:hover .b1-title {
	color:#6c6c6c;
}

.button2 {
	display:block;
	width:100%;
	background:#7f7f7f;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	font-size:16px;
	font-family:"Open Sans",sans-serif;
	padding:11px 0;
	border:0;
	margin-bottom:20px;
}

.button2:hover {
	background:#000;
}

a.button3,
.button3 {
	color:#ffffff;
	background:#7f7f7f;
	text-align:center;
	padding:9px 0;
	display:inline-block;
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	max-width:83%;
}

a.button3:hover,
.button3:hover {
	text-decoration:none;
	color:#fff;
	background:#000;
}

a.button4,
.button4 {
	color:#ffffff;
	font-size:14px;
	display:inline-block;
	padding:8px 10px;
	background:#7f7f7f;
	text-transform:uppercase;
	color:#fff;
}

a.button4:hover,
.button4:hover {
	color:#fff;
	text-decoration:none;
	background:#000;
}


/* HP main */

.hp-main {
	background:#eeeae7;
	padding-top:60px;
	padding-bottom:34px;
}

/* Custom widget */

.custom-widget {
	background:#fff;
	margin-bottom:31px;
}

	.custom-widget div.wpcf7-response-output{
		margin-top: 0 !important;
	}
	.custom-widget .button2{
		margin-bottom: 0 !important;
	}
/* Custom widget title */

.custom-widget-title {
	background:#000000;
	color:#ffffff;
	font-size:22px;
	font-weight:300;
	text-transform:uppercase;
	padding-top:19px;
	padding-bottom:19px;
	text-align:center;
}

/* Custom widget title 2 */

.custom-widget-title2 {
	background:#fff;
	color:#000;
	font-size:22px;
	font-weight:300;
	text-transform:uppercase;
	padding-top:19px;
	padding-bottom:19px;
	text-align:center;
}

/* Form 1 */

.form1 {
	padding-top:33px;
	padding-bottom:25px;
	padding-left:8.07%;
	padding-right:8.07%;
}

.form1 .field {
	float:left;
	width:100%;
	margin-bottom:8px;
}

.form1 select {
	width:100%;
	background:#dcdad8;
	font-family:"Open Sans",sans-serif;
	color:#7a7a7a;
	border:0;
	font-size:13px;
	padding:9px 15px;
}

.form1 .field.small {
	width:48.66%;
}

.form1 .field.left {
	margin-right:2.33%;
}

.form1 .controls {
	padding-top:36px;
	text-align:center;
}

.form1 .adv {
	color:#7f7f7f;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:underline;
}

/* Form 2 */

.form2 {
	padding:23px 8.33% 0 8.33%;
	position:relative;
}

.form2 .field {
	margin-bottom:7px;
	clear:both;
}

.form2 input[type='text'],
.form2 input[type='email'],
.form2 input[type='tel'],
.form2 textarea {
	width:100%;
	border:0;
	padding:9px 16px;
	background:#dcdad8;
	color:#7a7a7a;
	display:block;
}

.form2 textarea {
	height:115px;
}

.form2 ::-webkit-input-placeholder {
	color:#7a7a7a !important;
	opacity:1 !important;
}

.form2 :-moz-placeholder {
	color:#7a7a7a !important;
	opacity:1 !important;
}

.form2 ::-moz-placeholder { 
	color:#7a7a7a !important;
	opacity:1 !important;
}

.form2 :-ms-input-placeholder {  
	color:#7a7a7a !important;
	opacity:1 !important;
}

.form2 .control {
	padding-top:9px;
}

.form2 .form2-close {
	width:25px;
	height:25px;
	cursor:pointer;
	color:#000;
	font-size:10px;
	font-weight:700;
	background:#777573;
	text-transform:uppercase;
	text-align:center;
	line-height:25px;
	position:absolute;
	top:0;
	right:0;
	z-index: 999;
}

.form2 .form2-close {
	width:25px;
	height:25px;
	cursor:pointer;
	color:#000;
	font-size:10px;
	font-weight:700;
	background:#777573;
	text-transform:uppercase;
	text-align:center;
	line-height:25px;
	position:absolute;
	top:0;
	right:0;
}

.form2 .use-floating-validation-tip span.wpcf7-not-valid-tip {
	width:47%;
	height:100%;
	right:0;
	left:auto;
	height:100%;
	top:0;
}

.form2 .wpcf7-form-control-wrap {
	display:block;
}

.sidebar .form2 {
	padding:0;
}

.sidebar .form2 .form2-close {
	float:right;
	clear:both;
	margin-bottom:10px;
	right:auto;
	top:auto;
	position:relative;
	z-index: 9999;
}

/* Welcome widget */

.welcome-widget {
	padding:30px 41px 28px 41px;
}

.welcome-widget h1 {
	margin:auto;
	font-size:24px;
	line-height:24px;
	text-align:center;
}

.welcome-widget h2 {
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:18px;
}


/* Contact form */

.contact-form {
	display:none;
}

/* Featured properties */

.featured-properties-slider .fp-slide,
.featured-properties-slider a.fp-slide {
	display:block;
	text-align:center;
	color:#7f7f7f;
	width:100%;
}

.featured-properties-slider .fp-slide-details{
	padding:10px 0;
	border-bottom:1px solid #e5e5e5;
}

.featured-properties-slider .fp-slide-more {
	padding:18px 0 22px 0;
	text-decoration:underline;
	color:#000;
	text-transform:uppercase;
}

/* Featured communities */

.featured-communities-slider .fc-slide,
.featured-communities-slider a.fc-slide {
	display:block;
	text-align:center;
	color:#000;
	width:100%;
}

.featured-communities-slider .fc-slide-details{
	padding:15px 0;
	border-bottom:1px solid #e5e5e5;
	color:#000;
	font-size:20px;
	font-weight:300;
}

.featured-communities-slider .fc-slide-more {
	padding:18px 0 22px 0;
	text-decoration:underline;
	color:#000;
	text-transform:uppercase;
}

/* Areas list */

.areas-list a {
	display:block;
	color:#7f7f7f;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	padding:8px 0;
	background:#f2f2f2;
}

.areas-list a:hover {
	text-decoration:none;
	color:#7f7f7f;
}

.areas-list li:nth-child(even) a {
	background:#fff;
}

/* Areas widget */

.areas-widget .areas-more {
	padding: 5px 0 15px 0;
    text-align: center;
}

/* Blog posts */

.blog-posts {
	border-top:1px solid #e5e5e5;
}

.blog-posts li {
	padding:20px 0 16px 0;
	border-bottom:1px solid #e5e5e5;
	padding-left:8.31%;
	padding-right:8.31%;
}

.blog-posts a {
	display:block;	
}

.blog-posts .bp-photo {
	float:left;
	width:31.10%;
	margin-right:5.01%;
}

.blog-posts .bp-description {
	width:63.87%;
	float:right;
}

.blog-posts .bp-title {
	color:#000000;
}

.blog-posts .bp-description {
	font-size:13px;
	line-height:22px;
}

.blog-posts .bp-more {
	color:#000;
	font-size:12px;
	display:inline-block;
	text-transform:uppercase;
	line-height:1.2;
	border-bottom:1px solid #000;
}

.blog-posts-more {
	padding:18px 0 24px 0;
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:underline;
	font-family:"Raleway",sans-serif;
}

/* Testimonials list */

.testimonials-list {
	border-top:1px solid #e5e5e5;
}

.testimonials-list blockquote {
	margin:0;
	line-height:22px;
	font-size:13px;
}

.testimonials-list li {
	padding-top:18px;
	padding-bottom:16px;
	padding-left:8.33%;
	padding-right:8.33%;
	border-bottom:1px solid #e5e5e5;
}

.testimonials-list .testimonial-more {
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
	display:inline-block;
	line-height:1.2;
	border-bottom:1px solid #000;
}

.testimonials-list .testimonial-more:hover,
.testimonials-list a.testimonial-more {
	text-decoration:none;
}

.testimonials-list cite {
	display:block;
	color:#000;
	font-size:15px;
}

.testimonials-more {
	padding:18px 0 24px 0;
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:underline;
	font-family:"Raleway",sans-serif;
}

/* Call card */

.call-card {
	max-width:360px;
	margin:auto;
}

.call-card .cc-info {
	padding-left:8.33%;
	padding-right:8.33%;
	padding-bottom:16px;
	border-bottom:1px solid #e5e5e5;
}

.call-card .cc-photo {
	margin-bottom:19px;
	text-align:center;
}

.call-card .cc-photo img {
	display:inline-block;
}

.call-card .cc-name {
	font-weight:700;
	font-size:22px;
	text-transform:uppercase;
	color:#000;
	line-height:22px;
}

.call-card .cc-title {
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	margin-bottom:10px;
}

.call-card .cc-phone {
	font-size:20px;
	color:#000;
	line-height:20px;
}

.call-card .cc-email {
	line-height:20px;
}

.call-card .cc-email a {
	color:#7f7f7f;
}

.call-card .cc-info-left {
	width:60%;
	float:left;
}

.call-card .cc-info-right {
	width:40%;
	float:right;
}

.call-card .cc-social-media {
	text-align:center;
	padding:13px 0;
}

.call-card .cc-social-media li {
	display:inline-block;
	margin:0 5px 10px 5px;
}

.call-card .cc-social-media a {
	display:inline-block;
	width:33px;
	height:34px;
	background-repeat:no-repeat;
}

.call-card .cc-social-media a:hover {
	background-position:0 -34px;
}

.call-card .cc-facebook { background-image:url("images/icon-facebook.png"); }
.call-card .cc-instagram{ background-image:url("images/icon-instagram.png"); }
.call-card .cc-twitter { background-image:url("images/icon-twitter.png"); }
.call-card .cc-yt { background-image:url("images/icon-yt.png"); }
.call-card .cc-linkedin { background-image:url("images/icon-linkedin.png"); }
.call-card .cc-blogger { background-image:url("images/icon-blogger2.png"); }
.call-card .cc-pinterest { background-image:url("images/icon-pinterest2.png"); }
.call-card .cc-skype { background-image:url("images/icon-skype2.png"); }
.call-card .cc-yelp { background-image:url("images/yelp2.png"); }
.call-card .cc-tumblr { background-image:url("images/icon-tumblr2.png"); }
.call-card .cc-google { background-image:url("images/icon-google2.png"); }
.call-card .cc-yahoo { background-image:url("images/icon-yahoo2.png"); }
.call-card .cc-yahoo { background-image:url("images/icon-yahoo2.png"); }
.call-card .cc-houzz { background-image:url("images/icon-houzz.png"); }
.call-card .cc-trulia { background-image:url("images/icon-trulia.png"); }
.call-card .cc-zillow { background-image:url("images/icon-zillow.png"); }

.sidebar .call-card {
	text-align:center;
}

.sidebar .call-card .cc-info-left,
.sidebar .call-card .cc-info-right {
	float:none;
	text-align:center;
	width:100%;
	margin-bottom:10px;
}

.sidebar .cc-social-media ul {
	margin-left:0 !important;
	list-style:none !important;
	padding-bottom:0;
}

.sidebar .cc-social-media ul li {
	margin-bottom:15px;
}

/* Footer */

.main-footer {
	background:#000;
	padding-top:23px;
	padding-bottom:30px;
	color:#eeeae7;
	font-size:12px;
}

.main-footer a,
.main-footer a:hover {
	color:#eeeae7;
}

.main-footer .footer-right {
	text-align:right;
	padding-top:12px;
}

#footer-nav {
	margin-bottom:6px;
}

#footer-nav li {
	display:inline-block;
	padding-left:17px;
	padding-right:14px;
	background:url("images/footer-divider.png") left center no-repeat;
}

#footer-nav li:first-child {
	background:none;
}

#footer-nav li:last-child {
	padding-right:0;
}

#footer-nav a {
	display:inline-block;
	text-transform:uppercase;
}

#footer-nav a:hover {
	color:#eeeae7;
}

.footer-copyright {
	margin-bottom:10px;
}

/* Sidebar CTA */

.sidebar-cta {
	list-style:none !important;
	margin-left:0 !important;
}

.sidebar-cta li {
	margin-bottom:15px;
}

.sidebar-cta .button1 .b1-title {
	font-size:17px;
}

.sidebar-cta .button1 .b1-tagline {
	font-size:14px;
}

/* IP */

#inner-page-wrapper {
	padding:20px 15px;
	max-width:1170px;
	margin:auto;
}

/***** END THEME CSS *****/


/*************** Begin AIOS Mobile Theme standard areas. ***************/

/* SET DEFAULT STYLES FOR WYSIWYG CONTENT AND WIDGET AREAS (IF YOU USED RESET ON YOUR THEME) */

#content, .widget-set { line-height:1.57 }
#content th, .widget-set th { font-weight: bolder; }
#content h1, .widget-set h1 { font-size: 2em; margin: .67em 0 }
#content h2, .widget-set h2 { font-size: 1.5em; margin: .75em 0 }
#content h3, .widget-set h3 { font-size: 1.17em; margin: .83em 0 }
#content h4, .widget-set h4,
#content p, .widget-set p,
#content blockquote, .widget-set blockquote,
#content ul, .widget-set ul,
#content fieldset, .widget-set fieldset,
#content form, .widget-set form,
#content ol, .widget-set ol,
#content dl, .widget-set dl,
#content dir, .widget-set dir
#content menu, .widget-set menu { margin: 22px 0; line-height:1.57 }
#content h5, .widget-set h5 { font-size: .83em; margin: 1.5em 0 }
#content h6, .widget-set h6 { font-size: .75em; margin: 1.67em 0 }
#content h1, .widget-set h1,
#content h2, .widget-set h2,
#content h3, .widget-set h3,
#content h4, .widget-set h4,
#content h5, .widget-set h5,
#content h6, .widget-set h6,
#content b, .widget-set h6, 
#content strong, .widget-set strong { font-weight: bolder }
#content blockquote, .widget-set blockquote { margin-left: 40px; margin-right: 40px }
#content i, .widget-set i,
#content cite, .widget-set cite,
#content em, .widget-set em,
#content var, .widget-set var,
#content address, .widget-set address { font-style: italic }
#content pre, .widget-set pre,
#content tt, .widget-set tt,
#content code, .widget-set code,
#content kbd, .widget-set kbd, samp  { font-family: monospace }
#content big, .widget-set big { font-size: 1.17em }
#content small, .widget-set small,
#content sub, .widget-set sub,
#content sup, .widget-set sup { font-size: .83em }
#content sub, .widget-set sub { vertical-align: sub }
#content sup, .widget-set sup { vertical-align: super }
#content table, .widget-set table { border-spacing: 2px; }
#content thead, .widget-set thead,
#content tbody, .widget-set tbody,
#content tfoot, .widget-set tfoot { vertical-align: middle }
#content td, .widget-set td,
#content th, .widget-set th,
#content tr, .widget-set tr { vertical-align: inherit }
#content hr, .widget-set hr { border: 1px inset }
#content ol, .widget-set ol,
#content ul, .widget-set ul,
#content dir, .widget-set dir,
#content menu, .widget-set menu,
#content dd, .widget-set dd { margin-left: 40px }
#content ol, widget-set ol { list-style-type: decimal }
#content ol ul, .widget-set ol ul,
#content ul ol, .widget-set ul ol,
#content ul ul, .widget-set ul ul,
#content ol ol, .widget-set ol ol { margin-top: 0; margin-bottom: 0 }
#content ol, .widget-set ol { list-style-type:decimal }
#content ul, .widget-set ul { list-style-type:disc }

/* SUBMENU */

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 180px;
	background:#4d2246;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    min-height: 11px;
    padding: 5px 10px;
    text-align: center;
}
#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #FAFAFA;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    margin-top: -27px;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}

/* CONTENT  */

#content-sidebar, #content-full{
	width:100%;
	margin:0 auto;
}
#content-sidebar:after, #content-full:after{
	content: "";
    display: table;
    clear: both;
}

#content-sidebar #content{ /* content area with sidebar */
	float: left;
	width: 72%;
	padding:20px;
	background:#fff;
	margin-bottom:20px;
}

#content-full #content{ /* content area for full width template (no sidebar) */
	width:100%;
	padding:20px;
	background:#fff;
}

#content .entry{
}

#content .entry:after {
	content: "";
    display: table;
    clear: both;
}

#content .entry-title { /* styles for post/page main headings (h1) */
	font-size: 24px;
}

#content .archive-title { /* styles for category/archive/etc main headings (h1) */
	font-size: 24px;
}

#content .archive-subtitle { /* styles for category/archive/search/etc subheadings (h2) */
	font-size: 24px;
}


/* ARCHIVE */

#content .archive-thumbnail {
	width:27%;
	float:left;
}

#content .archive-content.archive-has-thumbnail {
	width:70%;
	float:right;
}

#content .archive-more {
	text-decoration:underline;
	font-style:italic;
}

#content .post {
	margin-bottom:20px;
	padding-bottom:20px;
}

/* SIDEBAR */

.sidebar{
	float: right;
	width: 25%;
	padding:20px;
	background:#fff;
}

.widget-set{ /* div class for each widget group on primary sidebar */
}

.widget-set h4.widget-title{ /* style of widget titles */
	background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
	margin:15px 0;
    text-align: center;
}


/* MISCELLANEOUS WP CLASSES */

.gravatar{
	float: right;
}

.comments-template ol.comment-list{
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}

.comments-template ol.children{
	margin:20px 0 0 40px;
	padding:0;
	list-style:none;
}

.comments-template ol.comment-list li.comment{
	margin:0 0 10px 0;
	padding:0;
	border-top:1px dotted;
}

.comments-template .comment-meta{
	font-size:10px;
}

.comments-template .screen-reader-text{
	display:none;
}

.comments-template .comment-navigation{
	margin:10px 0;
	background:none;
}

.wp-caption {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* optional rounded corners for browsers that support it */
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  max-width:100%;
  box-sizing:border-box;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-caption {
	text-align:center;
}

.category .post, .archive .post{
	border-bottom:1px dotted;
}

.attachment-post-thumbnail {
	float:left;
	margin:0 10px 10px 0;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.sticky {

}

.bypostauthor {
	font-style:italic;
}

#content .alignleft{
	float:left;
}

#content .alignright{
	float:right;
}

#content .aligncenter {
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
}

#content img[class*="align"],
#content img[class*="wp-image-"],
#content img[class*="attachment-"],
#content img.size-full,
#content img.size-large,
#content img.header-image,
#content img.wp-post-image {
	max-width: 98%;
	margin:0 1%;
	height:auto;
}

#content embed,
#content iframe,
#content object,
#content video {
	max-width: 100%;
}

/* Backhomelink */

#backhomelink {
	display:none;
	margin-bottom:20px;
}

/* AIOS Listings */

.aios-listings-page .attachment-post-thumbnail {
	display:none;
}



/***** MOBILE STYLES *****/

@media only screen and (max-width: 480px) {
	.aidefcf-left, .aidefcf-right {
		float: none !important;
		width: 100% !important;
	}
	.aidefcf-right {
		margin-top: 30px !important;
	}

	.aidefcf-radio .wpcf7-list-item{
		margin-left: 0 !important;
		margin-right: 9px !important;
	}
}


/* Very small devices */
@media (max-width: 600px) {
	
	/* Header logo */
	
	.header-logo .thin,
	.header-logo .bold{
		font-size:15px;
	}
	
	.header-logo .subtitle {
		font-size:12px;
	}
	
}

/* Small devices (tablets) */
@media (max-width: 768px) { 
	
	/* Main slideshow */
	
	.hp-slideshow .main-slideshow-nav,
	.main-slideshow .main-slideshow-tagline{
		display:none;
	}
	
	/* Banner social media */
	
	.banner-social-media-container {
		display:none;
	}
	
}

/* Medium devices (desktops) */
@media (max-width: 992px) {
	
	/* Header */
	
	.main-header {
		padding:60px 0 15px 0;
	}
	
	.main-header .header-right {
		padding-top:28px;
	}
	
	.header-logo .divider {
		display:none;
	}
	
	/* Main slideshow */
	
	.hp-slideshow .main-slideshow-nav {
		height:50px;
		margin-top:-25px;
	}
	
	/* Footer */
	
	.main-footer .footer-left img.img-responsive{
		display:inline-block;
	}
	
	.main-footer .footer-left,
	.main-footer .footer-right {
		text-align:center;
		margin-bottom:15px;
	}
	
	/* Nav */
	
	.main-nav {
		display:none;
	}
	
	/* Call card */
	
	.call-card {
		padding-top:20px;
	}
	
	/* Form 2 */
	
	.form2 .form2-close {
		float:right;
		clear:both;
		margin-bottom:10px;
		right:auto;
		top:auto;
		position:relative;
	}
	
}

@media (max-width: 977px) {
	.hp-slideshow {
		min-height: 0;
	}
	/* Content */
	
	#content-sidebar #content {
		width:100%;
	}
	
	/* Sidebar */
	
	.sidebar {
		width:100%;
	}
	
	/* HP Featured Widgets */
	
	.hp-featured-widgets .col-md-4 {
		border-left:0;
	}
	#content-sidebar, #content-full{
		position: relative;
		z-index: 1;
	}
	
}

/* Large devices (large desktops) */
@media (max-width: 1186px) {
	
	.main-slideshow .main-slideshow-tagline {
		right:7%;
	}

}

@media (max-width: 1200px) { 
	
	/* Slideshow */
	
	.hp-slideshow .main-slideshow-left {
		left:3.62%;
	}
	
	.hp-slideshow .main-slideshow-right {
		right:3.62%;
	}
	
	/* Nav */
	
	#nav > li > a{
		padding-left:23px;
		padding-right:23px;
	}
	
	/* Call card */
	
	.call-card .cc-info-left,
	.call-card .cc-info-right {
		float:none;
		width:100%;
		margin-bottom:10px;
	}

	.cc-social-media ul {
		margin-left:0 !important;
		list-style:none !important;
		padding-bottom:0;
	}

	.cc-social-media ul li {
		margin-bottom:15px;
	}
	
}

/* Lead Contact Forms CSS */

.aidefcf-title {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
	line-height: 25px;
	}
	.aidefcf-title span {
		font-size: 20px;
		font-weight: bold;
		margin: 0;
		display: block;
	}

.aidefcf-subtitle {
	min-height: 55px;
	line-height: 25px;
	}
	.aidefcf-subtitle span {
		font-size: 20px;
		font-weight: 600;
		margin: 0;
		text-transform: uppercase;
		display: block;
	}

.ai-default-cf7wrap {
	width: 100%;
	}
	.ai-default-cf7wrap p {
		margin: 0 !important;
	}
	.ai-default-cf7wrap input[type="text"], .ai-default-cf7wrap input[type="tel"], .ai-default-cf7wrap input[type="email"], .ai-default-cf7wrap select, .ai-default-cf7wrap textarea {
		width: 100%;
		border: 1px solid #969696;
		margin: 5px 0;
		height: 28px;
		text-indent: 9px;
		padding: 0;
	}
	.ai-default-cf7wrap textarea {
		height: 98px;
		padding-top: 5px;
	}
	.ai-default-cf7wrap select {
		text-indent: 2px;
		font-family: Verdana;
	   	font-size: 11px;
	}
	.ai-default-cf7wrap input[type="submit"] {
		background: #444444;
		line-height: 38px;
		text-align: center;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 2px;
		cursor: pointer;
		width: 100%;
		border: none;
		color: #fff;
		text-transform: uppercase;
	}

	.ai-default-cf7wrap .custom-select {
		width: 100%;
		max-width: 100%;
		border: 1px solid #969696;
		margin: 5px 0;
		padding: 0;
		height: 28px;
		margin-bottom:-28px;
		text-indent: 9px;
		text-indent: 2px;
		font-family: Verdana;
		text-transform: none;
	   	font-size: 11px;
	}
	.ai-default-cf7wrap .custom-select-display {
		width: 100%;
		max-width: 100%;
		border: 1px solid #969696;
		padding: 0 10px;
		height: 28px;
		line-height: 28px;
		text-indent: 9px;
		text-indent: 2px;
		font-family: Verdana;
	   	font-size: 11px;
	   	text-transform: none;
	   	margin-bottom: 5px;
	}
	.ai-default-cf7wrap .custom-select option {
		padding: 5px 10px;
	}

	.ai-default-cf7wrap ::-webkit-input-placeholder, .ai-default-cf7wrap ::-webkit-textarea-placeholder {
	   	opacity: 1;
	   	font-family: Verdana;
	   	font-size: 11px;
	}

	.ai-default-cf7wrap :-moz-placeholder { /* Firefox 18- */
	   	opacity: 1;
	   	font-family: Verdana;
	   	font-size: 11px;  
	}

	.ai-default-cf7wrap ::-moz-placeholder {  /* Firefox 19+ */
	   	opacity: 1;
	   	font-family: Verdana;
	   	font-size: 11px;
	}

	.ai-default-cf7wrap :-ms-input-placeholder, .ai-default-cf7wrap :-ms-textarea-placeholder {  
	   	opacity: 1;
	   	font-family: Verdana;
	   	font-size: 11px;
	}

	.aidefcf-capcha {
		border: 1px solid #969696;
		height: 28px;
		width: 100%;
		margin: 5px 0 20px 0;
		display: inline-block;
		position: relative;
	}
		.aidefcf-capcha input.wpcf7-captchar {
			width: 60% !important;
			border: none;
			float: left;
			margin: 0;
			height: 25px;
		}
		.aidefcf-capcha img {
			position: absolute;
			right: 0;
		}

.aidefcf-cl3 {
	text-align: center;
	}
	.aidefcf-cl3 span {
		width: 31.60%;
		display: inline-block;
	}
	.aidefcf-cl3 span:first-child {
		float: left;
	}
	.aidefcf-cl3 span:first-child + span + span {
		float: right;
	}

.aidefcf-cl2 span {
		width: 48.70%;
		float: right;
	}
	.aidefcf-cl2 span:first-child {
		float: left;
	}

.aidefcf-radio {
	display: block;
	width: 100%;
	padding-top: 15px;
	margin-top: 25px;
	border-top: 1px dotted #afafaf;
	}
	.aidefcf-radio span.aicf-radio-title {
		font-size: 16px;
		display: block;
		margin-bottom: 13px;
		}
		.aidefcf-radio .wpcf7-list-item {
			margin-right: 20px;
		}
		.aidefcf-radio .first {
			margin-left: 0;
		}
		.aidefcf-radio input[type="radio"] {
			margin: 0;
		}

.aidefcf-left {
	float: left;
	width: 48.70%;
	display: inline-block;
	}
.aidefcf-right {
	float: right;
	width: 48.70%;
	display: inline-block;
	}

.ai-contact-wrap {
	max-width: 355px;
	width: 100%;	
	}
	.ai-contact-wrap .aidefcf-capcha {
		margin: 5px 0;
		}
	.ai-contact-wrap input[type="submit"] {
		margin-top: 15px;
		}

.ai-contact-wrap span {
	font-size: 25px;
	font-weight: 500;
	}
	.ai-contact-wrap span.context-mob, .ai-contact-wrap span.context-email {
		background: url(images/icon-cfdefmobile-dark.png) no-repeat left center;
		line-height: 30px;
		padding-left: 27px;
		font-size: 18px;
		font-weight: 500;
	}
	.ai-contact-wrap span.context-email {
		background: url(images/icon-cfdefemail-dark.png) no-repeat left center;
	}

div.wpcf7-response-output {
	width: 100%;
	float: left;
}

/***** End Contact Forms *****/

/* wad added */
.hp-notice{
	display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0px 25px 0;
}
.featured-properties-slider .loading-holder img{
	margin: 0px auto;
    display: block;
}

.set-full-width{
	width: 100% !important;
}
.set-div-centered{
	float:none !important;
	margin-left: auto;
	margin-right: auto;
}
.aios-listings-item .aios-listings-item-specs-value, 
.aios-listings-property-header .aios-listings-property-name, 
.aios-listings-property-header .aios-listings-property-price, 
.aios-listings-property-specs .aios-listing-property-spec-value, 
.aios-listings-property-specs .aios-listing-property-spec-value a{
	color:#000000 !important;
}
#content .aios-listing-button1:hover,
a.aios-listing-button1:hover,
.aios-listing-button1:hover,
#content .aios-listing-button2:hover,
a.aios-listing-button2:hover,
.aios-listing-button2:hover,
#content .aios-listing-button3:hover, 
a.aios-listing-button3:hover, .aios-listing-button3:hover{
	background:#000000 !important;	
}
span.wpcf7-not-valid-tip{
	font-size: 12px !important;
}
.main-slideshow-slide img{
    position:absolute;
}


/* Fixed popup overlapped by AIOS Mobile Pack header  */
.ihf-container-modal .modal-backdrop {
	z-index:9999
}
#ihf-main-container .modal {
	z-index: 99999;
}

/* FP Set background photo to cover  */
.fp-slide-photo {
    background-size: cover;
	max-width:360px;
	margin:auto;
}