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

/** Font Barlow **/
/* @import url("assets/fonts/Barlow/font-Barlow.css"); */

/** Font Barlow Condensed **/
/* @import url("assets/fonts/BarlowCondensed/font-BarlowCondensed.css"); */

/** Font Be Vietnam Pro **/
/* @import url("assets/fonts/BeVietnamPro/font-BeVietnamPro.css"); */

/** Font Mulish **/
/* @import url("assets/fonts/Mulish/font-Mulish.css"); */

/** Font Open Sans **/
/* @import url("assets/fonts/OpenSans/font-OpenSans.css"); */

/** Font Plus Jakarta Sans **/
/* @import url("assets/fonts/PlusJakartaSans/font-PlusJakartaSans.css"); */

/** Font Roboto **/
/* @import url("assets/fonts/Roboto/font-Roboto.css"); */

/** Font Inter **/
@import url("assets/fonts/Inter/font-Inter.css");

/** Font SVN-Gilroy **/
/* @import url("assets/fonts/SVN-Gilroy/font-SVN-Gilroy.css"); */

/** Font SVN-Poppins **/
/* @import url("assets/fonts/SVN-Poppins/font-SVN-Poppins.css"); */

input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}

.featured-box .icon-box-img img {
    padding-top: 0;
}

.w-70 {
    width: 70% !important;
}

.col-pb_0 {
    padding-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.wpcf7-spinner {
    display: none;
}

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

h1,h2,h3,h4,h5,h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Inter", sans-serif;
}

.alt-font {
    font-family: "Inter", sans-serif;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.wpcf7-form-control-wrap textarea {
    min-height: 90px;
    box-shadow: none;
    border-radius: 5px;
}

form input[type="submit"] {
    height: 40px;
    padding: 0px 30px;
    border-radius: 5px;
}

/** Header CSS **/

.header-button-1 .header-button {
    display: flex;
}

.header-button-1 .header-button::before {
    display: none;
}

.header-button-1 .header-button::before,
.header-button-1 .header-button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: linear-gradient(90deg, #BC3B1A 0%, #FF5F36 100%);
    cursor: pointer;
}

.header-button a.button.primary {
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(90deg, #BC3B1A 0%, #FF5F36 100%);
}

.header-button-1 .header-button:hover::before {
    display: block;
}

.header-button-1 .header-button:hover::after {
    display: none;
}

.header-button-1 .header-button:hover::before,
.header-button-1 .header-button:hover::after {
    background: linear-gradient(90deg, #FF8534 0%, #FFCB65 100%);
}

.header-button-1 .header-button:hover a.button.primary {
    border: 0;
    box-shadow: none;
    transition: none;
    background: linear-gradient(90deg, #FF8534 0%, #FFCB65 100%);
}

.header-button a.button.primary span {
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
}

/** Nav **/

.header-main .nav > li > a,
#wide-nav .nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.transparent .header-main  ul.nav > li > a {
    color: #333333;
}

.transparent .header-main  ul.nav > li.active > a,
.transparent .header-main ul.nav > li > a:hover {
    color: #BC3B1A;
}

/** Breadcrumbs **/

.webrt-page-title {
    background: #F1F1F1;
}

.webrt-page-title .page-title-inner {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumbs {
    font-weight: 600;
}

.breadcrumbs > span {
    display: flex;
    align-items: center;
}

.breadcrumbs span i,
.breadcrumb span i {
    font-size: 15px;
    padding: 0px 8px;
    line-height: 20px;
}

.breadcrumbs a {
    color: #bc3b1a;
}

.menu-page.justify-start {
    justify-content: center;
}

.menu-page.stack-col {
    flex-direction: row;
}

.menu-page > .menu-item {
    position: relative;
}

.menu-page > .menu-item a {
    color: #FFF;
    min-height: auto;
}

.menu-page > .menu-item:not(:last-child)::after {
    content: "/";
    color: #FFF;
    position: absolute;
    font-size: 13px;
    top: 5px;
    right: 9px;
}

.menu-page > .menu-item:not(:last-child) a {
    padding-right: 25px;
}

/** Footer CSS **/

#footer {
    color: #FFF;
    background: url("assets/images/bg_footer.jpg") no-repeat center / cover;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #FFCB65;
}

#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-widgets-aside:nth-child(2),
.footer-widgets-aside:nth-child(3) {
    flex-basis: 20%;
    max-width: 20%;
}

.footer-widgets-aside:nth-child(1),
.footer-widgets-aside:nth-child(4) {
    flex-basis: 30%;
    max-width: 30%;
}

.footer-widgets-aside ul > li + li {
    border-top: 0;
}

.footer-widgets-aside ul.menu li {
    list-style-type: none;
}

.footer-widgets-aside ul.menu li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    padding-right: 5px;
    opacity: 1;
}

.footer-widgets-aside span.widget-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 28.8px;
    text-transform: none;
    padding-bottom: 5px;
}

.footer-widgets-aside:nth-child(4) ul li {
    margin: 0;
    position: relative;
    padding-left: 55px;
    margin-bottom: 20px;
}

.footer-widgets-aside:nth-child(4) ul li:last-child {
    margin-bottom: 0;
}

.footer-widgets-aside:nth-child(4) ul li::before {
    content: "";
    background: url("assets/images/footer-phone.png") no-repeat center / contain;
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
}

.footer-widgets-aside:nth-child(4) ul li:nth-child(2):before {
    background: url("assets/images/footer-email.png") no-repeat center / contain;
}

.footer-widgets-aside:nth-child(4) ul li:nth-child(3)::before {
    background: url("assets/images/footer-map.png") no-repeat center / contain;
}

.absolute-footer > .container {
    position: relative;
}

.absolute-footer > .container::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: auto;
    border-top: 1px solid #FFF;
    top: -20px;
    left: 15px;
}

.absolute-footer.dark {
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background: transparent;
}

#footer a.back-to-top {
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 40px;
    background: linear-gradient(90deg, #FF8534 0%, #FFCB65 100%);
}

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

/** Responsive CSS **/

/*
 * iPad
 */
 @media only screen and (max-width: 64em) {
    /** Header **/
    
    /** Footer **/
}

/*
 * Mobile
 */
@media only screen and (max-width: 48em) {
    /** Header **/
    .breadcrumbs > span {
        flex-wrap: wrap;
    }
    /** Footer **/
    .footer-widgets-aside:nth-child(1),
    .footer-widgets-aside:nth-child(4) {
        flex-basis: 100%;
        max-width: 100%;
    }
    .footer-widgets-aside:nth-child(2),
    .footer-widgets-aside:nth-child(3) {
        flex-basis: 50%;
        max-width: 50%;
    }
    .footer-widgets-aside span.widget-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        padding-bottom: 0px;
    }
    .absolute-footer.dark {
        font-size: 13px;
    }
}