
@media only screen and (max-width: 1024px) {
 
    body.custom-background .wrapper {
        margin-top: 72px;
    }
    
    .woocommerce-store-notice, p.demo_store {
        padding: 2% 5%;
    }
    
}

@media only screen and (max-width: 960px) {
    
    body.custom-background .wrapper {
        margin-top: 62px;
    }
}
@media only screen and (max-width: 782px) {
    
    .admin-bar p.demo_store {
        top: 42px;
    }
    
}

@media only screen and (max-width: 540px) {
    
    body.custom-background .wrapper {
        margin-top: 0px;
    }
    
    .woocommerce-store-notice, p.demo_store {
        display: none!important;
        padding: 2% 5%;
    }
    
    h1, .h1 {
       font-size: 21px!important;
    }
    
    h2, .h2 {
       font-size: 18px!important;
    }
    
    h3, .h3 {
       font-size: 16px!important;
    }
    
    img.alignright, img.alignleft,
    figure.alignright, figure.alignleft {
        float: none!important;
        margin: 5% auto!important;
        max-width: 100%;
        display: block!important;
    }
    .alignleft img {
        margin: 0 auto!important;
    }
    
    .slick-prev {
        left: -20px!important;
    }
    .slick-next {
        right: -20px!important; 
    }
    
    .header-top-wrap {
        float: none!important;
        margin: 2%!important;
        width: 96%!important;
        padding: 0!important;
    }
    
    .header-top-wrap .right {
        float: none!important;
        clear: none!important;
        width: 96%!important;
    }
    
    .header-top-wrap .button {
        float: none!important;
        margin: 2%!important;
        width: 100%!important;
        clear: both!important;
    }
    
    .header-image {
        float: none!important;
        margin: 2%!important;
        width: 96%!important;
        height: auto;
    }
    
    .header-image img {
        margin: 2%!important;
        width: 96%!important;
    }
    
    #video video {
        float: none!important;
        width: 100%!important;
    }
    
    #video.homescreen {
        clear: both!important;
    }
    
    #video h1 {
        font-size: 21px!important;
    }
    
    #video h2 {
        font-size: 18px!important;
    }
    
    #video .inner-section {
        float: none!important;
        margin: 2%;
        width: 96%!important;
    }
    
     .inner-section{
        clear: both!important;
    }
    
    .homeSection {
        margin: 2%;
        width: 96%!important;
    }
    
    #coping.homeSection {
        margin: 2%;
        width: 96%!important;
    }
    
    .homeSection .thumbnail {
        float: none!important;
        clear: both!important;
        margin: 2%;
        width: 96%!important;
    }
    
    .thumbnail {
        margin: 2%;
        max-width: 96%!important;
    }
    
    .homeSection .content {
        margin: 2%;
        width: 96%!important;
    }
    
    #footer .copyrights img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    p#copy {
        padding: 10px 0 0 0;
        text-align: left!important;
    }
    
    #main {
        margin: 2%;
        width: 96%!important;
    }
    
    
}