/*
    Theme Name: A Well-Fed World
    Theme URI: https://awfw.org/
    Description: A mobile responsive and HTML5 theme for AWFW built using the Genesis Framework.
    Author: A Well-Fed World
    Author URI: https://awfw.org/
    Version: 1.0.0
    Tags: one-column, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
    Template: genesis
    Template Version: 2.10.1
    Text Domain: smusa
    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}fgh audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{    margin: 20px 0;}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;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
--------------------------------------------- */
html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
/* Float Clearing
--------------------------------------------- */
.author-box:before,
.breadcrumb:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.section_block:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}
.author-box:after,
.breadcrumb:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-header:after,
.section_block:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */

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

body {
    background-color: #fffdea;
    color: #330000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
body.admin-bar header.site-header {
    margin-top: 32px;
}
a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    outline: 0;
}


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

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
}
.entry-content a {
    color: #35747d;
    text-decoration: underline;
}
.entry-content a:hover, .entry-content a:focus {
    text-decoration: none;
}
.entry-title a{
    color: #508991;
}
.entry-content a:hover,
.entry-content a:focus {
    color: #1e5a63;
}

a.content_button {
    display: inline-block;
    background: #f47d35;
    color: #fff;
    margin-right: 10px;
    padding: 4px 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
}
a.content_button:hover,
a.content_button:focus,
a.content_button:active {
    background: #508991;
    color: #fff;
}
.nav-primary a:hover,
.nav-primary .genesis-nav-menu > .current-menu-item > a {
    color: #f7f1f1;    
}
.nav-primary .genesis-nav-menu .sub-menu a:hover {
    text-decoration: underline;
}
p,
ul,
ol,
pre,
table,
blockquote {
    margin-bottom: 20px;
    margin-top: 0;
}
strong {
    font-weight: 700;
}
pre {
    background: #f5f5f5;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

blockquote {
    margin-bottom: 50px;
    position: relative;
    margin-top: 55px;
}
.entry-content blockquote p {
    font-size: 1.8rem;
    font-size: 2rem;
    font-style: italic;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #330000;
    line-height: 1.4;
}

.entry-content blockquote {
    padding: 0;
    margin-left: 0;
    margin-right: 0;

}
.entry-content blockquote:before{
    content: "";
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 53px;
    position: absolute;
    left: -70px;
    top: -40px;
}
.entry-content blockquote cite {
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    display: block;
    text-transform: capitalize;
    margin-top: 0;
}

.entry-content blockquote cite a:hover {
    border-color: currentColor;
}
a.post-edit-link {
    display: block;
    width: 100%;
    float: left;
}
.pf-content {
    float: left;
    width: 100%;
}


hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #35747d;
    clear: both;
    margin: 2em 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #898989;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #898989;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #898989;
}
:-moz-placeholder { /* Firefox 18- */
  color: #898989;
}

/* Headings
--------------------------------------------- */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    
    font-family: 'Noto Sans', sans-serif;
    color: inherit;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px; 
}
h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

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

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

h5{
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
}
h6 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
    color: #508991;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.beaver_builder .entry-content h1,
.beaver_builder .entry-content h2,
.beaver_builder .entry-content h3,
.beaver_builder .entry-content h4,
.beaver_builder .entry-content h5,
.beaver_builder .entry-content h6{
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}
.entry-content h3,
.beaver_builder .entry-content h3{
    color: #f47d35;
}

/* Objects

--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
    margin-bottom: 1.625em;
}
.featured-content img,
.gallery img {
    width: auto;
}
.featured-content img {
    margin: 0 !important;
    max-width: 40px !important;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
background-color: #fff;
    border: 1px solid #eee !important;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: inherit;
    line-height: 1;
    margin-bottom: 10px !important;
    outline: 0;
    padding: 14px 20px !important;
    width: 100%;
}

input:focus,
textarea:focus {
    border-color: #ccc;
    outline: none;
}

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


input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.button,
.pricing_footer a.pricing_button,
.zps_btn,
.load_more_text,
.zps_readmore {
    display: inline-block;
    background: #f47d35;
    border: 2px solid #f47d35;
    color: #fff;
    border-radius: 2px; 
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 25px;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    width: auto;
    text-decoration: none;
}

.zps_readmore,
.button,
.load_more_text {
    padding: 10px 25px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.comment-respond input#submit:hover,
.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover,
.enews #subbutton:hover,
.button:hover,
.zps_btn:hover,
.load_more_text:hover,
.zps_readmore:hover {
    background: #ff0000;
    border: 2px solid #ff0000;
    color: #fff;
    text-decoration: none;
}

button:focus,
.zps_btn:focus,
.load_more_text:focus,
.zps_readmore:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active {
    outline: none;
    text-decoration: none;
        background: #ff0000;
    border: 2px solid #ff0000;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

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

input[type="search"] {
    font-size: 14px;
    font-size: 1.4rem;
}

/* comments form style */
#comments {
    border-top: 1px solid;
    margin: 2em auto;
}
.comment-respond label, .comment-notes, p.comment-subscription-form, span.says {
display: none;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid;
}
.comment-respond input[type="url"] {
    margin-right: 0;
}
.entry-comments, .comment-respond{
    display: block;
}

textarea#comment {
    resize: none;
}
p.comment-form-comment {
    margin-bottom: 1%;
}

.entry-comments {
    padding: 30px 70px 10px;
}
li.comment article {
    padding: 20px 35px;
}
.comment-list li li {
    margin-right: 0;
    padding: 10px 0 0 30px;
    background: none;
}
.comment-list li {
    margin-top: 0;
    padding: 0;
    background: none;
    margin-bottom: 10px;
    background: #fbf9f8;
}
.comment-list li .children {
    padding-bottom: 0;
}
.comment-list li:last-of-type .children {
    border-bottom: none;
}
.entry-comments .comment-author span {
    font-size: 21px;
}
.comment-header p a {
    font-weight: normal;
}
.comment-reply {
    text-align: right;
}
.comment-list li a.comment-reply-link {
    letter-spacing: 2px;
    display: inline-block;
    border: 1px solid;
    padding: 5px 20px;
    text-decoration: none;
}
h3#reply-title {
    margin-bottom: 30px;
}
.entry-comments {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.comment-meta {
    background: none;
    margin-bottom: 0.7em;
    padding: 0;
}
.comment-metadata {
    display: inline;
    font-size: 0.8em;
}
.comment-author {
    display: inline;
}
.comment-author b {
    font-weight: normal;
}
.comment-list {
    font-size: 1em;
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment-list .children {
    margin-left: 0;
    border-bottom: 1px solid;
    list-style: none;
    padding-bottom: 1.5em;
}
.comment-list .children .children {
    border-bottom: none;
    padding-bottom: 0;
}
.comment-list .children article {
    border-bottom: 0;
}
/*Fix WP4.4.1 comment form imput alignments*/
.comment-respond .comment-form-author, 
.comment-respond .comment-form-email, 
.comment-respond .comment-form-url {
    display: inline;
}
/* Tables
--------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 35px;
    width: 100%;
}

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

td,
th {
    text-align: left;
}

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

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}
td > input {
    margin-bottom: 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 15px;
    width: 100%;
}
.site-header .wrap {
    padding: 0;
    overflow: visible
}
.mobile_menu_overlay .wrap {
    max-width: 1400px;
}
.site-inner {
    background: #fffdea;
    clear: both;
    padding-top: 40px;
    padding-bottom: 50px;
}
.single.single-portfolio .site-inner,
.single.single-post .site-inner {
    padding-top: 30px;
}
.page .site-inner,
.page.page-template-template-blog_column .site-inner,
.page.page-template-page_blog .site-inner {
    padding-top: 40px;
}
.page.page-template-template-section .site-inner {
    padding-top: 0;
    padding-bottom: 0;
}
.section_template .site-inner .wrap{
    padding: 0;
    width: 100%;
    max-width: 100%;
}
body.archive.author .site-inner {
    margin-top: 100px;
}
/* .section_template .section_block > div:not(.hero_fullwidth), */

.section_template .section_block > div.hero_image_wrap.hero_fullwidth {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

article.portfolio,
article.post,
article.page {
    overflow: inherit;
    margin-top: 0;
}
.archive article.post_grid,
.blog article.post_grid {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

header.entry-header {
    display: block;
    overflow: hidden;
    margin-top: 24px;
}
body.beaver_builder header.entry-header {  
    margin-top: 0;
}
.search article .entry-content {
    float: left;
    width: 100%;
}

.sidebar-content main.content{
   width: 70%;
   float: right;
}

.sidebar-content aside.sidebar-primary {
    width: 25%;
    float: left;
    padding-right: 30px;
}

.content-sidebar .content {
    float: left;
    width: 70%;
}

.content-sidebar aside.sidebar-primary {
    width: 25%;
    float: right;
    padding-left: 30px;
    margin-top: 40px;
}

.full-width-content .content {
    width: 100%;
    margin: 0 auto;
    max-width: 944px;
}

/* Page Header
--------------------------------------------- */
.page_header_image{
    overflow: hidden;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 122px;
    position: relative;
    height: 500px;
}
.page_header_image .image_wrap{
    padding-bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 68%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.page_header_entry_title {
position: absolute;
    text-align: center;
    bottom: 0;
    float: none;
    margin: auto;
    width: 100%;
    max-width: 1400px;
    color: #fff;
    background: transparent;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    z-index: 999;
    vertical-align: middle;
    display: table;
    top: 0;
    bottom: 0;
}
.page_header_entry_wrap {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.page_header_entry_wrap h1.entry-title {
    width: 500px;
    padding: 0 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
}
.page_header_entry_wrap h1.entry-title:before {
    content: "";
    height: 1px;
    width: 400px;
    background: #fff;
    position: absolute;
    top: -50px;
    left: 0px;
}
.page_header_entry_wrap h1.entry-title:after {
    content: "";
    height: 1px;
    width: 400px;
    background: #fff;
    position: absolute;
    bottom: -50px;
    left: 0px;
}
.page_header_bg {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.page_color_wrap {
    max-width: 1400px;
    left: 0;
    margin: 0 auto;
    height: 100%;
    top: 0;
    position: relative;
    float: none;
}
.page_color_wrap:before {
    content: "";
    height: 1000px;
    width: 100%;
    background: #753e53;
    position: absolute;
    left: -60%;
    transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    top: -12%;
    z-index: 2;
    background: #35747d;
    background: -moz-linear-gradient(left, #35747d 0%, #7f384c 99%, #7f384c 99%);
    background: -webkit-linear-gradient(left, #35747d 0%,#7f384c 99%,#7f384c 99%);
    background: linear-gradient(to right, #35747d 0%,#7f384c 99%,#7f384c 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35747d', endColorstr='#7f384c',GradientType=1 );
}
/* Column Widths and Positions
--------------------------------------------- */

/* Blog layout */
.page-template-page_blog article.entry,
.archive article.entry,
.home.blog article.entry,
.search article.entry {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
a.entry-image-link img {
    display: block;
    margin-bottom: 0;
}
a.entry-image-link {
    float: none;
    width: 100%;
    overflow: hidden;
    display: block;
}
.blog_archive_content {
    float: right;
    width: 50%;
    overflow: hidden;
}
.blog_archive_content a.more-link::after {
    content: "â†’";
    margin-left: 5px;
}
.blog_archive_wrap {
    background: #fff;
    height: 100%;
    position: absolute;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    padding: 5%;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
    float: left;
}
.alignleft .avatar {
    margin-right: 24px;
    margin-left: 0
}
.alignright .avatar {
    margin-left: 24px;
    margin-right: 0
}
.comment .avatar {
    height: 50px;
    margin: 0 16px 24px 0;
    width: 50px;
}
a.aligncenter img {
    display: block;
    margin: 0 auto;
}
img.centered,
.aligncenter,
.wp-caption.alignnone {
    display: block;
    margin: 0 auto;
    text-align: center;
}
img.alignnone {
    margin-bottom: 12px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft {
    margin: 0 24px 24px 0;
}
img.alignleft,
.wp-caption.alignleft{
    margin: 0 20px 20px 0;
}
.wp-caption.alignleft .wp-caption-text {
    margin: 0;
}
a.alignright,
img.alignright {
    margin: 0 0 24px 24px;
}
.wp-caption.alignright .wp-caption-text {
    margin: 0;
}
.wp-caption-text {
    text-align: center;
}
figure.alignright {
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}
figure.alignleft {
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}
figcaption.wp-caption-text {
    text-align: center;
}
figure.wp-block-image img {
    margin-bottom: 0;
}
.bypostauthor {
    display: block;
}
.entry-content .wp-caption-text {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    padding: 3px 10px;
    position: relative;
}
.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}
/* Images */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
.entry-content img.size-full,
.entry-content img.size-large {
    max-width: 100%;
}
.alignnone img {
    margin: 5% -50% 2%;
    max-width: 200%;
}
.wp-caption.alignright img,
.wp-caption.aligncenter img {
    text-align: center;
}
.wp-caption.aligncenter img.size-full {
    width: 100%;
}
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    display: block;
    clear: both;
}
.alignleft img {
    float: left;
    margin-bottom: 10px;
    margin-right: 40px;
    margin-left: 0;
}
.alignright img {
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 0;
}
.wp-smiley {
    max-height: 13px;
    margin: 0 !important;
}
.entry-content img.wp-smiley {
    display: inline-block;
}
.entry-content img.aligncenter.size-full {
    width: calc( 100% + 200px );
    max-width: calc( 100% + 200px );
    margin-left: -100px;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.65em;
    letter-spacing: 3px;
    padding-bottom: 21px;
}
.single.single-post .breadcrumb,
.single-portfolio .breadcrumb {
    padding: 0;
    text-align: left;
}
.archive .breadcrumb {
    padding: 40px 30px;
    text-align: left;
    margin: 0;
}
.archive-description,
.author-box {
    float: left;
    margin: 8px 50px 30px 30px;
    width: 100%;
}
.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
    margin-bottom: 0;
}
.author-box .avatar {
    min-height: auto;
    margin: 0 30px 30px 0;
    display: block;
    padding: 0;
}
section.author-box {
    background: #35747d;
    color: #fff;
    float: none;
    width: 100%;
    padding: 40px;
    max-width: 100%;
    width: 100%;
    margin: 40px auto 60px;
}
section.author-box a {
    color: #f47d35;
}
section.author-box a:hover {
    color: #904f68;
}
.author-box .contact-links {
    margin-top: 20px;
}
.author-box .contact-links a {
    font-size: 14px;
    padding: 10px;
    width: 45px;
    float: none;
    display: inline-block;
}
.author-box-title {
    margin: 0 0 20px;
    display: block;
    width: 100%;
}
.author-box p {
    margin-bottom: 0;
}
.author-box .contact-links a {
    font-size: 14px;
    padding: 10px;
    width: 45px;
    text-align: center;
}
.author-box .contact-links {
    margin-top: 20px;
}
/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

span.column_split_block_subtitle {
    color: inherit;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-bottom: 24px;
}

h3.entry-title,
.section_header_text h2 {
    font-size: 2em;
    margin-bottom: 0.57777777777778em;
}

h3.hero_block_title,
.section_header_text h2,
h4.column_split_block_title {
    line-height: 1.4;
    text-align: center;
    font-size: 34px;
    color: inherit;
}
.section_header_wrap p {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .1em;
    padding: 3px 0;
    text-transform: uppercase;
}

.section_header_wrap .intro {
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.78;
    text-transform: none;
    letter-spacing: 0
}

.section_header_wrap .intro {
    text-align: inherit
}
.section_header_text.header_text_left .section_header_wrap p{
    float: left;
    text-align: left;
    width: 100%;
}
.section_header_text.header_text_center .section_header_wrap p{
    float: none;
    margin: 20px auto;
    text-align: center;
}
.section_header_text.header_text_right .section_header_wrap p{
    float: right;
    text-align: right;
    width: 100%;
}
h4.column_split_block_title {
    text-align: inherit;
}

h3#reply-title.comment-reply-title small {
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
}

.archive-title {
    font-size: 1.4375em;
    line-height: 1.41304348em;
    margin-bottom: 1.1304347826087em;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
body.portfolio-template-default.single.single-portfolio.admin-bar.header-full-width.full-width-content.single_portfolio_fullwidth header.site-header,
body.admin-bar.single_portfolio_slider header.site-header {
    top: 0
}
.primary-nav .site-header {
    padding-top: 64px;
}
.site-header .wrap {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 40px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.site-header .widget-area {
    display: none;
}
.header_three .site-header .widget-area {
    display: block;
    position: absolute;
    right: 30px;
}
header.site-header {
    background: #508991;
    box-shadow: none;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    height: auto;
    float: left;
    margin-top: 0;
    padding: 0;
}
header.site-header:before {
    content: "";
    background: #fffdea;
    position: absolute;
    width: 30%;
    height: 128px;
    top: 0;
    left: 0;
}
header.site-header:after {
    content: "";
    background: #35747d;
    position: absolute;
    width: 30%;
    height: 45px;
    top: 0;
    right: 0;
}
/* search */
.header_search {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    float: right;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 3;
    top: 28px;
    text-align: center;
    right: 0;
    height: 26px;
    width: 35px;
}
.header_search .fa-search {
  font-size: 18px;
}
.header_search_form {
    position: absolute;
    right: 222px;
    width: 260px;
    top: 21px;
    float: right;
    background: transparent;
    padding: 8px;
    overflow: hidden;
    height: 66px;
}
.header_search_form input[type="search"] {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    border: none;
    border-bottom: 2px solid;
    padding: 0
}
.header_search_form input[type="submit"] {
    display: none;
}
.header_search_form form.search-form {
    right: -100%;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    transition: right 500ms ease; 
    position: absolute;
}
.header_search_form.search_open form.search-form{
    right: 0;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    transition: right 500ms ease; 
}
/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    top: 0;
    position: absolute;
    background: #fffdea;
    padding: 18px 60px 19px 0;
    z-index: 100;
    width: 31.7%;
    text-align: center;
}
.title-area:after {
    content: "";
    height: calc(100% + 50px);
    width: 48px;
    background: #fffdea;
    position: absolute;
    right: -35px;
    transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    top: 0px;
    z-index: 2;
}
.header-image .title-area {
    padding: 0;
}
.site-title {
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 1.421875em;
    padding: 10px 0;
    text-transform: uppercase
}
.site-title a,
.site-title a:hover {
    color: inherit;
    text-decoration: none;
}
.site-description {
    font-family: inherit;
    font-size: 0px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.0625rem;
    margin: 0 0 3%;
}
.wp-custom-logo .site-title,
.wp-custom-logo .site-description{
    display: none;
}
.page_header_image .page_header_entry_wrap{
    visibility: hidden;
}
.page_header_entry_wrap h1.entry-title {
    width: 720px;
    padding: 0 40px 0 0;
}

.page_header_entry_wrap h1.entry-title:before {
    left: 0;
}

.page_header_entry_wrap h1.entry-title:after {
    left: 0;
}

/* Full width header, no widgets */
.header-image .site-description,
.header-image .site-title a {
    display: block;
    height: 0;
    margin-bottom: 0;
    text-indent: -9999px;
}
/* Logo Area
--------------------------------------------- */
.site-header .wrap {
    position: relative;
}
.header-image .site-header .title-area {
    padding: 0;
    top: 0
}
a.custom-logo-link {
    display: inline-block;
}
img.custom-logo {
    display: block;
    margin: 0;
    position: relative;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    width: auto;
    margin: 0;
    padding: 0;
    float: right;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    width: auto;
    margin: 0;
    position: relative;
    float: left;
    line-height: 1.3;
}
.genesis-nav-menu .menu-item:hover > ul.sub-menu{
    left: auto;
        opacity: 1;
    visibility: visible;  
}
.genesis-nav-menu .sub-menu .menu-item {
    width: 100%;
}
.genesis-nav-menu .sub-menu .menu-item.current_page_item a {
    font-weight: 700;
}
.genesis-nav-menu a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    font-family: 'Noto Sans', sans-serif;
    position: relative;
    text-transform: uppercase;
    padding: 30px 30px;
    letter-spacing: 1px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:active,
.genesis-nav-menu a:focus{
    text-decoration: underline;
}

.genesis-nav-menu .sub-menu a {
    color: #fff;
}
.genesis-nav-menu .sub-menu {
    background: #508991;
    left: auto;
    opacity: 0;
    position: fixed;
    z-index: 99;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 232px;
}
.genesis-nav-menu .sub-menu.submenu_open {
    padding: 10px 0;
    visibility: visible;
    opacity: 1;
    height: auto;
  
}
.genesis-nav-menu .sub-menu a {
    border-top: none;
    position: relative;
    width: auto;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
}
.nav-primary .genesis-nav-menu .sub-menu > li.menu-item-has-children:before {
    content: "\f139";
    font-family: 'dashicons';
    position: absolute;
    color: #fff;
    top: 24%;
    right: 0;
}
/*.genesis-nav-menu .menu-item:hover {
    position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}*/
.genesis-nav-menu > .first > a {
    padding-left: 0;
}
.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu .sub-menu .menu-item .indicator {
    display: none;
}
nav.nav-secondary .genesis-nav-menu a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.2;
    padding: 15px 15px;
}
nav.nav-secondary .genesis-nav-menu a:hover {
    text-decoration: underline;
    color: #fff;
}
.nav_social {
    display: block;
    position: relative;
    padding: 0 19px 0 0;
}
.nav_social ul {
    list-style: none;
    /*padding: 10px 16px 10px 33px;*/
    padding: 10px 29px 10px 45px;
    margin-left: 0;
    background: #e06921
}
.nav_social ul li {
    list-style: none;
    display: inline-block;
    padding: 0 4px 0 5px;
}
nav.nav-secondary .nav_social ul li a {
    padding: 0;
    color: #e06921;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-left: 3px;
    text-align: center;
}
nav.nav-secondary .nav_social ul li a:hover {
    color: #fff;
    text-decoration: none;
}
nav.nav-secondary .nav_social ul li a .dashicons {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    background: #fff;
    display: inline-block;
    padding-left: 2px;
}
nav.nav-secondary .nav_social ul li a:hover .dashicons{
    font-size: 18px;
    background: #f47d35;
}
.genesis-nav-menu .menu-item.highlight {
    background: #f47d35;
}
.genesis-nav-menu .menu-item.highlight span.wpmm-selected-icon {
    margin: 0 8px 0 0;
}
.genesis-nav-menu .menu-item.highlight span.wpmm-selected-icon i{font-size: 16px !important;}
.genesis-nav-menu .menu-item.highlight a {
    font-size: 18px;
}
.genesis-nav-menu .menu-item.highlight:hover {
    background: #e06820;
}
.genesis-nav-menu .menu-item.highlight:hover a{
/*     font-size: 20px;
    padding: 29px 26px 29px 46px; */
}
.genesis-nav-menu .menu-item.highlight:hover:after {
    background: #e06820;
}
.genesis-nav-menu .menu-item.highlight a {
    padding: 30px 28px 30px 52px;
}
.genesis-nav-menu .menu-item.highlight:after {
    content: "";
    height: 90px;
    width: 35px;
    background: #f47d35;
    position: absolute;
    right: -18px;
    transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    top: 6px;
    z-index: 2;  
}
.genesis-nav-menu .menu-item.pre_highlight:after {
    content: "";
    height: 90px;
    width: 35px;
    background: #508991;
    position: absolute;
    right: -19px;
    transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    top: 3px;
    z-index: 2; 
}

nav.nav-secondary li.secondary_social.menu-item:after{
content: "";
    height: 90px;
    width: 21px;
    background: #e06921;
    position: absolute;
    right: 6px;
    transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    top: -11px;
    z-index: 2;
}
nav.nav-secondary .genesis-nav-menu .menu-item.top_pre_highlight:after{
    content: "";
    height: 71px;
    width: 20px;
    background: #35747d;
    position: absolute;
    right: -10px;
    transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    top: -11px;
    z-index: 1;
}
/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
    margin: 0;
    padding: 0;
}
.site-header .sub-menu .sub-menu {
    padding: 0;
    margin-top: -60px;
    margin-left: 3px;
}

 .site-header .sub-menu li > .sub-menu {
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: auto;
    left: 0;
    margin-top: 0;
    margin-left: -20px;
    width: 100%;
}
.site-header .sub-menu li:hover > .sub-menu {
    left: 0;  
}
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
    position: relative;
    width: 100%;
    margin: auto;
    float: right;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
}
.nav-primary.nav_show{
    right: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    border-top: none;
    font-weight: 400;
    padding: 5px 0;
    line-height: 1.6;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.nav-primary .genesis-nav-menu .sub-menu {
    padding: 0 20px;
}
.nav-primary .genesis-nav-menu li.right.search {
    list-style: none;
    float: right;
    text-align: right;
    padding: 0;
    position: relative;
    line-height: 52px;
}
.nav-primary .genesis-nav-menu li.right.search form.search-form{
    display: block;
    position: relative;
    left: 0;
    width: 180px;
    top: 0;
}
.nav-primary .genesis-nav-menu li.right.search form.search-form input {
    font-weight: bold;
    color: #000;
    opacity: 1;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: -1px;
    display: block;
    margin-bottom: -1px;
}
.nav-primary .genesis-nav-menu li.right.search i {
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
    position: absolute;
    right: 13px;
    z-index: 99;
    font-size: 17px;
    top: 10px;
}
nav.nav-secondary {
    float: right;
    background: #35747d;
    width: 100%;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: left;
}
.responsive-menu-icon::before {
    content: "\f333";
    display: inline-block;
    font: normal 20px / 1 'dashicons';
    margin: 0 auto;
    padding: 10px;
}
.site-header .responsive-menu-icon::before {
    padding: 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

ul {
    list-style: disc;
    padding-left: 30px;
}
ol {
    list-style: decimal;
    padding-left: 30px;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin: 0 0 0 20px;
}
.entry-content li {
    margin-bottom: 5px;
}
.entry-meta,
span.blog_categories a,
span.portfolio_categories a,
div.zpblog_shortcode .blog_meta {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    color: inherit;
    margin: 0 0 40px;
    text-decoration: none;
}

p.entry-meta {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    margin-bottom: 0;
}
.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
}

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

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

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
    margin-top: 0
}
.featured-content .entry {
    margin-top: 13px;
    margin-bottom: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
}
.featured-content .entry:last-child {
    border: none;
}
.featured-content .entry a.alignleft {
    margin-bottom: 0
}
.featured-content article.post header.entry-header {
    float: none;
    width: auto;
}
.featured-content .entry-time:before, 
.featured-content .entry-author:before, 
.featured-content .entry-comments-link:before {
    display: none
}
.featured-content .entry-time,
.featured-content .entry-author,
.featured-content .entry-comments-link {
    display: inline-block !important
}
.featured-content p {
    margin: 0
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
    clear: both;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}
.pagination ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.archive-pagination li {
display: inline-block;
    padding: 0;
    margin: 0;
    float: none;
    border-right: 0;
    background: #508991;
}
.archive-pagination ul li:last-of-type {
    border-right: none
}
.archive-pagination li a {
    padding: 10px 20px;
    display: inline-block;
    background: transparent;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
.archive-pagination li a:hover {
    text-decoration: none;
}
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background: #f1f1ef;
    color: inherit;
}
.zp_comment_toggle {
    display: block;
    margin-bottom: 50px;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 40px 0;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.zp_hide_comments{
    display: none;
}
.comment_show .zp_hide_comments{
    display: block;
}
.comment_show .zp_show_comments{
    display: none;
}

/* ---Before Footer --- */
.before-footer{
    background-image: url("images/newletter_image1.png"), url("images/newletter_image2.png");
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-color: #35747d;
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 50px 0 30px;
}
.before-footer .enews{
    position: relative;
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.before-footer .enews h4{
    display: inline-block;
    float: left;
    margin-right: 2.6%;
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
}
.before-footer .enews h4:after{
    content: "monthly";
    font-family: "Open sans", sans-serif;
    font-weight: 300;
    display: block;
    font-size: 16px;
}
.before-footer .enews p{
    position: absolute;
    bottom: -17px;
    right: 37px;
    font-size: 14px;
}
.before-footer .enews p a {
    color: #fff;
    text-decoration: underline;
}
.before-footer .enews input {
    display: inline-block;
    max-width: 320px;
    float: left;
    margin-right: 2.6%;
    margin-bottom: 0;
    color: #330000;
}
.before-footer .enews input#subbutton {
    color: #fff;
    background: #904F68;
    border-color: #fff;
    border-width: 1px;
    text-transform: uppercase;
    width: auto;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.34;
    padding: 11px 40px;
    margin-right: 0;
}
.before-footer .enews input#subbutton:hover,
.before-footer .enews input#subbutton:focus {
    background: #508991;
    opacity: 1;
}
/* ---Footer Widgets --- */
.footer-widgets {
    clear: both;
    padding: 0;
    overflow: hidden;
    background: #508991;
    color: #fff;
}
.footer-widgets p {
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 14px;
    color: #8f8b89;
}
.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-2 {
    width: 33.33%;
    position: relative;
}
.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}
.footer-widgets-3 {
    float: right;
}
.footer-widgets .widget {
    margin-bottom: 0;
}
.footer-widgets .widgettitle {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 5px 0 35px;
}
.footer-widgets ul{
    padding-left: 0;
    list-style: none;
}
.footer-widgets li {
    margin-bottom: 0;
    padding: 0;
    word-wrap: break-word;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
}
.footer-widgets .search-form {
    width: 100%;
}
.footer-widgets a {
    text-decoration: none;
}
.footer-widgets a.btn-footer {
    background-color: #ff0000 !important;
    color: #fff;
    padding: 15px 35px !important;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.footer-widgets a:hover,
.footer-widgets a:focus,
.footer-widgets a:active {
    color: #959595;
}
.footer-widgets .social-icons a {
    font-size: 24px;
    color: #595756;
    line-height: normal;
    vertical-align: middle;
    line-height: 20px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.footer-widgets .social-icons > li {
    margin-left: 20px;
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.footer-widgets .social-icons {
    float: left;
    margin: 0;
}
.footer-widgets .social-icons > li:first-child {
    margin-left: 0;
}
.footer-widgets .widget_text {
    height: auto;
    text-align: center;
}
.footer-widgets .textwidget{
    height: 100%;
    width: 100%;
    display: table;
}
.footer-widgets-1 .textwidget h4 {
    text-align: center;
    padding: 41px 0;
    margin-bottom: 0;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.footer-widgets-2 .textwidget{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
}
.footer-widgets-2 .textwidget a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 32px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    height: 100%;
    text-decoration: none;
}
.footer-widgets-2 .textwidget a:hover,
.footer-widgets-2 .textwidget a:focus{
    text-decoration: underline;
}
.footer-widgets-3 .textwidget{
    text-align: center;
    padding: 20px 0;
}
.footer-widgets-3 .textwidget p{
    margin-bottom: 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 30px 20%;
}
.diagonal_button_wra {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 36px 0;
}
.diagonal_button {
display: block;
    text-align: center;
    position: relative;
    background: #f47d35;
    padding: 24px 0;
    width: 54%;
    margin: 0 auto;
}
.diagonal_button:after {
    content: "";
    height: 100px;
    width: 34px;
    background: #f47d35;
    position: absolute;
    left: -13px;
    transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    top: -11px;
}
.diagonal_button:before {
    content: "";
    height: 100px;
    width: 35px;
    background: #f47d35;
    position: absolute;
    right: -19px;
    transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    top: -8px;
    z-index: 2;
}
.diagonal_button_wra:hover .diagonal_button,
.diagonal_button_wra:hover .diagonal_button:before,
.diagonal_button_wra:hover .diagonal_button:after{
    background: #904F68;
}
.footer-widgets-2 .diagonal_button_wra:hover .diagonal_button a{
    font-size: 34px;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    background-color:#35747D;
/*    background-color: #7f384c; 
    background-image: url(images/site_footer_bg.png); 
    background-size: 200px;
    background-position: 85% -18px;
    background-attachment: scroll;
    background-repeat: no-repeat; 
    padding: 28px 0;
    clear: both;  
    position: relative;  
    overflow: hidden;
*/
    text-align: center;  
}
.site-footer:before {
    content: " ";
    background: #35747d;
    background: -moz-linear-gradient(left, #35747d 0%, #7f384c 99%, #7f384c 99%);
    background: -webkit-linear-gradient(left, #35747d 0%,#7f384c 99%,#7f384c 99%);
    background: linear-gradient(to right, #35747d 0%,#7f384c 99%,#7f384c 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35747d', endColorstr='#7f384c',GradientType=1 );
    position: absolute;
    width: 50vw;
    height: 100vh;
    top: -25vw;
    left: -23vw;
    transform: rotate(-29deg);
    display: none;
}
.site-footer p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    margin: 0;
}
.bottom-widget ul{
    list-style: none;
    display: block;
    padding-left: 0;
}
.bottom-widget ul li{
    list-style: none;
    display: inline-block;
}
.bottom-widget ul li a{
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}
.bottom-widget ul li a:hover,
.bottom-widget ul li a:focus{
    text-decoration: underline;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/* Related Posts */
.related-posts {
    padding-top: 20px;
    float: left;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.related-posts h3,
#comments.entry-comments h3 {
    margin-bottom: 2%;
    padding-bottom: 2%
}
.related-posts article {
    background: #fff;
    float: left;
    width: 22.75%;
    margin-left: 3%;
    margin-right: 0;
/*  padding: 0 2%; */
    transition: background .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out, transform .2s ease-in-out
}

.related-posts article:nth-child(4n + 1) {
    margin-left: 0;
    clear: left;
}

.related-posts article:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0 15px 40px;
}

.related-posts article:first-child {
    margin-left: 0;
}
/* Single Post Nav */
.single_post_nav {
    margin-top: 170px;
    margin-bottom: 70px;
    position: relative;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}
.single_post_prev {
    display: inline-block;
    width: 390px;
    text-align: right;
    float: left;
}
.single_post_prev:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #000;
    left: 50%;
    margin-left: -2px;
}
.single_nav_title {
    color: inherit;
}
.single_nav_title span {
    color: #000;
    display: block;
    font-size: 0.031em;
    font-weight: 400;
    letter-spacing: 0.125em;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.single_nav_arrow i {
    color: inherit;
    opacity: 0.15;
}
.single_nav_arrow i:hover {
    opacity: 1
}
.single_post_prev .single_nav_arrow {
    float: left;
    font-size: 0px;
}
.single_post_prev .single_nav_title {
    display: inline-block;
}
.single_post_prev .single_nav_thumb {
    display: none;
    float: left;
    width: 20%;
}
.single_post_next {
    display: inline-block;
    float: right;
    width: 390px;
    text-align: left;
}
.single_post_next .single_nav_arrow {
    float: right;
    font-size: 0px;
    line-height: 0px;
}
.single_post_next .single_nav_title {
    display: inline-block;
}
.single_post_next .single_nav_thumb {
    display: none;
    float: left;
    width: 20%
}
.single_post_next img,
.single_nav_thumb img {
    border-radius: 100%;
    max-width: 100px;
    height: 100px;
}

/* ========== ISOTOPE FILTERING ========== */
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* ========== GALLERY SECTION ========== */

#gallery-items {
    display: none;
}
.portfolio_section.section {
    min-height: 300px;
}
.home .portfolio_section.section {
    padding-bottom: 0
}
.portfolio_section .gallery-filter {
    margin: 40px auto;
    display: block;
    text-align: center;
}
.gallery-filter ul {
    display: inherit;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.gallery-filter ul li {
    display: inline;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.gallery-filter ul li .btn {
    padding: 7px 0;
}
.gallery-filter ul li a {
    color: inherit;
    border-bottom: 3px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .03em;
    text-transform: uppercase
}
.gallery-filter ul li a.selected,
.gallery-filter ul li a:hover {
    background: transparent;
    border-color: #ff0000;
    color: #ff0000;
}
.portfolio_section #gallery-items {
    margin: 24px 0 0;
}

.portfolio-item {
    overflow: hidden;
    height: auto;
    display: block;
}


.portfolio-item.zp_col_2 {
    width: 47%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    padding: 0;
    transition: background .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out, transform .2s ease-in-out
}


.portfolio-item.zp_col_3 {
    width: 30.33%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    padding: 0;
    transition: background .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out, transform .2s ease-in-out
}


.portfolio-item.zp_col_4 {
    width: 22%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    padding: 0;
    transition: background .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out, transform .2s ease-in-out
}


.portfolio-item.zp_col_3:hover,
.portfolio-item.zp_col_2:hover,
.portfolio-item.zp_col_4:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0 15px 40px;
}




.zp_col_4 {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;
}
.zp_col_3 {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33%;
}
.zp_col_2 {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
}

.portfolio-item img {
    overflow: hidden;
    display: block;
    margin: 0;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}
.portfolio-item:hover img {
    overflow: hidden;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.8;
    position: relative
}
/*
.portfolio-item:hover .portfolio_image_wrap:after,
.portfolio-item:hover .portfolio_image_wrap:before {
    background-color: rgba(0, 0, 0, 0.2);
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; 
}
*/
.portfolio-item > a {
    display: block;
    position: relative;
    overflow: hidden;
}
.portfolio_icon_class {
    position: absolute;
    z-index: 99;
    margin: auto;
    display: block;
    vertical-align: middle;
    height: auto;
    width: 100%;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;     
}
.portfolio_image_wrap:hover .portfolio_icon_class {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; 
}

.portfolio_icon_class i {
    color: #282828;
    padding: 20px;
    border-radius: 100%;
    background: #fff
}

a.portfolio_icon_class i {
    color: inherit
}
a .portfolio_icon_class i:hover {
    background: rgba(255, 255, 255, 0.9);
}
.portfolio_detail {
    background: #fff;
    margin: 0;
    padding: 15px 20px 30px;
    opacity: 1;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.portfolio-item:hover .portfolio_detail {
    opacity: 1;
}
.portfolio_detail h4 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
}
.portfolio_tags {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.72222;
    margin-bottom: 2em;
    text-transform: uppercase;
}
.portfolio_tags i {
    font-size: 3px;
    margin: 0;
}
.portfolio_image_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 2;
}
.portfolio_block_image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.portfolio_image_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.portfolio_section_content {
    position: relative;
    z-index: 2;
    max-width: 1270px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.portfolio_container.hero_fullwidth {
    position: relative;
}

/* Menu Overlay
--------------------------------------------- */
.mobile_menu_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    left: 0;
    -webkit-transition: left .4s ease;
    -moz-transition: left .4s linear;
    -ms-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
}
.mobile_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.overlay-close {
    position: relative;
    top: 28px;
    right: 0;
    cursor: pointer;
    float: right;
}
span.mobile_menu_label {
    display: inline-block;
    font-size: 0.650em;
    text-transform: uppercase;
    letter-spacing: 0.150em;
}
.close_button {
    border: 0;
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    padding: 9px 10px;
    border-radius: 4px;
    background: transparent;
}
.close_button .icon-bar {
    background-color: #fff;
}
.close_button .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.close_button .icon-bar + .icon-bar {
    margin-top: 4px;
}
.close_button .icon-bar {
    background-color: #000;
}
.close_button .icon-bar:nth-child(2) {
    display: none;
}
.close_button .icon-bar:nth-child(1) {
    top: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    position: relative;
}
.close_button .icon-bar:nth-child(3) {
    top: -6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    position: relative;
}
button.close_button:hover {
    color: inherit;
    background-color: transparent;
}
span.indicator {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -15px;
    cursor: pointer;
}
span.indicator span {
-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: inline-block;
    line-height: 52px;
    text-align: center;
    width: 100%;
    height: 100%;
}
.pswp__top-bar,
.pswp__caption,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit
.pswp__caption{
    background-color: rgba(255,255,255,0.97)
}
.pswp__caption{
    -webkit-box-shadow: 0 0 -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 -1px rgba(0,0,0,0.15)
}
.pswp__top-bar{
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0,0,0,0.15)
}
button.pswp__button {
    box-shadow: none;
    border: none
}
button.pswp__button:hover,
button:hover.pswp__button {
    box-shadow: none;
    border: none;
    transform: none;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before{
    content: '';
    top: 30px;
    background-color: rgba(255,255,255,0.97);
    height: 40px;
    width: 40px;
    position: absolute
}
.pswp__button--arrow--left:before{
    left: 6px;
    background-position: -134px -46px
}
.pswp__button--arrow--right:before{
    right: 6px;
    background-position: -90px -46px
}
.pswp__caption__center{
    text-align: center;
    font-size: inherit;
    line-height: inherit;
    color: #333;
    opacity: .85;
    font-weight: 700
}
.pswp__img{
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1)
}
.pswp__img--placeholder--blank{
    background:#FFF
}
.pswp__bg {
    background: #F5F5F5;
}
.pswp__counter {
    color: #333;
}

/* 404 Page
--------------------------------------------- */

body.error404{
  background-color: #fff;
}

body.error404 .header_search {
    display: none 
}

body.error404 .entry-title {
    font-size: 100px;
    color: #fff;
}

body.error404 span {
    font-size: 10px;
    margin: 0 10px;
}

body.error404  .entry-content-title {
    background: #35747d;
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

body.error404  .entry-content-header {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
    color: #fff;
}

body.error404 .site-inner {
  padding-top: 0;
  padding-bottom: 0;
}

body.error404 .pagination {
  font-style: normal;
}

body.error404 .content-sidebar-wrap {
  padding-bottom: 0;
}

body.error404 .site-container {
    padding-top: 0;
    padding-bottom: 0;
}

/* Pre Loader */
 
.type-post.load_more_posts {
  cursor: pointer;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  margin: 0;
}
.load_more_wrap {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  margin: 20px auto;
  text-align: center;
}
.preloader {
  display: none;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.loader:before,
.loader:after,
.loader {
  position: fixed;
  visibility: visible;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-color: #0e0e0e;
  border-radius: 100%;
  -webkit-animation: load7 1.0s infinite ease-in-out;
  -moz-animation: load7 1.0s infinite ease-in-out;
  -o-animation: load7 1.0s infinite ease-in-out;
  -ms-animation: load7 1.0s infinite ease-in-out;
  animation: load7 1.0s infinite ease-in-out;
}
.loader {
  left: 0;
  margin: 0 auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  right: 0;
}
@keyframes load7 {
  0% {
    transform: scale(0.0);
  }
  90% {
    opacity: .2;
  }
  100% {
    transform: scale(.8);
    opacity: .1;
  }
}
@-webkit-keyframes load7 {
  0% {
    -webkit-transform: scale(0.0);
  }
  90% {
    opacity: .2;
  }
  100% {
    -webkit-transform: scale(.8);
    opacity: .1;
  }
}
@-moz-keyframes load7 {
  0% {
    -moz-transform: scale(0.0);
  }
  90% {
    opacity: .2;
  }
  100% {
    -moz-transform: scale(.8);
    opacity: .1;
  }
}
@-o-keyframes load7 {
  0% {
    -o-transform: scale(0.0);
  }
  90% {
    opacity: .2;
  }
  100% {
    -o-transform: scale(.8);
    opacity: .1;
  }
}
@-ms-keyframes load7 {
  0% {
    -ms-transform: scale(0.0);
  }
  90% {
    opacity: .2;
  }
  100% {
    -ms-transform: scale(.8);
    opacity: .1;
  }
}

.blog_image_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 2;
}
.entry-comments, .comment-respond{
    padding: 40px 0;
}

/* Sidebar */

aside.sidebar-primary {
    font-size: 14px;
    font-size: 1.4rem;
}
.sidebar section.widget {
    margin-bottom: 40px;
}

.sidebar ul {
    list-style: none;
    padding-left: 0 
}

.sidebar ul li  {
    padding-left: 15px;
    position: relative;
}

.sidebar ul > li + li {
    margin-top: 10px;
}

.sidebar ul li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 13px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #42b574;
}

.sidebar ul li a:hover {
    text-decoration: underline
}

body .mfp-arrow:before,
body .mfp-arrow:after{
  border: 0;
  background-image: url( "images/sprite.png" );
  background-color: #262626;
}
body  .mfp-arrow-right:before{
  background-position: -42px -480px;
  border-radius: 3px 0 0 3px;
  right: 0px;
  height: 80px;
  width: 60px;
}
body  .mfp-arrow-left:before{
    background-position: 2px -480px;
    border-radius: 0 3px 3px 0;
    left: 0px;
    height: 80px;
    width: 60px;
    margin-left: 0;
}


p:empty {
    display: none
}


/* Sliding Navigation
--------------------------------------------- */
 .sliding_nav {
    width: 300px;
    height: 100vh;
    float: right;
    position: fixed;
    z-index: 999999;
    background: #35747d;
    right: -300px;
        -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

 .sliding_nav.sliding_open{
    right: 0;
        -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
 }
 .mobile_menu.mobile_menu_close{
    display: none;
 }
.sliding_close {
    cursor: pointer;
    display: block;
    color: #fff;
    top: 30px;
    position: relative;
    left: 30px;
    width: 30px;
    overflow: hidden;
    display: block;
}
.sliding_close > span.dashicons {
    font-size: 22px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.sliding_nav_wrap {
    overflow: hidden;
    display: block;
    padding: 20px;
}
.sliding_nav .nav-mobile_nav{
    position: relative;
    width: auto;
    margin: auto;
    float: left;
    top: 20px;
    right: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    width: 100%;
}

.sliding_nav span.indicator{
        display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    color: #fff;
}
.sliding_nav .genesis-nav-menu .sub-menu{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent;
    visibility: visible;
    opacity: 1;
    padding-left: 15px;
}

.sliding_nav .genesis-nav-menu .menu-item {
    display: block;
    width: auto;
    margin: 0;
    position: relative;
}
.sliding_nav_wrap .genesis-nav-menu a {
    color: #fff;
    padding: 5px 11px;
    display: block;
    width: auto;
    font-weight: 400;
    line-height: 1.6;
}
.genesis-nav-menu .menu-item.highlight a {
    padding: 30px 28px 30px 52px;
}
.genesis-nav-menu .menu-item.highlight .sub-menu a {
    padding: 10px 13px;
}
.genesis-nav-menu .menu-item.highlight a:hover {
    color: #fff;
    text-decoration: none;
}
.sliding_nav_wrap .genesis-nav-menu .highlight:after{
    display: none;
}
.sliding_nav_wrap {
    overflow: hidden;
    display: block;
    padding: 20px;
    margin-top: 20px;
    overflow-y: auto;
    height: calc( 100vh - 100px );
    margin-bottom: 40px;
}

.sliding_nav .genesis-nav-menu .sub-menu .menu_mega_parent.menu-item {
    width: 100%;
}
.sliding_nav .genesis-nav-menu .sub-menu .menu_mega_parent.menu-item > a {
    font-size: 16px;
    color: #fffdea;
    font-weight: 700;
    text-transform: uppercase;
}
.sliding_nav .genesis-nav-menu .menu-item.highlight {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.sliding_nav .genesis-nav-menu .menu-item.highlight a {
    padding: 10px 50px;
    display: block;
}
.sliding_nav  .genesis-nav-menu .menu-item.pre_highlight:after{
    display: none;
}
.top-widget {
    float: right;
    margin-top: 26px;
}
.top-widget .wrap{
    padding: 0;
}
.top-widget a {
    background-color: #ff0000;
    color: #fff;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border: 3px solid #ff0000;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 700;
    padding-top: 13px;
    padding-bottom: 13px;
}
div.gallery.gallery-columns-4 figure.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;
}
div.gallery{
    overflow: hidden;
}
/* Beaver Builder Template */
body.beaver_builder .site-inner .wrap{
    max-width: 100%;
    width: 100%;
    padding: 0;
}
body.beaver_builder .site-inner main.content{
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
body.beaver_builder .site-inner{
    margin-top: 122px;
    position: relative;
    z-index: 11;
    padding-top: 0;
}
.gform_wrapper {
    margin: 16px 0;
    max-width: 100%;
    padding: 30px;
    background: #fffdea;
}
.register_nup .gform_wrapper {
    padding: 0;
    background: transparent;
}
.register_nup .gform_wrapper .gform_footer input[type=submit] {
    padding: 15px 40px !important;
    margin: 16px 0 0;
    clear: both;
    width: auto !important;
    line-height: 1.49;
}
.wp-block-image {
    display: block;
    float: left;
}
.wp-block-image:nth-child(2n + 1) {
    clear: left;
}

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

.awfw_sections {
    overflow: hidden;
    width: 100%;
    display: block;
}
.awfw_sections_wrap{
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 15px;
    width: 100%;
}

 /* AWFW Header Widget */
.fl-module-heading.home_header .fl-heading{
    max-width: 80%;
    margin: 0 auto !important;
}

 /* AWFW Column Widget */
.awfw_columns {
    color: #fffdea;
}
.awfw_columns {
    width: 100%;
    display: block;
    height: 200px;
}
.awfw_type_column_left {
    width: 42%;
    float: left;
    display: table;
    height: 100%;
    background: #915069;
    position: relative;
}
.awfw_type_column_right {
width: 36%;
    float: right;
    display: table;
    height: 100%;
    text-align: center;
}
.awfw_type_column_left h4 {
margin-bottom: 0;
    text-align: center;
    font-size: 35px;
    display: table-cell;
    vertical-align: middle;
    font-family: Noto Sans, sans-serif;
    font-weight: 700;
}
.awfw_type_column_right p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.awfw_type_column_left:before {
    content: "";
    height: calc(100% + 50px);
    width: 90px;
    background: #915069;
    position: absolute;
    right: -58px;
    transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    -webkit-transform: rotate(-15deg);
    top: 0px;
    z-index: 2;
}
.awfw_section_columns:before {
    content: "";
    background: #915069;
    height: 100%;
    width: 30%;
    top: 0;
    left: 0;
    position: absolute;
}

.awfw_type_block_wrap {
    display: block;
    width: 100%;
}
.awfw_block {
    float: left;
    display: block;
    width: 32%;
    margin-right: 2%;
    color: #fff;
    text-align: center;
    position: relative;
}
.awfw_block:hover {
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
}
.awfw_block.awfw_block_3 {
    margin-right: 0;
}
.awfw_block.awfw_block_1{
    background: #508991;   
}
.awfw_block.awfw_block_2{
    background: #f47d35;   
}
.awfw_block.awfw_block_3{
    background: #7f384c;   
}
.awfw_block_wrap {
    padding: 0;
        position: relative;
    z-index: 2;
}
.awfw_block_image {
    display: block;
    text-align: center;
}
.awfw_block_image img {
    display: inline-block;
    margin-bottom: 0;
}

.awfw_block_wrap h4 {
    display: block;
    margin-top: 20px;
    padding: 0 60px;
}
.awfw_block_content {
    padding: 0 60px 50px;
}
.awfw_block_content a {
    color: #fff;
    text-decoration: underline;
    letter-spacing: 2px;
}
.awfw_block_content a:hover,
.awfw_block_content a:focus{
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
}
.awfw_block_content a:after {
    content: ">";
}
.awfw_block_content h5 {
    display: block;
    margin-top: 26px;
    font-size: 18px;
    text-decoration: none;
}
.awfw_block_content h5 a {
    color: #fff;
    display: block;
    text-decoration: underline;
}
.awfw_block_content h5 a:hover,
.awfw_block_content h5 a:focus{
    text-decoration: none;
}
.awfw_block_content h5 a:after {
    content: "";
}
.awfw_block_content em {
    font-size: 11px;
}

/* Genesis Simple Share
--------------------------------------------- */
.entry-content .share-before {
    margin-bottom: 30px;
    float: right;
    display: block;
    width: 30%;
    overflow: hidden;
    text-align: right;
    position: relative;
    z-index: 999;
    padding-right: 0;
}
.entry-content .awfw_content_description {
    margin-bottom: 30px;
    float: left;
    display: block;
    width: 50%;
    overflow: hidden;
    text-align: left;
    color: #508991;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    padding-left: 0;
}
body.archive .entry-content .awfw_content_description {
    display: none;
}
.entry-content .share-before > div {
    margin-right: 12px;
    text-align: center;
}
.entry-content .share-before:before {
    content: "Share";
    font-weight: 700;
    color: #508991;
    line-height: 30px;
    position: relative;
    display: inline-block;
    float: left;
    text-transform: uppercase;
}
.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
    border: none;
}

.content .share-filled .share {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.content .share-filled .count {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
    color: #508991;
    border: 1px solid #508991;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
    background: #508991!important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
    color: #fff;
}
.content .share-filled a.share > span {
    display: none;
}
.content .share-filled a.share{
    width: auto;
}
.content  .share-small .sharrre:hover .no-count .share {
    width: auto;
}
.content  .share-small .share:before,
.content  .share-medium .share:before,
.content  .share-tall .share:before {
    line-height: 20px;
    display: block;
    font-family: 'Genericons';
    font-size: 18px;
    height: 20px;
    top: 5px;
    left: 3px;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    width: 27px;
    text-align: center;
    vertical-align: middle;
}
.content  .share-small .pinterest .share:before {
    font-size: 15px;
}
.content  .share-small .linkedin .share:before {
    font-size: 20px;
}
.content .share-small .no-count .share {
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -o-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    width: 30px !important;
    height: 30px !important;
}
.awfw_content_social {
    margin-bottom: 30px;
    float: right;
    display: block;
    width: 50%;
    overflow: hidden;
    text-align: right;
    padding-left: 0;
}
.awfw_content_social_label {
    color: #508991;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -9px;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.awfw_content_social .share-genesis_entry_content {
    display: inline-block;
    margin-right: -4px;
    position: relative;
    top: -2px;
}
.awfw_content_social .printfriendly {
    display: inline-block;
    margin-bottom: 0;
}
.awfw_content_social .printfriendly img {
    margin-bottom: 0;
}
.awfw_author_meta {
    margin-bottom: 20px;
    float: left;
    display: block;
    width: 50%;
    overflow: hidden;
    text-align: left;
    color: #508991;
    font-size: 18px;
    font-weight: 700;
    padding-left: 0;
}

.content .share-filled .twitter.sharrre a.share {
    background-image: url(images/twitter2.png) !important;
    border-radius: 0 !important;
    height: 32px !important;
    width: 32px !important;
    margin: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
}
.content .share-filled .facebook.sharrre a.share {
    background-image: url(images/facebook2.png) !important;
    border-radius: 0 !important;
    height: 32px !important;
    width: 32px !important;
    margin: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
}
.content .share-small .share:before, .content .share-medium .share:before, .content .share-tall .share:before{
    display: none;
}
.entry-content ul.plant_based {
    list-style: none;
    padding-left: 0;
}
.entry-content ul.plant_based li{
    list-style: none;
    padding-left: 48px;
    position: relative;
}
.entry-content ul.plant_based li:before {
    content: "";
    height: 7px;
    width: 7px;
    background: #508991;
    position: absolute;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    left: 20px;
    vertical-align: middle;
    bottom: 0;
    top: 0;
    margin: auto;
}