/* 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 */
/*#main section{
    overflow-x: hidden !important;
}*/

.hiddenElement{
    display: none !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

.header-v6 .navbar-nav > li > a{
    padding: 20px 10px;
}

.navbar-collapse.navbar-responsive-collapse.header-links{
    overflow-x: hidden !important;
}

@media screen and (max-width: 800px){
    /* Header Adjustments */
    .navbar-collapse{
        overflow-x: hidden;
    }

    ul.nav.navbar-nav.header-lnk li > a{
        padding-left: calc(12px + 5%);
    }

    ul.nav.navbar-nav.header-lnk li > ul a{
        padding-left: calc(12px + 5% + 10px);
    }

    .navbar-brand.header-freetrial-small{
        display: block !important;
        float: unset;
        width: 100%;
        max-width: calc(100vw - (12px + 5%));
        height: auto;
        padding: 0px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: calc(12px + 5%) !important;
    }

    .navbar-brand.header-freetrial-small a{
        width: calc(100% - (12px + 5%));
        padding: 25px 20px;
        margin-left: 0px;
        background-color: #3d9fdd;
        color: white;
        font-size: 17px;
    }

    /* Main Content for homepage */
    #main{
        overflow-x: hidden;
    }

    /* News Form */
    .universalNewsFormContainer.header{
        display: block !important;
    }
}

/* Footer Adjustments */
.footer_info{
    top: auto;
}

#footer .footer-top{
    padding: 30px 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 800px){
    footer#footer .col-lg-4.col-md-6.footer-info{
        width: 100%;
        max-width: 100%;
        flex: unset;
    }

    footer#footer .col-lg-2.col-md-6.footer-links{
        width: 50%;
    }

    footer#footer .footer-top .footer-links ul li,
    #footer .footer-top .footer-links ul li:first-child{
        padding: 5px 0px;
    }
}

/* Confirmation Prompt CSS */
.contact_successpoup .modal-dialog{
    margin: 0px calc((100vw - 405px)/2);
    margin-top: calc((100vh - 435px)/2);
}

.contact_successpoup .modal-content{
    width: 405px;
    border: none;
    box-shadow: none;
    background: transparent;
}

.contact_successpoup .modal-content .modal-body{
    cursor: pointer;
    padding: 0px;
    border: none;
    box-shadow: none;
    background: transparent;
}

.contact_successpoup .modal-content .modal-body img{
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border-radius: 30px;
}

@media screen and (max-width: 480px){
    .modal.contact_successpoup{
        top: 78px;
        left: 20px;
    }

    .contact_successpoup .modal-content{
        width: 85.5%;
    }
    
    .contact_successpoup .modal-content .modal-body img{
        width: 100%;
    }
}

/* 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;
}

.universalNewsFormContainer.header{
    width: calc(100% - (12px + 5%));
}

@media screen and (max-width: 425px){
    .universalNewsFormContainer.header{
        width: calc(100% - (12px + 5%)*2) !important;
    }
}

footer .universalNewsFormContainer{
    background: none;
    padding: 0px;
}

@media screen and (min-width: 801px){
    footer .universalNewsFormContainer{
        max-width: 190px;
        display: inline-block !important;
        left: 155px;
    }
}

@media screen and (max-width: 800px){
    footer .universalNewsFormContainer{
        width: calc(100% - 30px);
        left: 15px;
    }
}

/* 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-bottom: 20px;
}

/* 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: 800px){
    .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: 800px){
    .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: 800px){
    .universalNewsFormContainer .newsForm .blogButtonsContainer a{
        height: 30px;
        padding: 4px;
    }
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.blogBtn{
    color: #777777;
}

@media screen and (max-width: 800px){
    .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;
}

.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: 800px){
    footer{
        background-color: #1b1b1b !important;
        padding: 0px !important;
        padding-bottom: 15px !important;
    }
}

.desktopOnly{
    display: block !important;
}

.mobileOnly{
    display: none !important;
}

.universalFooterContainer{
    width: 100%;
    height: 76px;
    overflow: hidden;
}

@media screen and (max-width: 800px){
    .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: 60px;
            margin-left: 35px;
            top: 5px;
        }
        
        .footerClickableArea.skyMethods{
            width: 90px;
            margin-left: 0px;
            top: 10px;
        }
        
        .footerClickableArea.skyQuota{
            width: 115px;
            margin-left: 0px;
            top: 10px;
        }
        
        .footerClickableArea.skyIntel{
            width: 120px;
            height: 50px;
            margin-left: 40px;
            top: 3px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 125px;
            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: 60px;
            height: 60px;
            margin-left: 25px;
            top: 10px;
        }
        
        .footerClickableArea.skyMethods{
            width: 75px;
            height: 50px;
            margin-left: 0px;
        }
        
        .footerClickableArea.skyQuota{
            width: 105px;
            height: 40px;
            margin-left: 0px;
            top: 5px;
        }
        
        .footerClickableArea.skyIntel{
            width: 105px;
            height: 50px;
            margin-left: 35px;
            top: 5px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 110px;
            height: 40px;
            margin-left: 0px;
        }

        .footerClickableArea.skyWixx{
            width: 80px;
            height: 50px;
            position: absolute;
            top: auto;
            margin-top: -55px;
            margin-left: 20px;
        }

        .footerClickableArea.skyCRM{
            width: 105px;
            height: 55px;
            position: absolute;
            margin-left: auto;
        }
    }

    @media screen and (max-width: 325px){
        .footerClickableArea.skyDogg{
            width: 45px;
            height: 60px;
            margin-left: 25px;
            top: 10px;
        }
        
        .footerClickableArea.skyMethods{
            width: 70px;
            height: 50px;
            margin-left: 0px;
            top: 5px;
        }
        
        .footerClickableArea.skyQuota{
            width: 85px;
            height: 40px;
            margin-left: 0px;
            top: 0px;
        }
        
        .footerClickableArea.skyIntel{
            width: 95px;
            height: 45px;
            margin-left: 25px;
            top: 10px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 90px;
            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;
    }
}

.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{
        bottom: 25px;
        left: calc((100% - 90px)/2);
        width: 90px;
        height: 25px;
    }
}