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

@font-face {
    font-family: 'Avenir';
    src: url('font/Avenir-Medium.woff2') format('woff2'),
        url('font/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('font/Avenir-LightOblique.woff2') format('woff2'),
        url('font/Avenir-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('font/Avenir-Heavy.woff2') format('woff2'),
        url('font/Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('font/Avenir-Roman.woff2') format('woff2'),
        url('font/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1,h2,h3,h4, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, h5.post-title{font-family: 'Avenir', sans-serif!important; font-weight: 900!important;}
/*.alt-font{font-family: "Custom font name", sans-serif;}*/


/*************** MOBILE MENU STYLING   ***************/
li.header-block {
    display: block!important;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content { /* Menu Background Color */
    background-color: var(--fs-color-primary) !important;
	padding: 30px;
}

.off-canvas .nav-vertical>li>a { /* Main Menu Links Styling */
    font-size: 36px;
    color: #fff;
    line-height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px !important;
}

.nav-vertical>li>ul li a { /* Sub Menu Links Styling */
  color: #d26e4b;
}

.nav-vertical>li>ul li a:hover { /* Sub Menu Links: Hover Styling */
  color: #e4e4e4;
}
.mfp-content .toggle i {
    color: #FFF;
}
.nav-vertical li li.menu-item-has-children>a { /* Sub Menu Links with Children: Styling */
    color: #ffffff;
    text-transform: none;
    font-size: 100%;
}

.toggle, .toggle:focus { /* Dropdown arrow styling */
    color: #d26e4b;
    opacity: 1;
}

@media screen and (max-width: 549px) { /* Close X styling for Phone */
.mfp-ready .mfp-close { 
	color:#fff;
    opacity: 1;
    mix-blend-mode: inherit;
}
li.html.custom.html_topbar_left a {
    color: #fff;
}
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content { /* Menu Transition Speed */
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover { /* Remove Background Hover */
    background-color: transparent;
}

.nav-sidebar.nav-vertical>li+li { /* Border Styling */
    border-top: 0px solid #ececec;
}

.nav-sidebar .button { /* Button Full Width */
    width:auto;
}
.nav-sidebar li.html.header-button-1, .nav-sidebar li.html.header-button-2 { /* Button Small Margin */
	margin:4px !important;
}

@media screen and (max-width: 549px) { /* Width & Padding Menu - Phone Only */
	.off-canvas .sidebar-menu, .cart-popup-inner.inner-padding {
	padding: 0px 0px;
	}
	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
	width: 100%;
	}

}

@media screen and (min-width: 550px) { /* Width & Padding Menu - Tablet Dekstop */
	.off-canvas .sidebar-menu, .cart-popup-inner.inner-padding {
	padding: 0px;
	}
	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
	width: 100%;
	}
}

@media screen and (min-width: 1800px) { /* Width & Padding Menu - Big Dekstop */
	.off-canvas .sidebar-menu, .cart-popup-inner.inner-padding {
	padding: 0px;
	}
	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
	width: 100%;
	}
}

.nav-vertical li li, .off-canvas:not(.off-canvas-center) .nav-vertical li>a, .nav-sidebar .off-canvas:not(.off-canvas-center) .nav-vertical li>a { /* Important Padding - Dont remove */
    padding-left: 0px;
	text-transform:uppercase;
}
.is-xxlarge-menu a {
    font-size: 80px;
    line-height: 1em;
}
.nav-vertical li li.menu-item-has-children { /* Important Padding - Dont remove */
	margin:0px;
}

.off-canvas:not(.off-canvas-center) li.html { /* Padding & Margin - Dont remove */
    padding: 0px;
    margin: 20px 0px;
}

.dark ul.menu>li>a:hover {
	color: #c8ac78;
	padding-left: 20px;
	transition: 0.3s all ease;
}
.dark ul.menu>li>a {
	transition: 0.3s all ease;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: none;
}
.nav-vertical li.current-menu-item a {
    color: var(--fs-color-secondary);
}
.mfp-ready .mfp-close {
    opacity: 1;
    background-color: var(--fs-color-primary);
    border-radius: 99px;
    mix-blend-mode: normal;
}
.mfp-close {
    right: 20px;
    top: 20px;
}
/* END MOBILE MENU STYLING */

.icon-angle-down:before {
	content:'';
    display: inline-block; /* Ensures the element displays properly */
    width: 40px;
    height: 40px; /* Set the height for the icon */
    background: url('img/arrow-down.svg') no-repeat center;
    background-size: contain; /* Ensures the SVG scales properly within the element */
}
.icon-menu:before {
	content:'';
    display: inline-block; /* Ensures the element displays properly */
    width: 30px;
    height: 30px; /* Set the height for the icon */
    background: url('img/menu.svg') no-repeat center;
    background-size: contain; /* Ensures the SVG scales properly within the element */
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}