/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
body {
    font-weight: 400;
}
p a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #b5bd0f;
    text-underline-offset: 5px;
}

/*ul li::marker {
    color: #b5bd0f;
}*/
.entry-content ul,
.single-post .et_pb_post_content ul {
    list-style: none;
    padding-left: 0;
}
.entry-content ul li,
.single-post .et_pb_post_content ul li {
    margin-bottom: 20px;
    display: flex;
    column-gap: 18px;
}
.entry-content:not([class*="et-fb"]) ul li::before,
.single-post .et_pb_post_content ul li::before {
    content: "• ";
    color: #b5bd0f;
    font-size: 1.5em;
}

.entry-content ol,
.entry-content ol,
.single-post .et_pb_post_content ol,
.single-post .et_pb_post_content ol {
    list-style-position: outside;
/*    margin-left: 20px;*/
    margin-top: 24px;
    list-style: none;
    counter-reset: ol-counter;
}
.entry-content ol li,
.single-post .et_pb_post_content ol li {
    margin-bottom: 20px;
    counter-increment: ol-counter;
    display: flex;
    column-gap: 18px;
}
.entry-content ol li::before,
.single-post .et_pb_post_content ol li::before {
    content: counter(ol-counter) " ";
    font-weight: bold;
}
  
footer a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #ffffff;
    text-underline-offset: 1px;
}
.main-nav-red {
    background-color: #d63d00;
}
footer .main-nav-red {
    background-color: unset;
}

.et_pb_menu #menu-main-nav.et-menu>li {
    padding-left: 25px;
    padding-right: 25px;
}

footer .hide-mobile-menu .et_pb_menu__menu {
    display: flex !important;
}
footer .hide-mobile-menu .et_pb_menu__menu ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}

.hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}

blockquote {
    border-color: unset;
    margin: unset;
    border-left: unset;
    padding-left: unset
}
blockquote span {
    font-size: 14px;
    line-height: 2em;
}

.et_pb_toggle_open h5 {
    font-size: 24px !important;
    letter-spacing: -1.8px;
    font-weight: 800;
    line-height: 1.08em !important;
}
.quick-facts .et_pb_toggle_open h5 {
    font-size: 16px !important;
    letter-spacing: initial;
    font-weight: 700;
    line-height: 1.75em !important;
}
.floating-social-share .dssb-sharing-buttons {
    flex-wrap: nowrap !important;
}


.gform_wrapper.gravity-theme .gfield_label {
    opacity: 1;
    color: rgba(19,19,19,1);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 0;
}
.gform_wrapper.gravity-theme input.text, 
.gform_wrapper.gravity-theme input.title, 
.gform_wrapper.gravity-theme input[type=email], 
.gform_wrapper.gravity-theme input[type=password], 
.gform_wrapper.gravity-theme input[type=tel], 
.gform_wrapper.gravity-theme input[type=text], 
.gform_wrapper.gravity-theme select, 
.gform_wrapper.gravity-theme textarea {
    border: none;
}
.gform_wrapper.gravity-theme input[type='radio'],
.gform_wrapper.gravity-theme input[type='checkbox'] {
    accent-color: #856c5c;
    width: 18px;
    height: 18px;
}
.gform_wrapper.gravity-theme .ginput_container_radio {
    margin-top: 10px;
}
.gform_wrapper.gravity-theme .gfield_radio {
    display: flex;
    column-gap: 30px;
}
.gform_wrapper.gravity-theme input[type='submit'] {
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 25px;
    font-size: 16px;
    font-family: 'Noto Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    background-color: #D63D00;
    padding-top: 12px!important;
    padding-right: 44px!important;
    padding-bottom: 12px!important;
    padding-left: 44px!important;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
}
.gform_wrapper.gravity-theme input[type='submit']:hover {
    background-color: #B83400;
}

.gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 16px;
    border-color: #D63D00;
}
.gform_wrapper.gravity-theme .gform_validation_errors h2 {
    padding: 0px;
}
.gform_wrapper.gravity-theme .gfield_description.validation_message {
    padding: 0;
    background: transparent;
    border: none;
    line-height: 1em;
    font-size: .8em;
    font-style: italic;
}

.gform_wrapper.gravity-theme .gfield_description {
    opacity: 1;
    color: rgba(19,19,19,1);
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
}


.gesb-latest-posts-grid .gesb-latest-post-item {
    background: #f5f5f5;
}
.gesb-latest-posts-grid .gesb-latest-post-item:hover {
    box-shadow: 2px 6px 20px rgba(0,0,0, 0.131611);
    opacity: 1;
    background-color: #f1efe7;
}
.gesb-latest-posts-grid .gesb-latest-post-thumb {
    background-size: cover;
    height: 200px;
    width: 100%;
}
.gesb-latest-posts-grid .gesb-latest-post-no-thumb {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .20;
}

.gesb-latest-posts-grid .gesb-latest-post-content {
    padding: 25px 30px;
    min-height: 180px;
    position: relative;
}
.gesb-latest-posts-grid .gesb-latest-post-title {
    opacity: 1;
    color: rgba(19,19,19,1);
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
}
.gesb-latest-posts-grid .gesb-latest-post-date {
    opacity: 0.99;
    color: rgba(153,153,153,1);
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.2px;
    text-align: left;
    line-height: 18px;
    text-transform: uppercase;
}
.gesb-latest-posts-grid .gesb-latest-post-footer {
    position: absolute;
    bottom: 30px;
    display: flex;
    width: 100%;
    left: 0;
    padding: 0 30px;
    align-items: center;
}
.gesb-latest-posts-grid .gesb-latest-post-footer div {
    width: 50%;
}
.gesb-latest-posts-grid .gesb-latest-post-arrow {
    text-align: right;
    color: #d63d00;
    font-size: 13px;
}

.gesb-latest-posts-list .gesb-latest-post-item {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 2px #f2f2f2;
}
.gesb-latest-posts-list .gesb-latest-post-date {
    opacity: 0.99;
    color: rgba(153,153,153,1);
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.2px;
    text-align: left;
    line-height: 18px;
}
.gesb-latest-posts-list .gesb-latest-post-title {
    opacity: 1;
    color: rgba(19,19,19,1);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
}
.gesb-latest-posts-list .gesb-latest-news-more a {
    color: #131313;
}
.gesb-latest-posts-list .gesb-latest-news-more i {
    margin-left: 14px;
}
.gesb-latest-posts-list .gesb-latest-news-more a:hover > i {
    color: #B83400;
}

.floating-share-last-updated .et_pb_code_inner,
.floating-share-last-updated p,
.floating-share-last-updated .dssb-sharing-title {
    opacity: 0.99;
    color: rgba(61,61,115,1) !important;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.57px;
    line-height: 18px;
}

.home .dssb-sharing-icon:hover {
    background-color: #D63D00;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (min-width: 981px) {
    .gform_wrapper.gravity-theme .ginput_complex {
        column-gap: 25px; /*50px;*/
    }
    .gesb-latest-posts-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 30px;
        row-gap: 30px;
    }
    .gesb-latest-posts-list .gesb-latest-post {
        display: flex;
        align-items: flex-end;
        column-gap: 60px;
    }
    .gesb-latest-posts-list .gesb-latest-news-more {
        display: block;
        width: 30%;
        text-align: right;
    }
}
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    margin-bottom: 19px;
}
.wp-block-image figcaption {
    opacity: 1;
    color: rgba(86,86,86,1);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.23px;
    text-align: left;
    line-height: 18px;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
    .gesb-latest-posts-grid .gesb-latest-post-item {
        margin-bottom: 30px;
    }
    .gesb-latest-posts-list .gesb-latest-news-more {
        margin-top: 10px;
    }
    footer .hide-mobile-menu .et_pb_menu__menu,
    footer .hide-mobile-menu .et_pb_menu__menu ul,
    footer .et_pb_menu.hide-mobile-menu .et_pb_menu__menu>nav {
        width: 100%;
    }
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    .floating-share-last-updated {
        display: flex;
        justify-content: flex-end;
        padding-right: 20px;
    }
    .floating-share-last-updated .et_pb_row {
        margin: inherit;
    }
    .floating-share-last-updated .et_pb_column {
        text-align: right;
    }
    .floating-share-last-updated br {
        display: none;
    }
    .floating-share-last-updated .et_pb_divider {
        float: right;
        margin-bottom: 0px !important;
    }
    .floating-share-last-updated .dssb_sharing_buttons {
        clear: both;
    }
    .floating-share-last-updated .dssb-sharing-buttons {
        justify-content: flex-end;
    }
    .floating-share-last-updated .dssb-sharing-button {
        margin-left: 17px;
        margin-right: 0px;
    }
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
}