/*
Theme Name: Solar Pool Warehouse
Description: Child theme of Shoptimizer
Author: Boca Pro
Author URI: https://bocapro.com/
Template: shoptimizer
Version: 1.1.1
*/

/* HEADER */
.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu{
    justify-content:flex-start;
}
.blog article a {max-height:200px;height:100%!important;overflow:hidden!important}
.site-header .custom-logo-link img {height:100px!important}
body.page-id-7651 .u-column2.col-2,body.page-id-12 .u-column2.col-2, body.page-id-7653 .u-column1.col-1  { display: none; }
body.page-id-7651 .u-columns  { display:flex;justify-content:flex-start}
body.page-id-7651 .u-columns div, body.page-id-12 .u-columns div, body.page-id-7653 .u-columns div {float:none!important;width:100%!important}
body.page-id-7651 .woocommerce h2, body.page-id-7653 .woocommerce h2{display:none}

.h-submenu a span {text-transform:uppercase; font-weight:700; letter-spacing:0.5px;font-size:12px}

.wpforms-container-full .wpforms-field-label {font-weight:700!important}
.wpforms-container-full .wpforms-field {padding:20px 0 0!important}
.wpforms-container-full .wpforms-submit-container { padding-top:20px!important}

/*Sidebar Form*/

#secondary .wpforms-container-full {margin-top:0px;padding-top:0}
#secondary .wpforms-container-full .wpforms-field input, #secondary .wpforms-container-full .wpforms-field textarea {border:0!important;background:#E8F0F3!important;}
#secondary .wpforms-container-full .wpforms-field-label {font-size:14px!important}
#secondary .wpforms-container-full .wpforms-submit-container button { background:#0070E8}


/* Shop */
.woocommerce-shop .woocommerce-image__wrapper,.woocommerce-image__wrapper { height:285px;overflow:hidden;}
.woocommerce-shop .woocommerce-image__wrapper a , .woocommerce-image__wrapper a {display:flex;align-items:center}

/*Products*/
.woocommerce ul.products .woocommerce-loop-product__title { font-weight:400!important;font-size:18px;}
.woocommerce ul.products .price {font-weight:700;font-size:18px!important}
.woocommerce ul.products .product {position:relative;}
.woocommerce ul.products .product__categories {position:absolute;top:20px;background:#3356a5; padding:5.6px 10px;border-radius:50px;font-weight:700;}
.woocommerce ul.products .product__categories a {color:#fff!important}
footer .widget.widget_media_image {max-width:150px}
footer .c-info li {display:flex;flex-direction:row;}
footer .c-info li .e-font-icon-svg {width:14px;color:#fff;fill:#ccc; margin-right:10px}
footer .c-info li a span {color:#ccc}

@media (max-width:48em){
    .below-content {display:none!important}
}