/*
Theme Name: Divi Child Theme
Description: A child theme template for Divi
Template: Divi
Version: 1.0.0
*/

#blog_posts .et_pb_post .entry-featured-image-url {
    width: 44%;
    float: left;
    margin-right: 40px;
}

#blog_posts .post-content {
    display: table;
}

#blog_posts .et_pb_post h2 {
    padding-top: 27px;
}

.post .entry-title {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.23;
}

.post .post-meta {
    font-family: Montserrat!important;
    font-size: 12px!important;
}

#blog_posts .et_pb_posts a.more-link {
    display: table;
    padding: 7px 45px;
    background: #ffab00;
    border-radius: 32px;
    margin-top: 28px;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'Montserrat';
}
#new_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#new_header .et_pb_menu__search-container{
    background: #fff;

}
#new_header .logo_wrap,
#new_header .menu_wrap{
    display: flex;
    align-items: center;
}
#new_header{

}
#new_header:after{
    display: none;
}
#new_header .logo{
    min-width: 197px;
}
#new_header .shortcode{
    margin-left: 10px;
    padding: 12px 0px 12px 20px;
    border-left: solid 0.5px #000000;
}
#new_header .btn_orange a{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    color: #ffffff;
    padding: 11px 20px;
    border-radius: 21px;
    background-color: #ffab00;
    margin-left: 45px;
    display: inline-block;
}
#new_header .et_pb_menu__search-button{
    color: #000000;
}
#new_header .sub-menu{
    padding: 0;
    border: none;
    border: solid 0.5px #000000;
}
#new_header .sub-menu li{
    padding: 0;
    width: 100%;
    border-bottom: solid 0.5px #000000;
}
#new_header .sub-menu li:last-child{
    border-bottom: 0;
}
#new_header .sub-menu a{
    display: block;
    width: 100%;
}
#new_header nav a:hover{
    background: none;
    color: #ffab00 !important;
    opacity: 1 !important;
}
#new_header nav .et-hover > a{
    color: #ffab00 !important;
}

#new_header > div{
    width: auto !important;
}
#new_header > div:first-child{
    margin-right: 0;
}
#map-list #gm-all-markers{
    border-radius: 30px;
    padding: 9px 30px;
}
#blog_posts .post-meta a:first-of-type:before{
    content: 'Categories: ';
    color: #000;
}
#blog_posts .post-meta a {
    color: #ffab00 !important;
}
footer .copy{
    text-transform: uppercase;
}


.orange_block_wrapper .et_pb_fullwidth_header_container{
    position: static;
}
.orange_block_wrapper.et_pb_fullwidth_header.et_pb_fullwidth_header_0{
    background-position: center;
}
.orange_left_block {
    width: 20px;
    height: 590px;
    position: absolute;
    left: 0;
    top: calc(50% - 88px);
    transform: translateY(-50%);
    z-index: 1111;
    background: #ffab00;
}

#blog_posts .et_pb_post h2 {
    margin-bottom: 15px;
}
#blog_posts .et_pb_post {
    margin-bottom: 20px;
}
#blog_posts .et_pb_post .post-meta {
    margin-bottom: 25px;
}
#blog_posts .et_pb_posts .et_pb_post {
    border-bottom: 0.5px solid rgba(0,0,0,0.25);
}
#subscribe_section .et_pb_newsletter_form p.et_pb_newsletter_field {
    width: 80%;
    padding-right: 1px;
}

#subscribe_section .et_pb_newsletter_button_wrap {
    width: 20%;
}

#subscribe_section .et_pb_newsletter .et_pb_newsletter_fields > * {
    flex-basis: unset;
}

.darker_background {
    position: relative;
}
.darker_background > *{
    position: relative;
    z-index: 2;
}
.m_0.et_pb_slider .et_pb_container{
    margin: 0;
}
.darker_background:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

body #page-container #subscribe_section .et_pb_newsletter_button_wrap  .et_pb_newsletter_button.et_pb_button {
    padding-top: 9px !important;
    padding-bottom: 8px !important;
}
.et_pb_member_social_links a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #ffab00;
    border-radius: 50%;
}
.et_pb_member_social_links a:before{
    color: #ffffff;
}
.et_pb_member_social_links a:hover:before{
    color: #000000;
}
.et_pb_text_2 ol li{
    margin-bottom: 20px;
}
.et_pb_text_2 ol li:last-child{
    margin-bottom: 0;
}
.et_pb_text_2 ol li::marker{
    font-weight: 700;
}
.et_pb_text ol{
    padding: 30px 40px;
    padding-top: 20px;
}
.founders_block h4{
    padding-top: 30px;
}
#partners_section a{
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 32px;
    background-color: #ffab00;
    display: table;
    margin-top: 10px;
}
#partners_section .et_pb_team_member_image {
    display: table-cell;
    float: left;
    position: relative;
    max-width: 275px;
    margin-right: 30px;
    line-height: 0 !important;
    /* min-width: 100%; */
    width: 100%;
}
#partners_section .et_pb_team_member{
    display: flex;
    align-items: center;
    margin-bottom: 75px;
}
.et_pb_accordion_item .et_pb_toggle_title{
    padding-left: 23px !important;
    padding-right: 0 !important;
}
.et_pb_accordion_0 .et_pb_toggle_title:before{
    content: '+';
    right: auto !important;
    left: 0;
    top: 10px;
    font-weight: 600;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;

}
body .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before{
    display: block;
    content: '_';
    top: 1px;
}
#blog_posts .clearfix:after{
    margin-top: 10px;
}

#social_section iframe {
    min-height: 470px;
}
.downloads_section .et_pb_image_wrap{
    width: 100%;
    border-bottom: 1px solid #000;
}
.downloads_section .et_pb_image_wrap img{
    width: 100%;
}
.downloads_section .et_pb_module.et_pb_text{
    padding: 40px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.downloads_section .et_pb_module.et_pb_text h4{
    font-weight: 600;
    margin-bottom: 15px;
}
.downloads_section .et_pb_with_border{
    padding-bottom: 55px;
}
.downloads_section .et_pb_button_module_wrapper{
    padding-left: 40px;
}
.form_def .et_pb_column .gform_wrapper  input{
    padding: 12px 15px;
    width: 100% !important;
    border: 1px solid #bbbbbb;

}
.form_def *{
    font-family: Montserrat;
}
.form_def .et_pb_column .gform_wrapper  input:focus{
    border-color: #000000;
}
.form_def .name_last label,
.form_def .name_first label{
    display: none !important;
}
.form_def .gform_wrapper select{
    height: 44px;
    padding-left: 15px;
}
.form_def .gform_wrapper textarea{
    padding-left: 15px;
    padding-top: 10px;
    width: 100% !important;
}
.form_def .gform_wrapper div.charleft{
    font-family: 'Montserrat' !important;
}
.form_def .gform_wrapper .gform_footer input.button,.form_def .gform_wrapper .gform_footer input[type=submit]{
    display: table;
    padding: 12px 74px;
    background: #ffab00;
    border-radius: 32px;
    margin-top: 28px;
    color: #fff;
    font-size: 15px !important;
    text-transform: capitalize;
    cursor: pointer;
    border: none;
    width: auto !important;
}
.form_def .gform_wrapper .top_label .gfield_label{
    margin: 0;
}
.form_def .gform_wrapper ul li.gfield{
    margin-top: 25px !important;
}
.email_adress_fields_speaking .gfield_label{
    display: none !important;
}
.email_adress_fields_speaking .ginput_complex label{
    font-weight: 700;
    font-size: 16px !important;
    margin: 0 0 6px 0 !important;
}
.email_adress_fields_speaking div.ginput_container{
    margin-top: 0 !important;
}
.email_adress_fields_speaking .ginput_right,
.email_adress_fields_speaking .ginput_left{
    width: 100% !important;
}
.email_adress_fields_speaking .ginput_right{
    margin-left: 0!important;
    margin-top: 25px !important;
}
.image_grid{
    display: flex;
    align-items: center;
}
.form_def .request_a_bench_adress label{
    display: none !important;
}
.form_def .request_a_bench_adress{
    margin-bottom: -24px;
}
.form_def .request_a_bench_adress .ginput_left,
.form_def .request_a_bench_adress .ginput_right,
.form_def .name_fields_tell div.ginput_complex.ginput_container.gf_name_has_2 span{
    width: calc(50% - 10px) !important;
}
.form_def .name_fields_tell div.ginput_complex.ginput_container.gf_name_has_2 span{
    padding: 0;
    margin: 0;
}
.form_def input::placeholder{
    opacity: 0.4;
}
.form_def div.ginput_container_name span{
    margin-left: -5px;
}
.form_def .gform_wrapper .gfield_description{
    font-size: 15px;
}
.form_def .request_a_bench_adress .ginput_right,
.form_def .name_fields_tell .ginput_right{
    margin-left: 19px !important;
}
.form_def .request_a_bench_adress input{
    margin-bottom: 24px !important;
}
.form_def .name_fields_tell .name_last{
    margin-left: 14px !important;
}
.form_def .gform_wrapper .ginput_complex .ginput_full input[type=text]{
    width: 100% !important;
}
.gform_wrapper ul li.gfield.name_fields_tell{
    margin-top: 70px !important;
}
.confirm_field .gfield_label{
    /*display: none !important;*/
}
.link_social_share{
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding: 40px 0px;
}
.link_social_share .text{
    font-size: 15px;
    font-weight: 700;
    color: #231f20;
    margin-right: 20px;
}
.link_social_share .row_links{
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_social_share a{
    height: 25px;
    display: inline-block;
    width: auto;
    margin: 0px 10px;
}
.link_social_share svg{
    height: 100%;
    width: auto;
    fill: #ffab00;
}
.new_blog_content{
    font-family: Montserrat;
    font-size: 15px;
}
.new_blog_content h2{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}
.post-meta{
    font-family: Montserrat;
}
.new_blog_content h3{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.tags{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
}
.tags a{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    color: #231f20;
    padding: 13px 35px;
    background-color: #f1f1f1;
    margin: 0px 7px;
    margin-bottom: 7px;
    display: inline-block;
}
.tags a:hover{
    background: #ffab00;
    color: #fff;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "\e04f";
}
.note{
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
}
.note:after{
    content: '';
    width: 7px;
    top: 0;
    bottom: 0;
    background: #ffab00;
    position: absolute;
    left: 0;

}
#subscribe_section .et_pb_newsletter_form{
    padding-left: 0;
}
.downloads_section a{
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 32px;
    font-size: 12px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #ffab00;
    padding-top: 8px!important;
    padding-right: 42px!important;
    padding-bottom: 8px!important;
    padding-left: 42px!important;
    display: inline-block;
    margin-top: 25px;
}
i.swp_mix_icon:before{
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-envelope' fill='%23fff' viewBox='0 0 28 28'%3E%3Cpath d='M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z'%3E%3C/path%3E%3C/svg%3E");
}
.swp_social_panel .sw{
    display: flex;
    align-items: center;
}
.mail_share{
    background:  rgba(250,175,0,1);
    justify-content: center;
    display: flex;

}
.yellow_text{
    position: relative;
    left: -415px;
}
.yellow_text .btn{
    border-width: 0px;
    color: #ffffff;
    border-radius: 33px;
    font-size: 18px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #ffab00;
    padding-top: 11px;
    padding-right: 68px;
    padding-bottom: 11px;
    padding-left: 68px;
    margin-top: 48px;
    margin-bottom: 0px;
    margin-top: 25px;
    display: table;
}
.form_def .gform_wrapper .gfield_required{
    color: red;
}
.form_def .confirm_field{
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.form_def .confirm_field .gfield_label{
    
    display: none !important;
}
.form_def .confirm_field.custom_req{
    direction: inline !important;
}
@media screen and (max-width: 1600px){
    .yellow_text{

        left: -115px;
    }
}
@media screen and (max-width: 1300px){

    body .yellow_text{
        padding-left: 40px !important;
    }
    #new_header .btn_orange a{
        margin-left: 15px;
    }

    #new_header .et_pb_menu_0_tb_header.et_pb_menu ul li a{
        font-size: 14px;
    }
    #new_header .et_pb_menu .et-menu > li, #new_header .et_pb_fullwidth_menu .et-menu > li {
        padding-right: 7px;
        padding-left: 7px;
    }
    #new_header .shortcode {
        margin-left: 0px;
        padding: 10px 0px 10px 10px;
        border-left: solid 0.5px #000000;
        font-size: 12px;
    }
    #new_header .btn_orange a{
        display: none;
    }
    .yellow_text{

        left: 0px;
    }

}

@media screen and (max-width: 991px){
    .bg_top_yel .et_pb_text_0{
        width: auto;
        margin-left: 60px !important;
    }
    #new_header .et_pb_column{
        margin-bottom: 0;
    }
    #new_header .et_pb_column .et_pb_module,
    #new_header .et_pb_menu_0_tb_header.et_pb_menu,
    #new_header .logo_wrap, #new_header .menu_wrap{
        width: 100% !important;
    }
    #new_header .menu_wrap{
        position: absolute;
        right: 0;
        top: 33px;
    }
    #new_header .menu{
        position: absolute;
        right: 0;
        top: 0;
    }
    h2{
        margin: 0 auto;
        word-break: break-word;
    }
    #new_header .et_pb_menu__wrap{
        margin: 0;
    }
    #new_header .et_pb_menu_0_tb_header.et_pb_menu{
        background: transparent;
    }
}
/*yellow_text*/
@media screen and (max-width: 500px){
    #new_header .et_pb_menu__search-container {
        background: #fff;
        height: 53px;
        top: -7px;
        padding-top: unset !important;
        padding: 11px 0px;
        left: 15px;
        right: 15px;
        width: auto;
    }
    h2{
        display: block;
        width: 100%;
        font-size: 26px !important;
    }
    /*.et_pb_text_inner{*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    .image_grid{
        flex-wrap: wrap;
        padding: 0;
        align-items: center;
    }
    .tags a{
        margin-bottom: 10px;
        padding: 7px 10px;
    }
    input, select, textarea{
        -webkit-appearance: none !important;
    }
    .et_pb_row{
        width: calc(100% - 30px);
    }
    .gform_wrapper ul li.gfield.name_fields_tell{
        margin-top: 25px !important;
    }
    .bg_top_yel .et_pb_text_0 h1{
        font-size: 30px;
    }
    .mobile_w-100{
        width: 100% !important;

        padding: 30px 15px !important;
    }
    .bg_top_yel{
        min-height: unset !important;
    }
    .bg_top_yel .et_pb_text_0{
        margin-left: 30px !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        margin-bottom: 0 !important;
    }
    .downloads_section .et_pb_module.et_pb_text{
        padding: 15px;
        padding-bottom: 0;
    }

    .downloads_section .et_pb_button_module_wrapper{
        padding-left: 15px;
        padding-bottom: 25px !important;
    }
    .downloads_section .et_pb_with_border{
        padding-bottom: 25px;
    }
    body .et_pb_row.pt-0-mob,
    body .et_pb_row_11.et_pb_row{
        padding-top: 0 !important;
    }
    .et_pb_row_30.et_pb_row.mobile_blog_p{
        padding-top: 10px !important;
    }
    #blog_posts .et_pb_post .entry-featured-image-url {
        width: 100%;
        float: none;
        margin-right: 0px;
    }
    #subscribe_section .et_pb_newsletter_form p.et_pb_newsletter_field {
        width: 100%;
        padding-right: 0px;
    }
    #subscribe_section .et_pb_newsletter_button_wrap {
        width: 100%;
    }
    #subscribe_section .et_pb_signup_0 {
        width: 100%;
    }
    body .et_pb_fullwidth_header_0{
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 60px;
    }
    body .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content{
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    body .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper{
        font-size: 16px;
    }
    body .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1{
        font-size: 40px;
    }
    body .orange_block_wrapper.et_pb_fullwidth_header.et_pb_fullwidth_header_0{
        background-position: left;
    }
    body #blog_posts .post-content{
        margin-bottom: 20px;
    }
    body #blog_posts .et_pb_post h2{
        padding-top: 0;
    }
    #map_block .et_pb_row{
        width: 100%;
        padding: 30px 15px;
    }
    body #page-container #main-content .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button{
        margin-top: 25px !important;
    }
    #partners_section .et_pb_team_member{
        flex-wrap: wrap;
    }
    #partners_section .et_pb_team_member_image{
        margin-bottom: 10px;
    }

    .et_pb_text ol{
        padding: 20px 30px;
        padding-right: 0;
    }
    body .gform_wrapper .top_label select.medium {
        width: 100% !important;
    }
    .gform_wrapper .ginput_complex .ginput_right select {
        width: 100% !important;
    }
    .form_def .gform_wrapper{
        max-width: 100%;
    }
    .form_def .gform_wrapper .ginput_complex.ginput_container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .form_def .ginput_full{
        width: 100%;
    }
    .form_def div.ginput_container_name span{
        margin-right: 0;
    }
    #new_header .et_pb_column .et_pb_module.logo{
        min-width: auto;
        width: 125px !important;
    }
    #new_header .et_pb_column .et_pb_module.logo img{
        min-height: unset !important;
    }
    body #new_header .logo_wrap.et_pb_column{
        width: auto !important;
    }
    #new_header .menu{
        top: -14px;
    }
    #new_header .et_pb_fullwidth_menu .et_mobile_menu{
        top: 50px;
    }
    #new_header .sub-menu{
        border: none;
    }
    #new_header .sub-menu li{
        border-bottom: none;
    }
    #new_header .et_mobile_menu .menu-item-has-children > a{
        background-color: transparent;
    }
    body .margin-mob-title{
        padding-top: 10px !important;
    }
    #subscribe_section .et_pb_newsletter_description_no_content{
        padding: 30px !important;
    }
    .post .entry-title{
        font-size: 28px;
    }
    .form_def .gform_wrapper .gfield_checkbox li label{
        margin-left: 50px;
    }
    .form_def .confirm_field .gfield_label{
        right: 0;
    }
    body .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
        font-size: 30px !important;
    }
}
@media screen and (max-width: 320px){
    body .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
        font-size: 26px !important;
    }
}
#twit .wallContent__wrapper{
    overflow: auto !important;
}

.pagination .alignleft a {
    color: rgba(255,255,255,0);
    position: relative;
}
.pagination .alignleft a:after {
    content: "« Previous";
    position: absolute;
    text-align: left;
    width: 200px;
    left: 0;
    color: #ffab00;
    font-weight: 700;
}
.pagination .alignright a {
    color: rgba(255,255,255,0);
    position: relative;
}
.pagination .alignright a:after {
    content: "Next »";
    position: absolute;
    text-align: right;
    width: 200px;
    right: 0;
    color: #ffab00;
    font-weight: 700;
}
#blog_posts .et_pb_posts .et_pb_post:last-of-type{
	border-bottom: 0 !important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item > a {
    color: #ffab00!important;
}
.single-post header{
    border-bottom: 0.5px solid #000;
}
.single-post .entry-content{
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
}
.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper{
    padding-top: 40px;
}

#gform_9  #input_9_1_3_container label, #gform_9  #input_9_1_6_container label
{
        display: none;
}

.gform_wrapper .top_label input.large,.gform_wrapper textarea.medium{
    width: 99%!important;
}

#gform_9 input{
    min-height: 45px;
    padding: 0 15px;
}

#gform_9  input::placeholder{
    color: #c8c8c8;
}

#field_9_7 .gfield_label,#field_9_10 .gfield_required{
    display: none;
}

#input_9_7_3_container label, #input_9_7_6_container label,#input_9_10_3_container label, #input_9_10_6_container label{
    margin: 0.625em 0 0.5em 0;
    font-weight: 700;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    font-family: 'Raleway',Arial,sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 8px;
}
#input_9_7_3_container label:after,#input_9_7_6_container label:after, #input_9_10_3_container label:after, #input_9_10_6_container label:after{
    content: "*";
    color: #790000;
    margin-left: 0.25em;

}
#gform_submit_button_9{
    display: table;
    padding: 12px 74px!important;
    background: #ffab00;
    border-radius: 32px;
    color: #fff;
    font-size: 15px !important;
    text-transform: capitalize;
    cursor: pointer;
    border: none;
    width: auto !important;
}