/*
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.   ***************/
h1 {
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 45px;
}

h2 {
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 45px;
}

h3 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
}

h4 {
    font-size: 25px;
    text-transform: capitalize;
    line-height: 35px;
}

h5 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 25px;
}

p { 
	font-size: 16px;
    line-height: 30px;
}

a.lead, p.lead {
    font-size: 1.3em;
    line-height: 1.8em;
}

ul.nav.top-bar-nav.nav-right.nav-small.nav-divided {
    font-size: 14px;
}

.radius-12 {
	border-radius: 12px;
	overflow: hidden;
}

@media (min-width: 990px) {

    h1 {
        font-size: 45px;
        text-transform: capitalize;
        line-height: 50px;
    }

    h2 {
        font-size: 45px;
        text-transform: capitalize;
        line-height: 50px;
    }

    h3 {
        font-size: 30px;
        text-transform: capitalize;
        line-height: 40px;
    }

    h4 {
        font-size: 24px;
        text-transform: capitalize;
        line-height: 35px;
    }

    h5 {
        font-size: 20px;
        text-transform: capitalize;
        line-height: 30px;
    }

    h6 {
        font-size: 18px;
        text-transform: capitalize;
        line-height: 25px;
    }


    ul.nav.top-bar-nav.nav-right.nav-small.nav-divided {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {

    h1 {
        font-size: 48px;
        text-transform: capitalize;
        line-height: 60px;
    }

    h2 {
        font-size: 40px;
        text-transform: capitalize;
        line-height: 50px;
    }

    h3 {
        font-size: 30px;
        text-transform: capitalize;
        line-height: 40px;
    }

    h4 {
        font-size: 24px;
        text-transform: capitalize;
        line-height: 35px;
    }

    h5 {
        font-size: 20px;
        text-transform: capitalize;
        line-height: 30px;
    }

    h6 {
        font-size: 18px;
        text-transform: capitalize;
        line-height: 25px;
    }

    ul.nav.top-bar-nav.nav-right.nav-small.nav-divided {
        font-size: 16px;
    }
}




/*========================*/
/****** Header style ******/
/*========================*/

header.header .header-top {
    padding: 10px 0;
}
header.header .header-top .nav > li {
	
}
header.header .header-top .nav > li > a,
header.header .header-top .links > li > a {
    font-size: 14px;
    text-transform: uppercase;
}
header.header .header-top .nav > li > a span,
header.header .header-top .links > li > a span {
    font-size: 11px;
	font-weight: 400;
    text-transform: uppercase;
}
header.header .header-top .nav-divided>li+li>a:after {
    display: none;
}
header.header .header-top .nav-small .image-icon {
    height: 20px;
}

@media (min-width: 850px) {
    header.header .header-top  .nav-divided>li {
        margin: 0 6px;
    }
}

header.header .header-main {
}

header.header .header-main .nav > li > a,
header.header .header-main .links > li > a {
    font-size: 14px;
    font-weight: 400;
}

header.header .header-main .button.primary {
    font-weight: 400;
    padding: 7px 30px;
}

@media screen and (max-width: 849px) {
    .medium-logo-center .logo {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 850px) {
    .menu-item-design-full-width .nav-dropdown .row:not(.row-collapse),
    .menu-item-design-full-width .nav-dropdown .row:not(.row-collapse) {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1200px) {
    header.header .header-main .nav > li,
    header.header .header-main .links > li {
        margin-right: 20px;
        margin-left: 20px;
    }

    header.header .header-main .nav > li > a,
    header.header .header-main .links > li > a {
        font-size: 14px;
    }
}
.nav-dropdown-has-border .nav-dropdown {
    border: none !important;
    box-shadow: none  !important;
}

/*========================*/
/****** Footer style ******/
/*========================*/
footer.footer-wrapper {}
footer.footer-wrapper a,
footer.footer-wrapper .icon-box a,
footer.footer-wrapper .ux-menu-link__link{
    color: #ffffff;
}
footer.footer-wrapper .row.footer-trust-badges {
	margin-left: -5px !important;
}
footer.footer-wrapper  .section-title-container h3.section-title,
footer.footer-wrapper  .section-title-container h4.section-title,
footer.footer-wrapper  .section-title-container h5.section-title,
footer.footer-wrapper  .section-title-container h3.section-title span,
footer.footer-wrapper  .section-title-container h4.section-title span,
footer.footer-wrapper  .section-title-container h5.section-title span {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}


footer.footer-wrapper .ux-logo .ux-logo-link {
    padding-left: 0px !important;
}

footer.footer-wrapper .icon-box p {
    margin-bottom: 0;
}

footer.footer-wrapper .gallery-col {
    padding: 5px;
}
footer.footer-wrapper .footer-badges {
	gap: 10px;
}
footer.footer-wrapper .footer-badges .img {
	max-width: 50px;
}
footer.footer-wrapper .footer-badges .img img {
	border-radius: 8px;
}
footer.footer-wrapper .footer-badges p {
	margin: 0;
}
footer.footer-wrapper .absolute-footer {
    padding: 5px 0;
}
footer.footer-wrapper .absolute-footer,
footer.footer-wrapper .absolute-footer ul a{
    font-size: 12px;
}
footer.footer-wrapper .ux-menu-link--active .ux-menu-link__link, 
footer.footer-wrapper .ux-menu-link:hover .ux-menu-link__link {
	color: #fff;
	text-decoration: underline;
}
footer.footer-wrapper .absolute-footer .footer-primary {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
}

footer.footer-wrapper .absolute-footer ul {
    border: none;
    opacity: 1;
    padding: 0;
}
footer.footer-wrapper .absolute-footer .footer-secondary .payment-icon {
    background-color: #ffffff !important;
}
footer.footer-wrapper .absolute-footer .footer-secondary  svg ,
footer.footer-wrapper .absolute-footer .footer-secondary  svg path{
    color:  #000000 !important;
    fill: #000000 !important;
}
@media (max-width: 850px) {
	footer.footer-wrapper .absolute-footer .footer-primary {
		justify-content: center;
	}
}

@media (min-width: 850px) {
	footer.footer-wrapper > section.section,
    footer.footer-wrapper  .section.has-block {
        padding-top: 80px!important;
    }
    footer.footer-wrapper .ux-logo {
        margin-top: -60px;
    }

    footer.footer-wrapper .absolute-footer ul li {
        padding-left: 20px;
        position: relative;
    }
    footer.footer-wrapper .absolute-footer ul li:before {
        background-color: #ffffff;
        content: '';
        height: 14px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
    }

}

@media (min-width: 990px) {
	footer.footer-wrapper > section.section,
    footer.footer-wrapper  .section.has-block {
        padding-top: 100px!important;
    }
    footer.footer-wrapper .ux-logo {
        margin-top: -80px;
    }

}

@media (min-width: 1200px) {
	footer.footer-wrapper > section.section,
    footer.footer-wrapper  .section.has-block {
        padding-top: 120px !important;
    }
    footer.footer-wrapper .ux-logo {
        margin-top: -120px;
    }

    footer.footer-wrapper .absolute-footer,
    footer.footer-wrapper .absolute-footer ul a{
        font-size: 14px;
    }
}

/*========================*/
/*** Custom element  ******/
/*========================*/

/* Banner */
.banner h1 {}
.banner .button {}

@media (min-width: 990px) {
	.banner h1 {}
}
@media (min-width: 850px) and (max-width: 1300px) {
	.home-page-banner {}
	.home-page-banner .text-box {
		padding-left: 15px;
	}
	.banner .text-box.x5{
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.banner h1 {
		font-size: 48px;
		line-height: 60px;
	}
}


/* element button */

.button, button, input[type=button], input[type=reset], input[type=submit] {
    font-weight: 400;
	padding: 5px 30px;
    line-height: 2em !important;
    min-height: 2em!important;
}
.button.white {
   background-color: #FFF9E7 !important;
}
.button.white,
.button.white span {
    color: var(--fs-color-primary);
}

.button.white:hover {
    color: var(--fs-color-primary);
    background-color: transparent;
    border-color: var(--fs-color-primary);
}

.button.white.is-outline {
    background-color: transparent!important;
    border-color: #FFF9E7;
    color: #FFF9E7;
}

.button.white.is-outline i,
.button.white.is-outline span {
    color: #FFF9E7;
}
.button.white.is-outline.btn-call-us i {
    background-color:  #FFF9E7;
    border-radius: 50%;
    padding: 5px;
    color: #000;
}

.button.white.is-outline.btn-call-us:hover i {
    background-color: var(--fs-color-primary) !important;
    color: #FFF9E7 !important;
}

.button.white.is-outline:hover {
    color: #FFF9E7;
    background-color: var(--fs-color-primary) !important;
    border-color: var(--fs-color-primary) !important;
}
.button.white.is-outline:hover i,
.button.white.is-outline:hover span {
    color: #FFF9E7 !important;
}
.button .icon-angle-right:before {
	background-image: url('assets/images/icon-arrow-right.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: flex;
	height: 10px;
	width: 30px;
}

.button.icon.circle, 
.button.icon.round {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    line-height: 2em !important;
    min-height: 3em !important;
    min-width: 3em !important;
}

.social-icons .button i {
	top: 0 !important;
}

/*element image box*/
.box.has-hover {}
.box.has-hover.box-overlay.box-text-bottom {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.box.has-hover.box-overlay.box-text-bottom .box-image {
    position: relative;
}

.box.has-hover.box-overlay.box-text-bottom .box-image  img {
    transition: transform 0.5s ease;
}
.box.has-hover.box-overlay.box-text-bottom .box-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    transition: opacity 0.3s ease;
}
.box.has-hover.box-overlay.box-text-bottom:hover .box-image:after {
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));
    height: 100%;
}

.box.has-hover.box-overlay.box-text-bottom .box-text {
	padding-top: 10px;
	padding-bottom: 10px;
}

.box.has-hover.box-overlay.box-text-bottom  h3 {
    color: var(--fs-color-primary);
    font-size: 22px;
    text-shadow: none;
}

.box.has-hover.box-overlay.box-text-bottom ,
.box.has-hover.box-overlay.box-text-bottom  p {
    color: var(--fs-color-base);
	font-size: 16px;
    text-shadow: none;
}


.box.has-hover.box-overlay.box-text-bottom .box-text p {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
    height: 0;
}
.box.has-hover.box-overlay.box-text-bottom:hover .box-image img {
    transform: scale(1.1);
}
.box.has-hover.box-overlay.box-text-bottom:hover .box-text  {
    bottom: 0.5rem;
}

.box.has-hover.box-overlay.box-text-bottom:hover .box-text p {
    opacity: 1;
    transform: none;
    height: auto;
}

.box.has-hover.box-text-bottom:not(.box-overlay) .box-image {
	margin-bottom: 15px;
}


@media (min-width: 850px) and (max-width: 1200px) {
	.why-choose-else {
        flex-basis: 50%;
        max-width: 50%;
	}	
}

@media (min-width: 850px) and (max-width: 1300px) { 
	.box.has-hover.box-overlay.box-text-bottom .image-cover {		
    	padding-top: 170%;
	}
	.box.has-hover.box-overlay.box-text-bottom .box-text p {
		font-size: 14px;
	}
}

/* element title */
.section-title-container {
    margin-bottom: 0;
}

.section-title-container .section-title-normal {
    border: none !important;
}

.section-title-container .section-title.section-title-center {
    justify-content: center;
}

.section-title-container .section-title-normal span {
    border: none;
}

.section-title-container .section-title b {
    display: none;
}
/* CTA style */
.bottom-cta {}
@media (min-width: 1200px) {
	.bottom-cta {
		padding-bottom: 85px;
	}
}
/* style for table html */

table {
    width: 100%;
}
table th, table td {
    padding: 10px !important;
    text-align: left;
}
table thead {
    background-color:  var(--fs-color-primary);
    color: #ffffff;
}

/* Style contact form 7 */
.wpcf7 .row > .col {
    padding-bottom: 0;
}

.wpcf7 input[type=date], .wpcf7 input[type=email],
.wpcf7 input[type=number], .wpcf7 input[type=password],
.wpcf7 input[type=search], .wpcf7 input[type=tel],
.wpcf7 input[type=text], .wpcf7 input[type=url],
.wpcf7 select, .wpcf7 textarea {
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #69727d;
    color: #1f2124;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    font-size: 18px;
    min-height: 46px;
    padding: 5px 20px;
    width: 100%;
}

.wpcf7 textarea {
    min-height: 100px;
}

.wpcf7 .button,
.wpcf7 input[type=button].button,
.wpcf7 input[type=reset].button,
.wpcf7 input[type=submit],
.wpcf7 input[type=submit].button {
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #69727d;
    max-width: 100%;
    vertical-align: middle;
    min-height: 46px;
    padding: 5px 20px;
    width: 100%;
}

@media (max-width: 640px) {
}

/* Inner pave style */
@media (max-width: 768px) {

	.table-responsive {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.specs-table {
		width: 100%;
		min-width: 700px;
		border-collapse: collapse;
	}
}


/*** shop-page-content **/
.shop-page-title.featured-title   {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-page-title.featured-title  h1.shop-page-title {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 50px;
}

@media (min-width: 1200px) {
    .shop-page-title.featured-title  h1.shop-page-title {
        font-size: 55px;
        line-height: 60px;
    }
}

.featured-title .woocommerce-result-count,
.featured-title .woocommerce-ordering{
    display: none;
}

.product-lightbox.lightbox-content{}

.product-lightbox.lightbox-content .product-lightbox-inner h1{
	font-size: 2.4em;
	line-height: 2em;
}