/*
	Theme Name: Modern Portfolio Child Theme
	Theme URI: http://my.studiopress.com/themes/modern-portfolio/
	Description: Minimialist, mobile-responsive theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.1

	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: 1.9

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

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1080px CSS Grid
		- Header
		- Homepage
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather:300,400); */
/*@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700); */


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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

body {
	background-color: #fff;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
#about .wrap,
#blog .wrap,
#footer-widgets,
#inner,
#portfolio .wrap,
#services .wrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn,
#blog img,
#portfolio img {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

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

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

a img {
	border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.genesis-nav-menu a,
.genesis-nav-menu a:visited,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
.post-info a,
.post-meta a,
#footer a,
#title a,
#title a:hover {
	color: #222;
}

a,
h2 a:hover,
.genesis-nav-menu li.right a:hover,
.post-info a:hover,
.post-meta a:hover,
#footer a:hover,
#header .genesis-nav-menu li a:hover {
	color: #27b4b2;
}

blockquote::before,
blockquote p,
input,
select,
textarea,
.post-info,
.post-meta {
	color: #888;
}

.footer-widgets a {
	color: #aaa;
}

a.cta-button,
a.landing-button,
a.social-buttons,
button,
input[type="button"],
input[type="submit"],
.btn,
.enews,
.footer-widgets,
.footer-widgets a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled,
#about,
#services {
	color: #fff;
}

a.cta-button:hover,
a.social-buttons:hover,
.sidebar .enews-widget input:hover[type="submit"] {
	color: #222;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1,
#title {
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title a::before {
	font-family: 'Merriweather', serif;
}

/* 03c - Font Size ----------- */

h1,
.entry-title,
.entry-title a {
	font-size: 36px;
	font-size: 2.25rem;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3,
h4,
.archive-title,
.taxonomy-description h1,
.widgettitle,
#title {
	font-size: 24px;
	font-size: 1.5rem;
}

h5,
h6,
.archive-title,
.author-box h1,
.footer-widgets .widgettitle,
.sidebar h2 a,
.taxonomy-description h1,
#about,
#blog,
#services {
	font-size: 20px;
	font-size: 1.25rem;
}

body,
.featuredpost h2 a {
	font-size: 18px;
	font-size: 1.125rem;
}

input,
select,
textarea,
.comment-header,
.featuredpost p,
.post-info,
.post-meta,
.wp-caption {
	font-size: 16px;
	font-size: 1rem;
}

a.social-buttons {
	font-size: 14px;
	font-size: 0.875rem;
}

/* 03d - Font Miscellaneous ----------- */

cite {
	font-style: normal;
}

body,
input,
#title {
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.wp-caption {
	font-weight: 400;
}

a.landing-button,
.wp-caption {
	text-align: center;
}

a.cta-button,
a.landing-button,
a.social-buttons,
h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}

#title {
	text-transform: lowercase;
}

#title a::before {
	text-transform: uppercase;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

.wrap,
#header,
#inner {
	margin: 0 auto;
	max-width: 1080px;
}

.mp-landing #inner {
	border: 1px solid #222;
	max-width: 700px;
	margin: 32px auto;
	margin: 2rem auto;
	padding: 48px 64px 0;
	padding: 3rem 4rem 0;
}

#inner {
	clear: both;
	overflow: hidden;
	padding: 64px 0 16px;
	padding: 4rem 0 1rem;
}

.mp-home #inner {
	padding: 0;
	max-width: 100%;
}

/* 04b - 1080px CSS Grid ----------- */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
#blog .featuredpost .post:nth-of-type(3n+0),
#blog .featuredpost .post:nth-of-type(3n+1),
#blog .featuredpost .post:nth-of-type(3n+2),
#portfolio .featuredpost .post:nth-of-type(3n+0),
#portfolio .featuredpost .post:nth-of-type(3n+1),
#portfolio .featuredpost .post:nth-of-type(3n+2),
#services .alignright,
#title-area {
	width: 29.629629629%; /* 320px / 1080px */
}

#content,
#header .widget-area,
#services .alignleft {
	width: 64.814814814%; /* 700px / 1080px */
}

.full-width-content #content,
#content-sidebar-wrap {
	width: 100%; /* 1080px / 1080px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
#blog .featuredpost .post:nth-of-type(3n+1),
#blog .featuredpost .post:nth-of-type(3n+2),
#content,
#content-sidebar-wrap,
#footer .gototop,
#portfolio .featuredpost .post:nth-of-type(3n+1),
#portfolio .featuredpost .post:nth-of-type(3n+2),
#sidebar-alt,
#title-area {
	float: left;
}

.footer-widgets-3,
.sidebar,
.sidebar-content #content,
#blog .featuredpost .post:nth-of-type(3n+0),
#footer .creds,
#header .widget-area,
#portfolio .featuredpost .post:nth-of-type(3n+0) {
	float: right;
}

.footer-widgets-1,
#blog .featuredpost .post:nth-of-type(3n+1),
#portfolio .featuredpost .post:nth-of-type(3n+1) {
	margin-right: 5.555555555%; /* 60px / 1080px */
}

/* 04c - Header ----------- */

#header {
	border-bottom: 1px solid #222;
	overflow: hidden;
	padding: 32px 0;
	padding: 2rem 0;
}

.mp-home #header {
	border: none;
}

#title-area {
	padding: 12px 0;
	padding: 0.75rem 0;
}

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

#title,
#title a {
	cursor: pointer;
	display: block;
	line-height: 1;
	margin: 0;
}

#title a::before {
	background-color: #222;
	border-radius: 50%;
	color: #fff;
	content: "M"; /* Used to display the letter in the header logo */
	cursor: pointer;
	display: inline-block;
	height: 58px;
	line-height: 2.5;
	margin-right: 16px;
	margin-right: 1rem;
	padding: 3px 4px;
	padding: 0.1875rem 0.25rem;
	text-align: center;
	width: 58px;
}

#title a:hover::before {
	background-color: #27b4b2;
}

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

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 120px;
	overflow: hidden;
	text-indent: -9999px;
}

.header-image #title,
.header-image #title a {
	width: 100%;
}

/* 04d - Homepage ----------- */

#about,
#blog,
#portfolio,
#services {
	clear: both;
	overflow: hidden;
}

#about,
#services {
	background-color: #222;
}

#about,
#services {
	padding: 64px 0;
	padding: 4rem 0;
}

#blog,
#portfolio {
	padding: 64px 0 16px;
	padding: 4rem 0 1rem;
}

/* 04e - Main Content ----------- */

#content {
	padding-bottom: 48px;
	padding-bottom: 3rem;
}

.mp-home #content {
	padding: 0;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.mp-home .featuredpost .entry,
.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.featuredpost .entry p {
	line-height: 1.5;
}

.entry-content,
.entry-content p,
#about,
#services {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04f - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}


.post-meta::before {
	border-top: 1px solid #222;
	content: "";
	display: block;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	width: 10%;
}


.categories,
.tags {
	display: block;
}

/* 04g - Column Classes ----------- */

.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 {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04h - Miscellaneous ----------- */

a.social-buttons {
	background-color: #888;
	float: left;
	margin: 0 4px 4px 0;
	margin: 0 0.25rem 0.25rem 0;
	overflow: hidden;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
}

a.social-buttons:hover {
	background-color: #fff;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #222;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}

#portfolio .sticky {
	background: none;
	margin: 0;
	padding: 0;
}

.breadcrumb {
	border-bottom: 1px solid #222;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 8px 0 24px;
	padding: 0.5rem 0 1.5rem;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	border-bottom: 1px solid #222;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
	position: relative;
  	font-size: 20.8px;
  	font-size: 1.3rem;
  	font-weight: 300;
}

.genesis-nav-menu li a:hover {
	color: white;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #222;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #27b4b2;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	padding: 16px;
	padding: 1rem;
	position: relative;
	width: 180px;
  	font-size: 16px;
  	font-size: 1rem;
}

.genesis-nav-menu li li:first-of-type {
  		border-top: 1px solid #222;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu li li a:hover {
	background-color: rgb(36, 158, 173);
  	color: white !important;
}

#header .genesis-nav-menu li:hover,
#header	.genesis-nav-menu li li a:hover,
#header .genesis-nav-menu li:hover li a:hover {
	background: rgb(36, 158, 173) !important;
}
	  



.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 202px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -59px 0 0 201px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

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

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


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

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.featuredpost h2 {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.archive-title,
#blog .widgettitle,
#portfolio .widgettitle {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

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

.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;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #222;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #27b4b2;
}


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

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

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

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

.comment-header {
	overflow: hidden;
}

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

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


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

.sidebar {
	display: inline;
	line-height: 1.5;
	padding-top: 8px;
	padding-top: 0.5rem;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	overflow: hidden;
}

.sidebar .widget::after {
	border-bottom: 1px solid #222;
	content: "";
	display: block;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	width: 20%;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.enews {
	background-color: #222;
	margin-bottom: 8px;
	margin-bottom: 0.75rem;
	padding: 32px;
	padding: 2rem;
}

.sidebar .widget.enews-widget::after {
	border-bottom: none;
	padding-bottom: 0;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	border-top: 1px solid #222;
	clear: both;
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 16px 0;
	margin: 1rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	background-color: #222;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 64px 0 16px;
	padding: 4rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	overflow: hidden;
}

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


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
}

a.cta-button,
a.landing-button,
button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #222;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

a.cta-button {
	float: right;
	margin-top: -32px;
	margin-top: -2rem;
	padding: 20px 24px;
	padding: 1.25rem 1.5rem;
}

a.landing-button {
	margin-top: 16px;
	margin-top: 1rem;
}

a.cta-button,
a.landing-button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover,
.sidebar .enews-widget input[type="submit"] {
	background-color: #27b4b2;
}

.sidebar .enews-widget input {
	margin-bottom: 8px;
	margin-bottom: 0.75rem;
}

.sidebar .enews-widget input[type="submit"] {
	display: block;
	margin: 0 auto;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

a.cta-button:hover,
.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

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


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

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

img {
	height: auto;
}

#blog img,
#portfolio img {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	opacity: 0.8;
}

#blog img:hover,
#portfolio img:hover {
	opacity: 1;
}

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

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

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

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

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}


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

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

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

	.wrap,
	#inner {
		max-width: 960px;
	}

}

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

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

	#inner {
		padding: 32px 5%;
		padding: 2rem 5%;
	}

	.footer-widgets {
		padding: 64px 5% 32px;
		padding: 4rem 5% 2rem;
	}

	#about .wrap,
	#blog .wrap,
	#portfolio .wrap,
	#services .wrap {
		padding: 0 5%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#services .alignleft,
	#services .alignright,

	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100% !important;
	}

	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}
	
	#header {
		padding: 0;
	}

	#title-area {
		padding: 12px 0 0;
		padding: 0.75rem 0 0;
	}

	#title {
		margin: 16px 0;
		margin: 1rem 0;
	}

	#header .search-form {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.mp-landing #inner {
		border: none;
	}

	a.cta-button {
		float: none;
		line-height: 6;
	}

	#footer {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}

}

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

@media only screen and (max-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
    /* iPhone only - includes iPhone 5 */ 

	html {
		font-size: 87.5%; /* 14px base */
	}

	#title a::before {
		height: 50px;
		width: 50px;
	}

	#blog .featuredpost .post:nth-of-type(3n+0),
	#blog .featuredpost .post:nth-of-type(3n+1),
	#blog .featuredpost .post:nth-of-type(3n+2),
	#portfolio .featuredpost .post:nth-of-type(3n+0),
	#portfolio .featuredpost .post:nth-of-type(3n+1),
	#portfolio .featuredpost .post:nth-of-type(3n+2),
	#header .search-form {
		width: 100%;
	}

	.archive-page,
	.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%;
	}

}

/* IDX Broker
------------------------------------------------------------ 
-------------------------------------------------------------
#IDX-resultsMLSRights {
  font-size: 10px;
  font-size: .625rem;
  color: #555;
}*/

/* Hide 'Brought to you by IDXBROKER' on Detail page */
/*
#IDX-main > div:nth-child(5) {
    visibility: visible !important;
}*/

/* Hide 'Brought to you by IDXBROKER' on Results page */
/*
#IDX-main > div:nth-child(2) {
    visibility: visible !important;
    font-size: 10px;
}
*/
/* MLS Rights text on bottom of Search Results page */

#IDX-resultsMLSRights > div {
    font-size: 14px;
	padding-top: 24px;
}


/* IDX Broker - Quick Search Form
------------------------------------------------------------ */

    #IDX-quickSearchForm
    {
        padding: 10px;
        width: 230px;
    }
    
    #IDX-quickSearchForm label
    {
        display: block;
        float: left;
        margin-bottom: 3px;
		width: 104px;
		height: 22px;
		text-align: right;
        padding-right: 16px;
		color: #777777;
    }
    #IDX-quickSearchForm input
    {
        display: block;
        float: left;
        margin-bottom: 3px;
		width: 100px;
		height: 22px;
		text-align: left;
    } 
	
	#bedsBathsFields {
		float: left;
	}
	
	#IDX-quickSearchForm select
    {
		width: 102px;
		height: 24px;
		margin-bottom: 6px;
    } 
	
    #IDX-quickSearchForm  input.small
      {
		width: 40px;
	}
	
    #IDX-quickSearchForm  label.small 
      {
		width: 12px;
		padding-right: 6px;
	}





	
	
    #IDX-quickSearchForm  #QS-buttonSearch
    {
        margin-left: 120px;
		margin-bottom: 2px;
		width: 102px;
		height: 26px;
		background-color: #05316D;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
  }
	
    #IDX-quickSearchForm  #QS-buttonSearch:hover
    {
		background-color: #0F4FA8;
		cursor: hand;
    }
	
	#IDX-quickSearchForm  a{
		position: absolute;
		top: 180px;
		left: 28px;
}	

#sidebarQuickSearchContainer {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	background-color: #eee;
}

#sidebarQuickSearchContainer #IDX-quickSearchForm {
  width: auto;
  overflow: auto;
}

#sidebarQuickSearchContainer #IDX-quickSearchForm select {
    width: 150px;
    height: auto;
    margin-bottom: 8px;
  	padding: 8px;
  	padding: .5rem;
}

#sidebarQuickSearchContainer #IDX-quickSearchForm input {
    display: block;
    float: left;
    margin-bottom: 6px;
    width: 148px;
    height: auto;
    text-align: left;
    padding: 8px;
  	padding: .5rem;
}

#sidebarQuickSearchContainer #IDX-quickSearchForm input.small {
    width: 59px;
}

#sidebarQuickSearchContainer #IDX-quickSearchForm #QS-buttonSearch {
  margin-left: 0px;
  margin-right: 18px;
  float: right;
  text-align: center;
  font-weight: 400;
  background-color: rgb(39, 180, 180);
}

#sidebarQuickSearchContainer #IDX-quickSearchForm #QS-buttonSearch:hover {
  background-color: #222222;
}


/*
#IDX-quickSearchForm { position: relative; height: 160px; width: 230px; } 
		#QS-minPriceField { position: relative; width: 100px; height: 15px;} 
		#QS-maxPriceField { position: relative; width: 100px; height: 15px;} 
		#QS-minRoomsField { position: relative; width: 35px; height: 15px;} 
		#QS-minBathsField { position: relative; width: 35px; height: 15px; } 
		#QS-labelMinPrice { text-align: right; position: relative; width: 70px; height: 15px; } 
		#QS-labelMinSqft { text-align: right; position: relative; width: 70px; height: 15px;} 
		#QS-labelMinRooms { text-align: right; position: relative; width: 70px; height: 15px;} 
		#QS-labelCityList { text-align: right; position: relative; width: 110px; height: 15px;} 
		#QS-buttonSearch { position: relative; width: 70px; height: 27px;} 
		#QS-selectCityList { position: relative; width: 105px; height: 22px;} 
		#backLink {position:relative;}
*/
		

/* IDX Broker - Showcase
------------------------------------------------------------ */

.IDX-showcaseTable {
	width: 100% !important;
	font-size: 14px;
	line-height: 20px;
	color: #aaaaaa;
	text-align: left;
}
	
#IDX-showcaseWrapper-Waterfront {
	padding-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.IDX-showcaseContainer {
	position: relative;
	height: 286px !important;
	overflow: hidden;
	background-color: #fff;
}

.IDX-showcaseCell { 
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;

    padding: 0px 1% 3% !important;
    overflow: hidden;
    max-width: 100% !important;
    
    min-width: 160px !important;
    margin: 3px !important;
    vertical-align: top;
    display: inline-block !important;
    margin-bottom: 5px;
}

/* Larger Displays */
@media only screen and (min-width: 768px) {
	.IDX-showcaseCell { width: 32% !important;}
} 

/* Phone Landscape, Tablet */
@media only screen 
	and (min-width: 480px) 
	and (max-width: 768px) {
	.IDX-showcaseCell { width: 48% !important;}
	.IDX-showcaseAddress { margin-top: 6px !important;}
} 



/* Phone Portrait */ 
@media only screen and (max-width: 479px) {
	.IDX-showcaseCell { width: 100% !important; }
	.IDX-showcaseAddress { margin-top: 13px !important; padding-top: 3px !important; height: 28px !important;
	}
} 

.IDX-showcasePhoto {
	width: 100%;
	height: auto;
	max-height: 88%; 
	margin-top: -4%;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	object-fit: cover;
	transition: transform .3s ease-in;
}

img.IDX-showcasePhoto:hover {
    transform: scale(1.4);
    transition-property: all;
	transition: transform .3s ease-in;
}

.IDX-showcasePrice {    
    background-color: rgba(69, 117, 159, .7);
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 6px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 6px;
    text-align: right;
}

.IDX-showcaseAddress {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
	background-color: #fff;
	text-align: center;
	color: rgb(128, 128, 128);
	padding: 4px 0 0;
	z-index: 100;
	position: relative;	
	font-weight: 400;
	text-transform: uppercase;
	min-height: 32px;
	border-top: 8px solid rgba(69, 117, 159, 1);
}

.IDX-showcaseCity {
	display: none;
}

.IDX-showcaseBeds, .IDX-showcaseBaths {
	display: block !important;
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: -4px;
	position: relative;
	color: rgb(180, 180, 180);
	background-color: #fff;
}

.IDX-showcaseBeds {
	float: left;
	text-align: right;
	padding-right: 4px;
}	

.IDX-showcaseBaths {
	float: right;
	text-align: left;
	padding-left: 4px;
}	

.IDX-showcaseListingID,
.IDX-showcaseBeds,
.IDX-showcaseBaths,
.IDX-showcaseFull,
.IDX-showcasePartial,
.IDX-showcaseRemarks,
.IDX-showcaseListingAgent,
.IDX-showcaseListingOffice,
.IDX-showcaseDisclaimerLink,
.IDX-showcaseStatus,
.IDX-showcaseLogo,
.IDX-showcaseAddressElement.IDX-showcaseComma1,
.IDX-showcaseAddressElement.IDX-showcaseState,
.IDX-showcaseAddressElement.IDX-showcaseZipcode, 
.IDX-showcaseStateAbrv {
	display:none;
}

div.content #showcase {
	margin-top: 30px;
	margin-left: -24px !important;
	margin-bottom: 25px;
}	

div.content #showcase h2 {
	margin-left: 25px;
}

div.content #showcase a.more {
	text-align: right;
	display: block;
}



/* Responsive Showcase wrapper 
--------------------------------*/

.responsive-showcase .IDX-showcaseTable {
  margin: 0 !important;

}

.responsive-showcase .IDX-showcaseRow {
  background-color: white;  
}

.responsive-showcase .IDX-showcaseCell {
  width: 24% !important;
}

.responsive-showcase .IDX-showcaseTable {
  text-align: left;
}

.responsive-showcase .IDX-showcaseContainer {
  	position: relative;
  	height: 214px;
}

.responsive-showcase .IDX-showcasePrice {
     background-color: rgba(0, 0, 0, 0.35);
    color: #FFFFFF;
    font-size: 18px;
  	font-size: 1.125rem;
    font-weight: 400;
    padding: 6px;
    position: absolute;
    top: 0px;
  	right: 0px;
  	padding-right: 6px;
  	text-align: right;
}

.responsive-showcase .IDX-showcaseAddress {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 5px;
}

.responsive-showcase .IDX-showcaseCityStateZip {
  display: none;
}

.responsive-showcase .IDX-showcaseBaths, 
.responsive-showcase .IDX-showcaseBeds {
  margin-top: 0px;
}

.IDX-showcaseFourWide .IDX-showcaseCell {
	width: 25% !important;
	min-width: 10px !important;
}


/*IDX Details Page - in addition to saved CSS in their app
------------------------------------------------------------------------
div.IDX-galleryWrapper img {
	margin-top: 26px;
	border: none;
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	.box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";*/
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}*/

/*IDX Registration Request & Forced
------------------------------------------------------------------------
*/

#IDX-registration {
  max-height: 500px !important;
}


/*
#IDX-requestRegistrationMessage {
	color: #FF7F00;
	font-weight: bold;
}

#IDX-requestRegistrationMessage h2 {
	margin-bottom: 10px;
}

#IDX-requestRegistrationMessage .column {
	width: 330px;
	float: left;
	padding: 65px 0 0 30px;
	line-height: 1.6em;
}

#IDX-requestRegistrationMessage ul {
	list-style-image: url(http://sanibelrealestateguide.com/images/green-check-2.png);
}

#IDX-requestRegistrationMessage li {
	list-style-type: square;
	margin-left: 17px;
	color: #333333;
	font-weight: normal;
}

#IDX-forceRegistrationMessage {

	font-weight: 400;
}

#IDX-forceRegistrationMessage h2 {
	margin-bottom: 15px;
	font-size: 52px;
  	font-size: 3rem;
}

#IDX-forceRegistrationMessage h4 {
	margin-bottom: 15px;
}

#IDX-forceRegistrationMessage p {
	margin-bottom: 5px;
}

#IDX-forceRegistrationMessage .column {
	width: 360px;
	float: left;
	padding: 15px 30px 0 0;
	line-height: 2em;
}

#IDX-forceRegistrationMessage ul {
	list-style-image: url(http://sanibelrealestateguide.com/images/green-check-2.png);
	padding-left: 8px;
}

#IDX-forceRegistrationMessage li {
	list-style-type: square;
	margin-left: 17px;
	color: #333333;
	font-weight: normal;
}

#IDX-signInMessage {
	font-weight: bold;
}


#IDX-userSignupWrapper {
	float: right;
	border: 1px solid #408071;
	background-color: #E6FFF9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	-moz-box-shadow: 3px 3px 4px #405B80;
	-webkit-box-shadow: 3px 3px 4px #405B80;
	.box-shadow: 3px 3px 4px #405B80;
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#405B80')";*/
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#405B80');	
}*/

/*
#IDX-signInMessage {
	border: 1px dashed #FF6200;
}

#IDX-userSignupWrapper form {
  	margin: 0px;
  	padding: 32px;
  	padding: 2rem;
}

#IDX-userSignupWrapper input {
  	padding: 0.5rem;
	width: auto;
}

#IDX-userSignupEmailText,
#IDX-emailFormatPlain,
#IDX-emailFormatHtml,
#IDX-userSignupEmailHTML,
#IDX-emailFormatLabel {
  display: none;
}

#IDX-userSignupWrapper #IDX-formSubmit {
        margin: 1px 0 10px;
		width: 136px;
		height: auto;
		color: #FFFFFF;
		background-color: #05316D;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
  		font-weight: 400;
}
	
#IDX-userSignupWrapper #IDX-formSubmit:hover
{
		background-color: #0F4FA8;
		cursor: hand;
}

/*IDX User Sign-in 
------------------------------------------------------------------------*/
#IDX-leadLoginContainer {
     overflow: hidden;
     margin: 24px auto;
     max-width: 560px;
}
  

#IDX-userLoginLeft {
	display: none;
}

#IDX-userLoginHeader {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: 'Merriweather',serif;
    font-weight: 400;
}

#SB-userLoginLeft {
    display: none;
    border-right: 1px dashed #AAAAAA;
    float: left;
    text-align: left;
    width: 250px;
	margin: 34px 0 0 110px;
	padding-right: 79px;
	line-height: 1.6em;
}

#SB-userLoginLeft a {
	display: block;
	height: auto;
	width: 160px;
	margin: 20px auto 35px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
  	text-decoration: none;
  	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #0F4FA8;
	border: 1px solid #0F4FA8;
}

#SB-userLoginLeft li {
	list-style-type: square;
	line-height: 1.4em;
	margin-left: 18px;
}

.SB-userSignUpBenefits {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #E6F0FF;
	padding: 10px;
	
}	
#SB-userLoginLeft a:hover {
	background-color: #80B5FF;
	border-color: #80B5FF;
	text-decoration: none;
}	

#IDX-userLoginWrapper {
	width: 100%;
}

#IDX-userLoginRight {
    float: left;
    margin-left: 80px;
    text-align: left;
    width: 238px;
	line-height: 1.6em;
}

#IDX-userLoginRight a {
	float: right;
}

#IDX-userLoginRight #IDX-userLoginSubmit {
	float: left;
	height: auto;
	width: 160px;
	margin-top: -5px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FF6200;
	margin-left: 38px;
}
	
#IDX-userLoginRight #IDX-userLoginSubmit:hover {
	background-color: #FFB080;
	cursor: hand;
}

#IDX-signInMessage {
	color: #0088AA;
}

#IDX-signInMessage a {
	color: #FF6200;
}

/*--Hide Password Field and Msg
#IDX-userPassword,
#IDX-userLoginRight a {
	Display: none;
}


#SB-IDX-passwordMessage {
	color: red;
	text-align: center;
	width: 238px;
	position: absolute;
	top: 440px;
	left: 716px;
}

#loginBar {
	float:right;
	margin-top: -24px;
	margin-right: 0px;
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	background-color: #0375A7;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomleft: 10px; 	
	-webkit-border-bottom-left-radius: 10px;
}

#login a {
	color: #FFFFFF;
}



/* Sanibel Homes
------------------------------------------------------------ 
------------------------------------------------------------*/

.serif {
	font-family: 'Merriweather', serif;	
}

.sans-serif {
	font-family: 'Lato', sans-serif;
}
	
#loginBar {
    position: absolute;
  	top: 0;
  	right: 0;
	float: right;
    margin-right: 0px;
	padding: 2px 10px;
  	padding: .125rem .625rem;
}

#login a {
	float: left;
  	margin-left: 20px; 
  	margin-left: 1.25rem;
  	text-decoration: none;
    padding-top: 8px;
  	padding-top: .5rem;
  	margin-top: 4px;
  	margin-top: .25rem;
}

#login .user-login:hover {
  	border-bottom: 1px rgb(36, 158, 173) solid;
}

#login .contact-us {
	background-color: rgb(36, 158, 173);
  	color: white;
  	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
  	padding: 8px 8px 10px 8px;
  	padding: .5rem .5rem .625rem .5rem;
}

#login .contact-us:hover {
  	background-color: #27B4B4;
}

#login .user-login {
    color: rgb(36, 158, 173);
  	border-bottom: 1px rgb(36, 158, 173) dashed; 
  	margin-right: 8px;
}

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

  	#loginBar {
		width: 200px;
  	}

	#login a {
		float: right;
  	}
  
	#login .user-login {
		padding-top: 0;
  	}

	#login .contact-us {
		margin-top: 12px;
		margin-top: .75rem;
  	}
  
}

.categorySubheader {
    text-align: center;
}

h1.category_title {
	margin: 48px 0 0 0;
	margin: 3rem 0 0 0;
	line-height: .9;
  }

H2.widgettitle {
  margin-bottom: 16px;
  margin-bottom: 1em;
}

.category_description p {
    font-size: 24px;
    font-size: 1.5rem;
  	font-style:italic;
    line-height: 100%;
    color: rgb(119, 119, 119);
}

a.more {
	text-align: right;
	display: block;
    margin-bottom: 20px;
	margin-bottom: 1.25em;
}

.colored {
  color: #27B4B4;
}

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

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

.singleColumn {
	width: 90%;
  	max-width: 704px;
  	max-width: 44rem;
	margin: 0 auto 0 auto;
}

.singleColumn h1,
.singleColumn h2,
.singleColumn h3,
.singleColumn h4,
.singleColumn h6 {
	text-align: center;
	margin: 24px 0 16px 0;
  	margin: 1.5rem 0 1rem 0;
}
	
.singleColumn p {
	padding: 0px;
	margin: 16px 0;
  	margin: 1rem 0;
}

.quote {
	width: 80%;
	margin: 42px auto;
  	margin: 2.5rem auto;
	font-size: 18px;
  	font-size: 1.125rem;
	line-height: 22px;
  	line-height: 1.375rem;
	text-align: center;
}

.quoteAuthor {
	text-align: right;
	font-weight: 400;
}

div#listingsList li {
  	margin: 0px;
}
  
.btn {
	text-decoration: none;
	}

.bg-primary {
    color: #fff;
  	background-color: #3e8de9;
}

div.bg-primary {
  	padding: 16px;
	padding: 1rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.link-box {
  	border: 0.6rem solid rgb(92, 93, 90); 
	background-color: rgba(69, 117, 159, 0.1); 
	margin: 0px auto 40px; 
	padding: 20px 15px; 
	text-align: center;
}
	
.link-box h5 {
  margin: 24px 0 9.6px; 
  margin: 1.5rem 0 .6rem;
}
		
.link-box a {
	line-height: 1.2; 
  	margin-bottom: 9px; 
  	display: inline-block;
}

.hide {
	display: none;
}

.wordpress-post-tabs {
	  margin-top: -60px;
}

/* Theme Overwrites
------------------------------------------------------------*/

/* Header Settings
------------------------------------------------------------*/
	
.site-header {
	background-color: rgba(255,255,255,.2);
}	
	
#inner {
	padding: 48px 0 16px;
	padding: 3rem 0 1rem;
}

.breadcrumb {
    border-bottom: none;
	padding: 8px 0px 0px;
	padding: 0.5rem 0px 0rem;
 }
  
#header .genesis-nav-menu {

	font-weight: 400;
}
  
#title-area {
	height: 89px;  
	width: 188px;
	background: url("/images/sanibel-real-estate-guide-logo-v5-188x89.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	margin-top: -24px;
	margin-left: 4px;
}

  
.custom-header #header {
  border-bottom: none;
	padding: 2rem 0 0;		
}

.header-image #title, .header-image #title a, .header-image #title-area {
	min-height: 96px;
}

#title-area #title {
	display: none;
}
	
#after_header {
	border-bottom: 1px solid rgb(204, 204, 204);
  }
  
.header-image #header {
	padding-bottom: 8px;
  	padding-bottom: .5rem
}


#header .widget-area {
    width: 76%;
}

#footer .creds, #footer .gototop {
	display: none;
}


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

  
@media only screen and (max-width: 640px) {
 
  
	.categorySubheader {
	  display: none;
	}
/*
	ul#menu-header > li:first-child {
		display: none;
	}
*/

	#header ul.genesis-nav-menu {
  		margin-top: 12px;
	}
		
	.genesis-nav-menu > li > a {
		padding: 1rem 0rem;
		background-color: #eee;
	  	margin: .1rem;
  		white-space: nowrap;
  		overflow: hidden;
	}
	
	.genesis-nav-menu > li {

		width: 49%;
  		text-align: center;
	}

	#loginBar {
  		display: none;
	}

/*
	div#header {
  		margin-top: 4px;
  		border-bottom: 0px;
	}

	.header-image #header,
	#title {
  		margin: none;
  		padding-bottom: 0px;
	}

	#title {
		margin: .3rem 0px;
		}
*/
}

/*
@media only screen 
	and (max-width : 640px)
	and (min-width : 560px) {

	.genesis-nav-menu li {
		width: 25%;
	}  
  
}
*/	

@media only screen and (max-width : 876px) {
	  
	.header-image #title, .header-image #title a, .header-image #title-area {
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	#title-area {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
		  
	#header .widget-area {
    	width: 100%;
	}
		  
	#header .genesis-nav-menu {	
		text-align: center;
		float: none;
		margin-top: 0;		
	}
			  
	#header .genesis-nav-menu li a {
		font-size: 19.2px;
		font-size: 1.2rem;
		padding: 19.2px 17.6px;	
		padding: 1.2rem 1.1rem;			
	} 

	#header .genesis-nav-menu li li a {
		font-size: 16px;
		font-size: 1rem;
	}
	  
	.genesis-nav-menu > li {
		float: none;
		text-align: center;
	}
  		  
}

#sidebar {
  padding-left: 32px;
  padding-left: 2rem;
  border-left: 1px solid rgb(204, 204, 204);
}

.sidebar .widget::after {
	border-bottom: 1px solid rgb(204, 204, 204);
	content: "";
	display: block;
	padding-bottom: 32px;
	padding-bottom: 2rem;
  	padding-left: 32px;
  	padding-left: 2rem;
	width: 100%;
}

.sidebar > .widget:last-child::after {
  display: none;
}



.entry, .page .post.entry {
    margin-bottom: 3rem;
}

.avatar, 
.featuredpage img, 
.featuredpost img, 
.post-image {
    background-color: rgb(247, 247, 247);
    xborder: 1px solid rgb(230, 230, 230);
    xpadding: 4px;
    margin: 4px 20px 26px 0px !important;
}  

.post-meta::before {
  display: none;
}

#genesis-responsive-slider {
  	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 10px solid rgb(92, 93, 90) !important;
}

#footer {
	padding: 2rem 0px;
  	text-align: center;
}

.footer-widgets {
	background-color: rgb(220, 207, 173);
}

.footer-widgets a {
	color: rgb(92, 93, 90);
}

.widget_recent_entries {
  	font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
}

.footer-widgets ul {
	color: rgb(92, 93, 90);
}

.widget_recent_entries ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.fwidget_recent_entries ul li:before {
 	content: "\0BB \020";
 }

.footer-widgets a:hover {
	color: rgb(69, 117, 159);
    text-decoration: underline;
}

.footer-widgets .widgettitle {
	color: rgb(92, 93, 90);
}

.footer-widgets .flexslider .slides img {
    width: 100%;
    height: 168px;
}

.footer-widgets .logo {
	max-width: 270px;
	width: 100%;
}

.navigation li {
  	margin: 1px;
	margin: 0.0625rem;
  }	

input,
select,
textarea {
	padding:11.2px;
	padding: .7rem;
    background-color: #fff;
    border: 1px solid #ACACAB;
    border-radius: 4px;
    box-shadow: 0 0 5px #DDD inset;
}

input:hover, textarea:hover, select:hover {
    /*border: 1px solid #7E7F7D;*/
    outline: medium none;
    box-shadow: 0 0 5px #7E7F7D inset;  
}

input:focus, textarea:focus, select:focus {
    border: 1px solid rgb(36, 158, 173);
    box-shadow: 0 0 5px rgb(36, 158, 173);
    outline: medium none;
}

input[type="radio"] {
  width: auto;
}

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


#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 11.2px;
	padding: .7rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 11.2px 18px;
	padding: .7rem 1.25rem;
}

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

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 8px 0;
	margin: .5rem 0;
}

div.gform_wrapper li.hidden_label input {
	margin-top:  -8px !important;
	margin-top: -.5rem !important;
}

.gform_footer.top_label {
	width: 100%;
	float: right;
	margin: 0px !important;
}

div.gform_wrapper input[type="submit"] {
	width: 97.5%;
	font-size: 1.4rem !important;
}

div.gform_wrapper select {
	height: 52px;
}

input[type="submit"]:focus.gform.button {
	background-color: #e4984d;
	
}

/* TEST Gravity Forms Bootstrap CSS
------------------------------------------------------------ */

/*---- Over-riding Gravity Forms out-of-the-box styles with Bootstrap styles and personal preferences ----*/
#gform_fields_1{
	list-style: none;
}

.gr_bs_form > .ginput_container > input{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
}

.gr_bs_form > .ginput_container > textarea{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
	height: auto;
	overflow: auto;	
}

.gr_bs_form > .ginput_container > input:focus, .gr_bs_form > .ginput_container > textarea:focus{
   border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);	
}

.gform_validation_container{
	display: none;	
}

.gform_button{
	/*margin-left: 40px;*/
	/*background-color: #428bca !important;*/ 
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;	
}

.gform_button:hover{
	background-color: #3470A5; 	
}
.gfield_required{
	color: #d9534f;	
}

.gfield_description{
	font-style: italic;	
}

.validation_error, .validation_message{
	background-color: #d9534f;
    border-color: #d43f3a;
	padding: 2%;
	color: #fff;
	border-radius: 5px;	
}

.validation_error{
	margin-left: 6%;	
}

.validation_message{
	margin-top: 2%;	
}

.gform_confirmation_message{
	background-color: #5cb85c;
	padding: 2%;
	border-radius: 5px;
	color: #fff;	
}

.gform_wrapper .gform_footer {
	padding-top: 8px !important;
}

/* MODERN FORM STYLE */

div.gform_wrapper.modern-form_wrapper {
	overflow: visible;
}

.modern-form fieldset,
.modern-form li {
	margin-bottom: 12px;
	padding: 10px 15px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: solid 1px #ebebeb;
	border-radius: 4px;
	text-align: left;
}

.modern-form li .hidden {
	display: none;
}

.modern-form fieldset.active {
	-moz-box-shadow: 3px #bfe2eb;
	box-shadow: 3px #bfe2eb;
	background-color: blue;
}

div.gform_wrapper.modern-form_wrapper select {
	height: auto;
}

.gform_wrapper.modern-form_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0px;
}

.modern-form label,
.gform_wrapper.modern-form_wrapper label.gfield_label {
	margin: 0 !important;
	display: block;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #323b41;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.modern-form input,
.modern-form input:hover,
.modern-form select,
.modern-form select:hover,
.modern-form textarea,
.modern-form textarea:hover,
.modern-form .chosen-container-multi,
#content div.gform_wrapper.modern-form_wrapper select,
#content div.gform_wrapper.modern-form_wrapper input,
.gform_wrapper.modern-form_wrapper .chosen-container-single a.chosen-single,
.modern-form .gform_wrapper .chosen-container-multi ul.chosen-choices,
.gform_wrapper.modern-form_wrapper .chosen-container-multi .chosen-choices {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	width: 100%;
	font-size: 24px;
	font-weight: 300;
	color: #323b41;
	box-shadow: none;
	webkit-box-shadow: none;
	background-image: none;
}

.gform_wrapper .gform_footer {
	padding-top: 8px;
}

.modern-form .gfield_radio li {
	border: none;
}

.modern-form .gfield_radio li label {
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 0 24px !important;
	display: block;
	line-height: 18px;
	font-size: 18px;
	font-weight: 300;
	color: #323b41;
}

.gform_wrapper.modern-form_wrapper .chosen-container .chosen-results li {
	line-height: 18px;
	font-size: 18px;
	border: none;
}

.gform_wrapper.modern-form_wrapper .chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 8px 5px 3px 5px;
	padding: 3px 20px 3px 5px;
	border: 1px solid #205291;
	border-radius: 3px;
	background-color: #3e8de9;
	background-image: none;
	color: #fff;
	line-height: 18px;
	cursor: default;
	font-size: 14px;
	text-transform: uppercase;
}

.modern-form .chosen-container {
	width: 100% !important;
}

.gform_wrapper.modern-form_wrapper .chosen-container .chosen-drop {
	border-top: 1px solid #AAA;
}

#content div.gform_wrapper.modern-form_wrapper .search-field input {
	font-size: 18px;
	height: 100%;
	width: 160px !important;
}

.gform_wrapper.modern-form_wrapper li.gfield ul.gfield_radio li {
	margin-bottom: .1rem;
}

.gform_wrapper.modern-form_wrapper .gform_footer {
	text-align: center;
}

#content div.gform_wrapper.modern-form_wrapper input[type=submit] {
	height: 60px;
	padding: 0 60px;
	background-color: #08c17e;
	border-radius: 4px;
	font-family: 'Lato',sans-serif;
	font-size: 1.375em;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 5px;
	cursor: pointer;
	width: auto;
	font-weight: 500;
} 

.modern-form ::-webkit-input-placeholder { /* WebKit browsers */ color:#adadad; }
.modern-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ opacity:0.4; }
.modern-form::-moz-placeholder { /* Mozilla Firefox 19+ */  opacity:0.4; }
.modern-form :-ms-input-placeholder { /* Internet Explorer 10+ */ opacity:0.4; }

/* END TEST Gravity Forms Bootstrap CSS
*/

div.mccallion-banner {
  width: 100%;
  height: 185px;
  background-image: url("http://sanibelrealestateguide.com/images/mccallion-realty-banner-background.jpg");
  background-repeat: repeat-x;
}

.mccallion-banner img {
  margin: 27px auto;
  display: block;
  padding-top: 27px;
}

.about-mccallion-wrap h2 {
	text-align: center;
	padding: 48px 0 24px 0;
	padding: 3rem 0 1.5rem 0;
}

div.team-tile {
	margin: 0 auto;
  	padding: 20px;
}

.team-tile img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	display: block;
	margin-left: auto;
	margin-right: auto;
}
  
.team-tile h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 400px;
	text-align: center;
	font-size: 18px;
  	font-size: 1.125rem;
  	margin: 12px 0 0 0;
}

.team-tile h5 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 16px;
  	font-size: 1rem;
  	margin: 0px;
  	font-style: italic;
  
}

.team-tile a {
  	display: block;
	margin-left: auto;
	margin-right: auto;
  	text-align: center;
	font-size: 16px;
  	font-size: 1rem;  	
}

.services-box-blue {
	background-color: rgba(69, 117, 159, .1);
	padding: 20px;
	}
	
.services-box-green {
	background-color: rgba(136, 161, 89, .1);
	padding: 20px;
	}
.services-heading-blue,
.services-heading-green {
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 20px;
	text-align: center;
	}

.services-heading-blue {
	background-color: rgba(69, 117, 159, .2);			
	}
			
.services-heading-green {
	background-color: rgba(136, 161, 89, .2);			
	}
		
/**
.services-box-blue,
.services-box-green {
	padding: 20px;
	border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px;
	}
	
.services-box-blue {
	border: 5px solid rgb(69, 117, 159);
	background-color: rgba(69, 117, 159, .1);
	}
	
.services-box-green {
	border: 5px solid rgb(136, 161, 89);
	background-color: rgba(136, 161, 89, .1);
	}
	
.services-heading-blue,
.services-heading-green	{
	color: #fff;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 20px;
	border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px; 
	-webkit-border-radius: 10px 10px 0px 0px; 
	}
		
.services-heading-blue {
	background-color: rgb(69, 117, 159);
	}
			
.services-heading-green {
	background-color: rgb(136, 161, 89);
	}

**/

/* Sanibel Search Page
------------------------------------------------------------*/


#sanibelSearchTitle p {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 8px;
  padding-top: .5rem;
}

#sanibelSearch select {
  font-weight: 300;
}

#sanibelSearch #optin input[type="text"], 
#sanibelSearch #optin select, 
#sanibelSearch #optin textarea,
#sanibelSearch #optin [type="submit"] {
  width: 100%;
}

@media all and (max-width: 580px) {
  #ssLeftPanel,
  #sanibelSearchContent,
  #sanibelSearchCurvedArrow {
	display: none;
  }
  
  #ssRightPanel,
  #sanibelSearchForm {
	width: 100%;
	margin: 0px;
  }
}

#ssPriceContainer {
	margin-top: 20px;
}

#ssPropertyDetailsArrows {
	height: 50px;
}

#ssSearchFormContainer span {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
	white-space: nowrap;
}

#ssSearchFormContainer h2 span {
	font-size: 26px;
	white-space: normal;
}


#ssPropertyTypeContainer,
#ssSortByContainer,
#ssIslandContainer,
#ssPropertyFeaturesContainer {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	min-height: 80px;
	line-height: 1.2;
}

#ssIslandOptionWrapper,
#ssPropertyFeaturesOptionWrapper {
	padding-top: 8px;
}

#ssSearchFormContainer #optin.searchForm input,
#ssSearchFormContainer #optin.searchForm select {
	width: 100%;
	padding: 2%;
}

#ssSearchFormContainer #optin.searchForm #ssPropertyFeaturesContainer input,
#ssSearchFormContainer #optin.searchForm #ssIslandContainer input {
	width: 16px;
	width: 1rem;
	margin-right: 8px;
}

#ssSearchFormContainer div.optionItem {
	white-space: nowrap;
	padding: 0px;
	margin-right: 16px;
}


/* Home Page
------------------------------------------------------------*/

#homePage h4 {
	font-family: 'Lato', sans-serif;
 	font-weight: 400;
  	font-size: 21px;
	font-size: 1.3125rem;
  	margin-bottom: 4.8px;
  	margin-bottom: .3rem;
}


#homePage p,
#homePage ul {
  	line-height: 1.5;
  	margin-bottom: 26px;
    margin-bottom: 1.625rem;
}

#homePage li {
  	list-style-type: none;
}

#homePage a, 
#homePagea:visited {
    text-decoration: none;
}

#homePage a:hover {
    text-decoration: underline;
}

#topQuote {
	text-align: center;
	line-height: 0.9em;
	width: 700px;
  	height: 96px;
	background-image: url("/images/starfish-orange-192px.jpg");
	background-repeat:no-repeat;
	background-position: right top; 
  	background-size: 96px 96px;
	padding: 14px 0 22px;
  	margin: -5px auto 0;
}
		  
#topQuote h2,
#topQuote p {
	margin: 0px;
	padding: 0px;
	line-height:.9em;
  	
}

#quoteLineOne {
	font-size: 33.6px;
  	font-size: 2.1rem;
  	font-weight: 300;
}

#quoteLineTwo {
	/*font-family: 'Josefin Sans', arial, serif;*/
	font-size: 25.6px;
  	font-size: 1.6rem;
	color:#999;
}

@media only screen and (max-width: 760px) {
  
  #topQuote {display: none;}
  
}

div#homeSubHead {
	width:868px;
 	text-align:left; 
 	margin: 26px auto 48px auto;
	margin: 1.625rem auto 3rem auto;  
  	overflow: auto;
}

#homeSubHead  h2{
	margin: 20px 0 10px;
	text-align: center;
}


#homeTwoCols{
	 width:612px; 
	 float:right; 
	 position:relative; 
}

#homeSubHead h4 {
  margin: 20px 0px 10px;
  text-align: center;
}

#homeSubHead a {
	color: rgb(34, 34, 34);
}


#homeQuickSearchContainer {
	height: 248px;
	width: 256px;
	float: left;
	position:relative;
	background-image: url(images/subheader_search.jpg);
  	background-image: url("images/subheader_search.jpg");
	background-repeat: no-repeat;
	background-position: top right;
  	font-size: 13px;
	font-weight: normal;
	line-height: 1.9em;  
}


#homeQuickSearchContainer label {
	margin: 0px 0px 4px 0px;
}


#homeQuickSearchContainer input,
#homeQuickSearchContainer select {
	display: block;
	float: left;
	margin-bottom: 3px;
	width: 100px;
	height: 22px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.9em;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}


#homeQuickSearchContainer a {
	margin: 10px 0px 4px 112px;
}

#homeImageSliderContainer {
	height: 248px;
	width: 356px;
	float: left; 
 	position: relative;
	background-image: url(images/subheader_photo.jpg);
  	background-image: url("images/subheader_photo.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	
}

#homeMapSearchContainer {
	display: block;
	height: 248px;
	width: 256px;
	float: right;
	position:relative;
	background-image: url(images/subheader_map.jpg);
	background-image: url("images/subheader_map.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#homeMapSearchContainer:hover {
	cursor: pointer;
	background-image: url("images/subheader_map_hover.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}	


#homeMapSearchContainer h4 {
	padding: 10px;
}


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

@media only screen and (max-width: 480px) {
  
	.categorySubheader {
	  display: none;
	}

}


	
/* SRG Forms
------------------------------------------------------------*/	
	
	
#optin { 
	/*background: #fff url(/images/shadow.png) repeat-x top; */
	/*background-color:#31A0A0; */
  	border: #27B4B4 6px solid;
  	border: #27B4B4 .4rem solid;
	padding: 20px 15px; 
	text-align: center; 
}

#optin br {
	display: none;
}
	
.blue#optin { 
	background: #fff url(/images/shadow.png) repeat-x top; 
	/*border: 3px solid #efefef;*/ 
	padding: 20px 15px; 
	text-align: center; 

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#31A0A0;
  	border: #27B4B4 6px solid;
  	border: #27B4B4 .4rem solid;
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #E3F4F4 0%, #98E0DF 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #E3F4F4 0%, #98E0DF 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #E3F4F4 0%, #98E0DF 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E3F4F4), color-stop(1, #98E0DF));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #E3F4F4 0%, #98E0DF 100%);

	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #E3F4F4 0%, #98E0DF 100%);
	
}	

#optin h4 {margin: 0px}

#optin p { margin: 8px 0 0 }

#optin form {
  margin-top: 8px;
  margin-top: .5rem;
}

  
#optin input,
#optin select,
#optin textarea {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 2px 2px #444;
	-moz-box-shadow: 0 2px 2px #444;
	-webkit-box-shadow: 0 2px 2px #444;
}
#optin input[type="text"],
#optin select,
#optin textarea {
	border: 1px solid #ccc;

	margin-bottom: 10px;
	padding: 8px 10px 7px 10px;
	width: 90%;
}

#optin input.email { background: #fff url(/images/email.png) no-repeat center right }

#optin input.name { background: #fff url(/images/name.png) no-repeat center right }

#optin input.phone { background: #fff url(/images/phone.gif) no-repeat center right }

#optin input[type="submit"] {
	background: #f6640e url(/images/orange.png) repeat-x top;
	border: 1px solid #a44913;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
  	font-size: 1.125rem;
	font-weight: bold;
	padding: 8px 0;
	text-shadow: -1px -1px #562806;
	width: 90%;
}

#optin input[type="submit"]:hover { color: #ffdeb3 }

#optin label {display: block;}


.inline#optin input {
	width: 30%;
}

.largeOptin#optin {border: 3px solid #e1e1; text-align: left; margin-top: 30px; margin-bottom: 80px;}

.largeOptin#optin p {margin: 0 0 15px; text-align: center;}

.largeOptin#optin input {	float: left;}

.largeOptin#optin input[type="text"] {
	border: 1px solid #ccc;

	margin: 0 5px 10px 0;
	padding: 8px 10px;
	width: 100%;
}
.largeOptin#optin label {	float: left; width: 90%; text-align: right; margin-top: 5px; font-weight: bold;}

.checkboxList {
	width: 55%; 
	margin: auto; 
	padding-left: 20px;
	font-size: 19.2px;
	font-size: 1.2rem;	
  }


.largeOptin#optin input.firstName {width: 36%}
.largeOptin#optin input.lastName {width: 48%}
.largeOptin#optin input.phone {width: 36%}
.largeOptin#optin input.email {width: 48%}
.largeOptin#optin input.address {width: 91%}
.largeOptin#optin input.city {width: 36%}
.largeOptin#optin input.state {width: 15%}
.largeOptin#optin input.postalCode{width: 25%}
.largeOptin#optin input[type="submit"] {width: 50%}

.searchForm#optin p {text-align:left; font-size:16px; font-weight:bold;}
.searchForm#optin input[type="text"] {width:80%; background-color:#fff;}
.searchForm#optin input[type="checkbox"] {	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}

.searchForm .optionItem {float:left; padding:0 5px 0 10px;}
.searchForm#optin select {background-color: #fff; padding:7px 4px 7px 6px; width:95%;}
.searchForm#optin {background:url("") repeat scroll 0 0 transparent}

/* Spirebay Single Property Format
--------------------------------------------------------------------------*/

.sb_property {
	/*font-size: 14pt;
	line-height: 1.2em;*/
}

.sb_property h1 {
	font-size: 48px;
	font-size: 3rem;
	line-height: 12.8px;
	line-height: 3rem;
	text-align: center;
  	margin-bottom: 6px;
  	margin-bottom: .375rem;
}

.sb_property h2 {
	color: #777777;
	font-size: 28px;
  	font-size: 1.75rem;  
	font-style: italic;
	text-align: center;}

.sb_property h3 {
	/*font-size: 26px;
	font-size: 1.625rem
	line-height: 19.2px;
	line-height: 1.2rem;
	margin: 0 0 10px;
	font-weight: normal;*/
}

.sb_property h4 {
	background-color: #777777;
	border-bottom: 1px solid #BBBBBB;
	color: #FFFFFF;
 

	margin: 40px 0 10px;
  	margin: 2.5rem 0 .625rem;
	padding: 6px 10px 4px;
  	padding: .375rem .625rem .25rem;
	text-transform: uppercase;
}

.sb_property p, .sb_property li {
	/*font-size: 12px;
  	font-size: .75rem;
	font-weight: normal;
  	line-height: 27.2px;
	line-height: 1.7rem;*/
}

#sb_propertyStats {
	background-color: #777777;
	color: #FFFFFF;
	font-size: 19.2px;
  	font-size: 1.2rem;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0 0 20px;
  	margin: 0 0 1.25rem;
	padding: 4px;
  	padding: .25rem;
	text-align: center;
}

.sb_property #featured {
	float: right;
	width: 625px;
	padding-left: 28px;
	margin-bottom: 20px;
}

.sb_property .wp-post-image {
	width: 625px;
	height: 418px;
}

.sb_property div#photoGallery {
	padding-top: 12px;
}

.sb_property #gallery-1 img {
	border: 1px solid #BBBBBB;
	padding: 5px;
}

.sb_property .IDX-showcaseDetails {
	font-size: 12pt;
}

.sb_property div.moreInfo {
	border-style: solid;
	border-color: #0375A7; 
	background-color:#F5FAFC;
	padding: 10px;
	border-width: 0 8px 8px 8px;
	overflow: hidden;
	margin-bottom: 24px;
	font-size: 12pt;
	
}

.sb_property .moreInfo div#moreInfoDesc {

}

.sb_property .moreInfo div#moreInfoForm {
	
}

.sb_property .moreInfoForm h3 {
	text-align: left; 
	font-size:26px;
	margin: 0;
	line-height:1em;
}

.sb_property h4.formHeader { 
	background-color:#0375A7;
	border: none;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}

.sb_property img#formImage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	width: 160px;
}

.sb_property .moreInfo div.one-fourth,
.sb_property .moreInfo div.three-fourths,
.sb_property .moreInfo div.one-half {
	margin-bottom: 8px;
}

.featuredpost .sb_property h2 {
	font-size: 13pt;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-style: normal;
}

/* Beaver Builder
--------------------------------------------------------------------------*/



.fl-builder #inner {
	max-width: 100%;
	
}

.fl-builder #content-sidebar-wrap {
	float: none;
}

.fl-builder #content { 
    margin-top: -50px; 
}

.fl-builder-content video {
  max-width: none !important;
}



/* Content Boxes
------------------------------------------------------------ */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
 
.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}
 
.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}
 
.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
 
.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
 
.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}



