/*
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 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"); */

* {
    scroll-behavior: smooth !important;
}

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

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

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

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

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;
}

.wpcf7-spinner {
    display: none;
}

/** Header **/

.transparent .header-main {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 20.95%, rgba(0, 0, 0, 0) 100%);
}

.transparent #logo img.header_logo {
    display: none;
}

.transparent #logo img.header-logo-dark {
    display: block !important;
}

.transparent .header-main ul.header-nav > li.menu-item > a,
.transparent .header-main .nav > li > a,
.transparent .header-main .nav > li > a > i:not(.icon-angle-down) {
    color: #FFF !important;
}

.nav-spacing-xlarge > li {
    margin: 0 15px;
}

.transparent .header-main ul.header-nav > li.menu-item.active  > a,
.transparent .header-main ul.header-nav > li.menu-item > a:hover {
    color: #E46F02 !important;
}

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

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

/** Nav Menu **/

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

/** Menu **/

ul.header-nav.nav-uppercase >li.menu-item >a {
    text-transform: uppercase;
}
  
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: rgb(0 0 0 / 1%);
}

.nav-dropdown-default .nav-column li>a, 
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px dashed rgb(0 0 0 / 15%);
}

.nav-column>li>a, 
.nav-dropdown>li>a, 
.nav-vertical-fly-out>li>a, 
.nav>li>a {
    color: #222;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0;
    padding: 10px;
    min-width: 290px;
}

.nav-dropdown li {
    font-size: 14px;
}

li.current-dropdown>.nav-dropdown-full,
li.has-dropdown:hover>.nav-dropdown-full {
    display: block;
}

.nav-dropdown-full>li.nav-dropdown-col {
    width: 25%;
    float: left;
}

.nav-dropdown .menu-item-has-children>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown .title>a {
    color: #222;
    font-size: 14px;
    font-weight: bold;
}

#main-menu ul.nav-sidebar .html.custom {
    color: #FFF;
    flex-flow: nowrap;
}

#main-menu ul.nav-sidebar .html.custom i {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #FFF;
}

/** Menu sub-menu 3 **/

.nav-dropdown>li.nav-dropdown-col {
    display: block;
}

.nav-dropdown {
    border: 1px solid #ddd;
    padding: 0;
}
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a {
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.nav-dropdown-default>li:hover>a, 
.nav-dropdown .nav-dropdown-col>ul li:hover>a {
    color: #2489db;
}

.nav-dropdown-default>li.menu-item-has-children>a {
    position: relative;
}

.nav-dropdown-default>li.menu-item-has-children>a::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 40px;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 10px;
    margin-left: -10px;
}

.nav-dropdown .nav-dropdown-col>ul {
    margin-top:-40px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    display:none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col {
    width:100%;
    border-right:0;
}

.nav-dropdown .nav-dropdown-col>ul li a {
    padding:10px;
    text-transform: none;
    color:black;
}

.header-nav li.nav-dropdown-col:hover >ul {
    display:block !important;
}

/** Mega Menu **/

ul.nav.header-nav >li.mega-menu {
    position: initial;
}

li.mega-menu.current-dropdown>.nav-dropdown {
    left: 0px;
    margin-left: 0px !important;
}

.mega-menu ul.sub-menu li {
    width: 33.333%;
    float: left;
    padding-left: 42px;
    padding-right: 10px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}

.mega-menu .nav-dropdown-default .nav-column li>a,
.mega-menu .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 0;
}

/** Menu Mobile **/


/** Footer **/

.footer-form h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-wrapper .footer-form p {
    line-height: 25px;
    padding-bottom: 0px;
}

#footer .footer-form input[type="text"],
#footer .footer-form input[type="email"] {
    margin: 0;
    width: 98%;
    height: 45px;
    border: 0;
    line-height: 45px;
    border-radius: 5px;
}

#footer .footer-form input[type="submit"] {
    margin: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #FFF;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
}

#footer {
    color: #222;
    background: #FFF;
}
#footer a {
    color: #222;
}
#footer a:hover {
    color: #E46F02;
}
#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-widgets-aside ul.menu li {
	list-style-type: none;
}
.footer-widgets-aside ul.menu>li+li {
	border-top: 0;
}
.footer-widgets-aside .widget_social ul {
    padding: 0px 10px;
    border-radius: 6px;
    width: max-content;
    background: #EFEFEF;
}
.footer-wrapper .widget .widget-title{
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 500;
}
.footer-wrapper p{
    margin-bottom: 0;
    line-height: 30px;
    padding-bottom: 5px;
}
.footer-wrapper p i {
    margin-right: 5px;
}
.absolute-footer .container {
    position: relative;
}
.absolute-footer .container::before {
    content: "";
    width: calc(100% - 30px);
    height: auto;
    top: -15px;
    left: 15px;
    position: absolute;
    border-top: 1px solid #222;
}
#footer .absolute-footer.dark {
    color: #222;
    padding: 15px 0px;
    background-color: #FFF;
    font-style: italic;
}
#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: 55px;
    background: #E46F02;
}

/** Home **/

.title-home h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40.8px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.title-home h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #E46F02;
    padding-left: 35px;
    position: relative;
}

.title-home h4::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #E46F02;
    position: absolute;
    top: 50%;
    left: 0;
}

.title-home p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.btn-home {
    margin: 0;
    height: 40px;
}

.btn-home span {
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
}

.rt-section-02 .box .btn-home .icon-angle-right::before {
    background: #FFF;
    mask: url("assets/images/icon-arrow.svg") no-repeat right;
    -webkit-mask: url("assets/images/icon-arrow.svg") no-repeat right;
}

.btn-home .icon-angle-right::before {
    content: "";
    background: url("assets/images/icon-arrow.svg") no-repeat right;
    height: 12px;
    width: 38px;
    display: block;
}

.btn-home:hover .icon-angle-right::before {
    background: #FFF;
    mask: url("assets/images/icon-arrow.svg") no-repeat right;
    -webkit-mask: url("assets/images/icon-arrow.svg") no-repeat right;
}

.tabbed-content h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    bottom: -1.5px;
    background-color: #e46f02;
}

.tabbed-content ul.nav li {
    margin: 0;
    border-bottom: 1px solid #DEDEDE;
}

.tabbed-content ul.nav li a {
    color: #626262;
    padding-left: 20px;
    padding-right: 20px;
}

.tabbed-content ul.nav li.active a {
    color: #222;
}

.rt-section-02 .slider .flickity-slider .row {
    opacity: 1;
}

.rt-section-02 .box.box-overlay .box-text {
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.rt-section-02 .box.box-overlay .box-text p {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.01em;
}

.rt-section-02 .box.box-overlay .box-text h4 {
    font-size: 58px;
    font-weight: 900;
    line-height: 58px;
}

.rt-section-02 .white.is-outline.btn-home:hover {
    color: #FFF !important;
    background-color: #E46F02 !important;
    border-color: #E46F02;
}

.rt-section-04 .icon-box .icon-box-text {
    padding-left: 15px;
    padding-right: 15px;
}

.rt-section-04 .icon-box .icon-box-text h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.rt-section-04 .icon-box .icon-box-text p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.rt-section-06 h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-transform: capitalize;
}

.rt-section-06  .row-small > .flickity-viewport > .flickity-slider > .col.post-item {
    padding-bottom: 0px;
}

.rt-section-06 .col.post-item:nth-child(1) .box-text {
    padding-top: 25%;
    background: linear-gradient(360deg, #8F009B 0%, rgba(143, 0, 155, 0) 100%);
}

.rt-section-06 .col.post-item:nth-child(2) .box-text {
    padding-top: 25%;
    background: linear-gradient(360deg, #00199B 0%, rgba(0, 25, 155, 0) 100%);
}

.rt-section-06 .post-meta {
    background: #E46F02;
    padding: 0px 15px;
    border-radius: 20px;
    width: max-content;
    text-shadow: none;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    opacity: 1;
}

.rt-section-07 .title-home h2 {
    margin-bottom: 5px;
}

.rt-section-07 .box p.cat-label {
    opacity: 1;
    background: #dff20f;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 15px;
    color: #222;
}

.box.box-normal.box-blog-post h5.post-title a {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.box .box-text .is-divider {
    display: none;
}

.post-item .col-inner .post-meta::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    padding-right: 5px;
}

/** Product **/

span.amount {
    color: #222;
    font-size: 15px;
}

del span.amount {
    font-size: 13px;
}

.product-small.box p.woocommerce-loop-product__title a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.image-tools.bottom a {
    color: #222;
    font-size: 16px;
    background: #dff20f;
}

/** Page Product **/

.rt-page-02 .img {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}

.rt-page-02 h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
    color: #FF8717 !important;
}

.rt-page-02 h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.rt-page-02 a.button {
    height: 52px;
    line-height: 52px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
}

.rt-page-02 a.button span {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
}

.rt-page-02 .row.large-columns-1 >.col {
    padding-bottom: 0px;
}

.rt-page-02 .product-small.box.box-vertical {
    border-radius: 10px;
    overflow: hidden;
	background: #FFF;
}

.product-small.box.box-vertical .image-tools.bottom a {
    display: none;
}

.product-small.box.box-vertical .box-text {
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-small.box.box-vertical .btn_cart a {
    height: 34px;
    line-height: 34px;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    border: 1px solid #1E1E1E;
}

.rt-page-03 .col.large-2,
.rt-page-03 .col.large-3 {
    flex-basis: 20%;
    max-width: 20%;
}

.rt-page-03 .col.large-2 .box,
.rt-page-03 .col.large-3 .box {
    background: #F6F6F6;
    border-radius: 10px;
}

.rt-page-03 .box .box-text h4 {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.gg-map p {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.category-page-row .shop-page-title.category-page-title .page-title-inner {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ebebeb;
}

.shop-page-title.category-page-title .flex-col, .product-show {
    display: flex;
    align-items: center;
}

.shop-page-title.category-page-title .flex-col.flex-grow {
    justify-content: flex-start;
    align-items: baseline;
}
.shop-page-title h1.shop-page-title {
    width: auto;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
}
/** Widget **/

body.admin-bar #shop-sidebar {
    top: 130px;
}

#shop-sidebar {
    position: sticky;
    top: 100px;
}

.widget .is-divider {
    margin: 5px;
	display: none;
	background: transparent;
}

#shop-sidebar .widget span.widget-title,
.post-sidebar .widget span.widget-title {
    width: 100%;
    display: block;
    background: #000;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF;
}

#shop-sidebar .widget ul,
.post-sidebar .widget ul {
    border: 1px solid #DDD;
}

#shop-sidebar .widget ul>li,
.post-sidebar .widget ul>li {
    padding-left: 15px;
    padding-right: 15px;
}

#shop-sidebar .widget ul>li>a,
.post-sidebar .widget ul>li>a {
    padding: 10px 0px;
}

.recent-blog-posts-li .recent-blog-posts {
    padding: 10px 0;
}

.recent-blog-posts-li .recent-blog-posts .badge {
    width: 80px;
    height: 65px;
}

.recent-blog-posts-li .recent-blog-posts a {
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month {
    color: #334862;
    font-size: 10px;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 10px;
    padding-right: 5px;
}

#supporter-info ul li {
    margin: 0;
    line-height: 45px;
}

#supporter-info ul li:not(:last-child) {
    border-bottom: 1px solid #DDD;
}

#supporter-info ul li i {
    padding-right: 10px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	body.home #header.header.has-transparent,
	body.home #header.header.transparent {
		position: relative;
		background: #162937;
	}
	.slider-video__home {
    	height: 100%;
		min-height: 100%;
		padding-top: 300px !important;
	}
	.slider-video__home .hide-for-medium {
    	display: block !important;
  	}
	.tabbed-content h4 {
		font-size: 25px;
	}
	.tabbed-content ul.nav li a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.title-home h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.rt-section-02 .box.box-overlay .box-text h4 {
		font-size: 40px;
	}
	.rt-section-02 .box.box-overlay .box-text p {
		font-size: 16px;
	}
	.rt-section-06 h2 {
		font-size: 30px;
	}
	#footer .footer-form input[type="text"], #footer .footer-form input[type="email"] {
		margin-bottom: 5px;
	}
	.footer-form h4 {
		font-size: 20px;
	}
	.rt-page-02 h4 {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.rt-page-02 h2 {
		font-size: 28px;
	}
	.rt-page-02 .product-small.box.box-vertical .box-image {
		width: 30% !important;
		float: left;
	}
	.rt-page-02 .product-small.box.box-vertical .box-text {
		width: 70%;
		float: left;
	}
	.rt-page-03 .col.large-2, .rt-page-03 .col.large-3 {
		flex-basis: 50%;
  		max-width: 50%;
	}
}