/**
 *  Theme Name: Sacker Lovell Real Estate (Child)
 *  Theme URI: http://www.agentimage.com
 *  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: #FFF;
	color: #363636;
	margin: 0;
}
a {
	transition:all ease-in-out 0.2s;
}
a:focus, a:active, a {
	outline: none !important;
}
a:hover {text-decoration: none !important;}

.header-nav-container {
    width: 100%;
    background: #36454f;
    padding: 20px 0 0;
    position: relative;
}
.fixed-header {
	position: fixed !important;
	padding: 15px 0 0 0 !important;
	top: 0 !important;
	background: #36454f;
	z-index: 999;
	width: 100%;
	transition:all ease-in-out 0.3s;
}

.headerlight {
	font-family: 'Poppins', sans-serif;
	font-size: 1.750em;
	font-weight: 300;
	letter-spacing: -1px;
	color: #666 !important;
}
.header-logo a:hover {
	text-decoration: none !important;
}
.header-logo img {
	width: 100%;
	max-width: 250px;
}
#nav {
	margin-bottom: 0 !important;
	text-align: center;
}
#nav li {
	/*float: left;*/
	display: inline-block;
}
#nav li a {
	font-family: 'Lato', sans-serif;
	font-size: 0.715em;
	text-transform: uppercase;
	padding: 8px 17px;
	font-weight: 600;
	color: #fff !important;
	line-height: 10px;
	display: block;
}
#nav li:last-child a {
	padding-right: 0;
}
body.home #nav li a {
	/*line-height: 40px;*/
	line-height: 20px;
}
body.home #nav .sub-menu a {
	line-height: 12px !important;
}
#nav li a:hover {
	text-decoration: none !important;
	color: #4e7aa7 !important;
}
.navigation {
	/*padding-top: 26px;*/
	text-align: center;
}
body.home .navigation {
}
.navigation ul {
	/*float: right;*/
	/*padding-top: 27px;*/
}
#nav .sub-menu {
	z-index: 999;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#nav .sub-menu li {
    width: 100% !important;
    background: #4c606d;
}
#nav .sub-menu li a {
	line-height: auto;
	line-height: 10px;
	border-top: 1px solid #ccc;
}
#nav .sub-menu li:first-child a {
	border-top: 0;
}
.top-social {
	display: block;
	width: 100%;
	text-align: right;
	/*position: absolute;*/
	/*right: 7px;*/
}
.top-social span, 
.top-social a {transition: all ease-in-out 0.2s;}
.top-social span:hover, 
.top-social a:hover {
	color: #37699b !important;
}
.top-social a {
	display: inline-block;
	color: #fff !important;
	font-size: 1.7em;
	padding: 0 10px;
	vertical-align: middle;
}
.aiphone {
	font-family: 'Lato', sans-serif;
	color: #fff;
	display: inline-block;
	font-size: 1.3em;
	padding-right: 20px;
	letter-spacing: 3px;
	vertical-align: middle;
}
.ai-font-phone {
	font-size: 1em;
	padding-right: 10px;
}
.ctaimg {
	position: relative;
}

.hp-cta {
	padding: 40px 0;
}
.hp-cta a {
	position: absolute;
	width: 92.1%;
	height: 100%;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-transform:uppercase;
	color: #fff !important;
	letter-spacing: 3px;
	font-size: 2.188em;
	text-align: center;
	margin:auto;
	padding-top: 18%;
	transition:all ease-in-out 0.4s;
	text-shadow: 2px 2px 3px #333333; 
}
.hp-cta a:hover, .sidebar #text-3 a:hover {
	background: rgba(187,43,43,0.8)
}
.hp-cta img {
	max-width: 100%;
	width: 100%;
}
.smallfont {
	font-size: 0.550em;
	text-transform: uppercase;
	display: block;
	margin-bottom: -8px;
}
.featured-properties {
	overflow: hidden;
}
.featpropslider img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.featpropitem {
	padding: 0 !important;
}
.featpropinfo {
	text-align: center;
	padding: 20px 0px;
	font-size: 0.875em;
	color: #313131;
	text-transform: uppercase;
	transition: all ease-in-out 0.3s;
}
.fprprice {
	font-size: 1.250em;
	font-weight: bold;
}
.featpropslider a {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
}
.featpropitem {
	position: relative;
}
.featpropitem:hover .fphover {
	opacity: 1;
	cursor: pointer;
}
.featpropitem:hover .featpropinfo {
	background: #bb2b2b;
	color: #fff;
	cursor: pointer;
}
.imgcont {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}
.fphover {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(54,69,79, 0.8) url(images/fp-hover.png) no-repeat 50% 30%;
	transition:all ease-in-out 0.3s;
	opacity: 0;
}
.featpropitem img {
	position: relative;
	z-index: -1;
	max-height: 277px;
}
.featpropinfo {
	position: relative;
	width: 100%;
	z-index: 2
}
.fptitleborder {
	width: 3%;
	height: 1px;
	background: #363636;
	margin: 20px auto 40px;
}
.featured-properties h2,
.featured-communities h2 {
	text-transform: uppercase;
	color: #363636;
	font-size: 1.875em;
	text-align: center;
	letter-spacing: 3px;
}
.featured-communities h2 {
	margin-top: 0;
}
.featpropslider .slick-prev {
	border:0;
	width: 44px;
	height: 44px;
	background: url(images/fp-arrow-left.png) no-repeat;
	position: absolute;
	top: 27%;
	left: 1%;
	outline: none;
}
.featpropslider .slick-next {
	border:0;
	width: 44px;
	height: 44px;
	background: url(images/fp-arrow-right.png) no-repeat;
	position: absolute;
	top: 27%;
	right: 1%;
	outline: none;
}
.welcome {
	text-align: center;
}
.welcome p {
	padding-bottom: 10px;
	line-height: 26px;
}
.welcome img {
	display: block;
	margin: 50px auto;
}
.welcome .container {
	border-bottom: 1px solid #b1b1b1;
	padding-bottom: 40px;
	margin-bottom: 53px;
}
.featured-communities {
	margin-bottom: 60px;
}
.featcommunities {
	border:1px solid #a3a3a3;
	text-align: center;
	overflow: hidden;
	height: 150px;
}
.featcommunities a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
}
.featcommunities a:hover {
	background: rgba(187,43,43,0.9);
}
.featcommunities:hover .featcomm-hover {
	opacity: 1;
}
.featcommunities:hover span {
	opacity: 1;
	background: none;
	color: #fff !important;
	z-index: 999;
}
.featcommunities:hover span {}
.featcomm-hover {
	background: rgba(0, 0, 0, 0) url(images/featcomm-hover.png) no-repeat scroll 50% 50%;
    bottom: 0;
    height: 97px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 103px;
    z-index: -1;
    opacity: 0;
    transition:all ease-in-out 0.3s;
}
.featcommunities span {
	padding: 0 12px;
	color: #363636 !important;
	text-transform: uppercase;
	font-size: 1.563em;
	position: relative;
	top: 37%;

}
.featcomm-hover span {

}
.featcommunities span:hover {
	cursor: pointer;
	color: #fff;
}
.featcommunities:hover span:before {
	border-bottom:1px solid #d54f4f;
}
.featcommunities:hover span:after {
	border-bottom:1px solid #d54f4f;
}
.featcommunities span:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	border-bottom:1px solid #a3a3a3;
	left: 0;
	z-index: -1;
	top: 49%;
	left: -100%;
}
.featcommunities span:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	border-bottom:1px solid #a3a3a3;
	z-index: -1;
	top: 49%;
	right: -100%;
}
.featured-communities .featcommunities {
	position: relative;
}
.testimonials {
	background: url(images/testi-bg.jpg) no-repeat top center / cover;
	height: auto;
	padding-bottom: 30px;
}
.testimonials h2 {
    color: #fff;
    font-size: 1.875em;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
}
.testimonials .fptitleborder {
    background: #fff none repeat scroll 0 0;
    height: 1px;
    margin: 30px auto 50px;
    width: 3%;
}
.testi-item {
	color: #fff;
	text-align: center;
	line-height: 28px;
}
.testi-slider .slick-next,
.testi-slider .slick-prev {
	display: none !important;
}
.testimonials .slick-dots {
	font-size: 0;
}
.testimonials .slick-dots button {
	border:2px solid #fff;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.testimonials .slick-dots li {
	display: inline-block;
	margin: 0 10px;
}
.testimonials .testi-author a {
    color: white;
}
.slick-slider {
	text-align: center;
}
.testi-author {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 40px 0 50px;
}
.testimonials li.slick-active button {
	background: #fff;
}
.agents-contact {
	background: #36454f;
	color: #fff;
	padding: 40px 0 45px;
}
.agentname {
	text-transform: uppercase;
	color: #fff;
	padding: 85px 0 20px;
	border-bottom: 1px solid #4c606d;
	margin-bottom: 24px;
	font-size: 1.875em;
	width: 90%;
}
.agents-contact .col-md-3:nth-of-type(1) {
	text-align: right;
}
.agents-contact .col-md-3:nth-of-type(1) .agentname {
	float: right;
}
.agents-contact img {
	max-width: 100%;
}
.agents-contact li {
	float: left;
	width:  21.0526%;
	margin-right: .438596%;
}
.agents-contact li .wpcf7-text {
	border:1px solid #4c606d;
	padding:10px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.813em;
	font-weight: bold;
	background: transparent;
	height: 50px;
	width: 100%;
}
.agents-contact li .wpcf7-textarea {
	border:1px solid #4c606d;
	padding:16px 15px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.813em;
	font-weight: bold;
	background: transparent;
	height: 50px;
	width: 100%;
}
.agents-contact li:first-child {
	font-size: 1.4em;
	text-transform: uppercase;
	margin-right: 15px;
	padding-top: 8px;
}
.agents-contact li:nth-of-type(4) {
	width: 28%;
}
.agents-contact li:last-child {
	margin-right: 0;
	width: 5%;
	margin-left: -0.438596%;
}
.agents-contact .wpcf7-submit {
	width: 100%;
	border:none;
	background: #4c606d url(images/bg-submit.jpg) no-repeat 50% 50%;
	height: 50px;
	font-size: 0;
}
.agents-contact .wpcf7-form {
	margin-top: 50px;
	position: relative;
}
.agents-contact div.wpcf7-validation-errors {
	width: 98.3%;
	text-align: center;
    position: absolute;
    margin: 0;
}
.agents-contact .use-floating-validation-tip span.wpcf7-not-valid-tip {
	top: -8px;
	left: 15%;
}
/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

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

#inner-page-wrapper {
	min-height: 700px;
}

/** Adjust width of content columns **/
#content-sidebar #content{ 
	width: 75.08%;
	color: #3a3a3a;
}
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ 
	width: 20.83%;
	color: #3a3a3a;
}
.sidebar img {
	max-width: 100%;
}
.sidebar .agentname {
	padding: 10px 0 5px;
	color: #666;
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.sidebar .agentinfo {
	line-height: 20px;
	text-align: center;
	font-size: 0.875em;
}
.agents-contact .agentinfo a {
	color: #fff !important;
}
.sidebarcta {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition:all ease-in-out 0.4s;
	margin-bottom: 10px;
}
.sidebar #text-2 a {
	position: relative;
	color: #333 !important;
	font-size: 1.1em;
	text-align: center;
	margin:auto;
	padding-top: 0;
	text-shadow: none; 
}
.sidebar .sidebarcta a {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 3px;
    font-size: 1.5em;
    text-align: center;
    margin: auto;
    padding-top: 18%;
    text-shadow: 2px 2px 3px #333333;
}
.sidebarcta:hover {
    background: rgba(187,43,43,0.8);
}
.sidebar .widget-set {
	margin-bottom: 30px;
}
aside h4.widget-title {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #36454f;
	padding: 0;
}

/* 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 { 
	margin-top: 0;
	text-transform: uppercase;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 

}

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

}

.footer {
	background: #29363f;
	color: #4d606d;
	font-size: 0.725em;
}
.footercopyright a {
	color: #4d606d !important;
	font-size: 1.4em;
}
.footercopyright {
	background: #29363f;
	border-top: 1px solid #373737;
	padding: 20px 0 15px;
	font-size: 0.725em;
	text-align: center;
}
.copyright {
	font-size: 1.3em;
}
.copyright a.sitemap {
	font-size: 1em;
}
.copyright a:nth-of-type(2) {
	color:#fff !important;
	font-size: 1em;
}

.footerlogos {
	margin-top: 12px;
}
.footerlogos img{
	display: inline-block;
	max-width: 150px;
	margin: 0 10px;
	vertical-align: middle;
}
.footer h4 {
	text-transform: uppercase;
	color: #fff;
	margin-top: 30px;
}
.footer .menu a {
	text-transform: uppercase;
	font-size: 1.25em;
	color: #9f9f9f !important;
	line-height: 36px;
}
.footer .sub-menu {
	display: none;
}
.footer li {
	display: inline-block;
}
.footer li a {
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 15px;
	color: #4d606d !important;
}
.footer li:last-child a {
	padding-right: 0;
}
.footernav {
	margin-bottom: 4px;
}
.a-grow {
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.a-grow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#content .cycloneslider-template-thumbnails.cycloneslider-thumbnails ul {
	margin-left: 0 !important;
} 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/* CSS Rules added by JP start here... */
#pop-light.property-pop .popup-wrap .photo-slideshow .photo-list {
  
  background-size: 100% 100%;
}

#pop-light.property-pop .popup-wrap .photo-slideshow .photo-list img {
  
  opacity: 0;
  
  width: 677px;
  height: 502px;
}

#content .listing-details-wrap .photo-slideshow{
	
    margin-top: 75px;
}
/* CSS Rules added by JP end here... */


/**/
li#send-msg-name {
    font-size: initial;
    padding: 0;
}
ul#send-msg-ul{
	margin-top: 10px;
}
input.wpcf7-form-control.wpcf7-captchar {
    border: 1px solid #4c606d;
    padding: 16px 15px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.813em;
    font-weight: bold;
    background: transparent;
    height: 50px;
    width: 72%;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-4 {
    height: 47px;
    margin: 0 5px 6px 1px;
}

#content .listing-details-wrap .photo-slideshow img {
	display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}