/*
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.   ***************/
.desktop-fixed {
    position: fixed;
    right: 15px;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 80px;
    padding: 10px 0;
}
@media only all and (max-width: 767px){
/* .desktop-fixed {
    left: 0;
    bottom: -15px;
    background: #fff;
    border-radius: 0;
    width: 100%;
    z-index: 150;
    padding: 5px 0;
} */
    /* .desktop-fixed ul {
        display: flex;
    }
    .desktop-fixed ul li {
        width: 25%;
    }
    .desktop-fixed ul li a {
        margin: 0 auto;
    } */

}

.desktop-fixed ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;

}

.desktop-fixed ul li {
    margin: 15px 5px;
}

/* .desktop-fixed ul li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
} */

.desktop-fixed ul li a img {
    margin: auto;
    background-size: contain;
    width: 55px;
    height: 55px;
    display: block;
}
.text-banner h2 {
    font-size: 40px;
    line-height: 61px;
}
.text-banner p {
    font-size: 14px;
    line-height: 21px;
}
.btn-banner {
    font-size: 16px;
    padding: 0px 40px;
    border: none;
    border-radius: 12px;
}
.btn-banner:hover {
    color: #17312c !important;
    background: #fff !important;
    box-shadow: none;
    border: none;
}
.title-home h2 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: 61px;
}
.text-gp {
    padding: 25px;
}
.box.has-hover:hover .box-text .text-gp h3 {
	border-bottom: 1px solid #fff;
}
.text-gp h3 {
    font-size: 20px;
    line-height: 32px;
    display: inline;
}
.text-gp p {
    font-size: 14px;
    line-height: 24px;
}
.product-small.box {
    background: #F3F3F3;
    border-radius: 4px;
}
.product-small .box-text .product-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.product-small.box .box-text .add-to-cart-button a {
    background: none;
    border: none;
    box-shadow: none;
    color: #17312C;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.product-small.box .box-text .add-to-cart-button a:hover {
    background: #c43a41;
    color: #fff;
}
.blog-ct .is-divider {
    display: none;
}
.blog-ct .box-text {
    padding: 15px 30px;
}
.blog-ct .box-text .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
    margin: 15px 0;
}
.blog-ct .box-text .cat-label {
    font-weight: 700;
    font-size: 13px;
    color: #C43A41;
    opacity: 1;
}
.blog-ct .box-text .post-meta {
    position: relative;
    top: -113px;
    left: 72px;
    opacity: .6;
    font-weight: 400;
    font-size: 13px;
}
.text-ft p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.sec-ft .icon-box-img img {
    padding-top: 0 !important;
}
button.wpcf7-submit {
    background: none !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 0;
}
button.wpcf7-submit img {
    width: 24px;
    margin-left: 8px;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    background: none !important;
    border-radius: 0;
    border: none;
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
}
.sec-ft .wpcf7-form-control-wrap {
    border-bottom: 1px solid #fff;
    margin: 30px 0;
}
.text-ft-tt p {
    font-size: 14px;
}
.fl-icon {
    position: relative;
    top: -55px;
}
.fl-icon i {
    color: #939393;
}
.col-ft-2::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(204 204 204 / 9%);
}
.col-ft-2::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(204 204 204 / 9%);
}
.absolute-footer {
    border-top: 1px solid;
    border-color: rgb(204 204 204 / 9%);
    padding-top: 20px;
}
.header-nav-main.nav-left {
    justify-content: center;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.text-banner h2 {
    font-size: 30px;
    line-height: 40px;
}
	.product-small .box-text .product-title {
		font-size: 13px;
	}
	.product-small.box .box-text .add-to-cart-button a {
		font-size: 13px;
	}
	#logo {
    width: 110px !important;
    position: relative;
    left: -80px;
}

}