/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.7
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.footer-newsletter-block .footer-newsletter-intro {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.55;
}

.footer-newsletter-form input[type="email"] {
    width: 100%;
    height: 42px;
    margin: 0 0 9px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 2px;
    background: #fff;
    color: #222;
    box-shadow: none;
}

.footer-newsletter-form input[type="submit"] {
    width: 100%;
    min-height: 42px;
    margin: 0 0 10px;
}

.footer-newsletter-form .newsletter-consent,
.footer-newsletter-form .newsletter-consent label {
    font-size: 11px;
    line-height: 1.4;
}

.footer-newsletter-form .newsletter-consent .wpcf7-list-item {
    margin: 0;
}

.footer-newsletter-form .newsletter-consent input[type="checkbox"] {
    margin: 2px 6px 0 0;
    vertical-align: top;
}

.home-benefit-box .icon-box-text {
    display: flex;
    align-items: center;
    gap: 14px;
}

.home-benefit-box .home-benefit-icon {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 2px solid rgb(143, 143, 143);
    border-radius: 50%;
    color: #fff;
}

.home-benefit-box .home-benefit-icon i {
    font-size: 20px;
    line-height: 1;
}

.home-benefit-box h4 {
    margin: 0;
}


/* Black hover label on product cards site-wide. */
.grid-tools a {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}