/*
Theme Name: Haggerty Real Estate
Theme URI: http://aios3-staging.agentimage.com/c/carolynhaggerty_pending.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.9
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: 'Montserrat', sans-serif;
	font-size: 13px;
	background: #FFF;
	color: 818181;
	margin: 0;
}

h2{
	font-family: 'Marcellus', serif;
	font-size: 35px;
	text-transform: uppercase;
	color: #5c6269;
}

/* WRAPPERS*/
.wrapper {
	position: relative;
	z-index: 1;
}

/* HEADER */
.header-wrapper{
	padding: 17px 0px;
	box-shadow: 0px 0px 11px #000;
    z-index: 1030;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
}
	.header-wrapper .left-logo-wrapper {
	    padding-right: 58px;
	    text-align: center;
	    padding-top: 6px;
	}
	.header-wrapper .left-logo-wrapper .logo{
		max-width: 100%;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}

	.header-wrapper span.header-contact-num {
	    font-size: 16px;
	    font-family: 'Marcellus', serif;
	    color: #746149;
	    display: block;
	    margin-top: 3px;
	    letter-spacing: 3px;
	    transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}
	.header-wrapper .Reft-logo-wrapper .logo2{
		max-width: 100%;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}
	/*SOCIAL ICON HEADER*/
	.social-wrapper {
	    text-align: right;
	    padding-right: 74px;
	}
	.social-icon {
	    padding: 5px;
	    width: 100%;
	}
	.social-icon a {
	    position: relative;
	    display: inline-block;
	    outline: none;
	    text-decoration: none;
	    width: 35px;
	    height: 35px;
	    text-align: center;
	    border: none;
	    background: #762023;
	    border: 1px solid #762023;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
		.social-icon a::before {
			content: '';
			width: 0;
			height: 100%;
			display: inline-block;
			vertical-align: middle;
		}
		.social-icon a span {
			display: inline-block;
			vertical-align: middle;
			font-size: 18px;
			color: #fff;
			 -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		    -o-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
	.social-icon a:hover {
	    background: transparent;
	}	
		.social-icon a:hover span {
			color: #762023;
		}

	.social-icon img {
	    width: 35px;
	}

	/* NAVIGATION */
	.header-wrapper .navigation-wrapper {
	    margin: 0 -6% 0 -6%;
	    padding-top: 6%;
	    font-size: 0;
	    transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}

	.header-wrapper .navigation-wrapper #nav > li {
	    display: inline-block;
	    padding: 0px 10px;
	}
	.header-wrapper .navigation-wrapper #nav li a{
		text-decoration: none;
	    text-transform: uppercase;
	    font-size: 13px;
	    font-family: 'Montserrat', sans-serif;
	    color: #4c4c4c;
	    font-weight: 300;
	}
		.menu-nav-container {
		    display: inline-block;
		    width: 92%;
		    vertical-align: middle;
		}
		.navigation-wrapper #nav > li:first-child > a{
			padding-left: 0;
		}
		.navigation-wrapper #nav > li:last-child > a{
			padding-right: 0;
		}

	/* HOVER */
	.header-wrapper .navigation-wrapper #nav > li:hover > a{
		color: #762023;
		padding-bottom: 11px;
    	border-bottom: 3px solid #762023;
	}
	.header-wrapper .navigation-wrapper #nav .sub-menu{
		padding-top: 13px;
		background: transparent;
		min-width: 136px;
		text-align: center;
	}
	.header-wrapper .navigation-wrapper #nav .sub-menu li{
		background: #762023;
	}
	.header-wrapper .navigation-wrapper #nav .sub-menu li a{
		text-transform: uppercase;
		color: #fff;
	}
	.Right-logo-wrapper {
		text-align: right;
	}
		.social-icon {
		    padding: 5px;
		    width: 100%;
		    display: inline-block;
		    width: 8%;
		    vertical-align: middle;
		}
		

/* HOMEPAGE SLIDESHOW */
.slideshow-wrapper .cycloneslider{
	margin-bottom: 0;
}
.slideshow-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* BLANK WRAPPER1*/
.blank-wrapper1{
	width: 100%;
	display: block;
}

/* QUICK SEARCH*/
.qs-wrapper {
    padding: 80px 0px 150px;
    background: #fff;
}
	.qs-wrapper .qs-icon-wrapper{
		text-align: center;
	}
	.qs-wrapper .qs-icon-wrapper span.qs-icon {
	    font-size: 26px;
	    color: #5c6269;
	}
	.qs-wrapper .qs-form{
		font-size: 0;
		margin-left: -2%;
	}
	.qs-wrapper .qs-form .label-hide {
	    display: none;
	}
	.qs-wrapper .qs-form .qs-field {
	    display: inline-block;
	    padding-left: 3px;
	}
	.qs-wrapper .qs-form select, .qs-wrapper .qs-form input {
	    border: 1px solid #cccccc;
	    height: 30px;
	    color: #525252;
	    font-family: 'Lato', sans-serif;
	    font-weight: 300;
	    width: 100%;
	    font-size: 13px;
	}
	.qs-wrapper .qs-form .long-form{
		max-width: 236px;
		width: 100%;
	}
	.qs-wrapper .qs-form .qscity{
		max-width: 209px;
		width: 100%;
	}
	.qs-wrapper .qs-form .short-form{
		max-width: 117px;
		width: 100%;
	}
	.qs-wrapper .qs-form input#qssubmit {
	    color: #fff;
	    text-transform: uppercase;
	    font-weight: bold;
	    background: #b19879;
	    border: none;
	    padding: 0px 48px;
	}
	.qs-wrapper .qs-form input#qssubmit:hover, .ai-contact-wrap input[type="submit"]:hover, .ai-default-cf7wrap input[type="submit"]:hover {
	    background: #762023 !important;
	}

/* CTA1 */
.cta-bg-wrapper{
    background: rgba(0,0,0,.70);
}
	.cta {
	    text-align: center;
	    height: 146px;
	    display: block;
	    font-size: 0;
	    background: url(images/cta-bg.png) 0 0 no-repeat;
	    background-size: 100%;
	    margin-top: -60px;
	    margin-bottom: 54px;
	    max-width: 263px;
	}
		.cta:before{
			content: '';
			display: inline-block;
			width: 0;
			height: 100%;
			overflow:hidden;
			vertical-align: middle;
		}
	.cta .cta-text-wrapper {
	    display:inline-block;
	    vertical-align: middle;
	}
	.cta .cta-text-wrapper span.cta-text{
		text-transform: uppercase;
	    color: #fff;
	    font-family: 'Marcellus', serif;
	}
	.cta .cta-text-wrapper span.cta-text-small{
		font-size: 15px;
	}
	.cta .cta-text-wrapper span.cta-text-big{
		font-size: 20px;
	}

	/* CTA HOVER */
	 .cta:hover{
		background: url(images/cta-bg.png) 0 -151px no-repeat;
	    background-size: 100%;
	}

/* BLANK WRAPPER 2*/
.blank-wrapper2{
	width: 100%;
	background: rgba(92, 98, 105,.70);
	display: block;
}

/* FEATURED COMMUNITIES*/
.fc-wrapper{
    text-align: center;
    padding: 90px 0px 29px;
    background: #fff;
}
	.fc-wrapper span.fc-widget-description {
	    display: block;
	    width: 73.87%;
	    margin: 8px auto 40px;
	}
	.fc-wrapper .fc {
	    width: 31.66%;
	    display: inline-block;
	    vertical-align: top;
	    position: relative;
	}
	.fc-wrapper .fc img.comm-img {
	    width: 100%;
	}
	.fc-wrapper .mid-comm {
	    margin: 0 3.5px;
	}
	.fc-wrapper .fc .fc-overlay {
	    position: absolute;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    font-size:0;
	     transition: 1s all;
	    -webkit-transition: 1s all;
	    -moz-transition: 1s all;
	}
		.fc-wrapper .fc .fc-overlay:before {
		    content: '';
		    display: inline-block;
		    width: 0;
		    height: 100%;
		    overflow: hidden;
		    vertical-align: middle;
		}
	.fc-wrapper .fc .fc-overlay .fc-text-wrapper {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
	.fc-overlay .fc-text-wrapper span.fc-text {
	    font-family: 'Marcellus', serif;
	    text-transform: uppercase;
	    font-size: 30px;
	    color: #fff;
	    line-height: 30px;
	}
	.fc-overlay .fc-text-wrapper span.fc-description {
	    font-family: 'Montserrat', sans-serif;
	    font-size: 13px;
	    color: #fff;
	    display: none !important;
	    padding: 0px 30px;
	    margin-top: 10px;
	    font-weight: 300;
	    transition: .25s all;
	    -webkit-transition: .25s all;
	    -moz-transition: .25s all;
	}
/* FC HOVER*/
.fc:hover .fc-overlay{
	background: rgba(118, 32, 35, .89);
}
	.fc:hover .fc-text-wrapper span.fc-description{
		display: block;
	}

/* WELCOME */
.welcome-wrapper{
	background: #fff;
	padding: 47px 0px;
}
	.welcome-wrapper .welcome-img{
		width: 100%;
	}
	.welcome-wrapper .welcome-text-wrapper {
	    padding-top: 6%;
	}
	.welcome-wrapper .welcome-text-wrapper  h2.welcome-widget-title {
	    padding-bottom: 10px;
	}
	.welcome-text-wrapper .p1, .welcome-text-wrapper .p2{
		padding-bottom: 20px;
	}

/* BLANK WRAPPER 3 */
.blank-wrapper3{
	width: 100%;
	background: rgba(92, 98, 105, .70);
	display: block;
}

/* FEATURED PROPERTIES */
.fp-wrapper {
    text-align: center;
    background: rgba(0,0,0,0.70);
    padding-top: 57px;
}
	.fp-wrapper h2.fp-widget-title {
	    color: #b19879;
	}
	.fp-wrapper span.fp-widget-description {
	    display: block;
	    width: 48.59%;
	    color: #fff;
	    margin: 9px auto 49px;
	}

	.fp-wrapper.wrapper::after {
	    content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    background: #fff;
	    height: 252px;
	    z-index: 1;
	}

	.fp-container{
		z-index: 10;
		position: relative;
	}


	.fp-carousel-wrap{
		overflow: hidden;
	}
	.fp-carousel {
		position: relative;
		margin: 0 -15px 0;
	}
	.fp-wrapper .property{
		text-align: center;
	    position: relative;
	    padding: 0 15px;
	}
	.property .fp-img-wrap {
	    width: 100%;
	    height: 410px;
	    background-size: cover;
	}
	.property .fp-overlay {
	    position: absolute;
	    top: 0;
	    font-size: 0;
	    height: 100%;
	    left: 0;
    	right: 0;
    	opacity: 0;
    	background: rgba(118, 32, 35, .89);
	}
		.property .fp-overlay:before{
			content: '';
			display: inline-block;
			width: 0;
			height: 100%;
			overflow:hidden;
			vertical-align: middle;
		}
	.property .fp-overlay .fp-details{
		display:inline-block;
		width: 100%;
		vertical-align: middle;
	}
	.fp-details span.fp-price,
	.fp-details span.fp-address{
		display: block;
		color: #fff;
		font-size: 13px;
	}
	.fp-overlay .fp-details span.fp-price {
	    font-size: 22px;
	    font-family: 'Marcellus', serif;
	}
		.fp-overlay .fp-details span.fp-price b {
			font-weight: 400;
		}
	.fp-overlay .fp-details span.fp-address{
		font-weight: 300;
	    margin-top: 20px;
	    padding: 0px 40px;
	    text-transform: uppercase;
	}
		.fp-overlay .fp-details span.fp-address em {
			text-transform: uppercase;
			font-style: normal;
		}
	.fp-overlay .fp-details span.view-more{
		display: inline-block;
	    font-size: 26px;
	    padding: 16px;
	    color: #fff;
	    border-radius: 50%;
	    margin-top: 75px;
	    background: rgba(177, 152, 121,.51);
	}

	.fp-wrapper .property a {
	    position: relative;
	    display: block;
	    box-sizing: border-box;
	    max-width: 263px;
	    width: 100%;
	    margin: 0 auto;
	}
	.fp-carousel .slick-arrow{
		position: absolute;
		top: 45%;
		margin: 0;
		padding: 0;
		z-index: 100;
		outline: 0;
		font-size: 0;
		width: 41px;
    	height: 43px;
	}
	.fp-carousel .slick-prev{
		left: 15px;
		background: url(images/fp-left-arrow.png) no-repeat center #fff;
    	border: none;
	}

	.fp-carousel .slick-next{
		right: 15px;
		background: url(images/fp-right-arrow.png) no-repeat center #fff;
    	border: none;
	}


/* FP HOVER*/
.property:hover .fp-overlay{
	opacity: 1;
}


/* CTA2 WRAPPERS */
.cta2-wrapper {
    padding: 103px 0px 32px;
    background: #fff;
}
	.wrapper1{
		background: url(images/cta2-pp-new.jpg) no-repeat center / cover;
		min-height: 223px;
		position: relative;
	}
	.wrapper2{
		background: url(images/cta2-bg3.jpg) no-repeat center / cover;
		min-height: 223px;
		position: relative;
		margin: 20px 0px;
	}
		.wrapper2 .overlay-right{
			float: right;
		}
	.wrapper3{
		background: url(images/cta2-3bg.jpg) no-repeat center / cover;
		min-height: 290px;
		position: relative;
		overflow: hidden;
	}
	.cta2-overlay{
		max-width: 457px;
		width: 100%;
		min-height: 223px;
		background: rgba(0,0,0,0.7);
		transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	}
	.cta2-overlay .cta2-text-wrapper {
	        padding: 15% 13% 11%;
	}
	.cta2-text-wrapper h2.cta2-widget-title {
	    color: #b19879;
	}
	.cta2-text-wrapper span.cta2-widget-description {
	    color: #fff;
	    font-weight: 300;
	    font-family: 'Lato', sans-serif;
	    display: block;
	}
	.cta2-text-wrapper span.learn-more {
	    display: inline-block;
	    color: #b19879;
	    font-family: 'Lato', sans-serif;
	    font-style: italic;
	    padding: 13px 63px;
	    border: 1px solid;
	    margin-top: 22px;
	    opacity: 0;
	    transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	}

/* CTA2 HOVERS */
.cta2:hover .cta2-overlay{
	background: rgba(118, 32, 35, .89);
}
	.cta2:hover .cta2-text-wrapper h2.cta2-widget-title{
		color: #fff;
	}
	.cta2:hover .cta2-text-wrapper span.learn-more{
		opacity: 1;
	}



		.cta2-overlay-new{
			max-width: 457px;
			width: 100%;
			/*min-height: 223px;*/
			min-height: 290px;
			background: rgba(0,0,0,0.7);
			transition: all .25s ease-in-out;
		    -webkit-transition: all .25s ease-in-out;
		    -moz-transition: all .25s ease-in-out;
		    position: absolute;
		    top: 0;
		    left: 0;
		    z-index: 9;
		}
		.cta2-overlay-new .cta2-text-wrapper-new {
		        padding: 8% 13% 7%;
		}
		.cta2-text-wrapper-new h2.cta2-widget-title-new {
		    color: #b19879;
		}
		.cta2-text-wrapper-new span.cta2-widget-description-new {
		    color: #fff;
		    font-weight: 300;
		    font-family: 'Lato', sans-serif;
		    display: block;
		}
		.cta2-text-wrapper-new span.learn-more-new {
		    display: inline-block;
		    color: #b19879;
		    font-family: 'Lato', sans-serif;
		    font-style: italic;
		    padding: 13px 63px;
		    border: 1px solid;
		    margin-top: 22px;
		    opacity: 0;
		    transition: all .25s ease-in-out;
		    -webkit-transition: all .25s ease-in-out;
		    -moz-transition: all .25s ease-in-out;
		}

	/* CTA2 HOVERS */
	.cta2:hover .cta2-overlay-new{
		background: rgba(118, 32, 35, .89);
	}
		.cta2:hover .cta2-text-wrapper-new h2.cta2-widget-title-new{
			color: #fff;
		}
		.cta2:hover .cta2-text-wrapper-new span.learn-more-new{
			opacity: 1;
		}













/* CONTACT INFO*/
.contact-wrapper {
    background: #fff;
    text-align: center;
    padding-top: 32px;
}
	.contact-wrapper .info-wrapper1 {
	    padding-top: 40px;
	}
	.info-wrapper1 span.mobile-number {
	    padding: 0 20px;
	    display: inline-block;
	}
	.info-wrapper1 span.mobile-number1{
		border-right: 1px solid #666b72;
		line-height: 13px;
	}
	.mobile-number .contact-icon {
	    font-size: 12px;
	    display: inline-block;
	    vertical-align: middle;
	    padding-top: 2px;
	    color: #6d7278;
	    padding-right: 4px;
	}
	.mobile-number span.info1 {
	    text-transform: uppercase;
	    font-size: 26px;
	    font-family: 'Source Sans Pro', sans-serif;
	    display: inline-block;
	    vertical-align: middle;
	    color: #762023;
	}
	.info-wrapper2 .contact-icon {
	    font-size: 10px;
	    color: #6d7278;
	    padding-right: 4px;
	}
	.info-wrapper2 span.info2, .info-wrapper2 span.info2 a {
	    font-size: 18px;
	    font-family: 'Source Sans Pro', sans-serif;
	    color: #762023;
	}
	.info-wrapper2 .bre{
		text-transform: uppercase;
	}
	.info-wrapper2 span.email-add, .info-wrapper2 span.weblink,  .info-wrapper2 .bre {
	    padding: 0 25px;
	}
	.info-wrapper2 span.weblink{
		border-left: 1px solid #b5b8bb;
		border-right: 1px solid #b5b8bb;
	}
	.contact-wrapper .footer-logos-wrapper{
		padding: 50px 0px 20px;
	}
	.contact-wrapper .footer-logo{
		max-width: 100%;
		padding: 0 39px;
	}

/* FOOTER */
.footer-wrapper {
    padding: 40px 0;
    background: #fff;
    text-align: center;
}
	.footer-navigation-wrapper #nav2 li{
		display: inline-block;
	}
	.footer-navigation-wrapper #nav2 li .sub-menu{
		display: none;
	}
	.footer-navigation-wrapper #nav2 li a {
	    text-transform: uppercase;
	    font-size: 11px;
	    color: #4c4c4c;
	    padding: 0 17px;
	}
	.copyright-wrapper a{
		color: #4c4c4c;
		text-decoration: none;
	}


/*******************************************************
 *
 * 2. IP Styles
 *
 ******************************************************

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

/** 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: 24px;
    text-transform: uppercase;
    color: #762023;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
	font-size: 24px;
    text-transform: uppercase;
    color: #762023;
}

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

}

#inner-page-wrapper {
    padding-top: 140px;
}

/*sidebar QS*/
.sidebar .qs-wrapper{
	padding: 24px 0px 97px;
}

.sidebar .qs-wrapper .qs-form{
	margin-left: 0;
	max-width: 238px;
	margin: 0 auto;
}
	.sidebar .qs-form .qs-field {
	    padding-bottom: 5px;
	}
	.sidebar .qs-wrapper .qs-form .long-form{
		max-width: 238px;
		width: 100%;
	}
	.sidebar .qs-wrapper .qs-form .qscity{
		max-width: 238px;
		width: 100%;
	}
	.sidebar .qs-wrapper .qs-form .short-form{
		width: 49.5%;
		max-width: 117px;
	}
	.sidebar .field-right {
	    float: right;
	}
	.sidebar .field-left {
	    float: left;
	}
	.sidebar .qs-wrapper .qs-form .qsbtn1{
		max-width: 238px;
		width: 100%;
	}

/* Sidebar CTA*/
.sidebar .cta{
	height: 137px;
	margin: 0 auto 69px;
}
	.sidebar .cta:hover {
	    background: url(images/cta-bg.png) 0 -138px no-repeat;
	    background-size: 100%;
	}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
.contact-left-aligned {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}

	.contact-left-aligned .ai-contact-wrap img {
		width: 100%;
		max-width: 355px;
	}

	.ai-contact-wrap span.content-title {
	    margin-top: 10px;
	}

.contact-right-aligned {
	width: 100%;
	margin-top: 1%;
	display: inline-block;
	vertical-align: top;
}

	.aidefcf-title {
		margin-bottom: 10px;
	}

	#content em {
		font-style: normal !important;
	}

	#wpcf7-f92-p93-o1 {
		margin: 0 auto;
	}

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

.ip-float-img {
	float: left;
	margin-right: 15px !important;
}

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

#ihf-main-container ul#ihf-search-location-tabs {
    margin-left: 0;
}
#ihf-main-container ul#ihf-detail-extrainfotabs {
    margin-left: 0;
}
#ihf-main-container span.mc-total-payment-subline {
    color: #666 !important;
}
.error404 .wpcf7-response-output {
	text-align: center;
}
p.yoast-breadcrumbs a {
    color: #333;
}
.cycloneslider-template-video video {
	transform: scale(1.1)translate(-50%,-50%) !important;
}

/* Fixed Header*/
.fixed-header {
	padding: 10px 0px !important;
}

.fixed-header .left-logo-wrapper {
    padding-top: 4px;
    text-align: left;
}

.fixed-header .left-logo-wrapper .logo {
    max-width: 76%;
}

.fixed-header span.header-contact-num {
    font-size: 11px;
}

.fixed-header .Right-logo-wrapper .logo2 {
    max-width: 46%;
}

.fixed-header .navigation-wrapper {
	padding-top: 3%;
}

#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b19879 !important;
}

/* CTA 2 link hover */
.cta2-text-wrapper-new a:hover span.learn-more-new, .cta2-text-wrapper a:hover span.learn-more {
    text-decoration: underline !important;
}