/*
Theme Name: Moose Toys Base Theme
Author: Efront
Author URI: http://efront.com.au/
Description: Efront builds Wordpress template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.video-leave-warning{
    position: absolute;
    width: 140px;
    height: 60px;
    bottom: 0;
    right: 0;
    background-color: red;
    z-index: 9999;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background-color: transparent;
}

.video-leave-warning--vimeo{
    width: 83px;
}

.modal--external-link{
    z-index: 2000;
}

.modal--external-link .modal__body {
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.section-title-shadow span {
	width: calc(100% - 6px);
}

@media screen and (max-width: 386px) {
    .video-leave-warning--vimeo{
        width: 50px;
        height: 46px;
    }
}


@media (max-width: 767px){

    .modal--external-link .modal__body .modal__inner {
        padding-bottom: 0;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        font-size: 1.2rem;

    }

    .modal--external-link .modal__body {
        width: 460px;
    }
}

@media (max-width: 480px){
    .modal--external-link .modal__body {
        width: 90%;
    }
    .modal--external-link .modal__body .modal__inner{
        font-size: 1rem;
    }

}
@media (max-width: 420px){
    .modal--external-link .modal__body .btn {
        margin-right: 0!important;
        margin-left: 0!important;
        display: block;
    }
}

/* onetrust */
#onetrust-consent-sdk .onetrust-pc-dark-filter {
    opacity: 1;
    visibility: visible;
}
#onetrust-consent-sdk #onetrust-pc-sdk {
    opacity: 1;
    visibility: visible;
}
#onetrust-banner-sdk *, #onetrust-pc-sdk * {
    font-weight: 300 !important;
}