/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Template:     Divi
 Version:      1.0.0
 License: GNU General Public License v2
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 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
*/

.header-wrap{
    padding: 20px 0;
    float: left;
    display: flex;
    align-items: center;
}
.header-wrap .logo_wrap,
.header-wrap .header-social-icons-wrap{
    flex-basis: 50%;
    flex-grow: 0;
}
.header-wrap .header-social-icons-wrap ul.et-social-icons{
    margin-top: 15px;
}
.header-wrap .header-social-icons-wrap li{
    margin-left: 3px;
}
.header-wrap .header-social-icons-wrap li .icon{
    width: 35px;
    height: 35px;
    float: left;
    line-height: 26px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    background: #003851;
    transition: all 0.3s linear 0s;
    padding: 5px;
}
.et-social-icon.et-social-youtube .icon::before{
    content: "\e0a3";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}
span.et_close_search_icon{
    cursor: pointer;
}
span.et_close_search_icon:after{
    font-family: 'ETmodules';
    content: '\4d';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-wrap .header-social-icons-wrap li #et_search_icon,
.header-wrap .header-social-icons-wrap li.et-donate-wrap span{
    display: block;
}
.header-wrap .header-social-icons-wrap li #et_search_icon::before{
    position: relative;
    top: 0;
    font-weight: 800;
    font-size: inherit;
    color: #ffffff !important;
    cursor: pointer;
}
.header-social-icons-wrap .search-form-wrap{
    display: none;
}
.header-social-icons-wrap .search-form-wrap .et_search_form_container{
    opacity: 1;
    width: 100%;
    height: auto;
    display: flex;
}
.header-social-icons-wrap .search-form-wrap .et_search_form_container .et-search-form{
    position: relative;
    height: auto;
}
.header-social-icons-wrap .search-form-wrap .et_search_form_container .et-search-form{
    min-width: 400px;
}
.header-social-icons-wrap .search-form-wrap .et_search_form_container .et-search-form .et-search-field{
    position: relative;
    width: 100%;
    right: auto;
}
.header-social-icons-wrap ul.et-social-icons{
    display: flex;
    align-items: center;
}
.header-wrap .header-social-icons-wrap li.et-donate-wrap .et_pb_button{
    font-size: 20px;
    color: #003952;
    background: #abd037;
    border-radius: 30px;
    margin-left: 10px;
    text-transform: uppercase;
    min-width: 160px;
    border: none;
}
.header-wrap .header-social-icons-wrap li.et-donate-wrap .et_pb_button:hover{
    color: #0d3851;
}
.main-nav-wrap{
    padding: 15px 0;
    background: #3cb8c2;
}
.main-nav-wrap #et-top-navigation,
.et_header_style_left #et-top-navigation .mobile_menu_bar{
    padding: 0 !important;
    float: left;
}
.main-nav-wrap #et-top-navigation #top-menu li a{
    padding: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.et_header_style_left #et-top-navigation .mobile_menu_bar::before{
    color: #fff;
}
#top-menu .menu-item-has-children>a:first-child:after,
#et-secondary-nav .menu-item-has-children>a:first-child:after{
    font-size: 20px;
    right: -20px;
}
.main-nav-wrap .et_menu_container{
    display: flex;
    justify-content: center;
}
#top-menu li{
    padding-right: 50px;
}
.sub-menu{
    top: 28px;
}
.sub-menu li{
    padding-bottom: 15px !important;
}
.sub-menu li:last-child{
    padding-bottom: 0 !important;
}
.sub-menu li a{
    color: #0d3851 !important;
    font-size: 14px !important;
}

.custom-slider-wrap .et_pb_slide_description{
    float: left;
    max-width: 45%;
    padding: 10% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: relative;
    background: rgba(0,0,0,.5);
    min-height: 100%;
}

.custom-slider-wrap .et_pb_slide_description h2{
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.custom-slider-wrap .et_pb_slide_description .et_pb_slide_content p{
    font-weight: 700;
}
.custom-slider-wrap .et_pb_slide_description .et_pb_button{
    color: #003952;
    background: #abd037;
    border: none;
    border-radius: 50px;
}
.custom-slider-wrap .et-pb-controllers{
    left: auto;
    right: 0;
    width: auto;
    top: 45%;
    display: flex;
    flex-direction: column;
}
.custom-slider-wrap .et-pb-controllers a{
    background-color: #000;
    opacity: .4;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}
.custom-slider-wrap .et-pb-controllers a.et-pb-active-control{
    opacity: 1;
}
.et_pb_button{
    min-width: 160px;
    text-align: center;
}
.custom-blurb-wrap .et_pb_blurb_description{
    min-height: 48px;
    margin-top: 10px;
}
.custom-announcement-wrap .et_pb_blurb_content{
    max-width: none;
}
.custom-yt-wrap{
    display: flex;
    min-height:650px;
}
.custom-yt-wrap::before{
    content: '';
    background: rgba(0,0,0,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
#et-boc .area-outer-wrap[data-da-area=custom-yt-popup]{
    width: 50% !important;
}
#custom-yt-popup{
    padding: 0 !important;
}
#custom-yt-popup .et_pb_row{
    padding: 0;
    margin: 0;
    width: auto;
}
#main-footer{
    background-color: #0d3851;
}
#main-footer .footer-widget{
    display: flex;
    flex-direction: column;
}
#main-footer .widget_block{
    margin-bottom: 2px !important;
}
#main-footer .widget_block h2{
    padding-bottom: 20px;
}
#footer-bottom .et-social-icons{
    display: none;
}
#main-footer .widget_block ul li{
    padding-left: 0;
}
#main-footer .widget_block ul li:before{
    display: none;
}
.gb-block-newsletter label{
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 15px;
}
.gb-block-newsletter .gb-newsletter-email-address-input{
    border-radius: 4px;
}
.gb-block-newsletter .gb-newsletter-submit{
    background-color: #ffffff;
    color: #000;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget{
    background-color: transparent !important;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget #id_7b1c0e74-456b-4a46-bbbc-c2071dc31fde{
    padding: 0;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget #id_31fa697f-0efd-4dab-9dc5-a8f75ae3b727{
    margin: 0;
    width: 100%;
    max-width: none;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget #id_31fa697f-0efd-4dab-9dc5-a8f75ae3b727_inner span{
    color: #fff;
    font-weight: bold;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget #id_b462c95a-8d56-4612-b7d1-17f9dc1aee99_container{
    margin: 0;
    max-width: none;
    padding: 0;
    background: transparent;
    border: none;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget .sli-form{
    margin: 0;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget #id_e17e18b6-e707-4182-b1cf-e45fd16a6f27 .sli-columns{
    width: 100% !important;
    padding: 0 5px !important;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget .sli-columns label{
    color: #fff !important;
    margin-bottom: 5px;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget .sli-form-wrapper{
    background: transparent;
    border: none;
    padding: 0;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget .sli-columns .sli-form-field{
    margin-top: 0;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget .sli-input{
    border-radius: 30px !important;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget .sli-button-element{
    margin: 0;
}
.widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget .sli-button-element a{

    background-color: rgb(171 208 54) !important;
    border-radius: 30px;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    padding: 17px 10px;
    margin-top: 0;
    color: #0d3851;

}
@media (max-width: 980px){
.et_pb_column {
    width: 100%;
    margin-bottom: 7px;
}
}
@media screen and (max-width: 980px) {
    .header-wrap {
            display: block;
    }
    .header-wrap .logo_wrap{
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
        flex-grow: unset;
        display: flex;
    }
    .header-wrap .logo_wrap a{
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .mobile_menu_bar{
        padding-bottom: 10px;
    }
    .main-nav-wrap #et-top-navigation{
        float: none;
        margin: 0 auto;
        display: table;
    }
    #et_mobile_nav_menu{
        width: 100%;
    }
    .et_mobile_menu{
        top: 47px;
    }
    .custom-slider-wrap .et_pb_slide_description{
        max-width: none;
        text-align: center;
    }
    .custom-slider-wrap .et_pb_slide_description h2:before{
        content: none;
    }
    .custom-slider-wrap .et_pb_slide_description .et_pb_button_wrapper {
        float: none;
        margin: 0 auto;
    }
    .custom-yt-wrap{
        min-height:350px;
    }
    .et_pb_fullwidth_section {
        height: 300px;
    }
}

.et_pb_text ol, .et_pb_text ul {
    padding-bottom: 1em;
    padding-left: 40px;
}

.wpcf7-form label {
    font-size: 20px;
    color: #003851;
}

.wpcf7-form input {
    padding: 10px;
    background: rgba(109,124,144,.1);
    border-radius: 4px;
    margin-bottom: 10px;

}

.wpcf7-form input:active, .wpcf7-form input:focus  {
    background: #ffffff;
}

input.wpcf7-submit {
    padding: 10px 50px;
    background-color: #abd037;
    border:1px solid #abd037;
    border-radius: 20px;
    color: #ffffff;
    color: #003952;
    font-size: 17px;
    transition: 0.3s;
}

input.wpcf7-submit:hover  {
    background-color: #ffffff;
    color: #000000;
    border:1px solid #003851;
    cursor: pointer;
}

.wpcf7-textarea {
    width: 100%;
    background: rgba(109,124,144,.1);
    border-radius: 4px;
}
.wpcf7-textarea:active, .wpcf7-textarea:focus {
    background-color: #ffffff;

}

.msw-btn-width {
    width: 100%;
}

.iframe-container {
    max-width: 1300px;
    min-width: 250px;
    position: relative;
    padding-bottom: 66.6667%;
    height: 0px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px 0px;
}
.iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 0px;
}

header .sub-menu li a{
    padding: 0 !important;
}

/*.et_fixed_nav #main-header {
    position: initial;
}*/
#page-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
    transition: none !important;
}
.msw-fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    animation: fadeTop 0.75s 1 cubic-bezier(.77,0,.175,1);
    transition: all 0.35s ease;
}

.wpcf7-form-control-wrap input {
    width: 100%;
}

.wpcf7-textarea {
    width: 100%;
    background: rgba(109,124,144,.1);
    border-radius: 4px;
}

.et_custom_blurb_class:hover {
    box-shadow: 0px 2px 18px 0px rgba(20,58,209,0.68);
    -webkit-box-shadow: 0px 2px 18px 0px rgba(20,58,209,0.68);
    -moz-box-shadow: 0px 2px 18px 0px rgba(20,58,209,0.68);
    transition: 0.3s;
}

.mow_donate_btn {
    display: none !important;
    padding: 5px 20px;
    font-size: 20px;
    color: #003952;
    background: #abd037;
    border-radius: 30px;
    margin-left: 45px;
    text-transform: uppercase;
    min-width: 160px;
    border: none;
}

.mow_donate_btn:hover {
    background: #abd037 !important;
    box-shadow: 0px 2px 18px 0px rgba(20,58,209,0.68);
    -webkit-box-shadow: 0px 2px 18px 0px rgba(20,58,209,0.68);
    -moz-box-shadow: 0px 2px 18px 0px rgba(20,58,209,0.68);
    transition: 0.3s;
}


@media (max-width: 980px){
    .mow_donate_btn {
        display: none !important;
    }
}

.search-form-wrap {
    display: none;
    right: 40px;
}
.search-form-wrap .et_pb_s{
    margin-right: 10px !important;
}
.mow-search-icon:hover,
.mow-close-icon:hover{
    cursor: pointer;
    background-color: #ffffff;
    color: #003851;
    border: 1px solid #003851;
}

.mow-search-icon,
.mow-close-icon{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    background: #003851;
    padding-top: 16px;
    padding-left: 7px;
}
.mow-close-icon:hover{
    border: 1px solid #ccc;
    color: #ccc;
}
.mow-close-icon{
    padding-top: 5px;
    padding-left: 10px !important;
    margin-left: 8px;
    background: #ccc;
    display: none;
    position: absolute;
}

.mow-social-icon {
    align-items: center;
    justify-content: right !important;
}

.mow-social-icon ul,
.mow-social-icon ul li {
    margin-bottom: 0px !important;
}

.et_pb_row_1_tb_header {
    display: flex;
    justify-content: center;
}
#footer-widgets .footer-widget li a svg{
    fill: #fff !important;
}
@media screen and (max-width: 768px) {
    header .et_pb_image_0_tb_header{
        max-width: 100% !important;
    }
    .et_pb_button{
        min-width: auto;
    }
    .mow-social-icon{
        justify-content: center !important;
    }
    .search-form-active{
        flex-direction: row-reverse !important;
    }
    .search-form-wrap{
        right: auto !important;
    }
    .mow-close-icon{
        position: relative !important;
    }
    .et_pb_menu--style-left_aligned .et_pb_menu__wrap{
        justify-content: left !important;
    }
    .et_pb_button{
        min-width: auto !important;
    }
    .mobile_menu_bar{
        padding-bottom: 0 !important;
    }
    body .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu{
        background-color: #fff !important;
    }
    .et_pb_row--with-menu .et_pb_menu_inner_container, .et_pb_row--with-menu .et_pb_menu, .et_pb_row--with-menu .et_pb_column_2_tb_header{
        position: static !important;
    }
    .widget_block #id_fe5f7c5f-37d3-4f3c-a76a-1a76bc4816ee_contentView.sli-widget .sli-button-element a{
        text-align: center !important;
    }
}

.footer-heading {
    line-height: 35px !important;
}

.sf-das-statement {
	width: 552px;
	font-size: 19px !important;
}


@media (max-width: 600px){
.sf-das-statement {
    width: 100%;
}
}

.mow-email-icon:hover{
    cursor: pointer;
    background-color: #ffffff;
    color: #003851;
    border: 1px solid #003851;
}

.fa-lg {
	font-size: 1.10em !important;
	vertical-align: 0.1em !important;
}

.mow-email-icon{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    background: #003851;
    padding-top: 16px;
    padding-left: 7px;
    margin-right: 5px;
}

.event-detail {
    padding-bottom: 30px;
}

.event-detail .event-title {
    text-decoration: underline;
    color: #003851 !important;
    font-size: 24px;
    font-weight: 600;
}

/* slider for background with static text */
/*.lwp-static-slider.et_pb_slider .et_pb_slide_description, .lwp-static-slider .et-pb-active-slide .et_pb_slide_image, .lwp-static-slider .et_pb_slide:first-child .et_pb_slide_image img.active {
    animation-name: none !important;
}
*/
#id_33bc4e58-61a4-4928-ad0f-d4f93428927d_inner p span strong {
    font-size: 35px;
}
.et-pb-slider-arrows, .et-pb-controllers {
    display: none;
}

.mow-leaders {
    margin-left: 200px;
}

@media screen and (max-width: 480px) {
  .mow-leaders {
    margin-left: 0;
  }
}

@media screen and (max-width: 980px) {
  .mow-leaders {
    margin-left: 0;
  }
  .mow-post-left-sidebar .nav-single {
    margin-left: 10px !important;
}
}

.mow-blog-posts article .post-content {
    padding-top: 20px;
}

.mow-blog-posts article .post-content a {
    border: 1px solid;
    width: 145px;
    color: #ffffff;
    height: 35px;
    margin-top: 25px;
    padding: 10px;
    background-color: #43b9c1;
    padding-bottom: 40px;

}    

.mow-blog-posts article .post-content a:hover {
    background-color: #224b63;
}

.blog-page-tags .et_pb_text_inner a {
    border: 1px solid #e6e6e6;
    color: #444 !important;
    padding: 7px 16px 8px;
}

.blog-page-categorys .et_pb_text_inner a {
    color: #444 !important;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.blog-page-categorys .et_pb_text_inner {
    display: flex;
    flex-direction: column;
}

.blog-page-categorys .et_pb_text_inner a:before {
    content: ">";
    padding-right: 10px;
}


body #page-container .et_pb_section .et_pb_fullwidth_header_0_tb_body .et_pb_button_one.et_pb_button, body #page-container .et_pb_section .et_pb_fullwidth_header_0_tb_body .et_pb_button_two.et_pb_button {
    padding: 0 !important;
}

@media only screen and (min-width: 1080px) {
    .dt-blog .et_pb_post.has-post-thumbnail .entry-featured-image-url {
        float: left;
        width: 30%;
        margin-top: 5px;
        margin-right: 4%;
    }
    .dt-blog .et_pb_post.has-post-thumbnail:not(.format-gallery) > .post-content {
        padding-left: 34%;
    }
}

@media only screen and (max-width: 479px){
.et_pb_row .et_pb_column_1_5 {
    padding: 0 55px;
}
.mow-post-left-sidebar {
    width: 100% !important;
}
.mow-post-right-sidebar {
    width: 100%;
    padding-left: 0 !important;
    padding-top: 30px;
}

.mow-post-left-sidebar .nav-single {
    margin-left: 0 !important;
}

.et_pb_module.et_pb_post_nav_0_tb_body.et_pb_posts_nav.nav-single .nav-previous {
    max-width: 150px !important;
}
.et_pb_module.et_pb_post_nav_0_tb_body.et_pb_posts_nav.nav-single .nav-next {
     max-width: 150px !important;
}

.mow-blog-detail-page.et_pb_fullwidth_header_0_tb_body {
    padding-top: 30px !important;
}

}

@media only screen and (max-width: 767px){
    .mow-blog-detail-page .header-content-container{
        width: 365px !important;
    }

    .mow-blog-detail-page.et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
        height: 300px;
    }

    .mow-post-left-sidebar .nav-single {

         margin-left: 50px;

    }
}
@media only screen and (max-width: 980px){
.et_pb_row .et_pb_column_1_5 {
    padding: 0 55px;
}
.mow-post-left-sidebar {
    width: 66.6666%;
}

.mow-social-icons li {
    width: calc(80% / 6) !important;
}

.mow-post-left-sidebar .et_pb_post_content_0_tb_body {
    margin-bottom: 55px;
}

.mow-post-right-sidebar {
    width: 33.3333%;
    padding-left: 25px;
}

.et_pb_row_0_tb_body.et_pb_row.mow-blog-container {
    max-width: 90% !important;
    margin-left: 25px !important;
}

.et_pb_button {
    margin-left: 20px;
}
.mow-blog-detail-page.et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    height: 300px;
}

.mow-blog-detail-page.et_pb_fullwidth_header_0_tb_body {
    padding-top: 55px;
}

}

.mow-post-left-sidebar .et_pb_post_content_0_tb_body {
    margin-bottom: 50px !important;
}

.mow-post-left-sidebar .nav-single {
    margin-left: 60px;
}


.et_pb_module.et_pb_post_nav_0_tb_body.et_pb_posts_nav.nav-single .nav-previous {
    max-width: 230px;
}
.et_pb_module.et_pb_post_nav_0_tb_body.et_pb_posts_nav.nav-single .nav-next {
     max-width: 220px;
}
.wp-pagenavi span, .wp-pagenavi a{
    border-radius: 50%;
    font-weight: 700;
    color: white;
    font-size: 18px;
    border: none;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    margin-right: 4px;
    text-align: center;
    background-color: #43b9c1;
}

.wp-pagenavi span:hover, .wp-pagenavi a:hover{
    background-color: #224b63;
}

.wp-pagenavi .current {
    background-color: #224b63 !important; 
    cursor: not-allowed;
}

.mow-blog-container .et_pb_section {
    padding:0 !important;
}


.mow-social-icons{
    position: relative;
    margin: auto;
    width: 80%;
    display: block !important;
}
.mow-social-icons .mow-social-icons-heading{
    text-align: left;
    margin-bottom: 20px;
}
.mow-social-icons li{
    list-style: none;
    float: left;
    width: calc(80% / 10);
    height: 70px;
}
.mow-social-icons li a{
    position: relative;
    display: inline-block;
    width: 70%;  
    height: 55%;
    color: #fff;
    background: #003851;
    line-height: 40px; 
    text-align: center;
    font-size: 24px;
}
.mow-social-icons li a .fa{
    transform: rotateY(0);
    transition: .9s;
}
.mow-social-icons li:hover a .fa{
   transform: rotateY(360deg);
}
.mow-social-icons li a{
    background: #003851;
      border-radius: 50%;
}

.mow-social-icons li a:hover {
    background-color: white;
    color: #003851;
    border-radius: 50%;
    border: 1px solid;
}

@media screen and (max-width: 700px) { 
    .mow-social-icons{
        width: 100%;
        margin-left: 14px;
    }
}
@media screen and (max-width: 600px) { 
    .mow-social-icons li{
        width: calc( 50% / 4);
        height: 70px;
    }
}  
@media screen and (max-width: 400px) { 
    .mow-social-icons li{
        width: calc( 30% / 2);  
        height: 70px;
    }
}  
@media screen and (max-width: 300px) { 
   .mow-social-icons li{
        float: none;
        width: 100%;
        height: 70px;
    }
} 

.fl_social_icons_bar, .fl_primary_bar {
    z-index: 99999;
}

.single .fl_secondary_bar, .single .fl_social_icons_bar {
    display: none;
}

.single .post {
    padding-bottom: 0;
    margin-bottom: 0;
}

.page-numbers, .current, .dots {
    border-radius: 50%;
    background-color: #43b9c1;
    padding: 11px 15px;
    color: white;
    font-size: 15px;
}

.page-numbers:hover, .current:hover, .dots:hover{
    background-color: #224b63;
}

.more-link {
    text-align: center;
}

.mow-kc-iframe .fluid-width-video-wrapper {
    height: 100vh;
}

.mow-kc-iframe div:not([class="sli-align-center-for-small"]) {
  padding: 0 !important;

}
.mow-gt-iframe div:not([id="id_8bd85a68-62b4-4345-a193-2459b1952661"]) {
  padding: 0 !important;

}
.mow-gt-iframe .fluid-width-video-wrapper {
    height: 100vh;
}

.site-creater {
    width: 100%;
    max-width: 200px;
    color: #fff;
}

.site-creater a {
    color: #fff;
}

#footer-info {
    padding-bottom: 0 !important; 
}

/* START: Collapse Divi Menu Module Submenus and Keep Parent Items Clickable on Mobile */

/* Parent menu item */
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable,
.et_pb_module .et_mobile_menu .menu-item-has-children > a {
  position: relative;
}
/* Parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after,
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon:after {
  font-family: "ETmodules";
  text-align: center;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
/* Disabled parent menu item icon positioning */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after {
  position: absolute;
  top: 13px;
  right: 10px;
}
/* Clickable parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon {
  display: grid;
  grid-template-rows: '1fr';
  grid-template-columns: '1fr';
  align-items: center;
  position: absolute;
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0);
  right: 0;
  top: 0;
  z-index: 9;
}
/* Collapsed submenu parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after,
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon:after {
  content: "\33";
}
/* Expanded submenu parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable).visible > a:after,
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable.visible > span.parent_icon:after {
  content: "\32";
}
/* Hide submenu by default */
.et_pb_module .et_mobile_menu ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu > ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
}
/* Show submenu */
.et_pb_module .et_mobile_menu .visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu .visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}

/* END: Collapse Divi Menu Module Submenus and Keep Parent Items Clickable on Mobile */