/*
	Theme Name: Destinations In Florida v2
	Theme URL: http://www.destinationsinflorida.com
	Description: Custom responsive child theme for the Genesis Framework
	Author: Dave Yankowiak
	Author URI: http://www.liftdevelopment.com
	Version: 2.0
	Template: genesis
*/
/* Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700|Droid+Serif);
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #333; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

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

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.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; }

.author-box:after,
.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
------------------------------------------------------------ */
body {
  background: #FDF5E6;
  color: #555;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-decoration: none; }

strong {
  font-weight: 700; }

input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6; }

ol,
ol li,
ul,
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ol li {
  list-style-type: decimal; }

ul li {
  list-style-type: square; }

/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited {
  color: #0000ff;
  text-decoration: underline; }

a:hover {
  text-decoration: underline; }

a img {
  border: none; }

/* Wrap
------------------------------------------------------------ */
.site-container {
  margin: 0px auto;
  overflow: hidden;
  padding: 0 0 20px;
  width: 1000px;
  width: 100%; }

/* Header
------------------------------------------------------------ */
.site-header {
  height: 150px;
  margin: 0 auto;
  padding: 0px 0 0 0;
  max-width: 1000px;
  width: 100%; }

.title-area {
  float: left;
  overflow: hidden;
  padding: 35px 0 0 40px;
  width: 400px; }

.site-title {
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 5px 0; }

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

.site-description {
  color: #999;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 12px; }

.site-header .widget-area {
  float: right;
  margin: 10px 0 0 0;
  width: 750px; }

.site-header .widget-area .widget {
  float: right; }

.site-header .widget-area h2 {
  font-size: 18px;
  padding: 2px 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px dotted #FFC521;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4); }

.site-header .wp_current_weather,
.site-header .wp_current_weather dl dd.today .temperature,
.site-header .wp_current_weather dl dd.today .conditions,
.site-header .wp_current_weather .wpcw_small p.location {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4); }

.site-header .wp_current_weather .wpcw_small dl dd.today .temperature {
  font-size: 16px;
  line-height: 16px; }

.site-header .wp_current_weather dl dd.today {
  padding: 3px 0 0px 0; }

.site-header .wp_current_weather .wpcw_small p.location {
  line-height: 10px;
  padding: 0px 0;
  font-size: 10px; }

.site-header .wp_current_weather a {
  color: #64A830;
  text-shadow: none; }

/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
  display: block;
  margin: 0;
  height: 150px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 160px; }

.header-image .title-area {
  background: url(images/logo2.png) no-repeat 15px 5px;
  padding: 15px 15px 0px 15px; }

.header-image .site-description {
  display: block;
  overflow: hidden; }

/* Image Header - Full Width
------------------------------------------------------------ */
/* Navigation Constants
------------------------------------------------------------ */
li:hover ul ul,
li.sfHover ul ul {
  left: -9999px; }

li:hover,
li.sfHover {
  position: static; }

/* Header Right Navigation
------------------------------------------------------------ */
.site-header ul.nav,
.site-header ul.menu {
  float: right; }

.site-header ul.nav ul,
.site-header ul.menu ul {
  float: left;
  width: 100%; }

.site-header ul.nav li,
.site-header ul.menu li {
  float: left;
  list-style-type: none; }

.site-header ul.nav li a,
.site-header ul.menu li a {
  color: #fff;
  display: block;
  font-size: 12px;
  position: relative;
  text-decoration: none; }

.site-header ul.nav li a .sf-sub-indicator,
.site-header ul.menu li a .sf-sub-indicator {
  background: url(images/arrow-down.png) no-repeat;
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 12px;
  width: 10px; }

.site-header ul.nav li li a,
.site-header ul.nav li li a:link,
.site-header ul.nav li li a:visited,
.site-header ul.menu li li a,
.site-header ul.menu li li a:link,
.site-header ul.menu li li a:visited {
  background-color: #333;
  border: 1px solid #666;
  border-top-width: 0;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  position: relative;
  width: 158px; }

.site-header ul.nav li li a:hover,
.site-header ul.nav li li a:active,
.site-header ul.menu li li a:hover,
.site-header ul.menu li li a:active {
  background-color: #000; }

.site-header ul.nav li li a .sf-sub-indicator,
.site-header ul.menu li li a .sf-sub-indicator {
  background: url(images/arrow-right.png) no-repeat;
  top: 10px; }

.site-header ul.nav li ul,
.site-header ul.menu li ul {
  height: auto;
  left: -9999px;
  position: absolute;
  width: 180px;
  z-index: 9999; }

.site-header ul.nav li ul a,
.site-header ul.menu li ul a {
  width: 160px; }

.site-header ul.nav li ul ul,
.site-header ul.menu li ul ul {
  margin: -31px 0 0 179px; }

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

/* Social links
------------------------------------------------------------*/
.site-header .widget_nav_menu,
.site-header .simple-social-icons {
  float: right;
  border-left: 1px dotted #FFC521;
  margin-left: 20px; }

.site-header .simple-social-icons .widget-wrap {
  margin: 5px 0 3px 15px; }

.site-header .simple-social-icons ul li {
  margin: 0 6px 3px !important;
  padding: 0 !important; }

.site-header .menu .soclink {
  margin: 0;
  padding: 0; }

.site-header .widget-area ul.menu {
  margin: 5px 0 3px 20px; }

.site-header .menu .soclink a {
  margin: 0 10px 0 0;
  border: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  text-indent: 9999px;
  overflow: hidden;
  background: top left no-repeat #333333;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: block;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  -ms-transition: background-color .2s;
  transition: background-color .2s; }

.site-header .menu .soctwitter a {
  background-image: url(images/icons/24x24_twitter.png);
  background-color: #0199D1; }

.site-header .menu .soctwitter a:hover {
  background-color: #0199D1; }

.site-header .menu .socfacebook a {
  background-image: url(images/icons/24x24_facebook.png);
  background-color: #3B5998; }

.site-header .menu .socfacebook a:hover {
  background-color: #3B5998; }

.site-header .menu .soclinkedin a {
  background-image: url(images/icons/24x24_linkedin.png);
  background-color: #449AC8; }

.site-header .menu .soclinkedin a:hover {
  background-color: #449AC8; }

.site-header .menu .socgoogleplus a {
  background-image: url(images/icons/24x24_googleplus.png);
  background-color: #d34937; }

.site-header .menu .socgoogleplus a:hover {
  background-color: #d34937; }

.site-header .menu .socyoutube a {
  background-image: url(images/icons/24x24_youtube.png);
  background-color: #C9322C; }

.site-header .menu .socyoutube a:hover {
  background-color: #C9322C; }

.site-header .menu .socrss a {
  background-image: url(images/icons/24x24_rss.png); }

.site-header .menu .socrss a:hover {
  background-color: #EA7F21; }

.site-header .next-row {
  width: 100%;
  text-align: right;
  margin: 0px 0 0 0; }

.site-header .next-row p {
  line-height: 0;
  margin: 0;
  padding: 0; }

.site-header .next-row img.alignnone {
  margin: 0;
  padding: 0;
  margin-left: 10px; }

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
.nav-primary {
  clear: both;
  margin: 0 auto;
  position: relative;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  left: 0; }

.menu-primary,
.menu-secondary {
  background: #87ceff;
  background: #43c6db;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 6px 15px 4px 10px;
  width: 1000px; }

.menu-secondary {
  border-bottom: 1px solid #ddd;
  border-top: none; }

.menu-primary ul,
.menu-secondary ul {
  float: left;
  width: 100%; }

.menu-primary li,
.menu-secondary li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu-primary li li {
  border-right: none; }

.menu-primary li:last-child {
  border-right: none; }

.menu-primary a,
.menu-secondary a {
  display: block;
  color: #fff;
  font-family: "Istok Web", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 1px 15px 0px;
  position: relative;
  text-decoration: none;
  /*text-transform: uppercase;*/ }

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
  background-color: rgba(255, 255, 255, 0.85);
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7); }

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
  background: none;
  background-color: #f7f7f7;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-top: none;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 10px 9px 15px;
  position: relative;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  width: 170px; }

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover {
  background-color: #FFC521; }

.menu-primary li ul,
.menu-secondary li ul {
  height: auto;
  left: -9999px;
  margin: 0 0 0 0px;
  position: absolute;
  width: 190px;
  z-index: 9999; }

.menu-primary li ul a,
.menu-secondary li ul a {
  width: 160px; }

.menu-primary li ul ul,
.menu-secondary li ul ul {
  /*margin: -29px 0 0 190px;*/
  margin: -34px 0 0 170px;
  background: #eee;
  width: 170px; }

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

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

ul.menu li:hover > ul,
ul.menu li.sfHover ul {
  left: auto; }

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul {
  /*padding-right: 25px;*/ }

.menu li a .sf-sub-indicator {
  background: none;
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
  top: 14px;
  width: 10px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px; }

.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
  background: url(images/arrow-right.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
  top: 10px;
  width: 16px; }

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

/* Primary Navigation Extras
------------------------------------------------------------ */
.nav-primary li.right {
  float: right;
  padding: 6px 10px 5px; }

.nav-primary li.right a {
  background: none;
  border: none;
  color: #fff;
  display: inline;
  text-decoration: none; }

.nav-primary li.right a:hover {
  color: #fff;
  text-decoration: underline; }

.nav-primary li.search {
  padding: 0; }

.nav-primary .search-form input[type="search"] {
  width: 130px;
  margin: 0px;
  border: 0;
  font-size: 10px;
  /*border-radius: 8px;*/
  padding: 3px 10px 4px; }

.nav-primary .search-form .search-form input[type="submit"] {
  display: none; }

.nav-primary li.rss a {
  background: url(images/rss.png) no-repeat center left;
  margin: 0 0 0 10px;
  padding: 7px 0 5px 16px; }

.nav-primary li.twitter a {
  background: url(images/twitter-nav.png) no-repeat center left;
  padding: 7px 0 5px 20px; }

/* Inner
------------------------------------------------------------ */
.site-inner {
  clear: both;
  margin: 0 auto 0;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  width: 1000px; }

.home .site-inner {
  margin-top: 20px;
  margin-top: -20px; }

/* Home Slider & Quote form
------------------------------------------------------------ */
#home-top {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 1000px;
  position: relative; }

#home-slider {
  border-bottom: 1px solid #fff;
  position: relative;
  height: 400px;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: -1;
  background-color: rgba(37, 36, 86, 0.9); }

#home-slider .home-slide {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto; }

#home-slider .home-slide img {
  width: 100%;
  height: 400px; }

#home-slider-quote-container {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 254px; }

#home-slider-quote {
  padding: 20px 20px 10px 20px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  color: #fff;
  font-size: 12px;
  background-color: #333;
  background-color: rgba(37, 36, 86, 0.7);
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  right: 0px;
  top: 0;
  z-index: 90; }

#home-slider-quote .button {
  background-color: #43c6db;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  width: 100%; }

#home-slider-quote .gform_wrapper .top_label .gfield_label {
  margin: 3px 0 1px 0;
  font-weight: bold;
  line-height: 1.3em;
  clear: both; }

#home-slider-quote h4.widgettitle {
  padding: 0 0 0px;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
  color: #fff;
  border-bottom: 1px solid #fff; }

#home-specials {
  height: 100px;
  position: relative;
  width: 100%;
  text-align: center; }

#home-specials-title {
  /*color:#fff;*/
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  text-align: left; }

#home-specials .home-special {
  border: 2px solid #efefef;
  display: inline-block;
  height: 100px;
  margin: 0 33px 0 0;
  position: relative;
  width: 200px;
  overflow: hidden; }

#home-specials .home-special:hover {
  border-color: #ccc; }

#home-specials .home-special:last-child {
  margin-right: 0; }

#home-specials .home-special a {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100px;
  color: #fff;
  font-size: 16px;
  font-family: "Istok Web", Arial, sans-serif;
  font-weight: 400; }

#home-specials .home-special-text {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  position: absolute;
  width: 180px;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity linear .1s; }

#home-specials a:hover .home-special-text {
  opacity: 1; }

/* Home Title
------------------------------------------------------------ */
#home-title {
  border-bottom: 0px dotted #ddd;
  margin: 0 0 10px 0;
  padding: 0 0 0px 0;
  text-align: left; }

#home-title h2 {
  border: none;
  font-size: 24px;
  line-height: 36px;
  margin: 20px 0 50px;
  text-align: center; }

#home-title p {
  color: #666;
  font-size: 13px;
  line-height: 20px;
  text-align: left; }

#home-title .widget-area {
  margin: 0 0 10px 0; }

#home-title marquee a {
  margin: 0 30px; }

/* Home Widget Areas
------------------------------------------------------------ */
#home-widget-areas {
  margin: 0; }

#home-widget-areas .home-left {
  float: left;
  padding-right: 20px;
  border-right: 0px solid #eee;
  width: 614px;
  width: 460px;
  margin-bottom: 20px; }

#home-widget-areas .home-middle {
  float: left;
  margin-right: 20px;
  width: 286px; }

#home-widget-areas .home-right {
  float: right;
  width: 460px;
  margin-bottom: 20px; }

#home-widget-areas h4.widgettitle {
  /*border-top: 4px solid #FFC521;*/
  border-top: none;
  border-bottom: none;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 15px 0 10px;
  padding: 0 0 10px; }

#home-widget-areas .widget-area {
  border-top: 4px solid #FFC521;
  float: left;
  margin-top: 15px;
  padding-top: 10px;
  margin-bottom: 40px;
  width: 100%; }

#home-social {
  clear: both;
  float: left; }

#home-social .home-bottom {
  float: left;
  width: 305px;
  margin-right: 20px; }

#home-social .home-bottom-three {
  margin-right: 0; }


#home-social .home-bottom .widget-area{
	border-top:0;
}

/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
  border-bottom: 1px dotted #ddd;
  color: #666;
  margin: 0 0 30px;
  padding: 0 15px 10px 0; }

/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
  margin: 0 0 30px;
  padding: 10px; }

/* Content-Sidebar Wrap
------------------------------------------------------------ */
.content-sidebar-wrap {
  float: left;
  width: 750px; }

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

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

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

/* Content
------------------------------------------------------------ */
.content {
  float: left;
  width: 430px; }

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

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

.full-width-content .content {
  width: 960px; }

blockquote {
  background: #fafafa;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin: 5px 0 25px;
  padding: 15px 20px 0 20px; }

.post {
  border-bottom: 1px dotted #ddd;
  margin: 0 0 40px;
  padding: 0 0 10px; }

.entry-content {
  overflow: hidden; }

.entry-content p {
  padding: 0 0 15px; }

.clear {
  clear: both; }

.clear-line {
  border-bottom: 1px solid #e6e6e6;
  clear: both;
  margin: 0 0 15px; }

/* 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: 0 0 20px;
  padding-left: 3%; }

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

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

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

.one-fourth {
  width: 22.5%; }

.three-fourths {
  width: 73.5%; }

.one-fifth {
  width: 17.4%; }

.two-fifths {
  width: 37.8%; }

.three-fifths {
  width: 58.2%; }

.four-fifths {
  width: 78.6%; }

.one-sixth {
  width: 14%; }

.five-sixths {
  width: 82%; }

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

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even {
  float: right;
  padding: 0 0 15px;
  width: 48%; }

.genesis-grid-odd {
  clear: both;
  float: left;
  padding: 0 0 15px;
  width: 48%; }

.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 20px; }

/* Headlines
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #222;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 10px;
  font-weight: 400; }

h1,
h2,
h2 a,
h2 a:visited {
  color: #222;
  font-size: 26px;
  line-height: 30px; }

h1 {
  margin-top: 0px; }

h2 a:hover {
  color: #0000ff;
  text-decoration: none; }

.entry-content h2 {
  font-size: 22px;
  line-height: 26px; }

h3 {
  font-size: 16px;
  line-height: 24px; }

h4 {
  font-size: 14px;
  line-height: 22px; }

h5 {
  font-size: 12px;
  line-height: 20px; }

h6 {
  font-size: 10px;
  line-height: 18px; }

/* Unordered / Ordered Lists
------------------------------------------------------------ */
.entry-content ol,
.entry-content ul {
  margin: 0 0 15px 25px; }

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

/* Post Info
------------------------------------------------------------ */
.entry-header .entry-meta, .byline {
  border-bottom: 1px dotted #ddd;
  color: #888;
  font-size: 11px !important;
  font-style: italic;
  margin: 5px 0 15px;
  padding: 0 0 5px; }

/* Post Meta
------------------------------------------------------------ */
.entry-footer .entry-meta {
  background: #f7f7f7;
  clear: both;
  color: #888;
  font-size: 11px;
  font-style: italic;
  padding: 5px 10px; }

/* Author Box
------------------------------------------------------------ */
.author-box {
  margin: 0 0 40px;
  padding: 10px;
  overflow: hidden; }

/* Sticky Posts
------------------------------------------------------------ */
.sticky {
  margin: 0 0 40px;
  padding: 10px; }

/* Archive Page
------------------------------------------------------------ */
.archive-page {
  float: left;
  padding: 20px 0;
  width: 50%; }

/* Post Icons
------------------------------------------------------------ */
.entry-comments-link,
.entry-tags {
  background: url(images/icon-dot.png) no-repeat top left;
  margin: 0 0 0 3px;
  padding: 0 0 2px 10px; }

/* Images
------------------------------------------------------------ */
img {
  max-width: 100%;
  height: auto; }

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
  max-width: none; }

.author-box .avatar {
  float: left;
  margin: 0 10px 0 0; }

.post-image {
  margin: 0 10px 10px 0; }

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 0 5px 0 10px;
  padding: 4px; }

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

img.alignnone {
  display: inline;
  margin: 0 0 10px; }

img.alignleft {
  display: inline;
  margin: 0 10px 10px 0; }

img.alignright {
  display: inline;
  margin: 0 0 10px 10px; }

.alignleft {
  float: left;
  margin: 0 10px 0 0; }

.alignright {
  float: right;
  margin: 0 0 0 10px; }

.wp-caption {
  padding: 5px 0 0 1px;
  text-align: center; }

p.wp-caption-text {
  font-size: 11px;
  line-height: 12px;
  padding: 5px 0; }

.wp-smiley,
.wp-wink {
  border: none;
  float: none; }

/* Post Navigation
------------------------------------------------------------ */
.pagination {
  overflow: hidden;
  padding: 20px 0;
  width: 100%; }

.pagination li {
  display: inline; }

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px; }

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

/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar-primary {
  display: inline;
  float: right;
  width: 300px; }

.sidebar-secondary {
  display: inline;
  float: left;
  width: 150px; }

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

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

.sidebar-primary .widget {
  /*background-color: #F7F7F7;
	border-radius: 10px;*/
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 40px;
  padding: 0px; }

.sidebar-secondary .widget {
  border-bottom: 2px solid #fff;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0; }

.widget-area p {
  font-size: 13px;
  line-height: 19px; }

.sidebar-primary h4.widgettitle {
  border-top: 4px solid #FFC521;
  border-bottom: none;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 15px 0 10px; }

h4.widgettitle,
h4.widgettitle a {
  color: #222; }

h4.widgettitle a:hover {
  color: #0000ff;
  text-decoration: none; }

.widget-area ol,
.widget-area ul {
  margin: 10px 0 0 25px; }

.widget-area ol ol,
.widget-area ul ul {
  margin: 0 0 0 15px; }

.widget-area ul li {
  list-style-type: square;
  word-wrap: break-word; }

.widget-area ol li {
  list-style-type: decimal; }

/* Tag Cloud
------------------------------------------------------------ */
.widget_tag_cloud div div {
  padding: 10px 10px 0; }

/* Dropdowns
------------------------------------------------------------ */
#cat,
.widget_archive select {
  display: inline;
  font-size: 12px;
  margin: 10px 10px 0;
  padding: 3px; }

.sidebar-primary #cat,
.sidebar-primary .widget_archive select {
  width: 278px; }

.sidebar-secondary #cat,
.sidebar-secondary .widget_archive select {
  width: 128px; }

/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
  clear: both;
  margin: 0 0 15px;
  overflow: hidden; }

.featuredpage .page,
.featuredpost .post {
  border: none;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0 0 10px; }

.featuredpost .post {
  border-bottom: 1px dotted #DDD;
  padding: 0 0 10px;
  margin: 0 0 10px; }

.featuredpost a.alignleft {
  float: left; }

.featuredpost .entry-header .entry-meta, .byline {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.featuredpost a.alignleft img {
  border-radius: 30px;
  height: 60px;
  margin-bottom: 5px;
  width: 60px; }

.featuredpage h2,
.featuredpage h2 a,
.featuredpost h2,
.featuredpost h2 a {
  border: none;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.featuredpost h2 {
  display: inline-block;
  margin-top: 10px; }

.featuredpost img, .featuredpage img {
  margin-bottom: 20px; }

.featuredpage .more-link {
  display: block;
  margin: 10px 0; }

.more-from-category {
  padding: 0 10px; }

/* User Profile
------------------------------------------------------------ */
.user-profile {
  overflow: hidden; }

/* Buttons
------------------------------------------------------------ */
div.gform_footer input.button,
.enews #subbutton,
.comment-reply a,
.comment-reply a:visited,
.search-form input[type="submit"],
#submit {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  padding: 3px 10px;
  text-decoration: none; }

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.comment-reply a:hover,
.search-form input[type="submit"]:hover,
#submit:hover {
  background-color: #000;
  border: none;
  color: #fff;
  text-decoration: none; }

/* Search Form
------------------------------------------------------------ */
.site-header .search-form {
  float: right;
  padding: 40px 0 0; }

.sidebar-primary .search-form {
  padding: 5px 0 0 10px; }

.nav-primary .search-form {
  float: right; }

.search-form input[type="search"] {
  background: #fff;
  font-size: 11px;
  margin: 5px 4px 0 0;
  padding: 4px 0 4px 5px;
  width: 170px; }

.site-header .search-form input[type="search"] {
  color: #aaa;
  padding: 4px 10px;
  border: 2px solid #eee; }

.site-header .search-form input[type="submit"] {
  display: none; }

/* eNews and Update Widget
------------------------------------------------------------ */
.enews p {
  padding: 10px 10px 0; }

.enews #subscribe {
  padding: 0 0 0 10px; }

.enews #subbox {
  background: #fff;
  font-size: 11px;
  margin: 5px 5px 0 0;
  padding: 4px 0 4px 5px;
  width: 190px; }

/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 5px 0 0;
  text-align: right; }

#wp-calendar thead {
  background-color: #f7f7f7;
  font-weight: bold;
  margin: 10px 0 0; }

#wp-calendar td {
  background-color: #f7f7f7;
  padding: 2px;
  text-align: center; }

/* Footer Widgets
------------------------------------------------------------ */
.footer-widgets {
  font-size: 12px;
  line-height: 1.4; }

.footer-widgets .wrap {
  margin: 10px auto;
  width: 960px; }

.footer-widgets .widget-area {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 184px; }

.footer-widgets .widget-area.footer-widgets-1 {
  margin-left: 0; }

/* Footer
------------------------------------------------------------ */
.site-footer {
  clear: both;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 960px; }

.site-footer p {
  font-size: 12px;
  color: #999; }

.site-footer a,
.site-footer a:visited {
  color: #333; }

.site-footer .gototop {
  float: left;
  width: 200px; }

.site-footer .gototop a {
  background: url(images/footer-top.png) no-repeat center left;
  padding: 2px 0 2px 18px; }

.site-footer .creds {
  float: right;
  text-align: right;
  width: 700px; }

.site-footer .dif-footer {
  margin-top: 30px;
  text-align: center; }

/* Comments
------------------------------------------------------------ */
.entry-comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden; }

.entry-comments h3,
#respond h3 {
  font-size: 24px; }

#author,
#comment,
#email,
#url {
  font-size: 12px;
  margin: 10px 5px 0 0;
  padding: 5px;
  width: 250px; }

#comment {
  height: 150px;
  margin: 10px 0;
  width: 98%; }

.ping-list {
  margin: 0 0 40px; }

.comment-list ol,
.ping-list ol {
  padding: 10px; }

.comment-list li,
.ping-list li {
  font-weight: bold;
  margin: 15px 0 5px;
  padding: 20px; }

.comment-list li ul li {
  background: #fff;
  list-style-type: none; }

.comment-list p,
.ping-list p {
  margin: 10px 0; }

.comment-list cite,
.ping-list cite {
  font-style: normal; }

.comment-meta {
  font-size: 11px; }

.nocomments {
  text-align: center; }

.entry-comments .pagination {
  display: block; }

.thread-alt,
.thread-even {
  background-color: #fafafa; }

.alt,
.depth-1,
.even {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee; }

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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
  color: #333;
  font-size: 12px;
  padding: 4px 5px; }

div.gform_footer input.button {
  color: #fff; }

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

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

div.gform_wrapper .gform_footer {
  border: none;
  margin: 0;
  padding: 0; }

div.gform_wrapper input[type="submit"] {
  background-color: #43c6db;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 10px; }

div.gform_wrapper .gfield.one-half {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 0;
  width: 50%;
  clear: none; }

#wide-quote-form div.gform_wrapper {
  margin: 0; }

#wide-quote-form .gform_wrapper ul li.gfield {
  clear: none;
  float: left;
  width: 24%; }

#home-slider-quote .gform_wrapper ul li.gfield,
#home-slider-quote .gform_wrapper ul li.gfield.gfield_error,
.sidebar-quote .gform_wrapper ul li.gfield,
.sidebar-quote .gform_wrapper ul li.gfield.gfield_error {
  margin: 0 0 4px 0;
  padding: 0; }

#home-slider-quote .gform_wrapper ul li.gfield.gfield_error .ginput_container,
.sidebar-quote .gform_wrapper ul li.gfield.gfield_error .ginput_container {
  margin: 0; }

#home-slider-quote .gform_wrapper li.gfield.gfield_error .gfield_description,
.sidebar-quote .gform_wrapper li.gfield.gfield_error .gfield_description {
  color: #ffff00;
  margin: 0;
  padding: 0 !important; }

#home-slider-quote .gform_wrapper .gfield_required,
.sidebar-quote .gform_wrapper .gfield_required {
  color: #ffff00; }

#home-slider-quote .gform_wrapper ul li.gfield.one-half,
.sidebar-quote .gform_wrapper ul li.gfield.one-half {
  clear: none !important;
  display: block;
  float: left;
  padding-left: 0;
  width: 48%; }

#home-slider-quote .gform_wrapper ul li.gfield.one-half.last,
.sidebar-quote .gform_wrapper ul li.gfield.one-half.last {
  padding-left: 4%; }

#home-slider-quote .gform_wrapper .one-half .entry-timepicker,
.sidebar-quote .gform_wrapper .one-half .entry-timepicker {
  width: 98% !important; }

#home-slider-quote .gform_wrapper,
.sidebar-quote .gform_wrapper {
  margin: 0;
  padding: 0; }

#home-slider-quote .gform_wrapper .validation_error,
.sidebar-quote .gform_wrapper .validation_error {
  color: #fff; }

#home-slider-quote .gform_wrapper li.gfield.gfield_error,
.sidebar-quote .gform_wrapper li.gfield.gfield_error {
  background: none;
  border: 0;
  padding: 0px !important; }

#home-slider-quote .gform_wrapper li.gfield.gfield_error label,
.sidebar-quote .gform_wrapper li.gfield.gfield_error label {
  color: #fff;
  margin: 0; }

#home-slider-quote .gform_wrapper li.gfield.gfield_error.one-half.last,
sidebar-quote .gform_wrapper li.gfield.gfield_error.one-half.last {
  margin-left: 2%; }

.sidebar-quote .button {
  background-color: #43c6db;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 16px !important;
  margin-top: 10px;
  padding: 8px !important;
  width: 100%; }

.sidebar-primary .sidebar-quote {
  /*border-radius:6px; */
  padding: 20px 20px 25px 20px !important;
  color: #fff;
  font-size: 12px;
  background-color: #333; }

.sidebar-primary .sidebar-quote h4.widgettitle {
  padding: 0 0 0px !important;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
  color: #fff;
  border: 0 !important;
  border-bottom: 1px solid #fff !important; }

/* Testimonials
------------------------------------------------------------ */
.interior-quote {
  border-bottom: 1px solid #efefef;
  float: left;
  padding: 0 0 20px;
  margin: 20px 0 0 0; }

.interior-quote .quote-body {
  font-size: 14px; }

.interior-quote .quote-credentials {
  color: #666;
  float: right;
  width: 300px; }

.interior-quote .quote-image {
  float: left;
  margin: 0 10px 10px 0;
  width: 60px;
  height: 60px; }

.interior-quote .quote-image img {
  border-radius: 30px; }

.interior-quote .quote-credentials .quote-author {
  font-weight: bold; }

.interior-quote .quote-credentials .quote-location {
  font-style: italic; }

/* Social Page
------------------------------------------------------------ */
#interior-social {
  overflow: visible;
  width: 990px; }

#interior-social .widget-area {
  background: #efefef;
  border: 1px solid #ddd;
  float: left;
  margin: 0 20px 20px 0;
  padding: 10px;
  width: 285px; }

#interior-social .widget-area h4.widgettitle {
  border-top: 4px solid #f0c500;
  color: #000;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 10px 0px 0px;
  /*text-shadow: -1px -1px 0 rgba(0,0,0,.3);*/ }

#interior-social .widget-area h4.widgettitle a {
  color: #000; }

#interior-social #flickrrss img {
  margin: 0 10px 10px 10px; }

/* Agents Page
------------------------------------------------------------ */
#agents .single-agent {
  float: left;
  margin-bottom: 20px;
  margin-top: 30px;
  width: 100%;
  padding-left: 0;
  padding: 20px 10px; }

#agents .agent-featured {
  border: 2px solid #eee;
  background: #fff;
  box-shadow: 3px 3px 3px #eee; }

#agents .single-agent .agent-featured-header {
  display: none; }

#agents .agent-featured .agent-featured-header {
  clear: both;
  color: #ffc521;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
  padding: 10px 0 0;
  text-transform: uppercase; }

#agents .single-agent .agent-thumb {
  min-width: 125px;
  min-height: 125px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center; }

#agents .single-agent .agent-thumb img {
  background: #fff;
  border: 5px solid #fff;
  margin: 0 0 10px;
  max-width: 125px;
  height: auto;
  padding: 5px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  float: right; }

#agents .single-agent.agent-featured .agent-thumb img {
  border: 4px solid #ffc521; }

#agents .single-agent .agent-body {
  padding-left: 145px; }

#agents .single-agent .agent-name {
  font-weight: bold;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 18px; }

#agents .single-agent .agent-location {
  font-style: italic; }

#agents .single-agent .agent-more {
  font-weight: bold; }

.single-agents .entry-content .agent-image img {
  background: #fff;
  border: 1px solid #ddd;
  float: right;
  margin: 0 0 10px 10px;
  padding: 5px; }

.single-agents .entry-content .agent-location {
  font-weight: bold;
  margin: 10px 0 10px; }

.single-agents .sidebar-quote,
.page-template-page_agents .sidebar-quote {
  display: none; }

/* MISC (Find homes for these)
------------------------------------------------------------ */
a.big-awesome-button {
  clear: both;
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 26px;
  margin: 30px auto 20px;
  padding: 10px 40px;
  display: inline-block;
  text-align: center;
  background-color: #43c6db; }

span.header-languages {
  display: inline-block;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  margin: 0px 30px 0 0;
  padding: 0 0 25px 0; }

.widget_twitter-profile-tracker ol.tweets {
  margin: 0;
  padding: 0; }

.widget_twitter-profile-tracker ol li {
  list-style: none; }

.widget_twitter-profile-tracker .avatar {
  float: left;
  margin: 0 8px 8px 0; }

.widget_twitter-profile-tracker .tweet-link {
  font-size: 10px; }

/* BANNERS 
--------------------------------------------------------------- */
.site-inner .banner_wrapper .banner {
  background-size: cover;
  border-width: 0;
  box-sizing: content-box;
  text-align: center;
  margin: 40px auto; }

.site-inner .banner_wrapper .banner img {
  width: auto;
  max-width: 100%; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .header-image .title-area {
    background-image: url(images/logo@2x.png);
    background-size: 150px 150px; } }

@media only screen and (max-width: 1000px) {
  .site-inner {
    max-width: 100%;
    width: 100%; }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }
  .content-sidebar .content, .sidebar-content .content {
    width: 640px; }
  .content,
  .site-header .widget-area {
    width: 620px; }
  .content-sidebar .content-sidebar-wrap {
    width: 100%; }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px; }
  .content-sidebar .content,
  .sidebar-content .content {
    width: 600px; }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px; }
  .footer-widgets-1 {
    margin-right: 30px; }
  .site-footer {
    width: 100%; }
  .full-width-content .content {
    width: 100%; }
  .full-width-content .content-sidebar-wrap {
    width: 100%; }
  .site-inner {
    padding: 30px 20px; }
  #home-social .home-bottom {
    float: left;
    width: 30%;
    margin-right: 3.333%; }
  .menu-primary,
  .menu-secondary {
    width: 100%; } }

@media only screen and (max-width: 960px) {
  .site-inner {
    max-width: 100%; }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%; }
  .content-sidebar .content,
  .sidebar-content .content {
    width: 100%; }
  .site-header .wrap {
    padding: 20px 5%; }
  .header-image .title-area {
    background-position: center top;
    width: 100%; }
  .header-image .site-title a,
  .header-image .site-title {
    width: 100%; }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none; }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center; }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px; }
  .site-header .search-form {
    margin: 16px auto; }
  .genesis-nav-menu li.right {
    display: none; }
  .footer-widgets-1 {
    margin-right: 0; }
  .site-header .next-row {
    text-align: center;
    width: 100%; }
  .site-header .widget-area .widget {
    float: left;
    text-align: center;
    width: 100%; }
  .site-header .widget_nav_menu {
    border: none;
    margin-left: 0; }
  .site-header ul.menu li {
    display: inline-block;
    float: none; }
  #home-widget-areas .home-left,
  #home-widget-areas .home-right {
    width: 100%;
    border: 0; }
  #home-specials {
    height: auto;
    position: relative;
    width: 100%;
    text-align: center; }
  #home-specials .home-special {
    border: none;
    display: inline-block;
    height: auto;
    position: relative;
    width: 48%;
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
    padding: 10px; }
  #home-specials .home-special a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    background: #efefef;
    padding: 0px 0 0;
    line-height: 0;
    text-decoration: none; }
  #home-specials .home-special a img {
    line-height: 0;
    width: 100%;
    height: auto; }
  #home-specials .home-special-text {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    opacity: 1;
    -webkit-transition: opacity linear 0.1s;
    text-decoration: none;
    line-height: 1.2; }
  .gform_wrapper .gform_footer input[type=submit] {
    padding: 10px; } }

@media only screen and (max-width: 800px) {
  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%; }
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0; }
  .archive-pagination li a {
    margin-bottom: 4px; }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; }
  .sidebar .widget.enews-widget {
    padding: 40px; }
  #home-slider {
    border: 0;
    height: 200px; }
  #home-slider .home-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  #home-slider-quote-container {
    position: relative;
    width: 100%; }
  #home-slider-quote {
    background: #666;
    border: 0;
    padding: 20px; }
  #home-slider-quote .button {
    padding: 10px;
    font-size: 16px; }
  #home-social .home-bottom {
    float: left;
    width: 100%;
    margin-right: 0; } }

@media only screen and (max-width: 650px) {
  #agents .single-agent .agent-body {
    padding-left: 100px; }
  #agents .single-agent .agent-thumb {
    min-width: 80px;
    min-height: 80px;
    margin: 0 20px 20px 0;
    float: left; }
  #agents .single-agent .agent-thumb img {
    max-width: 80px; } }

/*# sourceMappingURL=style.css.map */