/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin: 0 0 1.5em 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

del {
  opacity: 0.5;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 20px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6em 2em 0.4em;
  height: 40px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  outline: 0;
  outline-color: none;
  outline-style: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: 0;
  outline-color: none;
  outline-style: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

input.search-field {
  -webkit-appearance: textfield;
  height: 50px;
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 25px;
  padding: 0 30px;
  margin: 0 0 20px 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: none;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: 0;
  outline-color: none;
  outline-style: none;
}
a:hover, a:active {
  outline: 0;
  outline-color: none;
  outline-style: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  background: #fff;
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-navigation ul ul li {
  min-width: 150px;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  visibility: visible;
  opacity: 1;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
/*** Mega menu ***/
/*
@media screen and (min-width: 769px) {
	ul#primary-menu {
		position: relative;
		width: 1280px;
		margin: 0 auto;
		display: flex;
		justify-content: center;

		li.mega-menu { /* 1st level */
/*
			position: initial;

			& > ul.sub-menu {
			    background: #fff;
			    position: absolute;   
			    visibility: hidden;
			    opacity: 0;			    
				display: none;
				overflow: hidden;
			    flex-direction: row;
			    justify-content: space-between;
			    width: 100%; /* The width is limited by the closesed parent relative element */
/*
			    left: 0;
			    right: 0;
			    top: 100%;
			    flex-wrap: wrap;
			    padding: 20px;
			    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
			    border: 1px solid #e0e0e0;
			    margin-top: 50px;			    		    

			    li.menu-item-has-children {
				    display: flex;
				    flex-direction: column;
				    position: relative;
				    margin-bottom: 20px;

				    ul.sub-menu {
					    display: flex;
					    position: relative;
					    left: 0;
					    flex-direction: column;
					    top: 10px;
					    box-shadow: none;
					    visibility: visible;
						opacity: 1;

					}
				}
			}

			&:hover > ul.sub-menu {
				display: flex;
				z-index: 9999 !important;
				opacity: 1;
				visibility: visible;
			    margin-top: 0;
			}
		}
	}
}
*/
/*** Mobile menu ***/
header#masthead nav.main-navigation > div {
  overflow-y: scroll;
}

.menu-menu-1-container::-webkit-scrollbar {
  width: 0 !important;
}

.menu-menu-1-container {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

nav.main-navigation ul.menu li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
nav.main-navigation ul.menu li.menu-item-has-children:after {
  font-family: "wetail-icons";
  content: "v";
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  z-index: 1;
}
nav.main-navigation ul.menu li.menu-item-has-children.focus:after {
  font-family: "wetail-icons";
  content: "l";
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  z-index: 1;
}
nav.main-navigation ul.menu li.menu-item-has-children a {
  width: 100%;
}
nav.main-navigation ul.menu li.menu-item-has-children ul.sub-menu {
  display: none;
  visibility: hidden;
  position: relative;
  height: 0;
  top: 0;
  left: 0;
  padding-left: 10px;
  box-shadow: none;
  transition: 0 !important;
}
nav.main-navigation ul.menu li.menu-item-has-children.focus > ul.sub-menu {
  display: flex;
  visibility: visible;
  height: inherit;
  transition: 0 !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/*
@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

*:focus {
  outline: none;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-widgets .widget {
  min-width: 25%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.admin-bar nav.main-navigation,
.admin-bar .sidebar-cart,
.admin-bar .woocommerce-widgets,
.admin-bar header#masthead {
  top: 32px !important;
}

@media screen and (max-width: 767px) {
  .admin-bar nav.main-navigation,
.admin-bar .sidebar-cart,
.admin-bar .woocommerce-widgets,
.admin-bar header#masthead {
    top: 46px !important;
  }

  body.woocommerce div#content.site-content {
    margin: 0;
    padding: 0;
  }
}
body div#content {
  min-width: 100%;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-header,
.entry-summary,
article.post {
  margin: 0 auto;
  max-width: 1280px;
}

body.single-post .site-main,
body.blog .site-main,
.archive.category .site-main {
  max-width: 960px;
  margin: 0 auto;
}

header.page-header {
  margin: 100px auto;
  max-width: 1280px;
}

.fl-builder .entry-content {
  max-width: 100%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

body.transparent-page-template header.site-header {
  position: absolute;
  z-index: 1;
}

body:not(.fl-builder) #content.site-content {
  max-width: 1280px;
  margin: 0 auto;
}

/*
@media screen and (max-width: 1280px) {
	body:not(.fl-builder) #content.site-content {
		padding: 0 20px;
	}
}
*/
.blog article.post:nth-child(odd) a.post-thumbnail, .archive.category article.post:nth-child(odd) a.post-thumbnail {
  float: left;
  max-width: 49%;
}
.blog article.post:nth-child(odd) .post-wrapper, .archive.category article.post:nth-child(odd) .post-wrapper {
  float: right;
  max-width: 49%;
}
.blog article.post:nth-child(even) a.post-thumbnail, .archive.category article.post:nth-child(even) a.post-thumbnail {
  float: right;
  max-width: 49%;
}
.blog article.post:nth-child(even) .post-wrapper, .archive.category article.post:nth-child(even) .post-wrapper {
  float: left;
  max-width: 49%;
}
.blog article.post, .archive.category article.post {
  display: table;
  margin-bottom: 2em;
}
.blog article.post .post-thumbnail img, .archive.category article.post .post-thumbnail img {
  border-radius: 5px;
}

.single-post article.post .post-thumbnail img {
  border-radius: 5px;
}
.single-post h1.entry-title,
.single-post h2.entry-title {
  margin: 0 0 20px 0;
}
.single-post .entry-meta {
  font-size: 13px;
}
.single-post .post-thumbnail {
  margin: 0 0 30px 0;
}
.single-post footer.entry-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(128, 128, 128, 0.3);
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}
.single-post span.cat-links a {
  border: 1px solid;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  font-size: 14px;
}
.single-post span.tags-links a {
  border: 1px solid;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .single-post #content.site-content {
    padding: 0 10px;
  }

  .blog #content.site-content, .archive.category #content.site-content {
    padding: 0 10px;
  }
  .blog article.post:nth-child(odd) a.post-thumbnail, .archive.category article.post:nth-child(odd) a.post-thumbnail {
    float: none;
    max-width: 100%;
  }
  .blog article.post:nth-child(odd) .post-wrapper, .archive.category article.post:nth-child(odd) .post-wrapper {
    float: none;
    max-width: 100%;
  }
  .blog article.post:nth-child(even) a.post-thumbnail, .archive.category article.post:nth-child(even) a.post-thumbnail {
    float: none;
    max-width: 100%;
  }
  .blog article.post:nth-child(even) .post-wrapper, .archive.category article.post:nth-child(even) .post-wrapper {
    float: none;
    max-width: 100%;
  }
  .blog article.post, .archive.category article.post {
    display: table;
    margin-bottom: 2em;
  }
  .blog article.post .post-thumbnail img, .archive.category article.post .post-thumbnail img {
    border-radius: 5px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-widgets .widget {
  min-width: 25%;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*
 * Layout: header 5
 *
 */
header#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
header#masthead .topbar {
  width: 100%;
  display: flex;
  align-items: center;
}
header#masthead .topbar__content {
  width: 100%;
  padding: 0 20px;
}
header#masthead div#content.header-content {
  display: flex;
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
header#masthead div#content.header-content > * {
  display: flex;
}
header#masthead div#content.header-content .mobile-menu {
  width: 33.33%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header#masthead div#content.header-content .mobile-menu span.toggle-menu {
  display: flex;
  align-items: center;
  padding: 15px;
  background: transparent;
  border: none;
}
header#masthead div#content.header-content .search {
  display: block;
  width: 100%;
  justify-content: flex-start;
}
header#masthead div#content.header-content .search.show {
  display: flex;
}
header#masthead div#content.header-content .search form.woocommerce-product-search {
  width: 100%;
}
header#masthead div#content.header-content .search form.woocommerce-product-search input.search-field {
  width: 100%;
}
header#masthead div#content.header-content .search form.woocommerce-product-search button {
  display: none;
}
header#masthead div#content.header-content .site-branding {
  width: 33.34%;
  height: 65px;
  display: flex;
  justify-content: center;
}
header#masthead div#content.header-content .site-branding img.branding-logo {
  height: 100%;
  width: auto;
  padding: 10px;
  object-fit: contain;
}
header#masthead div#content.header-content .shop-nav {
  width: 33.33%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header#masthead div#content.header-content .shop-nav i.toggle-search {
  display: flex;
  font-size: 20px;
  padding: 15px;
  align-items: center;
}
header#masthead div#content.header-content .shop-nav div.cart-contents {
  position: relative;
  padding: 15px;
  display: flex;
  align-items: center;
}
header#masthead div#content.header-content .shop-nav div.cart-contents span.count {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 12px;
  left: 32px;
}
header#masthead div#content.header-content .shop-nav div.cart-contents:before {
  margin-right: 15px;
}
header#masthead div#content.header-content nav.main-navigation {
  position: fixed;
  width: 30%;
  height: 100%;
  left: -30%;
  top: 0;
  transition: 0.5s;
  padding: 20px;
  flex-direction: column;
  z-index: 999;
}
header#masthead div#content.header-content nav.main-navigation .menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
header#masthead div#content.header-content nav.main-navigation .menu-header h3 {
  margin: 0;
}
header#masthead div#content.header-content nav.main-navigation .menu-header .toggle-menu {
  display: flex;
}
header#masthead div#content.header-content nav.main-navigation ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
header#masthead div#content.header-content nav.main-navigation ul li {
  width: 100%;
}
header#masthead div#content.header-content nav.main-navigation.show {
  left: 0;
  transition: 0.5s;
}

body.transparent-page-template header.site-header.fixed,
.site-header.fixed {
  position: fixed;
  background: #fff;
  transition: 1s;
  z-index: 1;
}

#page {
  position: relative;
  transition: 0.5s;
}
#page.move-right {
  left: 30%;
  transition: 0.5s;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  nav.main-navigation {
    width: 50% !important;
    left: -50% !important;
  }
  nav.main-navigation.show {
    left: 0 !important;
  }

  #page.move-right {
    left: 50% !important;
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  nav.main-navigation {
    width: 90% !important;
    left: -90% !important;
  }
  nav.main-navigation.show {
    left: 0 !important;
  }

  #page.move-right {
    left: 90% !important;
    transition: 0.5s;
  }
}
.toggle-menu-transparent-filter.show {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1280px) {
  header#masthead div#content.header-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.admin-bar header#masthead div#content.header-content nav#site-navigation {
    top: 46px;
  }

  header#masthead {
    width: 100%;
  }
  header#masthead div#content.header-content {
    display: flex;
  }
  header#masthead div#content.header-content .mobile-menu {
    display: flex;
    order: 1;
    width: 20%;
  }
  header#masthead div#content.header-content .mobile-menu span.toggle-menu {
    padding: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
  }
  header#masthead div#content.header-content .site-branding {
    order: 2;
    max-width: 60%;
    justify-content: center;
  }
  header#masthead div#content.header-content .shop-nav {
    order: 3;
    width: 20%;
    justify-content: flex-end;
    align-items: center;
  }
  header#masthead div#content.header-content .shop-nav i.toggle-search {
    display: block;
    padding: 15px;
    font-size: 20px;
  }
  header#masthead div#content.header-content .shop-nav div.cart-contents span.amount {
    display: none;
  }
}
/*** Mobile menu ***/
@media screen and (max-width: 768px) {
  nav.main-navigation ul.menu li.menu-item-has-children {
    display: flex;
    flex-direction: column;
  }
  nav.main-navigation ul.menu li.menu-item-has-children:after {
    font-family: "wetail-icons";
    content: "v";
    position: absolute;
    right: 0;
  }
  nav.main-navigation ul.menu li.menu-item-has-children a {
    width: 100%;
  }
  nav.main-navigation ul.menu li.menu-item-has-children ul.sub-menu {
    display: none;
    visibility: hidden;
    position: relative;
    height: 0;
    top: 0;
    left: 0;
    padding-left: 10px;
    box-shadow: none;
  }
  nav.main-navigation ul.menu li.menu-item-has-children:focus > ul.sub-menu, nav.main-navigation ul.menu li.menu-item-has-children:hover > ul.sub-menu {
    display: flex;
    visibility: visible;
    height: inherit;
  }
}
footer.site-footer {
  padding: 50px 20px 0 20px;
}
footer.site-footer .widgets.one-col,
footer.site-footer .widgets.four-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
footer.site-footer .widgets.four-col section.widget {
  flex-basis: 25%;
}
footer.site-footer .widgets.one-col section.widget {
  flex-basis: 100%;
}
footer.site-footer .site-info {
  text-align: center;
  font-size: 12px;
}
footer.site-footer .site-info a {
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  footer.site-footer .widgets.four-col {
    justify-content: center;
  }
  footer.site-footer .widgets.four-col section.widget {
    flex-basis: calc(50% - 10px);
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
