/*
	Theme Name: Fulala
	Theme URI: http://www.fulala.fansis.vn/
	Description: This is Fulala genesis child theme created based on the Genesis Framework.
	Author: WAT Design Express
	Author URI: https://www.watdesignexpress.com/

	Version: 1.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: wat
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */


/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

template,
[hidden] {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-thumb {
	background: #c18834;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}



/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */


/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	/* 10px browser default */
}


/* Chrome fix */

body>div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #777;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #c18834;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 20px;
	font-size: 2rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

input,
[type="search"],
select,
textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

[type="search"],
[type="text"],
select,
[type="tel"],
[type="email"],
textarea,
[type="password"],
[type="url"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
}

select::-ms-expand {
	display: none;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 10px;
	color: #555;
}

h1 {
	font-size: 27px;
	font-size: 2.7rem;
}

h2 {
	font-size: 25px;
	font-size: 2.5rem;
}

h3 {
	font-size: 23px;
	font-size: 2.3rem;
}

h4 {
	font-size: 21px;
	font-size: 2.1rem;
}

h5 {
	font-size: 19px;
	font-size: 1.9rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 10px 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-webkit-input-placeholder,
::-moz-input-placeholder {
	color: #000;
	opacity: 1;
}

* {
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #c18834;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 13px 25px 11px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	line-height: 1.4;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #b57c2b;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 3px 5px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* ## Site Containers
--------------------------------------------- */

.site-inner {
	clear: both;
	padding: 30px 0;
	word-wrap: break-word;
	margin: 0 auto;
}

.elementor-page.genesis-title-hidden.full-width-content .site-inner {
	padding: 0;
}

.elementor-page .site-inner {
	margin-bottom: 0;
}


/* ## Column Widths and Positions
--------------------------------------------- */


/* ### Content */

.content {
	float: right;
	width: 75%;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.content::after,
.content-sidebar-wrap::after {
	content: "";
	display: block;
	clear: both;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.content,
.sidebar-primary {
	padding-left: 30px;
	padding-right: 30px;
}

.elementor-page .content,
.elementor-page .sidebar-primary {
	padding-left: 0;
	padding-right: 0;
}


/* ## Column Classes
--------------------------------------------- */


/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.clear,
.clearfix {
	clear: both;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 0px 0;
}


/* Back to top
---------------------------------------------------------------------------------------------------- */

.to-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 100px;
	left: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 997;
	color: #555;
	background: transparent;
	border: 2px solid;
	border-radius: 50%;
}

.to-top span { 
    width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
}

.to-top:hover,
.to-top:focus {
	color: #FFFFFF;
	background: #c18834;
	border-color: #c18834;
}

.to-top .dashicons {
	transition: color 0s ease-in;
	-webkit-transition: color 0s ease-in;
	-moz-transition: color 0s ease-in;
}

.to-top.top-is-visible {
	visibility: visible;
	opacity: 1;
}

.no-touch .to-top:hover {
	opacity: 1;
}


/* ## Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* ## Search Form
--------------------------------------------- */

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
	padding: 10px 15px;
}

.search-form input[type="submit"] {
	font-family: 'FontAwesome';
	font-style: normal;
}


/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

ul.wp-block-gallery {
	margin: 0 !important;
}

.widget.simple-social-icons ul li {
	margin: 0 6px 12px !important;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget ul>li {
	margin-bottom: 10px;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	display: none;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
	width: 100%;
    text-align: right;
    letter-spacing: .02em;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: rgba(255,255,255,.8);
	display: block;
	padding: 26px 10px;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}

.genesis-nav-menu > a {
	height: 70px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	width: 200px;
	z-index: 100;
	height: auto !important;
}

.genesis-nav-menu .sub-menu a {
	background-color: #c18834;
	color: rgba(255,255,255,.8);
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 15px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	line-height: 1.5;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	float: right;
}

.nav-primary .genesis-nav-menu .fs-hot-line {
	display: inline-block;
	float: right;
}

.nav-primary .genesis-nav-menu .hot-line-link {
    border: 1.5px solid;
    padding: 6px 15px 4px;
    border-radius: 100px;
    line-height: 1.4;
    margin: 17px 0 19px 15px;
    font-weight: 400;
    color: #fff;
    background: #b57c2b;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## After Header Navigation
--------------------------------------------- */

.admin-bar .sticky-menu,
.admin-bar .genesis-responsive-menu {
	top: 32px;
}

.sticky-menu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.nav-primary-wrapper {
	background-color: #c18834;
}

@-webkit-keyframes fadeInDown {
    from { opacity: 0; -webkit-transform: translateY(-100%); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-100%); }
    to { opacity: 1; transform: translateY(0); }
}

.wrap-header-menu .mysticky-primary {
	background: #fff;
}

.wrap-header-menu .after-header {
    max-width: 400px;
    padding: 0 15px;
    display: inline-block;
    width: 100%;
	height: 35px;
	float: left;
}

.wrap-header-menu .after-header .widget {
	margin-bottom: 0;
}

.after-header .fs-button-menu {
	font-size: 14px;
	color: #c18834;
	padding: 0 15px;
    cursor: pointer;
    height: 100%;
}

.after-header .fs-button-menu > i.fa-bars {
	font-size: 19px;
	margin: 7px 10px 0 0;
	float: left;
}

.after-header .fs-button-menu span {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 7px;
	float: left;
}

.after-header .fs-button-menu > i.fa-angle-down {
	float: right;
	font-size: 18px;
	margin-top: 8px;
}

.menu:not(.menu-primary) li.logo {
	display: none;
}

.after-header .widget_nav_menu {
	-webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    position: absolute;
    width: 370px;
    z-index: 99;
    background: #fff;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: none;
	opacity: 0;
}

/* body.home .mysticky-primary:not(.sticky-menu) .after-header .widget_nav_menu, */
.after-header:hover .widget_nav_menu {
	opacity: 1;
	display: block;
}


.after-header .menu {
	font-size: 14px;
	line-height: 1.4;
}

.after-header .menu .menu-item { 
	margin: 0;
	padding: 0;
}

.after-header .menu>.menu-item { 
	border-bottom: 1px solid #ececec;
}

.after-header .menu>.menu-item:last-child { 
	border: 0;
}

.after-header .menu>.menu-item>a { 
	text-transform: uppercase;
}

.after-header .menu a {
	padding: 12px 15px; 
	color: rgba(102,102,102,.85);
	display: block;
	cursor: pointer;
}

.after-header .menu a:hover,
.after-header .menu a:focus { 

}

.after-header .menu .sub-menu {
	display: none;
	opacity: 0;
	z-index: 999;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
    position: absolute;
    background: #fff;
    border: 2px solid #ddd;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    padding: 20px 0;
    top: -2px;
	left: 258px;
    font-size: 15px;
    width: 260px;
	min-height: 100%;
}

.after-header .menu > li.menu-item-has-children > .sub-menu {
	top: 0;
	left: 370px;
}

.after-header .menu .sub-menu a {
	padding: 10px 20px;
}

.after-header .menu>.menu-item-has-children>a::after,
.after-header .menu .sub-menu li.menu-item-has-children>a::after {
	content: '\f105';
	margin-left: 5px;
	min-width: 8px;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	float:  right;
}

.after-header .menu .menu-item:hover>.sub-menu {
	opacity: 1;
	display: block;
}


/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Page Title & Archive Title 
-------------------------------------------- */
.page-title, .archive-title {
    margin-bottom: 12px;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: initial;
	position: relative;
}

body:not(.genesis-title-hidden) .page-title-woocommerce {
	position: relative;
	padding: 20px 15px;
}

.single-product .page-title-woocommerce {
	display: none;
}

.wrap-header-menu .archive-description,
.wrap-header-menu .archive-description {
	margin-bottom: 12px;
}

.wrap-header-menu .archive-description p,
.wrap-header-menu .archive-description p {
	font-size: 14px;
	padding-top: 10px;
}

.breadcrumb {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 1px;
	padding: 0;
	text-transform: uppercase;
}


/* # Genesis - Hiden
--------------------------------------------- */
.genesis-title-hidden .page-title-woocommerce,
body.archive.category .page-title-woocommerce {
	display: none;
}


/* ## Entries
--------------------------------------------- */

.post-content ul>li,
.page-content ul>li {
	list-style-type: disc;
}

.post-content ol>li,
.page-content ol>li {
	list-style-type: decimal;
}

.post-content ol,
.post-content ul,
.page-content ol,
.page-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.pagination .nav-links {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.pagination .page-numbers {
	border: 2px solid #555;
    color: #555;
    background: transparent;
    display: inline-block;	
    font-weight: 700;
    font-size: 15px;
    margin: 3px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    padding: 0;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
	background: #c18834;
	border-color: #c18834;
	color: #fff;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	text-indent: -2000px;
	white-space: nowrap;
	color: transparent;
}

.pagination .prev.page-numbers::before,
.pagination .next.page-numbers::before {
	display: block;
	clear: both;
	text-indent: 1px;
	font-family: "Font Awesome 5 Pro";
	color: #555;
}

.pagination .prev.page-numbers::before {
	content: "\f053";
}

.pagination .next.page-numbers::before {
	content: "\f054";
}

.pagination .prev.page-numbers:hover::before,
.pagination .next.page-numbers:hover::before,
.pagination .prev.page-numbers:focus::before,
.pagination .next.page-numbers:focus::before {
	color: #fff;
}




/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 21px;
	margin-bottom: 0px;
	clear: both;
}

.comment-respond,
.entry-pings {
	padding: 50px 0;
}

.entry-comments h3,
h3#reply-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #555;
	text-align: center;
	text-transform: uppercase;
}

.entry-comments {
	color: #777;
	font-size: 16px;
}

.entry-comments a {
	color: #c18834;
}

.entry-comments a:hover,
.entry-comments a:focus {
	color: #231f20;
}

.entry-comments::after {
	content: "";
	display: block;
	clear: both;
}

h3#reply-title small {
	margin-left: 20px;
}

.comment-list li{
	clear: both;
}

.comment-list li::after{
	content: "";
	display: block;
	clear: both;
}

.comment-list li article {
	margin-bottom: 20px;
}

.comment-list li article::after {
	content: "";
	display: block;
	clear: both;
}

.comment-list > li:not(:last-child) {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-form {
	font-size: 16px;
}

.comment-form input,
.comment-form textarea {
	font-size: 15px;
	line-height: 1.4;
	padding: 7px 11px;
}

.comment-form textarea {
	padding: 10px 11px 0;
}

.comment-header {
	margin-bottom: 10px;
	font-size: 16px;
}

.comment-header .comment-meta {
	letter-spacing: .05em;
	font-size: 11px;
	line-height: 1.4;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
	float: left;
	margin-left: 76px;
}

.comment-reply {
	clear: both;
	float: right;
}

.comment-reply a {
	font-size: 11px;
	padding: 11px 15px;
	border: 1px solid;
	color: #c18834;
	text-transform: uppercase;
}

.comment-reply a:hover {
	background: #c18834;
	color: #fff;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond {
	background: rgba(0,0,0,.05);
	color: #777;
	padding: 25px;
	margin-top: 15px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	margin-right: 12px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 6px;
    display: inline-block;
    color: #231f20;
}

.comment-respond .comment-form .comment-form-cookies-consent {
	position: relative;
	clear: both;
}

.comment-respond .comment-form .comment-form-cookies-consent input {
	position: absolute;
	top: 6px;
}

.comment-respond .comment-form .comment-form-cookies-consent label {
	text-transform: initial;
	margin-left: 20px;
}

.comment-header p {
	margin-bottom: 0;
}

.comment-header .comment-author a {
	color: #777;
	font-weight: 700;
	font-style: italic;
}

.comment-header .comment-edit-link {
	font-size: 14px;
}

.entry-pings .reply {
	display: none;
}

#commentform p {
	margin-bottom: 15px;
}

#commentform a {
	color: #c18834;
}

#commentform a:hover {
	color: #231f20;
}

#commentform .form-submit {
	margin-top: 15px;
}

#comments .children {
	width: 95%;
	float: right;
}

.comment-respond input[type="checkbox"] {
	margin-right: 7px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar ol,
.sidebar ul {
	margin: 0 !important;
}

.sidebar li {
	list-style-type: none !important;
}

.sidebar {
	margin-bottom: 30px;
	font-size: 15px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	text-transform: uppercase;
	color: #777;
}

.sidebar .widget-title::after {
	content: "";
	display: block;
	clear: both;
	width: 30px;
	height: 3px;
	margin-top: 10px;
	background: rgba(0,0,0,.1);
}

.sidebar .widget_recent_entries ul > li {
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #ececec;
	margin: 0;
}

.sidebar .widget_recent_entries ul > li:last-child {
	border-bottom: 0;
}

.sidebar .widget_recent_entries ul > li a {
	padding: 6px 0;
	color: #c18834;
	display: block;
}

.sidebar .widget_recent_entries ul > li a:hover {
	color: #231f20;
}

.sidebar .widget_product_tag_cloud .tagcloud a {
	font-size: 14px !important;
	border: 1px solid;
    padding: 3px 10px;
    border-radius: 5px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	padding: 30px 0px;
	background: #c18834;
	font-size: 16px;
	line-height: 1.6;
}

.footer-widgets, 
.footer-widgets a {
	color: #f1f1f1;
}

.footer-widget-area {
	padding: 0 15px;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

.footer-widgets .widget-title { 
	margin-bottom: 16px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.footer-widgets .widget-title::after {
	content: "";
	display: block;
	clear: both;
	width: 30px;
	height: 3px;
	background: rgba(255,255,255,.3);
	margin-top: 10px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.menu {
	display: none;
}

.nav-primary .menu,
.nav-secondary .menu,
.nav-footer .menu {
	display: block;
}

.site-footer {
	padding: 30px 0;
	text-align: center;
	background: #b57c2b;
	font-size: 14px;
}

.site-footer, 
.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #79B2CF;
}

.site-footer .wrap {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 15px;
}

.widget_nav_menu .menu { 
	display: block;
}

.site-footer .widget {
	margin-bottom: 15px;
}

.site-footer .widget:last-child {
	margin-bottom: 0px;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .widget_nav_menu ul > li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 0.8em;
	font-size: 13px;
}

.site-footer .widget_nav_menu ul > li:last-child {
	margin-right: 0;
}

.site-footer .widget_nav_menu ul > li a {
	color: rgba(255,255,255,.5);
}

.site-footer .widget_nav_menu ul > li a:hover {
	color: #fff;
}

.site-footer .widget_media_gallery .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-footer .widget_media_gallery .gallery-item {
	display: inline-block;
	max-width: 100px;
	margin-right: 1.5em;
}

.site-footer .widget_media_gallery .gallery-item:last-child {
	margin-right: 0;
}


/* Before Header */

.before-header {
	font-size: 14px;
	line-height: 1.4;
	background: #b57c2b;
	padding: 5px 15px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.before-header,
.before-header a {
	color: rgba(255,255,255,.8);
}

.before-header a {
	cursor: pointer;
}

.before-header a:hover {
	color: rgba(255,255,255,1);
}

.before-header .widget {
	margin-bottom: 0;
	display: inline-block;
}

.before-header .menu {
	font-size: 13px;
	line-height: 17px;
}

.before-header .menu a {
	margin: 0 10px;
}

.before-header .menu li {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	border-right: 1px solid rgba(255,255,255,.2);
}

.before-header .menu li:last-child {
	border-right: 0;
}

.before-header .menu li:first-child a {
	margin-left: 0;
}

.before-header .fs-icon-login {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.before-header .fs-social-icons {
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,.2);
	margin-right: 11px;
}

.before-header .fs-social-icons a {
	font-size: 12px;
	margin: 0 4px;
	color: #fff;
}

.before-header .fs-social-icons a:hover {
	color: rgba(255,255,255,.7);
}


/* Slider - Elementor */
.elementor-widget-image-carousel .swiper-pagination {
	bottom: 5% !important;
}

.elementor-widget-image-carousel .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}

.elementor-widget-image-carousel .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    border: 3px solid rgb(255 255 255 / 50%);
}

/* Box Image - Elementor */
.elementor-widget-image-box .elementor-image-box-content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
}

/* Custom */
body.archive.category .archive-description {
	padding-top: 30px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

i.fa {
	font-family: "FontAwesome";
	font-weight: 400;
}

.elementor-widget-image-box p:last-of-type {
	margin-bottom: 0;
}
.elementor-widget-video .elementor-video {
	height: 100%;
}

/* Custom Title */
.fs-custom-title.elementor-widget-heading .elementor-widget-container {
	position: relative;
}
.fs-custom-title.elementor-widget-heading .elementor-widget-container::before { 
	content: "";
	display: block;
	clear: both;
	border-top: 1px solid #dfdfdf;
    position: absolute;
    top: 48%;
    width: 100%;
	z-index: -1;
}
.fs-custom-title.elementor-widget-heading .elementor-widget-container .elementor-heading-title {
	padding: 0 15px;
    background: #fff;
}

/* Slider - Default */
.fs-product-slider ol,
.fs-product-slider ul {
	margin: 0 !important;
}

.fs-product-slider li {
	list-style-type: none !important;
}

.fs-product-slider .owl-item .img-slider::after {
	content: "";
	clear: both;
	display: block;
}

.fs-product-slider .woocommerce ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	clear: none;
	float: none !important;
}

.fs-product-slider ul.products,.fs-product-slider ul.products .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.fs-product-slider ul.products{display:none !important;width:100%;z-index:1}
.fs-product-slider ul.products .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.fs-product-slider ul.products .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.fs-product-slider ul.products .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.fs-product-slider ul.products .owl-item,.fs-product-slider ul.products .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.fs-product-slider ul.products .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.no-js .fs-product-slider ul.products,.fs-product-slider ul.products.owl-loaded{display:block !important}
.fs-product-slider ul.products .owl-dot,.fs-product-slider ul.products .owl-nav .owl-next,.fs-product-slider ul.products .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fs-product-slider ul.products .owl-nav button.owl-next,.fs-product-slider ul.products .owl-nav button.owl-prev,.fs-product-slider ul.products button.owl-dot{background:0 0;border:none;padding:0!important;}
.fs-product-slider ul.products.owl-loading{opacity:0;display:block}.fs-product-slider ul.products.owl-hidden{opacity:0}
.fs-product-slider ul.products.owl-refresh .owl-item{visibility:hidden}
.fs-product-slider ul.products.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fs-product-slider ul.products.owl-grab{cursor:move;cursor:grab}
.fs-product-slider ul.products.owl-rtl{direction:rtl}
.fs-product-slider ul.products.owl-rtl .owl-item{float:right}
.fs-product-slider ul.products .animated{animation-duration:1s;animation-fill-mode:both}
.fs-product-slider ul.products .owl-animated-in{z-index:0}
.fs-product-slider ul.products .owl-animated-out{z-index:1}
.fs-product-slider ul.products .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.fs-product-slider ul.products .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.fs-product-slider ul.products .owl-item .owl-lazy:not([src]),.fs-product-slider ul.products .owl-item .owl-lazy[src^=""]{max-height:0}
.fs-product-slider ul.products .owl-item img.owl-lazy{transform-style:preserve-3d}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	top: 40%;
	position: absolute;
	width: 22px;
	height: 30px;
	line-height: 30px !important;
	background: #014235 !important;
	font-size: 18px;
	color: #fff;
	opacity: 0;
	transition: all 0.3s;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {padding: 0 4px;}
.owl-nav .owl-prev {
	left: 0;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	transform: translateX(-100%);
}
.owl-loaded:hover .owl-nav .owl-prev,
.owl-loaded:hover .owl-nav .owl-next {
	opacity: 1;transform: translateX(0);
}
.owl-nav .owl-next {
	right: 0;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	transform: translateX(100%);
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	.nav-primary .genesis-nav-menu .fs-hot-line {
		display: none;
	}
}

@media only screen and (min-width: 1025px) {

	.mysticky-primary.sticky-menu {
		animation-name: fadeInDown;
		opacity: 0;
	    -webkit-animation-duration: .5s;
	    animation-duration: .5s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	    -webkit-animation-timing-function: ease-in-out;
	    animation-timing-function: ease-in-out;
	    background: #fff;
	    -webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.genesis-nav-menu {
	    padding: 0 15px;
	}
	.nav-primary .genesis-nav-menu li.logo {
		float: left;
		background-size: contain !important;
		margin: 10px 0;
	}

	.nav-primary .genesis-nav-menu li.logo a {
		color: transparent !important;
		padding: 0px;
		min-width: 160px;
		height: 50px;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item > a:hover + .sub-menu { 
		display: block !important;
		opacity: 1 !important;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: '\f107';
		margin-left: 5px;
		min-width: 8px;
		display: inline-block;
		text-align: center;
		-webkit-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
	}
	.genesis-nav-menu .sub-menu li.menu-item-has-children>a::after {
		content: '\f107';
		margin-left: 5px;
		float: right;
		min-width: 8px;
		display: inline-block;
		text-align: center;
		-webkit-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
	}
	.wrap-header-menu .mysticky-primary .wrap-button,
	.wrap-header-menu .mysticky-primary .fs-logo-mobi {
		display: none;
	}
	.wrap-header-menu .search-form {
		position: relative;
		line-height: 1.4;
	    width: calc(33.33% - 15px);
	    float: right;
	    margin-right: 15px;
	}

	.wrap-header-menu .search-form .search-form-input {
		height: 35px;
		padding: 0 10px 0 10px;
		font-size: 13px;
		-webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	    width: calc(100% - 34px);
	    border-color: #dddddd;
	}

	.wrap-header-menu .search-form .search-form-input::-webkit-input-placeholder {
		opacity: .8;
	}

	.wrap-header-menu .search-form .search-form-input:focus {
		-webkit-box-shadow: 0 0 5px #ccc;
	    box-shadow: 0 0 5px #ccc;
	}

	.wrap-header-menu .search-form .search-form-submit {
		position: absolute;
		right: 0;
		top: 0;
		width: 34px;
		height: 100%;
		background: #b57c2b;
		color: #fff;
		margin: 0;
		padding: 0;
		font-size: 17px;
		border-radius: 1px;
	}

	.wrap-header-menu .search-form .search-form-submit:hover {
		color: #fff;
		background: #c18834;
	}

}

@media only screen and (max-width: 1024px) {
	/* ### Genesis Responsive Menus */
	#nav-primary-wrapper.remove-sticky {
		position: static;
	}
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
	    position: fixed;
	    overflow-x: auto;
	    left: 0;
		top: 0; 
	    max-width: 280px;
	    width:  100%;
	    height: 100vh !important;
		transform: translatex(-100%);
	    z-index: 999;
	    background: rgba(255,255,255,.95);
	    -webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	.genesis-responsive-menu::-webkit-scrollbar {
		width: 3px;
	}

	.genesis-responsive-menu::-webkit-scrollbar-thumb {
		background: rgb(0 0 0 / 30%);
	}

	.genesis-responsive-menu::-webkit-scrollbar-track {
		background: transparent;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		color: #333;
		display: block;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		color: #333;
	}
	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 997;
	    max-width: 90px;
	    padding: 4px 8px;
	    text-align: left;
	    border-radius: 50px;
	    color: #fff;
	    background: transparent;
	    border: 1px solid #b57c2b;
	    height: fit-content;
	}
	.menu-toggle span {
		text-transform: uppercase;
	    letter-spacing: .05em;
        font-weight: 700;
        padding-left: 8px;
	}
	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {}
	.menu-toggle::before {
		font-size: 20px;
		text-rendering: auto;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 5px;
		z-index: 100;
		margin: 0 auto;
	}
	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0);
		-ms-transform: rotate( 0);
		transform: rotate( 0);
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg);
		-ms-transform: rotate( 180deg);
		transform: rotate( 180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		padding: 15px 40px 15px 20px;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:not(:first-of-type) a {
		border-top: 1px solid #ececec;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.nav-primary .genesis-nav-menu a {
		color: #666;
		background: transparent;
	}
	.nav-primary .genesis-nav-menu a:hover,
	.nav-primary .genesis-nav-menu a:focus {
		color: #666;
		background: rgba(0,0,0,.05);
	}
	.wrap-header-menu .wrap-search-form,
	.wrap-header-menu .after-header,
	.before-header .widget_nav_menu .menu-item:not(.check-don) {
		display: none;
	}
	.nav-primary-wrapper {
		padding: 10px 15px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
        justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	.wrap-header-menu .mysticky-primary .fs-logo-mobi {
		height: 50px;
		width: 140px;
		display: block;
		background-size: contain !important;
		background-position: center;
	}
	.overlay-mobi-menu,
	.overlay-search	 {
		z-index: 998;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgb(11 11 11 / 60%);
		display: none;
	}
	.wrap-header-menu .wrap-search-form {
		z-index: 998;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		display: none;
		padding: 0 4%;
	}
	.wrap-search-form .search-form {
		position: relative;
		z-index: 999;
		top: 50%;
		left: 0;
		max-width: 600px;
		margin: 0 auto;
	    border-radius: 5px;
	    overflow: hidden;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.wrap-search-form .search-form .search-form-input {
		border: 0;
		height: 60px;
		font-size: 20px;
		width: calc(100% - 60px);
		padding: 10px 20px;
	}
	.wrap-header-menu .mysticky-primary .search-form-submit { 
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
		padding: 0;
		margin: 0;
		font-size:  25px;
	}
	.wrap-header-menu .mysticky-primary .fs-button-wishlist,
	.wrap-header-menu .mysticky-primary .fs-button-search { 
		width: 30px;
		height: 30px;
		line-height: 30px;
		border: 1px solid #b57c2b;
		border-radius: 5px;
		display: block;
		text-align: center;
		color: #fff;
		float: left;
	}
	.wrap-header-menu .mysticky-primary .fs-button-search {
	    margin-left: 10px;
	}
	.wrap-header-menu .mysticky-primary .fs-button-search i { 
		font-weight: 400;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item.logo {
		display: none;
	}
}

@media only screen and (min-width: 992px) { 
	.footer-widget-area {
		width: 25%;
		float: left;
	}
	body.content-sidebar:not(.elementor-page) .content-sidebar-wrap {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    position: relative;
	}
	body.content-sidebar:not(.elementor-page) .content-sidebar-wrap::after {
		position: absolute;
	    height: 100%;
	    width: 1px;
	    right: 25%;
	    background: #ECECEC;
	    top: 0;
	}
	.genesis-nav-menu .sub-menu {
		-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
	}
}

@media only screen and (max-width: 991px) {
	.content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-primary,
	.title-area {
		width: 100%;
	}
	.content,
	.sidebar-primary {
		padding: 0 15px;
	}
	.sidebar-primary {
		float: none;
		clear: both;
		max-width: 430px;
		margin: 0 auto;
		padding-top: 50px;
	}
	.genesis-nav-menu li {
		float: none;
	}
	.genesis-nav-menu,
	.site-description,
	.site-title {
		text-align: center;
	}
	.footer-widgets {
		padding: 50px 0;
	}
	.footer-widget-area {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 40px;
	}
	.footer-widget-area:last-of-type {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 782px) {
	.admin-bar .sticky-menu,
	.admin-bar .genesis-responsive-menu {
		top: 46px;
	}
}

@media only screen and (max-width: 640px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100% !important;
	}
}

@media only screen and (min-width: 601px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		width: calc((100% - 30px) / 2);
		float: left;
	}

	.comment-form .comment-form-email {
		margin-left: 30px;
	}
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 19px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 17px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 16px;
	}
	.to-top { 
		left: 15px;
		bottom: 85px;
	}
}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 320px) {}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title>a::after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}