/* Sky Header and Footer CSS */

/* Mobile Header */
.universalNewsFormContainer.header{
    display: none !important;
}

/* ReCaptcha V3 CSS */
.grecaptcha-badge{
    display: none !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

/* Case to case affected elements */
.hiddenElement{
    display: none !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

#mySidenav.active{
    width: 300px;
    z-index: 99999;
}

#mySidenav .universalNewsFormContainer{
    left: auto;
    margin-left: calc(12px + 5%);
    position: absolute;
    bottom: 70px;
    min-width: 248px;
}

header,
.navbar.navbar-expand-sm{
    width: calc(100% + 4px);
    z-index: 99999;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

@media screen and (max-width: 1024px){
    #mySidenav{
        background: rgb(197,147,244);
        background: linear-gradient(333deg, rgba(197,147,244,1) 0%, rgba(164,175,245,1) 35%, rgba(0,212,255,1) 100%);
    }

    #mySidenav.active{
        width: 100vw;
    }

    #mySidenav .universalNewsFormContainer{
        width: calc((100vw - 24px) * 0.9);
    }

    .aboutUsBtn button{
        width: calc((100vw - 24px) * 0.9);
        padding: 20px;
        box-shadow: 0px 5px 5px 0px #9f86fc;
        border-radius: 10px;
    }

    body{
        margin: 0px 0px !important;
        max-width: calc(100vw - 16px);
        overflow-x: hidden !important;
    }

    body section{
        max-width: 100vw;
        overflow-x: hidden;
    }
}

section.top-footer{
    padding: 50px 0 30px 0;
}

footer#Footer{
    width: calc(100% + 16px);
    position: relative;
    right: 8px;
}

/* Footer Columns */

@media screen and (max-width: 800px){
    footer#Footer .col-lg-2,
    footer#Footer .col-lg-3{
        width: 50%;
    }

    footer#Footer .col-lg-3.footer-news,
    footer#Footer .col-lg-4.col-md-6.info-footer{
        width: 100%;
        max-width: 100%;
        flex: none;
    }
}

/* News Form Container */
.universalNewsFormContainer{
    background: black;
    color: white;
    display: block !important;
    position: relative;
    left: calc(12px + 5%);
    width: calc((100% - 24px) * 0.9);
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}

footer .universalNewsFormContainer{
    background: none;
    padding: 0px;
}

@media screen and (min-width: 801px){
    footer .universalNewsFormContainer{
        max-width: 190px;
        display: inline-block !important;
        left: 60px;
    }
}

@media screen and (max-width: 1024px){
    footer .universalNewsFormContainer{
        width: calc(100% - 30px);
        left: 40px;
    }

    @media screen and (max-width: 800px){
        footer .universalNewsFormContainer{
            left: 15px;
            width: calc(100% - 10px);
        }
    }
}

/* News Form Header */
.universalNewsFormContainer h3{
    font-size: 26px;
    font-weight: 500;
    color: white;
    width: 100%;
    text-align: left;
}

footer .universalNewsFormContainer h3{
    font-size: 18px;
    color: #a0a0a0;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 15px;
}

/* News Form Input */
.universalNewsFormContainer .newsForm input[type=email]{
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    font-size: 13px;
    color: white;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 30px;
}

.universalNewsFormContainer .newsForm input[type=email]::placeholder{
    color: #797979;
    transition: 0.5s;
}

.universalNewsFormContainer .newsForm input[type=email]:hover::placeholder{
    color: white;
}

@media screen and (max-width: 1024px){
    .universalNewsFormContainer .newsForm input[type=email]{
        font-size: 16px;
        margin-bottom: 20px;
        border-radius: 0px;
    }
}

/* News Form Submit Button */
.universalNewsFormContainer .newsForm button{
    background: transparent;
    outline: none;
    font-size: 14px;
    border: 2px solid #161616;
    border-radius: 20px;
    color: #769c2d;
    padding: 0px 5px;
    position: absolute;
    margin-left: -20px;
    transition: 0.5s;
}

.universalNewsFormContainer .newsForm button:hover,
.universalNewsFormContainer .newsForm button.hover{
    border: 2px solid #769c2d;
}

/* News Form Blog and Vlog Button */
.universalNewsFormContainer .newsForm .blogButtonsContainer{
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px){
    .universalNewsFormContainer .newsForm .blogButtonsContainer{
        margin-bottom: 20px;
    }
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a{
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    display: inline-block;
    width: calc(50% - 2px);
    height: 27px;
    padding: 2px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a:hover{
    color: initial;
}

@media screen and (max-width: 1024px){
    .universalNewsFormContainer .newsForm .blogButtonsContainer a{
        height: 30px;
        padding: 4px;
    }
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.blogBtn{
    color: #777777;
}

@media screen and (max-width: 1024px){
    .universalNewsFormContainer .newsForm .blogButtonsContainer a.blogBtn{
        color: white;
    }
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.blogBtn:hover{
    box-shadow: 0px 0px 1px 1px white;
    color: #777777;
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.vlogBtn{
    border-color: #ce1a22;
    color: #ce1a22;
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.vlogBtn:hover{
    box-shadow: 0px 0px 1px 1px #ce1a22;
}

/* News Form Social Icons */
.universalNewsFormContainer .newsForm .socialIconsContainer{
    margin-left: 2px;
    font-size: 20px;
}

footer .universalNewsFormContainer .newsForm .socialIconsContainer{
    float: left;
}

.universalNewsFormContainer .newsForm .socialIconsContainer a{
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
}

.universalNewsFormContainer .newsForm .socialIconsContainer a:last-of-type{
    margin-right: 0px;
}

.universalNewsFormContainer .newsForm .socialIconsContainer .footerSocialIcons{
    cursor: pointer;
}

/* Start of Entire Footer Block Design */

footer{
    background-color: #222222 !important;
}

@media screen and (max-width: 1024px){
    footer{
        background-color: #1b1b1b !important;
        padding: 0px !important;
    }

    @media screen and (max-width: 425px){
        footer#Footer{
            padding: 0px 15px !important;
        }
    }
}

.desktopOnly{
    display: block !important;
}

.mobileOnly:not(.lastFooterRow.row){
    display: none !important;
}

.universalFooterContainer{
    width: 100%;
    height: 76px;
    overflow: hidden;
}

@media screen and (max-width: 1024px){
    .desktopOnly{
        display: none !important;
    }
    
    .mobileOnly{
        display: block !important;
    }

    .universalFooterContainer{
        height: auto;
        overflow: visible;
    }
}

/* Footer Copyright Section */

.footerCopyrightContainer,
.footerCopyrightContainer *{
    color: #636363;
}

.footerCopyrightContainer.desktopOnly{
    padding-top: 0px !important;
    width: calc(100% - 900px);
    display: inline-block !important;
    position: relative;
    left: 15px;
    bottom: 25px;
    text-align: left;
}

@media screen and (max-width: 1024px){
    .footerCopyrightContainer.desktopOnly{
        display: none !important;
    }

    .footerCopyrightContainer.mobileOnly{
        padding-top: 10px !important;
        width: 100%;
        text-align: center;
        display: inline-block !important;
    }
}

.footerImageLinkList{
    float: right !important;
}

.footerCopyrightContainer p{
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.footerCopyrightContainer ul{
    line-height: 13px;
    font-size: 13px !important;
    color: #636363 !important;
    margin: 0px;
}

.footerCopyrightContainer ul a{
    color: #777777 !important;
}

.footerCopyrightContainer ul a{
    font-size: 13px !important;
}

.footerCopyrightContainer li.list-inline-item{
    padding: 0px;
}

.footerCopyrightContainer li.list-inline-item:not(:last-of-type){
    margin-right: 8px !important;
}

.footerImageLinkList .list-inline-item:not(:last-of-type){
    margin-right: 10px !important;
}

.footerImageLinkList .list-inline-item a{
    margin-bottom: 0px !important;
}

/* Footer Sky Family Websites Banner */
.footerBannerContainer{
    display: inline-block;
}

.bottomFooterSkyBanner{
    width: 865px;
    height: 75px;
    background: right no-repeat;
    background-size: 100% 75px;
    background-image: url("../../images/SkyHeaderAndFooter/skyFooterBarDesktop.jpg");
    overflow: hidden;
}

@media screen and (max-width: 1024px){
    .bottomFooterSkyBanner{
        width: 935px;
        margin-left: 15px;
    }

    @media screen and (max-width: 800px){
        .bottomFooterSkyBanner{
            width: 690px;
            margin-left: 15px;
        }
    }
}

@media screen and (max-width: 425px){
    .bottomFooterSkyBanner{
        height: auto;
        width: auto;
        margin-left: 0px;
    }
}

@media screen and (max-width: 1024px){
    footer.bg-dark .bg-dark{
        margin-top: 30px;
    }

    .mobileOnly .footerBannerContainer{
        padding: 0px;
    }

    .mobileOnly .footerCopyrightContainer{
        background-color: #1b1b1b;
    }

    @media screen and (max-width: 600px){
        .bottomFooterSkyBanner{
            height: 134px;
            background-size: 100% calc(100% + 2px);
            background-position: center;
            background-image: url("../../images/SkyHeaderAndFooter/skyFooterBarMobile.jpg");
        }
    }
}

/* Footer clickable area links */
.bottomFooterSkyBanner a{
    display: inline-block;
}

.headerClickableArea,
.footerClickableArea{
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.footerClickableArea{
    height: 65px;
    top: 5px;
    margin-left: 0px;
}

.footerClickableArea.skyDogg{
    width: 45px;
    margin-left: 55px;
}

.footerClickableArea.skyMethods{
    width: 110px;
}

.footerClickableArea.skyQuota{
    width: 120px;
}

.footerClickableArea.skyIntel{
    width: 115px;
}

.footerClickableArea.skyVlogs{
    width: 150px;
}

.footerClickableArea.skyWixx{
    width: 140px;
}

.footerClickableArea.skyCRM{
    width: 103px;
}

@media screen and (min-width: 1025px){ 
    footer .bg-dark .container .row .container .lastFooterRow.row.mobileOnly{
        display: none !important;
        visibility: hidden !important;
        width: 0px !important;
        height: 0px !important;
    }
}

@media screen and (max-width: 1024px){ 
    footer .bg-dark .container .row .container .lastFooterRow.row.desktopOnly{
        display: none !important;
        visibility: hidden !important;
        width: 0px !important;
        height: 0px !important;
    }

    .footerClickableArea.skyDogg{
        width: 60px;
        margin-left: 55px;
    }
    
    .footerClickableArea.skyMethods{
        width: 120px;
    }
    
    .footerClickableArea.skyQuota{
        width: 120px;
    }
    
    .footerClickableArea.skyIntel{
        width: 135px;
    }
    
    .footerClickableArea.skyVlogs{
        width: 150px;
    }

    .footerClickableArea.skyWixx{
        width: 155px;
    }

    .footerClickableArea.skyCRM{
        width: 115px;
    }
}

@media screen and (max-width: 800px){
    .footerClickableArea.skyDogg{
        width: 45px;
        margin-left: 40px;
    }
    
    .footerClickableArea.skyMethods{
        width: 80px;
    }
    
    .footerClickableArea.skyQuota{
        width: 100px;
    }
    
    .footerClickableArea.skyIntel{
        width: 80px;
    }
    
    .footerClickableArea.skyVlogs{
        width: 130px;
    }

    .footerClickableArea.skyWixx{
        width: 110px;
    }

    .footerClickableArea.skyCRM{
        width: 80px;
    }

    @media screen and (max-width: 425px){
        .footerClickableArea.skyDogg{
            width: 50px;
            margin-left: 35px;
            top: 5px;
        }
        
        .footerClickableArea.skyMethods{
            width: 90px;
            margin-left: 0px;
            top: 10px;
        }
        
        .footerClickableArea.skyQuota{
            width: 105px;
            margin-left: 0px;
            top: 10px;
        }
        
        .footerClickableArea.skyIntel{
            width: 110px;
            height: 50px;
            margin-left: 35px;
            top: 3px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 110px;
            height: 50px;
            top: 5px;
        }

        .footerClickableArea.skyWixx{
            width: 100px;
            height: 50px;
            top: -55px;
            margin-left: 20px;
        }

        .footerClickableArea.skyCRM{
            width: 120px;
            height: 55px;
            position: absolute;
            top: auto;
            margin-left: -120px;
        }
    }

    @media screen and (max-width: 375px){
        .footerClickableArea.skyDogg{
            width: 50px;
            height: 60px;
            margin-left: 25px;
            top: 10px;
        }
        
        .footerClickableArea.skyMethods{
            width: 75px;
            height: 50px;
            margin-left: 0px;
        }
        
        .footerClickableArea.skyQuota{
            width: 95px;
            height: 40px;
            margin-left: 0px;
            top: 5px;
        }
        
        .footerClickableArea.skyIntel{
            width: 95px;
            height: 50px;
            margin-left: 35px;
            top: 5px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 100px;
            height: 40px;
            margin-left: 0px;
        }

        .footerClickableArea.skyWixx{
            width: 80px;
            height: 50px;
            position: absolute;
            top: auto;
            margin-top: -55px;
            margin-left: 20px;
        }

        .footerClickableArea.skyCRM{
            width: 120px;
            height: 55px;
            position: absolute;
            margin-left: auto;
        }
    }

    @media screen and (max-width: 325px){
        .footerClickableArea.skyDogg{
            width: 40px;
            height: 60px;
            margin-left: 25px;
            top: 10px;
        }
        
        .footerClickableArea.skyMethods{
            width: 60px;
            height: 50px;
            margin-left: 0px;
            top: 5px;
        }
        
        .footerClickableArea.skyQuota{
            width: 80px;
            height: 40px;
            margin-left: 0px;
            top: 0px;
        }
        
        .footerClickableArea.skyIntel{
            width: 85px;
            height: 45px;
            margin-left: 25px;
            top: 10px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 80px;
            height: 40px;
            margin-left: 0px;
            top: 10px;
        }

        .footerClickableArea.skyWixx{
            width: 80px;
            height: 50px;
            position: absolute;
            top: auto;
            margin-top: -50px;
            margin-left: 20px;
        }

        .footerClickableArea.skyCRM{
            width: 90px;
            height: 40px;
            position: absolute;
            top: auto;
            margin-top: 10px;
            margin-left: 5px;
        }
    }
}

/* Basic Image Confirmation Prompt */
.imageConfirmationPrompt{
    display: none;
    position: fixed;
    z-index: 99999 !important;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.imageConfirmationPrompt .modal-content{
    width: 405px;
    padding: 0px;
    margin: 0px calc((100vw - 405px)/2);
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    top: calc((100vh - 445px)/4);
    z-index: 99999 !important;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt .modal-content{
        width: 250px;
        margin: 0px calc((100vw - 250px)/2);
        top: calc((100vh - 275px)/4);
    }
}

.imageConfirmationPrompt .confirmationPromptLink{
    display: block;
    width: 100%;
    border: none;
    background: transparent;
}

.imageConfirmationPrompt .modal-content img{
    width: 405px;
    height: 445px;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt .modal-content img{
        width: 250px;
        height: 275px;
    }
}

/* Basic Image Confirmation Prompt Close Button */
.imageConfirmationPrompt .confirmationPromptClose{
    position: absolute;
    bottom: 38px;
    left: calc((100% - 145px)/2);
    width: 145px;
    height: 45px;
    padding: 0px;
    opacity: 0;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt .confirmationPromptClose{
        width: 90px;
        height: 25px;
        bottom: 25px;
        left: calc((100% - 90px)/2);
    }
}

/* SkyWixx Confirmation Prompts */
.imageConfirmationPrompt.skywixxDomain .confirmationPromptClose{
    width: 160px;
    bottom: 60px;
    left: calc((100% - 160px)/2);
}

.imageConfirmationPrompt.skywixxDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyWixx/confirmationPromptError.png"] + .confirmationPromptClose{
    bottom: 80px;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt.skywixxDomain .confirmationPromptClose{
        width: 100px;
        height: 30px;
        bottom: 37px;
        left: calc((100% - 100px)/2);
    }

    .imageConfirmationPrompt.skywixxDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyWixx/confirmationPromptError.png"] + .confirmationPromptClose{
        bottom: 50px;
    }
}

/* SkyCRM Confirmation Prompts */
.imageConfirmationPrompt.skycrmDomain .confirmationPromptClose{
    width: 160px;
    bottom: 97px;
    left: calc((100% - 160px)/2);
}

.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptDefault.png"] + .confirmationPromptClose,
.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptFooter.png"] + .confirmationPromptClose{
    width: 130px;
    bottom: 236px;
    left: 23px;
}

.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptCreateAccount.png"] + .confirmationPromptClose{
    bottom: 59px;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt.skycrmDomain .confirmationPromptClose{
        width: 100px;
        height: 30px;
        bottom: 59px;
        left: calc((100% - 100px)/2);
    }

    .imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptDefault.png"] + .confirmationPromptClose,
    .imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptFooter.png"] + .confirmationPromptClose{
        width: 80px;
        height: 30px;
        bottom: 145px;
        left: 15px;
    }

    .imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptCreateAccount.png"] + .confirmationPromptClose{
        bottom: 35px;
    }
}

.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptCreateAccount.png"] + .confirmationPromptClose{
    bottom: 59px;
}

/* SkyVlogs Confirmation Prompts */
.imageConfirmationPrompt.skyvlogsDomain .confirmationPromptClose,
.imageConfirmationPrompt.skyvlogsDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/ConfirmationPromptDefault.png"] + .confirmationPromptClose,
.imageConfirmationPrompt.skyvlogsDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/ConfirmationPromptFooter.png"] + .confirmationPromptClose,
.imageConfirmationPrompt.skyvlogsDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/ConfirmationPromptSkyDoggNews.png"] + .confirmationPromptClose{
    width: 160px;
    bottom: 52px;
    left: calc((100% - 160px)/2);
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt.skyvlogsDomain .confirmationPromptClose,
    .imageConfirmationPrompt.skyvlogsDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/ConfirmationPromptDefault.png"] + .confirmationPromptClose,
    .imageConfirmationPrompt.skyvlogsDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/ConfirmationPromptFooter.png"] + .confirmationPromptClose,
    .imageConfirmationPrompt.skyvlogsDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/ConfirmationPromptSkyDoggNews.png"] + .confirmationPromptClose{
        bottom: 31px;
        width: 100px;
        left: calc((100% - 100px)/2);
        height: 30px;
    }
}