/*!
Theme Name: BeMedia
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.29.49
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import "fonts/gotham-webfont.css";
html, body{
    overflow-x: hidden;
}

@media (max-width: 1200px){
    .container, .et_pb_row, .et_pb_slider .et_pb_container, .et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container{
        width: calc(100% - 30px);
    }
}

#et-main-area .bemedia-socials{
    margin: 0 0 22px;
    padding: 0;
    list-style-type: none;
    float: none;
}
#et-main-area .bemedia-socials li{
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    margin-left: 0;
}
#et-main-area .bemedia-socials li a{
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 10;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    border-radius: 3px;
    transition: color .3s;
}
#et-main-area .bemedia-socials.border-layout li a{
    color: #fff;
    background: #00aced;
}
#et-main-area .bemedia-socials.colorful-style li a{
    color: #FFF;
}
#et-main-area .bemedia-socials.colorful-style li.et-social-facebook a{ background-color: #3b5998; }
#et-main-area .bemedia-socials.colorful-style li.et-social-twitter a{ background-color: #00aced; }
#et-main-area .bemedia-socials.colorful-style li.et-social-google-plus a{ background-color: #dd4b39; }
#et-main-area .bemedia-socials.colorful-style li.et-social-pinterest a{ background-color: #cb2027; }
#et-main-area .bemedia-socials.colorful-style li.et-social-linkedin a{ background-color: #007bb6; }
#et-main-area .bemedia-socials.colorful-style li.et-social-tumblr a{ background-color: #32506d; }
#et-main-area .bemedia-socials.colorful-style li.et-social-instagram a{ background-color: #ea2c59; }
#et-main-area .bemedia-socials.colorful-style li.et-social-skype a{ background-color: #12A5F4; }
#et-main-area .bemedia-socials.colorful-style li.et-social-flikr a{ background-color: #ff0084; }
#et-main-area .bemedia-socials.colorful-style li.et-social-dribbble a{ background-color: #ea4c8d; }
#et-main-area .bemedia-socials.colorful-style li.et-social-youtube a{ background-color: #a82400; }
#et-main-area .bemedia-socials.colorful-style li.et-social-vimeo a{ background-color: #45bbff; }
#et-main-area .bemedia-socials.colorful-style li.et-social-rss a{ background-color: #ff8a3c; }
#et-main-area #footer-bottom .bemedia-socials{
    float: right;
    margin-bottom: 0;
}
.business-info-wrapper{}
.business-info-wrapper .business-item{
    position: relative;
    padding-left: 30px;
}
.business-info-wrapper .business-item .et-pb-icon{
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}
/**
 * Gravity Form
 */
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.gform_wrapper .gform_body .gform_fields{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield{
    list-style: none;
    margin-bottom: 20px;
}
@media only screen and (min-width: 641px){
    /* 2 columns */
    .gform_wrapper .gform_body .gform_fields li.gfield.gf_left_half, 
    .gform_wrapper .gform_body .gform_fields li.gfield.gf_right_half{
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        float: none;
    }
    .gform_wrapper .gform_body .gform_fields li.gfield.gf_left_half{
        padding-right: 10px;
    }
    .gform_wrapper .gform_body .gform_fields li.gfield.gf_right_half{
        padding-left: 10px;
    }
    
    /* 3 columns */

    .gform_wrapper .gform_body .gform_fields li.gfield .clear-multi:after{
        content: "";
        display: block;
        clear: both;
    }
    .gform_wrapper .gform_body .gform_fields li.gfield.gf_left_third,
    .gform_wrapper .gform_body .gform_fields li.gfield.gf_middle_third,
    .gform_wrapper .gform_body .gform_fields li.gfield.gf_right_third {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        float: left;
    }
    .gform_wrapper .top_label li.gfield.gf_left_third {
        padding-right: 13px;
        width: 33.3%;
    }
    .gform_wrapper .top_label li.gfield.gf_middle_third {
        padding-left: 7px;
        padding-right: 7px;
        width: 33.4%;
    }
    .gform_wrapper .top_label li.gfield.gf_right_third {
        padding-left: 13px;
        width: 33.3%;
    }
}

.gform_wrapper .clear-multi{
    display: -ms-flexbox;display: flex;
}

/* date â€‹fields */

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    display: -moz-inline-stack;
    display: inline-block;
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
    width: 33.333%;
    -ms-flex-direction: row;
        flex-direction: row;
}

@media only screen and (min-width: 321px) {
    .gform_wrapper .gfield_date_day,
    .gform_wrapper .gfield_date_month {
        max-width: 4rem;
    }
    .gform_wrapper .gfield_date_year,
    .gform_wrapper .gfield_time_ampm {
        max-width: calc(4rem + .5rem);
    }
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    margin-right: .5rem;
}

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day {
    width: 4rem;
    margin-right: .5rem;
}

.gform_wrapper .gfield_date_month input[type="number"],
.gform_wrapper .gfield_date_day input[type="number"] {
    width: calc(3rem + 8px) !important;
}

.gform_wrapper .gfield_date_year input[type="number"] {
    width: calc(4rem + 8px) !important;
}

.gform_wrapper .gfield_date_year {
    width: 5rem;
}

.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input {
    width: calc(3rem + 8px);
}

.gform_wrapper .gfield_date_year input {
    width: 4rem;
}

.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
    width: 3rem;
    text-align: center;
}

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
.gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
    width: 4rem;
}

/* time fields */

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_time_ampm {
    width: 33.333%;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (min-width: 321px) {
    .gform_wrapper .gfield_time_hour,
    .gform_wrapper .gfield_time_minute {
        max-width: 4rem;
    }
    .gform_wrapper .gfield_time_hour,
    .gform_wrapper .gfield_time_ampm {
        max-width: calc(4rem + .5rem);
    }
    .gform_wrapper .gfield_time_hour {
        max-width: calc(4rem + .5rem);
    }
}

.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
    float: left;
}

.gform_wrapper .gfield_time_hour i {
    font-style: normal !important;
    font-family: sans-serif !important;
    width: 10px;
    text-align: center;
    float: right;
    margin-top: 9%;
}

.gform_wrapper .gfield_time_minute {
    margin-right: .5rem;
}

.gform_wrapper .gfield_time_hour {
    margin-right: .25rem;
}

.gform_wrapper .gfield_time_ampm {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
}

.gform_wrapper .gfield_time_ampm select {
    min-width: calc(2rem + 25px);
    width: calc(3rem + 25px);
}

.gform_wrapper .gfield_time_ampm_shim {
    display: block;
    font-size: .813em;
    margin: 9px 0 1px 1px;
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
    width: calc(3rem + 8px);
}

.gform_wrapper .gfield_time_hour input[type="number"],
.gform_wrapper .gfield_time_minute input[type="number"] {
    width: calc(3rem + 8px) !important;
}

.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
    width: 3rem;
    text-align: center;
}
.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
    width: 49.5%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
.gform_wrapper .ginput_complex.ginput_container {
    overflow: visible;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.gform_wrapper .ginput_complex.ginput_container > span{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.gform_wrapper .ginput_complex.ginput_container > span.ginput_full{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 639px){
    .gform_wrapper .ginput_complex.ginput_container > span{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.gform_wrapper .top_label .gfield_hide_label {
    display: none;
}

body.gform_wrapper div.clear-multi {
    display: -moz-inline-stack;
    display: inline-block;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required{}
.gform_wrapper .gform_body .gform_fields .gfield.hidden_label > .gfield_label{
    display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gform_fields .gfield textarea,
.gform_wrapper .gform_body .gform_fields .gfield select{
    font-size: inherit;
    font-family: inherit;
    padding: 10px 12px;
    letter-spacing: normal;
    width: 100%;
    background-color: transparent;
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
}
.gform_wrapper .gform_body .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder{
    color: #000;
}
.gform_wrapper form textarea.medium {
    margin-bottom: -9px;
}
@media only screen and (min-width: 641px){
    .gform_wrapper form textarea.medium {
        height: 200px;
    }

}
body .gform_wrapper form .top_label div.ginput_container{
    margin-top: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.gform_wrapper .gform_body .gform_fields .gfield select:focus{
    border-color: #08a706;
    outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea{
    padding-top: 13px;
}
.gform_wrapper .gform_body .gform_fields .gfield input[readonly]{
    background: #f1f1f1;
}
.gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gform_fields .gfield select{
    height: 41px;
}
body .gform_wrapper form ul li.gfield,
.gform_wrapper form li.hidden_label input{ margin-top: 0; }
.gform_wrapper form .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
.gform_wrapper form .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker){
    margin: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield ul.gfield_checkbox, 
.gform_wrapper .gform_body .gform_fields .gfield ul.gfield_radio{
    margin: 6px 0;
    padding: 0;
    list-style-type: none;
}
.gform_wrapper .gform_body .gform_fields .gfield ul.gfield_checkbox li, 
.gform_wrapper .gform_body .gform_fields .gfield ul.gfield_radio li{
    margin: 0 0 8px;
    position: relative;
    overflow: hidden;
    list-style: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_date{}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_date .datepicker_with_icon{
    width: calc(100% - 25px) !important;
    margin-right: 5px;
}


.gform_wrapper .gform_body .gform_fields .gfield.gfield_error > .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error > .ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error > .ginput_container select{
    border-color: red;
}
.gform_wrapper form > .validation_error {
    color: red;
    margin-bottom: 1rem;
    display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .validation_message{
    display: none !important;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -999999px;
}

.gform_wrapper form .gform_footer{
    margin-top: 0;
    padding: 0;
}



.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=submit],
.gform_wrapper form .gform_page_footer input.button,
.gform_wrapper form .gform_page_footer input[type=submit]{
    width: 100%;
    margin-right: 0;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 500;
    background: #08a706;
    border-color: #08a706;
    transition: all .2s ease-in-out;
}
.gform_wrapper form .gform_footer input.button:hover,
.gform_wrapper form .gform_footer input[type=submit]:hover,
.gform_wrapper form .gform_page_footer input.button:hover,
.gform_wrapper form .gform_page_footer input[type=submit]:hover{
    background: #000;
    border-color: #000;
    transition: all .2s ease-in-out;
}

.gform_wrapper .gform_footer .gform_button{
    border: 1px solid #d75427;
    background: #d75427;
    color: #FFF;
    min-width: 190px;
    padding: 13px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}
.gform_wrapper .gform_footer .gform_button:hover,
.gform_wrapper .gform_footer .gform_button:focus{
    border-color: #313656;
    background-color: #313656;
}

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
}

.ui-datepicker-header {
    background-color: #666; /* set the header background color */
    color: #e0e0e0;
    font-weight: bold;
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    text-shadow: 1px -1px 0px #000;
    -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
            filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    min-height: 30px !important;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #666;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-title select {
    margin-top: 2.5%;
    margin: 10px 3px;
    width: 70px;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('arrow.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

.ui-datepicker thead {
    background: #f7f7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom,  #f7f7f7 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
            filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
    padding: 0;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker td span, 
.ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
            filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom,  #ededed 0%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #FFF2AA; /* set the active date background color */
    border: 1px solid #c19163; /* set the active date border color */
    color: #666; /* set the active date font color */
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    text-shadow: 0px 1px 0px #FFF;
    -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
            filter: dropshadow(color=#FFF, offx=0, offy=1);
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
    margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
    z-index: 9999 !important;
}

/**
 * Footer
 */
#footer-bottom #footer-info {
    width: 100%;
    font-weight: 400;
    font-size: 14px
}

#footer-bottom a {
    color: currentColor
}

#footer-bottom #footer-info .footer__created-by {
    padding-top: 10px;
    padding-bottom: 10px
}

#footer-bottom #footer-info .footer__created-by a {
    color: inherit;
    font-weight: 700
}

#footer-bottom a:hover, #footer-bottom #footer-info .footer__created-by a:hover {
    color: #0072d1
}

@media (min-width:980px) {
    #footer-bottom #footer-info {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #footer-bottom #footer-info .footer__created-by {
        float: right
    }
}

/* Global */
body{
    font-family: -apple-system, 'Gotham', "Helvetica Neue",Arial,sans-serif;
    font-weight: 300;
}
p:last-child{
    padding-bottom: 0;
}
h1{
    font-size: 48px;
    font-weight: 900;
}
h2{
    font-size: 36px;
    font-weight: 500;
}
h3{
    font-size: 24px;
}
h2, h3, h4, h5, h6{
    font-weight: 500;
}
.et_pb_button{
    font-size: 14px;
    color: #fff;
    background: #01a930;
    font-weight: 300;
    text-transform: uppercase;
    min-width: 140px;
    text-align: center;
    line-height: 1.3!important;
    border-radius: 50px;
    border: 0;
}
.et_pb_module .et_pb_button:hover,
.et_pb_button:hover{
    background: #000;
}
.entry-content a:not([class]){
    color: #01a930;
    transition: color .2s ease-in-out;
}
.entry-content a:not([class]):hover,
.entry-content a:not([class]):active{
    color: #000;
    transition: color .2s ease-in-out;
}
/* Content */
@media (min-width: 981px){
    .our-service-item{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .our-service-item .our-service-item-image{
        -ms-flex: 0 0 356px;
            flex: 0 0 356px;
        width: 356px!important;
        max-width: 356px;
    }
    .our-service-item .our-service-item-image .et_pb_image_wrap img{
        width: 100%;
    }
    .our-service-item .our-service-item-content{
        -ms-flex: 1;
            flex: 1;
    }
}

/* Footer */
.site-footer{}
.site-footer a{
    color: currentColor;
    transition: color .2s ease-in-out;
}
.site-footer a:hover{
    color: #01a930;
    transition: color .2s ease-in-out;
}
@media (min-width: 981px){
    .site-footer > .et_pb_row{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .site-footer > .et_pb_row > .et_pb_column{
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: auto!important;
        max-width: 25%;
    }
    /*.site-footer > .et_pb_row > .et_pb_column.contact-column{
        max-width: 205px;
    }*/
}
.footer-nav-wrap ul li:not(:last-child){
    margin-bottom: 6px;
}
.site-footer .et_pb_social_media_follow li a{
    border: 1px solid #FFF;
    border-radius: 32px;
}
.site-footer .et_pb_social_media_follow li a.icon:before{
    width: auto;
    height: auto;
}

/* footer credit */
.footer-credit a {
    color: currentColor;
    transition: color .2s ease-in-out;
}
.footer-credit a:hover {
    color: #01a930;
    transition: color .2s ease-in-out;
}

.featured-content p{
    padding-bottom: 21px;
}
@media (max-width: 980px){
    .featured-content.img-right{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }
}


.home-cta{}
.home-cta .et_pb_button{
    font-weight: 500;
    min-width: 191px;
}
.contact-info a{
    color: currentColor;
    transition: color .2s ease-in-out;
}
.contact-info a:hover{
    color: #01a930;
    transition: color .2s ease-in-out;
}
.contact-info .et_pb_blurb_content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
}
.contact-info .et_pb_main_blurb_image{
    -ms-flex: 0 0 43px;
        flex: 0 0 43px;
    width: 43px;
}
.contact-info .et_pb_blurb_container{
    -ms-flex: 1;
        flex: 1;
    padding-left: 17px;
}
.contact-info .et_pb_module_header{
    padding-bottom: 4px;
}
.contact-info .et_pb_blurb_description p:not(:last-child){
    padding-bottom: 7px;
}

.dsm-footer .contact-info .et_pb_blurb_container {
    padding-left: 0;
}

/* Gform */
.gform_wrapper .gform_body .gform_fields .gfield{
    margin-bottom: 15px;
}
.gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gform_fields .gfield select{
    height: 51px;
}
.gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gform_fields .gfield textarea,
.gform_wrapper .gform_body .gform_fields .gfield select{
    border-radius: 4px;
}
@media only screen and (min-width: 641px){
    .gform_wrapper form textarea.medium {
        height: 163px;
    }
}

.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=submit],
.gform_wrapper form .gform_page_footer input.button,
.gform_wrapper form .gform_page_footer input[type=submit]{
    font-size: 16px;
    font-weight: 500;
    text-transform: inherit;
    padding: 19px 15px;
    border-radius: 50px;
}

/* Blog Single */

/* hide sidebar divide bar */
.single.single-post #main-content > .container:before{
    display: none;
}

.single.single-post.et_right_sidebar #sidebar{
    padding-left: 0;
}
.single.single-post.et_right_sidebar #left-area{
    padding-right: 60px;
}
.single.single-post.et_right_sidebar #left-area .et_post_meta_wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.single.single-post.et_right_sidebar #left-area .et_post_meta_wrapper .entry-title{
    font-size: 24px;
    color: #090909;
    font-weight: 700;
    padding-bottom: 20px;
}
.single.single-post.et_right_sidebar #left-area .et_post_meta_wrapper .post-meta{
    color: #01a930;
    padding-bottom: 0;
    margin-bottom: 4px;
}
.single.single-post.et_right_sidebar #left-area .et_post_meta_wrapper .entry-title,
.single.single-post.et_right_sidebar #left-area .et_post_meta_wrapper .video-entry{
    -ms-flex-order: 5;
        order: 5;
}
.single.single-post.et_right_sidebar #sidebar{}
.single.single-post.et_right_sidebar #sidebar .et_pb_widget{
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
}
.single.single-post.et_right_sidebar #sidebar .widget_categories{
    border: 1px solid #ccc;
}
.single.single-post.et_right_sidebar #sidebar .widget_categories ul{
    padding: 21px 15px 10px 29px;
}
.single.single-post.et_right_sidebar #sidebar .widget_categories ul li{
    color: #01a930;
    margin-bottom: 12px;
}
.single.single-post.et_right_sidebar #sidebar .widget_categories ul li a:hover,
.single.single-post.et_right_sidebar #sidebar .widget_categories ul li a:active{
    color: #01a930;
}

.single.single-post.et_right_sidebar #sidebar h4.widgettitle{
    font-size: 24px;
    font-weight: 500;
    background: #090909;
    color: #FFF;
    padding: 11px 15px 11px 29px;
    line-height: 1.15;
    position: relative;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
}

.custom-html-widget .custom-widget{}
.custom-html-widget .custom-widget img{
    border: 1px solid #ccc;
    border-bottom: 0;
    display: block;
    width: 100%;
}
.custom-html-widget .custom-widget a{
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    display: block;
    background: #01a930;
    padding: 14px 15px;
    color: #FFF;
    line-height: 1.15;
    width: 100%;
    transition: background .2s ease-in-out;
}
.custom-html-widget .custom-widget a:hover{
    background: #000;
    transition: background .2s ease-in-out;
}

/* Blog */
body.category #main-content #left-area:after,
body.category #main-content #sidebar,
body.category #main-content > .container:before,
body.blog #main-content #left-area:after,
body.blog #main-content #sidebar,
body.blog #main-content > .container:before{
    display: none;
}
body.category #main-content #left-area,
.blog .blog-wrap,
body.blog #main-content #left-area{
    float: none;
    padding-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
    width: auto;
}
body.category #main-content article.et_pb_post,
.blog article.et_pb_post{
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0 17px 17px;
    margin-bottom: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
}
body.category #main-content article.et_pb_post:before,
.blog article.et_pb_post:before{
    content: '';
    position: absolute;
    top: 0;
    left: 17px;
    right: 17px;
    bottom: 0;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
@media (min-width: 640px){
    body.category #main-content article.et_pb_post,
    .blog article.et_pb_post{
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}
@media (min-width: 981px){
    body.category #main-content article.et_pb_post,
    .blog article.et_pb_post{
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
        width: 33.3333%;
        max-width: 33.3333%;
    }
}
body.category #main-content article.et_pb_post .video-entry,
.blog article.et_pb_post .video-entry{
    width: 100%;
}
body.category #main-content article.et_pb_post .entry-title,
body.category #main-content article.et_pb_post .content-wrap,
body.category #main-content article.et_pb_post .entry-footer,
.blog article.et_pb_post .entry-title,
.blog article.et_pb_post .content-wrap,
.blog article.et_pb_post .entry-footer{
    -ms-flex-order: 10;
        order: 10;
}
body.category #main-content article.et_pb_post .content-wrap,
.blog article.et_pb_post .content-wrap{
    font-size: 13px;
    line-height: 1.23;
    height: 30px;
    overflow: hidden;
    margin-bottom: 11px;
}

body.category #main-content article.et_pb_post .post-meta,
body.category #main-content article.et_pb_post .entry-title,
body.category #main-content article.et_pb_post .content-wrap,
body.category #main-content article.et_pb_post .entry-footer,
.blog article.et_pb_post .post-meta,
.blog article.et_pb_post .entry-title,
.blog article.et_pb_post .content-wrap,
.blog article.et_pb_post .entry-footer{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
body.category #main-content article.et_pb_post .post-meta,
.blog article.et_pb_post .post-meta{
    color: #01a930;
    font-size: 11px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 14px;
}
body.category #main-content article.et_pb_post .readmore-btn,
.blog article.et_pb_post .readmore-btn{
    color: #01a930;
    font-size: 12px;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}
body.category #main-content article.et_pb_post .readmore-btn:hover,
body.category #main-content article.et_pb_post .readmore-btn:active,
.blog article.et_pb_post .readmore-btn:hover,
.blog article.et_pb_post .readmore-btn:active{
    color: #000;
    transition: color .2s ease-in-out;
}
body.category #main-content article.et_pb_post .entry-title,
.blog article.et_pb_post .entry-title{
    line-height: 1;
    padding-bottom: 8px;
}
body.category #main-content article.et_pb_post .entry-title a,
.blog article.et_pb_post .entry-title a{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    transition: color .2s ease-in-out;
}
body.category #main-content article.et_pb_post .entry-title a:hover,
body.category #main-content article.et_pb_post .entry-title a:active,
.blog article.et_pb_post .entry-title a:hover,
.blog article.et_pb_post .entry-title a:active{
    color: #01a930;
    transition: color .2s ease-in-out;
}
body.category #main-content article.et_pb_post .video-entry .fluid-width-video-wrapper,
.blog article.et_pb_post .video-entry .fluid-width-video-wrapper{
    padding-top: 55%!important;
}

#top-menu a{
    font-weight: 300;
    text-transform: uppercase;
    color: #010101;
    font-size: 16px;
}
#top-menu .sub-menu{
    border-top-color: #01a930;
    padding: 10px 0;
    width: 300px;
}
#top-menu .sub-menu a{
    font-size: 14px;
    width: 100%;
    text-transform: none;
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
}
#top-menu .sub-menu a:hover{
	color: #01a930;
}
#top-menu li .sub-menu li{
    padding: 0;
    display: block;
}
.header-top-info .et_pb_blurb_content{  
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.header-top-info .et_pb_blurb_content .et_pb_main_blurb_image{
    -ms-flex: 0 0 auto;flex: 0 0 auto;
    width: auto;
    display: block;
    margin-bottom: 0;
}
.header-top-info .et_pb_blurb_content .et_pb_blurb_container{
    -ms-flex: 1;flex: 1;
    padding-left: 5px;
}
.header-top-info .et_pb_blurb_content .et_pb_module_header{
    padding-bottom: 0;
}
.header-topbar-column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
}
@media (min-width: 981px){
    .header-topbar-column.right{
        -ms-flex-pack: end;justify-content: flex-end;
    }
}
.header-topbar-column .et_pb_button{
    display: block;
    min-width: auto;
    font-weight: 500;
}
.home-banner .et_pb_button{
    min-width: 191px;
    font-weight: 500;
}
body .home-banner .et_pb_button{
    margin-right: 15px  !important;
    margin-left: 0  !important;
}
@media (min-width: 980px){
    .home-banner .header-content-container{
        max-width: 460px;
    }
}
#top-header{
    z-index: 1000;
}
#top-header a{
    color: currentColor;
    transition: color .2s ease-in-out;
}
#top-header a:hover,
#top-header a:active{
    color: #01a930;
    transition: color .2s ease-in-out;
}

@media (min-width: 1024px){
    #top-header .et_pb_equal_columns {
        justify-content: flex-end;
    }
    #top-header .et_pb_equal_columns > .et_pb_column.header-topbar-column {
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 100%;
    }
    #main-header .logo_container{
        height: 86px;
        bottom: 20px;
    }
    #main-header.et-fixed-header .logo_container{
        bottom: 10px;
    }
}
@media (min-width: 768px){
    .home-sub-form{}
    .home-sub-form form{
        display: -ms-flexbox;
        display: flex;
    }
    .home-sub-form .gform_wrapper .gform_body{
        -ms-flex: 1;
            flex: 1;
    }
}
.home-sub-form .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    height: 53px;
    background: #FFF;
    border-color: #FFF;
    border-radius: 50px 0 0 50px;
    width: 100%;
    font-size: 16px;
    padding-left: 60px;
}

.home-sub-form .gform_wrapper form .gform_footer input.button{
    background: #000;
    border-radius: 0 50px 50px 0;
    border-color: #000;
    text-transform: uppercase;
    font-weight: 900;
    padding: 17px 18px;
    line-height: 1.1;
    width: auto;
    min-width: 0;
}
.home-sub-form .gform_wrapper form .gform_footer input.button:hover{
    background: #FFF;
    color: #000;
}

.home-sub-form .gform_wrapper .gform_body .gform_fields .gfield input::-webkit-input-placeholder,
.home-sub-form .gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder{
    color: #7d7d7d;
}
.home-sub-form .gform_wrapper .gform_body .gform_fields .gfield{
    margin-bottom: 0;
}
.home-sub-form .ginput_container.ginput_container_email{
    position: relative;
}
.home-sub-form .ginput_container.ginput_container_email:before{
    content: '\e076';
    font-family: "ETmodules";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 23px;
    color: rgba(125, 125, 125, 0.48);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 23px;
}

@media (max-width: 980px){
    .home-sub-form > .et_pb_column:first-child{
        margin-bottom: 30px !important;
    }
}
@media (max-width: 767px){
    .home-sub-form .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
        border-radius: 50px;
        margin-bottom: 10px;
    }
    .home-sub-form .gform_wrapper form .gform_footer input.button{
        width: 100%;
        border-radius: 50px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .page-header > .et_pb_fullwidth_header {
        height: 236px;
    }
}

/* Team Listing Shortcode */
.single-team #main-content .container:before{
    visibility: hidden;
}
.post-type-archive-team .et_pb_post{
    margin-bottom: 30px;
}
.team .team-detail{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.team .team-detail .team-image{
    -ms-flex: 0 0 25%;flex: 0 0 25%;
    padding: 0 15px;
    max-width: 25%;
}
#et-main-area .team .team-detail .team-image .bemedia-socials{
    margin-top: 10px;
    text-align: center;
}
.team .team-detail .team-image .bemedia-socials .et-social-icon a{
    border: 1px solid;
    border-radius: 30px !important;
}
.team .team-detail .team-bio{
    -ms-flex: 0 0 75%;flex: 0 0 75%;
    padding: 0 15px;
    max-width: 75%;
}

@media (max-width: 767px){
    .team .team-detail .team-bio,
    .team .team-detail .team-image{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.team-listing-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.team-listing-wrap .team-member-img{
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 520px;
}
.team-listing-wrap .team-member-img .member-img{
    -ms-flex: 0 0 25%;flex: 0 0 25%;
    padding: 5px;
    max-width: 25%;
	width: 100%;
}
.team-listing-wrap .team-member-img .member-1,
.team-listing-wrap .team-member-img .member-8{
    margin-top: 10px;
}
.team-listing-wrap .team-member-img .member-img a{
    display: block;
    position: relative;
    height: 120px;
}
.team-listing-wrap .team-member-img .member-img a img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.team-listing-wrap .team-member-img .member-img a:before{
    content: '';
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 0;
    left: 0;
    border: 3px solid transparent;
    transition: border-color .3s ease-in-out;
}
.team-listing-wrap .team-member-img .member-img.active a:before{
    border-color: #01a930;
    transition: border-color .3s ease-in-out;
}
.team-listing-wrap .team-member-content{
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 8%;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}
.team-listing-wrap .team-member-content:before{
    content: '';
    position: absolute;
    left: 6%;
    width: 1px;
    height: 100%;
    top: 0;
    background: #ccc;
}
.team-listing-wrap .team-member-content:after{
    content: '';
    position: absolute;
    left: calc(6% - 5px);
    top: 27px;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 0;
    border-left: 0;
    background: #FFF;
}
.team-listing-wrap .team-member-content .member-content{
    display: none;
    position: relative;
}
.team-listing-wrap .team-member-content .member-content .member-name{
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 22px;
}
.team-listing-wrap .team-member-content .member-content .member-position{
    color: #05a62c;
    font-weight: 500;
    margin-top: -12px;
    margin-bottom: 18px;
}
.team-listing-wrap .team-member-content .member-content.active{
    display: block;
    -webkit-animation: teamFadein .5s linear 0s 1 alternate;
            animation: teamFadein .5s linear 0s 1 alternate;
}

@media (max-width: 980px){
    .team-listing-wrap .team-member-content,
    .team-listing-wrap .team-member-img{
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
    }
    .team-listing-wrap .team-member-content{
        margin-top: 20px;
    }
    .team-listing-wrap .team-member-img{
        -ms-flex-direction: row; flex-direction: row;
        height: auto;
    }
    .team-listing-wrap .team-member-img .member-1, .team-listing-wrap .team-member-img .member-8{
        margin-top: 0;
    }
    .team-listing-wrap .team-member-img .member-img{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 80px;
        max-width: 100%;
    }
    .team-listing-wrap .team-member-img .member-img a{
        height: 90px;
    }
    .team-listing-wrap .team-member-content:before{
        left: 0;
    }
    .team-listing-wrap .team-member-content:after{
        left: -5px;
    }
}
@media (max-width: 767px){
    .team-listing-wrap .team-member-img .member-img a{
        height: 60px;
    }
}
@-webkit-keyframes teamFadein {
    from {
        top: -30px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}
@keyframes teamFadein {
    from {
        top: -30px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}
#mobile_menu{
    padding: 0;
    border-top-color: #01a930;
}
#mobile_menu a{
    font-weight: normal;
}
.mobile_menu_bar:before,
#top-menu > li:hover > a{
    color: #01a930;
}

@media (max-width: 767px){
	.image-left-right .et_pb_row {
	    display: flex;
	    flex-wrap: wrap;
	}
	.image-left-right .et_pb_row:nth-child(odd) > .et_pb_column:first-child {
	    order: 2;
	    margin-bottom: 0;
	    margin-top: 30px;
	}
	.image-left-right .et_pb_row:nth-child(odd) > .et_pb_column:last-child {
		
	}
}

/*Blog Page*/
body.blog .et_pb_post .entry-featured-image-url {
    height: auto;
    width: 100%;
    overflow: hidden;
    background: #e8e8e8;
    margin-bottom: 0px;
}
body.blog .et_pb_post .entry-featured-image-url:before {
    content: "";
    width: 100%;
    padding-bottom: 56%;
    display: block;
}
body.blog .et_pb_post .entry-featured-image-url img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body.blog .et_pb_post .entry-title, 
body.blog .et_pb_post .entry-title a {
    line-height: .8em;
    padding-bottom: 15px;
}
body.blog #left-area .et_pb_post .post-meta {
    padding-bottom: 5px;
}
body.blog .pagination a {
    color: #01a930;
}

@media only screen and (max-width: 980px) {
    body.blog #main-content #left-area {
        margin-right: 0px;
        margin-left: 0px;
    }
    body.blog #left-area .pagination {
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 767px) {
    .home-cta .header-content {
        width: 100% !important;
    }
    .home-cta .header-content .et_pb_module_header {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }
    .home-cta .header-content .et_pb_header_content_wrapper {
        font-size: 18px !important;
    }
    body.blog .et_pb_post .entry-title, 
    body.blog .et_pb_post .entry-title a {
        line-height: 1.2em;
    }
}

/*Blog Single*/
.single.single-post.et_right_sidebar #left-area .et_post_meta_wrapper .entry-title {
    font-size: 36px;
}
.single.single-post .et_pb_post .entry-content h1 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-top: 10px;
}
.single.single-post .et_pb_post .entry-content h2, 
.single.single-post .et_pb_post .entry-content h3, 
.single.single-post .et_pb_post .entry-content h4, 
.single.single-post .et_pb_post .entry-content h5 {
    padding-bottom: 15px;
}
.single.single-post .et_pb_post .entry-content hr {
    margin-bottom: 20px;
}
.single.single-post.et_right_sidebar #left-area .et_post_meta_wrapper .post-meta {
    order: 1;
}
.single.single-post.et_right_sidebar #left-area .et_post_meta_wrapper .entry-title {
    order: 2;
}
.single.single-post.et_right_sidebar #left-area .et_post_meta_wrapper > img {
    order: 3;
}

@media only screen and (min-width: 981px) {
    .single.single-post.et_right_sidebar #content-area #sidebar {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .single.single-post.et_right_sidebar #left-area .et_post_meta_wrapper .entry-title,
    .single.single-post .et_pb_post .entry-content h1 {
        font-size: 26px;
    }
    .single.single-post .et_pb_post .entry-content h2 {
        font-size: 24px;
    }
    .single.single-post .et_pb_post .entry-content h3 {
        font-size: 22px;
    }
    .single.single-post .et_pb_post .entry-content h4 {
        font-size: 20px;
    }
}

/*Location Pages*/
.d-block-iframe iframe {
    display: block;
}
.mtb-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.hero-frame-container {
    height: 60vh;
    border-radius: 5px;
    border: 3px solid #01a930;
    overflow: hidden;
}

@media  only screen and (min-width: 560px) and (max-width: 767px) {
    #bg-location-banner {
        min-height: 39vh;
    }
}

@media only screen and (max-width: 360px) {
    .hero-frame-container {
        margin-left: -8px;
        margin-right: -8px;
    }
}

/*Popup Form*/
.dsm-popup .he-frame-container {
    padding-top: 1em;
    height: 86vh !important;
}
.mfp-close-btn-in .dsm-popup .mfp-close {
    color: #fff !important;
    background: #000;
    opacity: 1;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px 1px rgb(2 2 2 / 75%);
    top: -14px;
    right: -14px;
}
.mfp-close-btn-in .dsm-popup .mfp-close span.et-pb-icon {
    font-size: 22px;
}
.mfp-close-btn-in .dsm-popup .mfp-close:hover {
    background: #000 !important;
}
@media only screen and (max-width: 767px) {
    .dsm-popup .he-frame-container iframe {
        padding: 0px 4px !important;
    }
    .mfp-close-btn-in .dsm-popup .mfp-close {
        right: -2px;
    }
    .dsm-popup .et_pb_row.row-full-width-xs {
        width: 100%;
    }
}

/*Mobile Sticky Icon*/
.icon-list-text-none .dsm_icon_list_text {
    display: none;
}
.icon-list-text-none {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.mobile-book-btn-wrapper,
.mobile-book-btn-wrapper .et_pb_button:after,
#mobile-book-btn:after {
    display: none;
}
.mobile-book-btn-wrapper .et_pb_button,
#mobile-book-btn {
    font-size: 12px;
    min-width: unset;
}
.mobile-location-btns {
    display: none;
}
.mobile-location-btns {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    background-color: #FFFFFF;
    padding: 10px;
    width: max-content;
    max-width: 200px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
}
#main-header .mobile-location-btns .et_pb_button_module_wrapper a.et_pb_button {
    background: transparent !important;
    color: #000;
    display: block;
    width: 100%;
    padding: 10px !important;
    text-align: left;
    border: none !important;
}
#mobile-book-btn, #mobile-book-btn:hover {
    padding: 0.8em 1.5em 0.5em;
    background: #01a930;
    border: none;
}
@media only screen and (max-width: 767px) {
    body.et_fixed_nav #main-header {
        position: fixed;
    }
    #top-header {
        display: none;
    }
    .mobile-book-btn-wrapper {
        position: absolute;
        z-index: 999;
        display: flex;
        align-items: center;
        top: 50%;
        right: 55px;
        transform: translateY(-50%);
    }
}

.service-thumb span.et_pb_image_wrap {
    position: relative;
    width: 130px;
    padding-bottom: calc(100% - 10px);
}
.service-thumb span.et_pb_image_wrap img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}