/*
Theme Name: Dickerman Team Real Estate
Theme URI: http://aios3-staging.agentimage.com/d/dickermanteam.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: 'Lato', Helvetica, Georgia, Sans-serif;
	font-size: 15px;
	background: #FFF;
	color: #666666;
	margin: 0;
}

a, a:active, a:focus {
	outline: none;
}

a:link, a:visited{
	text-decoration: none;
	color: inherit;
}
#inner-page-wrapper {
    padding-top: 150px;
}
/*Fixed Header*/
.fixed-header#main-header {
    padding: 17.5px 0;
}
.fixed-header #main-logo img{
	width: 90%;
}
.fixed-header #nav .sub-menu{
	padding: 17px 0 0;
}


/*HEADER*/
#main-header{
	position: fixed;
	width: 100%;
	z-index: 1030;
	background: #fff;
	box-shadow: 0 2px 7px rgba(0,1,1,.09);
	padding: 40px 0 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	#main-logo{
		width: 100%;
	}
		#main-logo img{
			width: 100%;
			max-width: 200px;
			margin: 0 auto;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

	#header-right{
		text-align: right;
	}
		#header-contact{
			margin-bottom: 20px;
		}
			#header-contact > div{
				display: inline-block;
				vertical-align: middle;
				/*padding: 0 15px;*/
				line-height: 1;
			}	
			#header-contact .phone{
				border-right: 1px solid #c8c8c8;
				display: inline-block;
				vertical-align: middle;
				padding: 0 15px;
				line-height: 1;
			}
				#header-contact .phone span{
					font-size: 12px;
					color: #b40001;
					margin-right: 5px;
				}
				#header-contact .phone a{
					font-size: 14px;
					font-family: 'Questrial';
					color: #8a8c8f;
					letter-spacing: 1px;
				}
			#header-contact .email{
				display: inline-block;
				vertical-align: middle;
				padding: 0 15px;
				line-height: 1;
			}
				#header-contact .email span{
					font-size: 11px;
					color: #b40001;
					margin-right: 5px;
				}
				#header-contact .email a{
					font-size: 14px;
					font-family: 'Questrial';
					color: #8a8c8f;	
					letter-spacing: 0.5px;				
				}
			#header-contact .smi{
				font-size: 0;
				display: inline-block;
				vertical-align: middle;
				padding: 0 0 0 15px;
				line-height: 1;
			}
				#header-contact .smi a{
					font-size: 0;
					display: inline-block;
					vertical-align: middle;
					margin-left: 8px;
				}
				#header-contact .smi a:first-child{
					margin-left: 0;
				}
					#header-contact .smi-item{
						position: relative;
						text-align: center;
						width: 30px;
						height: 30px;
						border: 1px solid #c1c1c1;
					}
						#header-contact .smi-item:before{
							content: '';
							width: 0;
							height: 100%;
							display: inline-block;
							vertical-align: middle;
						}
						#header-contact .smi-item span{
							display: inline-block;
							vertical-align: middle;
							font-size: 17px;
							color: #8a8c8f;
						}

		#main-navigation{
			width: 100%;
		}

			/* Navigation */

			#nav { 
			    padding: 0;
			    margin: 0;
			    list-style: none;
			    line-height: 1;
			} 

				#nav > li {
					display:inline-block;
					position: relative;
					margin-left: 10px;
				}
				#nav > li:first-child{
					margin-left: 0;
				}

					#nav > li > a {
					    display: block;
						text-decoration: none;
						padding:0;
						color:#8a8c8f;
						text-transform: uppercase;
						line-height: 1;
						font-size: 13px;
						font-weight: 700;
					}

					#nav > li:hover > a {
						background:none;
						color:#8a8c8f;
					}
			 
			#nav .sub-menu {
			    list-style: none outside none;
			    margin: 0;
			    background: none;
			    display: none;
			    padding: 35px 0 0;
			    position: absolute;
				width:100%;
				min-width:180px;
				text-align: center;
				left: 50%;
				margin-left: -90px;
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}
				#nav .sub-menu a {
				    color: #8a8c8f;
				    display: block;
				    padding: 10px;
				    font-size: 13px;
				    background: #fff;
				}
				#nav .sub-menu a:hover {
				    background: none repeat scroll 0 0 #8a8c8f;
				    color: #fff;
				    text-decoration: none;
				}
				#nav .sub-menu .sub-menu {
				    margin-left: 50%;
				    top: 0;
				    padding: 0;
				}
				#nav li:hover > .sub-menu {
				    display: block;
				}
				#nav .sub-menu li {
				    position: relative;
				}

 /*BODY*/
 #main-slideshow{
 	position: relative;
 }
 	#scroll-down{
 		position: absolute;
 		left: 0;
 		bottom: 15px;
 		width: 100%;
 		text-align: center;
 		z-index: 100;
 	}

#main-qs{
	padding: 25px 0 30px;
	text-align: center;
	background: #eeeeee;
}
	#main-qs h2{
		font-size: 30px;
		color: #6c6c6c;
		line-height: 1;
		margin-bottom: 25px;
	}
	.qs-buttons{
		font-size: 0;
		width: 100%;
	}
		.qs-buttons select{
			width: 100%;
			height: 51px;
			border: 1px solid #c8c7c1;
			border-radius: 0;
			outline: 0;
			background: #fff url('images/select-arrow.png') no-repeat right 10px center;
			font-size: 12px;
			color: #666666;
			text-transform: uppercase;
			padding: 0 10px;
			appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			-ms-appearance: none;
			-o-appearance: none;
		}
		.qs-buttons select::-ms-expand{
			display: none;
		}
		.qs-buttons input[type="submit"]{
			width: 100%;
			height: 51px;
			border: none;
			border-radius: 0;
			background: #b40001;
			color: #fff;
			text-transform: uppercase;
			font-size: 12px;
			letter-spacing: 1px;
		}
		.qs-buttons form div{
			display: inline-block;
			vertical-align: middle;
			width: 9.562%;
			padding-right: 2px;
		}
		.qs-buttons .p-type{
			width: 26.667%;
			padding-right: 2px;
		}
		.qs-buttons .city {
		    width: 14.211%;
		    padding-right: 2px;
		}
		.qs-buttons .qs-submit {
		    width: 10.439%;
		    padding-left: 1px;
		    padding-right: 0;
		}
		.qs-buttons .qs-advanced{
			width: 10.439%;
		    padding-right: 0;
		    text-align: center;
		}
			.qs-advanced a{
				position: relative;
				display: block;
				width: 100%;
				height: 51px;
				border: none;
				border-radius: 0;
				background: #8a8c8f;
			}
				.qs-advanced a:before{
					content: '';
					display: inline-block;
					vertical-align: middle;
					width: 0;
					height: 100%;
				}
				.qs-advanced a span{
					display: inline-block;
					vertical-align: middle;
					color: #fff;
					text-transform: uppercase;
					font-size: 12px;
					letter-spacing: 1px;
				}

#main-cta{
	padding: 65px 0 20px;
	text-align: center;
}
	.cta-wrapper{
		font-size: 0;
	}
		.cta-wrapper a{
			display: inline-block;
			vertical-align: middle;
			width: 33.33%;
			border: 1px solid #d8d8d8;
			height: 103px;
			margin: 0 -1px;
		}
			.cta-item{
				text-align: center;
				position: relative;
				height: 100%;
				width: 100%;
			}
				.cta-item:before{
					content: '';
					display: inline-block;
					vertical-align: middle;
					width: 0;
					height: 100%;
				}
				.cta-inner{
					display: inline-block;
					vertical-align: middle;
				}
					.cta-inner .cta-icon{
						display: inline-block;
						vertical-align: middle;
						margin-right: 30px;
						width: 41px;
						height: 41px;
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-o-transition: all 0.3s ease-in-out;
						-ms-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}
					.cta1-img{
						background: url('images/cta1.png') no-repeat center center;
					}
					.cta-wrapper a:hover .cta1-img{
						background: url('images/cta1-h.png') no-repeat center center;
					}
					.cta2-img{
						background: url('images/cta2.png') no-repeat center center;
					}
					.cta-wrapper a:hover .cta2-img{
						background: url('images/cta2-h.png') no-repeat center center;
					}
					.cta3-img{
						background: url('images/cta3.png') no-repeat center center;
					}
					.cta-wrapper a:hover .cta3-img{
						background: url('images/cta3-h.png') no-repeat center center;
					}
					.cta-inner .cta-label{
						font-size: 20px;
						color: #8a8c8f;
						display: inline-block;
						vertical-align: middle;
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-o-transition: all 0.3s ease-in-out;
						-ms-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}
					.cta-wrapper a:hover .cta-inner .cta-label{
						color: #b40001;
					}

#main-fp{
	padding: 25px 0 35px;
}
	#main-fp h2{
		font-size: 36px;
		color: #8a8c8f;
		line-height: 1;
		margin-bottom: 55px;
		text-align: center;
	}
	.fp-wrapper{
		font-size: 0;
	}
		.fp-item {
		    display: inline-block;
		    vertical-align: middle;
		    width: 25%;
		    /*max-width: 400px;*/
		    
		}
			.fp-inner {
			    overflow: hidden;
			    position: relative;
			}
				.fp-img {
				    transform: scale3d(1.01,1.01,1);
				    -webkit-transform: scale3d(1.01,1.01,1);
				    -moz-transform: scale3d(1.01,1.01,1);
				    -ms-transform: scale3d(1.01,1.01,1);
				    -o-transform: scale3d(1.01,1.01,1);
				    -webkit-transition: all 0.2s ease-in-out;
					-moz-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
				}
				.fp-item:hover .fp-img{
					transform: scale3d(1.1,1.1,1);
				    -webkit-transform: scale3d(1.1,1.1,1);
				    -moz-transform: scale3d(1.1,1.1,1);
				    -ms-transform: scale3d(1.1,1.1,1);
				    -o-transform: scale3d(1.1,1.1,1);
				}

					.fp-img img {
					    width: 100%;
					}

				.fp-desc {
				    position: absolute;
				    left: 0;
				    top: 0;
				    width: 100%;
				    height: 100%;
			        background: rgba(50,50,50,0);
			        -webkit-transition: all 0.3s ease-in-out;
					-moz-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}
				.fp-item:hover .fp-desc {
					background: rgba(50,50,50,0.75);
				}
					.fp-desc:before{
						content: '';
						width: 0;
						height: 100%;
						display: inline-block;
						vertical-align: middle;
					}
					.fp-desc-inner{
						display: inline-block;
						vertical-align: middle;
						padding: 0 35px;
						text-transform: capitalize;
					}

						.fp-desc-inner em{
							font-style: normal;
						}

						.fp-desc span{
							-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
							-moz-transition: opacity 0.35s, -moz-transform 0.35s;
							-ms-transition: opacity 0.35s, -ms-transform 0.35s;
							-o-transition: opacity 0.35s, -o-transform 0.35s;
							transition: opacity 0.35s, transform 0.35s;
							-webkit-transform: translate3d(-360px,0,0);
							-moz-transform: translate3d(-360px,0,0);
							-ms-transform: translate3d(-360px,0,0);
							-o-transform: translate3d(-360px,0,0);
							transform: translate3d(-360px,0,0);
						}
						.fp-item:hover .fp-desc span{
							opacity: 1;
						    -webkit-transform: translate3d(0,0,0);
						    -moz-transform: translate3d(0,0,0);
						    -ms-transform: translate3d(0,0,0);
						    -o-transform: translate3d(0,0,0);
						    transform: translate3d(0,0,0);
						}
						.fp-desc .price {
						    font-size: 24px;
						    color: #ffffff;
						    font-weight: 700;
						    line-height: 1;
						    margin-bottom: 10px;
						    display: block;
							-webkit-transition-delay: 0.05s;
							-moz-transition-delay: 0.05s;
							-ms-transition-delay: 0.05s;
							-o-transition-delay: 0.05s;
							transition-delay: 0.05s;
						}

						.fp-desc .address {
						    font-size: 14px;
						    color: #ffffff;
						    display: block;
						    margin-bottom: 15px;
						    line-height: 1.5;
						    -webkit-transition-delay: 0.1s;
						    -moz-transition-delay: 0.1s;
						    -ms-transition-delay: 0.1s;
						    -o-transition-delay: 0.1s;
							transition-delay: 0.1s;
						}

						.fp-desc .beds-baths {
						    font-size: 10px;
						    text-transform: uppercase;
						    color: #fff;
						    display: block;
						    line-height: 1;
						    margin-bottom: 10px;
						    -webkit-transition-delay: 0.15s;
						    -moz-transition-delay: 0.15s;
						    -ms-transition-delay: 0.15s;
						    -o-transition-delay: 0.15s;
							transition-delay: 0.15s;
						}

						.fp-desc .view-more {
						    width: 155px;
						    height: 50px;
						    font-size: 12px;
						    color: #b40001;
						    text-transform: uppercase;
						    background: #fff;
						    display: block;
						    text-align: center;
						    font-weight: 700;
						    letter-spacing: 1px;
						    padding: 15px 0;
						    -webkit-transition-delay: 0.2s;
						    -moz-transition-delay: 0.2s;
						    -ms-transition-delay: 0.2s;
						    -ms-transition-delay: 0.2s;
						    -o-transition-delay: 0.2s;
							transition-delay: 0.2s;
						}

#main-team{
	padding: 35px 0 50px;
	text-align: center;
}
	#main-team h2{
		font-size: 36px;
		color: #8a8c8f;
		line-height: 1;
		margin-bottom: 65px;
		text-align: center;
	}
	.team-wrapper {
	    font-size: 0;
	    width: 100%;
	}

		.team-row {
		    width: 100%;
		    display: block;
		}

			.team-item {
			    display: inline-block;
			    vertical-align: top;
			    margin-bottom: 50px;
			    width: 20%;
			}

			.team-item:first-child {
			    margin-left: 0;
			}

				.team-img {
				    width: 89.913%;
				    max-width: 205px;
				    text-align: center;
				    margin: 0 auto;
				}

					.team-img img {
					    width: 100%;
					}

				.team-desc {
				    margin-top: 20px;
				}

					.team-desc .name {
					    font-size: 20px;
					    line-height: 1;
					    display: block;
					    color: #8a8c8f;
					    text-transform: uppercase;
					    text-decoration: none;
					}
					.team-item:hover .team-desc .name{
						text-decoration: underline;
					}

					.team-desc .position {
					    font-size: 10px;
					    color: #8a8c8f;
					    line-height: 1;
					    text-transform: uppercase;
					    margin-top: 10px;
					    display: block;
					}
					/*Read More button*/
					.agent-holder .agent-contacts a{
						color: #909090;
    					text-decoration: underline;
					}

					.agent-holder .agent-contacts a:hover{
						color: #5a5a5a;
    					text-decoration: underline;
					}

#main-welcome{
	padding: 65px 0;
	text-align: center;
	background: #eeeeee;
}
	#main-welcome h1{
		font-size: 36px;
		color: #8a8c8f;
		line-height: 1;
		letter-spacing: -0.5px;
	}
		#main-welcome span.small{
			display: block;
			font-size: 13px;
			color: #666666;
			margin-bottom: 2px;
		}
		#main-welcome span.colored{
			color: #b40001;
		}
	.welcome-text{
		margin-top: 50px;
	    padding: 0 4%;
	}
		.welcome-text p{
			margin-bottom: 25px;
			font-size: 15px;
			color: #666666;
			line-height: 1.8;
			font-weight: 300;
		}

#main-testimonials{
	text-align: center;
	padding: 75px 0 80px;
}
	.testi-title{
		margin-bottom: 50px;
	}
		.testi-title img{
			max-width: 104px;
			margin: 0 auto 20px;
		}
		.testi-title h2{
			font-size: 36px;
			color: #8a8c8f;
			line-height: 1;
			letter-spacing: -1px;
		}

		.testi-slider{
		    width: 90%;
		    margin: 0 auto !important;
		}

			.testi-item p {
			    font-size: 20px;
			    font-weight: 300;
			    font-style: italic;
			    color: #888888;
			    line-height: 1.6;
		        letter-spacing: -0.9px;
			}
			.testi-author{
				margin-top: 30px;
			}
				.testi-author .author-name{
					display: block;
					font-size: 20px;
					color: #b40001;
					font-weight: 700;
					line-height: 1;
				}
				.testi-author .author-position{
					display: block;
					font-size: 10px;
					color: #8a8c8f;
					text-transform: uppercase;
					margin-top: 2px;
				}
		.testi-slider .slick-prev:before {
			width: 15px;
			height: 32px;
			background: url('images/arrow-left.png') 0 0 no-repeat;
			font-family: none;
			font-size: 32px;
			opacity: 1;
			color: transparent;
		}
		.testi-slider .slick-prev:hover:before{
			background: url('images/arrow-left-h.png') 0 0 no-repeat;
		}

		.testi-slider .slick-next:before {
			width: 15px;
			height: 32px;
			background: url('images/arrow-right.png') 0 0 no-repeat;
			font-family: none;
			font-size: 32px;
			opacity: 1;
			color: transparent;
		}
		.testi-slider .slick-next:hover:before{
			background: url('images/arrow-right-h.png') 0 0 no-repeat;
		}

		.testi-slider .slick-prev, .testi-slider .slick-next {
			width: 15px;
			height: 32px;
		}

		.testi-slider .slick-prev {
			left: -5.5%;
			z-index: 1;
			top: 40%;
		}

		.testi-slider .slick-next {
			right: -5.5%;
			z-index: 1;
			top: 40%;
		}

#main-contact{
	background: url('images/git-bg.jpg') no-repeat center center / cover;
	position: relative;
	padding: 65px 0 40px;
	text-align: center;
	min-height: 328px;
}
	#main-contact:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(107,107,107,0.8);
	}
	#main-contact h2{
		font-size: 36px;
		color: #ffffff;
		line-height: 1;
	}
	.contact-wrapper{
		font-size: 0;
		margin-top: 35px;
	}


	.contact-wrapper div.wpcf7 .ajax-loader{
		margin: 18px 0 0 4px;
	}

		.contact-wrapper form div {
		    display: inline-block;
		    vertical-align: middle;
		}
		.fc-name {
			width: 26.755%;
			padding-right: 7px;
		}
		.fc-email {
		    width: 26.755%;
		    padding-right: 7px;
		}

		.fc-message-send {
		    position: relative;
		    width: 46.492%;
		}
			.fc-message {
			    width: 100%;
			}
			.fc-send {
			    position: absolute;
			    right: 20px;
			    top: 12px;
			}
				.contact-wrapper input {
				    width: 100%;
				    height: 46px;
				    background: transparent;
				    border: 1px solid #ffffff;
				    color: #fff;
				    padding: 0 15px;
				    font-size: 10px;
				    text-transform: uppercase;
				    border-radius: 0;
				    outline: 0;
				}

				.contact-wrapper textarea {
				    width: 100%;
				    height: 46px;
				    max-height: 46px;
				    background: transparent;
				    border: 1px solid #ffffff;
				    color: #fff;
				    padding: 14px 30px 14px 15px;
				    font-size: 10px;
				    text-transform: uppercase;
				    border-radius: 0;
				    outline: 0;
				}

				.contact-wrapper input[type="submit"] {
				    width: 22px;
				    height: 22px;
				    background: url('images/plane.png') no-repeat center center;
				    font-size: 0;
				    padding: 0;
				    border: none;
				}

				.contact-wrapper div.wpcf7 .ajax-loader {
				    display: block;
				}

				.contact-wrapper .wpcf7-response-output {
				    font-size: 15px;
				    width: 100%;
				    margin: 25px 0;
				    color: #fff;
				}

				.contact-wrapper span.wpcf7-not-valid-tip {
				    font-size: 11px;
				}

/*FOOTER*/
#main-footer{
	background: #494949;
	padding: 55px 0;
	text-align: center;
}
	#footer-contact{
		margin-bottom: 20px;
	}
		#footer-contact > div{
			display: inline-block;
			vertical-align: middle;
			padding: 0 15px;
			line-height: 1;
		}
		#footer-contact .phone{
			border-right: 1px solid #c8c8c8;
			display: inline-block;
			vertical-align: middle;
			padding: 0 15px;
			line-height: 1;
		}
			#footer-contact .phone span{
				font-size: 12px;
				color: #b40001;
				margin-right: 5px;
			}
			#footer-contact .phone a{
				font-size: 14px;
				font-family: 'Questrial';
				color: #8a8c8f;
				letter-spacing: 1px;
			}
		#footer-contact .email{
			display: inline-block;
			vertical-align: middle;
			padding: 0 15px;
			line-height: 1;
		}
			#footer-contact .email span{
				font-size: 11px;
				color: #b40001;
				margin-right: 5px;
			}
			#footer-contact .email a{
				font-size: 14px;
				font-family: 'Questrial';
				color: #8a8c8f;	
				letter-spacing: 0.5px;				
			}
		#footer-contact .smi{
			padding: 0;
			font-size: 0;
			display: inline-block;
			vertical-align: middle;
			line-height: 1;
		}
			#footer-contact .smi a{
				font-size: 0;
				display: inline-block;
				vertical-align: middle;
				margin-left: 8px;
			}
			#footer-contact .smi a:first-child{
				margin-left: 0;
			}
				#footer-contact .smi-item{
					position: relative;
					text-align: center;
					width: 30px;
					height: 30px;
					border: 1px solid #616161;
				}
					#footer-contact .smi-item:before{
						content: '';
						width: 0;
						height: 100%;
						display: inline-block;
						vertical-align: middle;
					}
					#footer-contact .smi-item span{
						display: inline-block;
						vertical-align: middle;
						font-size: 17px;
						color: #8a8c8f;
					}
	#footer-logos {
	    margin-bottom: 35px;
	}

		#footer-logos img {
		    margin: 0 25px;
		}
	#footer-copyright {
	    font-size: 11px;
	    color: #85878a;
	    line-height: 1.4;
	}

/*SIDEBAR*/
.side-qs{
	margin: 0 auto 20px;
	text-align: center;
}
	.side-qs .qs-buttons .p-type, .side-qs .qs-buttons .city{
		width: 100%;
		padding: 0;
	}
	.side-qs .qs-buttons form div{
		width: 50%;
		padding: 0;
		margin: 0 0 2px;
	}
	.side-qs .qs-buttons .beds, .side-qs .qs-buttons .min-price{
		padding-right: 1px;
	}
	.side-qs .qs-buttons .baths, .side-qs .qs-buttons .max-price{
		padding-left: 1px;
	}
	.side-qs .qs-buttons .qs-submit{
		width: 100%;
		padding: 0;
	}
	.side-qs .qs-buttons .qs-advanced{
		width: 100%;
		padding: 0;
	}
	.side-qs .qs-buttons select{
		height: 40px;
	}
	.side-qs .qs-buttons input[type="submit"]{
		height: 40px;
	}
	.side-qs .qs-advanced a{
		height: 40px;
	}

.side-cta{
	margin: 0 auto 20px;
}
	.side-cta .cta-wrapper a {
	    width: 100%;
	    margin: 2px 0;
	}
	.side-cta .cta-inner .cta-icon{
		margin-right: 5px;
	}
	.side-cta .cta-inner .cta-label{
		font-size: 15px;
	}
	.side-cta .cta-item {
	    text-align: left;
	    padding: 0 10px;
	    max-width: 260px;
	}

/*ABOUT PAGE*/
.number-wrapper span {
    display: inline-block;
    vertical-align: middle;
}

span.number-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #b40001;
    border-radius: 50%;
    color: #fff;
    /*padding: 12px 0;*/
    padding: 16px 0;
    margin-right: 10px;
    font-size:11px;
}
/*******************************************************
 *
 * 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%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title { 
	font-size: 32px;
}

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

}

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

}

/*Preferre Vendors*/
.pv-wrap {
    text-align: center;
}

.pv-row {
    margin-bottom: 30px;
}

.pv-red {
    background: #ae3f3f;
    color: #fff;
    min-height: 60px;
    margin: 0 -15px;
}

.pv-red-exclude{
	margin: 0;
}

.pv-gray {
    background: #666666;
    color: #fff;
    min-height: 60px;
    margin: 0 -15px;
}

.pv-wrap h3 {
    margin: 0;
    padding: 16px 0;
    font-size: 14px !important;
}

.text-red{
	color: #ae3f3f;
	font-weight: 700;
}


/*Buyer assistance programs*/
.bsp-wrap span.wpcf7-list-item-label {
    font-size: initial;
    font-weight: 400;
}

.bsp-wrap .aidefcf-radio span.aicf-radio-title {
    margin-bottom: 0;
}

.bsp-wrap .aidefcf-radio {
    padding: 10px 0;
}

/*Market Updates*/
.contact-wrapper.mu-wrap input {
    border: 1px solid #494949;
    color: #494949;
}

.contact-wrapper.mu-wrap textarea {
    border: 1px solid #494949;
    color: #494949;
    padding: 13px 30px 13px 15px;
}

.contact-wrapper.mu-wrap input[type="submit"] {
    border: none;
    background: url(images/plane-inner.png) no-repeat center center;
}
.contact-wrapper.mu-wrap h2{
	font-size: 30px !important;
    color: #494949;
    line-height: 1;
    text-align: center;
}

/*Center Headings*/
.category-testimonials .archive-title,
.page-id-97 .entry-title,
.page-id-99 .entry-title,
.page-id-101 .entry-title,
.page-id-140 .entry-title,
.page-id-142 .entry-title,
.page-id-144 .entry-title,
.page-id-8138 .entry-title{
	text-align: center;
}


/*Josh CSS*/

#ihf-main-container ul#ihf-detail-extrainfotabs {
    margin-left: 0;
}

.market-img-wrapper {
    overflow: hidden !important;
}
	.market-img-wrapper img{
		width: 100%;
	}


.qs-submit a.search-button {
    display: block;
    width: 100%;
    height: 51px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    background: rgb(180, 0, 1);
    line-height: 51px;
}


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

