/*
Theme Name: Theme Cloud
Description: This is a child theme for Flatsome Theme
Template: flatsome
Version: 3.0
*/
@import "assets/css/default.css";
@import "assets/css/theme.css";

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

.child-flatsome-logo img{
	max-width:70px;
}
.child-flatsome-logo{
	margin-bottom: 30px;
}
.wpcf7 .wpcf7-submit{
	background: #E71F2D !important;
}


body.archive .blog-wrapper.blog-archive .archive-page-header{
    background-image: url("images/bg-blog.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}
body.archive .blog-wrapper.blog-archive .archive-page-header:after{
    content:"";
    position: absolute;
    left:0px;
    width:100%;
    height: 100%;
    top:0px;
    background: #144481b8;
}

body.archive .blog-wrapper.blog-archive .archive-page-header .page-title,
body.archive .blog-wrapper.blog-archive .archive-page-header .taxonomy-description{
    position: relative;
    z-index:1;
    color:#FFF;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
    background: #FFF;
}

.image-tools .cart-icon{
    display:none !important;
}
.products.row .product .title-wrapper{
        font-size:17px;
}
.products.row .product .price-wrapper{
    font-size:18px;
}
