/**
 * Theme Name: Agent Focused Pro
 * Theme URI: http://my.studiopress.com/themes/agent-focused/
 * Description: This is the Agent Focused Pro theme created for the Genesis Framework.
 * Author: Marcy Diaz for Winning Agent
 * Author URI: http://winningagent.com/
 * Author URI: https://amethystwebsitedesign.com/
 * 
 * Version 1.0.0
 *
 * Tags: gray, green, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
 * 
 * Template: genesis
 * Template Version: 2.2.2
 * 
 * License: GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/* Table of Contents
- HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
    - Screen Reader Text
    - Extras
- Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
- Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
- Widgets
    - Featured Content
- Plugins
    - AgentPress Listings
    - Forms - Gravity Forms
    - Forms - Ninja Forms
    - Genesis eNews Extended
    - Genesis User Profile
    - Jetpack
    - Simple Social Icons
- Site Header
    - Title Area
    - Large Feature Image on Single Pages or Posts
- Site Navigation
    - Accessible Menu
    - Primary Navigation
    - Secondary Navigation
    - Responsive Menu
    - Skip Links
- Content Area
    - Entries
    - Entry Meta
    - Pagination
    - Comments
    - Content Boxes
- Sidebars
- Footer Widgets
- Site Footer
- Footer Bottom
- Front Page Colors
- Media Queries
    - Retina Display
    - Max-width 1200px
    - Max-width 980px
    - Max-width 800px
    - Max-width 680px
- Print Styles
*/

/* 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{color:#333;background:#ff0}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{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{font:inherit;margin:0;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border: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]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}


/* Box Sizing
--------------------------------------------- */
*,
input[type='search'] {
    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,
.widget:before,
.wrap:before {
    display: table;
    content: ' ';
}

.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,
.widget:after,
.wrap:after {
    display: table;
    clear: both;
    content: ' ';
}
/* Defaults
---------------------------------------------------------------------------------------------------- */

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

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.7rem; line-height: 1.6;
}

body {
    background-color: #fff;
    color: #111;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.875;
    margin: 0;
}

a,
button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus,
.button,
.gallery img {
    transition: all .1s ease-in-out;
}

a {
    color: #ff9458;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
}

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

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

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 30px 0;
}

b,
strong {
    font-weight: 600;
}

em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

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

cite {
    color: #111;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 48px;
    font-size: 4.8rem;
}

h2 {
    font-size: 36px;
    font-size: 3.6rem;
}

h3 {
    font-size: 30px;
    font-size: 3rem;
}

h4 {
    font-size: 24px;
    font-size: 2.4rem;
}

h5 {
    font-size: 20px;
    font-size: 2rem;
}

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

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

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

img {
    height: auto;
}

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

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

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 30px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

.gallery-caption {

}

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

input,
select,
textarea {
    -moz-appearance: none;
    -o-appearance:none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #eee;
    border: 2px solid #eee;
    border-radius: 0;
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    padding: 19px 16px;
    width: 100%;
}

select::-ms-expand{
  display:none;
}

select {
    background-image: url(images/select-arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 26px 19px;
    line-height: 1.2;
    padding: 3px 20px 4px 16px;
    position: relative;
}

input:focus,
textarea:focus {
    border: 2px solid #666;
    outline: none;
}

input[type='checkbox'],
input[type='image'],
input[type='radio'] {
    width: auto;
}

input[type='checkbox'] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

input[type='radio'] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
    appearance: radio;
}

::-moz-placeholder {
    color: #666;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 300;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.search-form input[type='submit'] {
    background-color: #67ddab;
    border: 4px solid #67ddab;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.2;
    padding: 18px 24px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'],
.button:hover,
.search-form input:hover[type='submit'] 
button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='submit'],
.button:focus,
.search-form input:focus[type='submit']  {
    background-color: transparent;
    border: 4px solid #666;
    color: #666;
}

.footer-widgets input:hover[type='button'],
.footer-widgets input:hover[type='reset'],
.footer-widgets input:hover[type='submit'],
.footer-widgets button:hover,
.footer-widgets .button:hover,
.footer-widgets input:focus[type='button'],
.footer-widgets input:focus[type='reset'],
.footer-widgets input:focus[type='submit'],
.footer-widgets button:focus,
.footer-widgets .button:focus {
    border: 4px solid #fff;
    color: #fff;
}

button:disabled,
input:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled,
button:disabled:hover,
input:disabled:hover,
input[type='button']:disabled:hover,
input[type='reset']:disabled:hover,
input[type='submit']:disabled:hover {
    background-color: #eee;
    border: 0;
    color: #666;
    cursor: not-allowed;
}

a.button,
a.button:hover,
a.button:focus {
    text-decoration: none;
}

.button {
    display: inline-block;
}

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

.error404 .entry-content input[type='search'],
.post-password-form input[type='password'] {
    margin-bottom: 10px;
}

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

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

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

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
    padding: 6px 0;
}

th {
    font-weight: 600;
    letter-spacing: .7px;
    text-transform: uppercase;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    background-color: #fff;
    color: #111;
    border: 0;
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type='submit']:focus,
.widget_search input[type='submit']:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #111;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
    display: block;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

.more-link:hover,
.more-link:focus {
    text-decoration: underline;
}

/* Extras
--------------------------------------------- */

.add-color {
    color: #67ddab;
    font-weight: 600;
}

.small {
    font-size: 12px;
    font-size: 1.2rem;
}

.large {
    font-size: 20px;
    font-size: 2rem;
}

/* http://ionicons.com/ */
.icon {
    color: #666;
    display: inline-block;
    font: normal 32px/1 'ionicons';
    padding-right: 10px;
    text-align: center;
    text-rendering: auto;
    vertical-align: middle;
}

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

/* Site Containers
--------------------------------------------- */
.content-sidebar-wrap,
.wrap {
    margin: 0 auto;
    max-width: 1200px;
}

.site-inner {
    background-color: #fff;
    clear: both; padding: 0;
}
body.home .site-inner{ padding:0;}
.landing-page .site-inner {
    margin: 0 auto;
    max-width: 800px;
}

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

/* Content */
.content {
    float: right;
    width: 66.666666666666%; /*width: 800px;*/
}

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

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

/* Primary Sidebar */
.sidebar-primary {
    float: right;
    padding: 0 15px;
    width: 33.333333333333%; /*width: 400px;*/
}

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

/* Column Classes
--------------------------------------------- */

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

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

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

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

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

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

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

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

/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 40px;
}

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

.author-box .avatar {
    display: inline-block;
    height: 70px;
    width: 70px;
}

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

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

.breadcrumb {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 30px 30px;
    text-transform: uppercase;
}

.breadcrumb a {
    text-decoration: none;
}

.after-entry,
.archive-description,
.author-box {
    border-bottom: 1px solid #eee;
    margin: 30px 0;
    padding: 30px;
}

.entry + .after-entry,
.entry + .author-box {
    border-top: 1px solid #eee;
}

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.archive-description .entry-title,
.archive-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
}

.author-box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.search-form input {
    -webkit-appearance: none;
    background-color: #eee;
    border: 2px solid #eee;
    border-radius: 0;
}

.search-form input:focus {
    border: 2px solid #666;
    outline: none;
}

.entry-content .search-form {
    margin-bottom: 60px;
    width: 50%;
}

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

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

.entry-title {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 24px; color:#ff9458;
}

.entry-title a,
.sidebar .widget-title a {
    color: #111;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #67ddab;
}

.widget-title {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin-bottom: 20px; 
}

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

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

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

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

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

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

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

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

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px;
}

.blog .sticky {
    background-color: #eee;
}

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

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

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li {
    padding-bottom: 10px;
}

.widget li a {
    text-decoration: none;
}

.widget li a:hover,
.widget li a:focus {
    text-decoration: underline;
}

.widget ul > li:last-child {
    padding-bottom: 0;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

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

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

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

.featured-content .entry-title {
    font-size: 24px;
    font-size: 2.4rem; font-weight: 400;
}

.after-entry .featured-content .entry {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.after-entry .featured-content .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

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

/* AgentPress Listings
--------------------------------------------- */

.widget.property-search {
    background-color: #566473;
    padding: 30px;
}

.sidebar .property-search .widget-title {
    color: #fff;
}

.property-search input,
.property-search select,
.property-search textarea {
    background-color: #fff;
    border: 2px solid #fff;
}

.sidebar .property-search input,
.sidebar .property-search select,
.sidebar .property-search textarea {
    margin-bottom: 20px;
    width: 100%;
}

.property-search input[type='submit'] {
    margin-bottom: 0;
}

.property-search input[type='submit'] {
    background-color: #67ddab;
    border: 4px solid #67ddab;
    color: #fff;
}

.property-search input:hover[type='submit'],
.property-search input:focus[type='submit'] {
    background-color: transparent;
    border: 4px solid #fff;
    color: #fff;
}

.featured-listings .entry {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
}

.featured-listings a.more-link::before {
    content: "\00BB \0020";
}

.sidebar .featured-listings .entry {
    padding: 0;
}

.sidebar .featured-listings .entry:last-child {
    margin-bottom: 0;
}

.sidebar .featured-listings img {
    float: left;
    width: 40%;
}

.sidebar .featured-listings a.more-link,
.sidebar .featured-listings span {
    display: block;
    float: left;
    line-height: 1.2;
    padding-left: 10px;
    text-align: left;
    width: 60%;
}

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

.footer-widgets .widget.gform_widget {
    background-color: #fff;
    padding: 30px;
}

.footer-widgets .gform_widget .widget-title {
    color: #111;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: capitalize;
}

div.gform_wrapper {
    margin: 0;
    max-width: 100%;
}
.footer-calltoaction-left div.gform_wrapper{ max-width:60%; margin:0 auto;}
div.gform_wrapper li,
div.gform_wrapper form li {
    border: 0;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

div.gform_wrapper ul {
    padding: 0;
}

div.gform_wrapper input[type='email'],
div.gform_wrapper input[type='text'],
div.gform_wrapper textarea {
    background-color: #eee;
    border: 2px solid #eee;
    color: #111;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: 19px 16px;
    width: 100% !important;
}
.gform_legacy_markup_wrapper .gform_heading{ margin:0 !important;}
div.gform_wrapper input:focus[type='email'],
div.gform_wrapper input:focus[type='text'],
div.gform_wrapper textarea:focus {
    border: 2px solid #666;
}

.footer-widgets div.gform_wrapper {
    color: #999;
}

body div.gform_wrapper label.gfield_label + div.ginput_container {
    margin: 0;
}

div.gform_wrapper label.gfield_label {
    color: #000;
}

.footer-widgets div.gform_wrapper label.gfield_label,
.sidebar div.gform_wrapper label.gfield_label {
    background-color: #fff;
    margin: 0;
    position: absolute !important;  /* screen reader method */
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

div.gform_wrapper .gform_footer input[type='submit'] {
    background-color: #67ddab;
    border: 4px solid #67ddab;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 5px;
    margin: -5px 0 0 0;
    padding: 18px 24px !important;
    text-transform: uppercase;
    width: 100%;
}

div.gform_wrapper .gform_footer input:hover[type='submit'],
div.gform_wrapper .gform_footer input:focus[type='submit'] {
    background-color: transparent;
    border: 4px solid #666;
    color: #666;
}

div.gform_wrapper .gform_footer {
    clear: both;
    padding: 0;
}

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

.footer-widgets .widget_ninja_forms_widget {
    background-color: #fff;
    padding: 30px;
}

.ninja-forms-form-wrap {
    color: #999;
}

.widget_ninja_forms_widget .widget-title {
    color: #111;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-widgets .ninja-forms-required-items,
.sidebar .ninja-forms-required-items {
    color: #999;
    font-weight: 400;
    line-height: 1.3;
    position: absolute !important; /* screen reader method */
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.ninja-forms-form-wrap input[type='submit'] {
    width: 100%;
}

.ninja-forms-form-wrap  input:hover[type='submit'],
.ninja-forms-form-wrap  input:focus[type='submit'] {
    border: 4px solid #666;
    color: #666;
}

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

.enews-widget {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.widget.enews-widget {
    background-color: #eee;
    padding: 30px;
}

.enews-widget input {
    background-color: #fff;
    border: 2px solid #fff;
    margin-bottom: 20px;
}

.enews-widget input:focus {
    border: 2px solid #666;
}

.enews-widget input[type='submit'] {
    background-color: #67ddab;
    border: 4px solid #67ddab;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}

.enews-widget input:hover[type='submit'],
.enews-widget input:focus[type='submit'] {
    background-color: transparent;
    border: 4px solid #666;
    color: #666;
}

.enews form + p {
    margin-top: 24px;
}

/* Genesis User Profile
--------------------------------------------- */

.user-profile .avatar {
    height: 118px;
    margin-right: 40px;
    width: 118px;
}

.user-profile {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
}

.user-profile .agent {
    float: left;
    margin: 30px 0 0;
}

.user-profile .agent a.larger {
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.user-profile .agent a:hover.larger,
.user-profile .agent a:focus.larger {
    color: #67ddab;
}

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

#wpstats {
    display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.footer-widgets .simple-social-icons ul li {
    margin: 0 20px 12px 0 !important;
}

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

.site-header {
    /*background: rgba(0, 0, 0, 0.4); position: absolute;*/ width: 100%;z-index: 1;
}

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

.title-area {
    float: left;
    padding:0 0 10px 0;
}

.site-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 0px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #fff;
    text-decoration: none; background:url(images/logo.png) left center no-repeat; width:300px; height:59px; display:inline-block; font-size:0px;
}

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

.header-image .site-title > a {
    background-image: url(images/logo.png);
    background-position: left top !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    display: block;
    float: left;
    min-height: 80px;
    width: 300px;
}

.site-description {
    display: block;
    height: 0;
    margin-bottom: 0;
    text-indent: -9999px;
}

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

/* Large Featured Image on Single Pages or Posts
--------------------------------------------- */

.large-featured {
    display: block;
    height: 190px; overflow:hidden;
    position: relative;
    width: 100%; background:url(images/internal-hero.jpg) left top no-repeat; background-size:cover;
}
.large-featured .large-entry-image{ display:none;}
.large-featured::before {
    background-color: #262626;
    content: '';
    display: block;
    height: 100%; opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.large-entry-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 540px;
    margin: 0 auto 5px;
    width: 100%;
    max-width: 100%;
}

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

.genesis-nav-menu {
    clear: both;
    text-transform: uppercase;
    width: 100%;
}

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

.genesis-nav-menu > .menu-item {
    margin: 0 8px;
}

.genesis-nav-menu a, .nav-primary span {
    border-bottom: 2px solid transparent;
    color: #fff;
    display: block;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400; 
    letter-spacing: .7px;
    padding:8px 20px;
    text-decoration: none;
}
.nav-primary a{ color: #fff; text-decoration: none;}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 16px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu > li.menu-item-has-children > a:hover,
.genesis-nav-menu > li.menu-item-has-children > a:focus {
    border-color: transparent;
}

.genesis-nav-menu > .current-menu-item > a,
.genesis-nav-menu > li > a:hover,
.genesis-nav-menu > li > a:focus {
    /*background: #ff9458; color:#fff;*/ background:none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
    text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
    border-top: 2px solid #67ddab;
    left: -9999px;
    margin-top: -2px;
    opacity: 0;
    position: absolute;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -49px 0 0 199px;
}

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

.genesis-nav-menu > .first {
    margin-left: 0;
}

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

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

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

.nav-primary {
    display: inline-block;
float: left;
text-align: center;
clear: both;
width: 100%;
background: #000; padding-top: 10px;
}

.header-image .nav-primary {
    margin-top: 20px;
}

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

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

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

.nav-secondary .genesis-nav-menu > li.menu-item-has-children > a:hover,
.nav-secondary .genesis-nav-menu > li.menu-item-has-children > a:focus {
    border-color: #67ddab;
}

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

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* Display outline on focus */
:focus {
    color: #666;
    outline: 1px dotted #ccc;
}

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

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

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

.archive .entry,
.blog .entry {
    margin-bottom: 30px;
    padding: 20px 0 20px;
}

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

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

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

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

.entry-content code {
    background-color: #262626;
    color: #fff;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

p.entry-meta a {
    text-decoration: none;
}

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

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

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

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

.pagination {
    clear: both;
    margin: 30px;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #566473;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 16px;
    text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #67ddab;
}

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

.entry-pings,
.comment-respond,
.entry-comments {
    margin-bottom: 30px;
    padding: 30px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
    margin-bottom: 30px;
}

.comment-header {
    font-size: 14px;
    font-size: 1.4rem;
}

.comment-header a {
    color: #111;
    text-decoration: none;
}

.comment-header a:hover,
.comment-header a:focus {
    color: #67ddab;
    text-decoration: underline;
}

.comment-header .comment-author {
    text-transform: uppercase;
}

.comment-reply a {
    text-decoration: none;
}

.comment-reply a:hover,
.comment-reply a:focus {
    color: #111;
    text-decoration: underline;
}

.comment-reply a::before {
    color: #67ddab;
    content: '\00BB \0020';
    text-decoration: none;
}

.comment-reply a:hover::before,
.comment-reply a:focus::before {
    color: #111;
    text-decoration: underline;
}

.entry-pings a {
    color: #111;
    text-decoration: none;
}

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

.entry-comments .comment {
    border-bottom: 2px solid #eee;
}

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

p.comment-form-comment {
    margin-bottom: 30px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
    margin: 0;
}

.entry-comments .comment {
    clear: both;
}

.entry-comments .children .comment {
    border: none;
}

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

.comment-list ul.children {
    margin-left: 40px;
}

.comment-respond a {
    text-decoration: none;
}

/* Content Boxes
--------------------------------------------- */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-orange,
.content-box-red,
.content-box-yellow {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
}

.content-box-blue {
    background-color: #edf6ff;
}

.content-box-gray {
    background-color: #eee;
}

.content-box-green {
    background-color: #e4f9f0;
}

.content-box-purple {
    background-color: #eee9f8;
}

.content-box-orange {
    background-color: #ffeeed;
}

.content-box-red {
    background-color: #f8e4ee;
}

.content-box-yellow {
    background-color: #fffce2;
}

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

.sidebar {
    font-size: 14px;
    font-size: 1.4rem;
}

.sidebar p {
    margin-bottom: 24px;
}

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

.sidebar .widget {
    margin-bottom: 40px;
    padding: 30px;
}

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

.footer-widgets {
    background-color: #0d0a30;  
    background-repeat: no-repeat;
    background-size: cover;
    clear: both; display:none;
    padding: 50px 0;
}

.footer-widgets,
.footer-widgets a {
    color: #fff;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #67ddab;
    text-decoration: none;
}

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

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,.footer-widgets-3,.footer-widgets-4,
.footer-widgets-2 {
    padding-right: 15px;
    padding-left: 15px;
    width: 24.95%; /* intentional for Safari */
}

.footer-widgets .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-widgets-1,.footer-widgets-3,.footer-widgets-4,
.footer-widgets-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    /*-webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;*/
}

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

.site-footer {
    display:none;
} 

/* Footer Bottom
--------------------------------------------- */

.footer-bottom {
    color: #fff;
    background-color: #2c333c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: -20px;
    padding: 0 30px 60px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
    text-decoration: underline;
}

.footer-bottom p {
    margin: 0;
}

/* Front Page Colors
--------------------------------------------- */

.featured-content .entry-title:after {
    background-color: #67ddab;
}

.front-page .contact .icon {
    color: #67ddab;
}

.front-page-3::before {
    background-color: #566473;
}

.featured-listings .entry {
    color: #566473;
}

.front-page-6 {
    background-color: #67ddab;
}

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

/* Retina Display
--------------------------------------------- */

@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) {
    select {
        background-image: url(images/select-arrow@2x.png);
    }

}

/* Max-width 1200px
--------------------------------------------- */

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

    

    .large-entry-image {
        max-height: 440px;
    }

}

/* Max-width 980px
--------------------------------------------- */

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

    .content, 
    .nav-primary,
    .sidebar-primary,
    .title-area {
        width: 100%;
    }

    .site-header > .wrap {
        padding: 10px 30px;
    }

    .nav-primary {
        width: 100%;
        max-width: 100%;
    }

    .genesis-nav-menu li,
    .nav-primary,
    .nav-primary ul.genesis-nav-menu,
    .site-header .search-form,
    .title-area {
        float: none;
    }

    .genesis-nav-menu,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .header-image .site-title > a {
        background-position: center top !important;
        float: none;
        margin: 0 auto;
    }

    .genesis-nav-menu > .first,
    .genesis-nav-menu > .last {
        margin: 0 8px;
    }

    /* Responsive Menu */
    .js .site-header > .wrap {
        padding: 10px 0;
    }

    .js .title-area {
        padding: 0 0 10px 0;
    }

    .js nav.nav-primary {
        display: none;
        margin-top: 0;
        position: relative;
    }

    .js nav.nav-primary.pagination {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        background: #f3f3f3;
        color: #000;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    .menu-toggle {
        border: none;
        display: inline-block;
        padding: 10px 30px;
        position: relative;
        right: 0;
        width: 100%;
        z-index: 1000;
    }

    .menu-toggle::before,
    .menu-toggle.activated::before {
        color: #333;
        content: '\f130';
        display: inline-block;
        font: normal 24px/1 'ionicons';
        margin: 0 auto 3px;
        padding-right: 10px;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        vertical-align: middle;
    }

    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle.activated {
        border: none; background:#f3f3f3;
        color: #000;
    }

    .menu-toggle:hover::before,
    .menu-toggle:focus::before,
    .menu-toggle.activated::before {
        color: #000;
    }

    .sub-menu-toggle {
        border: none;
        float: right;
        padding: 20px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
    }

    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle.activated {
        border: none;
        color: #fff;
        outline: 1px dotted #ccc;
        padding: 20px;
    }

    .sub-menu-toggle::before {
        content: '\f3d0';
        display: inline-block;
        font: normal 16px/1 'ionicons';
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .sub-menu-toggle:hover::before,
    .sub-menu-toggle:focus::before,
    .sub-menu-toggle.activated::before {
        content: '\f3d8';
    }

    .js .nav-primary .genesis-nav-menu a {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0;
    }

    .js .nav-primary .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }

    .js .nav-primary .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .js .nav-primary .genesis-nav-menu .menu-item a {
        background-color: transparent;
        border: none;
        color: #fff; 
        width: 100%; padding: 0;
    }

    .js .nav-primary .genesis-nav-menu .menu-item a:hover,
    .js .nav-primary .genesis-nav-menu .menu-item a:focus {
        border: none;
        text-decoration: underline;
    }

    .js .nav-primary .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .js .nav-primary .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .js .nav-primary .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .js .nav-primary .genesis-nav-menu .sub-menu {
        border: none;
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

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

    .js .nav-primary .genesis-nav-menu .sub-menu a {
        border: none;
    }

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

    .large-entry-image {
        max-height: 340px;
    }

    .entry,
    .sidebar,
    .footer-widgets {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .sidebar .featured-listings img {
        width: 150px;
        max-width: 40%;
    } 

}

/* Max-width 800px
--------------------------------------------- */

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

    .large-entry-image {
        max-height: 240px;
    }

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

}

/* Max-width 680px
--------------------------------------------- */

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

    .entry-title {
        font-size: 48px;
        font-size: 4.8rem;
    }

    .user-profile .avatar {
        float: none;
        margin: 0;
    }

    .user-profile .alignleft,
    .user-profile .agent {
        display: block;
        float: none;
        text-align: center;
    }

    .user-profile .agent {
        margin: 10px 0 0;
    }

}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " <"attr(href) ">";
        font-size: 16px;
        line-height: 1.5;
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title > a:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .backstretch,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .footer-widgets,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .large-feautred,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .search-bar,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .large-featured {
        height: 0;
    }

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}
body .slider-search .gform_wrapper ul li.gfield{ margin:0 0 5px 0; padding-right:0;}
.front-page-2{ position:relative; clear:both; padding:60px 0; background:#fff;}
.front-page-2 h4{ margin:0;}
.front-page-2 h1{ font-size: 40px; font-weight: 600;}
.front-page-2 .widget{ text-align:center;}
.front-page-2 .entry{ padding:0; margin:0;}
.front-page-2 .widget .widget-title a{ text-decoration:none;}
.front-page-2 .widget{ width:31%; float:left; padding:0 5px; margin:0 1%;}
.front-page-2 .widget img{ width:100%; margin-bottom:20px;}
.front-page-2 h4{ font-weight:600; color:#26284e;}

.heading{ text-align: center; padding: 0 0 30px 0;}
.heading h2{ color: red; font-size: 30px; font-weight: 600;}
.heading h2 span{ font-size:15px;}

.slider-search .gform_legacy_markup_wrapper span.gform_description{ line-height:normal; color: #fff;}
.slider-search .gform_legacy_markup_wrapper h3.gform_title{ font-size: 30px !important; color: #fff !important; margin-top:0 !important;}
.footer-widgets .entry{ padding:0;}
.slider{ position:relative; width:70%; float:left;}
.slider-search{ width:30%; text-align:center; float:right; z-index:9; text-align:center; padding:30px; background:red;}
.slider-search label{ font-weight:400; color:#fff !important; font-size:14px;}
.slider-search input{ background:#fff !important; padding:7px !important; border:none !important; text-align:left; display:inline-block;}
.slider-search input[type="submit"]{ background: #3f3f3f !important; color:#fff !important;
text-align: center;
font-size: 18px !important;
letter-spacing: 0px !important;}

.slider .metaslider .rslides_nav.prev{ left:20px;}
.slider .metaslider .rslides_nav.next{ right:20px;}

.slider .metaslider .rslides_nav{ border-radius:50px; background:none; border:1px solid #fff; width:50px;height:50px;content:'';display:inline-block;opacity:1;font-size:0;padding:0}
.slider .metaslider .rslides_nav.prev:before{content:'';background:url(images/slide-prev.png) center center no-repeat;width:50px;height:50px;display:inline-block}
.slider .metaslider .rslides_nav.next:before{content:'';background:url(images/slide-next.png) center center no-repeat;width:50px;height:50px;display:inline-block}
.slider .metaslider .rslides_nav:hover{background:#ff9458; border-color:#ff9458;}

.content-sidebar .content.full-page{ width:100%;}
.team-box{ width:24%; float:left; padding:20px 1%; margin:0; text-align:center; position: relative; z-index: 1;}
.team-box h4{ font-size:22px;}
.team-box h4 a{ text-decoration:none;}
.team-thumb{
    position: relative;
    z-index: 2;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2);
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2);
    margin-bottom: 23px;
}
.team-thumb { position: relative;}
.team-thumb img{ opacity: 1; display: block; width: 100%; height: auto; transition: .5s ease; backface-visibility: hidden;}
.team-thumb .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.team-box:hover .team-thumb img {opacity: 0.3;}
.team-box:hover .middle { opacity: 1;}
.team-box a.text {
  background-color: #ff9458;
  color: #fff; text-decoration:none; text-transform:uppercase;
  font-size: 16px;
  padding: 16px 22px;
}
.entry-meta{ display:none;}
.single-post-nav{ width:100%; color:#ff9458; float:left; padding:0 0 12px 0; border-bottom:1px solid #ddd; margin-bottom:12px; font-size:18px;}
.single-post-nav a, .sidebar li a{ text-decoration:none;}
.single-post-left{ float:left;}
.single-post-right{ float:right;}
body.single .content img.size-large, .singular-thumbnail img{ width:300px; float:right; margin:0 0 20px 20px;}
.slider .metaslider .caption-wrap{ background:rgba(0, 0, 0, 0.3); width:100%; height:100%; font-size:66px; font-weight:800; color:#fff; opacity:1; text-transform:uppercase; text-shadow:0 0 4px #000;} 
.slider .metaslider .caption-wrap .caption{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically aligns items */
  align-items: center; /* horizontally aligns items */
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    max-width: 100%; }
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-dot {
    cursor: pointer; width:13px; height:13px; background:#fff; border-radius:20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none; padding:0; margin:0 6px;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-dot.active, .owl-carousel .owl-dot:hover{ background:#ffd173;}
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }
.testimonial-area .owl-nav{ position: absolute;right: 30px;top: -70px;}
.testimonial-area .owl-nav button{ background:none; border:1px solid #fff; padding:10px 13px; line-height:10px;}
.testimonial-area .owl-nav button.owl-next{ margin-left:10px;}
.testimonial-area .owl-nav button span{ font-size:30px;}
.testimonial-area .owl-nav button:hover{ background:#fff; color:#333;}
/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
.testimonial-area{ background:#e4e5e9; width:100%; padding:60px 0; color:#032174; float:left; margin-bottom:20px;}
.testimonial-area h2{ color:#26284e; font-size:24px; text-align:left; margin:0 0 40px 0; padding: 0; position: relative; text-align:center; font-weight:600;}
.testimonial-area .testimonial-content h2{ font-size:20px; font-weight:400;}

.testimonial-content{ text-align:center; max-width:55%; margin:0 auto; font-weight: 400;}
.testimonial-content h4{  font-size:20px; font-weight:400; color:#fff; margin:15px 0 0 0;}
.testimonial-content p{ margin:0;}
.testimonial-area .owl-dots { display:none;}
.testimonial-area .owl-nav{ position: absolute;right: 30px;top: -70px;}
.testimonial-area .owl-nav button{ background:none; border:1px solid #344270; padding:10px 13px; line-height:10px; color:#344270;}
.testimonial-area .owl-nav button.owl-next{ margin-left:10px;}
.testimonial-area .owl-nav button span{ font-size:30px;}
.testimonial-area .owl-nav button:hover{ background:#344270; color:#fff;}

.front-4-area{ width:100%; float:left; background:#fcfcfc;}
.front-4-area .widget{ width:50%; float:left; padding:4%;}
.front-4-area .widget img{ width:100%;}

.widget-row{ display:flex; align-items:center;}

body.blog h2.entry-title{ font-size:3rem;}
body.blog .site-inner{ padding-top:0;}
body.home .site-inner, body.page-id-169 .site-inner{ padding:0;}
body.blog .posts-page-description{ padding:0;}
.breakthrough-page-title{ text-align: center; position: absolute; top: 135px; width: 100%;}
.breakthrough-page-title .archive-description{ padding:0; border:none; margin:0;}
.breakthrough-page-title h1{ margin:0; font-size:30px; color:#fff; font-weight: 600; letter-spacing: 1.1px;text-transform: uppercase;}
.content-sidebar-wrap .entry-header h1.entry-title,
body.blog .archive-title{ display:none;}

.header-widget-area{ float: right; text-align: right;line-height: 0px; padding:40px 0 0 0;}
.header-widget-area p{ margin:0;}
.header-widget-area .widget{ float:left; margin:0 0 0 20px;}
/*header.site-header.shrink{
  width: 100%;
  padding:  0;
  background: #fff;
  box-shadow: 0 0 5px #e1e1e1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out ;
  z-index: 9999;
  top: 0;
  position: fixed;
}
header.site-header.shrink .header-widget-area{ display:none;}
header.site-header.shrink .genesis-nav-menu a{ color:#333;}
header.site-header.shrink .nav-primary{ padding:0;}
header.site-header.shrink .site-title a, header.site-header.shrink .site-title a:hover, header.site-header.shrink .site-title a:focus{ background-size:cover; width:99px; height:50px; background:url(images/shrink-logo.png) left top no-repeat;}*/

.listing-details p{ margin:0;}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img { max-width: inherit !important;}
.header-widget-area .norm_row{ position:static !important; width: auto !important;}
.header-widget-area .sfsi_holders{ display:none;}
.header-widget-area .sfsi_wicons{ width:30px !important; height: auto !important; padding-top: 0 !important;}
.header-widget-area h2{ margin:0; padding:0; font-size:16px; font-weight:400;}
.header-widget-area a{ text-decoration:none; color:red;}
.header-widget-area a:hover{ color:#1e1e1e;}
.footer-widgets h2{ font-size:22px; text-align:center;}
.footer-widgets h2 a{ text-decoration:none;}

.banner-area{ float: left;width: 100%;}
.banner-area input{ background:#fff;}
.front-page-3{ clear:both; background:red; padding:20px 0; text-align:center; color:#fff; font-size:30px; width:100%;}
.footer-calltoaction .front-page-3{ background:url(images/red-bg.jpg) left top repeat; }
.front-page-3 p{ margin:0;}
.footer_product_message h2{ color:#002455; font-size:36px; font-weight:600;}
.footer_product_message h2 span{ font-size:15px; font-weight: 500;}
.footer_product_message p{ color: #496daa; font-size: 18px; font-weight: 400;}
.footer_product_message h2 sup{ font-size:20px; font-weight:600;}

.front-page-4{ width:100%; float:left; background:#fff; padding:50px 0;}
.front-page-4-left{ width:65%; float:left; padding:0 30px 0 0;}
.front-page-4-right{ width:35%; float:right; order: 11;}
.front-page-4-right img{ float:left;}
.front-page-4 h2{ color: #26284e;}

.footer-calltoaction .front-page-3{ margin-bottom:60px;}
.product-row { display: flex;}
.product-row figure{ padding:0 30px; margin-bottom: 0px !important;}
.product-row h3{ font-size: 28px; color: #26284e; font-weight: 500; margin: 20px 0;}
.front-page-3 h2{ color:#fff; margin:0; padding:0; font-weight: 500;}
.footer-calltoaction{ width:100%; float:left; background:#fff; padding:0 0 30px 0; text-transform: capitalize; text-align:center;}
.footer-calltoaction-left{ float:left; width:100%;}
.footer-calltoaction-right{ float:right;}
.footer-calltoaction a:hover, .footer-calltoaction a{ color:#fff;}
.product-row .wp-caption-text{ font-weight:400; color:#496daa; font-size:18px; max-width: 48%; margin: 0 auto;}

.privacy-action{ width:100%; float:left; padding:20px 0;}
.privacy-action p{ margin:0;}
/*.privacy-action .accordion:after{ margin-left:15px; font-family:'FontAwesome'; content:"\f107"; font-size:18px;}*/
.privacy-action .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none; letter-spacing: 0;
text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion.active, .accordion:hover {
  background-color: #ccc; border: none;
}
/*.accordion.active{ float:right; font-family:'FontAwesome'; content:"\f106"; font-size:18px;}*/
.privacy-action .panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.privacy-action .panel p{ margin:10px 20px;}
.gfield_captcha_container{ display:flex;}
body .gform_legacy_markup_wrapper .gfield_captcha_container img.gfield_captcha{ margin-right:10px !important;}
.gform_legacy_markup_wrapper ul li.gfield.col-half{ width: 48%; float: left; clear: none;}
.gform_legacy_markup_wrapper ul li.gfield.col-half-right{ float:right;}
.gform_legacy_markup_wrapper div.validation_error, .gform_legacy_markup_wrapper div.validation_error{ overflow: hidden; padding: 0 !important;}
.gform_validation_errors > h2, .gform_legacy_markup_wrapper div.validation_error h2{ background: yellow; color: #000; padding: 12px;}
.gform_legacy_markup_wrapper .field_description_below .gfield_description{ background: yellow; padding: 16px;}
.gform_legacy_markup_wrapper li.gfield.gfield_error{ border:none;}
.gform_confirmation_wrapper {
  background: green;
  color: #fff;
  padding: 20px;
  font-weight: 600;
  border-radius: 10px;
  margin: 30% 0;font-size: 30px;
}

.vip-copyright{ margin:30px 0 0 0; width:100%; text-align:center; background:#e4e5e9; padding:25px 0;clear: both;}
.vip-copyright p{ margin:0;}
.vip-copyright img{ border-radius:6px; margin-bottom:15px;}
.vip-copy-left{ width:25%; float:left;}
.vip-copy-right{ width:100%; float:right;}
.d-flex{ display:flex; flex-wrap:wrap; justify-content:center; clear:both;}
.d-flex a{ color:#000; text-decoration:none; margin:0 30px 0 6px;}
.d-flex span{ padding:0 15px;}
.d-flex br{ display:none;}
.vip-half{ width:50%;}

@media only screen and (max-width: 1199px) {
	.content-sidebar-wrap, .wrap{ width:94%;}
}

@media only screen and (max-width: 1050px) { 
	.title-area{ width:auto; float:left; padding:10px;}
	.menu-toggle{ text-align:right;}
	.site-header, .title-area{ position:static;}
	.slider .metaslider .caption-wrap{ font-size:32px;}
	.menu-toggle {
    text-align: right;
    float: right;
    width: auto;
    clear: left;
    margin-top: -50px;
}
	.site-inner{ padding-top:0;}
	.nav-primary{ clear:none;}
	.large-featured::before {
        background-color: initial;
    }
	.large-featured{ display:none;}
	.breakthrough-page-title{ position:relative; background:url(images/internal-hero.jpg) left top no-repeat; background-size:cover; padding: 20px 0; clear:both; top:0; position:relative; margin-bottom:20px;}
	.breakthrough-page-title:before{ content:''; background:rgba(0, 0, 0, 0.4); width:100%; height:100%; position:absolute; left:0; top:0;}
	.breakthrough-page-title h1{ position:relative;}
}
@media only screen and (max-width: 980px) {
	.nav-primary{ clear:both; display: block !important;}
	.menu-toggle.nav-primary{ display:none !important;}
	.widget-row{ display:block;}
}
@media only screen and (max-width: 750px) {
	.site-header, .title-area{ position:static; width:100%; text-align:center;}
	.site-header .header-widget-area .widget{ padding:5px 0;}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-3{ width:100%; margin:0 0 20px 0;}
	header.site-header.shrink .header-widget-area{ display:none;}
	.testimonial-area .owl-nav{ position:static; width:100%; text-align:center;}
	.breakthrough-page-title{ padding:0;} 
	.slider .metaslider .caption-wrap{ font-size:26px;} 
	.header-widget-area{ display:none;}
	.site-inner{ padding-top:0;}
	.menu-toggle {
    text-align: center;
    float: right;
    width: 100%;
    clear: left;
    margin-top: 0;
}
	.content-sidebar-wrap .entry-content{ clear:both;} 
	.slider, .slider-search, .product-row .wp-caption-text, .testimonial-content{ width:100%;}
	.product-row{ display:block;}
	.product-row figure{ padding:0;}
	body > div { font-size: 1.5rem;}
	.vip-half{ width:100%;}
}


@media only screen and (max-width: 650px) {
.front-page-2 .widget,  .front-4-area .widget, .team-box{ width:100%;}
	.front-4-area .widget p{ margin:0;}
	body.single .content img.size-large, .singular-thumbnail img{ float:none; margin:0 0 20px 0;}
	.front-page-4-left, .front-page-4-right{ width:100%; padding:0 0 20px 0 !important;}
	.vip-copy-left, .vip-copy-right{ width:100%;}
}