/*
    Theme Name: Stray Dog Capital
    Description: SDC is a custom child theme of Genesis Framework created for Stray Dog Capital.
    Author: Stray Dog Capital
    Author URI: https://www.staging1.straydogcapital.com
    Text Domain: straydog

    Version: 1.0.0

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

    Template: genesis
    Template Version: 3.2.1

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

*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* 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 {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


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

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

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
    overflow-x: hidden;
}

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

a {
    color: #3cbf5c;
    text-decoration: underline;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

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

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

li {
    list-style-type: none;
}

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

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

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

blockquote {
    margin: 0;
}
.sdc_quote {
    background-image: url(images/quoteBG.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    width: 100%;
    overflow: hidden;
    padding: 50px;
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.sdc_quote_wrap {
    display: block;
    width: 100%;
    position: relative;
}
.sdc_quote_wrap:before{
    content: "";
    background-image: url(images/quote_left.png );
    width: 110px;
    height: 100px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    top: -47px;
    left: 30px;
    background-color: #fff;
}
.sdc_quote_wrap:after{
    content: "";
    background-image: url(images/quote_right.png );
    width: 115px;
    height: 100px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    bottom: -39px;
    background-color: #fff;
    right: 30px;
}
blockquote.wp-block-quote {
    border: 8px solid #000;
    padding: 70px;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    color: #3cbf5c;
    text-align: center;
}
blockquote.wp-block-quote p:last-child {
    margin-bottom: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 48px;
    font-weight: 600;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    color: #3cbf5c;
    margin-bottom: 30px;
}

.entry-content h4 {
    margin-top: 40px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

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

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}

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

.gallery {
    overflow: hidden;
}

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

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

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

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

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

input,
select,
textarea {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #333;
    color: #333;
    font-weight: 400;
    padding: 10px 5px;
    width: 100%;
    font-size: 24px;
    margin-top: 9px;
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
    padding: 10px 5px !important;
    font-size: 24px !important;
}

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

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

::-ms-input-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

::placeholder {
    color: #3a3a3a;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    text-decoration: none;
    color: #3cbf5c;
    background-color: transparent;
    border: 3px solid #3cbf5c;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #3cbf5c;
    border-color: #3cbf5c;
    color: #fff;
}

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

.button {
    display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
}

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

td,
th {
    text-align: left;
    vertical-align: top;
}

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

th {
    font-weight: 600;
    padding: 0 10px 10px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

td:last-child,
th:last-child {
    padding-right: 0;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

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

p.custom_more_link {
    display: block;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.entry-content a.post-edit-link {
    display: none;
}

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

/* Site Container
--------------------------------------------- */

.site-container {
    animation: fadein 1s;
    word-wrap: break-word;
}

body.admin-bar .site-container {
    margin-top: 0;
    position: relative;
}


@keyframes fadein {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

/* Site Inner
--------------------------------------------- */

.site-inner {
    clear: both;
    margin: 0 auto;
    padding: 60px 50px;
    max-width: 1200px; 
    width: 100%;
    position: relative;
    top: -70px;
    background: #fff;
    z-index: 5;
}
.home_template .site-inner {
    clear: both;
    margin: 0 auto;
     padding: 0;
    max-width: 100%;
    width: 100%;
    top: 0;
    background: transparent;
}

body.single-post main.content{
    max-width: 72.8%;
    width: 100%;
    margin: 0 auto;
}
body .site-inner main.content{
    max-width: 72.8%;
    width: 100%;
    margin: 0 auto;
}
body.home_template .site-inner main.content{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
/* Common Classes
---------------------------------------------------------------------------- */

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

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

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

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

.comment .avatar {
    margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
    margin-bottom: 40px;
}

.after-entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

.after-entry .widget:last-of-type {
    margin-bottom: 0;
}

.breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
    margin-top: 40px;
}

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

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

.search-form {
    overflow: hidden;
}

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
header.entry-header,
body.single-post header.entry-header{
    display: none;
}
body.blog header.entry-header,
body.search header.entry-header,
body.error404  header.entry-header,
body.archive header.entry-header{
    display: block;
}


.entry-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 16px;
}

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

.entry-title a:focus,
.entry-title a:hover {
    color: #3cbf5c;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
    padding-top: 0;
}

/* 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,
.singular-image {
    display: block;
    margin: 0 auto 30px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    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;
}

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

.widget {
    margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
    margin-bottom: 0;
}

.widget ul > li {
    margin-bottom: 10px;
}

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

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

.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 {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}


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

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

.after-entry .enews {
    text-align: center;
    padding: 10px;
}

.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 10px;
}

.after-entry .enews-widget input {
    text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #0073e5;
}

.gs-faq__question::after {
    content: "\f132";
    font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
    float: right;
}

.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
}

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

.entry-content .wpforms-container {
    margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-size: 14px;
    font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
    display: none !important;
    left: -9000px !important;
    position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
    padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}


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

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

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}

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

/* Display outline on focus */
:focus {
    color: #333;
    outline: none;
}


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

.site-header {
background-color: transparent;
    position: absolute;
    top:30px;
    width: 100%;
    z-index: 10;
}
.site-header .wrap{
    padding: 0 60px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.home_template .site-header{
    background-color: transparent;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 10;
}
.sdc_sections.sdc_default_header{
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.sdc_sections.sdc_default_header .sdc_type_header {
    height: 660px;
}

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

.title-area {
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
}

.wp-custom-logo .title-area {
    max-width: none;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
    width: auto;
}

.wp-custom-logo .title-area img {
    width: auto;
    max-width: 200px;
}
a.custom-logo-link {
    display: block;
    overflow: hidden;
}

.site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
    width: auto;
    margin: 0;
    padding: 0;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    width: auto;
    margin: 0;
    position: relative;
    float: none;
}
.genesis-nav-menu .menu-item.current_page_item:after {
    content: "";
    width: 70%;
    height: 4px;
    background: #3cbf5c;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.genesis-nav-menu .sub-menu .menu-item {
    width: 100%;
}
.genesis-nav-menu a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 1.421875em;
    padding: 10px 15px;
    position: relative;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:active,
.genesis-nav-menu a:focus{
    color: #3cbf5c;
}

.genesis-nav-menu .sub-menu a {
    color: #fff;
}
.genesis-nav-menu .sub-menu {
    background: #fff;
    left: auto;
    opacity: 0;
    position: absolute;
    z-index: 99;
    margin: 0;
    padding: 0;
    visibility: hidden;
    height: 0;
    width: 200px;
}
.genesis-nav-menu .sub-menu.submenu_open {
    padding: 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;
}
.genesis-nav-menu .menu-item:hover {
    position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    padding: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
}
.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;
}
.genesis-nav-menu .menu-item.menu_highlight a {
    color: #fff;
    background: #3cbf5c;
    padding: 10px 45px;
    letter-spacing: 0px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 30px;
}
.nav-mobile_nav .genesis-nav-menu .menu-item > .sub-menu{
    left: -100%;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    height: 0;
}
.nav-mobile_nav .genesis-nav-menu .menu-item > .sub-menu.submenu_open{
    left: auto;
    opacity: 1;
    visibility: visible;
    padding: 10px 0 0 20px;
    height: auto;
}
/* Responsive 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;
}

.genesis-responsive-menu {
    display: none;
    position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none;
}

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #0073e5;
}

.menu-toggle {
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

.menu-toggle.activated::before {
    content: "\f335";
}

.site-header .menu-toggle::before {
    float: left;
    margin-right: 5px;
    position: relative;
    text-rendering: auto;
    top: 1px;
}

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

.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
    transform: rotate(180deg);
}
.site-header .sub-menu {
    margin: 0;
    padding: 0;
}
.site-header .sub-menu .sub-menu {
    margin-left: 0;
    margin-top: -54px;
    padding: 0;
}
.site-header .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 96%;
}
 .site-header .sub-menu li > .sub-menu {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    height: auto;
    left: 96%;
}
/* Header Menu
--------------------------------------------- */

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
    position: relative;
    width: auto;
    margin: 15px auto 0;
    text-align: right;
    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;
    border-bottom: 0;
    display: block;
}
.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;
}
.nav-primary .genesis-nav-menu ul.sub-menu a {
    color: #444244;
    padding-left: 10px;
    text-align: left;
}
.nav-primary .genesis-nav-menu li.right.search {
    list-style: none;
    float: right;
    text-align: right;
    padding: 0 20px;
    position: relative;
}
.nav-primary .genesis-nav-menu li.right.search form.search-form{
    display: none;
        position: absolute;
    left: -209px;
    width: 250px;
    top: 42px;
}
.nav-primary .genesis-nav-menu li.right.search i{
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}

.nav-secondary .menu-item {
    display: inline-block;
}

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}


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

/* Entry Content
--------------------------------------------- */
body.blog .site-inner,
body.search .site-inner,
body.archive.category .site-inner,
body.archive.tag .site-inner {
    clear: both;
    margin: 0 auto;
    padding: 60px 50px;
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    background: #fff;
    z-index: 5;
}
body.blog .site-inner main.content,
body.search .site-inner main.content,
body.archive.category .site-inner main.content,
body.archive.tag .site-inner main.content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat( 3, 1fr);
}
.sdc_blog_nav {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.sdc_blog_nav_wrap {
    display: block;
    text-align: center;
}
.sdc_blog_nav_wrap ul {
    list-style: none;
    display: inline-block;
}
.sdc_blog_nav_wrap ul li {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 15px;
}
.sdc_blog_nav_wrap ul li a {
    text-decoration: none;
    color: #676767;
    border: 1px solid #676767;
    text-transform: uppercase;
    padding: 10px 25px;
    display: block;
    line-height: 1;
}
.sdc_blog_nav_wrap ul li.current a,
.sdc_blog_nav_wrap ul li a:hover,
.sdc_blog_nav_wrap ul li a:focus{
    background: #3cbf5c;
    border: 1px solid #3cbf5c;
    color: #fff;
}
.entry {
    margin-bottom: 20px;
}
body.blog article.entry,
body.search article.entry,
body.archive.category article.entry,
body.archive.tag article.entry{
	border: 1px solid #e3e3e3;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    margin-right: 0;
    display: block;
    float: left;
    position: relative;
    padding: 0;
}
body.blog article.entry:before,
body.search article.entry:before,
body.archive.category article.entry:before,
body.archive.tag article.entry:before{
	opacity: 0;
	visibility: hidden;
    content: "";
    position: absolute;
    width: calc( 100% - 40px );
    height: 100%;
    top: 0;
    left: auto;
    border: 1px solid #e3e3e3;
    margin: auto;
    right: auto;
    z-index: -1;
}

a.entry-image-link {
    display: block;
}
body.blog article.entry:nth-child(3n),
body.search article.entry:nth-child(3n),
body.archive.category article.entry:nth-child(3n),
body.archive.tag article.entry:nth-child(3n){
    margin-right: 0;
}
body.blog article.entry .entry-image-link img,
body.search article.entry .entry-image-link img,
body.archive.category article.entry .entry-image-link img,
body.archive.tag article.entry .entry-image-link img{
    width: 100%;
    margin-bottom: 0;
	max-height:350px;
}
body.blog article.entry .entry-footer,
body.search article.entry .entry-footer,
body.archive.category article.entry .entry-footer,
body.archive.tag article.entry .entry-footer{
    display: none;
}
.home_template .entry {
    margin-bottom: 0;
}
.sdc_blog_meta_wrap {
    display: block;
    overflow: hidden;
    background: #dddddd;
    margin-bottom: 0 !important;
    padding: 20px;
}
.sdc_blog_meta_wrap .entry-categories{
    display: block;
    width: 50%;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #797979;
}
.sdc_blog_meta_wrap .entry-categories a{
    text-decoration: none;
    color: #797979;    
}
.sdc_blog_meta_wrap .entry-time{
    display: block;
    width: 50%;
    float: right;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #797979;
}
.sdc_blog_post_wrap a.more-link {
    display: none;
}
.sdc_post_content .entry-content {
    margin-top: 30px;
}
.sdc_blog_post_wrap {
    display: block;
    padding: 40px;
}
.sdc_blog_post_wrap .entry-content {
    font-weight: 600;
}
.sdc_blog_post_wrap .entry-title{
    font-size: 26px;
}
body.single-post .entry-content {
    margin-top: 40px;
    position: relative;
}


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


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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
    list-style-type: circle;
}

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

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

.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}

.sdc_post_image {
    display: block;
}
.sdc_post_image a {
    display: block;
}
.sdc_post_image img {
    display: block;
    margin-right: 40px;
}
.share-tall .no-count .share {
    display: none !important;
}
.share-filled.share-tall .count {
    height: 40px;
    line-height: 40px !important;
    width: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #3cbf5c !important;
    color: #fff !important;
    border-color: #3cbf5c !important;
}
.share-filled.share-tall .count:hover,
.share-filled.share-tall .count:focus{
    background-color: #3cbf5c !important;
    color: #fff !important;
    border-color: #3cbf5c !important;
}
.share-filled.share-tall .sharrre:hover .count{
    background-color: #3cbf5c !important;
    color: #fff !important;
    border-color: #3cbf5c !important;
}
.share-tall .no-count .count:before {
    line-height: 40px;
    top: 0;
}
.entry-content .share-before.share-filled {
    position: absolute;
    top: -90px;
    right: 0;
    margin-bottom: 0;
}
.single-post header.entry-header {
    width: 100%;
    float: left;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}
.single-post p.entry-meta {
    float: left;
    margin-top: 13px;
}
.entry_header_share {
    float: right;
    margin-top: 0px;
}
/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    display: block;
    font-size: 16px;
    color: #666666;
}

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

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

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

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

.pagination {
    clear: both;
    margin: 60px 0 30px;
    text-align: center;
}

.pagination .pagination-next.alignright,
.pagination  .pagination-previous.alignleft{
    float: none;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0 10px;
}
.pagination .pagination-next.alignright a,
.pagination  .pagination-previous.alignleft a {
    text-decoration: none;
    color: #fff;
    background-color: #3cbf5c;
    border: 3px solid #3cbf5c;
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    -o-border-radius: 75px;
    padding: 15px 60px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.2;
}
.pagination .pagination-next.alignright a:hover,
.pagination  .pagination-previous.alignleft a:hover,
.pagination .pagination-next.alignright a:focus,
.pagination  .pagination-previous.alignleft a:focus {
    color: #3cbf5c;
    background-color: #fff;
    border: 3px solid #3cbf5c;
}

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

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #fff;
    color: #676767;
    border: 1px solid #676767;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    border: 1px solid #3cbf5c;
    background-color: #3cbf5c;
    color: #fff;
}
.navigation {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}
.single_post_nav {
    display: block;
    width: 100%;
    overflow: hidden;
}
.single_post_nav > div {
    width: 33.33%;
    float: left;
    max-width: 100%;
    display: block;
}
.single_nav_prev a {
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
    font-size: 24px;
    color: #4d4d4d;
    display: block;
    text-align: left;
}
.single_nav_prev a span {
    vertical-align: text-bottom;
    font-size: 30px;
    height: 26px;
    width: 35px;
    line-height: 23px;
    color: #3cbf5c;
}
.single_nav_next a {
text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
    font-size: 24px;
    color: #4d4d4d;
    text-align: right;
    display: block;
}
.single_nav_next a span {
    vertical-align: text-bottom;
    font-size: 30px;
    height: 26px;
    width: 35px;
    line-height: 23px;
    color: #3cbf5c;
}
.single_nav_share {
    text-align: center;
}
.single_nav_prev, .single_nav_next {
    margin-top: 12px;
}
.single-portfolio .single_post_nav > div {
    width: 50%;
    float: left;
    max-width: 100%;
}
/* Entry Comments
--------------------------------------------- */

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

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

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

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

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

.comment-header p {
    margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

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

.sidebar {
    font-size: 16px;
    line-height: 1.5;
}

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

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

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
    border-top: none;
    clear: both;
    padding: 60px 0;
    color: #fff;
}

.footer-widgets .wrap {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-widget-area {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 18.4%;
    width: 100%;
    float: left;
    display: block;
    margin-right: 0;
}
.widget-area.footer-widgets-5.footer-widget-area {
    margin-right: 0;
}
.footer-widgets a {
    color: #fff;
    text-decoration: none;
}
.widget-area.footer-widgets-1.footer-widget-area {
    max-width: 20%;
}
.widget-area.footer-widgets-2.footer-widget-area{
    max-width: 70%;
    padding: 26px 0 0;
}
.widget-area.footer-widgets-3.footer-widget-area {
    margin-right: 0;
    max-width: 10%;
    padding: 20px 0 0;
    float: right;
}
.footer-widgets .simple-social-icons ul li {
    margin: 0 0 12px !important;
    padding: 0 12px 0 0 !important;
}
.footer-widgets #simple-social-icons-3 ul li a,
.footer-widgets #simple-social-icons-3 ul li a:hover,
.footer-widgets#simple-social-icons-3 ul li a:focus {
    font-size: 26px;
    padding: 0 !important;
}
.footer-widgets section.widget {
    margin-bottom: 30px;
}
.footer-widgets section.widget:last-child {
    margin-bottom: 0;
}
.footer-widgets .footer-widget-area h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
}
.footer-widgets  .widget_nav_menu ul li{
    display: inline-block;
    margin-right: 26px;
    margin-bottom: 0;
}
.before_footer_area.before_footer {
    width: 100%;
    overflow: hidden;
    background: #292929;
    padding: 40px 0;
}
.before_footer_area .widget {
    margin-bottom: 0;
}
.before_footer_area_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 50px 0 30px;
}
.before_footer h4.widget-title.widgettitle{
    font-size: 40px;
    color: #fff;
    text-transform: none;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 30px;
    max-width: 100%;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
    background-color: #292929;
    border-top: none;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    text-align: left;
    color: #fff;
    position: relative;
}
footer.site-footer .wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
.footer-widgets li a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}
.footer-widgets li a:hover{
    color: #3cbf5c;
}
.site_footer_wrap{
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
}
.site-footer p {
    margin-bottom: 10px;
    font-size: 16px;
}
.site-footer a{
        color: #fff;
    text-decoration: none;
}
.site_footer_left {
    float: left;
    display: block;
    width: auto;
    font-size: 14px;
}
.site_footer_right {
    float: right;
    display: block;
    width: auto;
}
.sdc_sections {
    width: 100%;
    float: left;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sdc_sections_wrap {
    display: block;
    width: 100%;
    overflow: hidden;
}
.home_template .fl-widget .widget {
    margin-bottom: 0;
}
.button {
    text-decoration: none;
    color: #3cbf5c;
    background-color: transparent;
    border: 1px solid #3cbf5c;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    padding: 14px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
}
.button.inverse {
    background-color: #3cbf5c;
    border: 1px solid #3cbf5c;
    color: #fff;
}
.button.inverse:hover,
.button.inverse:focus {
    background-color: #fff;
    border: 1px solid #3cbf5c;
    color: #3cbf5c;
}

/* Header */
body.home .sdc_type_header {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    height: 880px;
}
.sdc_type_header {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    height: 580px;
}
.sdc_type_header_image {
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    position: absolute;
}
.sdc_header_content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 100%;
}
.sdc_header_content_wrap{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}
.sdc_header_title h1.sdc_title {
    font-size: 66px;
    text-transform: none;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 0;
}
.sdc_header_title {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.sdc_header_buttons {
    display: block;
    margin-top: 80px;
    text-align: center;
}

/* About */
.sdc_sections.sdc_aboutus{
    background: #eee;
    padding: 6% 13% 9%;
    border: 1px solid #d5d5d5;
    margin-top: -7%;
}
.approach_about .sdc_sections.sdc_aboutus{
    background: #e2e2e2;
}
.sdc_type_about {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    height: auto;
}
.sdc_about_content {
    display: block;
    text-align: center;
}
.sdc_about_content h3 {
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
}
.sdc_about_desc {
    display: block;
    font-size: 30px;
    color: #292929;
    margin-bottom: 0;
    font-weight: 600;
}
.sdc_about_button {
    display: block;
   margin-top: 20px;
}

/* Services */
.sdc_sections.sdc_services {
    margin-top: 8%;
}
.sdc_sections.sdc_services .sdc_sections_wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.sdc_services_header_wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 0;
    border-left: 0;
    text-align: center;
}
.sdc_services_header h3 {
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
}
.sdc_services_desc {
    display: block;
    font-size: 30px;
    color: #292927;
    margin-bottom: 10px;
    max-width: 76%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.2;
}
.sdc_services_content {
    display: block;
    width: 100%;
    margin-top: 30px;
    float: left;
    padding: 0;
}
.sdc_services_content.service_item_4 .sdc_service_item {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
    position: relative;
    overflow: hidden;
}
.sdc_services_content.service_item_4 .sdc_service_item:last-child {
    margin-right: 0;
}
.sdc_services_content.service_item_4 .sdc_service_item:nth-child( 2n ) {
    margin-right: 0;
}
.sdc_service_item_wrap {
    padding: 0;
    position: relative;
}
.sdc_services_image {
    display: block;
    text-align: center;
}
.sdc_services_image img {
    display: inline-block;
    margin-bottom: 0;
}
.sdc_service_item h4 {
    color: #fff;
    display: block;
    text-align: left;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sdc_services_item_desc {
    display: block;
    position: absolute;
    bottom: 50px;
    z-index: 1;
    color: #fff;
    padding: 0 50px;
}
.sdc_services_item_desc p {
    font-size: 22px;
    line-height: 1.3;
}
.sdc_services_content.service_item_6 .sdc_service_item {
    width: 31.33%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
}
.sdc_services_content.service_item_6 .sdc_service_item:last-child {
    margin-right: 0;
}
.sdc_services_content.service_item_6 .sdc_service_item:nth-child( 3n ) {
    margin-right: 0;
}
.sdc_services_content.service_item_6 .sdc_service_item:nth-child( 3n + 1 ) {
    clear: left;
}
.sdc_services_content.service_item_6 .sdc_services_item_desc {
    top: 50%;
}
.approach_service .sdc_sections.sdc_services{
    margin-top: 40px;
}
.sdc_services_content.service_item_6 {
    margin-top: 60px;
}
.approach_service .sdc_sections.sdc_services .sdc_sections_wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}
/* Portfolio */
.sdc_portfolio_header_wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.sdc_portfolio_header h3 {
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
}
.sdc_portfolio_header h2 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
}
.sdc_portfolio_desc {
    display: block;
    font-size: 30px;
    color: #292929;
    margin-bottom: 10px;
    max-width: 75%;
    margin: 0 auto;
}
.sdc_portfolio_content {
    display: block;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
}

.sdc_portfolio_lists {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 50px;
}
.sdc_portfolio_item {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding: 0 10px;
}
.sdc_portfolio_image {
    display: block;
    position: relative;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
a.sdc_portfolio_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sdc_portfolio_image img {
    display: block;
}
.sdc_portfolio_label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,26,26, 0.6);
}
.sdc_portfolio_label_wrap {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sdc_portfolio_label_header {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.sdc_portfolio_label_header h4 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Fira Sans', serif;
    font-weight: 700;
    font-size: 20px;
}
#sdc_carousel .owl-dots {
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10;
}

#sdc_carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    padding: 6px 0;
    margin: 0 5px;
}
#sdc_carousel .owl-dots .owl-dot > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #292929;
}
#sdc_carousel .owl-dots .owl-dot.active > span {
    opacity: 1;
    background: #3cbf5c;
}

/* Portfolio Grid */
div#portfolio-grid {
    margin: 0;
}
.sdc_type_portfolio_grid {
    display: block;
    overflow: hidden;
}
.sdc_portfolio_grid_content {
    display: block;
    width: 100%;
    height: 100%;
}
.sdc_portfolio_grid_lists {
    overflow: hidden;
}
.sdc_portfolio_grid_item {
    width: 25%;
    display: block;
    float: left;
    padding: 10px;
}
.sdc_portfolio_grid_image {
    border: 1px solid #dddddd;
    display: block;
    position: relative;
}
div.portfolio_exits {
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg);
    width: auto;
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: solid 30px #00a368;
    border-right: solid 30px #00a368;
    border-left: solid 30px transparent;
    border-top: solid 30px transparent;
    right: 0;
}
.portfolio_exits > span {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    transform: rotate(135deg);
    position: absolute;
    left: -7px;
    top: 2px;
    letter-spacing: 0px;
}
.sdc_portfolio_grid_item:nth-child(4n+1) {
    clear: left;
}
a.sdc_portfolio_grid_link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
/* Edited by earl - start */
.sdc_portfolio_grid_item_exited {
    position: absolute;
    top: 0;
    left: 0;
}
/* Edited by earl - end */

/* Portfolio News  */
div#portfolio_news,
div#portfolio_news .sdc_sections_wrap{
    overflow: visible;
}
div#portfolio_news {
    padding: 60px 50px;
    max-width: 100%;
    width: 100%;
}
.sdc_portfolio_news_header_wrap {
    display: block;
    text-align: center;
}
.sdc_portfolio_news_header_wrap h3{
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
}
.sdc_portfolio_news_content {
    display: block;
    margin-top: 60px;
    padding-bottom: 80px;
}
.sdc_sdc_portfolio_news_item {
    display: block;
    margin: 0 10px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
}
.sdc_sdc_portfolio_news_content {
    padding: 40px;
}
.sdc_sdc_portfolio_news_content h4 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    color: #292929;
    margin: 0 0 7px;
}
span.sdc_portfolio_news_meta {
    display: block;
    font-size: 16px;
    color: #666666;
}
.sdc_portfolio_news_desc {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.sdc_portfolio_news_button {
    display: block;
    margin-top: 15px;
}
#sdc_portfolio_news .owl-dots {
    display: block;
    bottom: -70px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10;
}

#sdc_portfolio_news .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    padding: 6px 0;
    margin: 0 5px;
}
#sdc_portfolio_news .owl-dots .owl-dot > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #292929;
}
#sdc_portfolio_news .owl-dots .owl-dot.active > span {
    opacity: 1;
    background: #3cbf5c;
}
/* Team  */
.sdc_sections.sdc_team{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 80px;
}
.sdc_sections.sdc_team:before{
    content: "";
    background-image: url(images/team.jpg);
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .08;
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: contain;
}
.sdc_sections.sdc_team .sdc_sections_wrap{
    position: relative;
    z-index: 3;
}
.sdc_team_header_wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.sdc_team_header h3 {
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
}
.sdc_team_header h2 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
}
.sdc_team_desc {
    display: block;
    font-size: 30px;
    color: #292929;
    margin-bottom: 10px;
    max-width: 100%;
    margin: 0 auto;
}
.sdc_team_header {
    margin-bottom: 40px;
    display: block;
    width: 100%;
}
.sdc_team_content {
    width: 100%;
    display: block;
    margin-top: 40px;
    overflow: hidden;
    float: left;
    text-align: center;
    position: relative;
}
.sdc_team_item_title {
    text-align: left;
    margin-top: 15px;
}
.sdc_team_item_title h3 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.2;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
}

/* Team 2*/
.sdc_sections.sdc_team2 {
    margin-top: -130px;
}
.sdc_type_team2 {
    display: block;
    overflow: hidden;
    width: 100%;
}
.sdc_team2_header {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.sdc_team2_header_wrap {
    display: block;
}
.sdc_team_item {
    width: 25%;
    display: inline-block;
    margin: 0 1%;
    margin-bottom: 4%;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.sdc_team_item > a {
    text-decoration: none;
    cursor: default;
}
.sdc_team_item_image {
    display: block;
    position: relative;
    border: 1px solid #d5d5d5;
    height: 100%;
    width: 100%;
}
.sdc_team_item_image img {
    width: 100%;
}
.sdc_team_item_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    display: block;
}
.sdc_team_item_content_wrap {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}
.sdc_team_item_content_wrap:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    background: rgba(60,191, 92, 0.76 );
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.sdc_team_item_label {
    opacity: 0;
    visibility: visible;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    padding: 30px 10px;
    height: 100%;
    display: table-cell;
}
.sdc_team_item:hover .sdc_team_item_content_wrap:before ,
.sdc_team_item:hover .sdc_team_item_label {
    opacity: 1;
    visibility: visible;
        -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.sdc_team_item.sdc_show_item .sdc_team_item_content_wrap:before ,
.sdc_team_item.sdc_show_item .sdc_team_item_label {
    opacity: 1;
    visibility: visible;
        -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.sdc_team_item_label h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sdc_team_position {
    font-style: normal;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1;
}
.sdc_team_item_label ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 50px;
    padding-left: 0;
    margin-left: 0;
}
.sdc_team_item_label ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
.sdc_team_item_label ul li a {
    color: #fff;
    text-decoration: none;
}
.sdc_team_item_label ul li a span {
    font-size: 20px;
}
.sdc_team_item_label ul li img {
    width: 20px;
}
.sdc_team_learn_more {
	cursor: pointer;
    position: absolute;
    bottom: 30px;
    color: #fff;
    margin: auto;
    left: 0;
    right: 0;
}
.sdc_team_learn_more a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.sdc_team_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
}
.sdc_team_popup.show{
    opacity: 1;
    visibility: visible;
}
.loader {
    display: none;
    border: 5px solid #f3f3f3;
    border-top: 5px solid rgba(60,191, 92, 1 );
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 60px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.sdc_team_popup_wrap {
    max-width: 1000px;
    width: 100%;
    background: #fff;
    height: auto;
    margin: 0 auto;
    padding: 40px 30px;
    top: 10%;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    overflow: auto;
}
.sdc_team_popup_left {
    width: 33.33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.sdc_team_popup_right {
    width: 66.66%;
    padding-left: 40px;
    padding-right: 15px;
    float: right;
}
.sdc_team_popup_right h3 {
    color: #333;
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 0;
}
.sdc_team_popup_right h3 > br{
    display: none;
}
.sdc_team_popup_position {
    font-size: 22px;
}
.sdc_team_popup_right ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}
.sdc_team_popup_right ul li {
    list-style: none;
    margin-right: 20px;
    display: inline-block;
}
.sdc_team_popup_right ul li img {
    display: block;
    width: 20px;
}
span.sdc_team_popup_close {
    cursor: pointer;
    z-index: 99;
    position: absolute;
    right: 10px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    top: 0;
    font-size: 15px;
    font-size: 28px;
    width: 30px;
    vertical-align: middle;
}
/* Contact  */
.sdc_sections.sdc_contactus {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 50px 0 30px;
}
.sdc_contact_header_wrap {
    display: block;
    overflow: hidden;
    width: 100%;
}
.sdc_contact_header h3 {
    font-size: 40px;
    color: #fff;
    text-transform: none;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 30px;
    max-width: 80%;
}
.sdc_contact_header h2 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
}
.sdc_contact_desc {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.sdc_contact_content {
    display: block;
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}
.sdc_contact_tab {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}
.sdc_contact_tab ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.sdc_contact_tab ul li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
}
.sdc_contact_tab ul li a {
    color: #383838;
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 0;
}
.sdc_contact_tab ul li.active a,
.sdc_contact_tab ul li a:hover,
.sdc_contact_tab ul li a:focus {
    border-bottom: 5px solid #3cbf5c;
    padding-bottom: 5px;
}
.sdc_contact_tab_content {
    display: block;
    overflow: hidden;
    width: 100%;
}
.sdc_tab_item {
    overflow: hidden;
    display: none;
    width: 100%;
}
.sdc_tab_item.active {
    display: block;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit]{
    text-decoration: none;
    color: #fff;
    background-color: #3cbf5c;
    border: 3px solid #3cbf5c;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    padding: 15px 70px !important;
    display: inline-block !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px !important;
    letter-spacing: 2px;
    margin: 0 !important;
    line-height: 1.2;
    cursor: pointer;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:focus{
    color: #3cbf5c;
    background-color: #fff;
    border: 3px solid #3cbf5c;
}
.gform_wrapper .gform_footer {
    text-align: center;
}
.gform_confirmation_wrapper {
    margin-top: 60px;
    display: block;
    width: 100%;
}


/* Sliding Navigation
--------------------------------------------- */
 .sliding_nav {
    width: 300px;
    height: 100vh;
    float: right;
    position: fixed;
    z-index: 9999;
    background: #3cbf5c;
    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: 12px;
    position: relative;
    right: 13px;
    width: 30px;
    overflow: hidden;
    display: block;
    float: right;
    line-height: 25px;
}
.sliding_close > span.dashicons {
    font-size: 22px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.sliding_nav_wrap {
    overflow: hidden;
    display: block;
    padding: 20px;
    width: 100%;
}
.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;
}

.sliding_nav .genesis-nav-menu .menu-item {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
}
.sliding_nav_wrap .genesis-nav-menu a{
    color: #fff;
}
.sliding_nav_wrap {
    overflow: hidden;
    display: block;
    padding: 20px;
    margin-top: 20px;
    overflow-y: auto;
    height: calc( 100vh - 100px );
    margin-bottom: 40px;
}
span.indicator {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: -6px;
    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: 36px;
    text-align: center;
    width: 100%;
    height: 100%;
}


.widget-area.footer-widgets-5 .zoho_inputs{
    display: inline-block;
    float: left;
    min-width: 0 !important;
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 10px;
}
.home_template .widget-area.footer-widgets-5  .zoho_inputs input[type="button"]{
    background: transparent;
    border-color: #fff;
    border-width: 2px;
}
.cff-wrapper {
    background: #adb894;
    color: #fff;
    padding: 30px;
}

/* Mobile Navigation */
.mobile_nav{
	cursor: pointer;
    display: none;
    overflow: hidden;
    width: auto;
    position: relative;
    background: transparent;
    color: #fff;
    padding: 5px 0;
    font-size: inherit;
    float: right;
    top: 10px;
}
.mobile_menu {
    background-color: transparent;
    border-color: transparent;
    float: right;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 3;
    top: 0;
    right: 0;
    height: auto;
    width: auto;
    padding: 13px;
    cursor: pointer;
}
.mobile_menu  span.mobile_menu_label {
    float: left;
}
.mobile_menu .mobile_button {
    border: 0;
    box-shadow: none;
    display: block;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    top: 0;
    border-radius: 0;
    background: transparent;
    margin: 0;
    cursor: pointer;
}
.mobile_button .icon-bar {
    display: block;
    width: 50px;
    height: 4px;
    border-radius: 13px;
}
.mobile_button .icon-bar {
    background-color: #3cbf5c;
}
.mobile_button .icon-bar + .icon-bar {
     margin-top: 7px;
}
.mobile_icon .mobile_button .icon-bar:nth-child(2){
    display: none;
}
.mobile_icon .mobile_button .icon-bar:nth-child(1){
    position: absolute;
    transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    top: 4px;
}
.mobile_icon .mobile_button .icon-bar:nth-child(3){
    position: absolute;
    transform: rotate( -45deg );
    -moz-transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
    -o-transform: rotate( -45deg );
    top: 0;
}

.mobile_donate {
    float: left;
    display: block;
    position: relative;
    left: 20px;
    top: 4px;
}
.mobile_donate a {
    display: block;
    color: #000;
    background: #ffd905;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 5px;
    line-height: 1;
}

/* Page Header
--------------------------------------------- */

.page_media_wrap {
    height: 500px;
    display: block;
    position: relative;
}
.media_container {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.post_image_cover {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.entry-content-title.wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 100%;
    display: table;
    bottom: 0;
    max-width: 1200px;
    width: 100%;
}
.entry-content-header {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.entry-content-header h1 {
    color: #fff;
    margin: 0;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}
.entry-content-header h1:after {
    content: "";
    height: 8px;
    width: 130px;
    background: #fff;
    position: absolute;
    bottom: -27px;
    margin: auto;
    left: 0;
    right: 0;
}
.search .entry-content-header h1 {
    margin-bottom: 40px;
}
.page_wrap_meta {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 15px;
    text-transform: uppercase;
}
.entry-content-header .post_meta {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-style: italic;
}
.entry-content-header .post_meta a {
    color: #fff;
    font-weight: normal;
    font-family: 'Aleo', serif;
    text-decoration: underline;
    font-size: 16px;

}

/* List number column */
.wp-block-columns .wp-block-column.has_list_number > p {
    padding-left: 70px;
    position: relative;
}
.wp-block-columns .wp-block-column.has_list_number span.list_number {
    font-size: 48px;
    color: #3cbf5c;
    border-bottom: 5px solid #3cbf5c;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-weight: 700;
}

/* Portfolio */
.single-portfolio .post_image_overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.single-portfolio  .entry-content-header h1:after {
    background: #3cbf5c;
}
.single-portfolio  .site-inner {
    margin: -60px auto 0;
    position: relative;
    z-index: 999;
    background: #fff;
    padding: 40px;
}
.sdc_single_content {
    width: 100%;
    display: block;
    overflow: hidden;
}
.sdc_single_left {
    width: 75%;
    float: left;
    display: block;
}
.sdc_single_right {
    float: right;
    width: 20%;
}
.sdc_single_left h3 {
    color: #3cbf5c;
    font-size: 24px;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 1px;
}
.sdc_single_right h4 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #3cbf5c;
}
.sdc_client {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.sdc_client p:last-child {
    margin-bottom: 0;
}
.sdc_single_images {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.sdc_single_wide_image {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.sdc_single_wide_image img {
    display: block;
    width: 100%;
}
.sdc_single_column_image {
    display: block;
    overflow: hidden;
    width: 100%;
}
.sdc_single_column_left {
    margin-right: 4%;
    float: left;
    width: 48%;
}
.sdc_single_column_right {
    display: block;
    margin-right: 0;
    float: right;
    width: 48%;
}
.sdc_single_column_image img {
    display: block;
    width: 100%;
}

span.indicator {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: -6px;
    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: 36px;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.video_bg_wrap {
    position: absolute;
    margin-top: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    max-width: 100%;
    margin: auto;
    right: 0;
    bottom: 0;
    max-height: 100%;
}
.video_bg_wrap:before {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.hero_video_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    pointer-events: none;
}
.hero_video_wrap {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

/* SDC Columns
--------------------------------------------- */
.sdc_type_column {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 90px 0;
}
.sdc_type_column_image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sdc_column_content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.sdc_column_title {
    display: block;
    text-align: center;
}
.sdc_column_title h2 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
}
.sdc_column_items {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}
.sdc_column_item {
    display: block;
    float: left;
    width: 21.25%;
    margin-right: 5%;
}
.sdc_column_item:last-child{
    margin-right: 0;
}
.sdc_column_item h4 {
    margin: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0;
}
.sdc_column_desc {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-top: 40px;
}
.approach_about .sdc_sections.sdc_aboutus{
    margin-bottom: -7%;
    position: relative;
    z-index: 99;
}

/* SDC Values
--------------------------------------------- */
.sdc_sections.sdc_values {
    margin-top: 0;
    margin-bottom: 50px;
}
.sdc_values_header {
    display: block;
    margin-bottom: 80px;
    margin-top: 50px;
}
.sdc_sections.sdc_values h3{
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    text-align: center;
}
.sdc_values_content {
    width: 100%;
    overflow: hidden;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat( 3, 1fr);
}
.sdc_value_item {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    min-height: 600px;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
}
.sdc_value_item_wrap {
    display: block;
    overflow: hidden;
}
.sdc_values_image {
    display: block;
}
.sdc_values_image img {
    display: block;
    margin-bottom: 0;
}
.sdc_values_item_desc {
    padding: 40px 40px 80px;
}
.sdc_values_item_desc h4 {
    color: #292929;
display: block;
    text-align: left;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sdc_values_item_desc p {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
}

/* SDC Image Block
--------------------------------------------- */
.sdc_type_imageblock {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.sdc_type_imageblock_wrap {
    display: table;
    width: 100%;
    min-height: 760px;
    vertical-align: middle;
}
.sdc_imageblock_content {
    display: table-cell;
    height: 100%;
    width: 50%;
    vertical-align: middle;
    padding: 0 5%;
}
.sdc_type_imageblock_image {
    display: table-cell;
    height: 100%;
    width: 41%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sdc_imageblock_content h4{
    font-size: 30px;
    color: #676767;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    width: 70%;
    margin: 0 auto 60px;
}
.sdc_imageblock_lists {
    display: block;
    width: 100%;
    overflow: hidden;
}
.sdc_imageblock_item {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}
.sdc_imageblock_item img {
    display: block;
    margin-right: 30px;
    float: left;
    vertical-align: middle;
    width: auto;
}
.sdc_imageblock_desc {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    padding-left: 110px;
}
div#sdc_imageblock {
    margin: 0;
}

/* SDC member
--------------------------------------------- */
div#sdc_member {
    margin: 0;
}
.sdc_type_member h4{
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    max-width: 1120px;
}
.sdc_member_content {
    display: block;
    overflow: hidden;
    margin-top: 60px;
    background: #d3e9f5;
    border: 2px solid #d5d5d5;
}
.sdc_member_content_wrap {
    display: block;
    width: 100%;
    padding: 80px;
    overflow: hidden;
}
.sdc_member_content_wrap img {
    float: left;
    margin-right: 30px;
}
.sdc_member_desc {
    display: inline;
    font-size: 22px;
    font-weight: 600;
    color: #2075ab;
    display: block;
    padding-left: 200px;
    position: relative;
}
.sdc_member_desc:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    border-left: 3px dotted #768d8f;
    left: 16.5%;
    z-index: 1;
}
.sdc_member_desc > * {
    position: relative;
    z-index: 2;
}
/* Single Post CSS */
body.single-post .sdc_sections.sdc_default_header .sdc_type_header {
    height: 150px;
}
body.single-post .site-inner {
    top: 0;
    margin-top: 0;
    padding-top: 0;
}
.sdc_single_post {
    overflow: hidden;
    width: 100%;
    display: block;
}
.sdc_single_post_wrap {
    margin: 40px;
    display: block;
    height: 500px;
}
.sdc_single_post_left {
    width: 50%;
    display: table;
    height: 100%;
    float: left;
}
.sdc_single_post_header {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.sdc_single_post_right{
    width: 50%;
    height: 100%;
    float: right;  
}
.sdc_single_post_image {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.sdc_single_post_title {
    padding-right: 60px;
}
.sdc_single_post_title h1 {
    font-size: 66px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
}
.sdc_single_post_meta {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #888;
}
/**
* Mobile Responsive
*----------------**/
@media screen and ( max-width: 1366px ){
.widget.sdc-about {
    padding: 0;
}
.sdc_services_content.service_item_6 .sdc_services_item_desc {
    padding: 30px;
}
.sdc_sections.sdc_aboutus {
    padding: 6% 7% 9%;
}
.sdc_column_content {
    padding: 0 40px;
}
.sdc_column_item {
    display: block;
    float: left;
    width: 22.75%;
    margin-right: 3%;
}
.sdc_services_content.service_item_6 .sdc_services_item_desc {
    top: 35%;
}
.sdc_imageblock_content h4{
    width: 90%;
}
.sdc_imageblock_desc {
    font-size: 23px;
}
}

@media screen and ( max-width: 1200px ){
.before_footer_area_wrap {
    padding: 50px 40px 30px;
}
.approach_about .sdc_sections.sdc_aboutus {
    margin-bottom: -10%;
    position: relative;
    z-index: 99;
}
.sdc_column_desc {
    font-size: 22px;
}
.sdc_column_item h4 {
    font-size: 30px;
}
.sdc_services_item_desc p {
    font-size: 20px;
    line-height: 1.3;
}
.sdc_service_item h4 {
    font-size: 30px;
}
.sdc_services_desc {
    font-size: 30px;
}
.sdc_header_content_wrap {
    padding-bottom: 0;
    padding-top: 60px;
}
.sdc_member_desc {
    padding-left: 20%;
}
.sdc_member_desc:before {
    left: 16.5%;
}
.sdc_team_item_title h3 {
    font-size: 20px;
}
.genesis-nav-menu a {
    font-size: 15px;
    padding: 10px 10px;
}
}

@media screen and ( max-width: 1180px ){
.sdc_services_content {
   padding: 0;
}
}


@media screen and ( max-width: 1024px ){
.site-header .wrap {
    padding: 0 30px;
}
.widget-area.footer-widgets-1.footer-widget-area {
    max-width: 30%;
}
.approach_about .sdc_sections.sdc_aboutus {
    margin-bottom: -10%;
    margin-top: -10%;
}
.sdc_sections.sdc_aboutus {
    margin-top: -10%;
}
.sdc_column_item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
}
.sdc_column_item:nth-child(2n){
    margin-right: 0;
}
.sdc_services_content.service_item_6 .sdc_service_item {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.sdc_services_content.service_item_6 .sdc_service_item:nth-child( 3n + 1 ) {
    clear: none;
}
.sdc_services_content.service_item_6 .sdc_service_item:nth-child( 3n ){
    margin-right: 4%;
}
.sdc_services_content.service_item_6 .sdc_service_item:nth-child( 2n ){
    margin-right: 0;
}
.sdc_services_content.service_item_6 .sdc_service_item:nth-child( 2n + 1 ){
    clear: left;
}
.sdc_team_position {
    font-size: 20px;
}
.sdc_team_item_label ul {
    margin-top: 20px;
}
.site-inner {
    width: 95%;
}
.sdc_imageblock_content {
    padding: 0 5% 0 0;
}
.sdc_imageblock_desc {
    font-size: 26px;
}
.sdc_services_content.service_item_6 .sdc_services_item_desc {
    top: 50%;
}
.sdc_values_item_desc {
    padding: 30px 20px 40px;
}
.sdc_values_item_desc p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}
.sdc_member_desc {
    padding-left: 0;
    width: 70%;
    float: right;
}
.sdc_member_desc:before {
    left: -10%;
}
.sdc_blog_post_wrap {
    padding: 20px;
}
.widget-area.footer-widgets-2.footer-widget-area {
    max-width: 50%;
}
.footer-widgets .widget_nav_menu ul li {
    margin-bottom: 10px;
}
.sdc_single_post_title h1 {
    font-size: 50px;
    letter-spacing: 0;
}
.sdc_single_post_meta {
    font-size: 18px;
}
body.blog article.entry, body.search article.entry, body.archive.category article.entry, body.archive.tag article.entry {
    margin-bottom: 0;
    padding: 0;
}
body.blog article.entry:before, body.search article.entry:before, body.archive.category article.entry:before, body.archive.tag article.entry:before {
    width: calc( 100% - 20px );
}
.genesis-nav-menu a {
    font-size: 15px;
    padding: 10px 10px;
}
}

@media screen and ( max-width: 991px ){
.sdc_sections.sdc_aboutus {
    padding: 6% 5% 9%;
    margin-top: -9%;
}
.sdc_services_desc,
.sdc_team_desc,
.sdc_portfolio_desc {
    max-width: 90%;
}
.sdc_contact_header h3 {
    max-width: 100%;
}
.widget-area.footer-widgets-2.footer-widget-area {
    max-width: 52%;
    padding: 26px 0 0;
}
.sdc_type_imageblock_wrap {
    display: block;
    width: 100%;
    min-height: 0;
    vertical-align: middle;
}
.sdc_imageblock_content {
    padding: 0;
    display: block;
    width: 100%;
    padding: 80px 0 60px;
}
.sdc_type_imageblock_image {
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
    height: 700px;
}
.footer-widgets .widget_nav_menu ul li {
    margin-bottom: 15px;
}
.nav-primary{
    display: none;
}
.mobile_nav{
    display: block;
}
.sdc_team_item {
    width: 30.66%;
}
}

@media screen and ( max-width: 768px ){
.sdc_header_title {
    width: 100%;
}
.sdc_services_content.service_item_4 .sdc_service_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
}
.sdc_services_image img {
    width: 100%;
}
.widget-area.footer-widgets-1.footer-widget-area {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}
.widget-area.footer-widgets-2.footer-widget-area {
    max-width: 80%;
    padding: 26px 0 0;
}
.mobile_nav{
    display: block;
}
.nav-primary{
    display: none;
}
.before_footer h4.widget-title.widgettitle {
    max-width: 100%;
}
.sdc_services_content.service_item_6 .sdc_service_item h4 {
    font-size: 30px;
}
.sdc_services_content.service_item_6 .sdc_services_item_desc p {
    font-size: 20px;
}
.sdc_services_content.service_item_6 .sdc_services_item_desc {
    top: 35%;
}
.sdc_column_desc {
    font-size: 24px;
}
.sdc_column_item h4 {
    font-size: 30px;
}
.sdc_team_item {
    width: 48%;
}
body .site-inner main.content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.sdc_values_content {
    display: block;
}
.sdc_value_item {
    width: 48%;
    margin-bottom: 40px;
    margin-right: 4%;
}
.sdc_value_item:nth-child(2n + 1) {
    clear: left;
}
.sdc_value_item:nth-child(2n) {
    margin-right: 0;
}
.sdc_member_desc:before {
    display: none;
}
.sdc_member_desc {
    padding-left: 0;
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: left;
}
.sdc_member_content_wrap {
    text-align: center;
}
.sdc_member_content_wrap img {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.widget-area.footer-widgets-3.footer-widget-area {
    max-width: 20%;
}
body.blog .site-inner main.content, body.search .site-inner main.content, body.archive.category .site-inner main.content, body.archive.tag .site-inner main.content {
    grid-template-columns: repeat(2, 1fr);
}
.sdc_single_post_wrap {
    margin: 40px;
    display: block;
    height: auto;
    overflow: hidden;
}
.sdc_single_post_right {
    width: 100%;
    height: 100%;
    float: right;
    height: 400px;
    margin-top: 40px;
}
.sdc_single_post_left {
    width: 100%;
    display: block;
    height: 100%;
    float: left;
}
}

@media screen and ( max-width: 600px ){
.nav-primary{
	display: none;
}
.sdc_header_title h1.sdc_title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 0;
}
.home .sdc_header_title {
    margin: 0 auto 40px;
}
.sdc_header_title {
    margin: 50px auto 0;
}
.sdc_about_desc,
.sdc_services_desc,
.sdc_team_desc,
.sdc_portfolio_desc {
    font-size: 24px;
}
.sdc_sections.sdc_aboutus {
    padding: 6% 60px 9%;
    margin-top: -9%;
}
.sdc_sections.sdc_team {
    padding: 80px 20px;
}
.widget-area.footer-widgets-2.footer-widget-area {
    max-width: 100%;
    padding: 26px 0 0;
}
.widget-area.footer-widgets-3.footer-widget-area {
    margin-right: 0;
    max-width: 100%;
    padding: 20px 0 0;
    float: left;
    margin-top: 20px;
}
.sdc_services_item_desc {
    padding: 30px;
}
.sdc_type_header {
    height: 400px;
}
.approach_about .sdc_sections.sdc_aboutus{
    margin-bottom: -80px;
    margin-top: -80px;
}
.sdc_sections.sdc_aboutus {
    margin-top: -80px;
}
.sdc_column_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
}
.sdc_column_item h4 {
    font-size: 30px;
}
.sdc_column_item h4 > br {
    display: none;
}
.sdc_column_desc {
    margin-top: 20px;
}
.sdc_services_content.service_item_6 .sdc_service_item {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    margin-right: 0;
}
.sdc_services_content.service_item_6 .sdc_services_item_desc {
    top: auto;
    bottom: 40px;
}
.sdc_services_content {
    padding: 0 20px;
}
.sdc_portfolio_grid_item {
    width: 50%;
    display: block;
    float: left;
    padding: 10px;
}
.sdc_sdc_portfolio_news_content {
    padding: 20px;
}
.sdc_sections.sdc_default_header .sdc_type_header {
    height: 500px;
}
.sdc_imageblock_content {
    padding: 80px 0 0;
}
.sdc_imageblock_content h4 {
    width: 100%;
}
.sdc_value_item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
}
.sdc_values_image img {
    width: 100%;
}
.sdc_member_content_wrap {
    padding: 30px 30px 50px;
}
.sdc_type_member h4 {
    width: 100%;
}
body.blog article.entry, body.search article.entry, body.archive.category article.entry, body.archive.tag article.entry {
    width: 100%;
    margin-right: 0;
	margin-bottom: 30px;
}
body.blog article.entry:nth-child(3n), body.search article.entry:nth-child(3n), body.archive.category article.entry:nth-child(3n), body.archive.tag article.entry:nth-child(3n) {
    margin-right: 0;
}
body.blog article.entry:nth-child(2n), body.search article.entry:nth-child(2n), body.archive.category article.entry:nth-child(2n), body.archive.tag article.entry:nth-child(2n) {
    margin-right: 0 !important;
}
body.blog .site-inner, body.search .site-inner, body.archive.category .site-inner, body.archive.tag .site-inner {
    padding: 60px 20px;
}
.widget-area.footer-widgets-3.footer-widget-area .simple-social-icons ul {
    text-align: left;
    float: left;
}
.sdc_single_post_wrap {
    margin: 40px 40px 0;
    display: block;
    height: auto;;
    display: block;
    height: auto;
}
.sdc_single_post_left {
    width: 100%;
    display: table;
    height: 100%;
    float: left;
}
.sdc_single_post_right {
    width: 100%;
    height: 300px;
    float: right;
    margin-top: 40px;
    display: table;
}
.sdc_single_post_title {
    padding-right: 0;
}
.sdc_team_item {
    margin-bottom: 1%;
}
.sdc_team_popup_left {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
}
.sdc_team_popup_right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: right;
}
.sdc_team_popup_wrap {
    height: calc( 100vh - 100px );
    overflow-y: auto;
}
}
@media screen and ( max-width: 480px ){
.widget.sdc-about {
    padding: 0 20px;
}
.sdc_sections.sdc_aboutus {
    padding: 40px 30px 60px;
}
.sdc_service_item h4 {
    font-size: 26px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sdc_services_item_desc p {
    font-size: 20px;
    line-height: 1.2;
}
.sdc_services_item_desc {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    padding: 30px 20px;
}
.sdc_contact_header h3 {
    font-size: 30px;
    color: #fff;
    text-transform: none;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 80%;
}
.sdc_contact_desc {
    font-size: 20px;
}
.footer-widgets {
    text-align: center;
}
.footer-widgets .widget_nav_menu ul li {
    margin-bottom: 20px;
}
.widget-area.footer-widgets-3.footer-widget-area {
    margin-top: 0;
}
.footer-widgets .simple-social-icons ul.alignleft {
    float: none !important;
    text-align: center !important;
}
.footer-widgets .simple-social-icons ul li {
    float: none;
    display: inline-block;
}
.site_footer_left {
    text-align: center;
}
body.home .sdc_type_header {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    height: 600px;
}
.sdc_team_item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
}
.site-inner {
    padding: 30px 30px;
    width: 95%;
}
.entry-title {
    font-size: 30px;
}
.sdc_sections.sdc_default_header .sdc_type_header {
    height: 500px;
}
.sdc_imageblock_item img {
    display: block;
    float: none;
    margin: 0 auto 20px;
}
.sdc_imageblock_desc {
    font-size: 20px;
    padding-left: 0;
    display: block;
}
.sdc_type_imageblock_image {
    height: 400px;
}
.sdc_column_desc {
    font-size: 20px;
}
.sdc_column_item h4 {
    font-size: 26px;
}
.sdc_member_desc {
    font-size: 20px;
}
.sdc_blog_nav_wrap ul li a {
    padding: 8px 20px;
    font-size: 14px;
}
.sdc_team_popup_wrap{
    top: 6%;  
}
body.blog .site-inner main.content, body.search .site-inner main.content, body.archive.category .site-inner main.content, body.archive.tag .site-inner main.content {
    display: block;
}
}

@media screen and ( max-width: 440px ){
.sdc_header_title h1.sdc_title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0;
}
.sdc_services_content {
    padding: 0 20px;
}
}

@media screen and ( max-width: 380px ){
.wp-custom-logo .title-area img {
    width: auto;
    max-width: 160px;
}
.before_footer h4.widget-title.widgettitle {
    font-size: 30px;
}
}