@media screen and (max-width: 580px) {

/*/////////////////////////////////////////
    HEADER
/////////////////////////////////////////*/

    .ht-site-header .fa-bars:before {
        font-size: 1.5em;
    }



/*/////////////////////////////////////////
    40/60
/////////////////////////////////////////*/

    #section_40_60 {
        padding: 0.5em 0;
    }



/*/////////////////////////////////////////
    PAGES
/////////////////////////////////////////*/

.post-content {
    padding: 0.5em;
    font-size: 0.9em;
}

.post-content .container .singlepageflex .page-flex-content h2:first-child:before {
    margin-bottom: 0.5em;
}

/*/////////////////////////////////////////
    POPUP
/////////////////////////////////////////*/

    #home-popup {
        padding: 0.5em;
    }

        #home-popup input {
            height: auto;
        }

        #home-popup .the-content {
            font-size: 10px;
        }

        #home-popup .closebtn {
            top: 0px;
            right: 10px;
            font-size: 1em;
        }
        
        
        
/*/////////////////////////////////////////
    SEARCH
/////////////////////////////////////////*/

    .search article {
        
        font-size: 14px;

        padding: 0 1em;
    }

        .search article img {
            margin-right: 0em;
            margin: 0 auto 0.5em;

            width: 30%;
            height: auto;
            align-self: start;
            margin-right: 0.5em;
        }

    .search .container {
        font-size: 14px;
    }

    .search .page-main-header {
        padding: 1.5em 0.5em 0.5em;
        text-align: center;
        font-size: 14px;
    }



/*/////////////////////////////////////////
    SPLASH
/////////////////////////////////////////*/

    #ht-home-splash-section {
        padding-top: 50vw;
        background-size: auto 50vw;
        background-position: center top;
    }

    #splash-brands {
        height: auto;
    }

        #splash-brands div {
            flex-wrap: wrap;
            gap: 5px;
        }

            #splash-brands div img {
                width: 24%;
            }



/*/////////////////////////////////////////
    COLUMNIZER
/////////////////////////////////////////*/

    .columnizer-flex {
        flex-direction: column;
    }

        .columnizer-flex img {
            align-self: flex-start;
        }

    

    .columnizer .columnizer-body {
        padding: 1em 0.25em;
    }

        .columnizer .columnizer-body > div {
            width: 100%;
            max-width: 100%;
            padding: 0 0 1em;
        }

            .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;
    }

    #featured-products #product-cards {
        flex-wrap: wrap;
    }

        #featured-products #product-cards .product-card {
            width: 150px;
            margin-bottom: 1em;
            font-size: .9em;
        }

            #featured-products #product-cards .product-card .img-holder {
                height: 200px;
            }



/*/////////////////////////////////////////
    LINE CARD
/////////////////////////////////////////*/

    #linecard .linecard-contain .linecard_right {
        justify-content: space-around;
    }



/*/////////////////////////////////////////
    CONTACT US
/////////////////////////////////////////*/

    #contact .contact-contain {
        display: block;
    }

        #contact .contact-contain .contact_left,
        #contact .contact-contain .contact_right {
            padding: 2em 1em;
        }



/*/////////////////////////////////////////
    PROJECTS
/////////////////////////////////////////*/

    #projects .projects-contain .projects_right .projects-holder div {
        width: 80%;
        min-width: 80%;
    }
    
    
    
/*/////////////////////////////////////////
    SERVICES
/////////////////////////////////////////*/

    #services .top-level .top-container {
        flex-direction: column;
    }
    
    
    
/*/////////////////////////////////////////
    RESERVATION
/////////////////////////////////////////*/

    #reservation .reservation-title {
        display: block;
    }

    #reservation .nf-form-content label,
    #reservation .nf-form-fields-required {
        font-size: 16px;
    }



/*/////////////////////////////////////////
    TESTIMONIALS
/////////////////////////////////////////*/
    
    #testimonials {
        padding: 1em 0;
    }

    .testimonial-card {
        min-width: 100%;
        margin-bottom: 1em;
    }



/*/////////////////////////////////////////
    TEMPLATE POST: TYPED BY ARCH CITY
/////////////////////////////////////////*/

    #TypedContent {
        padding: 1.5em;
    }

        #TypedContent * {
            font-size: 16px;
        }

        #TypedContent .typed-the-content {
            margin-left: 3em;
        }

            #TypedContent .typed-the-content p {
                line-height: 1.7em;
            }

        #TypedContent .typed-the-title {
            font-size: 1.6em;
        }

    #TypedHeader {
        padding: 1em 1.5em 2.5em;
    }

        #TypedHeader * {
            font-size: 24px;
        }
        
        
/*/////////////////////////////////////////
    WOOCOMMERCE
/////////////////////////////////////////*/
    
    .woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
        width: 45%;
        min-width: 240px;
        margin-bottom: 0.75em;
    }

    .woocommerce .single-productpage {
        padding: 1em;
    }

    .woocommerce .single-productpage #primary .product {
        font-size: 0.85em;
    }




}
