/*
Theme Name: Nancy Maranan
Theme URI: http://justsoldbynancycom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.0
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
CSS By: Manuel Parejas
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3.	Mobile styles

*/

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

 /* Global */

::selection {
	background: #552448;
	color: #fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
}
:-ms-input-placeholder { /* IE 10+ */
  color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
  color: inherit;
}


 /* Placeholder effect */
[placeholder]:focus::-webkit-input-placeholder {
	transition: all 0.2s linear;
	transform: translate(10px, 0);
	opacity: 0;
	color:inherit;
}

input[type=text]:focus::-webkit-input-placeholder {
	color:inherit;
}

textarea {
	overflow-x:hidden;
}

body{
	font: 300 14px/18px "Open Sans";
	background: #fff;
	color: #646464;
	margin: 0;
}

body.home {
	background: #f5f5f5;
}

a, a:hover, a:active, a:focus, a:visited {
	color: inherit;
}

#main-wrapper {
	overflow: hidden;
}

/* Animations */
.easeIn {
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

html.name-Internet_Explorer  .hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: none;
  transform: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

html.name-Internet_Explorer .hvr-bounce-in:hover,
html.name-Internet_Explorer .hvr-bounce-in:focus,
html.name-Internet_Explorer .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: 0!important;
  transition-timing-function: 0!important;
}




/* Header */

header#headerwrapper {
	position: fixed;
	top: 0;
	left: 0;
	/*background: #552448;*/
	background-color: rgba(235, 235, 235, 0.85);
	z-index: 101;
	/*border-bottom: 1px solid #d5d5d5;*/
}

/* Navigation */
nav#navwrapper {
	position: relative;
}

	nav #navi {
		font-size: 0;
		position: relative;
		text-align: center;
	}

		nav #navi li {
			display: inline-block;
			position: relative;
		}

		nav #navi li a {
			display: block;
			font-weight: 600;
			font-size: 13px;
			letter-spacing: 1px;
			color: #4c4c4c;
			padding: 0 45px;
			text-transform: uppercase;
			text-decoration: none;
			border-left: 1px solid transparent;
			border-right: 1px solid transparent;
			line-height: 46px;
			transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
			outline: none;
		}

			nav #navi > li:hover > a{
				background: #783366;
				border-color: #783366;
				color: #fff;
			}

			/* First Level */
			nav #navi li ul {
				display: none;
				position: absolute;
				left: 0;
				min-width: 100%;
				padding-top: 1px;
			}

				nav #navi li ul li {
					display: block;
				}

					nav #navi li ul li a {
						border:none;
						padding: 7px 15px;
						background:#552448;
						line-height: normal;
						color: #FFF;
					}

					nav #navi li ul li a:hover {
						background: #34162c;
					}

						/* Second Level */
						nav #navi li ul li ul {
							left: 100%;
							top: 0;
							padding-top: 0;
							padding-left: 1px;
						}

/* Innerpage Header */
.header-ip {
    /*background: url(images/slide-1.jpg) center 46px no-repeat;*/
    background-image: url(images/ip-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	min-height: 350px;
	text-align: center;
	padding: 76px 0px 30px;
	position: relative;
}
	.header-ip:after {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		position: absolute;
		background: rgba(0,0,0,.30);
		content: '';
	}

	.header-ip .container {
		z-index: 100;
		position: relative;
	}

	.header-ip .top-logo img{
		display: block;
		margin-left: auto;
		width: 100%;
		max-width: 290px;
		height: auto;
	}

	.header-ip .main-logo {
		display: inline-block;
		font-family: 'Bree Serif', serif;
		font-size: 104.55px;
		line-height: 91px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 4px;
		padding-bottom: 20px;
		/*border-bottom: 2px solid #fff;*/
	}

	.header-ip .main-logo a {
		text-decoration: none;
		text-transform: none;
		color: #fff;
		display: inline-block;
		vertical-align: top;
	}

	.header-ip .slide-contact-details {
			font-weight: 400;
			font-size: 0;
			color: #fff;
			display: block;
			line-height: 1;
			padding-top: 10px;
			margin-top: 20px;
			border-top: 2px solid #fff;
		}

			.ip-container .header-ip .slide-contact-details {
				border-top: 1px solid #fff;
			}

	.header-ip .slide-contact-details {
		font-weight: 400;
		font-size: 0;
		color: #fff;
		display: block;
	}

	.slide-contact-details a {
		text-decoration: none;
	}

	.slide-contact-details > .slide-phone,
	.slide-contact-details > .slide-email,
	.slide-contact-details > .social-media,
	.slide-contact-details > span {
		display: inline-block;
		vertical-align: middle;
		font-size: 18px;
		font-family: "Open Sans";
	}

	.slide-contact-details > span {
		padding: 0 30px;
	}



/* Hero - Main Slideshow */
#hero {
	position: relative;
	z-index: 1;
}
	#hero .cycloneslider {
		position: relative;
		z-index: 1;
		margin: 0;
		max-height: 679px;
	}

		#hero .cycloneslider-template-responsive-img .cycloneslider-prev,
		#hero .cycloneslider-template-responsive-img .cycloneslider-next {
		    display: none;
		}



		#hero .cycloneslider .cycloneslider-slide:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 5;
			background: rgba(0,0,0,.30);
		}

	#hero .container-wrap {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 10;

		/*
			Padding Adjustment
			Padding top comes from the height of the fixed header and the padding bottom is the (-)negative margin of cta-expertise wrapper to achieve the always center position of this area to the spaced available in slideshow
		*/
		padding-top: 46px;
		padding-bottom: 140px;
		/* padding adjusment end */

		box-sizing: border-box;
		font-size: 0;
		text-align: center;
	}

		#hero .container-wrap:before {
			display: inline-block;
			vertical-align: middle;
			width: 0;
			height: 100%;
			content: '';
		}

		#hero .container {
			position: relative;
			display: inline-block;
			vertical-align: middle;
			color: #fff;
		}

		.ai-slideshow-placeholder {
			position: relative;
		}

			.ai-slideshow-placeholder img {
				width: 100%;
				height: auto;
				display: block;
			}


		/* Slide Arrows */
		#hero .container .slide-arrows {
			height: 100px;
			width: 33.06px;
			font-size: 100px;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			cursor: pointer;
			font-weight: 300;

			-webkit-text-shadow: 1px 2px 1px rgba(1,2,2,.52);
			-moz-text-shadow: 1px 2px 1px rgba(1,2,2,.52);
			text-shadow: 1px 2px 1px rgba(1,2,2,.52);

			transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
		}

			#hero .container .slide-arrows:hover {
				opacity: 0.8;
			}

			#hero .container .slide-arrows.slide-prev {
				margin-left:  -55px;
			}

				#hero .container .slide-arrows.slide-prev:active {
					left: -5px;
				}

			#hero .container .slide-arrows.slide-next {
				margin-right:  -55px;
			}

				#hero .container .slide-arrows.slide-next:active {
					right: -5px;
				}

		#hero .container .center-widget-area {
			display: inline-block;
			vertical-align: middle;
			font-size: 13px;
			width: 100%;
			position: relative;
		}

		#hero .container .center-widget-area .top-logo,
		.header-ip .top-logo {
			position: relative;
			display: inline-block;
			vertical-align: bottom;
		}


			.center-widget-area .top-logo i {
			    font-size: 55px;
			    margin-bottom: 31px;
			    display: block;
			}
		.center-widget-area .top-logo img{
			display: block;
			margin-left: 0 auto;
			width: 100%;
			max-width: 168px;
			height: auto;
		}

		.center-widget-area .main-logo {
			display: inline-block;
			font-family: 'Bree Serif', serif;
			font-size: 104.55px;
			line-height: 91px;
			font-weight: 400;
			text-transform: uppercase;
			letter-spacing: 4px;
			padding-bottom: 20px;
		}

			.center-widget-area .main-logo img{
				max-width: 100%;
			}

		.center-widget-area .main-logo a {
			display: inline-block;
			vertical-align: top;
			text-decoration: none;
			outline: none;
			color: #ffffff;
			text-transform: none;
		}

		.center-widget-area .slide-contact-details {
			font-weight: 400;
			font-size: 0;
			color: #fff;
			display: block;
			line-height: 1;
			padding-top: 10px;
			margin-top: 20px;
			border-top: 1px solid #fff;
		}

		.slide-contact-details a {
			text-decoration: none;
			outline: none;
			color: #ffffff;
		}

		.slide-contact-details > .slide-phone,
		.slide-contact-details > .slide-email,
		.slide-contact-details > .social-media,
		.slide-contact-details > span {
			display: inline-block;
			vertical-align: middle;
			font-size: 18px;
		}

		.slide-contact-details > span {
			padding: 0 30px;
		}

		.social-media {
			font-size: 0;
			position: relative;
		}

			.social-media a {
				position: relative;
				display: inline-block;
				vertical-align: middle;
				font-size: 0;
				padding: 0 0px;
				color: #fff;

				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
			}

				.social-media a:before {
					font-size: 18px;
					font-weight: 400;
				}

				.social-media a:first-child {
					padding-left: 0;
				}

				.social-media a:last-child {
					padding-right: 0;
				}

			.social-media a:hover {
				color: #552448;
			}

			.social-media a:active{
				top: 2px;
			}

/* CTA and Areas of Expertise */
#cta-expertise-wrapper {
	z-index: 3;
	margin-top: -70px;
}

	.cta-list {
		font-size: 0;
		text-align: center;
		position: relative;
	}

		.cta-list a {
			display: inline-block;
			vertical-align: middle;
			width: 31.57%;
			margin-left: 2.63%;
			overflow: hidden;
			font-size: 0;
			position: relative;
			background: #313131;
			transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
			outline: none;
			font-weight: 700;
		}

		.cta-list a:hover {
			box-shadow: 0 0 25px #000;
		}

			.cta-list a:first-child {
				margin-left: 0;
			}

			.cta-list a img {
				display: block;
				width: 100%;
				/*height: 145px;*/
				height: auto;
				opacity: 0.9;
				object-fit: cover;
			}

			.cta-list a .cta-title,
			.cta-list a .hover-details {
				position: absolute;
				z-index: 5;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;

				/* transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				--transition: all .25s ease-in-out; */
			}

			.cta-list a .cta-title {
				z-index: 4;
			}

				.cta-list a .cta-title:before {
					width: 0%;
					height: 100%;
					content: '';
					display: inline-block;
					vertical-align: middle;
				}

					.cta-list a .cta-title em {
						padding: 0 10px;
						display: inline-block;
						vertical-align: middle;
						width: 100%;
						font-style: normal;
						font-family: "Open Sans";
						/* line-height: 31px;*/
						/* font-size: 30px;*/
                        line-height: 1.03;
                        font-size: 25px;
						color: #fff;
						text-transform: uppercase;
						letter-spacing: 2px;
						text-shadow: 1px 1px 2px rgba(0,0,0,.3);
					}

						.cta-list a .cta-title em span {
							font-weight: 700;
							font-size: 25px;
							display: block;
						}

			.cta-list a .hover-details {
				/* display: none; */
				text-align: center;
				padding: 6.38%;
				box-sizing: border-box;
			}

			.cta-list a .hover-details .hover-details-inner {
				height: 100%;
				background: #313131;
				opacity: 0.8;
				font-size: 0;

				transform: scale(0);
				-webkit-transform: scale(0);
				-moz-transform: scale(0);

				transition: all .5s ease-in-out;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;

			}

			.cta-list a .hover-details .hover-details-inner.scaleIn {
				transform: scale(1);
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
			}

			.cta-list a .hover-details .hover-details-inner:before {
				display: inline-block;
				vertical-align: middle;
				width: 0;
				height: 100%;
				content: '';
			}

			.cta-list a .hover-details .hover-details-inner .details-center {
				display: inline-block;
				vertical-align: middle;
				width: 100%;
				font-size: 15px;
			}



			.cta-list a .hover-details strong {
				font-size: 22px;
				text-transform: uppercase;
				color: #fff;
				font-family: "Open Sans";
				font-weight: 700;
			}

			.cta-list a .hover-details p {
				line-height: 20px;
				font-size: 15px;
				color: #fff;
				margin: 14px 13px 20px;
				display: none;
			}

			.cta-list a .hover-details .btn-green {
				cursor: pointer;
				background: #552448;
				font-weight: 700;
				font-size: 13px;
				color: #fff;
				text-transform: uppercase;
				max-width: 184px;
				width: 100%;
				display: block;
				margin: 10px auto 0;
				box-sizing: border-box;
				padding: 9px 5px;
			}

			.cta-list a .hover-details .btn-green:hover {
				background: #552448;
				opacity: 0.8;
			}

			.cta-list a .hover-details .btn-green:active {
				transform: scale(1);
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
			}

	.expertise-wrap {
		position: relative;
		margin: 40px 0 30px 0;
	}

		.expertise-wrap h3 {
			display: block;
			overflow: hidden;
			text-align: center;
			margin-bottom: 17px;
		}

		.expertise-wrap h3:before,
		.expertise-wrap h3:after {
			width: 1600px;
			content: '';
			height: 1px;
			background: #9dc187;
			display: inline-block;
			vertical-align: middle;
		}

		.expertise-wrap h3:before {
			margin-left: -1600px;
		}

		.expertise-wrap h3:after {
			margin-right: -1600px;
		}

			.expertise-wrap h3 span {
				font-size: 23px;
				line-height: 25px;
				color: #552448;
				padding: 0 17px;
				display: inline-block;
				vertical-align: middle;
				text-transform: uppercase;
				font-family: "Open Sans";
				letter-spacing: 2px;
			}

		.expertise-list {
			position: relative;
			font-size: 0;
			text-align: center;
		}


			.expertise-list a,
			.expertise-list a:after {
				transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
			}

			.expertise-list a {
				display: inline-block;
				vertical-align: middle;
				padding: 5px 5px;
				font-size: 15px;
				font-weight: 600;
				color: #565656;
				text-transform: uppercase;
				margin: 0 28px;
				text-decoration: none!important;
				outline: none;
			}

			/*.expertise-list a:after {
				width: 0;
				height: 1px;
				background: #552448;
				content: '';
				display: block;
				left: 50%;
				opacity: 0;
				position: relative;
			}

			.expertise-list a:hover:after {
				width: 100%;
				margin-left: -50%;
				opacity: 1;
			}*/

			.expertise-list a:hover {
				color: #552448;
			}

			.expertise-list a:first-child {
				margin-left: 0;
			}

			.expertise-list a:last-child {
				margin-right: 0;
			}


/* Section 3 */
#section-3 {
	background: #fff;
	padding: 38px 0 25px;
}

	.welcome-wrap {
		box-sizing: border-box;
		border: 1px solid #e3e3e3;
		min-height: 289px;
		margin-bottom: 30px;
	}

		.welcome-wrap:after {
			clear: both;
			content: '';
			display: block;
		}

		.welcome-wrap .agent-photo {
			float: left;
			width: 30.76%;
		}

			.welcome-wrap .agent-photo img {
				display: block;
				width: 100%;
				height: auto;
				max-width: 260px;
			}

		.welcome-wrap .welcome-text {
			float: right;
			width: 68.59%;
            padding: 0 24px 0 10px;
		}

			.welcome-text h1 {
				font-family: "Open Sans";
				color: #313131;
				font-weight: 400;
				text-transform: uppercase;
				letter-spacing: 2px;
				padding: 26px 0 23px;
			}

				.welcome-text h1 strong {
					color: #552448;
					font-weight: 400;
				}

			.welcome-text p {
				margin-bottom: 15px;
				line-height: 21px;
			}

	.quicksearch-wrap {
		position: relative;
		box-sizing: border-box;
		border: 1px solid #e3e3e3;
		min-height: 289px;
		padding: 17px;
		margin-bottom: 30px;
	}

		.quicksearch-wrap h3 {
			text-align: center;
			font-size: 23px;
			line-height: 23px;
			color: #552448;
			text-transform: uppercase;
			font-family: "Open Sans";
			letter-spacing: 2px;
			padding: 10px 0 23px;
		}

		.qs-form {
			position: relative;
		}

			.qs-form:after {
			    clear: both;
			    display: block;
			    content: '';
			}

			.qs-form form {
				display: block;
			}

			.qs-form .qs-field {
				display: block;
				width: 100%;
				float: left;
				margin-bottom: 7px;
			}

			.qs-form .qs-field.qsf-small {
				width: 48.45%;
				margin-left: 3%;
				float: right;
			}

			.qs-form .qs-field.qsf-left {
				margin-left: 0;
				float: left;
			}

			.qs-form .dropdown-menu.open {
				z-index: 100;
			}

			.qs-form select,
			.qs-form input[type=text],
			.qs-form input[type=number],
			.qs-form input[type=submit],
			.qs-form input[type=button],
			.qs-form button,
			.qs-form a.adv-btn {
				display: block;
				width: 100%;
				outline: none;
				border: 1px solid #dbdbdb;
				background: #fff;
				margin: 0;
				font-weight: 300;
				font-size: 11px;
				color: #6b6b6b;
				height: 31px;
				padding: 5px 5px;

				border-radius: 0;
				box-sizing: border-box;
			}

			.qs-form input[type=text] {
				padding: 5px 9px;
			}

			.qs-form input[type=submit],
			.qs-form input[type=button],
			.qs-form button,
			.qs-form a.adv-btn {
				position: relative;
				cursor: pointer;
				appearance:none;
				font-weight: 700;
				font-size: 13px;
				line-height: 19px;
				text-transform: uppercase;
				text-align: center;
				color: #fff;

				transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
			}

			.qs-form input[type=submit] {
				background: #552448;
			}

			.qs-form input[type=submit]:hover {
				background: #783366;
			}

			.qs-form input[type=button]:hover,
			.qs-form button:hover,
			.qs-form a.adv-btn:hover {
				background: #783366;
			}

			.qs-form input[type=submit]:active,
			.qs-form input[type=button]:active,
			.qs-form button:active,
			.qs-form a.adv-btn:active {
				top: 2px
			}

			.qs-form input[type=button],
			.qs-form button,
			.qs-form a.adv-btn {
				background: #313131;
				text-decoration: none;
			}

	/* Featured Properties and Communities  */

	.featured-wrapper {
		position: relative;
	}

		.featured-wrapper h3 {
			overflow:hidden;
			display: block;
			margin: 0;
			font-family: "Open Sans";
			color: #552448;
			font-size: 23px;
			line-height: 23px;
			letter-spacing: 1.2px;
			text-transform: uppercase;
			padding: 10px 0;
			margin-bottom: 25px;
		}

			.featured-wrapper h3:after {
				content: '';
				width: 1600px;
				margin-right: -1600px;
				height: 1px;
				background: #92bc7a;
				display: inline-block;
				vertical-align: middle;
			}

			.featured-wrapper h3 span {
				display: inline-block;
				vertical-align: middle;
				padding-right: 14px;
				line-height: 18px;
			}


		.featured-wrapper .featured-list {
			position: relative;
			margin: 0 -13px;
		}

		.featured-wrapper .featured-list:after {
			clear: both;
			content: '';
			display: block;
		}

			.featured-list a {
				float: left;
				width: 100%;
				height: auto;
				text-decoration: none;
				outline: none;
				padding: 0 15px;
			}

				.featured-list a:hover {
					text-decoration: none;
				}

			.featured-list a + a {
				float: right;
			}

				.featured-list a .fp-box {
					position: relative;
					overflow-y: hidden;
				}

					.featured-list a .fp-box img {
						display: block;
						width: 100%;
						height: 200px;
					}

					.featured-list a .fp-box .fp-price {
						position: absolute;
						bottom: 0;
						left: 0;
						width: 100%;
						background: #552448;
						padding: 9px 17px;
						font-weight: 600;
						font-size: 18px;
						color: #fff;
						letter-spacing: 1px;
					}

					.featured-list a .fp-box .fp-hover-details {
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						z-index: 5;
						padding: 6.13%;
						box-sizing: border-box;
					}

						.fp-hover-details-inner {
							width: 100%;
							height: 100%;
							background: #552448;
							opacity: 0.8;
							font-size: 0;
							text-align: center;


							transform: scale(0);
							-webkit-transform: scale(0);
							-moz-transform: scale(0);
							transition: all .5s ease-in-out;
							-webkit-transition: all .5s ease-in-out;
							-moz-transition: all .5s ease-in-out;
						}

						.fp-hover-details-inner.scaleIn {
							transform: scale(1);
							-webkit-transform: scale(1);
							-moz-transform: scale(1);
						}


						.fp-hover-details-inner:before {
							display: inline-block;
							vertical-align: middle;
							width: 0%;
							height: 100%;
							content: '';
						}

							.fp-hover-center {
								padding: 0 10px;
								display: inline-block;
								vertical-align: middle;
								width: 100%;
								color: #fff;
								font-weight: 400;
								font-size: 10.57px;
							}

								.fp-hover-center strong {
									font-weight:700;
									font-size: 22.62px;
									display: block;
									letter-spacing: 1px;
									margin-bottom: 7px;
									line-height: 24px;
								}

								.fp-hover-center span {
									display: block;
									text-transform: uppercase;
								}

								.fp-hover-center span.hvr {
									display: inline-block;
									font-size: 13px;
									margin-top: 8px;
									letter-spacing: .5px;
								}

								.fp-hover-center span.hvr:hover {
									text-decoration: underline;
								}
				.featured-list a > span {
					font-size: 13px;
					display: block;
					padding: 10px 0px;
					font-weight: 400;
					text-transform: uppercase;
				}

				#featured-properties.featured-list a > span {
					text-transform: uppercase;
				}

				.featured-list a > span:hover {
					color: #552448;
				}

/* Section 4 */
#section-4 {
	background: url(https://imageproxy.agentimage.com/260x190/https://justsoldbynancy.com/wp-content/themes/justsoldbynancy-geneva/images/bg-testimonials.jpg) center center no-repeat;
	padding: 35px 0;
}

.cycloneslider-slides.cycle-slideshow.cycle-loading {
    background: url(https://imageproxy.agentimage.com/1100x500/https://justsoldbynancy.com/wp-content/uploads/2019/01/Downtown-San-Diego.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

	.testimonials-wrap {
		position: relative;
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		background: rgba(255,255,255,.9);
	}

		.testimonials-list {
			position: relative;
		}

			.testimonials-list .testimonial-item {
				padding: 35px 99px;
				text-align: center;
				outline: none;
			}

				.testimonials-list .testimonial-item a {
					text-decoration: none;
					font-style: italic;
					font-size: 13px;
					line-height: 20px;
					color: #474747;
					position: relative;
					display: block;
					outline: none;
				}

				.testimonials-list .testimonial-item a p {
					display: block;
					position: relative;
					font-size: 14px;
				}

				.testimonials-list .testimonial-item a p:before,
				.testimonials-list .testimonial-item a p:after {
					display: block;
					position: absolute;
					content: '';
					width: 23px;
					height: 18px;
					background: url(images/sprite.png) no-repeat;
				}

				.testimonials-list .testimonial-item a p:before {
					top: -8px;
					left: -33px;
					background-position: -11px -11px;
				}

				.testimonials-list .testimonial-item a p:after {
					right: -33px;
					bottom: 2px;
					background-position: -63px -11px;
				}

				.testimonials-list .testimonial-item a strong {
					display: block;
					text-align: center;
					font-weight: 700;
					font-size: 16px;
					color: #552448;
					text-transform: capitalize;
					font-style: normal;
					margin-top: 20px;
				}
				.testimonials-list .testimonial-item a strong:hover {
				    opacity: .7;
				}

#section-6 {
	background: #fff;
	padding: 35px 0 43px 0;
}

	.blog-wrapper {
		position: relative;
	}

		.blog-wrapper h3 {
			overflow:hidden;
			display: block;
			margin: 0;
			font-family: "Open Sans";
			color: #552448;
			font-size: 23px;
			line-height: 23px;
			letter-spacing: 1.2px;
			text-transform: uppercase;
			padding:  0;
			margin-bottom: 35px;
		}

			.blog-wrapper h3:after {
				content: '';
				width: 1600px;
				margin-right: -1600px;
				height: 1px;
				background: #92bc7a;
				display: inline-block;
				vertical-align: middle;
			}

			.blog-wrapper h3 span {
				display: inline-block;
				vertical-align: middle;
				padding-right: 14px;
				line-height: 18px;
			}

		.blog-wrapper .blog-list {
			position: relative;
		}

			.blog-wrapper .blog-list:after,
			.blog-wrapper .blog-list .blog-item:after {
				clear: both;
				content: '';
				display: block;
			}

			.blog-list .blog-item {
				display: block;
				float: left;
				width: 48%;
			/*	width: 105%;*/
				position: relative;
			}

			.blog-list .blog-item + .blog-item {
				float: right;
			}

			.blog-item .blog-photo {
				float: left;
				width: 45.83%;
			}
				.blog-item a {
					outline: none;
				}
				.blog-item .blog-photo img {
					width: 100%;
					height: auto;
					display: block;
				}
				.blog-item .blog-photo img:hover {
					opacity: .8;
				}

			.blog-item .blog-desc {
				/*float: right;*/
				/*width: 49.72%;*/
				width: 80%;
				font-weight: 400;
			}

				.blog-item .blog-desc strong {
					font-weight: 600;
					font-size: 14px;
					line-height: 17px;
					color: #552448;
					text-transform: uppercase;
					display: block;
				}

					.blog-item .blog-desc strong a:hover {
						color: #552448;
						opacity: .8;
						text-decoration: none;
					}

				.blog-item .blog-desc em {
					font-size: 10px;
					color: #555555;
					display: block;
				}

				.blog-item .blog-desc p {
					border-top: 1px solid #e5e5e5;
					display: block;
					margin: 10px 0 0 0;
					/*padding-top: 10px;*/
					padding-top: 0;
    padding-bottom: 4px;
					font-size: 14px;
					line-height: 20px;
                    word-break: break-all;
				}

				.blog-item .blog-desc > a {
					font-size: 11px;
					color: #552448;
					outline: none;
				}

				.blog-item .blog-desc > a:hover{
					color: #552448;
					opacity: .8;
				}

	.section-6-logo {
		margin-left: auto;
		width: 91.66%;
		text-align: center;
		border-left: 1px solid #e7e7e7;
		margin-top: 15px;
		padding: 65px 15px;
	}

		.section-6-logo img{
			margin: 0 auto;
		}

		.section-6-logo i {
		    color: #009bba;
		    font-size: 40px;
		    display: block;
		}
		.section-6-logo .section-5-name {
			text-align: center;
			text-transform: uppercase;
			color: #552448;
			font: 400 39.65px "Open Sans";
			/*letter-spacing: 1px;*/
			margin-top: 10px;
		}


#footerwrapper {
	background: #532248;
	padding: 16px 0;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-weight: 400;
}
#footerwrapper a:hover {
	opacity: .8;
}

	#footerwrapper .footernav {
		margin: 0;
		padding: 2px 0 0 0;
		list-style: none;
		font-size: 0;
	}

		.footernav li {
			display: inline-block;
			vertical-align: middle;
			border-left: 1px solid #fff;
			padding: 0 8px;
		}

			.footernav li:first-child {
				border-left: none;
				padding-left: 0;
			}

		.footernav li a {
			display: block;
			font-size: 12px;
			text-transform: uppercase;
			outline: none;
			color: #fff;
		}

	#footerwrapper .copyright {
		margin-top: 5px;
	}
		#footerwrapper .copyright a {
			outline: none;
			color: #fff;
		}

	#footerwrapper .footer-logo {
		text-align: right;
		font-size: 25px;
		padding: 6px 0;
	}

	#content .property-description .property-add-type strong a,
	#content .property-description .property-add-type strong,
	#content .listing-details-wrap .property-details .details-list .det-specs span strong{
		color: #552448
	}
/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

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

/** Adjust width of content columns **/
#content-sidebar #content{ width: 70%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 25%; }

/* 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-family: "Open Sans";
    color: #552448;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
	font-family: "Open Sans";
    color: #552448;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
	font-family: "Open Sans";
    color: #552448;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    margin-top: 0;
}

/* Sidebar */
.agent-details-sidebar {
	position: relative;
	margin-top: 20px;
}

	.agent-details-sidebar img {
		display: block;
		width: 100%;
		max-width: 260px;
		height: auto;
		margin: 0 auto;
	}

	.sidebar .cta-list a {
	    display: block;
	    max-width: 359px;
	    width: 100%;
	    float: none;
	    margin: 10px auto;
	}

	.sidebar .cta-list a .hover-details {
	    display: none!important;
	}

	.sidebar .cta-list a .cta-title, .cta-list a .hover-details {
		top: 0!important;
		opacity: 1!important;
	}

	.sidebar .quicksearch-wrap {
		margin-top: 10px;
		min-height: auto;
	}

	.sidebar .quicksearch-wrap h3 {
		padding: 0;
		    margin: 0;
	}



/* Plugin Overwrite */

/* Initial Setup */
.ai-default-cf7wrap input[type="submit"] {
	outline: none;
    background: #552448!important;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
}

.ai-default-cf7wrap input[type="submit"]:hover {
	background: #313131!important;
	color: #fff;
}


/* All Widgets */
.amh-header-buttons,
.amh-header-buttons.amh-1a .amh-center .amh-phone-text, .amh-header-buttons.amh-1a .amh-center .amh-phone-text a {
	color: #552448;
}

.amh-navigation .amh-menu li:hover > a, .amh-navigation .amh-menu li.open > a {
    background: #552448;
}

.amh-navigation .amh-menu li ul {
    background: #552448;
}

.amh-navigation .amh-menu li ul a {
    color: #fff;
}


/* AIOS Listings */
ul.list li .prop-det .prop-title {
	font-family: "Open Sans";
    font-weight: 400;
    color: #552448;
}

/* WP Customer Reviews */

div.wpcr3_review div.wpcr3_review_title {
	font-size: 24px;
	font-weight: 600;
}

/* Communities Archive */

.archive.category-communities .post-77.post {
	border-bottom: 0;
}

/* span.wpcf7-not-valid-tip {
	z-index: 1 !important;
} */

.popup-wrap-request .request-more-info h2,
.popup-wrap-mortage .mortage-calculator h1, .popup-wrap-mortage .mortage-calculator h2,
.popup-wrap-schedule .schedule-showing h2 {
	line-height: 30px;
}

#content .page-title{
	font-family: "Open Sans";
    color: #552448;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}



.scroll-wrap span.wpcf7-not-valid-tip {
	color: red!important;
}


.popup-wrap-schedule .schedule-showing .wpcf7-response-output, .popup-wrap-request .request-more-info .wpcf7-response-output {
	clear: both;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle{
    /*select width, display and position are set here and set to !important
    no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 11px;
    color: #6b6b6b;
    padding: 5px 5px;
    border-radius: 0;
    box-sizing: border-box;
    text-transform: capitalize;
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle{
	display: block;
    width: 100%;
    outline: none;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 11px;
    color: #6b6b6b;
    padding: 5px 5px;
    border-radius: 0;
    box-sizing: border-box;
    text-transform: capitalize;

}

.category-testimonials #content .archive-subtitle {
    text-transform: none;
}

header .menu-primary-menu-container li.not-clickable {
    cursor: pointer;
}

header .menu-primary-menu-container li.not-clickable > a {
    pointer-events: none;
}

.error-page-content-wrapper .error-forms input[type=submit] {
    background: #444 !important;
}

.error-page-content-wrapper .error-forms input[type=submit]:hover {
    background: #532248 !important;
}

#footerwrapper .menu-primary-menu-container {
    margin-bottom: 5px;
}

#ihf-search-location-tabs,
div.chosen-drop ul.chosen-results {
    margin-left: 0 !important;
    padding: 0;
}

.chosen-container.chosen-with-drop .chosen-drop {
    z-index: 1;
}

#ihf-main-container .ihf-label-overlay-money {
    z-index: 0;
}

#ihf-detail-extrainfotabs {
    margin-left: 0 !important;
}

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

#areaPickerExpandAllCloseButton {
    margin-right: 0 !important;
    width: auto !important;
    position: relative;
    right: 14px;
}

.chosen-drop ul {
    margin: 0 !important;
}

#ihf-main-container .btn-primary.areaPickerExpandAllTopBar:hover {
    background-position: 0 0 !important;
    background: #285c8a;
}

html.firefox-true input:required:invalid,
html.msedge-true input:required:invalid {
    outline: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu {
    max-height: 250px !important;
}

.ip-container .pop-gallery-wrap .slick-prev,
.ip-container .pop-gallery-wrap .slick-next {
    height: 70px;
}

.ip-container .pop-gallery-wrap .slick-prev:after,
.ip-container .pop-gallery-wrap .slick-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

#content .listing-details-wrap .photo-slideshow .slick-prev,
#content .listing-details-wrap .photo-slideshow .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    height: 102px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

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

.text-justify {
    text-align: justify;
}

.fp-box canvas {
    width: 100%;
    height: auto;
    background-size: cover;
}

.name-Firefox #ihf-main-container .checkbox label,
.name-Firefox #ihf-main-container .radio label {
	display: inherit;
}

.dropdown-backdrop {
	pointer-events: none;
}

span.ihf-grid-result-address {
    display: block;
}

img.alignnone.size-full.wp-image-1121 {
    width: 75%;
}

.blog-item .blog-desc img {
    width: 100%;
}

.blog-item .blog-desc hr {
    display: none;
}

.home #hero .cycloneslider {
	max-width: 100% !important;
	max-height: 100%;
}

.home .cycloneslider-template-responsive .cycloneslider-slide canvas {
	width: 100%;
}

.aios-custom-ihomefinder-details-template .header-ip{
display:none;
}

.grecaptcha-badge {
    z-index: 999;
}
/* .page-id-0 div#inner-page-wrapper .container {
    width: 100%;
} */
