/*
    Theme Name: Lang McLaughry Commerical Real Estate
    Theme URI: http://earthlogic.com/themes/lmcre
	Description: Lang McLaughry Commercial Real Estate is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Earthlogic
    Author URI: http://www.earthlogic.com/
 
    Version: 1.4.1
 
	Tags: black, blue, default, gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0
 
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
		- Circles
		- Pricing Plans
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider Wide
		- Slider
		- Slider Misc
		- Welcome
		- Welcome Feature 1-3
		- Home Feature BG
		- Home Feature BG Alt
		- Home Feature BG Dark
		- Home Features
			- Home Feature (1-14)
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Portfolio
	- Miscellaneous
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Black
		- Blue
		- Dark Blue
		- Gray
		- Green
		- Orange
		- Pink
		- Purple
		- Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 960px
		- max-width: 767px
		- max-width: 580px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Custom Fonts   
--------------------------------------------- */

@font-face {
    font-family: 'latoregular';
    src: url('/wp-content/themes/vtcommercial/fonts/lato-reg-webfont.eot');
    src: url('/wp-content/themes/vtcommercial/fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/vtcommercial/fonts/lato-reg-webfont.svg#latoregular') format('svg'),
         url('/wp-content/themes/vtcommercial/fonts/lato-reg-webfont.woff') format('woff'),
         url('/wp-content/themes/vtcommercial/fonts/lato-reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ptsans';
    src: url('/wp-content/themes/vtcommercial/fonts/pts55f-webfont.eot');
    src: url('/wp-content/themes/vtcommercial/fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/vtcommercial/fonts/pts55f-webfont.svg#pt_sansregular') format('svg'),
         url('/wp-content/themes/vtcommercial/fonts/pts55f-webfont.woff') format('woff'),
         url('/wp-content/themes/vtcommercial/fonts/pts55f-webfont.woff2') format('woff2'),
         url('/wp-content/themes/vtcommercial/fonts/pts55f-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 100%; /* 16px browser default */
}

body {
	/* background: #fff;
	background: #f2f2f2; */
	background: #fff;
	color: #333;
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;	
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
}

a,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

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

a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-gray {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	padding: 20px;
}

.quote-arrow-gray {
	background-image: url(images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #fff;
	padding: 20px;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #fff !important;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: 10px 0 0;   
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #004c8b;
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 42px;
	line-height: 48px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
}

h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
}

h4 a.listing-style {
	text-transform: normal;
	color: #004c8b;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1 a,
h2 a {
	color: #333;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

#listing-contact h4,
.connected-agents h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	color: #004c8b;
	text-transform: uppercase;
}

.single-listing .connected-agents {
	background: #fff none repeat scroll 0% 0% !important;
	padding: 0 !important;
	margin-bottom: 20px !important;
}

.single-aeprofiles .listing-beds, 
.single-aeprofiles .listing-baths {
    display: none !important;
}

h1.screen-reader-text {
	display: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	box-shadow: 0 1px 3px #eee;
	-moz-box-shadow: 0 1px 3px #eee;
	-webkit-box-shadow: 0 1px 3px #eee;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	color: #777;
	/* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-size: 16px;
	padding: 12px;
	width: 100%;
	height: 48px;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/* border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; */
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #004c8b;
	border: 1px #fff;
	color: #fff !important;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px 50px;
	/* width: auto; */
	text-transform: uppercase;
	margin: 4px 0 0 5px;
}

#text-10 a.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    border: 1px #fff;
    background: #004c8b !important;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 15px;
    /* width: auto; */
    text-transform: uppercase;
    margin: 4px 0 0 5px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
	background: #111;
}

a.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
	color: #fff !important;
}

#text-10 a.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
    color: #004c8b !important;
	background: #fff !important;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.agentpress-taxonomy {
	width: 250px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

#property-search-4 {
	text-align: center;
	width: 100%;
	background-color: #000;
	opacity: .75;
	padding: 20px 20px 0;
	margin-top: -128px;
	/* margin-left: 18%; */
	z-index: 99999;
	position: relative;
}

.archive-aeprofiles .agent-wrap {
	padding: 20px 0;
}

.currency-symbol,
.home .listing-property-type {
	display: none !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search {
    content: "\f002";
	font-size: 32px;
}

.home-top .widget.wp-listings-search .btn-search i {
    display: block;
    font-size: 1.3888888889rem;
}


/* Buttons
--------------------------------------------- */
/*
a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
    display: inline-block;	
    font-size: 13px;
    font-weight: 400;	
    line-height: 13px;
    margin: 0 0 10px;
    padding: 8px 20px;
    text-decoration: none;	
}

a.button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	color: #fff !important;
	opacity: .7;
	transition:all .5s ease;	
}
*/

a.button.small {
	background-color: #303236;
	color: #fff;
    font-size: 13px;
    font-weight: bold;	
    line-height: 13px;
    padding: 8px 20px;
}

a.button.medium {
	background-color: #303236;
	color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
}

a.button.large {
	background-color: #303236;
	color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 32px;
}

a.button.slim {
	background-color: #303236;
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 4px 40px;
    text-transform: uppercase;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
	background: #111;
}

a.button.black {
	background-color: #111 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.blue {
	background-color: #1887e5 !important;
	border: 1px solid #105c9e !important;
	color: #fff !important;
}

a.button.darkblue {
	background-color: #293f5e !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.gray {
	background-color: #777 !important;
	border: 1px solid #555 !important;
	color: #fff !important;
}

a.button.green {
	background-color: #9dcb2a !important;
	border: 1px solid #83a924 !important;
	color: #fff !important;
}

a.button.orange {
	background-color: #ff7e00 !important;
	border: 1px solid #cb6400 !important;
	color: #fff !important;
}

a.button.pink {
	background-color: #ff55a9 !important;
	border: 1px solid #c14080 !important;
	color: #fff !important;
}

a.button.purple {
	background-color: #7154c4 !important;
	border: 1px solid #594299 !important;
	color: #fff !important;
}

a.button.red {
	background-color: #d91420 !important;
	border: 1px solid #a8271e !important;
	color: #fff !important;
}

/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 2px 20px;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.black-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #000;
    color: #fff;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;
}

.blue-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #7adaff;
    color: #005e82;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;
}

.gray-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #eee;
    color: #888;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;	
}	

.green-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2;
    color: #689c2a;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;	
}

.orange-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #ff7f3a;
    color: #fff;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;	
}	


.pink-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #f2dbdb;
    color: #c8001c;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;	
}	

.red-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #ff3d3d;
    color: #fff;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;	
}

.yellow-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97;
    color: #ac670e;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;
}

/* Circles */

.circle {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	margin: 0 2px;
	min-width: 10px;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
}	


/* 
20 Pricing Plans 
---------------------------------------------------------------------------------------------------- */

.plans {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
}

.plan-col {
	background: #eee;
	float: left;
	font-weight: 300;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.plan-col-popular {
	background: #fff;
	float: left;
	font-weight: 300;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.plan-col, 
.plan-col-popular {		
	width: 25%;
}

.plan-col-wrap, 
.plan-col-popular-wrap {
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	padding: 40px 10px;
}

.plans .plan-head h4 {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align: center;
}

.plan-head em {
	font-size: 14px;
}

.plan-pricing {
	background: url(images/border-img-x.png) repeat-x scroll center bottom;
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
} 

.plan-price {
	font-size: 60px;
}

.plan-price sup {
	font-size: 24px;
}

.plan-pricing .monthly {
	font-size: 14px;
}

.plan-list {
	margin: 0 0 20px;
	overflow: hidden;
}

.plan-list li,
.entry-content .plan-list li {
	list-style: none;
	margin: 0 0 20px;
}

.plan-button {
	clear: both;
}

.plan-button a,
.entry-content .plan-button a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #303236;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 6px 25px 8px;
}

.plan-button a:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
	text-decoration: underline;
}
	

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.wrap-top {
	margin: 0 auto;
	max-width: 1140px;
}

.before-header,
.before-header a {
	background-color: #fff;
	color: #004c8b;
	margin: 0;
	padding: 0;
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
    font-size: 16px;
	font-weight: 500;
}

.site-inner {
	clear: both;
	padding: 0;
}

.home .site-inner {
	padding-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content  */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
	/* margin-top: 20px; */
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky { }

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.gallery-caption { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 40px;
}

.archive-description,
.author-box  {
	margin-bottom: 40px;
	padding: 40px 40px 24px;
}

.author-box-title {
	color: #333;
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box a {}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-weight: 400;
	/* margin-bottom: 30px; */
	margin: 0 0 30px 0;
	padding: 0 20px;
}

.entry-title a {
	color: #004c8b;
	font-weight: 400;
}

.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	color: #333;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.site-header .widgettitle {
	color: #fff;
}

.sidebar .widgettitle {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
	display: none;
}

.search-results .archive-title {
	font-size: 35px;
	margin: 24px 0;
	display: block;
}

.single-listing .sidebar,
.tax-property-types .sidebar,
.post-type-archive-listing .sidebar,
.term-for-lease .sidebar {
	display: none;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider Wide
--------------------------------------------- */

.slider-wide {	
    clear: both;
    width: 100%;
}

.slider-wide .wrap {
    margin: 0 auto;
    /* padding: 30px 0 0; */
    max-width: 100%;	
}

.slider-wide .widget {
	margin: 0;
}

.slider-wide .flexslider .slides img {
	width: 100% !important;
}

.slider-wide .flexslider {
	max-width: 100% !important;
}

/* Slider
--------------------------------------------- */

.slider {	
    clear: both;
}

.slider .wrap {
    /* margin: 0 auto 20px; */
    margin: 0 auto;
    padding: 0;
    width: 1140px;	
}

.slider .widget {
	margin: 0 0 20px;
}

/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}


/* 
Welcome
---------------------------------------------------------------------------------------------------- */

.welcome {
	/* background: #303236; */
	clear: both;
	color: #ccc;
    	margin: 0 auto;
    	text-align: center;
}

.welcome .widgettitle {
	/* font-size: 36px;
	font-weight: 300;
	line-height: 46px;*/
}

.welcome h4 {
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

.welcome p {
	color: #999;
    	margin: 0 0 20px;
}

.welcome a {
	color: #666;
	font-size: 18px;
}

.welcome .entry-header .entry-meta {
	/* border-bottom: 1px solid #555; */
}

/* Welcome Wide */

.welcome-wide {
	/* background: #303236; */
	clear: both;
	/* margin-top: -135px; */
}

.welcome-wide .wrap {
    margin: 0 auto;
    overflow: hidden;
    /* padding: 120px 0 60px; */
    width: 1140px;
}

.welcome-wide .widget {
	/* margin: 0 0 60px; */
	overflow: hidden;
}

.featured-listings-3 h4 .widget-title {
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

/* Welcome Feature 1-3 */

.welcome-features {
	/* background: #303236; */
	overflow: hidden;
	width: 100%;
}

.welcome-features .wrap {
    margin: 0 auto;
    overflow: hidden;
    /* padding: 120px 0 60px; */
    width: 1140px;
}


.welcome-features .widget {
	/* margin: 0 0 60px; */
	overflow: hidden;
}

.welcome-features h4 {
	font-size: 20px;
	line-height: 26px;
}

.welcome-feature-1,
.welcome-feature-2 {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
}

.welcome-feature-3 {
	float: right;
    width: 32%;
}	

.welcome-feature-1 .widgettitle, 
.welcome-feature-2 .widgettitle, 
.welcome-feature-3 .widgettitle {
	color: #fff;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.welcome-feature-1 h4, 
.welcome-feature-2 h4, 
.welcome-feature-3 h4 {
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0;
    padding: 0;
}

.welcome-feature-1 p, 
.welcome-feature-2 p, 
.welcome-feature-3 p {
	margin: 0 0 20px;
}


/* 
Home Feature BG 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.home-feature-bg .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 120px 0 80px;
	width: 1140px;
}

.home-feature-bg .featuredpage .page,
.home-feature-bg .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
}

.home-feature-bg .featuredpage .page h2,
.home-feature-bg .featuredpost .post h2 {
    margin: 10px 0;
}

.home-feature-bg .featuredpage .page h2 a,
.home-feature-bg .featuredpost .post h2 a {
	font-size: 15px;
}

.home-feature-bg .featuredpage img, 
.home-feature-bg .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg .featuredpage img:hover, 
.home-feature-bg .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg .byline, 
.home-feature-bg .byline {
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

.home-feature-bg p {
	margin: 0 0 25px;
}


/* 
Home Feature BG Alt 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-alt {
	background: #fff;
}

.home-feature-bg-alt .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 120px 0 80px;
	width: 1140px;
}

.home-feature-bg-alt .featuredpage .page,
.home-feature-bg-alt .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 300px;
}

.home-feature-bg-alt .featuredpage img, 
.home-feature-bg-alt .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg-alt .featuredpage img:hover, 
.home-feature-bg-alt .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg-alt .byline, 
.home-feature-bg-alt .byline {
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

.home-feature-bg-alt p {
	margin: 0 0 25px;
}

.home-feature-bg-alt .entry-header .entry-meta {
	border-bottom: 1px solid #ddd;
}


/* 
Home Feature BG Dark 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-dark {
	background: #0b2c55;
	color: #aaa;
}

.home-feature-bg-dark-title {
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;	
	font-size: 16px;
	line-height: 24px;
	color: #ddd;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
	font-weight: normal;
}

.home-feature-bg-dark .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 0;
	width: 1140px;
}

.home-feature-bg-dark .featuredpage .page,
.home-feature-bg-dark .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 25px;
    width: 33%;
}

.home .home-feature-bg-dark .featured-content .entry-title,
.home-feature-bg-dark .featuredpage .page h2 a,
.home-feature-bg-dark .featuredpost .post h2 a {
	font-size: 18px;
	line-height: 25px;
	color: #9cd0ff;
	margin-bottom: 15px;
}

.home-feature-bg-dark .featuredpage .page h2 a:hover,
.home-feature-bg-dark .featuredpost .post h2 a:hover {
	color: #fff;
}

.home-feature-bg-dark .featuredpage img, 
.home-feature-bg-dark .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg-dark .featuredpage img:hover, 
.home-feature-bg-dark .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg-dark .byline, 
.home-feature-bg-dark .byline {
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

.home-feature-bg-dark h1,
.home-feature-bg-dark h2,
.home-feature-bg-dark h3,
.home-feature-bg-dark h4,
.home-feature-bg-dark h5,
.home-feature-bg-dark h6 {
	color: #fff;
}

.home-feature-bg-dark p {
	color: #ddd;
	margin: 0 0 20px;
}

.home-feature-bg-dark a {
	color: #fff;
}


/*
Home Features
---------------------------------------------------------------------------------------------------- */

/* Home Feature Classes */
 
/*You can add background images/colors to each section of the homepage by adding them to the classes below.
*/

.hf1,
.hf3,
.hf4,
.hf5,
.hf6,
.hf7,
.hf8,
.hf9,
.hf14 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.hf1 {}

.hf3 {}

.hf4 {}

.hf5 {}

.hf6 {}

.hf7 {}

.hf8 {}

.hf9 {}

.hf14 {}

/* Home Feature 1 */

.home-feature-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 45%;
}

.home-feature-1 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-1 .widgettitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

/* Home Feature 2 */

.home-feature-2 {
	float: right;
	margin: 0;
	width: 45%;
}

.home-feature-2 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-2 .widgettitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

/* Home Feature 3 */

.home-feature-3 {
	background: none;
    clear: both;
   	margin: 0 auto ;
   	overflow: hidden;
   	padding: 0;
   	text-align: left;
}

.home-feature-3 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 4 */

.home-feature-4 {
	margin: 0;
	width: 100%;
}

.home-feature-4 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 5 */

.home-feature-5 {
	margin: 0;
	width: 100%;
}

.home-feature-5 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 6 */

.home-feature-6 {
	margin: 0;
	width: 100%;
}

.home-feature-6 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 7 */

.home-feature-7 {
	margin: 0;
	width: 100%;
}

.home-feature-7 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 8 */

.home-feature-8 {
	margin: 0;
	width: 100%;
}

.home-feature-8 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 9 */

.home-feature-9 {
	clear: both;
	text-align: center;
}

.home-feature-9 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-9 h4 {
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
}

/* Home Feature 10 */

.home-feature-10 {
	float: left;
	margin: 0 1.3% 0 0;
	width: 24%;
}

.home-feature-10 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 11 */

.home-feature-11 {
	float: left;
	margin: 0 1.3% 0 0;
	width: 24%;
}

.home-feature-11 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 12 */

.home-feature-12 {
	float: left;
	margin: 0 1.3% 0 0;
	width: 24%;
}

.home-feature-12 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 13 */

.home-feature-13 {
	float: right;
	margin: 0;
	width: 24%;
}

.home-feature-13 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 14 */

.home-feature-14 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.home-feature-14 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature h4 */

.home-feature-3 h4,
.home-feature-4 h4,
.home-feature-5 h4,
.home-feature-6 h4,
.home-feature-7 h4,
.home-feature-8 h4,
.home-feature-9 h4,
.home-feature-14 h4 {
	font-size: 36px;
	font-weight: 300;
}

.home-feature-10 h4,
.home-feature-11 h4,
.home-feature-12 h4,
.home-feature-13 h4 {
	font-size: 24px;
	font-weight: 400;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 20px;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.5;
	/* margin: 10px 0; */
}

.home .featured-content .entry-title {
	font-size: 28px;
	padding: 0;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* WP Listings
--------------------------------------------- */

.welcome-wide .wp-listings-search {
	/* background-color: #1a212b; */
	background-color: #ddd;
	padding: 20px 0px;
}

.property-search form {
    text-align: center;
}

.property-search select {
	-webkit-appearance: none;
	margin-bottom: 16px;
}

.welcome-wide .widget.listings-search select,
.welcome-wide .property-search input {
    border: medium none;
    margin: 5px;
    width: 21.375%;
}

.welcome-wide .wp-listings-taxonomy,
.welcome-wide .btn-search {
	float: left;
}

.welcome-wide form {
	text-align: center;
	margin: 0 130px;
	width: 100%;
}

.sidebar .widget.listings-search select,
.sidebar .property-search input {
    /* border: medium none; */
    margin: 5px;
    width: 95%;
}

.property-search input[type="submit"] {
	/* width: 100%; */
}

.featured-listings .listing {
	color: #1a212b;
	float: left;
	margin: 0 0 1.5% 1.5%;
	overflow: hidden;
	padding: 0 0 40px;
	position: relative;
	text-align: center;
	width: 31.6666666666666666%;
}

.sidebar .featured-listings .listing {
	width: 100%;
	margin: 0;
}

.welcome-features .widget-wrap, 
.listing-wrap {
	/* background-image: url(/wp-content/uploads/2015/05/bkg-callout.jpg);
	background-repeat: repeat-x; */
	padding: 0;
}

.listing .listing-address,
.listing .listing-city-state-zip,
.listing .more-link {
	display: block;
}

.listing-text {
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #d23836;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 6px 12px;
	position: absolute;
	right: -40px;
	text-align: center;
	text-transform: uppercase;
	top: 30px;
	width: 160px;
}

/*
.listing-headline {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	font-family: ptsans, latoregular, Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: -30px auto 12px;
	padding: 12px 32px;
	line-height: 24px;
	color: #004c8b;
	text-decoration:none;
} */

.featured-listings .listing a.more-link {
/*	color: #339966; */
	background-color: #004c8b;
	color: #ccc;
	padding: 10px 0;
	text-transform: uppercase;
	margin-top: 5px;
}

.featured-listings .listing a.more-link:hover {
	background-color: #004c8b;
	text-decoration: none;
}

.property-details {
	margin-bottom: 28px;
}

.archive .content .listing,
.full-width .featured-listings .listing,
.full-width .featuredpage,
.full-width .featuredpost .entry {
	background-color: #ffffff;
	color: #1a212b;
	float: left;
	margin: 0 0 1.5% 1.5%;
	overflow: hidden;
	padding: 0 0 40px;
	position: relative;
	text-align: center;
	width: 32.333333333%;
}

.archive .content .listing:nth-of-type(3n+1),
.full-width .featured-listings .listing:nth-of-type(3n+1),
.full-width .featuredpage:nth-of-type(4n+1),
.full-width .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.attachment-properties {
	height: 100%;
	width: 100%;
}

.wp_listings_listing_mls,
.listing-beds-baths-sqft {
	display: none;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widgettitle {
	color: #333;
}

.sidebar .enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 20px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #2a2a2a;
	border: none;
	color: #fff;
	margin: 0 0 20px;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	background: #aaa;
	border: none;
	box-shadow: none;
	width: 100%;
}

.footer-widgets .enews-widget input[type="submit"] {
	background: #111;
	padding: 16px 24px;
}

.enews-widget input:hover[type="submit"] {
	opacity: .7;
	transition: all .5s ease;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background: #ccc;
	box-shadow: none;
	opacity: 10;
	transition: 0;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 18px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.head-wrap {
	background: #004c8b;
	/*background-image: url(/wp-content/uploads/2015/06/tile-banner.png);
	background-repeat: repeat-x; */
	padding: 0 0 20px 0;
	position: sticky;
    position: -webkit-sticky;
	top: 0;
	z-index: 999;
}

.site-header {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	/*background-image: url(/wp-content/uploads/2019/07/2019-banner-1024x108.jpg);
	background-repeat: no-repeat; */
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-weight: 600;
	float: left;
	padding:0; margin:0; top:0;
	width: 520px;
	height: 65px;
}

.banner-center {
	/* background-image: url(/wp-content/uploads/2017/04/VTCommercial-banner-320x100.jpg);
	background-repeat: no-repeat; */
	top:0; margin:0; padding:0; border: 0;
	width: 520px;
	height: 65px;
	float: left;
}

.banner-tagline {
	/* background-image: url(/wp-content/uploads/2017/04/VTCommercial-tagline-320x100.jpg);
	background-repeat: no-repeat; */
	top:0; margin:0; padding:0; border: 0;
	width: 520px;
	height: 65px;
	float: left;
}

.tagline {
	display: inline;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 10px;
}

.site-header .site-title a {
	color: #fff;
	font-weight: 300;
	/*width: 100%;
	height: 105px;
	position: absolute;
    	display: inline-block;
	top:0; left:0; border:0; float:left;
	opacity: 0; */
}

.site-title a:hover {
	color: #aaa;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 10px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 65px;
	width: 100%;
	margin-top: 40px;
	background-size: contain !important;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: auto;
	padding-top: 15px;
	font-size: 20px;
	font-weight: 500;
}

.site-header .widget-area a {
	color: #fff;
	font-weight: 500;
}

.header-image .site-header .widget-area {
	/* padding: 40px 0; */
}

.header-widget-area {
	height: 116px;
}

.site-header .search-form {
	float: right;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	text-align: center;
	margin: 47px auto -20px;
	overflow: hidden;
	padding: 0;
	width: auto;
	max-width: 650px;
	min-height: 50px;
/*	float: right; */
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 50px;
	color: #fff;
/*	background-color:#223c2e; */
	background-color:#004c8b;
	text-align: left;
	text-transform: uppercase;
	padding: 0 25px;
	border: none;
	display: block;
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	padding: 0 25px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .current-menu-parent > a {
	text-decoration: none;
	background-color:#fff;
	color: #004c8b !important;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
}

.genesis-nav-menu > .menu-item > a { }

.genesis-nav-menu .sub-menu {
	box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 202px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	position: relative;
	/* background-color:#223c2e; */
	background-color:#fff;
	height:40px;
	width:250px;
	margin:0;
	border:0;
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;	
	font-size: 22px;
	letter-spacing:0px;
	line-height:40px;
	text-transform:none;
	text-indent:0px;
	text-align:left;
	color:#004c8b !important;
	padding: 0 25px 10px 25px;
	text-transform: none;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color:#004c8b;
	color: #fff !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 201px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 13px 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu > .search input {
	padding: 6px;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
	margin-right: 7%;
}

.site-header .genesis-nav-menu a {
	color: #fff;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #fff;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a { 
	color: #fff;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {	
	background-color: #333;
	clear: both;
    	line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #222;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 8px 13px;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: 8px 0 8px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #fff;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 201px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 32px/1 'dashicons';
	margin: 0 auto;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	background: #fff;
	margin: 0;
	padding: 40px 0 0;
}

.connected-agents .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #fff;
	margin: 0;
	padding: 0; 
}

.agent-social-profiles {
	display: none;
}

.home .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.entry-content {
	padding: 0 20px 20px;
	overflow: hidden;
}

.home .entry-content {
	padding: 0 0 20px;
}

.entry-content a {
	color: #000;
}

.entry-content a:hover {
	color: #888;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 25px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
}

.entry-meta a {
	font-weight: 600;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-weight: 400;
	/* margin: 0 0 30px; */
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
}

.home .entry-header .entry-meta {
	/* padding: 10px 0 20px; */
	padding: 0;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	overflow: hidden;
	padding: 16px 0;
}

.entry-footer  {
	background: #eee;
	padding: 10px 20px;
	display: none;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories {
	display: block;
	float: left;
	font-size: 12px;
}

.entry-tags {
	float: right;
	font-size: 12px;
}

/* After Entry widget
--------------------------------------------- */

.after-entry {
	background: #222;
	color: #aaa;
	margin: 60px 0;
	overflow: hidden;
	text-align: center;
}

.after-entry .wrap {
	padding: 40px;
}

.after-entry a {
	color: #fff;
}

.after-entry .widget-title,
.after-entry h4 {
	color: #fff;
	font-size: 30px;
}

.after-entry h1,
.after-entry h2,
.after-entry h3,
.after-entry h4,
.after-entry h5,
.after-entry h6 {
	color: #fff;
	font-weight: 400;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	padding: 4px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond { }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

.entry-comments a,
#respond a { }

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li { }

li.comment {
	padding: 30px;
}

li.comment ul li {
	border-radius: 0;
	border-left: 1px solid #ddd;
}

.thread-alt li.comment {
	border-radius: 0;
	border-left: 1px solid #aaa;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.thread-alt {
	background-color: #ddd;
}

.thread-even {
	background-color: #fff;
}

.bypostauthor { }

.form-allowed-tags {
	background: #dedede;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #666;
	font-size: 16px;
	margin-top: 50px;
	text-align: center;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	overflow: hidden;
	padding-bottom: 32px;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #2a2a2a;
	color: #aaa;
	padding: 30px;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
	padding: 0;
}

.content .portfolio {
	background: #fff;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 18px;
	margin: 0;
	padding: 15px 0;
}

.page-template-page_portfolio-php h1 {
	padding: 0;
}
	
.portfolio .entry-title a {
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0;
	text-decoration: none;
}

.portfolio p {
	font-size: 16px;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #2a2a2a;
	color: #fff;
	display: block;
    font-size: 14px;
    font-weight: 400;	
	padding: 4px 12px;
    margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	width: 110px;
}
	
.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}

.portfolio .entry-content {
	padding: 0 20px 0;
}

.portfolio .entry-footer {
	background: none;
	padding: 0;
}


/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 26px;
}

/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}

.tagcloud a {
	background: #e3e3e3;
	float: left;
	padding: 3px 10px;
	margin: 0 2px 5px;
}

.tagcloud a:hover {
	background: #f5f5f5;
}

.search .entry {
	padding: 40px 20px 10px;
}

/* Content Align (Left & Right) */

.feature-left {
	float: left;
	margin: 0 2% 0 0;
	width:  48%;
}

.feature-right {
	float: right;
	width:  48%;
}

.feature-margin {
	margin-top: 80px;
}

/* Check List */

.check-list {
	list-style: none;
	margin: 0 0 30px;
}

.check-list li {
	padding: 0 0 0 30px;
}

/* Responsive Videos */

.video-container {
	height: 0; 
	overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    left: 0;     
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {		
	/* background-image: url(/wp-content/uploads/2015/05/bkg-footer.jpg);
	background-repeat: repeat-x; */
	background-color: #004c8b;	
	clear: both;
	color: #aaa;
	font-size: 16px;
	line-height: 1.4;
}

.footer-widgets .wrap {
	padding: 100px 0 60px;
}

.footer-widgets a {
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 10px;
	line-height: 1.0;
	color: #9cd0ff;
	text-decoration:none;
}
.footer-widgets a:hover {
	text-decoration:underline;
}

.footer-widgets p {
	color: #ddd;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin: 0 4.166666666% 0 0;
	width: 30.555555555%;
}

.footer-widgets-3 {
	float: right;
	width: 30.555555555%;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widgettitle {
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;		
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.footer-widgets .featured-content .entry-title {
	margin: 15px 0;
	padding-left: 0;
}

.footer-widgets .entry-content {
	padding: 0;
}

#nav_menu-2, #nav_menu-3 {
    float: left;
    width: 60%;
}

#nav_menu-3 {
    float: left;
    width: 40%;
    margin-top: 50px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #d9d9d9;
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;	
	text-align: center;
}

.site-footer .wrap {
	padding: 30px 20px;
}

.site-footer a { 
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	text-decoration:none;
}

.site-footer a:hover { 
	font-family: "Benton Sans Compressed", latoregular, ptsans, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-decoration:underline;
}

.site-footer p {
	margin: 0;
}

.realtor-logo {
	background-image: url(/wp-content/uploads/2019/09/lm_commercial_horiz_rgb_400.png);
	background-repeat: no-repeat;
	margin:0; padding:0; border: 0;
	width: 400px;
	height: 50px;
	float: right;
	margin-top: -50px;
}

/* 
16 Theme Colors
---------------------------------------------------------------------------------------------------- */

/* VTCommercial Black
--------------------------------------------- */

.vtcommercial-black .head-wrap,
.vtcommercial-black .welcome,
.vtcommercial-black .home-feature-bg-dark,
.vtcommercial-black .author-box,
.vtcommercial-black .footer-widgets {
	background: #111;
}

.vtcommercial-black .nav-primary .sub-menu a:hover,
.vtcommercial-black .nav-secondary .sub-menu a:hover,
.vtcommercial-black .site-header .sub-menu a:hover,
.vtcommercial-black .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-black .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #777;
}

.vtcommercial-black .content .portfolio .more-link,
.vtcommercial-black .plan-button a {
	background: #111;
	color: #fff;
}

.vtcommercial-black .content .portfolio .more-link:hover,
.vtcommercial-black .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-black button,
.vtcommercial-black input[type="button"],
.vtcommercial-black input[type="reset"],
.vtcommercial-black a.button.small,
.vtcommercial-black a.button.medium,
.vtcommercial-black a.button.large,
.vtcommercial-black .circle {
	background: #111;
}

.vtcommercial-black .footer-widgets button,
.vtcommercial-black .footer-widgets input[type="button"],
.vtcommercial-black .footer-widgets input[type="reset"],
.vtcommercial-black .footer-widgets .enews-widget input[type="submit"],
.vtcommercial-black .footer-widgets a.button.small,
.vtcommercial-black .footer-widgets a.button.medium,
.vtcommercial-black .footer-widgets a.button.large,
.vtcommercial-black .footer-widgets .circle {
	background: #333;
}

.vtcommercial-black .author-box-title,
.vtcommercial-black .author-box a {
	color: #fff;
}

.vtcommercial-black .author-box,
.vtcommercial-black .author-box p {
	color: #aaa;
}

.vtcommercial-black .footer-widgets input[type="submit"] {
	background: #333;
}

.vtcommercial-black .footer {
	background: #222;
}

/* VTCommercial Blue
--------------------------------------------- */
 
.vtcommercial-blue a {
 	color: #1887e5;
}

.vtcommercial-blue .site-title a:hover {
	color: #ccc;
}

.vtcommercial-blue .site-description {
	color: #ccc;
}

.vtcommercial-blue .genesis-nav-menu a {
	color: #fff;
}

.vtcommercial-blue .site-header .widget-area {
	color: #eee;
}

.vtcommercial-blue .genesis-nav-menu a:hover,
.vtcommercial-blue .genesis-nav-menu .current-menu-item > a {
    color: #bbb;
}

.vtcommercial-blue .nav-primary .sub-menu a:hover,
.vtcommercial-blue .nav-secondary .sub-menu a:hover,
.vtcommercial-blue .site-header .sub-menu a:hover,
.vtcommercial-blue .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #1887e5;
}

.vtcommercial-blue h1 a,
.vtcommercial-blue h2 a {
	color: #333;
}

.vtcommercial-blue h1 a:hover,
.vtcommercial-blue h2 a:hover {
	color: #1887e5;
}

.vtcommercial-blue .head-wrap,
.vtcommercial-blue .welcome,
.vtcommercial-blue .home-feature-bg-dark,
.vtcommercial-blue .author-box,
.vtcommercial-blue .footer-widgets {
	background: #1887e5;
	color: #eee;
}

.vtcommercial-blue .head-wrap a,
.vtcommercial-blue .welcome a,
.vtcommercial-blue .home-feature-bg-dark a,
.vtcommercial-blue .author-box-title,
.vtcommercial-blue .author-box a,
.vtcommercial-blue .footer-widgets a {
	color: #fff;
}

.vtcommercial-blue .head-wrap p,
.vtcommercial-blue .welcome p,
.vtcommercial-blue .home-feature-bg-dark p,
.vtcommercial-blue .author-box p,
.vtcommercial-blue .footer-widgets p {
	color: #eee;
}

.vtcommercial-blue .archive-pagination li a:hover,
.vtcommercial-blue .archive-pagination li.active a {
	background: #1887e5;
}

.vtcommercial-blue .content .portfolio .more-link,
.vtcommercial-blue .plan-button a {
	background: #1887e5;
	color: #fff;
}

.vtcommercial-blue .content .portfolio .more-link:hover,
.vtcommercial-blue .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-blue button,
.vtcommercial-blue input[type="button"],
.vtcommercial-blue input[type="reset"],
.vtcommercial-blue input[type="submit"],
.vtcommercial-blue .sidebar .enews-widget input[type="submit"],
.vtcommercial-blue a.button.small,
.vtcommercial-blue a.button.medium,
.vtcommercial-blue a.button.large,
.vtcommercial-blue .circle {
	background: #1887e5;
}

.vtcommercial-blue .footer-widgets button,
.vtcommercial-blue .footer-widgets input[type="button"],
.vtcommercial-blue .footer-widgets input[type="reset"],
.vtcommercial-blue .footer-widgets .enews-widget input[type="submit"],
.vtcommercial-blue .footer-widgets a.button.small,
.vtcommercial-blue .footer-widgets a.button.medium,
.vtcommercial-blue .footer-widgets a.button.large,
.vtcommercial-blue .footer-widgets .circle {
	background: #111;
}

.vtcommercial-blue .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-blue .footer-widgets input[type="submit"] {
	background: #111;
}

.vtcommercial-blue .footer {
	background: #1887e5;
}

/* VTCommercial Dark Blue
--------------------------------------------- */
 
.vtcommercial-darkblue a {
 	color: #293f5e;
}

.vtcommercial-darkblue .site-title a:hover {
	color: #ccc;
}

.vtcommercial-darkblue .site-description {
	color: #ccc;
}

.vtcommercial-darkblue .genesis-nav-menu a {
	color: #fff;
}

.vtcommercial-darkblue .site-header .widget-area {
	color: #eee;
}

.vtcommercial-darkblue .genesis-nav-menu a:hover,
.vtcommercial-darkblue .genesis-nav-menu .current-menu-item > a {
    color: #aaa;
}

.vtcommercial-darkblue .nav-primary .sub-menu a:hover,
.vtcommercial-darkblue .nav-secondary .sub-menu a:hover,
.vtcommercial-darkblue .site-header .sub-menu a:hover,
.vtcommercial-darkblue .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-darkblue .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-darkblue .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #486ea3;
}

.vtcommercial-darkblue h1 a,
.vtcommercial-darkblue h2 a {
	color: #333;
}

.vtcommercial-darkblue h1 a:hover,
.vtcommercial-darkblue h2 a:hover {
	color: #293f5e;
}

.vtcommercial-darkblue .head-wrap,
.vtcommercial-darkblue .welcome,
.vtcommercial-darkblue .home-feature-bg-dark,
.vtcommercial-darkblue .author-box,
.vtcommercial-darkblue .footer-widgets {
	background: #293f5e;
	color: #eee;
}

.vtcommercial-darkblue .head-wrap a,
.vtcommercial-darkblue .welcome a,
.vtcommercial-darkblue .home-feature-bg-dark a,
.vtcommercial-darkblue .author-box-title,
.vtcommercial-darkblue .author-box a,
.vtcommercial-darkblue .footer-widgets a {
	color: #fff;
}

.vtcommercial-darkblue .head-wrap p,
.vtcommercial-darkblue .welcome p,
.vtcommercial-darkblue .home-feature-bg-dark p,
.vtcommercial-darkblue .author-box p,
.vtcommercial-darkblue .footer-widgets p {
	color: #eee;
}

.vtcommercial-darkblue .archive-pagination li a:hover,
.vtcommercial-darkblue .archive-pagination li.active a {
	background: #293f5e;
}

.vtcommercial-darkblue .content .portfolio .more-link,
.vtcommercial-darkblue .plan-button a {
	background: #293f5e;
	color: #fff;
}

.vtcommercial-darkblue .content .portfolio .more-link:hover,
.vtcommercial-darkblue .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-darkblue button,
.vtcommercial-darkblue input[type="button"],
.vtcommercial-darkblue input[type="reset"],
.vtcommercial-darkblue input[type="submit"],
.vtcommercial-darkblue .sidebar .enews-widget input[type="submit"],
.vtcommercial-darkblue a.button.small,
.vtcommercial-darkblue a.button.medium,
.vtcommercial-darkblue a.button.large,
.vtcommercial-darkblue .circle {
	background: #293f5e;
}

.vtcommercial-darkblue .footer-widgets button,
.vtcommercial-darkblue .footer-widgets input[type="button"],
.vtcommercial-darkblue .footer-widgets input[type="reset"],
.vtcommercial-darkblue .footer-widgets .enews-widget input[type="submit"],
.vtcommercial-darkblue .footer-widgets a.button.small,
.vtcommercial-darkblue .footer-widgets a.button.medium,
.vtcommercial-darkblue .footer-widgets a.button.large,
.vtcommercial-darkblue .footer-widgets .circle {
	background: #111;
}

.vtcommercial-darkblue .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-darkblue .footer-widgets input[type="submit"] {
	background: #111;
}

.vtcommercial-darkblue .footer {
	background: #293f5e;
}

.vtcommercial-darkblue .site-footer a {
	color: #fff;
}

/* VTCommercial Gray
--------------------------------------------- */
 
.vtcommercial-gray a {
 	color: #777;
}

.vtcommercial-gray .site-title a:hover {
	color: #ccc;
}

.vtcommercial-gray .site-description {
	color: #ccc;
}

.vtcommercial-gray .genesis-nav-menu a {
	color: #fff;
}

.vtcommercial-gray .site-header .widget-area {
	color: #eee;
}

.vtcommercial-gray .genesis-nav-menu a:hover,
.vtcommercial-gray .genesis-nav-menu .current-menu-item > a {
    color: #bbb;
}

.vtcommercial-gray .nav-primary .sub-menu a:hover,
.vtcommercial-gray .nav-secondary .sub-menu a:hover,
.vtcommercial-gray .site-header .sub-menu a:hover,
.vtcommercial-gray .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-gray .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-gray .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #888;
}

.vtcommercial-gray h1 a,
.vtcommercial-gray h2 a {
	color: #333;
}

.vtcommercial-gray h1 a:hover,
.vtcommercial-gray h2 a:hover {
	color: #777;
}

.vtcommercial-gray .head-wrap,
.vtcommercial-gray .welcome,
.vtcommercial-gray .home-feature-bg-dark,
.vtcommercial-gray .author-box,
.vtcommercial-gray .footer-widgets {
	background: #777;
	color: #eee;
}

.vtcommercial-gray .head-wrap a,
.vtcommercial-gray .welcome a,
.vtcommercial-gray .author-box-title,
.vtcommercial-gray .home-feature-bg-dark a,
.vtcommercial-gray .author-box a,
.vtcommercial-gray .footer-widgets a {
	color: #fff;
}

.vtcommercial-gray .head-wrap p,
.vtcommercial-gray .welcome p,
.vtcommercial-gray .home-feature-bg-dark p,
.vtcommercial-gray .author-box p,
.vtcommercial-gray .footer-widgets p {
	color: #eee;
}

.vtcommercial-gray .archive-pagination li a:hover,
.vtcommercial-gray .archive-pagination li.active a {
	background: #777;
}

.vtcommercial-gray .content .portfolio .more-link,
.vtcommercial-gray .plan-button a {
	background: #777;
	color: #fff;
}

.vtcommercial-gray .content .portfolio .more-link:hover,
.vtcommercial-gray .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-gray button,
.vtcommercial-gray input[type="button"],
.vtcommercial-gray input[type="reset"],
.vtcommercial-gray input[type="submit"],
.vtcommercial-gray .sidebar .enews-widget input[type="submit"],
.vtcommercial-gray a.button.small,
.vtcommercial-gray a.button.medium,
.vtcommercial-gray a.button.large,
.vtcommercial-gray .circle {
	background: #777;
}

.vtcommercial-gray .footer-widgets button,
.vtcommercial-gray .footer-widgets input[type="button"],
.vtcommercial-gray .footer-widgets input[type="reset"],
.vtcommercial-gray .footer-widgets .enews-widget input[type="submit"],
.vtcommercial-gray .footer-widgets a.button.small,
.vtcommercial-gray .footer-widgets a.button.medium,
.vtcommercial-gray .footer-widgets a.button.large,
.vtcommercial-gray .footer-widgets .circle {
	background: #111;
}

.vtcommercial-gray .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-gray .footer-widgets input[type="submit"] {
	background: #111;
}

.vtcommercial-gray .footer {
	background: #777;
}

.vtcommercial-gray .site-footer a {
	color: #fff;
}

/* VTCommercial Green
--------------------------------------------- */
 
.vtcommercial-green a {
 	color: #9dcb2a;
}

.vtcommercial-green .site-title a:hover {
	color: #eee;
}

.vtcommercial-green .site-description {
	color: #eee;
}

.vtcommercial-green .genesis-nav-menu a {
	color: #fff;
}

.vtcommercial-green .site-header .widget-area {
	color: #eee;
}

.vtcommercial-green .genesis-nav-menu a:hover,
.vtcommercial-green .genesis-nav-menu .current-menu-item > a {
    color: #6d8c1d;
}

.vtcommercial-green .nav-primary .sub-menu a:hover,
.vtcommercial-green .nav-secondary .sub-menu a:hover,
.vtcommercial-green .site-header .sub-menu a:hover,
.vtcommercial-green .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #6d8c1d;
}

.vtcommercial-green h1 a,
.vtcommercial-green h2 a {
	color: #333;
}

.vtcommercial-green h1 a:hover,
.vtcommercial-green h2 a:hover {
	color: #9dcb2a;
}

.vtcommercial-green .head-wrap,
.vtcommercial-green .welcome,
.vtcommercial-green .home-feature-bg-dark,
.vtcommercial-green .author-box,
.vtcommercial-green .footer-widgets {
	background: #9dcb2a;
	color: #eee;
}

.vtcommercial-green .head-wrap a,
.vtcommercial-green .welcome a,
.vtcommercial-green .home-feature-bg-dark a,
.vtcommercial-green .author-box-title,
.vtcommercial-green .author-box a,
.vtcommercial-green .footer-widgets a {
	color: #fff;
}

.vtcommercial-green .head-wrap p,
.vtcommercial-green .welcome p,
.vtcommercial-green .home-feature-bg-dark p,
.vtcommercial-green .author-box p,
.vtcommercial-green .footer-widgets p {
	color: #eee;
}

.vtcommercial-green .archive-pagination li a:hover,
.vtcommercial-green .archive-pagination li.active a {
	background: #9dcb2a;
}

.vtcommercial-green .content .portfolio .more-link,
.vtcommercial-green .plan-button a {
	background: #9dcb2a;
	color: #fff;
}

.vtcommercial-green .content .portfolio .more-link:hover,
.vtcommercial-green .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-green button,
.vtcommercial-green input[type="button"],
.vtcommercial-green input[type="reset"],
.vtcommercial-green input[type="submit"],
.vtcommercial-green .sidebar .enews-widget input[type="submit"],
.vtcommercial-green a.button.small,
.vtcommercial-green a.button.medium,
.vtcommercial-green a.button.large,
.vtcommercial-green .circle {
	background: #9dcb2a;
}

.vtcommercial-green .footer-widgets button,
.vtcommercial-green .footer-widgets input[type="button"],
.vtcommercial-green .footer-widgets input[type="reset"],
.vtcommercial-green .footer-widgets .enews-widget input[type="submit"],
.vtcommercial-green .footer-widgets a.button.small,
.vtcommercial-green .footer-widgets a.button.medium,
.vtcommercial-green .footer-widgets a.button.large,
.vtcommercial-green .footer-widgets .circle {
	background: #111;
}

.vtcommercial-green .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-green .footer-widgets input[type="submit"] {
	background: #111;
}

.vtcommercial-green .footer {
	background: #9dcb2a;
}

/* VTCommercial Orange
--------------------------------------------- */
 
.vtcommercial-orange a {
 	color: #ff7e00;
}

.vtcommercial-orange .site-title a:hover {
	color: #ddd;
}

.vtcommercial-orange .site-description {
	color: #ddd;
}

.vtcommercial-orange .genesis-nav-menu a {
	color: #fff;
}

.vtcommercial-orange .site-header .widget-area {
	color: #eee;
}

.vtcommercial-orange .genesis-nav-menu a:hover,
.vtcommercial-orange .genesis-nav-menu .current-menu-item > a {
    color: #994c00;
}

.vtcommercial-orange .nav-primary .sub-menu a:hover,
.vtcommercial-orange .nav-secondary .sub-menu a:hover,
.vtcommercial-orange .site-header .sub-menu a:hover,
.vtcommercial-orange .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #c66200;
}

.vtcommercial-orange h1 a,
.vtcommercial-orange h2 a {
	color: #333;
}

.vtcommercial-orange h1 a:hover,
.vtcommercial-orange h2 a:hover {
	color: #ff7e00;
}

.vtcommercial-orange .head-wrap,
.vtcommercial-orange .welcome,
.vtcommercial-orange .home-feature-bg-dark,
.vtcommercial-orange .author-box,
.vtcommercial-orange .footer-widgets {
	background: #ff7e00;
	color: #eee;
}

.vtcommercial-orange .head-wrap a,
.vtcommercial-orange .welcome a,
.vtcommercial-orange .home-feature-bg-dark a,
.vtcommercial-orange .author-box-title,
.vtcommercial-orange .author-box a,
.vtcommercial-orange .footer-widgets a {
	color: #fff;
}

.vtcommercial-orange .head-wrap p,
.vtcommercial-orange .welcome p,
.vtcommercial-orange .home-feature-bg-dark p,
.vtcommercial-orange .author-box p,
.vtcommercial-orange .footer-widgets p {
	color: #eee;
}

.vtcommercial-orange .archive-pagination li a:hover,
.vtcommercial-orange .archive-pagination li.active a {
	background: #ff7e00;
}

.vtcommercial-orange .content .portfolio .more-link,
.vtcommercial-orange .plan-button a {
	background: #ff7e00;
	color: #fff;
}

.vtcommercial-orange .content .portfolio .more-link:hover,
.vtcommercial-orange .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-orange button,
.vtcommercial-orange input[type="button"],
.vtcommercial-orange input[type="reset"],
.vtcommercial-orange input[type="submit"],
.vtcommercial-orange .sidebar .enews-widget input[type="submit"],
.vtcommercial-orange a.button.small,
.vtcommercial-orange a.button.medium,
.vtcommercial-orange a.button.large,
.vtcommercial-orange .circle {
	background: #ff7e00;
}

.vtcommercial-orange .footer-widgets button,
.vtcommercial-orange .footer-widgets input[type="button"],
.vtcommercial-orange .footer-widgets input[type="reset"],
.vtcommercial-orange .footer-widgets .enews-widget input[type="submit"],
.vtcommercial-orange .footer-widgets a.button.small,
.vtcommercial-orange .footer-widgets a.button.medium,
.vtcommercial-orange .footer-widgets a.button.large,
.vtcommercial-orange .footer-widgets .circle {
	background: #111;
}

.vtcommercial-orange .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-orange .footer-widgets input[type="submit"] {
	background: #111;
}

.vtcommercial-orange .footer {
	background: #ff7e00;
}

/* VTCommercial Pink
--------------------------------------------- */
 
.vtcommercial-pink a {
 	color: #ff55a9;
}

.vtcommercial-pink .site-title a:hover {
	color: #eee;
}

.vtcommercial-pink .site-description {
	color: #eee;
}

.vtcommercial-pink .genesis-nav-menu a {
	color: #fff;
}

.vtcommercial-pink .site-header .widget-area {
	color: #eee;
}

.vtcommercial-pink .genesis-nav-menu a:hover,
.vtcommercial-pink .genesis-nav-menu .current-menu-item > a {
    color: #ffc5e1;
}

.vtcommercial-pink .nav-primary .sub-menu a:hover,
.vtcommercial-pink .nav-secondary .sub-menu a:hover,
.vtcommercial-pink .site-header .sub-menu a:hover,
.vtcommercial-pink .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-pink .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #ff55a9;
}

.vtcommercial-pink h1 a,
.vtcommercial-pink h2 a {
	color: #333;
}

.vtcommercial-pink h1 a:hover,
.vtcommercial-pink h2 a:hover {
	color: #ff55a9;
}

.vtcommercial-pink .head-wrap,
.vtcommercial-pink .welcome,
.vtcommercial-pink .home-feature-bg-dark,
.vtcommercial-pink .author-box,
.vtcommercial-pink .footer-widgets {
	background: #ff55a9;
	color: #eee;
}

.vtcommercial-pink .head-wrap a,
.vtcommercial-pink .welcome a,
.vtcommercial-pink .home-feature-bg-dark a,
.vtcommercial-pink .author-box-title,
.vtcommercial-pink .author-box a,
.vtcommercial-pink .footer-widgets a {
	color: #fff;
}

.vtcommercial-pink .head-wrap p,
.vtcommercial-pink .welcome p,
.vtcommercial-pink .home-feature-bg-dark p,
.vtcommercial-pink .author-box p,
.vtcommercial-pink .footer-widgets p {
	color: #eee;
}

.vtcommercial-pink .archive-pagination li a:hover,
.vtcommercial-pink .archive-pagination li.active a {
	background: #ff55a9;
}

.vtcommercial-pink .content .portfolio .more-link,
.vtcommercial-pink .plan-button a {
	background: #ff55a9;
	color: #fff;
}

.vtcommercial-pink .content .portfolio .more-link:hover,
.vtcommercial-pink .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-pink button,
.vtcommercial-pink input[type="button"],
.vtcommercial-pink input[type="reset"],
.vtcommercial-pink input[type="submit"],
.vtcommercial-pink .sidebar .enews-widget input[type="submit"],
.vtcommercial-pink a.button.small,
.vtcommercial-pink a.button.medium,
.vtcommercial-pink a.button.large,
.vtcommercial-pink .circle {
	background: #ff55a9;
}

.vtcommercial-pink .footer-widgets button,
.vtcommercial-pink .footer-widgets input[type="button"],
.vtcommercial-pink .footer-widgets input[type="reset"],
.vtcommercial-pink .footer-widgets .enews-widget input[type="submit"],
.vtcommercial-pink .footer-widgets a.button.small,
.vtcommercial-pink .footer-widgets a.button.medium,
.vtcommercial-pink .footer-widgets a.button.large,
.vtcommercial-pink .footer-widgets .circle {
	background: #111;
}

.vtcommercial-pink .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-pink .footer-widgets input[type="submit"] {
	background: #111;
}

.vtcommercial-pink .footer {
	background: #ff55a9;
}

/* VTCommercial Purple
--------------------------------------------- */
 
.vtcommercial-purple a {
 	color: #8542c4;
}

.vtcommercial-purple .site-title a:hover {
	color: #eee;
}

.vtcommercial-purple .site-description {
	color: #eee;
}

.vtcommercial-purple .genesis-nav-menu a {
	color: #fff;
}

.vtcommercial-purple .site-header .widget-area {
	color: #eee;
}

.vtcommercial-purple .genesis-nav-menu a:hover,
.vtcommercial-purple .genesis-nav-menu .current-menu-item > a {
    color: #d5a8ff;
}

.vtcommercial-purple .nav-primary .sub-menu a:hover,
.vtcommercial-purple .nav-secondary .sub-menu a:hover,
.vtcommercial-purple .site-header .sub-menu a:hover,
.vtcommercial-purple .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-purple .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #8542c4;
}

.vtcommercial-purple h1 a,
.vtcommercial-purple h2 a {
	color: #333;
}

.vtcommercial-purple h1 a:hover,
.vtcommercial-purple h2 a:hover {
	color: #8542c4;
}

.vtcommercial-purple .head-wrap,
.vtcommercial-purple .welcome,
.vtcommercial-purple .home-feature-bg-dark,
.vtcommercial-purple .author-box,
.vtcommercial-purple .footer-widgets {
	background: #8542c4;
	color: #eee;
}

.vtcommercial-purple .head-wrap a,
.vtcommercial-purple .welcome a,
.vtcommercial-purple .home-feature-bg-dark a,
.vtcommercial-purple .author-box-title,
.vtcommercial-purple .author-box a,
.vtcommercial-purple .footer-widgets a {
	color: #fff;
}

.vtcommercial-purple .head-wrap p,
.vtcommercial-purple .welcome p,
.vtcommercial-purple .home-feature-bg-dark p,
.vtcommercial-purple .author-box p,
.vtcommercial-purple .footer-widgets p {
	color: #eee;
}

.vtcommercial-purple .archive-pagination li a:hover,
.vtcommercial-purple .archive-pagination li.active a {
	background: #8542c4;
}

.vtcommercial-purple .content .portfolio .more-link,
.vtcommercial-purple .plan-button a {
	background: #8542c4;
	color: #fff;
}

.vtcommercial-purple .content .portfolio .more-link:hover,
.vtcommercial-purple .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-purple button,
.vtcommercial-purple input[type="button"],
.vtcommercial-purple input[type="reset"],
.vtcommercial-purple input[type="submit"],
.vtcommercial-purple .sidebar .enews-widget input[type="submit"],
.vtcommercial-purple a.button.small,
.vtcommercial-purple a.button.medium,
.vtcommercial-purple a.button.large,
.vtcommercial-purple .circle {
	background: #8542c4;
}

.vtcommercial-purple .footer-widgets button,
.vtcommercial-purple .footer-widgets input[type="button"],
.vtcommercial-purple .footer-widgets input[type="reset"],
.vtcommercial-purple .footer-widgets .enews-widget input[type="submit"],
.vtcommercial-purple .footer-widgets a.button.small,
.vtcommercial-purple .footer-widgets a.button.medium,
.vtcommercial-purple .footer-widgets a.button.large,
.vtcommercial-purple .footer-widgets .circle {
	background: #111;
}

.vtcommercial-purple .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-purple .footer-widgets input[type="submit"] {
	background: #111;
}

.vtcommercial-purple .footer {
	background: #8542c4;
}

/* VTCommercial Red
--------------------------------------------- */
 
.vtcommercial-red a {
 	color: #d91420;
}

.vtcommercial-red .site-title a:hover {
	color: #eee;
}

.vtcommercial-red .site-description {
	color: #eee;
}

.vtcommercial-red .genesis-nav-menu a {
	color: #fff;
}

.vtcommercial-red .site-header .widget-area {
	color: #eee;
}

.vtcommercial-red .genesis-nav-menu a:hover,
.vtcommercial-red .genesis-nav-menu .current-menu-item > a {
    color: #bbb;
}

.vtcommercial-red .nav-primary .sub-menu a:hover,
.vtcommercial-red .nav-secondary .sub-menu a:hover,
.vtcommercial-red .site-header .sub-menu a:hover,
.vtcommercial-red .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.vtcommercial-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #d91420;
}

.vtcommercial-red h1 a,
.vtcommercial-red h2 a {
	color: #333;
}

.vtcommercial-red h1 a:hover,
.vtcommercial-red h2 a:hover {
	color: #d91420;
}

.vtcommercial-red .head-wrap,
.vtcommercial-red .welcome,
.vtcommercial-red .home-feature-bg-dark,
.vtcommercial-red .author-box,
.vtcommercial-red .footer-widgets {
	background: #d91420;
	color: #eee;
}

.vtcommercial-red .head-wrap a,
.vtcommercial-red .welcome a,
.vtcommercial-red .home-feature-bg-dark a,
.vtcommercial-red .author-box-title,
.vtcommercial-red .author-box a,
.vtcommercial-red .footer-widgets a {
	color: #fff;
}

.vtcommercial-red .head-wrap p,
.vtcommercial-red .welcome p,
.vtcommercial-red .home-feature-bg-dark p,
.vtcommercial-red .author-box p,
.vtcommercial-red .footer-widgets p {
	color: #eee;
}

.vtcommercial-red .archive-pagination li a:hover,
.vtcommercial-red .archive-pagination li.active a {
	background: #d91420;
}

.vtcommercial-red .content .portfolio .more-link,
.vtcommercial-red .plan-button a {
	background: #d91420;
	color: #fff;
}

.vtcommercial-red .content .portfolio .more-link:hover,
.vtcommercial-red .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-red button,
.vtcommercial-red input[type="button"],
.vtcommercial-red input[type="reset"],
.vtcommercial-red input[type="submit"],
.vtcommercial-red .sidebar .enews-widget input[type="submit"],
.vtcommercial-red a.button.small,
.vtcommercial-red a.button.medium,
.vtcommercial-red a.button.large,
.vtcommercial-red .circle {
	background: #d91420;
}

.vtcommercial-red .footer-widgets button,
.vtcommercial-red .footer-widgets input[type="button"],
.vtcommercial-red .footer-widgets input[type="reset"],
.vtcommercial-red .footer-widgets .enews-widget input[type="submit"],
.vtcommercial-red .footer-widgets a.button.small,
.vtcommercial-red .footer-widgets a.button.medium,
.vtcommercial-red .footer-widgets a.button.large,
.vtcommercial-red .footer-widgets .circle {
	background: #111;
}

.vtcommercial-red .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.vtcommercial-red .footer-widgets input[type="submit"] {
	background: #111;
}

.vtcommercial-red .footer {
	background: #d91420;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.wrap,
	.site-header {
		max-width: 98%;
	}


	.title-area {
		/*background: url(/wp-content/uploads/2017/04/banner-960x120.png) no-repeat center; */
		width: 520px;
		height: 65px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px; 
	}

	.welcome-wide .widget.listings-search select,
	.welcome-wide .property-search input {
	    margin: 5px;
	    width: 95%;
	}

	.welcome-wide {
		margin-top: 0px;
	}

	.welcome-wide form {
	    text-align: center;
	    margin: 0px 70px;
		width: 90%;	
	}

	.content,
	.site-header .widget-area {
		/* width: 640px; */
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 300px;
	}

	.sidebar-primary,
	.title-area {
		/* width: 300px; */
	}
	
	.hf1,
	.hf3,
	.hf4,
	.hf5,
	.hf6,
	.hf7,
	.hf8,
	.hf9,
	.hf14 {
		/*background-attachment: scroll;*/
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}

}


@media only screen and (max-width: 1120px) {
	.banner-center,
	.tagline {
		display:none;
	}	
}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1024px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.before-header {
		display: none;
	}
	
	.header-widget-area {
 	   height: 45px;
	}
	
	.welcome-wide form {
	    text-align: center;
	    margin: 0px 60px;
	}
	
	.genesis-nav-menu {
		padding: 0;
	}

	/*.site-header, */
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-feature-bg .wrap,
	.home-feature-bg-alt .wrap,
	.home-feature-bg-dark .wrap,
	.footer-widgets .wrap {
		width: 90%;
	}
	
	.site-header .widget-area, 
	.title-area {
		width: 520px;
	}

	.title-area {
		padding: 16px 0;
	}
	
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		background: none;
	}
	
	.nav-primary {
		background-repeat: repeat-y;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.site-title,
	.site-title a {
		max-width: 360px;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a { }
	

	.site-header .search-form {
		margin: 16px auto ;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.wp-caption {
		width: 100% !important;
	}
	
	.footer-widgets .widget {
		margin-bottom: 40px;
	}

}

/* iPad/Tablets (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 960px) {

	.title-area {
		/* background: url(/wp-content/uploads/2017/04/banner-768x120.png) no-repeat center; */
		width: 200px;
		height: 50px;
	}

	.home-feature-3,
	.home-feature-4,
	.home-bottom-sidebar-1,
	.home-bottom-sidebar-2,
	.home-bottom-sidebar-3,
	.home-bottom-sidebar-4,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.feature-margin {
		margin: 0;
	}

	.welcome-wide form {
	    text-align: center;
	    margin: 0px 40px;
	}

	.genesis-nav-menu {
		padding: 0;
	}

	.archive-aeprofiles a.fn {
		margin: 15px 0 10px 0 !important;
		display: block !important;
	}
}

/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	.title-area {
		/*background: url(/wp-content/uploads/2017/04/banner-580x120.png) no-repeat center; */
		width: 520px;
		height: 65px;
	}

	.home-feature-3,
	.home-feature-4,
	.home-bottom-sidebar-1,
	.home-bottom-sidebar-2,
	.home-bottom-sidebar-3,
	.home-bottom-sidebar-4,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.home-feature-bg-dark .featuredpage .page,
	.home-feature-bg-dark .featuredpost .post {
	    	float: left;
	    	margin: 0;
	    	overflow: hidden;
	    	padding: 0 25px;
	    	width: 100%;
	    	text-align: left;
	}

	.banner-tagline {
		display:none;
	}

	.welcome-wide form {
	    text-align: center;
	    margin: 0px 25px;
	}

	.genesis-nav-menu {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
		text-align: center;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu .sub-menu a {
		height:0px;
		line-height:0px;
	}

	.genesis-nav-menu .sub-menu a {
		margin-left:25px;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		/* padding: 15px 20px; */
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}
	
	.feature-left,
	.feature-right {
		width: 45%;
	}
	
	.home-feature-10,  
	.home-feature-12 {
		width: 48%;
	}
	
	.home-feature-11,
	.home-feature-13 {
		float: right;
		margin: 0;
		width: 48%;
	}
	
	.home-feature-12 {
		clear: both;
	}

	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		width: 48%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.home-feature-10 img, 
	.home-feature-11 img, 
	.home-feature-12 img, 
	.home-feature-13 img {
		width: 100%;
	}
	
	.plan-col, 
	.plan-col-popular {	
		float: none;
		margin: 0 auto 40px;	
		width: 80%;
	}

	.featured-listings .listing {
		margin: 0 0 1% 1%;
		width: 48%;
	}

	.ccim-logo,
	.realtor-logo {
		float: none;
		clear: both;
		margin: 20px 0;
		text-align: center;
	}

	.archive-aeprofiles .agent-wrap {
		clear: both !important;
		margin: 70px 0 !important;
		width: 100% !important;
	}
	
	.archive-aeprofiles a.fn {
		margin: 15px 0 10px 0 !important;
		display: block !important;
	}
}

@media only screen and (max-width: 580px) {

	.home .wrap {
/*		text-align: center;	*/
	}
	
	.title-area {
		/* background: url(/wp-content/uploads/2017/04/banner-320x120.png) no-repeat center; */
		width: 100%;
		height: 48px;
	}

	.site-header .wrap {
		/* width: 90%; */
	}

	.welcome-feature-1, 
	.welcome-feature-2,
	.welcome-feature-3,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-feature-5,
	.home-feature-6,
	.home-feature-7,
	.home-feature-8,
	.home-feature-9,
	.home-feature-10,
	.home-feature-11,
	.home-feature-12,
	.home-feature-13,
	.home-feature-14 {
		margin: 0 auto;
	    text-align: center;
	    width: 100%;
	}
	
	.feature-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

	.welcome-wide form {
	    text-align: center;
	    margin: 0px 15px;
	}	

	.feature-right {
		float: none;
		margin: 40px auto 0;
		text-align: center;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.site-header {
		width: 100%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}

	.welcome-wide form {
	    text-align: center;
	    margin: 0px 5px;
	}	

	.featured-listings .listing {
		margin: 0;
		width: 100%;
	}
}

/* =================================== */
/*    Transferring wp-listings.css     */
/* =================================== */

.full-width.singular .site-content article.hentry.has-post-thumbnail,.full-width .site-content .has-post-thumbnail header.entry-header{margin-top:0}.single-listing.full-width .hentry{width:672px}.single-listing .site-content .entry-header,.single-listing .site-content .entry-meta,.single-listing .site-content .entry-content{width:100%;max-width:100%}.site-content .has-post-thumbnail .entry-header{padding-top:0}section.content-area,div.content-area{overflow:hidden}.listing,.listing-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.archive .listing-wrap,.wp-listings-shortcode .listing-wrap{width:100%;margin:0;}.archive .listing-widget-thumb,.wp-listings-shortcode .listing-widget-thumb{position:relative;overflow:hidden;line-height:0px}.archive .listing-widget-thumb a img,.wp-listings-shortcode .listing-widget-thumb a img{margin:0;padding:0;width:100%;height:auto;border:none}.archive .listing-widget-thumb a,.wp-listings-shortcode .listing-widget-thumb a{padding:0;margin:0;border:none;text-decoration:none}.archive .listing-wrap span.listing-status,.archive .listing-wrap .listing-thumb-meta,.wp-listings-shortcode .listing-wrap span.listing-status,.wp-listings-shortcode .listing-wrap .listing-thumb-meta{position:absolute}.archive .listing-wrap span.listing-status,.wp-listings-shortcode .listing-wrap span.listing-status{width:130px;padding:5px;top:20px;right:-30px;font-size:12px;line-height:18px;-moz-transform:scale(1) rotate(45deg) translate(0px);-webkit-transform:scale(1) rotate(45deg) translate(0px);-o-transform:scale(1) rotate(45deg) translate(0px);transform:scale(1) rotate(45deg) translate(0px)}.archive .listing-wrap .listing-thumb-meta,.wp-listings-shortcode .listing-wrap .listing-thumb-meta{left:0;bottom:0}.archive .listing-wrap .listing-thumb-meta span,.wp-listings-shortcode .listing-wrap .listing-thumb-meta span{position:relative;padding:5px 10px;color:#111;background:#fff;background:rgba(255,255,255,0.8);font-size:14px;line-height:14px;font-weight:normal;display:table;top:inherit;left:inherit;border-radius:0}.archive .listing-wrap .listing-thumb-meta span.listing-price,.archive .listing-wrap .listing-thumb-meta span.listing-headline,.wp-listings-shortcode .listing-wrap .listing-thumb-meta span.listing-price,.wp-listings-shortcode .listing-wrap .listing-thumb-meta span.listing-headline{padding:8px 10px;color:#fff;font-size:18px;line-height:18px;font-weight:700;background:#004c8b;background:rgba(0,76,139,0.8)}.archive .listing-wrap span.listing-open-house,.wp-listings-shortcode .listing-wrap span.listing-open-house{display:block;padding:5px 10px;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;background:#be1d2c}.archive .listing-widget-details,.wp-listings-shortcode .listing-widget-details{color:#999;text-align:left;line-height:18px;background:#fff;border:1px solid #efefef;border-top:none;border-radius:0 0 5px 5px}.archive .listing-widget-details h3.listing-title,.wp-listings-shortcode .listing-widget-details h3.listing-title{padding:15px 15px 10px;margin:0;line-height:1;text-decoration:none;border-bottom:none}.archive .listing-widget-details h3.listing-title a,.wp-listings-shortcode .listing-widget-details h3.listing-title a{padding:0;margin:0;color:#666;background:none;font-size:18px;text-decoration:none;border:none}.archive .listing-widget-details p.listing-address,.wp-listings-shortcode .listing-widget-details p.listing-address{padding:0 0 15px;margin:0;display:block;text-align:left}.archive .listing-widget-details span.listing-address,.archive .listing-widget-details span.listing-city-state-zip,.wp-listings-shortcode .listing-widget-details span.listing-address,.wp-listings-shortcode .listing-widget-details span.listing-city-state-zip{padding:0 15px;font-size:14px;line-height:18px;text-align:left;display:inline}.archive .listing-widget-details .listing-beds-baths-sqft,.wp-listings-shortcode .listing-widget-details .listing-beds-baths-sqft{width:100%;padding:15px 0;margin:0;border-top:1px solid #efefef}.archive .listing-widget-details .listing-beds-baths-sqft li,.wp-listings-shortcode .listing-widget-details .listing-beds-baths-sqft li{display:inline-block;width:32%;color:#666;text-align:center;margin:0;padding:0}.archive .listing-widget-details .listing-beds-baths-sqft li span,.wp-listings-shortcode .listing-widget-details .listing-beds-baths-sqft li span{display:block;color:#999;margin:5px 0 0 0}.archive .listing-wrap .more-link{display:none}.wp-listings-shortcode{overflow:hidden}.wp-listings-shortcode .listing-wrap{margin-bottom:25px}.archive .listing-wrap span.listing-status,.wp-listings-shortcode .listing-wrap span.listing-status{color:#fff;background:#900000;background:#900000;font-weight:700;text-align:center;text-transform:uppercase;box-shadow:0px 4px 1px rgba(0,0,0,0.2)}.archive .listing-wrap span.listing-status.active,.wp-listings-shortcode .listing-wrap span.listing-status.active{background:#53c331;background:rgba(83,195,49,0.8)}.archive .listing-wrap span.listing-status.sold,.wp-listings-shortcode .listing-wrap span.listing-status.sold{background:#be1d2c;background:rgba(190,29,44,0.8)}.archive .listing-wrap span.listing-status.pending,.wp-listings-shortcode .listing-wrap span.listing-status.pending{background:#db8323;background:rgba(219,131,35,0.8)}.archive .listing-wrap span.listing-status.new,.archive .listing-wrap span.listing-status.reduced,.archive .listing-wrap span.listing-status.for-rent,.wp-listings-shortcode .listing-wrap span.listing-status.new,.wp-listings-shortcode .listing-wrap span.listing-status.reduced,.wp-listings-shortcode .listing-wrap span.listing-status.for-rent{background:#24a4ea;background:rgba(36,164,234,0.8)}.archive .listing.one-third{float:left;margin-left:2%;margin-bottom:25px;padding:0;width:31%}.archive .listing.first{clear:both;margin-left:0}.wp-listings-shortcode .listing-wrap.one-half,.wp-listings-shortcode .listing-wrap.one-third,.wp-listings-shortcode .listing-wrap.one-fourth,.wp-listings-shortcode .listing-wrap.one-fifth,.wp-listings-shortcode .listing-wrap.one-sixth{float:left;margin:0 0 15px 2.5641025641%;padding:0}.wp-listings-shortcode .listing-wrap.one-half{width:48.7179487179%}.wp-listings-shortcode .listing-wrap.one-third{width:31.6239316239%}.wp-listings-shortcode .listing-wrap.one-fourth{width:23.0769230769%}.wp-listings-shortcode .listing-wrap.one-fifth{width:17.9487179487%}.wp-listings-shortcode .listing-wrap.one-sixth{width:14.5299145299%}.wp-listings-shortcode .listing-wrap.first{clear:both;margin-left:0}.nav-links{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;border-top:1px solid rgba(0,0,0,0.1);hyphens:auto;word-wrap:break-word}.listing-navigation{margin:24px auto 48px;max-width:474px;padding:0 10px;display:none;}.listing-navigation a{border-bottom:1px solid rgba(0,0,0,0.1);padding:11px 0 12px;width:100%}.listing-navigation .meta-nav{color:#767676;display:block;font-size:12px;font-weight:900;line-height:2;text-transform:uppercase}.listing-navigation a{color:#2b2b2b;display:block;font-size:14px;font-weight:700;line-height:1.7142857142;text-transform:none}.listing-navigation a:hover{color:#41a62a}.pagination,.archive-listing-navigation{clear:both}.archive-listing-navigation{border-top:0px solid #000;margin: -40px 0 20px 0;float:right;}.archive-listing-navigation .loop-pagination{margin-top:45px;text-align:center}.archive-listing-navigation .page-numbers{border-top:0px solid transparent;display:inline-block;font-size:14px;font-weight:900;margin-right:1px;padding:7px 16px;text-transform:uppercase}.archive-listing-navigation a{color:#2b2b2b}.archive-listing-navigation .page-numbers.current{border-top:5px solid #24890d}.archive-listing-navigation a:hover{border-top:0px solid #41a62a;color:#2b2b2b}@media only screen and (max-width: 1139px){.archive .listing-widget-thumb a img,.wp-listings-shortcode .listing-widget-thumb a img{max-width:100%}}@media (max-width: 767px){.archive .listing.one-third{float:none;width:100%;padding:0;margin:0 0 20px}.wp-listings-shortcode .listing-wrap.one-half,.wp-listings-shortcode .listing-wrap.one-third,.wp-listings-shortcode .listing-wrap.two-thirds,.wp-listings-shortcode .listing-wrap.one-fourth,.wp-listings-shortcode .listing-wrap.three-fourths,.wp-listings-shortcode .listing-wrap.one-fifth,.wp-listings-shortcode .listing-wrap.two-fifths,.wp-listings-shortcode .listing-wrap.three-fifths,.wp-listings-shortcode .listing-wrap.four-fifths,.wp-listings-shortcode .listing-wrap.one-sixth,.wp-listings-shortcode .listing-wrap.five-sixths{float:none;width:100%;padding:0;margin:0 0 25px}}

.single-listing .site-content .entry-meta {
	display: none;
}

/* =================================== */
/* Transferring wp-listings-widget.css */
/* =================================== */
.widget .listing-wrap {
	margin:0 0 25px;
	width:100%;
}

.widget .listing-widget-thumb {
	position:relative;
	overflow:hidden;
	line-height:0px;
}

.widget .listing-widget-thumb img {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	border:none;
}

.widget .listing-widget-thumb a {
	padding:0;
	border:none;
	text-decoration:none;
}

.widget .listing-widget-thumb a img {
	max-width:100%;
	max-height:none;
}

.widget .listing-wrap span.listing-status,
.widget .listing-wrap .listing-thumb-meta {
	position:absolute;
}

.widget .listing-wrap span.listing-status {
	/* display:none; /* CFK - added 5/29/2015 */
	width:130px;
	padding:5px;
	top:24px;
	right:-30px;
	font-size:12px;
	line-height:18px;
	-moz-transform:scale(1) rotate(45deg) translate(0px);
	-webkit-transform:scale(1) rotate(45deg) translate(0px);
	-o-transform:scale(1) rotate(45deg) translate(0px);
	transform:scale(1) rotate(45deg) translate(0px);
	display: none;
}

.widget .listing-wrap .listing-thumb-meta {
	left:0;
	bottom:0;
}

.widget .listing-wrap .listing-thumb-meta span {
	position:relative; 
	top:0;
	left:0;
	padding:5px 10px;
	color:#111;
	background:#fff;
	background:rgba(255,255,255,0.8); 
	font-size:14px;
	line-height:14px;
	display:table;
}

.widget .listing-wrap .listing-thumb-meta span.listing-price,
.widget .listing-wrap .listing-thumb-meta span.listing-headline {
	padding:8px 10px;
	color:#fff;
	font-size:18px;
	line-height:18px;
	font-weight:700;
	background:#004c8b;
}

.widget .listing-wrap span.listing-open-house {
	display:block;
	padding:5px 10px;
	color:#fff;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	background:#be1d2c;
}

.widget .listing-widget-details {
	color:#999;
	text-align:left;
	line-height:18px;
	background:#fff;
	border:1px solid #efefef;
	border-top:none;
	border-radius:0 0 5px 5px;
}

.widget .listing-widget-details h3.listing-title {
	padding:15px 15px 10px;
	margin:0;
	line-height:1;
	text-decoration:none;
	border-bottom:none;
}

.widget .listing-widget-details h3.listing-title a {
	color:#666;
	font-size:18px;
	background:none;
	text-decoration:none;
	border:none;
}

.widget .listing-widget-details p.listing-address {
	padding:0 15px 15px;
	margin:0;
	text-align:left;
}

.widget .listing-widget-details span.listing-address,
.widget .listing-widget-details span.listing-city-state-zip {
	padding:0;
	font-size:14px;
	line-height:18px;
	text-align:left;
	display:inline;
}

.widget .listing-widget-details .listing-beds-baths-sqft {
	width:100%;
	padding:15px 0;
	margin:0;
	border-top:1px solid #efefef;
}

.widget .listing-widget-details .listing-beds-baths-sqft li {
	display:inline-block;
	width:32%;
	color:#666;
	text-align:center;
}

.widget .listing-widget-details .listing-beds-baths-sqft li span {
	display:block;
	color:#999;
	margin:5px 0 0 0;
}

.widget .listing-wrap .more-link {
	display:none;
}

/* .widget.listings-search select {
	margin-bottom:10px;
	width:100%;
} */

.widget.listings-search .btn-search i {
	/* display:none; */
}

.welcome-wide .listings-search {
	margin: 0 0 30px 0;
	padding: 15px auto;
	max-width: auto;
	/* opacity: 0.8; */
}

.widget .listing-wrap span.listing-status {
	color:#fff;
	/* background:#53c331; */
	background:#900000;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	box-shadow:0px 4px 1px rgba(0,0,0,0.2);
}

.widget .listing-wrap span.listing-status.active {
	background:#900000;
}

.widget .listing-wrap span.listing-status.sold {
	background:#be1d2c;
	background:rgba(190,29,44,0.8);
}

.widget .listing-wrap span.listing-status.pending {
	background:#db8323;
	background:rgba(219,131,35,0.8);
}

.widget .listing-wrap span.listing-status.new,
.widget .listing-wrap span.listing-status.reduced,
.widget .listing-wrap span.listing-status.for-rent {
	background:#24a4ea;
	background:rgba(36,164,234,0.8);
}

.widget .listing.one-half,
.widget .listing.one-third,
.widget .listing.one-fourth,
.widget .listing.one-fifth,
.widget .listing.one-sixth {
	float:left;
	margin:0 0 15px 2.5641025641%;
	padding:0;
}

.widget .listing.one-half {
	width:48.7179487179%;
}

.widget .listing.one-third {
	width:31.6239316239%;
}

.widget .listing.one-fourth {
	width:23.0769230769%;
}

.widget .listing.one-fifth {
	width:17.9487179487%;
}

.widget .listing.one-sixth {
	width:14.5299145299%;
}

.widget .listing.first {
	clear:both;
	margin-left:0;
}

@media (max-width: 767px) {

	.widget .listing.one-half,
	.widget .listing.one-third,
	.widget .listing.one-fourth,
	.widget .listing.one-fifth,
	.widget .listing.one-sixth { 
		float:none;
		width:100%;
		padding:0;
		margin:0 0 20px;
	}
}


/* =================================== */
/* Transferring wp-listings-single.css */
/* =================================== */
.wplistings-single-listing{overflow:hidden}.wplistings-single-listing div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wplistings-single-listing .listing-image-wrap img{display:block;width:100%;max-width:100%}.wplistings-single-listing .listing-image-wrap img{height:auto}.listing-meta,#listing-tabs,#listing-map,#listing-agent,.listing-details,.additional-features{clear:both;margin-bottom:30px}.wplistings-single-listing .listing-image-wrap{position:relative;overflow:hidden}.wplistings-single-listing .listing-image-wrap img{margin:0;padding:0}.wplistings-single-listing .listing-image-wrap span{position:absolute;color:#333;font-size:16px;background:#fff}.wplistings-single-listing .listing-image-wrap span.listing-status{width:150px;padding:5px;top:25px;left:-35px;font-size:14px;line-height:18px;-moz-transform:scale(1) rotate(-45deg) translate(0px);-webkit-transform:scale(1) rotate(-45deg) translate(0px);-o-transform:scale(1) rotate(-45deg) translate(0px);transform:scale(1) rotate(-45deg) translate(0px)}.wplistings-single-listing .listing-image-wrap span.listing-open-house{left:0;bottom:0;padding:5px 12px;color:#fff;font-size:16px;font-weight:700;line-height:24px;text-transform:uppercase;background:#be1d2c;background:rgba(190,29,44,0.75);box-shadow:2px -2px 1px rgba(0,0,0,0.2)}.wplistings-single-listing .listing-meta{list-style-type:none;width:100%;overflow:hidden;margin:0 0 30px;padding:0;background:#f5f5f5}.wplistings-single-listing .listing-meta li{float:left;display:inline-block;padding:8px 0 8px 25px;margin:0;font-size:13px;font-weight:700;line-height:35px}.wplistings-single-listing .listing-meta li span.label{font-weight:400}.wplistings-single-listing .listing-meta li.listing-price,.wplistings-single-listing .listing-meta li.listing-headline{position:relative;top:0;left:0;color:#fff;font-size:16px;padding-right:25px;background:#004c8b !important;border-radius:0}.wplistings-single-listing .ui-tabs{zoom:1}.wplistings-single-listing .ui-tabs .ui-tabs-nav{list-style:none;position:relative;padding:0;margin:0}.wplistings-single-listing .ui-tabs .ui-tabs-nav li{list-style-type:none;position:relative;float:left;margin:0 3px -1px 0;padding:0}.wplistings-single-listing .ui-tabs .ui-tabs-nav li a{color:#fff;font-size:14px;font-weight:700;display:block;padding:10px 20px;background:#999;outline:none;border:none;border-radius:3px 3px 0 0}.wplistings-single-listing .ui-tabs .ui-tabs-nav li.ui-tabs-active a{padding:10px 20px;color:#666;background:#fff;border:1px solid #ccc;border-bottom-style:none}.wplistings-single-listing .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.wplistings-single-listing .ui-tabs .ui-tabs-nav li.ui-state-disabled a,.wplistings-single-listing .ui-tabs .ui-tabs-nav li.ui-state-processing a{cursor:default}.wplistings-single-listing .ui-tabs .ui-tabs-nav li a,.wplistings-single-listing .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{text-decoration:none;cursor:pointer}.wplistings-single-listing .ui-tabs .ui-tabs-panel{display:block;padding:15px;clear:both;border:1px solid #ccc;border-radius:0 3px 3px 3px}.wplistings-single-listing .ui-tabs .ui-tabs-hide{display:none}.wplistings-single-listing table{width:100%}.wplistings-single-listing tbody{display:inline-table;width:48%;margin-right:2%;vertical-align:top}.wplistings-single-listing tbody.right{margin-right:0}.wplistings-single-listing td{border-top:1px solid #ddd;padding:2px 0;padding:0.2rem 0}.wplistings-single-listing table tr.wp_listings_listing_open_house{display:none}.wplistings-single-listing table tr:nth-child(even){background:#f5f5f5}.wplistings-single-listing td{vertical-align:middle}.wplistings-single-listing td.label{padding:0 5px;font-size:14px;text-transform:uppercase}.wplistings-single-listing .tagged-features{margin:0;padding:0;overflow:hidden}.wplistings-single-listing .tagged-features li{float:left;width:22.9%;margin:0 2% 20px 0;list-style-type:none}.wplistings-single-listing .tagged-features li:before{color:#53c331;font-family:'FontAwesome';font-size:16px;content:"\f14a";top:0}.wplistings-single-listing .tagged-features li a{text-decoration:none;border-bottom:none;margin-left:15px}#listing-agent,#listing-contact{float:left;width:100%;/*background:#f5f5f5;*/padding:0px}#listing-agent{margin-right:3.8%}#listing-agent p{padding:0}.wplistings-single-listing .connected-agents{padding:0}#listing-agent .attachment-agent-profile-photo{width:80px}#listing-agent h5{font-size:20px}#listing-agent .agent-social-profiles a{border-bottom:0;font-size:14px}#listing-contact ul{margin:0;padding:0}#listing-contact li{list-style-type:none;margin:0 0 20px;padding:0;width:100%}#listing-contact li.contactEmail,#listing-contact li.contactPhone{width:48.9%;float:left}#listing-contact li.contactPhone{margin-left:2%}#listing-contact input[type="text"],#listing-contact textarea{box-sizing:border-box;background-color:#fff;border:1px solid #ddd;border-radius:3px;box-shadow:1px 1px 3px #eee inset;color:#999;font-size:14px;padding:10px;margin:0;width:100%;height:auto}#listing-contact label.error,#listing-contact label span.required{font-size:12px;font-weight:700;color:red;vertical-align:top}#listing-contact .thanks{padding:80px 0;font-size:18px}.content-sidebar .wplistings-single-listing .listing-meta li,.sidebar-content .wplistings-single-listing .listing-meta li{padding-left:15px;font-size:12px}.content-sidebar .wplistings-single-listing .listing-meta li.listing-price,.content-sidebar .wplistings-single-listing .listing-meta li.listing-headline,.sidebar-content .wplistings-single-listing .listing-meta li.listing-price,.sidebar-content .wplistings-single-listing .listing-meta li.listing-headline{padding-right:15px;font-size:14px;/*height:105px*/}.content-sidebar .wplistings-single-listing .ui-tabs .ui-tabs-nav li a,.sidebar-content .wplistings-single-listing .ui-tabs .ui-tabs-nav li a{padding:10px;font-size:12px}.wplistings-single-listing .listing-image-wrap span.listing-status{color:#fff;background:#53c331;background:rgba(83,195,49,0.8);font-weight:700;text-align:center;text-transform:uppercase;box-shadow:0px 4px 1px rgba(0,0,0,0.2)}.wplistings-single-listing .listing-image-wrap span.listing-status.active{background:#53c331;background:rgba(83,195,49,0.8)}.wplistings-single-listing .listing-image-wrap span.listing-status.sold{background:#be1d2c;background:rgba(190,29,44,0.8)}.wplistings-single-listing .listing-image-wrap span.listing-status.pending{background:#db8323;background:rgba(219,131,35,0.8)}.wplistings-single-listing .listing-image-wrap span.listing-status.new,.wplistings-single-listing .listing-image-wrap span.listing-status.reduced,.wplistings-single-listing .listing-image-wrap span.listing-status.for-rent{background:#24a4ea;background:rgba(36,164,234,0.8)}@media only screen and (max-width: 1139px){.wplistings-single-listing .listing-meta li{padding-left:15px;font-size:12px}.wplistings-single-listing .listing-meta li.listing-price,.wplistings-single-listing .listing-meta li.listing-headline{padding-right:15px;font-size:14px}.wplistings-single-listing .ui-tabs .ui-tabs-nav li a{font-size:12px}}@media (max-width: 767px){.wplistings-single-listing .listing-meta li.listing-price,.wplistings-single-listing .listing-meta li.listing-headline{height:105px}.wplistings-single-listing .ui-tabs .ui-tabs-nav li{float:none;width:100%;margin:0}.wplistings-single-listing .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-top:-1px}.wplistings-single-listing .ui-tabs .ui-tabs-nav li a{font-size:14px;line-height:18px;border-radius:0;border-bottom:1px solid #ccc}.wplistings-single-listing .ui-tabs .ui-tabs-nav li a:after,.wplistings-single-listing .ui-tabs .ui-tabs-nav li.ui-tabs-active a:after{font-family:'FontAwesome';font-size:16px;content:"\f078";position:absolute;top:10px;right:15px}.wplistings-single-listing .ui-tabs .ui-tabs-nav li.ui-tabs-active a:after{content:""}.wplistings-single-listing .ui-tabs .ui-tabs-panel{border-top:none}.wplistings-single-listing tbody{width:100%;margin-right:0;border-bottom:none}.wplistings-single-listing td,.wplistings-single-listing td.label{display:block;padding:6px 10px;border-top:none}.wplistings-single-listing td.label{font-weight:700}.wplistings-single-listing .tagged-features li{float:none;width:100%;margin-bottom:5px}#listing-agent,#listing-contact{float:none;width:100%}}@media (max-width: 480px){.wplistings-single-listing .listing-image-wrap span.listing-status,.wplistings-single-listing .listing-image-wrap span.listing-open-house{font-size:12px}.wplistings-single-listing .listing-meta li,.wplistings-single-listing .listing-meta li.listing-price, .wplistings-single-listing .listing-meta li.listing-headline{width:100%;padding:0 15px;height:100%}#listing-contact li.contactEmail,#listing-contact li.contactPhone{width:100%;float:none;margin-left:0}}