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

/*************** ADD CUSTOM CSS HERE.   ***************/
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0.7em;
}
.section-title {
    font-size: 1.7em;
}
.product-small img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.product-title {
    font-size: 1.05em;
    font-weight: 700;
    color: #000;
}
.price-wrapper .price {
    display: block;
    font-size: 1.1em;
    color: #ab0000;
    font-weight: 600;
        margin-top: 5px;
}
.price-wrapper .price span {
    color: #ab0000;
}
.product-small.box {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}
.section-title.section-title-normal span {
    border: 0;
}
.section-title.section-title-normal {
    border-bottom: 0;
    margin: 0;
}
.section-title-container {
    margin-bottom: 0.5em;
}
.product-small .box-text {
    padding: 7px 7px 10px;
}
.product-title a {
    display: -webkit-box;
    max-height: 3rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.eui-widget-title {
    color: #946e3d;
    text-transform: uppercase;
    font-size: 1.7em !important;
    padding: 0px !important;
}
.sevice-box {
    margin: 50px auto;
}
.box-blog-post .is-divider {
    display: none;
}
.post-title.is-large {
    font-size: 1.3em;
}
.box-text-inner.blog-post-inner {
    font-size: 0.95em;
}
.box-vertical .box-text {
    padding: 10px 15px;
}
.box-vertical .box-text .from_the_blog_excerpt {
    font-size: 14px;
}
.col.post-item {
    padding-bottom: 12px;
}
.box-blog-post img {
    border-radius: 7px;
}
.banner .btn-lh {
    margin-top: 25px;
}
.eapps-testimonials-slider-page-item-single-postcard .eapps-testimonials-slider-page-item-text {
    font-size: 20px !important;
}
.box-category .box-text {
    padding: 10px 0px 0px;
}
.box-category .header-title {
    text-transform: capitalize;
}
h1.product-title.entry-title {
    font-size: 1.8em;
}
.single img {
    margin: auto;
    display: block;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .section-title {
        font-size: 1.5em;
    }
    .eui-widget-title{
        font-size: 1.5em !important;
    }
    .container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse),
    .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse), .row .gallery, .row .row:not(.row-collapse){
        margin-bottom: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
        margin-bottom: 0;
        padding: 0 5px 15px;
    }
    .section-title.section-title-normal {
        align-items: center;
        justify-content: center;
    }
    .home .product-category {
        padding-bottom: 0;
    }
    .product-title,.price-wrapper .price {
        font-size: 1em;
    }
    .eapps-testimonials-slider-page-item-single-postcard .eapps-testimonials-slider-page-item-text {
        font-size: 16px !important;
    }
    .eapps-testimonials-slider-page-item-single-postcard .eapps-testimonials-slider-page-item-right {
        padding: 10px 0px !important;
    }
    .box-vertical .box-image {
        width: 30%!important;
    }
    .box-vertical .box-text {
        width: 70%;
    }
    .box-vertical {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }
    .banner h1, .banner h2, .banner h3 {
        line-height: 1.4em;
    }
    .box-vertical .box-text .from_the_blog_excerpt {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .post-title.is-large {
        font-size: 1.2em;
    }
    .box-vertical .box-text {
        padding: 0px 0px 0px 10px;
    }
    .nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
        color: hsl(0deg 0% 0% / 85%);
        transition: all .2s;
    }
    .nav>li>a {
        font-size: 1em;
    }
    .off-canvas .nav-vertical>li>a {
        padding-bottom: 9px;
        padding-top: 9px;
    }
    form.woocommerce-ordering {
        display: none;
    }
    .breadcrumbs {
        text-transform: none;
        text-align: left;
    }
    .category-page-row {
        padding-top: 0;
    }
    .is-divider {
        display: none;
    }
    form.cart {
        margin-top: 15px;
    }
    h1.product-title.entry-title {
        font-size: 1.5em;
    }
    .col, .columns, .gallery-item {
        padding: 0 10px 10px;
    }
}