/*
Theme Name: Reel Child
Theme URI: https://www.wpzoom.com/themes/reel
Template: wpzoom-reel
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 3.0.4
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

.ajax-portfolio-fix{
    width: 0;
    height: 0;
    visibility: hidden;
}

.no-more-scroll{
    overflow: hidden !important;
}

body:not(.page-id-901) .mfp-bg{
    background: #212020 !important;
    opacity: 1 !important;
}

body:not(.page-id-901) .mfp-fade .mfp-iframe-holder .mfp-content{
    max-height: 85vh !important;
}

body:not(.page-id-901) .mfp-iframe-holder{
    padding-top: 0 !important;
}

body:not(.page-id-901) .mfp-container{
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.body:not(.page-id-901) mfp-wrap .mfp-close, body:not(.page-id-901) .mfp-wrap .mfp-close:active, body:not(.page-id-901) .mfp-wrap .mfp-close:hover, body:not(.page-id-901) .mfp-wrap .mfp-close:focus,
body:not(.page-id-901) .mfp-close{
    background-image: url('img/close.png') !important;
    background-size: cover !important;
}

body:not(.page-id-901) .mfp-close{
    color: transparent !important;
    width: 30px !important;
    height: 30px !important;
    right: -75px !important;
    opacity: 1 !important;
}

body:not(.page-id-901) .mfp-fade .mfp-iframe-holder .mfp-close, .mfp-fade .mfp-iframe-holder .mfp-close:hover{
    top: -10px !important;
}

body:not(.page-id-901) .mfp-title p{
    margin-bottom: 0 !important;
    font-size: 15px !important;
    padding-top: 5px !important;
    text-align: center !important;
    font-family: gopher, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

body:not(.page-id-901) .mfp-title p:first-child{
    padding-top: 8px !important;
}

body:not(.page-id-901) .custom-portfolio-logo{
    position: absolute;
    top: 5px;
    left: -85px;
    width: 60px;
    height: auto;
}

body:not(.page-id-901) .mfp-arrow-left, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-left, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-left:active, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-left:hover, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-left:focus{
    color: transparent !important;
    width: 26px !important;
    height: 50px !important;
    opacity: 1 !important;
    background-image: url(img/left-arrow.png) !important;
    background-size: 26px 50px !important;
    background-repeat: no-repeat !important;
    top: 54% !important;
    left: 40px;
}

body:not(.page-id-901) .mfp-arrow-right, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-right, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-right:active, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-right:hover, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-right:focus{
    color: transparent !important;
    width: 26px !important;
    height: 50px !important;
    opacity: 1 !important;
    background-image: url(img/right-arrow.png) !important;
    background-size: 26px 50px !important;
    background-repeat: no-repeat !important;
    top: 54% !important;
    right: 40px;
}

body:not(.page-id-901) .mfp-arrow-left:before, body:not(.page-id-901) .mfp-arrow-left:after, body:not(.page-id-901) .mfp-arrow-right:before, body:not(.page-id-901) .mfp-arrow-right:after{
    display: none !important;
}

.full-screen-menu-box{
    width: 100%;
    height: 100vh;
    background: #211F20;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: transform .3s ease;
}

.full-screen-menu-box ul.sub-menu{
    display: block !important;
    text-align: center;
    margin: 0;
    padding: 0;
}

.full-screen-menu-box ul.sub-menu a{
    color: #BBCAC3;
    font-family: gopher, sans-serif !important;
    font-weight: 300 !important;
    font-size: 28px;
    letter-spacing: 2px;
}

.fsc-close{
    position: absolute;
    top: 40px;
    right: 40px;
}

.fsc-close img{
    width: 27px;
}

.full-screen-menu-box.open-full{
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.sf-arrows .full-screen-menu .sf-with-ul:after{
    display: none;
}

.full-screen-menu ul.sub-menu{
    display: none !important;
}

.page-id-88 ul.portfolio-taxonomies li.cat-item-all{
	display: none;
}

body:not(.page-id-901) .mfp-new-title{
    display: none;
}

@media only screen and (max-width:1200px) {
    body:not(.page-id-901) .mfp-fade .mfp-iframe-holder .mfp-content{
        max-width: 95% !important;
    }

    body:not(.page-id-901) .mfp-container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body:not(.page-id-901) .mfp-new-title{
        display: block;
        position: absolute;
        left: 0;
        bottom: 90px;
        width: 100%;
    }

    body:not(.page-id-901) .mfp-content .mfp-bottom-bar{
        display: none;
    }

    body:not(.page-id-901) .custom-portfolio-logo{
        left: 50%;
        transform: translateX(-50%);
        top: -110px;
    }

    body:not(.page-id-901) .mfp-fade .mfp-iframe-holder .mfp-close, body:not(.page-id-901) .mfp-fade .mfp-iframe-holder .mfp-close:hover {
        right: auto !important;
        left: 50%;
        transform: translateX(-50%);
        top: -200px !important;
    }

    .slicknav_nav .slicknav_arrow{
        display: none;
    }

    body:not(.page-id-901) .mfp-title{
        text-align: center !important;
        padding-right: 0 !important;
        margin-top: 20px !important;
    }

    body:not(.page-id-901) .mfp-arrow-left, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-left, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-left:active, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-left:hover, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-left:focus{
        top: auto !important;
    }

    body:not(.page-id-901) .mfp-arrow-right, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-right, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-right:active, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-right:hover, body:not(.page-id-901) .mfp-wrap button.mfp-arrow-right:focus{
        top: auto !important;
    }

    body:not(.page-id-901) .mfp-iframe-scaler .mfp-bottom-bar{
        margin-top: 40px !important;
    }

    body:not(.page-id-901) .mfp-iframe-scaler iframe{
        z-index: 99999;
    }

    body:not(.page-id-901) .mfp-bottom-bar{
        top: auto;
        bottom: 100%;
    }
}