/*
	Theme Name: Gargano Realty Theme
	Theme URI: http://www.radicalwebs.com
	Description: Radical Webs Entry Level Theme based on the Genesis Minimum Pro Child Theme
	Author: Radical Webs
	Author URI: http://www.radicalwebs.com/

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- 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
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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}

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

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

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

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

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination: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: 62.5%; /* 10px browser default */
}

body {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	background:#003178;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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-color: #333;
	color: #fff;
}

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

a {
	border-bottom: 1px dotted #F76013;
	color: #F76013;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

a:hover {
	color: #375E95;
	border-bottom: 1px dotted #375E95;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 600;
}

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

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

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #002F7A;
 	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
	color:#F96000;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
	color:#375E95;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	color:#333;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #002F7A;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	color:#000;
}

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

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

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	font-family: 'Open Sans', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #F96000;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #F67829;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

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

.site-container {
	background:	#E7EBF6 url(images/header-bg.png) center top no-repeat;
}

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

.site-inner {
	background-color: #fff;
	clear: both;
	max-width:1140px;
	margin:23px auto 0;
	padding: 40px;
	padding: 4rem;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
	padding: 0 2rem;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
	padding: 4rem !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
	margin: 0 0 3rem !important;
}

/* NOT USED IN THIS THEME
.site-tagline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	margin-top: 6rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
	margin-top: 60rem;
}
*/

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

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

/* Content */

.content {
	float: left;
	width: 68%;
	margin-right:3.5%;
}

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

.full-width-content .content {
	width: 100%;
}


/* 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;
	margin-right: 2.4rem;
}

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

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

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

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

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

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

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

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Gallery
--------------------------------------------- */


.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	text-align: center;
}
.gallery-item a {
	border-bottom:none;	
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-item img {
	border: 1px solid #DDD;
	padding:3px;
	background:#FFF;
	transition:all 0.8s ease-in-out;
}
.gallery-item img:hover {
	padding:3px;
}


.gallery-item .gallery-caption {
	margin-left: 0;
}

		



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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-family: 'Open Sans', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

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

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


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

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

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

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight:400;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

#home-featured .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

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


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

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

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

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

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

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 15px 40px !important;
	font-size:18px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

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

.gform_wrapper .left_label .gfield_label {
    width: 25% !important;
	text-align:right !important;
	margin: 10px 15px 0 0 !important;
}

.gform_wrapper .ginput_container, .gform_wrapper .gfield_captcha_container {
	padding:0;
}

.gform_wrapper .gfield_required {
    color: #F00 !important;
}

.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {
    margin-bottom: 5px !important;
}

.gfield_captcha_container img, #sidebar .shortform .gfield_captcha_container img {
	float:left;	
}

.gfield_captcha_input_container{
	margin:0 17% 0 0 !important;
	width: 30% !important;
	float:right !important;
	padding:0 !important;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"]  {
	padding:10px 6px !important;
}

#sidebar .shortform .gform_heading {
	width:100% !important;
	margin-bottom: 10px !important;	
}

#sidebar .shortform ul li {
border-bottom:none !important;
}

#sidebar .shortform div.gform_wrapper li, #sidebar .shortform div.gform_wrapper form li {
margin: 0 0 5px;
}

#sidebar .shortform .gform_wrapper .ginput_container, #sidebar .shortform .gform_wrapper .gfield_captcha_container {
background: none !important;
padding:0 !important;
-webkit-border-radius:0;
border-radius:0;
}
#sidebar .shortform .gform_wrapper .simple_captcha_medium input {
width: 98%;
}
#sidebar .shortform .gfield_captcha_input_container {
margin: 0 0 0 0 !important;
width:40% !important;
}
#sidebar .shortform .gform_footer{
	text-align:center;
	margin:5px 0;
}

.gform_widget div.gform_wrapper {
	margin:0 !important;	
}
.gform_widget div.gform_wrapper li,
.gform_widget div.gform_wrapper form li {
	margin: 0 0 5px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 10px 0 0;
	padding: 0;
	text-align:center;
}




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

img#wpstats {
	display: none;
}


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

.site-header {
	background: url(images/header-wave-bg.png) bottom repeat-x;
	width: 100%;
	z-index: 999;
	min-height:186px
}

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

.title-area{
	float:left;
	width:60%;
	margin:30px 0 28px;
	padding:0;
	overflow:hidden;
}
.site-title{
	line-height:1;
	margin:0;
	overflow:hidden;
}
.site-title a,.site-title a:hover{
	width:100%!important;
	display:block;
	border:none;
	font-size:36px;
	font-weight:600;
	color:#F76013;
}
.site-title a span {
	font-style:italic;
	font-size:25px;
	color:#023376;
	font-weight:700;
	letter-spacing:1px;
}
.site-title div {
	font-size:16px;
	color:#4A73B5;
	font-weight:700;
	letter-spacing: 2px;
	margin-top:3px;
}
.site-title div.comp-address2 {
	margin-top:0;
	display:inline-block	;
	margin-left:5px;
}

.site-title div .comp-phone {
	margin-top:0;
	display:inline-block	;
	margin-left:5px;
}

.site-title div .comp-phone a {
	color:#4A73B5;
	font-size:16px;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

.social{height:16px;margin:25px 0 57px 0;text-align:right;float:right}
.social a{display:block;width:16px;height:16px;overflow:hidden;float:left;margin:0 0 0 4px}
.icon{background:url(images/social-icons.png) no-repeat}
.social .icon.facebook{background-position:0 0}
.social .icon.twitter{background-position:-16px 0}
.social .icon.googleplus{background-position:-32px 0}
.social .icon.linkedin{background-position:-48px 0}
.social .icon.rss{background-position:-64px 0}
.social .icon.youtube{background-position:-80px 0}
.social .icon.vimeo{background-position:-96px 0}
.social .icon.pinterest{background-position:-112px 0}
.social .icon.stumbleupon{background-position:-128px 0}
.social .icon.flickr{background-position:-144px 0}
.social .icon.foursquare{background-position:-160px 0}
.social .icon.tumblr{background-position:-176px 0}

.header-widget-area h3 {
	clear:both;
	font-size:28px;
}




/* Full width header, no widgets */

.header-full-width .title-area {
	width: 60%;
	margin-bottom:36px
}

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

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

/* Custom header */

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

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

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

.site-header .widget-area {
	float: right;
	text-align:left;
	width:40%;
}

.mlslogos {
	margin-top:43px;	
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}


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

.genesis-nav-menu {
	clear: both;
	color: #EEE;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	margin:12px 0 0;
}

.genesis-nav-menu .menu-item {
	display: block;
	float:left;
	text-align: left;
}

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

.genesis-nav-menu li:first-child {
	border-left:1px solid #26508C;
}

.genesis-nav-menu li:last-child {
	border-right:1px solid #001B42;
}

.genesis-nav-menu a {
	border: none;
	color: #EEE;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2px 30px 4px;
	padding: 0.2rem 3rem 0.4rem;
	position: relative;
	border-right:1px solid #26508C;
	border-left:1px solid #001B42;
	transition: 0.2s;
}

.genesis-nav-menu a:hover  {
	color: #FFF;
	background:#1A4686;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #FFF;
	background:#26508C;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	padding:12px 0 12px;
	letter-spacing: 0;
	opacity: 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: 360px;
	z-index: 99;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	
}

.genesis-nav-menu .sub-menu a {
	border:none;
	border-bottom: 1px solid #26508C;
	padding: 10px 30px 12px;
	padding: 1.0rem 3rem 1.2rem;
	position: relative;
	width: 360px;
}

.genesis-nav-menu .sub-menu a:hover  {
	background:#375E95;
	color:#FFF;
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color:#FFF;
	background:#577AB1;
}

.genesis-nav-menu .sub-menu li {
	border:none;	
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.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 {
	padding-left: 0;
}

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

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

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

/* Add Arrows to Menu Items with Sub-Menus
/* Code in functions.php
--------------------------------------------- */
.genesis-nav-menu > .menu-item.has-children > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
	font-size:14px;
	font-size:1.4rem;
    padding-left: 0.5em;
    speak: none;
}
 
ul.sub-menu li.has-children > a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-left: 1em;
    speak: none;
}

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

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background-color: #003178;
	clear:both;
}

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

.nav-primary .genesis-nav-menu .sub-menu {
	background-color: #003178;
}

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

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

/*
Featured Image Area For Featured Image or Nivo Slider
---------------------------------------------------------------------------------------------------- */
	#featured-image{
		width:100%;
		margin-bottom:30px;
		overflow:hidden;	
	}
	#featured-image .wrap {
		line-height:1;	
	}
	
	#featured-image img {
		line-height:1;	
	}
	
/*
Content Area
---------------------------------------------------------------------------------------------------- */
.mapframe {
	width:50%;
	height:200px;
	float:right;
}




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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
	padding-left: 3rem;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}

.single-portfolio .entry {
	text-align: center;
}

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

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

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

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

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

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

.entry-categories,
.entry-tags {
	display: block;
}

.hilighttext {
	color:#375E95;
}




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

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

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

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

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 28.2%;
}

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

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

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

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

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem; 
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

.sidebar .enews-widget {
	background-color: #333;
}

#menu-side-links li a {
	color:#FFF;
	display:block;
	padding:17px 15px 16px 62px;
	line-height:1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#375E95 url(images/sidemenu-sprite.png) 10px 11px no-repeat;
	border-bottom:none;
}

#menu-side-links li a:hover {
	background:#597BAF url(images/sidemenu-sprite-hover.png) 10px 11px no-repeat;
}

#menu-side-links .sub-menu {
	background:#577AB1;
	padding:10px 10px 15px;
}

#menu-side-links .sub-menu li a {
	color:#FFF;
	display:block;
	padding:5px 15px 5px 70px;
	line-height:1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#577AB1 url(images/sidemenu-bullet.png) 57px 11px no-repeat;
	border-bottom:none;
}
#menu-side-links .sub-menu li a:hover {
	background:rgba(255, 255, 255, 0.2) url(images/sidemenu-bullet.png) 57px 11px no-repeat;
}


.side-address {
	background: #EEE;
	padding:18px;
	padding:1.8rem;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}





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

.footer-widgets {
	background-color: #333;
	color: #CCC;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px dotted #CCC;
	color: #CCC;
}

.footer-widgets a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

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

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.footer-wrapper {
	background: url(images/wave_bg.png)	 top center repeat-x;
	padding-top:10px;
	margin-top:-10px;
}


.site-footer {
	background-color: #003178;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 100px 0;
	padding: 10rem 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #EEE;
}

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

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

/*
Property CPT Styles
---------------------------------------------------------------------------------------------------- */
.property-content article {
	border:1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:4px;
	margin-bottom:2.5%;
}

.property-content article:nth-child(odd) {
	clear: both;
	margin-left: 0;
}

.archive-property-image {
	position:relative;	
}

.property-content .list-price {
	position:absolute;
	bottom:0;
	right:0;	
	width:50%;
	padding:3.2% 4% 3.2% 0;
	text-align:right;
	background-color: rgba(250, 96, 0, 0.8);
	color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	font-size:24px;
	letter-spacing:1px;
}

.property-list-row-wrapper {
	clear:both;
	overflow:hidden;	
}

.property-text-small {
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 5px
}

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

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

.property-address:before {
	font-family:'FontAwesome';
	font-size:40px;
	content:'\f041';
	color: #B1C4DD;
	margin:0 10px 15px 5px;
	float:left;
	line-height:1;
}

.property-address {
	overflow:hidden;	
	line-height:1.2;
	color:#666;
}

.property-address-part2 {
	font-weight:200;
	font-size:15px;
}

.property-list-address-first-line {
	font-size:22px;
	
}

.property-listing-icons {
	font-size:14px;	
	width:96%;
	margin:10px auto;
	clear:both;
	overflow:hidden;
}

.single-property .property-listing-icons {
	font-size:16px;	
	width:100%;
	margin:0 auto 10px;
	clear:both;
	overflow:hidden;
	background: #375E95;
	padding:20px;
	color:#FFF;
}

.single-property .price {
	font-size:32px;	
	color:#F66013;
	width:50%;
	float:right;
	text-align:right;
}

.single-property .status {
	font-size:16px;
	color:#000;	
}

.soliloquy-outer-container {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}

.single-property .soliloquy-thumbnails-container {
	margin-bottom:26px !important;
	margin-bottom:2.6rem !important;
}

.property-listing-icons div:before {
	font-family:'FontAwesome';
	font-size:16px;
	color:#999;
	margin-right:0.5em;
}

.single-property .property-listing-icons div:before {
	font-size:20px;
	color:#FFF;
	margin-right:0.5em;
}

.property-living-area:before {
	content:'\f065';
}

.property-bedrooms:before {
	content:'\f236';
}

.property-baths:before {
	content:'\f043';
}
.property-features-wrap {
	overflow:hidden;
	margin-bottom:30px;
}
.line-wrap {
	clear:both;
	overflow:hidden;	
	border-bottom: 2px dotted #CCC;
}
.line-title {
	width:30%;
	float:left;
	font-weight:600;
	padding:5px;
}
.line-text {
	width:70%;
	float:left	;
	padding:5px;
}
.tinytext {
	font-size:11px;	
}

/*
Closed Sales
---------------------------------------------------------------------------------------------------- */
.sold-properties {
	clear:both;
	overflow:hidden;	
	margin-bottom:1% !important;
}
.sold-property-image {
	width:24%;
	float:left;
	margin-right:2%;
}
.sold-property-info {
	width:74%;
	float:right;
}
.sold-property-info p {
	font-size:14px;
	margin-bottom:0;
}
.dateheader {
	padding: 15px;
	background:#375E95;
	color:#FFF;
	margin:0 0 1% !important;
}

/*
Listing Contact Form
---------------------------------------------------------------------------------------------------- */
#gform_3 ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0;
}
#gform_3 textarea.large {
    height: 160px;
    width: 100%;
}
#gform_3 #field_3_2,
#gform_3 #field_3_3,
#gform_3 #field_3_5 {
	float:left;
	clear:none;
	width:50%;
}
 

.rw-breadcrumbs {
	margin-bottom: 20px;
}


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

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

	.wrap {
		max-width: 96%;
	}

	.title-area {
		width: 65%;
	}
	
	.site-header .widget-area {
		width: 35%;
	}
	
	.site-inner {
		padding: 2%;
	}
	
	.site-inner .wrap {
		max-width:100%;
	}

}

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

	.title-area {
		width: 70%;
	}
	.site-header .widget-area {
		width: 30%;
	}
	

}

@media only screen and (max-width: 800px) {
	
	.site-container {
		background-image:none;
	}
	
	.site-header {
		background: none;
		width: 100%;
		z-index: 999;
		min-height: 140px;
	}
	
	nav.nav-primary, #menu-main{display:none !important}
	
	.title-area {
		width: 100%;
		float:none;
		clear:both;
		margin: 15px 0 0;
	}
	.site-title a, .site-title a:hover, .site-title div {
		text-align:center;
		min-height: inherit;
	}
	.site-header .widget-area {
		width: 100%;
		float:none;
		clear:both;
	}
	.site-header .widget-area .textwidget {
		text-align:center;
	}
	.mlslogos {
		margin: 15px auto 0;
	}
	.site-inner {
		padding: 2%;
		margin:0 auto;
		
	}
	.content {
		float: none;
		clear:both;
		width: 100%;
		margin-right: 0;
	}
	.sidebar {
		display:none;
	}
	#menu-side-links li a,
	#menu-side-links li a:hover {
		padding: 17px 15px 16px 15px;
		background-image:none;
	}
	#menu-side-links .sub-menu li a {
		padding: 5px 15px 5px 25px;
		background: #577AB1 url(images/sidemenu-bullet.png) 8px 11px no-repeat;
	}
	#menu-side-links .sub-menu li a:hover {
		background:rgba(255, 255, 255, 0.2) url(images/sidemenu-bullet.png) 11px 11px no-repeat;
	}
	.property-content .one-half {
		width: 48.717948718%;
		margin-left: 1.282052%;	
	}
	.archive-property-image a {
		width:100%;	
	}
	.archive-property-image a img {
		width:100%;
		height:auto;
	}
	
}

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

	.one-third, .two-sixths {
		width: 31.6239316239% !important;
	}

}

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

	.site-title a, .site-title a:hover {
		font-size: 31px;
	}
	.site-title a span {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.site-title div {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.property-address {
		margin-left:5px;	
	}
	.property-address:before {
		display:none;
	}
	.property-list-address-first-line {
		font-size: 20px;
	}

}

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

	.site-title a span {
		font-size: 20px;
		letter-spacing: 1px;
		text-align:center;
		clear:both;
		display: block;
		margin-top:2px;
	}
	.site-title div {
		font-size: 15px;
		letter-spacing: 0;
		margin-top:5px;
	}
	
	.site-title div .comp-phone a {
		font-size: 22px;
		color:#F76013;
		letter-spacing: 1px;
		margin-top:5px;
	}
	
	h1 {
		font-size: 24px;
		font-size: 2.4rem;
		font-weight:600;
	}
	
	h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	h5,h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.property-content .one-half {
		width:100%;
		margin-left:0;
		float:none;
		clear:both;
	}
	.property-list-row-wrapper .one-half {
		width: 48.717948718%;
    	margin-left: 1.282052%;
		float:left;
		clear:none;
	}
	.single-property .property-listing-icons {
		font-size:15px;	
	}
	.mapp-layout {
		width:100% !important;
		margin:0 0 20px !important;
		border:1px solid #CCC !important;	
	}
	
	.page-id-13 .content iframe.mapframe {
		width: 100%;
		height: 200px;
		float: none;
		clear:both;
	}
	
	

}

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

	body {
		font-size:15px;	
	}
	
	.line-title {
		width: 40%;
	}
	
	.line-text {
		width: 60%;
	}
	
	
		
}

@media only screen and (max-width: 360px) {
	
	.site-title div.comp-address2 {
		margin-top: 5px;
		display: block;
		margin-left: 0;
		clear:both;
	}
	.site-header .widget-area .textwidget {
		text-align: center;
		margin-bottom:15px;
	}
	.single-property .price {
		font-size: 24px;
		width: 30%;
	}
	.soliloquy-outer-container {
		margin-bottom: 0;
	}
	.line-title {
		word-wrap:break-word;
	}
	
	
}

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

	.site-title a, .site-title a:hover {
		font-size: 28px;
	}
	
	.single-property .price {
		font-size: 24px;
		width: 100%;
		float:none;
		clear:both;
		text-align:left;
	}

}









