/*
 Theme Name:   Petland Petcenter New Jersey
 Theme URI:    https://github.com/CosmickMedia/petland-petcenter-nj
 Description:  Child theme of Petland.
 Author:       Cosmick Media
 Author URI:   https://cosmickmedia.com/
 Template:     petland
 Version:      1.0.0
 Text Domain: petland-petcenter-nj
*/

/* Add custom styles below. Parent theme styles load automatically. */

li.menu-item.opened > ul {
    display: block;
}

li.product p.m-0.text-muted.text-truncate {
    display: none;
}

.section-intro-video .container {
    text-align: center;
}
.section-intro-video iframe {
    margin: 30px auto;
}

#pb-inventory-tab {
    display: none;
}

@media (max-width: 800px) {
    #glide-products .card .btn, 
    #glide-products .card .button {
        padding: 10px 20px !important;
    }
    
    .home #carousel-hero .container {
        position: absolute;
        bottom: 0;
    }

    .section-intro-video iframe {
        width: 100% !important;
        height: 50vh !important;
    }

    .full-width-mobile {
        display: block !important;   
    }
    .full-width-mobile .wp-block-column {
        flex-basis: 100% !important;
        width: 100% !important;
    }
}