/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Nav Bar */
.bs-nav .bs-navlogo {
    position: relative;
}
.bs-nav .bs-navlogo .logo {
    padding: 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 35px;
}
.bs-nav .bs-navlogo .logo img {
    height: 70px;
}
.bs-nav .mainmenu ul li a, .dl-menu__wrap ul li a, .bs-ham .navigator a {
    color: #E48A25;
}
.bs-nav .mainmenu ul li a:after, .dl-menu__wrap ul li a:after {
    background: #E48A25;
}
@media screen and (max-width: 767px) {
    .bs-nav {
        padding-top: 0;
    }
    .bs-nav .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .bs-navlogo {
        width: 50%;
        float: none;
    }
    .bs-menu {
        display: none;
    }
    .bs-ham {
        width: 50%;
        float: none;
    }

    .bs-nav .bs-navlogo .logo {
        padding: 10px 0;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
    }
    .bs-nav .bs-navlogo .logo img {
        height: 55px;
    }
    .bs-ham .navigator {
        padding: 20px 0;
        margin: 0 auto;
    }
}

/* Home - Hero */
section.bs-hero {
    height: 100vh;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 40px;
}
section.bs-hero .container, section.bs-hero .row  {
    height: 100%;
    width: 100%;
}
section.bs-hero .row.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

section.bs-hero .bs-logo {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 90%;
    max-width: 100%;
}

/* Home - About */
section.service_section.about .sec_desc {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
section.service_section.about .sec_desc a {
    color: inherit;
    text-decoration: underline;
}
section.service_section.about .sec_desc a:hover {
    color: #E48A25;
}
/* Home - Events */
section.bs-events .sec_desc {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
section.bs-events {
    background: #f4f4f4;
}
section.bs-events .lbi_details {
    padding: 30px 30px 55px;
    margin: 0 auto;
    background: none;
    height: 100%;
}
section.bs-events .lbi_details .learnM {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
section.bs-events .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.bs-events .row-flex:before, section.bs-events .row-flex:after  {
    display: none;
}

section.bs-events .row-flex > div  {
    float: none;
    margin-bottom: 50px;
}
section.bs-events .row-flex .latestBlogItem {
    margin-bottom: 0;
    background: #FFFFFF;
    height: 100%;
}

/* Home - Events Previous */
section.bs-events.bs-events-prev {
    /* background: url('../images/bg/1.jpg') no-repeat center center / cover; */
    background-color: #E48A25;
}
section.bs-events.bs-events-prev .sec_title {
    color: #FFF;
}
section.bs-events.bs-events-prev .sec_desc {
    color: #FFF;
}

/* Home - Shows */
.our-shows .sec_desc {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.our-shows .sec_desc a {
    color: inherit;
    text-decoration: underline;
}
.our-shows .sec_desc a:hover {
    color: #E48A25;
}
.our-shows .image-bg {
    width: 100%;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.our-shows .image-bg:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.our-shows .singlefolio p {
    color: #FFF;
    margin: 10px auto 0;
}
.our-shows  .folioHover {
    width: calc(100% - 80px);
    bottom: 30px;
}
@media screen and (max-width: 992px) {
    .our-shows  .folioHover {
        visibility: visible;
        opacity: 1;
    }
}
.our-shows .singlefolio:hover .folioHover {
    left: 40px;
}
.our-shows .singlefolio a.link {
    display: inline-block;
    font-size: 12px;
    line-height: .8;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    position: relative;
    color: #FFF;
}
.our-shows .singlefolio a.link:after {
    width: 0;
    height: 1px;
    content: '';
    background: #000000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.our-shows .singlefolio a.link:hover:after {
    width: 100%;
}
.our-shows .singlefolio a.link:hover {
    color: #000;
}
.our-shows .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.our-shows .row-flex > div{
    float: none;
}
.our-shows .row-flex:before, .our-shows .row-flex:after  {
    display: none;
}
.white-popup {
    position: fixed;
    padding: 20px;
    width: 100%;
    max-width: 960px;
    /* margin: 20px auto; */
    overflow: auto;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.mfp-content .content-wrapper {
    width: 100%;
    background: #FFF;
    height: 90vh;
    overflow: auto;
}
.white-popup img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.white-popup .content-text {
    padding: 40px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.white-popup .content-text > div.flex-text  {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}
.white-popup .content-text > div.flex-trailer  {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 40px;
}
.white-popup  .embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.white-popup .embed-container iframe,
.white-popup .embed-container object,
.white-popup .embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mfp-close-btn-in .mfp-close {
    background: #E48A25;
    border-radius: 50%;
    color: #FFF;
}
@media screen and (max-width: 992px) {
    .white-popup .content-text > div.flex-text  {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .white-popup .content-text > div.flex-trailer  {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-left: 0px;
        margin-top: 40px;
    }
}
/* Home - People */
section.team {
    padding-bottom: 120px;
}
section.team  .sec_desc {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}

section.team .team_slider .slick-track {
    margin: 0 !important;
}


/* Home - Contact Form */
section.ContactPage {
    background: #f4f4f4;
}
section.ContactPage .input-form {
    background: #ffffff;
}

section.ContactPage.bs-contact  .sec_desc {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.grecaptcha-badge { 
    visibility: hidden;
}
section.ContactPage.bs-contact textarea.input-form {
    margin-bottom: 0;
}
section.ContactPage.bs-contact .wpcf7 p {
    margin-bottom: 30px;
    font-size: 14px;
}

/* Footer */
.footer_1 .aboutwidget.contact_widgets p:first-of-type {
    margin-bottom: 0px;
} 
.footer_1 .aboutwidget {
    padding-right: 0;
}
.footer_1 .aboutwidget .sponsor-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
}
.footer_1 .aboutwidget .sponsor-logos > div {
    padding: 5px;
    width: 33.33334%;
}
@media (max-width: 767px) and (min-width: 320px) {
    .footer_1 .aboutwidget .sponsor-logos > div {
        padding: 5px;
        width: 16.66667%;
    }
}
@media (max-width: 320px) {
    .footer_1 .aboutwidget .sponsor-logos > div {
        padding: 5px;
        width: 20%;
    }
}

.footer_1 .aboutwidget .sponsor-logos > div img {
    display: block;
    width: 100%;
    margin: 0 auto !important;
}

/* Menu Overlay */

.footer__contacts a {
    color: #818181;
}
.footer__contacts a:hover,
.popUp_social ul li a:hover, 
.footer_1 .social_widget ul li a:hover i
{
    color: #E48A25;
}

/* Default Page Top Image */
section.bs-miniHero {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bs-defaultPage .blog_headings {
    margin: 0 auto 50px;
    padding: 0;
}
.bs-defaultPage .blog_details {
    padding: 0;
}
