@media screen and (max-width: 320px) {

/*/////////////////////////////////////////
    HEADER
/////////////////////////////////////////*/

.ht-site-header {
    height: auto;
}

    .ht-site-header img {
        height: auto;
        width: 50%;
    }



/*/////////////////////////////////////////
    PAGES
/////////////////////////////////////////*/

.post-content {
    padding: 0;
    font-size: 0.85em;
}

.post-content .container {
    padding: 0;
}

.post-content .breadcrumbbox {
    padding: 0.25em;
    margin-bottom: 0.5em;
}

.post-content .container .singlepageflex .page-flex-content {
    padding: 0.25em;
}

.post-content .container .singlepageflex .page-flex-content > h2 {
    line-height: 1.15em;
}

.post-content .container .singlepageflex .page-flex-content h2:first-child:before {
    height: 0.75em;
    width: 0.75em;
    margin-bottom: 0.25em;
}

.post-content .container .singlepageflex .post-image {
    margin-bottom: 0.25em;
}
    
    
    
/*/////////////////////////////////////////
    SPLASH
/////////////////////////////////////////*/

    #ht-home-splash-section {
        max-height: initial;
        padding-top: 20vh;
        background-size: auto 20vh;
        background-position: center top;
    }

    #ht-home-splash-section .splashtext {
        padding: .5em;
        
    }

    #splash-brands div img {
        width: 30%;
    }



/*/////////////////////////////////////////
    COLUMNIZER
/////////////////////////////////////////*/ 

    .columnizer .columnizer-header img {
        max-height: 75px;
    }

    .columnizer .columnizer-body {
        padding: 0.25em;
    }

    .columnizer .columnizer-body > div {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .columnizer .columnizer-body > div > div {
        padding: 0.25em 0;
    }



/*/////////////////////////////////////////
    COUNTER
/////////////////////////////////////////*/

    #counter-section {
        padding: .5em 0 .5em;
    }

    .flexgrid {
        width: 100%;
        display: block;
    }

    .gridbox {
        min-height: 100px;
        margin-bottom: .5em;
        font-size: 10px;
        height: 100vw !important;
        width: 100vw !important;
    }



/*/////////////////////////////////////////
    PRODUCTS
/////////////////////////////////////////*/

#featured-products {
    padding: 1em .5em;
}

#featured-products h4,
#featured-products h2,
#featured-products p {
    margin: 0;
    line-height: 1.2em;
}

#featured-products h2 {
    font-size: 1.35em;
}

    #featured-products #product-cards {
        display: block;
        margin: 0 auto 1em;
    }

        #featured-products #product-cards .product-card {
            width: 100%;
            margin: 0 0 1em;
        }

            #featured-products #product-cards .product-card .img-holder {
                height: calc(100vw - 2em);
            }



/*/////////////////////////////////////////
    LINE CARD
/////////////////////////////////////////*/

#linecard .linecard-contain .linecard_right img {
    max-width: 40%;
    height: auto;
}



/*/////////////////////////////////////////
    CONTACT US
/////////////////////////////////////////*/

    #contact .contact-contain .contact_left,
    #contact .contact-contain .contact_right {
        padding: 2em 1em;
    }



/*/////////////////////////////////////////
    SEARCH
/////////////////////////////////////////*/

    .search article {
        flex-direction: column;
        padding: 0;
    }

    .search article header {
        line-height: 1.5em;
    }

    .search article img {
        width: 100%;
        height: auto;
        align-self: auto;
        margin-right: 0em;
    }
    
    
    
/*/////////////////////////////////////////
    SERVICES
/////////////////////////////////////////*/

    #services .top-level .top-container .top-content {
        padding: .5em 1.5em .5em .5em;
    }

    #services .top-level .top-container,
    #services #service-cards .cards {
        max-width: 100vw;
    }

    #services #service-cards .cards a {
        max-width: 100%;
    }

    
    
/*/////////////////////////////////////////
    RESERVATION
/////////////////////////////////////////*/

    #reservation {
        padding: 1em 0;
    }

        #reservation .form-container {
            border-radius: 0 !important;
        }

        #reservation .nf-form-content label,
        #reservation .nf-form-fields-required {
            font-size: 14px;
        }

        #reservation .reservation-title img {
            margin-right: 0;
        }



/*/////////////////////////////////////////
    TESTIMONIALS
/////////////////////////////////////////*/

    #testimonial-cards {
        padding: 1em 0;
        display: block;
    }

    .testimonial-card {
        display: block;
        text-align: center;
        height: auto;
        width: 100%;
        min-width: 100%;
        margin-bottom: 1em;
    }

    .testimonial-card div.img-holder {
        margin: 1em auto;
        height: 50vw;
        width: 50vw;
    }

    .testimonial-card div.text-holder {
        padding: 1em;
        font-size: .85em;
    }

    .testimonial-card p {
        margin-bottom: .5em;
    }

    .testimonial-card strong {
        left: 0;
    }



/*/////////////////////////////////////////
    TEMPLATE POST: TYPED BY ARCH CITY
/////////////////////////////////////////*/

    #TypedContent {
        padding: 1em;
    }

        #TypedContent * {
            font-size: 14px;
        }

        #TypedContent .typed-the-content {
            margin-left: 0em;
        }

            #TypedContent .typed-the-content p {
                line-height: 1.8em;
            }

            #TypedContent .typed-the-content .alignleft img,
            #TypedContent .typed-the-content .alignright img {
                max-width: 90vw;
                max-height: 90vw;
                display: block;
                margin: 0 auto;
            }

        #TypedContent .typed-the-title {
            font-size: 1.4em;
        }

    #TypedHeader {
        padding: 1em;
    }

        #TypedHeader * {
            font-size: 20px;
        }

        #TypedHeader .typed-author {
            text-align: center;
        }

        #TypedHeader .typed-excerpt h2 {
            font-size: 96px;
            height: 96px;
            height: 96px;
        }


        
/*/////////////////////////////////////////
    WOOCOMMERCE
/////////////////////////////////////////*/

    .woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
        min-width: 100%;
    }

}
