.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-199c252{text-align:center;}.elementor-13 .elementor-element.elementor-element-199c252 .elementor-heading-title{color:#000000;}.elementor-13 .elementor-element.elementor-element-459c11a{margin-top:40px;margin-bottom:0px;}.elementor-13 .elementor-element.elementor-element-ecaaee5{text-align:center;}.elementor-13 .elementor-element.elementor-element-ecaaee5 .elementor-heading-title{color:#000000;}.elementor-13 .elementor-element.elementor-element-8940ba8{margin-top:40px;margin-bottom:0px;}.elementor-13 .elementor-element.elementor-element-4aa6156{text-align:center;}.elementor-13 .elementor-element.elementor-element-4aa6156 .elementor-heading-title{color:#000000;}.elementor-13 .elementor-element.elementor-element-225439a{margin-top:40px;margin-bottom:0px;}.elementor-13 .elementor-element.elementor-element-190bd37{text-align:center;}.elementor-13 .elementor-element.elementor-element-190bd37 .elementor-heading-title{color:#000000;}/* Start custom CSS *//*CSS by Jonathan*/

.section_title{
    display:none;
}

.flip_card_front{
    background-position: top center;
}

.flip_card_front,.flip_card_back{
    background-color: var(--grey);
    border-color: var(--yellow);
}

.flip_front_name{
    margin-bottom: 5px;
    font-weight: bold;
}

.flip_front_title,.flip_front_title{
    margin-bottom: 0;
}

.flip_back_title{
    color:var(--yellow);
    font-weight: bold;
}

.flip_back_content{
    font-size: 14px;
    height: 300px;
    overflow: auto;
}

.flip_back_title,.flip_front_name,.flip_front_title,.flip_card_back,.flip_back_content,.flip_back_email{
    font-family: "Open Sans", Sans-serif;
}

.flip_back_content,.flip_back_email,.flip_back_email a{
    color: white;
}

/*remove scrollbar*/
@media screen and (min-width:1025px){
    .flip_card_back_content{
        overflow: hidden;
    }
    
    .flip_back_content{
        width: 100%;
        padding-right:17px;
        box-sizing:content-box;
}}

@media screen and (max-width:1024px){
    body.elementor-page-13 .elementor-shortcode{ 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        scroll-snap-type: x mandatory; 
    } 
    
    .flip_row{
        flex: 0 0 auto; 
        max-width: calc(900px + 60px);
        scroll-snap-align: center ; 
        overflow: visible; 
    }
    
    .flip_column{
        margin-right:20px;
        padding:0;
    }
}


@media screen and (max-width:767px) and (orientation:portrait){
    
    body.elementor-page-13 .elementor-shortcode{ 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        scroll-snap-type: x mandatory; 
    } 
    
    .flip_row{
        flex: 0 0 auto; 
        max-width: 210vw;
        scroll-snap-align: center ; 
        overflow: visible; 
        margin-right: 15px;
    }
    
    .flip_column{
        width: 70vw;
        margin-right:5px;
        padding:0;
    }
    
    .flip_card{
        width: 100%;
        height: 95vw;
    }
    
    .flip_back_email{
        font-size:14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 40px);
        margin-bottom: 15px;
    }
    
    .flip_back_email:hover{
        overflow: visible;
        white-space: normal;
    }
    
    
     .flip_back_content{ 
        height:calc(100% - 50px); 
    }
}

@media screen and (max-width:767px) and (orientation:landscape){
    
    body.elementor-page-13 .elementor-shortcode{ 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        scroll-snap-type: x mandatory; 
    } 
    
    .flip_row{
        flex: 0 0 auto; 
        max-width: 120vw;
        scroll-snap-align: center ; 
        overflow: visible; 
        margin-right: 15px;
    }
    
    .flip_column{
        width: 40vw;
        margin-right:5px;
        padding:0;
    }
    
    .flip_card{
        width: 100%;
        height: 50vw;
    }
    
    .flip_back_email{
        font-size:14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 40px);
        margin-bottom: 15px;
    }
    
    .flip_back_email:hover{
        overflow: visible;
        white-space: normal;
    }
    
    .flip_back_content{
        height:calc(100% - 50px);
    }
}/* End custom CSS */