/*
Theme Name: Language School Child
Theme URI: http://cmsmasters.net/language-school-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Language School Child Theme
Template: language-school
Version: 1.0.0
License:
License URI:
Text Domain: language-school-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.circle-image2 {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.button--primary {
    background: #b42837 !important;
    border: none;
    color: #fff;
}
/* Background Video */
.lfsd-video{
    min-height: 550px;
    position: relative;
}
.lfsd-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.lfsd-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Video with content */
.lfsd-video--container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 90px;
    margin-left: -15%;
    margin-right: -15%;
}
.lfsd-content--left{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 20px;
}
.lfsd-content--left iframe{
    width: 100%;
    height: 425px;
}
.lfsd-content--left video{
    width: 100%;
    height: 100%;
}
.lfsd-content--right{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 20px;
}
.lfsd-content--right h2{
    font-family: 'Open Sans';
    font-size: 45px;
    line-height: 50px;
    font-weight: lighter;
    font-style: normal;
    color: #c02c3c;
}
.lfsd-content__credit{
    margin-top: 8px;
    display: inline-block;
}
/* Responsive */
@media(max-width: 1599px){
    .lfsd-video--container{
        margin-left: -10%;
        margin-right: -10%;
    }
    .lfsd-content--left iframe{
        height: 340px;
    }
}
@media(max-width: 1200px){
    .lfsd-video--container{
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media(max-width: 1024px){
    .lfsd-video{
        min-height: 430px;
    }
}
@media(max-width: 767px){
    .lfsd-video{
        min-height: 320px;
    }
    .lfsd-content--left{
        max-width: 100%;
        flex: 0 0 100%;
        order: 2;
    }
    .lfsd-content--right{
        max-width: 100%;
        flex: 0 0 100%;
        order: 1;
    }
    .lfsd-video--container{
        margin-top: 45px;
    }
    body .header_mid .header_mid_inner .logo_wrap {
        width: 150px;
    }
}
@media(max-width: 576px){
    .lfsd-video{
        min-height: 250px;
    }
    .lfsd-content--left iframe{
        height: 225px;
    }
}