/*
Theme Name: Texas Realty Associates
Theme URI: http://aios3-staging.agentimage.com/t/texasrealtyassociates_pending.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.2.6
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

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

/* Global */

body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #606060;
	background: #FFF;
	margin: 0;
}

h1 {
	font-family: 'Allura', cursive;
	font-size: 56px;
	font-weight: 700;
	color: #0c5583;
}

p {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #606060;
    line-height: 24px;
}

#header-wrap {
	padding: 13px 0 11px;
	background: url('./images/nav-bg.png') #ffffff repeat-x;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 1px 25px 10px rgba(0,0,0,0.3);
}
	.aios-starter-theme-demo-header-navigation #nav {
		background: none;
	}

		.aios-starter-theme-demo-header-navigation #nav > li:nth-child(1) a{
			display:none;
		}

		body.ip-container .aios-starter-theme-demo-header-navigation #nav > li:nth-child(1) a{
			display:block;
		}

 		.aios-starter-theme-demo-header-navigation #nav > li {
 			/*margin: 0 55px;*/
 			margin: 0 50px;
 		}
 			.aios-starter-theme-demo-header-navigation #nav > li > a {
 				font-family: 'Raleway', sans-serif;
 				font-size: 15px;
 				font-weight: 600;
 				color: #bf2121;
 				text-transform: uppercase;
 				padding: 10px 0;
 				outline: none;
 			}
 			.aios-starter-theme-demo-header-navigation #nav > li:hover > a {
 				background: none;
 				color: #bf2121;
 			}
 		.home .aios-starter-theme-demo-header-navigation #nav > li.menu-home {
 			display: none;
 		}
 			.ip-container .aios-starter-theme-demo-header-navigation #nav > li {
			    margin: 0 35px;
			}
 	#header-wrap:after {
		content: '';
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		background: #fff;
		bottom: -3px;
		border-top: 1px solid #c9c9c9;
		z-index: 0;
 	}
 	#nav li:hover .sub-menu {
 		display: none;
 	}
 	#nav .sub-menu {
 		padding-top: 11px;
 		background: none;
 		min-width: initial;
 		max-width: 180px;
 		z-index: 1;
 		display: none;
 	}
 	#nav .menu-sm .sub-menu {
 		width: 115px;
 	}
 	#nav .menu-md .sub-menu {
 		width: 142px;
 	}
 	#nav .menu-lg .sub-menu {
 		width: 180px;
 	}
 		#nav .sub-menu li {
 			background: rgba(12,85,131,0.80);
 			-webkit-transition: all 0.25s ease-in-out;
 			-moz-transition: all 0.25s ease-in-out;
 			transition: all 0.25s ease-in-out;
 		}
 		#nav .sub-menu li:hover {
 			background: #bf2121;
 		}
 		#nav .sub-menu a {
 			font-family: 'Raleway', sans-serif;
 			font-size: 10px;
 			font-weight: 600;
 			color: #ffffff;
 			text-align: left;
 			text-transform: uppercase;
 			padding: 11px 12px 9px;
 			line-height: 18px;
 			outline: none;
 		}
 		#nav .sub-menu a:hover {
 			background: none;
 			color: #ffffff;
 		}
 	.header-logo {
 		display: none;
 		font-family: 'Allura', cursive;
		font-size: 60px;
		font-weight: 600;
		color: #bf2121;
		line-height: 50px;
		letter-spacing: 3px;
 	}
 	.header-logo a {
 		color: #bf2121;
 		text-decoration: none;
 		display: inline-block;
 	}
 	.header-logo .logo-blue {
 		color: #0c5583;
 	}
 	.header-logo .sub {
 		font-family: 'Raleway', sans-serif;
	    font-size: 15px;
	    font-weight: 700;
	    font-style: italic;
	    color: #ffffff;
	    text-transform: uppercase;
	    margin: 12px 0 0;
	    letter-spacing: 2px;
	    width: 100%;
	    display: block;
	    text-align: center;
		background: #bf2121;
 	}

#slideshow-wrap {
	position: relative;
	overflow: hidden;
}
	#slideshow-wrap .cycloneslider {
		z-index: 0;
	}

	.slideshow-tagline {
		width: 34.5%;
		height: 192px;
		/*background: url('./images/slideshow-tagline-bg.png') repeat-x;*/
		position: absolute;
		top: 26.60%;
		/*bottom: 52.61%;*/
	}
	/*.slideshow-tagline:after {
		content: '';
		position: absolute;
		display: inline-block;
		width: 79px;
		height: 1792px;
		background: url('./images/slideshow-tagline-bg-end.png') no-repeat;
		top: 0;
		right: -79px;
	}
	.tagline-title {
		font-family: 'Allura', cursive;
		font-size: 85px;
		font-weight: 600;
		color: #bf2121;
		line-height: 60px;
		margin-top: 20px;
		letter-spacing: 3px;
	}
	.tl-first-line {
		text-align: right;
		margin-right: 8.50px;
	}
	.tl-second-line	{
		text-align: right;
		margin-right: 97.8px;
	}
	.tagline-title span {
		text-shadow: 1px 1px rgba(255,255,255,0.75);
	}
	span.tl-blue {
		color: #0c5583;
	}
	span.tl-red {
		color: #bf2121;
	}
	.tagline-desc {
		font-family: 'Raleway', sans-serif;
		font-size: 	19px;
		font-weight: 700;
		font-style: italic;
		color: #ffffff;
		text-transform: uppercase;
		text-align: right;
		margin: 7px 32px 0 0;
		letter-spacing: 3.5px;
	}*/

#qs-wrap {
	padding: 48px 0;
}
	.qs h3 {
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		font-weight: 700;
		color: #212121;
		text-transform: uppercase;
		line-height: 33px;
		vertical-align: middle;
		float: left;
		margin-right: 0.92%;
	}
	.qs label {
		display: none;
	}
	.custom-select {
		display: inline-block;
		vertical-align: middle;
		float: left;
		margin-right: 0.09%;
	}
	.select-lg {
		width: 16.32%;
	}
	.select-sm {
		width: 7.54%;
	}
		.custom-select select {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border: 1px solid #9d9d9d;
			font-family: 'Raleway', sans-serif;
			font-size: 11px;
			font-weight: 400;
			color: #9c9c9c;
			background: url('./images/caret.png') no-repeat center right;
			width: 100%;
			height: 33px;
			padding: 0 9px;
		}
		.custom-select select::-ms-expand {
		    display: none;
		}
	.qs input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-family: 'Raleway', sans-serif;
		font-size: 12px;
		font-weight: 700;
		color: #ffffff;
		background: #0f6aa3;
		text-transform: uppercase;
		border: 0;
		width: 10.88%;
		height: 33px;
		vertical-align: middle;
		float: left;
		margin-left: 0.92%;
		margin-right: 0.09%;
	}
	.qs a {
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 12px;
		font-weight: 700;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		width: 10.88%;
		height: 33px;
		line-height: 33px;
		background: #bf2121;
		vertical-align: middle;
		float: left;
		outline: none;
	}

#cta-wrap {

}
	.cta-item {

	}
	.cta-item a {
		text-decoration: none;
		outline: none;
	}
	.cta {
		border: 1px solid #9d9d9d;
		border-radius: 10px;
		padding: 20px 5px 28px;
		margin: auto;
	}
	.cta-icon {
		display: block;
		margin: auto;
		background: url('./images/sprite.png') no-repeat;
		position: relative;
	}
	.cta-agent {
		width: 77px;
		height: 106px;
		background-position: -97px -10px;
	}
	.cta-forms {
		width: 112px;
		height: 106px;
		background-position: -306px -3px;
	}
	.cta-resources {
		width: 115px;
		height: 106px;
		background-position: -553px -3px;
	}
	.cta-hover {
		opacity: 0;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		background: url('./images/sprite.png') no-repeat;
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
	}
	.cta-agent .cta-hover {
		background-position: -10px -10px;
	}
	.cta-forms .cta-hover {
		background-position: -184px -3px;
	}
	.cta-resources .cta-hover {
		background-position: -428px -3px;
	}

	.cta-title {
		font-family: 'Raleway', sans-serif;
		font-size: 25px;
		font-weight: 600;
		color: #bf2121;
		display: block;
		text-align: center;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		margin: 20px auto 22px;;
	}
	.cta-desc {
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		font-weight: 300;
		color: #606060;
		display: block;
		text-align: center;
		line-height: 20.34px;
	}
	.cta:hover .cta-title {
		color: #212121;
	}
	.cta:hover .cta-hover {
		opacity: 1;
	}

#welcome-contact-wrap {
	padding: 38px 0 50px;
}
	.welcome-col {
		text-align: center;
	}
		.welcome-col h1 {
			font-family: 'Allura', cursive;
			font-size: 56.95px;
			font-weight: 700;
			color: #bf2121;
		}
		.welcome-col h1 span.heading-blue {
			color: #0c5583;
		}
		span.heading-blue, span.heading-red {
			line-height: normal;
			display: inline-block;
			letter-spacing: 3px;
		}
		.welcome-col span.pre-heading {
			display: block;
			font-family: 'Raleway', sans-serif;
			font-size: 22px;
			font-weight: 700;
			color: #212121;
			text-transform: uppercase;
			line-height: 18px;
		}
		.welcome-col p {
			font-family: 'Lato', sans-serif;
			font-size: 16px;
			font-weight: 300;
			color: #606060;
			margin: 35px 0;
			line-height: 24px;
		}
		.welcome-col p:first-of-type {
			margin-top: 17.5px;
		}
	.contact-col {

	}
		.hp-contact-info {
			background: #bf2121;
			padding: 6px;
			margin-top: 50px;
		}
		a.contact-us-btn {
			font-family: 'Raleway', sans-serif;
			font-size: 24px;
			font-weight: 700;
			color: #ffffff;
			text-align: center;
			text-transform: uppercase;
			display: block;
			background: #990e0e;
			padding: 13px 0;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
			letter-spacing: 1px;
			outline: none;
		}

a.contact-us-btn2 {
			font-family: 'Raleway', sans-serif;
			font-size: 20px;
			font-weight: 700;
			color: #ffffff;
			text-align: center;
			text-transform: uppercase;
			display: block;
			background: #0f6aa3;
			padding: 13px 0;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
			letter-spacing: 1px;
			outline: none;
		}
		a.contact-us-btn:hover {
			text-decoration: none;
			background: #5b0808;
		}

a.contact-us-btn2:hover {
			text-decoration: none;
			background: #0c5583;
		}
		.contact-line-item {
			margin: 32px 0;
			overflow: hidden;
		}
		.contact-phone a, .contact-mail a, .contact-address span {
			font-family: 'Lato', sans-serif;
			font-size: 15px;
			font-weight: 700;
			color: #ffffff;
			text-transform: uppercase;
			vertical-align: middle;
			display: inline-block;
			outline: none;
		}
		.contact-address span {
			white-space: normal;
   			margin-left: 32px;
   			position: relative;
		}
		.contact-phone-item {
			width: 49%;
		}
		.contact-phone-item:first-of-type {
			float: left;
		}
		.contact-phone-item:last-of-type {
			float: right;
		}
		.contact-phone-item span {
			display: block;
			font-family: 'Lato', sans-serif;
			font-size: 16px;
			font-weight: 700;
			color: #750b0b;
			text-transform: uppercase;
			vertical-align: middle;
		}
		.contact-phone-item span:before {
			content: '';
			position: relative;
			display: inline-block;
			background: url('./images/sprite.png') no-repeat -90px -137px;
			width: 18px;
			height: 18px;
			vertical-align: middle;
			margin-right: 14px;
			margin-top: -3px;
		}
		.contact-phone-item a {
			margin-left: 35px;
			font-size: 16px;
		}
		
		.contact-mail a:before {
			content: '';
			position: relative;
			display: inline-block;
			background: url('./images/sprite.png') no-repeat -35px -136px;
			width: 23px;
			height: 16px;
			vertical-align: middle;
			margin-right: 10px;
			margin-top: -3px;
		}
		.contact-address span:before {
			content: '';
		    position: absolute;
		    display: inline-block;
		    background: url(./images/sprite.png) no-repeat -68px -136px;
		    width: 13px;
		    height: 19px;
		    vertical-align: middle;
		    margin-top: 3px;
		    left: -25px;
		}

#off-loc-wrap {
	position: relative;
	background: #0f6aa3;
	padding: 25px 0;
}
	#off-loc-wrap h2 {
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-weight: 700;
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	#off-loc-wrap h2:before {
		content: '';
		position: relative;
		display: inline-block;
		width: 15px;
		height: 15px;
		background: url('./images/sprite.png') no-repeat -10px -136px;
		margin-right: 10px;
	}
	.off-loc-item {
		display: inline-block;
		font-family: 'Lato', sans-serif;
		font-size: 11px;
		font-weight: 400;
		color: #74b4dc;
		vertical-align: top;
		margin-right: 1.4%;
		float: left;
		line-height: 20px;
	}
	.off-loc-item:last-of-type {
		margin-right: 0;
		float: right;
		text-align: right;
	}
	.off-loc-item a {
		color: #74b4dc;
		outline: none;
	}
	.footer-smi {
		font-size: 0;
	}
	.footer-smi a {
		font-size: 20px;
		display: inline-block;
		margin: 5px;
		text-decoration: none;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	.footer-smi a:hover {
		color: #bf2121;
	}

#footer-wrap {
	padding: 26px 0 23px;
	margin-top: 0;
	background: #0c5583;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #3181b4;
}
	.aios-starter-theme-demo-footer .footernav {
		text-transform: uppercase;
	}
	.aios-starter-theme-demo-footer .footernav li.menu-home {
		display: none;
	}
	.aios-starter-theme-demo-footer .footernav li:first-of-type,
	.aios-starter-theme-demo-footer .footernav li:nth-child(2) {
		padding-left: 0;
		border-left: 0;
	}
	.aios-starter-theme-demo-footer .footernav li {
		border-left: 1px solid #3181b4;
		padding: 0 5px;
		line-height: 10px;
	}
	.aios-starter-theme-demo-footer .footernav a {
		color: #3181b4;
		outline: none;
	}
	.copyright {
		text-align: left;
		padding: 0;
	}
	.copyright a {
		color: inherit;
		outline: none;
	}
	a.ai-site {
		color: #ffffff;
		text-decoration: underline;
	}
	.ai-font-footer-logo {
		font-size: 22px;
		color: #3181b4;
		margin-top: 2px;
	}
	.footer-logo-col {
		text-align: right;
	}

.amh-header-buttons {
	background: #bf2121;
}
.amh-navigation-trigger .ai-menu, .amh-center .amh-phone, .amh-header-right-btn a {
	color: #ffffff;
}
.amh-navigation.amh-nav-1 .amh-menu li a {
	background: rgba(12,85,131,0.80);
	color: #ffffff;
}
.amh-navigation .amh-menu li:hover > a, .amh-navigation .amh-menu li.open > a {
	background: #981a1a;
}



.concierge-page{
	width:auto;
}
	.concierge-page ul{
		margin:0!important;
		padding:0;
		list-style:none;
	}
		.concierge-page ul li{
			position:relative;
			display:inline-block;
			margin:0 2%;
			max-width:360px;
			max-height:240px;
		}
			.concierge-page ul li a{
				text-decoration:none;
			}


			body.page-id-308 #header-wrap,
			body.page-id-308 .yoast-breadcrumbs,
			body.page-id-308 .sidebar {
				display:none;
			}

	
/*******************************************************
 *
 * 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%; }




.sidebar #qs-wrap .qs {
	width: 100%;
	max-width: 300px;
	margin: auto;
}


.sidebar .qs h3 {
	text-align: center;
	width: 100%;
	margin: 0;
}
.sidebar .home .custom-select select {
	padding: 0 9px;
}
.sidebar .qs .custom-select {
	float: initial;
	width: 100%;
	margin: 2px 0;
}
.sidebar .qs .select-sm {
	width: 49.5%;
}
.sidebar .qs .custom-select.qs-right,
.sidebar .qs .custom-select.qs-right{
	float: right;
}
.sidebar .qs input[type="submit"] {
	width: 100%;
	margin: 2px 0;
}
.sidebar .qs a {
	width: 100%;
	margin: 2px 0;
}


.sidebar-cta{
	margin: 50px auto;
}

	.sidebar .cta-item{
		margin:0 0 16px 0;
	}


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

/* Style post/page main headings (h1) */
#content .entry-title { 
	font-family: 'Allura', cursive;
	font-size: 56px;
	font-weight: 700;
	color: #0c5583;
	line-height: normal;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
	font-family: 'Allura', cursive;
	font-size: 56px;
	font-weight: 700;
	color: #0c5583;
	line-height: normal
}


body.page-id-0 #content .entry-title {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 400;
}


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

}

.ip-container #header-wrap {
	position: relative;
}

.sb-qs {
	width: 100%;
	max-width: 300px;
	margin: auto;
	overflow: hidden;
}
	.sb-qs span {
		display: block;
		text-align: center;
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		font-weight: 700;
		color: #212121;
		text-transform: uppercase;
	}
	.sb-qs .custom-select {
		float: initial;
		width: 100%;
		margin: 2px 0;
	}
	.sb-qs .select-sm {
		width: 49%;
	}
	.sb-qs .custom-select.qs-right {
		float: right;
	}
	.sb-qs input[type="submit"] {
		float: initial;
		width: 100%;
		margin: 2px 0;
	}
	.sb-qs a {
		float: initial;
		width: 100%;
		margin: 2px 0;
	}
.sb-cta {
	width: 100%;
	max-width: 300px;
	margin: auto;
}
	.sb-cta .cta-item {
		margin: 20px 0;
	}
	.sb-cta .cta {
		padding: 20px 5px 28px;
	}
	.sb-cta .cta-title {
		line-height: normal;
	}
	.sb-cta .cta-desc br {
		display: none;
	}

#ihf-main-container ul {
	margin-left: 0;
}
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */