/*
Theme Name: Playstack Child Theme
Description: This is a child theme for Playstack
Theme URI: 
Author: 
Author URI:  
Template: playstack
Version: 1.0
*/


.using-mobile-browser .owl-carousel .owl-stage > .owl-item {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: skew(-15deg, 0deg) !important;
    -moz-transform: skew(-15deg, 0deg) !important;
    -o-transform: skew(-15deg, 0deg) !important;
    -ms-transform: skew(-15deg, 0deg) !important;
    transform: skew(-15deg, 0deg) !important;
    overflow: hidden !important;
}

/*<zwmg2203>*/

/*    header*/

body #slide-out-widget-area,
body #slide-out-widget-area-bg {
    display: none !important;
}

body .blurred-wrap.blurred {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}

.simplemenu {
    position: absolute;
    top: calc(100% + 7px);
    background-color: rgba(42, 62, 64, 0.80);
    left: calc(100% - 51px);
    width: 250px;
    display: none;
}
.simplemenu ul {
    margin: 0;
    padding: 15px;
}

.simplemenu li {
    margin-top: 3px;
    margin-bottom: 3px;
}

.simplemenu .forhomepage,
.simplemenu .forinnerpage{display: none;}

body.home .simplemenu .forhomepage{display: block;}
body:not(.home) .simplemenu .forinnerpage{display: block;}

.simplemenu a {
    color: #ffffff;
    position: relative;
    opacity: 0.80;
}

.simplemenu a:before {
    content: '';
    border-left: 2px solid #00ffd0;
    height: 12px;
    display: inline-block;
    padding-left: 5px;
    opacity: 0;
}

.simplemenu a:hover:before,
.simplemenu a:hover,
.simplemenu a.isactive,
.simplemenu a.isactive:before,
body:not(.home) .simplemenu .current_page_item a:before{
    opacity: 1
}

body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-widget-area-toggle.mobile-icon .lines:before,
body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    width: 22px !important;
    min-width: 22px;
}

@media only screen and (min-width: 1000px) {

    #header-outer {
        transform: none !important;
        position: absolute !important;
    }

    body #header-outer.issticky #top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    #slide-out-widget-area .inner-wrap {
        padding-top: 0 !important;
    }

    .admin-bar #header-outer,
    .logged-in.buddypress #header-outer {
        top: 0 !important;
    }

    .admin-bar #header-outer.issticky #top,
    .logged-in.buddypress #header-outer.issticky #top {
        top: 32px;
    }

    #header-space {
        margin-bottom: -1px;
    }


    .owl-carousel .owl-stage > .owl-item .wpb_column .vc_column-inner {
        width: calc(100vw / 4.5);
    }

}

@media only screen and (min-width: 1200px) {
    .owl-carousel .owl-stage > .owl-item .wpb_column .vc_column-inner {
        width: calc(100vw / 5.5);
    }
}


@media only screen and (max-width: 999px) {
    .owl-carousel[data-column-padding="5px"] .carousel-item .wpb_row .slider-col .vc_column-inner > .wpb_wrapper {
        bottom: -30px !important;
    }

    .owl-carousel {
        overflow: hidden;
    }

    .owl-carousel .owl-stage > .owl-item .wpb_column .vc_column-inner {
        min-height: 60vw !important;
    }

    .simplemenu {
        left: auto;
        right: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .owl-carousel .owl-stage-outer {
        max-width: 70vw;
        margin-left: 18vw;
        overflow: visible !important;
    }

    .owl-carousel .owl-stage > .owl-item .wpb_column .vc_column-inner {
        width: calc(100vw / 3);
    }

    .owl-carousel .owl-stage > .owl-item .wpb_column .vc_column-inner {
        min-height: 52vw !important;
    }
}

@media only screen and (max-width: 812px) and (orientation: landscape) {
    .owl-carousel .owl-stage > .owl-item .wpb_column .vc_column-inner {
        min-height: 420px !important;
    }
}

@media only screen and (max-width: 767px) {

    .owl-carousel .owl-stage > .owl-item .wpb_column .vc_column-inner {
        width: calc(100vw / 2);
    }
}

@media only screen and (max-width: 640px) {
    .owl-carousel .owl-stage > .owl-item .wpb_column .vc_column-inner {
        min-height: 70vw !important;
    }
}

@media only screen and (max-width: 480px) {
    .owl-carousel .owl-stage > .owl-item .wpb_column .vc_column-inner {
        min-height: 84vw !important;
    }
}

.owl-carousel[data-column-padding="5px"] .carousel-item .wpb_row .slider-col .vc_column-inner > .wpb_wrapper p {
    right: 18% !important;
}

html:not(.owl-loaded) .owl-theme .owl-nav [class*='owl-'] span {
    opacity: 0;
}

.owl-theme .owl-nav [class*='owl-'] span {
    line-height: 0.7;
    display: block;
    position: relative;
    height: 32px;
    font-size: 0;
    width: 20px;
}

.owl-theme .owl-nav [class*='owl-'] span:before,
.owl-theme .owl-nav [class*='owl-'] span:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 5px;
    background-color: #fff;
    left: 0;
}

.owl-theme .owl-nav [class*='owl-'] span:after {
    transform: rotate(-75deg) skewy(20deg);
    top: 20px;
}

.owl-theme .owl-nav [class*='owl-'] span:before {
    transform: rotate(75deg) skewy(-20deg);
    top: 6px;
}

.owl-carousel .owl-nav .owl-prev span {
    transform: rotate(180deg);
}

.owl-carousel[data-column-padding="5px"] .owl-nav [class*='owl-'] {
    top: 32%;
}

.owl-carousel[data-column-padding="5px"] .carousel-item .wpb_row .slider-col .vc_column-inner > .wpb_wrapper img {
    display: inline-block !important;
}

.home-carousel .row-bg {
    background-size: 100% calc(100% - 30px) !important;
}

body button {
    background-color: transparent !important
}

/*</zwmg2203>*/