/* make your style here */
img {
    max-width: 30% !important;
}

.site-content {
    overflow-y: auto;
}

.open-247 {
    background-image: url(/assets/front/img/24hourdispensary/clouds.png);
    width: 100%;
}
.open-247 img {
    padding-top: 100px;
}

footer {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    width: 100%;
}

footer img {
    max-width: 100% !important;
    width: 100%;
}

body.has-sticky-cta-footer {
    margin-bottom: 0 !important;
}
    
.section.menu {
    padding-left: 30%;
    padding-right: 30%;
}

#masterhead, #masterfoot .copyright, .seog_fancybox, .sticky-mobile-ctas {
    display: none !important;
}

@media only screen and (min-width: 1921px) {
    .home-banner {
        margin-top: 0 !important;
        margin-bottom: 3rem !important;
    }
    .menu {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    footer img {
        max-width: 100% !important;
        width: 100%;
    }
    .open-247 {
        background-position-y: 20%;
    }
    .open-247 img {
        max-width: 20% !important;
        padding-top: 170px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .home-banner {
        padding-top: 30px !important;
        margin-bottom: 1rem !important;
    }
    .menu {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #masterhead, #masterfoot .copyright, .seog_fancybox, .sticky-mobile-ctas {
        display: none !important;
    }
}
/*@media only screen and (max-width: 1200px) {*/
/*    .home-banner {*/
/*        margin-top: 3rem !important;*/
/*        margin-bottom: 3rem !important;*/
/*    }*/
/*    .menu {*/
/*        margin-top: 0 !important;*/
/*        margin-bottom: 0 !important;*/
/*    }*/
/*}*/
@media only screen and (max-width: 1024px) {
    img {
        max-width: 45% !important;
    }
    
    .section.home-banner {
        padding-top: 1%;
        margin-top: 0 !important;
    }
    
    .section.clouds img {
        content: url(/assets/front/img/24hourdispensary/mobile/Cloud-768.png);
    }
    
    body {
        background-position-x: -160px !important;
        background-position-y: 0 !important
    }
}


@media only screen and (max-width: 900px) {
   
    .section.home-banner {
        padding-top: 1%;
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    
    .section.home-banner {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 10% !important;
    }
    
    .site-content img {
        max-width: 35% !important;
    }
    
    .section.menu {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }
    
    .section.home-banner {
        padding-top: 0%;
    }
}

@media only screen and (max-width: 575px) {
    body {
        background-image: url(/assets/front/img/24hourdispensary/mobile/Mobile-Page-Backgrounds.jpg) !important;
        background-position: 0 !important;
    }
    
    .section.clouds img {
        content: url(/assets/front/img/24hourdispensary/mobile/Mobile-Cloud.png);
    }
    
    .site-content img {
        max-width: 75% !important;
    }
    
    .section.home-banner {
        margin-top: 0 !important;
        padding-top: 30%;
    }
    
    .section.menu {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
}

@media only screen and (max-width: 575px) and (min-width: 470px) {
    .footer-inner-container-logo {
        padding-top: 90px;
    }
    footer img {
        max-width: 100% !important;
    }
}

/*@media only screen and (max-height: 668px) {*/
/*    .section.home-banner {*/
/*        padding-top: 10% !important;*/
/*    }   */
/*}*/