
/*****GATED CONTENT*****/

.sticky-bottom-gated-content-holder {
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    margin-bottom: -1100px;
    margin-top: -24px;
    min-height: 1100px;
    background: rgba(255, 255, 255);
    pointer-events: auto;
    mask: 
        linear-gradient(to bottom, #fff0 0px, #fff 600px);
    -webkit-mask: 
        linear-gradient(to bottom, #fff0 0px, #fff 600px);
}

.gated-content-inner {
    margin: 24px;
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(to bottom left, #5D5CFF 15%, #2700A0 100%);
    position: relative;
    top: 600px;
    z-index: 1001;
    color: #fff;
}

.gated-content-content-wrapper {
    position: relative;
    background-image: url('/wp-content/themes/dt-the7-child/images/png/blog-gate.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 250px auto;
    min-height: 200px;
}

.gated-content-title h2 {
    color: #fff !important;
    margin: 0;
}

.gated-content-description ul {
    list-style: "✅ ";
    margin-left: 0px !important;
}

.gated-content-description ul li {
    padding-left: 5px;
}


.gated-content-description p,
.gated-content-description ul li,
.gated-content-description ul li strong {
    font-size: 14px;
    line-height: 1.8;
    color: #fff !important;
    margin-bottom: 0;
}

.gated-content-description ul {
    font-size: 12px;
    margin-bottom: 12px !important;
}

.gated-content-description ul li::marker {
    font-size: 14px !important;
}

#gated-content-close {
    cursor: pointer;
    position: relative;
    left: 226px;
    top: -18px;
    color: white;
}

._form_180 {
    margin-bottom: -32px;
}
._form_180 div {
    text-align: left !important;
}
._form_180 form{
    max-width: -moz-available !important;
}
._form_180 input#firstname {
    max-width: 100% !important;
    width: 150px !important;
}
._form_180 input#email {
    max-width: 100% !important;
    width: 250px !important;
}
._form_180 button._submit {
    width: 200px !important;
    text-align: center !important;
    font-weight: 600 !important;
}
._form_180 form,
._form_180 ._form-content {
    padding: 0px !important;
    margin: 0px !important;
}
._form_180 ._form_element {
    margin-bottom: 12px !important;
    margin-right: 12px !important;
}
._form_180 ._button-wrapper {
    margin: 0px !important;
   
}
._form_180 ._button-wrapper button {
    margin-top: 0px !important;
    height: 46px !important;
}

@media screen and (max-width: 668px) {
    ._form_180 input#firstname {
        width: 250px !important;
    }

    .sticky-bottom-gated-content-holder {
        mask: 
            linear-gradient(to bottom, #fff0 0px, #fff 400px);
        -webkit-mask: 
            linear-gradient(to bottom, #fff0 0px, #fff 400px);
    }
    
    .gated-content-inner {
        top: 400px;
    }
}

@media screen and (max-width: 510px) {
    .sticky-bottom-gated-content-holder {
        mask: 
            linear-gradient(to bottom, #fff0 0px, #fff 350px);
        -webkit-mask: 
            linear-gradient(to bottom, #fff0 0px, #fff 350px);
    }
    
    .gated-content-inner {
        top: 350px;
    }
}

/********FIRST PART**********/

body.short-scroll #main-article-content{
    height: 1100px;
    overflow-y: clip;
    overflow-x: hidden;
    pointer-events: none;
}


body.short-scroll .brave_popup.brave_popup--popup {
    display: none !important;
}

/*
.pillars-content {
    display: none;
}
    */

.gated-content-holder {
    transition: opacity 1s ease-out, transform 1s ease-out;
    opacity: 1;
    transform: translateY(0);
}

.gated-content-holder.fade-out {
    opacity: 0;
    transform: translateY(100vh);
}

@media screen and (max-width: 850px) {
.gated-content-content-wrapper{
    background-image:none;
}
}