/*
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.   ***************/
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}
a,p,span{
	letter-spacing: -0.15px;
}
.font-weight-500{
    font-weight: 700;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wp-caption {
    width: 100% !important;
}
.wp-caption img {
    width: 100%;
}
.header-nav.nav.nav-right{
	flex-flow: row;
}
#header .top-button{
    background: var(--fs-color-primary);
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    color: #fff;
    min-width: 110px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea{
	border-radius: 10px;
}
.ux-text-home .col-inner{
	height: 500px;
	border: 1px dashed var(--fs-color-primary);
	overflow-y: auto;
	padding: 20px;
}
.absolute-footer{
	padding: 10px 0;
	border-top: 1px solid #E5E7EB;
	font-size: 14px;
	color: #4A5565;
}
.absolute-footer ul{
	padding: 0;
	margin: 0;
	border: none;
}
.absolute-footer ul li a{
	text-transform: capitalize;
	font-size: 14px;
	color: #4A5565;
}
.ux-footer-block{
	font-size: 14px;
	padding: 50px 0 10px !important;
}
.ux-footer-block h3{
	color: #1E2939;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}
.ux-footer-block ul{
	list-style: none;
}
.ux-footer-block ul li{
	margin-left: 0;
}
.ux-footer-block ul li i{
	color: var(--fs-color-primary);
}
.ux-box-category{
	border-radius: 10px;
	overflow: hidden;
}
.ux-box-category:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(358deg, var(--primary-color) 1.89%, rgba(0, 75, 65, 0.1) 51.39%, rgba(0, 75, 65, 0) 98.1%);
    pointer-events: none;
    z-index: 2;
}
.ux-box-category .box-text.text-center{
	z-index: 10;
}
#shop-sidebar aside:not(:last-child){
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}
#shop-sidebar aside .widget-title{
	text-transform: capitalize;
}
.product-categories li a{
	color: #0A0A0A;
	font-size: 16px;
	font-weight: 500;
}
.product_list_widget li a .product-title{
	color: #0A0A0A;
}
.product-footer .product-description-no-tab{
	border: none;
	background: #fff;
	padding: 15px;
	border: 1px solid var(--primary-color);
	border-radius: 10px;
}
.product-footer .product-description-no-tab ul{
	padding-left: 15px;
}
.product-reviews-bottom{
	background: #fff;
	padding: 15px 15px 0 15px;
	border: 1px solid var(--primary-color);
	margin: 30px 0 0;
	border-radius: 10px;
}
.related-products-wrapper{
	border: none;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	margin: 30px 0;
	border: 1px solid var(--primary-color);
}
.related-products-wrapper .box-text{
	border: 1px solid #dbdbdb;
	padding: 15px;
}
.term-description{
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}
.term-description ul{
	padding-left: 15px;
}
.content-area.page-wrapper .row .col-inner{
	background: #fff;
	padding: 15px;
}
.product-info .price{
	font-size: 2em;
}
.blog-single article{
	padding: 15px;
	border-radius: 10px;
	background: #fff;
}
.child-contact-cta-box {
    background: linear-gradient(135deg, #0d68d5 0%, #2b90ec 100%);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.child-contact-cta-content {
    max-width: 100%;
}

.child-contact-cta-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.child-contact-cta-desc {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
}

.child-contact-cta-button {
    display: block;
    width: 100%;
    background: #f2f2f2;
    color: #0d68d5 !important;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.25s ease;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
}

.child-contact-cta-button:hover {
    transform: translateY(-2px);
    background: #ffffff;
    color: #0b5fc5 !important;
}
.blog-archive aside:not(:last-child), .blog-single aside:not(:last-child){
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}
.post-sidebar{
	padding: 0 !important;
	border: 0 !important;	
}
#post-list .box-blog-post{
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.blog-archive #post-list .box-blog-post .box-text{
	padding: 15px;
}
.blog-archive #post-list .box-blog-post .box-text .post-title{
	min-height: 46px;
}
.recent-blog-posts a{
	color: var(--fs-color-base);
}
.ux-spbc-page .product-small .box-text{
	border: 1px solid #dbdbdb;
}
.content-area.page-wrapper >.row >.large-12 >.col-inner{
	padding: 15px;
	border-radius: 10px;
	background: #fff;
}
.content-area.page-wrapper{
	padding-bottom: 0;
}
div#reviews.woocommerce-Reviews, .devvn_prod_cmt{
	max-width: 100%;
}
.star-rating span:before{
	color: #fe9727;
}
.fab-footer:not(:last-child){
	margin-bottom: 15px;
}
.fab-footer i{
	font-size: 20px;
	color: var(--primary-color);
	margin-right: 5px;
}
.f-content-wrapper p, .fab-footer-2 p{
    margin-bottom: 10px;
    line-height: 14px;
}
.f-content-wrapper a, .fab-footer-2 a{
	color: var(--fs-color-base);
}
.fb-footer-bottom{
	margin-top: 50px;
}
.fab-footer-2 .mb-1{
	font-size: 16px;
	font-weight: bold;
}
.ux-ft-info p:first-child{
	font-size: 16px;
	font-weight: bold;
}
.ux-ft-info p{
	margin-bottom: 10px;
    line-height: 14px;
}
@media (max-width: 849px) {
    .child-contact-cta-box {
        padding: 30px 22px;
        border-radius: 24px;
    }

    .child-contact-cta-title {
        font-size: 34px;
        margin-bottom: 16px;
    }

    .child-contact-cta-desc {
        font-size: 21px;
        margin-bottom: 26px;
    }

    .child-contact-cta-button {
        font-size: 30px;
        padding: 20px 16px;
        border-radius: 18px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
