	/*
Theme Name: debbiewilhelm.com
Theme URI: http://aios3-staging.agentimage.com/d/debbiewilhelm.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.2
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: "Open Sans", Sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;
}

/*** Header ***/

#header-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 5;
}

	.header {
		padding: 26px 0 26px;
		width: 100%;
		height: auto;
		position: relative;
	}
	
	/* Header Logo */
	.header-logo {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

		.header-logo a {
		    text-decoration: none;
		    outline: none;
		    width: 100%;
		    height: 100%;
		    display: block;
		}

		.header-logo img {
			width: 100%;
			height: 100%;
			max-width: 350px;
			display: block;
			/*margin: 0 auto;*/
		}

	.header-global-luxury {
		text-align: right;
		margin: 5px 0;
	}
		.header-global-luxury img {
			max-width: 130px;
		}

	/* Header Contact */
	.header-contact {
	    position: relative;
	    text-align: right;
	    width: 100%;
	    /*padding: 20px 0 0;*/
	}

		.header-contact > div {
		    display: inline-block;
		    position: relative;
		    vertical-align: middle;
		    line-height: 24px;
		}

			.contact-no:before {
			    content: "";
			    width: 13px;
			    height: 13px;
			    background: url(images/contact-icons.png) no-repeat;
			    background-position: 0 0;
			    display: inline-block;
			    margin: 0 10px;
			    vertical-align: middle;
			}

				.contact-no span, .calbre-no span {
				    font-size: 15px;
				    font-weight: 300;
				    color: #5a5a5a;
				    vertical-align: middle;
				}

			.contact-mail:before {
			    content: "";
			    width: 15px;
			    height: 13px;
			    background: url(images/contact-icons.png) no-repeat;
			    background-position: -15px 0;
			    display: inline-block;
			    margin: 0 10px;
			    vertical-align: middle;
			}

				.contact-mail a {
					font-weight: 300;
					font-size: 15px;
					color: #5a5a5a;
					text-decoration: none;
					outline: none;
					vertical-align: middle;
				}
			.calbre-no {
				margin-left: 10px;
			}

/*** Navigation ***/

#navigation-wrapper {
    position: relative;
    width: 100%;
    border-top: 1px solid #dfdfdf;
}

#seondary-navigation {
    position: relative;
    width: 100%;
}

	.navigation {
	    position: relative;
	    width: 100%;
	}

		#navi, #secondary-nav {
		    position: relative;
		    width: 100%;
		    margin: 0;
		    padding: 0;
		    font-size: 0;
		    text-align: center;
		}

			#navi > li {
				position: relative;
				display: inline-block;
				padding: 18px 28px;
			}


				#navi > li a {
					font-size: 16px;
					font-weight: 400;
					color: #333333;
					text-transform: uppercase;
					letter-spacing: 2px;
					line-height: 1;
					text-decoration: none;
					outline: none;
					display: block;
					width: 100%;
					height: 100%;
					-webkit-font-smoothing: antialiased;
				}

		#secondary-nav {
			padding: 16px 0;
			z-index: 1;
			font-size: 0px;
		}

			#secondary-nav > li {
				display: inline-block;
				border: 1px solid #fc3d1d;
				box-sizing: border-box;
				margin: 0 0.1%;
				position: relative;

				-webkit-transition: all .25s ease-in-out;
				-o-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
				width: 19.84%;
			}

			#secondary-nav > li:first-child {
			    margin-left: 0;
			}

			#secondary-nav > li:last-child {
			    margin-right: 0;
			}

				#secondary-nav > li a {
					font-size: 16px;
					color: #333333;
					text-transform: uppercase;
					text-decoration: none;
					outline: none;
					display: block;
					width: 100%;
					height: 100%;
					padding: 18px 10px;
					letter-spacing: 2px;
					-webkit-font-smoothing: antialiased;
				}

	/* Primary sub-menu */
	#navi .sub-menu {
		position: absolute;
		left: 50%;
		margin-left: -85px;
		display: none;
		padding-top: 20px;
		width: 170px;

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

		#navi .sub-menu li {
			background: rgba(250,81,38,.9);
			margin-bottom: 2px;
		}

			#navi .sub-menu li a {
			    color: #fff;
			    font: 300 13px "Poppins";
			    letter-spacing: 0;
			    width: 100%;
			    height: 100%;
			    display: block;
			    padding: 14px 5px;
			}

	/* Secondary sub-menu */

	#secondary-nav .sub-menu {
	    position: absolute;
	    width: 100%;
	    display: none;
	    text-align: left;
	    bottom: 59px;
	    padding-bottom: 22px;
	    min-width: 1140px;

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

		#secondary-nav .sub-menu > li {
		    display: inline-block;
		    position: relative;
		    background: rgba(216,216,216,.9);
		    width: auto;
		    text-align: center;
		}

		#secondary-nav .sub-menu > li:first-child a {
			border-left: 0;
		}

		#secondary-nav li:nth-child(2) .sub-menu {
		    right: -1px;
		}

		#secondary-nav li:nth-child(3) .sub-menu {
		    right: -1px;
		    text-align: center;
		}

		#secondary-nav li:nth-child(4) .sub-menu {
		    right: -1px;
		    text-align: right;
		}

		#secondary-nav li:last-child .sub-menu {
		    right: -1px;
		    text-align: right;
		}

		#secondary-nav .sub-menu > li:before {
		    content: "";
		    width: 1px;
		    height: 12px;
		    background: #333333;
		    display: inline-block;
		    position: absolute;
		    left: 0;
		    bottom: 0;
		    top: 0;
		    margin: auto;
		}

		#secondary-nav .sub-menu > li:first-child:before {
			display: none;
		}

			#secondary-nav .sub-menu > li a {
			    font-size: 16px;
			    font-weight: 300;
			    color: #333333;
			    text-decoration: none;
			    outline: none;
			    line-height: 1;
			    padding: 18px 26px;
			}

	#navi > li:hover .sub-menu,
	#secondary-nav > li:hover .sub-menu {
		display: block;
	}

	#secondary-nav > li:hover {
		border: 1px solid #4f4f4f;
	}

/*** Slideshow ***/

#slideshow-wrapper, #slideshow-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

/*** Testimonials ***/

#testimonials-wrapper {
    position: absolute;
    bottom: 18%;
    right: 0;
    background: rgba(255,255,255,.9);
    z-index: 2;
    width: 67.375%;
    height: auto;
}

	.testimonials-container {
	    width: 78.57%;
	    position: relative;
	    padding: 30px 0 30px 30px;
	}

		.testi-holder {
			position: relative;
			width: 100%;
			height: 100%;
			outline: none;
			text-decoration: none !important;
			outline: none !important;
		}

			.testi-holder p {
				font-size: 13px;
				font-style: italic;
				font-weight: 300;
				color: #333333;
				line-height: 24px;
			}

			.testi-holder span.testi-author {
			    font-weight: 700;
			    color: #333333;
			    font-size: 16px;
			    font-style: italic;
			}


/*** Welcome ***/

#welcome-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 70px 0 80px;
}
	
	#welcome-container {
	    width: 88.81%;
	    height: 100%;
	    margin: 0 auto;
	    position: relative;
	    font-size: 0;
	}

		.agent-wrapper {
		    width: 20%;
		    display: inline-block;
		    vertical-align: top;
		    position: relative;
		    text-align: center;
		}

			.agent-wrapper .image-holder {
			    width: 100%;
			    height: 100%;
			    position: relative;
			}

				.agent-wrapper .image-holder img {
					display: block;
					margin: 0 auto 0 0;
					width: 100%;
					height: 100%;
					max-width: 360px;
				}

			.agent-wrapper .agent-info {
			    text-align: center;
			    position: relative;
			    padding-top: 15px;
			}

				.agent-info h2 {
					display: block;
					font-size: 20px;
					color: #666666;
				}

				.agent-info .contact-no {
				    padding-top: 5px;
				}

				.agent-info .agent-calbre {
					font-size: 20px;
					color: #fc3d1d;
					margin: 10px 0;
				}

				.social-media-icons {
				    position: relative;
				    width: 100%;
				    margin: 15px 0px 38px;
				    font-size: 0;
				    text-align: center;
				}

					.social-media-icons a.smi {
						display: inline-block;
						width: 34px;
						height: 34px;
						line-height: 34px;
						font-size: 16px;
						background: #fc3d1d;
						border-radius: 50%;
						color: #fff;
						vertical-align: middle;
						margin: 0 5px 5px;
						text-decoration: none;
					}

					a.smi.ai-font-facebook {
					    background: #3b5998;
					}

					a.smi.ai-font-linkedin {
					    background: #0077B5;
					}

					a.smi.ai-font-trulia {
					    background: #5eab1f;
					}

					a.smi.ai-font-yelp {
					    background: #c41200;
					}

					a.smi.ai-font-youtube {
					    background: #c4302b;
					}

					a.smi.ai-font-zillow {
					    background: #0074e4;
					}

					a.smi.realtor-icon {
					    background: #d92228 url(images/realtor-icon.png) center center no-repeat;
					    font-size: 0;
					}

					a.smi.homes-icon {
					    background: #fc3d1d url(images/homes-icon.png) center center no-repeat;
					    font-size: 0;
					}

					

		.welcome-holder {
			width: 80%;
			display: inline-block;
			vertical-align: top;
			position: relative;
		}

			.welcome-title {
			    width: 100%;
			    position: relative;
			    text-align: left;
			    padding-left: 30px;
			}

				.welcome-title img {
					width: 100%;
					height: 100%;
					display: block;
					max-width: 327px;
					margin: 0 auto 0 0;
				}

			.welcome-note {
			    position: relative;
			    width: 100%;
			    padding-left: 30px;
			}

				.welcome-note p {
					font-size: 14px;
					font-weight: 300;
					color: #666666;
					margin-top: 26px;
					text-align: justify;
					line-height: 26px;
					max-width: 63%;
				}


			.video-holder {
			    width: 33.5%;
			    position: absolute;
			    right: 0;
			    margin-top: -195px;
			    overflow: hidden;
			}

			.video-holder > img {
			    width: 100%;
			}

			.video-holder:after {
			    content: "";
			    width: 113px;
			    height: 19px;
			    position: absolute;
			    bottom: 10px;
			    right: 12px;
			    background: url(images/video-mark.png) no-repeat;
			    z-index: 1;
			    display: none;
			    
			}

				.video-holder .play-btn {
				    position: absolute;
				    top: 0;
				    left: 0;
				    width: 100%;
				    height: 100%;
				    font-size: 0;
				}

				.video-holder .play-btn:before {
				    content: "";
				    display: inline-block;
				    vertical-align: middle;
				    width: 0;
				    height: 100%;
				}

				.video-holder .play-btn:after {
				    content: "";
				    position: absolute;
				    top: 0;
				    left: 0;
				    background: rgba(0,0,0,.55);
				    width: 100%;
				    height: 100%;
				}

				a.play-btn span {
				    width: 100%;
				    vertical-align: middle;
				    text-align: center;
				    display: inline-block;
				    font-size: 15px;
				    color: #fff;
				    text-transform: uppercase;
				    font-weight: 700;
				    position: relative;
				    z-index: 2;
				}

			.welcome-note a.read-more {
			    width: 207px;
			    height: 53px;
			    line-height: 53px;
			    text-align: center;
			    display: block;
			    border: 1px solid #cccccc;
			    outline: none;
			    text-decoration: none;
			    background: #989898 url(images/btn-bg.png) no-repeat bottom;
			    font-size: 13px;
			    color: #fff;
			    text-transform: uppercase;
			    letter-spacing: 3px;
			    margin: 47px 0 0;
			    border-radius: 5px;

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

			.welcome-note a.read-more:hover {
				background: #fc3d1d url(images/btn-bg.png) no-repeat bottom;
				border: 1px solid #fc3d1d;
			}

			.aiosp-iframe-holder .aiosp-content {
				max-width: 640px;
			}

/*** Statistics ***/

#statistics-wrapper {
    position: relative;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
    height: 260px;
    font-size: 0;
	background: transparent;
    background: url(images/wave-bg.jpg)  50% 0 no-repeat;
    background-attachment:fixed;
    background-size: cover;
}

	.statistics {
		position: relative;
		width: 100%;
		overflow: hidden;
		padding: 74px 0;
		font-size: 0;
	}

	.statistics > .stat {
	    display: inline-block;
	    position: relative;
	    margin: 0 37px;
	    vertical-align: middle;
	    opacity: 0;
	    min-height: 133px;
	}

		.statistics > .stat > span {
		    font-size: 13px;
		    color: #fff;
		    font-weight: 700;
		    line-height: 1.55;
		    text-transform: uppercase;
		    display: block;
		    text-align: center;
		}

			.statistics > .stat > span > span {
			    font-size: 60px;
			    font-weight: 700;
			    display: block;
			}

			.statistics .stat-total-sales {
				width: 17.10%;
				margin-left: 0 !important;
			}

			.statistics .stat-agent {
			    width: 9.91%;
			}

			.statistics .stat-clients-served {
			    width: 10.61%;
			}

			.statistics .stat-rank {
			    width: 23.07%;
			}

			.statistics .stat-reviews {
			    width: 13.15%;
			    margin-right: 0 !important;
			}
	
/*** Footer ***/

#footer-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 52px;
    background: #fff;
}

	.footer-logos {
		position: relative;
		width: 100%;
		height: 100%;
		font-size: 0;
		text-align: center;
	}

		.left-logo, .right-logo {
			display: inline-block;
			position: relative;
		}

			.left-logo > div, 
			.right-logo > div {
				background: url(images/footer-logos.png) no-repeat;
				height: 69px;
				vertical-align: middle;
				display: inline-block;
				margin: 0 30px;
			}

			.right-logo:before {
			    content: "";
			    width: 1px;
			    height: 45px;
			    background: #dbdbdb;
			    display: inline-block;
			    vertical-align: middle;
			    margin: 0 40px;
			}

				.left-logo .lpch {
					width: 145px;
					background-position: 0 0;
					margin-left: 0;
				}

				.left-logo .ths {
					width: 80px;
					background-position:-200px 0;
				}

				.left-logo .lifemoves {
					width: 137px;
					background-position: -345px 0;
				}

				.left-logo .hoh {
					width: 160px;
					background-position: -532px 0;
					margin-right: 0;
				}

				.right-logo .coldwell-logo {
					width: 71px;
					background-position: -781px 0;
					margin-left: 0;
					display: none;
				}

				.right-logo .ai-font-footer-logo {
					font-size: 26px;
					color: #999999;
					background: transparent;
					vertical-align: middle;
					line-height: 69px;
				}

				.right-logo .coldwell-banker-logo {
					width: 130px;
					background-position: -1044px 0;
					margin-right: 0;
				}
					.coldwell-banker-logo:before {
						content: '';
						width: 0;
						height: 100%;
						display: inline-block;
						vertical-align: middle;
					}
					.coldwell-banker-logo img {
						width: 100%;
						max-width: 130px;
					}
	
	/*** Copyright ***/

	.footer-copyright {
	    text-align: center;
	    font-size: 13px;
	    color: #666666;
	    padding-top: 50px;
	}

		.footer-copyright span {
		    color: #0d4a95;
		}

		.footer-copyright a {
			color: #666666;
		}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
 
/*******************************************************
 *
 * 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: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ 
	width: 20.83%;
	text-align: center;
}

/* 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: 700 24px "Poppins";
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fc3d1d;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
	font: 700 24px "Poppins";
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fc3d1d;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
	font: 700 24px "Poppins";
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fc3d1d;
}

#content .entry {
	font-size: 14px;
    font-weight: 300;
    color: #666666;
    margin-top: 26px;
    text-align: justify;
    line-height: 26px;
}

.sidebar-logo img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 412px;
    margin: 20px auto;
}

/* The Team Page */

.agent-holder .attachment-agent-image img {
    max-width: 100% !important;
    margin: 0 !important;
}

/* Press Page */

.press-holder {
    position: relative;
    width: 100%;
}

	.press-holder .press-articles {
	    display: block;
		width: 33%;
		vertical-align: top;
		margin: 0 auto 20px;
	}

		.press-holder .press-articles img {
			width: 100%;
			height: 100%;
			max-width: 285px;
			display: block;
			margin: 0 auto;
		}

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

	.excellence-logo > div {
	    display: inline-block;
	    margin: 0 10px;
	}

	.excellence-logo strong {
	    display: block;
	    font-weight: 700 !important;
	}

.issuuembed.issuu-isrendered {
    width: 100% !important;
    min-height: 700px;
}

p.yoast-breadcrumbs a {
    color: #fc3d1d;
}

/*** PROPERTY SEARCH ***/
ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.iframe-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
    .iframe-wrapper iframe {
        width: 100%;
        height: 400px;
    }

.page-id-74 .entry strong {
	font-weight: bold !important;
}

/*Email Updates*/
.email-updates-wrap .aidefcf-cl2 span {
    width: 33.33%;
    float: left;
}

.email-updates-wrap .aidefcf-cl2 span:nth-child(2){
	padding: 0 4px;
}

div.wpcr3_review div.wpcr3_review_customs {
	display: none !important;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

