* {
	border-color: rgba(0, 0, 0, 0.1);
}

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

*:focus {
	outline: 0;
}

html {
	min-height: 100vh;
	font-family: "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.7;
	text-transform: none;
}

body {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	margin: 0;
	background-color: #ffffff;
	color: #242424;
	min-height: 100vh;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

p {
	margin: 0 0 1.5rem;
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.5rem;
	font-family: Poppins, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
	color: #111;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #111;
}

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
	color: #a40301;
}

h1 {
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

h2 {
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

h3 {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

h4 {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

h5 {
	font-size: 1.2rem;
	font-weight: 600;
}

h6 {
	font-size: .8rem;
	font-weight: 600;
}

hr {
	margin: 1.5rem 0;
	border: none;
	border-color: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

blockquote {
	margin: 0 0 1.5rem;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.6;
}

blockquote > *:last-child {
	margin-bottom: 0;
}

blockquote p {
	margin: 0 0 1em;
}

blockquote cite {
	display: block;
	font-size: 0.85rem;
	opacity: 0.6;
}

ul,
ol {
	margin: 0 0 1.5rem;
	padding-left: 2rem;
}

ul li,
ol li {
	margin: 0;
}

li > ul, li >
ol {
	margin-top: 0;
	margin-bottom: 0;
}

table {
	width: 100%;
	margin: 0 0 1.5rem;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
}

table th, table td {
	padding: 0.75rem;
	border: none;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}

table th {
	font-weight: 600;
	text-align: initial;
	color: #111;
}

table th a {
	color: #111;
}

table th a:hover, table th a:focus {
	color: #a40301;
}

img,
video {
	max-width: 100%;
	height: auto;
}

img {
	vertical-align: middle;
}

iframe {
	border: none;
}

pre {
	max-width: 100%;
	margin: 0 0 1.5rem;
	padding: 0.6rem 1.2rem;
	overflow: auto;
	font-size: 1em;
	font-family: monospace;
	background-color: rgba(0, 0, 0, 0.05);
}

code {
	background-color: rgba(0, 0, 0, 0.05);
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #a40301;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a:hover, a:focus {
	color: #111;
}

figure {
	margin: 0;
}

address {
	margin: 0 0 1.5rem;
}

dt {
	font-weight: 600;
}

mark,
ins {
	background-color: transparent;
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg {
	vertical-align: middle;
}

::selection {
	background-color: #a40301;
	color: #ffffff;
}

*::-webkit-input-placeholder {
	opacity: 0.75;
	color: inherit;
}

*:-ms-input-placeholder {
	opacity: 0.75;
	color: inherit;
}

*::-ms-input-placeholder {
	opacity: 0.75;
	color: inherit;
}

*::placeholder {
	opacity: 0.75;
	color: inherit;
}

fieldset {
	padding: 0;
	margin: 0 0 1.25rem;
	border: 0;
}

legend {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
	margin: 0 0 1.25rem;
	color: #111;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
a.wp-block-button__link {
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	color: #ffffff;
	background-color: #a40301;
	border-color: #a40301;
	font-family: inherit;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
a.button:hover,
a.button:focus,
a.wp-block-button__link:hover,
a.wp-block-button__link:focus {
	color: #ffffff;
	background-color: #FBAF2B;
	border-color: #FBAF2B;
}

input:not([type]),
input[type=""],
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
.input {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	color: inherit;
	background-color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
}

input:not([type]):focus,
input[type=""]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
.input:focus {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.05);
}

textarea {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	color: inherit;
	background-color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
	line-height: inherit;
}

textarea:focus {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.05);
}

select {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	color: inherit;
	background-color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 1.8em 1.2em;
	padding-right: 1.8em;
}

select:focus {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.05);
}

select[multiple] {
	background: none;
	padding-right: 0;
}

span.select2-container {
	display: block;
	text-align: start;
}

span.select2-container .selection {
	display: block;
	border-color: inherit;
}

span.select2-container .dropdown-wrapper {
	margin-top: -1px;
}

span.select2-container .select2-selection {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 1.8em 1.2em;
	padding-right: 1.8em;
	display: block;
	height: auto;
}

span.select2-container.select2-container--open .select2-selection {
	border-color: inherit;
	background-color: rgba(0, 0, 0, 0.05);
}

span.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	font: inherit;
	color: inherit;
}

span.select2-container .select2-selection--single .select2-selection__placeholder:empty {
	display: inline-block;
}

span.select2-container .select2-selection--single .select2-selection__arrow {
	display: none;
}

span.select2-container .select2-selection--multiple {
	border-color: inherit;
}

span.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
	padding: 0;
	font: inherit;
	color: inherit;
	margin: -0.75em -0.25em -0.25em;
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li {
	margin: 0.5em 0.5em 0 0;
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search {
	padding: 0.25em;
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search input {
	vertical-align: bottom;
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
	padding: 0.25em 0.5em;
	border: none;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.05);
}

span.select2-container .select2-selection--multiple .select2-selection__choice__remove {
	color: inherit;
	font-weight: inherit;
	margin-right: 0.25em;
}

span.select2-container .select2-dropdown {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	overflow: hidden;
}

span.select2-container .select2-dropdown .select2-search {
	padding: 0px;
}

span.select2-container .select2-dropdown .select2-search .select2-search__field {
	border: none;
	border-radius: 0;
	padding: 0.5em;
}

span.select2-container .select2-dropdown .select2-results .select2-results__option {
	padding: 0.5em;
	line-height: normal;
}

span.select2-container .select2-dropdown .select2-results .select2-results__option--highlighted {
	background-color: rgba(0, 0, 0, 0.025);
	color: inherit;
}

span.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected="true"] {
	background-color: rgba(0, 0, 0, 0.05);
}

span.select2-container .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

span.select2-container .select2-dropdown--below .select2-search {
	border-bottom: inherit;
}

span.select2-container .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

span.select2-container .select2-dropdown--above .select2-results {
	border-top: inherit;
}

.using-keyboard *:focus {
	outline: thin dotted;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	transition: none;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

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

.sticky {
	visibility: visible;
}

.bypostauthor {
	visibility: visible;
}

.wengdo-text-align-left {
	text-align: left;
}

.wengdo-text-align-center {
	text-align: center;
}

.wengdo-text-align-right {
	text-align: right;
}

@media screen and (min-width: 1024px) {
	.wengdo-hide-on-desktop {
		display: none !important;
	}
}

@media screen and (min-width: 500px) and (max-width: 1023px) {
	.wengdo-hide-on-tablet {
		display: none !important;
	}
}

@media screen and (max-width: 499px) {
	.wengdo-hide-on-mobile {
		display: none !important;
	}
}

.wengdo-font-smoothing, .wengdo-font-smoothing-1 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h1 {
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.h2 {
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.h3 {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.h4 {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.h5, .h6 {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #111;
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: #111;
}

.h1 a:hover, .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
	color: #a40301;
}

.title {
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.small-title {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.wengdo-float-container:before, .wengdo-float-container:after {
	content: "";
	display: table;
}

.wengdo-float-container:after {
	clear: both;
}

.nav-links a {
	color: inherit;
}

.nav-links a:hover, .nav-links a:focus {
	color: #a40301;
}

.nav-links .current {
	color: #111;
}

.page-title {
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.page-header {
	padding: 2rem;
	margin: 0 0 6rem;
	background-color: rgba(0, 0, 0, 0.05);
}

.page-header > *:last-child {
	margin-bottom: 0;
}

.page-header .page-title {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.page-header .archive-description > *:last-child {
	margin-bottom: 0;
}

.search-form {
	display: block;
	position: relative;
	max-width: 100%;
}

.search-form .wengdo-search-icon {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -0.5em 0 0 0.75em;
}

.search-form .search-field {
	width: 100%;
	padding-left: 2.5em;
}

.search-form > label + input[type="submit"] {
	display: none;
}

.tagcloud {
	margin-top: -0.5em;
}

.tagcloud:before, .tagcloud:after {
	content: "";
	display: table;
}

.tagcloud:after {
	clear: both;
}

.tagcloud a {
	float: left;
	padding: 0.25em 0.5em;
	margin: 0.5em 0.5em 0 0;
	font-size: 1rem !important;
	line-height: normal;
	background-color: rgba(0, 0, 0, 0.05);
	color: inherit;
}

.tagcloud a:hover, .tagcloud a:focus {
	color: #a40301;
}

.wengdo-social-links {
	letter-spacing: 0;
}

.wengdo-social-links a {
	margin-left: 0.75em;
	display: inline-block;
}

.wengdo-social-links a:first-child {
	margin-left: 0 !important;
}

button.wengdo-toggle {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	font: inherit;
	line-height: inherit;
	text-align: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	color: #a40301;
}

button.wengdo-toggle:hover {
	outline: 0;
}

button.wengdo-toggle:hover, button.wengdo-toggle:focus {
	background: inherit;
	color: #111;
}

.wengdo-menu-icon {
	font-size: 18px;
}

.menu, .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wengdo-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

.wengdo-icon svg {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.wengdo-icon svg:not([stroke-width]) {
	stroke-width: 0;
}

.wengdo-icon svg:not([stroke]) {
	stroke: currentColor;
}

.wengdo-icon svg:not([fill]) {
	fill: currentColor;
}

[id="wpadminbar"] {
	position: fixed !important;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left;
	margin: 0 1.25em 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 1.25em;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.5em 0;
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
}

.gallery {
	margin: 1.25rem -5px;
}

.gallery img {
	display: block;
	width: 100%;
}

.gallery-item {
	display: inline-block;
	padding: 5px;
	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;
}

.mejs-button > button {
	background-color: transparent !important;
	color: inherit !important;
}

.wpview {
	margin: 0;
}

.wengdo-oembed {
	margin: 0 0 1.25em;
}

.wengdo-oembed-video {
	position: relative;
	padding-top: 56.25%;
}

.wengdo-oembed-video > * {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.wengdo-content-layout-narrow .alignwide,
.wengdo-content-layout-wide .alignwide {
	position: relative;
	left: calc( 50% - 50vw + 20px);
	max-width: calc( 100vw - ( 2 * 20px ));
	width: 100vw;
}

@media screen and (min-width: 1140px) {
	.wengdo-content-layout-narrow .alignwide,
	.wengdo-content-layout-wide .alignwide {
		left: calc( 50% - ( 1140px / 2 ));
		max-width: 1140px;
	}
}

.wengdo-content-layout-narrow .alignfull,
.wengdo-content-layout-wide .alignfull {
	position: relative;
	left: calc( 50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media screen and (min-width: 1400px) {
	body.wengdo-page-layout-boxed .wengdo-content-layout-narrow .alignfull, body.wengdo-page-layout-boxed
	.wengdo-content-layout-wide .alignfull {
		left: calc( 50% - ( 1400px / 2 ));
		max-width: 1400px;
	}
}

.has-small-text-size {
	font-size: 0.85em;
}

.has-regular-text-size {
	font-size: 1em;
}

.has-medium-text-size {
	font-size: 1.1em;
	line-height: calc( 0.95 * 1.7);
}

.has-large-text-size {
	font-size: 1.25em;
	line-height: calc( 0.875 * 1.7);
}

.has-larger-text-size {
	font-size: 1.5em;
	line-height: calc( 0.8 * 1.7);
}

.has-text-color a {
	color: inherit;
}

.has-wengdo-color-1-background-color {
	background-color: #111;
}

.has-wengdo-color-1-color {
	color: #111;
}

.has-wengdo-color-2-background-color {
	background-color: #242424;
}

.has-wengdo-color-2-color {
	color: #242424;
}

.has-wengdo-color-3-background-color {
	background-color: #a40301;
}

.has-wengdo-color-3-color {
	color: #a40301;
}

.has-wengdo-color-4-background-color {
	background-color: #FBAF2B;
}

.has-wengdo-color-4-color {
	color: #FBAF2B;
}

.has-wengdo-color-5-background-color {
	background-color: rgba(0, 0, 0, 0.1);
}

.has-wengdo-color-5-color {
	color: rgba(0, 0, 0, 0.1);
}

.has-wengdo-color-6-background-color {
	background-color: rgba(0, 0, 0, 0.05);
}

.has-wengdo-color-6-color {
	color: rgba(0, 0, 0, 0.05);
}

.has-wengdo-color-7-background-color {
	background-color: #ffffff;
}

.has-wengdo-color-7-color {
	color: #ffffff;
}

.has-wengdo-color-8-background-color {
	background-color: #000000;
}

.has-wengdo-color-8-color {
	color: #000000;
}

.entry-content > * {
	margin-bottom: 1.5rem;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

p.has-background {
	padding: 1.5em 2em;
}

.wp-block-group.has-background {
	padding: 1.5em 2em;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}

.wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

.wp-block-columns:first-child {
	margin-top: 0;
}

.wp-block-columns:last-child {
	margin-bottom: 0;
}

.wp-block-columns > .wp-block-column {
	margin-top: 1.5rem;
}

.wp-block-columns > .wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-columns > .wp-block-column > *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.wp-block-columns > .wp-block-column {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-columns {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.wp-block-columns > .wp-block-column {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

.has-drop-cap:not(:focus):after {
	display: none;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	line-height: 0.9;
	font-family: inherit;
	font-size: 5.1em;
	font-style: normal;
	font-weight: 600;
	margin: 0 0.25em 0 0;
	text-transform: uppercase;
	initial-letter: 3;
	color: #111;
}

.wp-block-quote {
	padding: 0.5em 2em;
	border-left-width: 0.25rem;
	border-left-style: solid;
	border-color: inherit;
}

.wp-block-quote[style*="center"] {
	padding-left: 0;
	padding-right: 0;
	border-left: none;
}

.wp-block-quote[style*="right"] {
	padding-left: 0;
	border-left: none;
	border-right-width: 0.25rem;
	border-right-style: solid;
}

.wp-block-quote cite {
	font-size: 1rem;
	font-style: normal;
}

.wp-block-quote.is-style-large {
	margin: 1.5rem 0;
	padding: 0.5em 2em;
}

.wp-block-quote.is-style-large p {
	font: unset;
	font-size: 1.2em;
}

.wp-block-quote.is-style-large cite {
	font-size: 1rem;
	text-align: unset;
}

.wp-block-pullquote {
	border-left: none !important;
	padding: 1.2em 0 !important;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
	border-top: 2px solid;
	border-top-color: inherit;
	border-bottom: 2px solid;
	border-bottom-color: inherit;
	color: inherit;
}

.wp-block-pullquote p {
	font: inherit;
	font-size: 1.2em;
	color: inherit;
}

.wp-block-pullquote cite {
	font-size: 1rem;
	color: inherit;
	text-transform: none;
	font-style: normal;
}

p.wp-block-subhead {
	font-size: 1.2rem;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
	max-width: 70%;
	margin: 0;
	padding: 0.5em;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.wp-block-image img {
	display: block;
}

.wp-block-image figcaption {
	margin: 0.5em 0;
	color: inherit;
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
	word-break: break-all;
}

.wp-block-gallery {
	padding: 0;
}

.wp-block-audio audio {
	width: 100%;
}

.wp-block-video video {
	width: 100%;
}

.wp-block-separator {
	max-width: none;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.wp-block-separator.is-style-dots {
	line-height: 0;
}

.wp-block-separator.is-style-dots:before {
	font-family: unset;
	font-size: 2em;
	letter-spacing: 0.75em;
	margin-left: -0.75em;
	color: unset;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
	background-color: transparent;
	border-color: currentColor;
	color: unset;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 0;
}

.wp-block-table {
	width: 100%;
	margin: 0 0 1.5rem;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
}

.wp-block-table th, .wp-block-table td {
	padding: 0.75rem;
	border: none;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}

.wp-block-table th {
	font-weight: 600;
	text-align: initial;
	color: #111;
}

.wp-block-table th a {
	color: #111;
}

.wp-block-table th a:hover, .wp-block-table th a:focus {
	color: #a40301;
}

.wp-block-table__cell-content {
	padding: 0;
}

.wp-block-table.is-style-stripes {
	border: none;
}

.wp-block-table.is-style-stripes table {
	border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
	border: none;
}

.wp-block-embed .wengdo-oembed {
	position: static;
	padding: 0 !important;
	margin: 0;
}

.wp-block-embed .wengdo-oembed > * {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-embed.alignleft .wengdo-oembed > * {
	margin-right: auto;
}

.wp-block-embed.aligncenter .wengdo-oembed > * {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-embed.alignright .wengdo-oembed > * {
	margin-left: auto;
}

.wp-block-embed.is-type-photo img {
	width: 100%;
}

#canvas {
	min-height: 100vh;
	overflow: hidden;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#page {
	position: relative;
	background-color: #ffffff;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

body.wengdo-page-layout-boxed {
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.wengdo-page-layout-boxed #page {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1400px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.wengdo-popup {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-popup.wengdo-popup-active {
	opacity: 1;
	visibility: visible;
}

.admin-bar .wengdo-popup {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .wengdo-popup {
		top: 46px;
	}
}

.wengdo-popup-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}

.wengdo-popup-active .wengdo-popup-background {
	opacity: 1;
}

.wengdo-toggle.wengdo-popup-close-icon {
	position: absolute;
	top: 0;
	right: 0;
	margin: 1.25rem;
	font-size: 1.5rem;
}

.wengdo-toggle.wengdo-popup-close-icon {
	line-height: 1;
	background-color: transparent !important;
	color: inherit !important;
	opacity: 1;
}

.wengdo-toggle.wengdo-popup-close-icon:hover, .wengdo-toggle.wengdo-popup-close-icon:focus {
	opacity: 0.8;
}

.wengdo-popup-content {
	position: relative;
}

.wengdo-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1140px;
}

.wengdo-wrapper:before, .wengdo-wrapper:after {
	content: "";
	display: table;
}

.wengdo-wrapper:after {
	clear: both;
}

.wengdo-section-full-width > .wengdo-section-inner > .wengdo-wrapper {
	width: auto;
}

.wengdo-section-contained > .wengdo-section-inner {
	margin-left: auto;
	margin-right: auto;
	width: 1140px;
	max-width: 100%;
}

.wengdo-section-inner {
	position: relative;
}

.site-content {
	position: relative;
}

.wengdo-content-inner {
	padding: 80px 20px;
}

@media screen and (min-width: 1024px) {
	.wengdo-content-row {
		display: -ms-flexbox;
		display: flex;
	}
	.wengdo-content-layout-left-sidebar .wengdo-content-row {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.wengdo-content-row > * {
	width: 100%;
}

.content-area {
	-ms-flex: 1 0;
	flex: 1 0;
	min-width: 0;
}

@media screen and (max-width: 1023px) {
	.content-area {
		width: auto !important;
		margin: 0 !important;
	}
}

.site-main {
	border-width: 0;
	border-style: solid;
}

.site-main > *:last-child {
	margin-bottom: 0;
}

.wengdo-content-layout-narrow .site-main {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.sidebar {
	-ms-flex: 0 0;
	flex: 0 0;
	-ms-flex-preferred-size: 28%;
	flex-basis: 28%;
}

.wengdo-content-layout-right-sidebar .sidebar {
	margin-left: 80px;
}

.rtl .wengdo-content-layout-right-sidebar .sidebar {
	margin-right: 60px;
}

.wengdo-content-layout-left-sidebar .sidebar {
	margin-right: 60px;
}

.rtl .wengdo-content-layout-left-sidebar .sidebar {
	margin-left: 60px;
}

.sidebar.wengdo-sidebar-widgets-mode-merged .sidebar-inner,
.sidebar.wengdo-sidebar-widgets-mode-separated .widget {
	padding: 35px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) {
	.sidebar {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		margin: 4em 0 0 0 !important;
	}
}

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

.site-header {
	position: relative;
	z-index: 99;
}

.wengdo-header .menu .menu-item {
	position: relative;
}

.site-title {
	margin: 0;
}

.site-title .wengdo-menu-item-link {
	position: relative;
	display: inline-block;
}

.wengdo-logo {
	display: block;
	transition: color 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-logo .wengdo-logo-image {
	display: block;
	width: 100px;
	line-height: 1;
}

.wengdo-logo .wengdo-logo-image img, .wengdo-logo .wengdo-logo-image svg {
	display: block;
	width: 100%;
	height: auto;
}

.wengdo-header-menu .wengdo-menu-item-link {
	display: block;
}

.wengdo-header-menu .wengdo-menu-item-title {
	position: relative;
}

.wengdo-header-search-bar .search-form {
	display: inline-block;
	width: 300px;
}

.wengdo-header-search-dropdown .sub-menu {
	padding: 0 !important;
	width: 300px;
}

.wengdo-header-search-dropdown .search-field {
	padding: 1em 1em 1em 2.5em;
	background-color: transparent;
	color: inherit;
	border-width: 0;
}

.wengdo-header-search-dropdown .search-field:focus {
	background-color: transparent;
	color: inherit;
}

.wengdo-header-shopping-cart .widget {
	margin: 0;
}

.wengdo-header-shopping-cart .shopping-cart-link {
	position: relative;
}

.wengdo-header-shopping-cart .shopping-cart-count {
	width: 2em;
	height: 2em;
	position: absolute;
	left: 100%;
	z-index: 1;
	display: inline-block;
	margin: -0.8em 0 0 -0.8em;
	border-radius: 50%;
	font-size: 0.6em;
	text-align: center;
	line-height: 2;
	letter-spacing: 0;
	/* reset */
	background-color: #a40301;
	color: #ffffff;
	-webkit-animation: wengdo-pulse 0.5s 1;
	animation: wengdo-pulse 0.5s 1;
}

.wengdo-header-shopping-cart .shopping-cart-count strong {
	display: inline-block;
	font-size: 0.5em;
	line-height: 2;
	vertical-align: top;
}

.wengdo-header-shopping-cart .shopping-cart-count[data-count="0"] {
	display: none;
}

.wengdo-header-shopping-cart .sub-menu {
	white-space: normal;
	width: 20rem !important;
}

.wengdo-header-social li.menu-item {
	margin: 0 0.75em 0 0;
}

.wengdo-header-social li.menu-item:last-of-type {
	margin-right: 0;
}

.wengdo-header-mobile-vertical-toggle .wengdo-popup-toggle-active {
	opacity: 0;
}

.wengdo-header-main {
	position: relative;
	display: block;
}

@media screen and (max-width: 1023px) {
	.wengdo-header-main {
		display: none;
	}
}

.wengdo-header-mobile {
	display: none;
}

@media screen and (max-width: 1023px) {
	.wengdo-header-mobile {
		display: block;
	}
}

.wengdo-header-section {
	position: relative;
}

.wengdo-header-section .wengdo-wrapper {
	height: 100%;
}

.wengdo-header-section .wengdo-section-inner {
	height: inherit;
	transition: background-color 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-header-row {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	white-space: nowrap;
	height: 100%;
	margin: 0 -12px;
}

.wengdo-header-column {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	max-width: 100%;
}

.wengdo-header-column > * {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	height: 100%;
	max-width: 100%;
	padding: 0 12px;
}

.wengdo-header-top-bar-left,
.wengdo-header-main-bar-left,
.wengdo-header-bottom-bar-left,
.wengdo-header-mobile-main-bar-left {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wengdo-header-row-with-center > .wengdo-header-top-bar-left, .wengdo-header-row-with-center >
.wengdo-header-main-bar-left, .wengdo-header-row-with-center >
.wengdo-header-bottom-bar-left, .wengdo-header-row-with-center >
.wengdo-header-mobile-main-bar-left {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.wengdo-header-top-bar-center,
.wengdo-header-main-bar-center,
.wengdo-header-bottom-bar-center,
.wengdo-header-mobile-main-bar-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.wengdo-header-top-bar-right,
.wengdo-header-main-bar-right,
.wengdo-header-bottom-bar-right,
.wengdo-header-mobile-main-bar-right {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wengdo-header-row-with-center > .wengdo-header-top-bar-right, .wengdo-header-row-with-center >
.wengdo-header-main-bar-right, .wengdo-header-row-with-center >
.wengdo-header-bottom-bar-right, .wengdo-header-row-with-center >
.wengdo-header-mobile-main-bar-right {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.wengdo-header-section .menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	height: 100%;
}

.wengdo-header-section .menu > .menu-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.wengdo-header-section .menu .sub-menu {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	padding: 1em;
	max-width: 1140px;
	min-width: 100%;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.25s, visibility 0s 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-y: auto;
}

.wengdo-header-section .menu .sub-menu *:not(.button) {
	border-color: inherit;
}

.wengdo-header-section .menu.wengdo-hover-menu .menu-item:hover > .sub-menu,
.wengdo-header-section .menu .menu-item.focus > .sub-menu {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.25s, visibility 0s 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-header-section.wengdo-section-full-width .menu .sub-menu {
	max-width: 100vw;
}

body.wengdo-page-layout-boxed .wengdo-header-section.wengdo-section-full-width .menu .sub-menu {
	max-width: 1400px;
}

.wengdo-header-section.wengdo-section-full-width .menu > .menu-item > .sub-menu {
	margin-right: -20px;
}

.wengdo-header-section .wengdo-header-menu {
	padding: 0 !important;
}

.wengdo-header-section .wengdo-header-menu .menu-item {
	padding: 0 12px;
}

.wengdo-header-section .wengdo-header-menu .wengdo-dropdown-sign {
	position: relative;
	margin-left: 0.4em;
}

.wengdo-header-section .wengdo-header-menu .sub-menu {
	padding: 1em 0;
	z-index: 3;
	overflow-y: initial;
}

.wengdo-header-section .wengdo-header-menu .sub-menu .menu-item {
	margin: 0;
}

.wengdo-header-section .wengdo-header-menu .sub-menu .wengdo-menu-item-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.25em 0;
}

.wengdo-header-section .wengdo-header-menu .sub-menu .sub-menu {
	top: -1em;
	left: 100%;
	margin: -1px 0 0 0;
}

.wengdo-header-section .wengdo-header-menu .sub-menu .sub-menu.wengdo-sub-menu-right {
	left: auto;
	right: 100%;
}

.wengdo-header-section .wengdo-header-menu .sub-menu .wengdo-dropdown-sign {
	margin-left: 0.75em;
	margin-right: -0.75em;
}

.wengdo-header-section a:not(.button), .wengdo-header-section .wengdo-toggle, .wengdo-header-section .menu > .menu-item .sub-menu a:not(.button), .wengdo-header-section .menu > .menu-item .sub-menu .wengdo-toggle {
	color: #fff;
}

.wengdo-header-section a:not(.button):hover, .wengdo-header-section a:not(.button):focus, .wengdo-header-section .wengdo-toggle:hover, .wengdo-header-section .wengdo-toggle:focus, .wengdo-header-section .menu > .menu-item .sub-menu a:not(.button):hover, .wengdo-header-section .menu > .menu-item .sub-menu a:not(.button):focus, .wengdo-header-section .menu > .menu-item .sub-menu .wengdo-toggle:hover, .wengdo-header-section .menu > .menu-item .sub-menu .wengdo-toggle:focus {
	color: #fff;
}

.wengdo-header-section .wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link:hover:after, .wengdo-header-section .wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link:focus:after {
	background-color: rgba(0, 0, 0, 0.1);
}

.wengdo-header-top-bar {
	height: 40px;
}

.wengdo-header-top-bar-inner {
	border-width: 0;
	border-style: solid;
	padding: 0 20px;
}

.wengdo-header-top-bar.wengdo-section-merged {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.wengdo-header-main-bar {
	height: 80px;
}

.wengdo-header-main-bar-inner {
	border-width: 0;
	border-style: solid;
	padding: 0 20px;
}

.wengdo-header-main-bar.wengdo-header-main-bar-with-top-bar > .wengdo-section-inner > .wengdo-wrapper {
	padding-top: 40px;
}

.wengdo-header-main-bar.wengdo-header-main-bar-with-bottom-bar > .wengdo-section-inner > .wengdo-wrapper {
	padding-bottom: 40px;
}

.wengdo-header-bottom-bar {
	height: 60px;
}

.wengdo-header-bottom-bar-inner {
	border-width: 0;
	border-style: solid;
	padding: 0 20px;
}

.wengdo-header-bottom-bar.wengdo-section-merged {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.wengdo-header-mobile-main-bar {
	height: 60px;
}

.wengdo-header-mobile-main-bar-inner {
	border-width: 0;
	border-style: solid;
	padding: 0 20px;
	background-color: #a40301;
}

.wengdo-header-section-vertical a:not(.button), .wengdo-header-section-vertical .wengdo-toggle {
	color: #111;
}

.wengdo-header-section-vertical a:not(.button):hover, .wengdo-header-section-vertical a:not(.button):focus, .wengdo-header-section-vertical .wengdo-toggle:hover, .wengdo-header-section-vertical .wengdo-toggle:focus {
	color: #a40301;
}

.wengdo-header-section-vertical .wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link:hover:after, .wengdo-header-section-vertical .wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link:focus:after {
	background-color: rgba(0, 0, 0, 0.1);
}

.wengdo-header-section-vertical ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wengdo-header-section-vertical-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #ffffff;
}

.wengdo-header-section-vertical-column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	max-width: 100%;
	-ms-flex: 1;
	flex: 1;
}

.wengdo-header-section-vertical-row {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wengdo-header-section-vertical .menu .sub-menu {
	width: 100%;
	max-width: 100%;
	display: none;
}

.wengdo-header-section-vertical .wengdo-header-menu .menu-item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wengdo-header-section-vertical .wengdo-header-menu .sub-menu {
	width: 100%;
}

.wengdo-header-section-vertical .wengdo-header-menu .wengdo-menu-item-link {
	padding: 0.5em 0;
}

.wengdo-header-section-vertical .wengdo-header-menu .wengdo-sub-menu-toggle {
	width: 1.5em;
	padding: 6px 0 8px 0;
	cursor: pointer;
	text-align: center;
}

.wengdo-text-align-left .wengdo-header-section-vertical .wengdo-header-menu .sub-menu {
	padding-left: 1.5em;
}

.wengdo-text-align-left .wengdo-header-section-vertical .wengdo-header-menu .wengdo-sub-menu-toggle {
	margin: 0 0 0 0.5em;
}

.wengdo-text-align-center .wengdo-header-section-vertical .wengdo-header-menu .menu-item {
	-ms-flex-pack: center;
	justify-content: center;
}

.wengdo-text-align-center .wengdo-header-section-vertical .wengdo-header-menu .wengdo-sub-menu-toggle {
	margin: 0 -2em 0 0.5em;
}

.wengdo-text-align-right .wengdo-header-section-vertical .wengdo-header-menu .menu-item {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wengdo-text-align-right .wengdo-header-section-vertical .wengdo-header-menu .sub-menu {
	padding-right: 1.5em;
	-ms-flex-order: 3;
	order: 3;
}

.wengdo-text-align-right .wengdo-header-section-vertical .wengdo-header-menu .wengdo-menu-item-link {
	-ms-flex-order: 2;
	order: 2;
}

.wengdo-text-align-right .wengdo-header-section-vertical .wengdo-header-menu .wengdo-sub-menu-toggle {
	margin: 0 0.5em 0 0;
	-ms-flex-order: 1;
	order: 1;
}

.wengdo-header-section-vertical .wengdo-header-social li {
	display: inline-block;
}

.wengdo-header-section-vertical .wengdo-header-social li:first-child {
	margin-left: 0;
}

.wengdo-header-section-vertical .wengdo-header-social li:last-child {
	margin-right: 0;
}

.wengdo-header-section-vertical .wengdo-header-button {
	max-width: 100%;
}

.wengdo-header-mobile-vertical {
	display: none;
}

@media screen and (max-width: 1023px) {
	.wengdo-header-mobile-vertical {
		display: block;
	}
}

.wengdo-header-mobile-vertical-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: calc(100% - 4rem);
	width: 300px;
	overflow-y: auto;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-header-mobile-vertical-position-left .wengdo-header-mobile-vertical-bar,
.wengdo-header-mobile-vertical-position-center .wengdo-header-mobile-vertical-bar {
	left: 0;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.wengdo-header-mobile-vertical-position-right .wengdo-header-mobile-vertical-bar {
	right: 0;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.wengdo-popup-active .wengdo-header-mobile-vertical-bar {
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	transition: -webkit-transform 0.25s 0.125s;
	transition: transform 0.25s 0.125s;
	transition: transform 0.25s 0.125s, -webkit-transform 0.25s 0.125s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-header-mobile-vertical-bar-inner {
	padding: 30px;
}

.wengdo-header-mobile-vertical-bar .wengdo-header-section-vertical-column {
	margin: -12px 0;
}

.wengdo-header-mobile-vertical-bar .wengdo-header-section-vertical-row > * {
	padding: 12px 0;
}

.wengdo-header-mobile-vertical-display-drawer {
	opacity: 1;
}

.wengdo-header-mobile-vertical-display-full-screen {
	left: 0;
	right: 0;
}

.wengdo-header-mobile-vertical-display-full-screen .wengdo-popup-background {
	background-color: transparent;
}

.wengdo-header-mobile-vertical-display-full-screen .wengdo-header-mobile-vertical-bar {
	width: 100% !important;
	max-width: 100%;
	left: 0;
	right: 0;
	border: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.wengdo-header-mobile-vertical-display-full-screen .wengdo-popup-close-icon {
	color: inherit !important;
}

.wengdo-header-mobile-vertical-display-full-screen .wengdo-header-section-vertical-column {
	width: 300px;
}

.wengdo-header-mobile-vertical-display-full-screen.wengdo-header-mobile-vertical-position-left .wengdo-header-section-vertical-column {
	margin-right: auto;
}

.wengdo-header-mobile-vertical-display-full-screen.wengdo-header-mobile-vertical-position-center .wengdo-header-section-vertical-column {
	margin-left: auto;
	margin-right: auto;
}

.wengdo-header-mobile-vertical-display-full-screen.wengdo-header-mobile-vertical-position-right .wengdo-header-section-vertical-column {
	margin-left: auto;
}

.wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link:before {
	content: "";
	position: absolute;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-header-menu-highlight-underline .wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link {
	position: relative;
	height: auto;
}

.wengdo-header-menu-highlight-underline .wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link:before {
	top: 100%;
	left: 0;
	width: 100%;
	height: 0.1em;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-header-menu-highlight-background .wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wengdo-header-menu-highlight-border-top .wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link:before {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0.2em;
	margin: 0 auto;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-header-menu-highlight-border-bottom .wengdo-header-menu > .menu > .menu-item > .wengdo-menu-item-link:before {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0.2em;
	margin: 0 auto;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-header-mobile-vertical-position-right .wengdo-toggle.wengdo-popup-close-icon {
	left: 0 !important;
	right: auto !important;
}

.wengdo-page-header-inner {
	border-width: 0;
	border-style: solid;
	background-color: rgba(0, 0, 0, 0.05);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 60px 20px;
}

.wengdo-page-header-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.wengdo-page-header-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -1.5rem;
}

.wengdo-page-header-row:not(.wengdo-page-header-row-with-center) > .wengdo-page-header-column-empty {
	display: none;
}

@media screen and (max-width: 1023px) {
	.wengdo-page-header-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		white-space: normal;
	}
}

.wengdo-page-header-column {
	max-width: 100%;
	padding: 0 1.5rem;
}

@media screen and (max-width: 1023px) {
	.wengdo-page-header-column {
		width: 100%;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		text-align: center;
	}
	.wengdo-page-header-column:not(.wengdo-page-header-column-empty) + .wengdo-page-header-column:not(.wengdo-page-header-column-empty) {
		margin-top: 1rem;
	}
}

.wengdo-page-header-column > * {
	margin: 0;
}

.wengdo-page-header-column > * + * {
	margin-top: 1rem;
}

.wengdo-page-header-left {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: left;
}

.wengdo-page-header-row-with-center > .wengdo-page-header-left {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

@media screen and (max-width: 1023px) {
	.wengdo-page-header-left:not(.wengdo-page-header-column-empty) ~ .wengdo-page-header-column {
		text-align: left;
	}
}

.wengdo-page-header-center {
	text-align: center;
}

.wengdo-page-header-right {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: right;
}

.wengdo-page-header-row-with-center > .wengdo-page-header-right {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.wengdo-page-header-breadcrumb {
	font-size: 0.9em;
}

.wengdo-page-header-breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wengdo-page-header-breadcrumb li {
	display: inline-block;
}

.wengdo-page-header-breadcrumb li:after {
	margin: 0 0.5em;
	content: "\00bb";
	opacity: 0.5;
}

.wengdo-page-header-breadcrumb li:last-child:after {
	display: none;
}

.wengdo-footer-widgets-bar-inner {
	background-color: rgba(0, 0, 0, 0.05);
	border-width: 0;
	border-style: solid;
	padding: 0;
}

.wengdo-footer-widgets-bar .widget {
	margin-bottom: 40px;
}

.wengdo-footer-widgets-bar-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -40px;
	padding: 60px 0;
}

@media screen and (max-width: 1023px) {
	.wengdo-footer-widgets-bar-row {
		margin-bottom: -80px;
		padding: 60px 0 80px 0;
	}
	.wengdo-footer-widgets-bar .widget-title {
		padding-top: 20px;
	}
	.wengdo-footer-widgets-bar .widget:first-child .widget-title {
		padding-top: 0;
	}
	.wengdo-footer-widgets-bar .wengdo-footer-widgets-bar-column-2 {
		padding-bottom: 30px !important;
	}
}

.wengdo-footer-widgets-bar-column {
	width: 100%;
	padding: 0 15px;
}

.wengdo-footer-widgets-bar-columns-2 .wengdo-footer-widgets-bar-column {
	width: 50%;
}

.wengdo-footer-widgets-bar-columns-3 .wengdo-footer-widgets-bar-column {
	width: 33.33%;
}

.wengdo-footer-widgets-bar-columns-4 .wengdo-footer-widgets-bar-column {
	width: 25%;
}

.wengdo-footer-widgets-bar-columns-5 .wengdo-footer-widgets-bar-column {
	width: 20%;
}

.wengdo-footer-widgets-bar-columns-6 .wengdo-footer-widgets-bar-column {
	width: 16.67%;
}

@media screen and (max-width: 1023px) {
	.wengdo-footer-widgets-bar-columns-2 .wengdo-footer-widgets-bar-column,
	.wengdo-footer-widgets-bar-columns-4 .wengdo-footer-widgets-bar-column,
	.wengdo-footer-widgets-bar-columns-6 .wengdo-footer-widgets-bar-column {
		width: 50%;
	}
	.wengdo-footer-widgets-bar-columns-3 .wengdo-footer-widgets-bar-column,
	.wengdo-footer-widgets-bar-columns-5 .wengdo-footer-widgets-bar-column {
		width: 33.33%;
	}
}

@media screen and (max-width: 499px) {
	.wengdo-footer-widgets-bar-columns-2 .wengdo-footer-widgets-bar-column,
	.wengdo-footer-widgets-bar-columns-3 .wengdo-footer-widgets-bar-column,
	.wengdo-footer-widgets-bar-columns-4 .wengdo-footer-widgets-bar-column,
	.wengdo-footer-widgets-bar-columns-5 .wengdo-footer-widgets-bar-column,
	.wengdo-footer-widgets-bar-columns-6 .wengdo-footer-widgets-bar-column {
		width: 100%;
	}
}

.wengdo-footer-bottom-bar-inner {
	background-color: rgba(0, 0, 0, 0.05);
	border-width: 0;
	border-style: solid;
}

.wengdo-footer-bottom-bar-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -12px;
	white-space: nowrap;
	position: relative;
	padding: 22px 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1023px) {
	.wengdo-footer-bottom-bar-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		white-space: normal;
		margin-bottom: -1em;
	}
}

.wengdo-footer-bottom-bar-column {
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}

@media screen and (max-width: 1023px) {
	.wengdo-footer-bottom-bar-column {
		width: 100%;
		margin: 0 0 1em;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		text-align: center;
	}
}

.wengdo-footer-bottom-bar-column > * {
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding: 0 12px;
}

.wengdo-footer-bottom-bar-left {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wengdo-footer-row-with-center > .wengdo-footer-bottom-bar-left {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.wengdo-footer-bottom-bar-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.wengdo-footer-bottom-bar-right {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wengdo-footer-row-with-center > .wengdo-footer-bottom-bar-right {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.wengdo-footer-menu {
	padding: 0 !important;
}

.wengdo-footer-menu ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 1023px) {
	.wengdo-footer-menu ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.wengdo-footer-menu ul li {
	padding: 0 12px;
}

.wengdo-footer-social li {
	display: inline-block;
	margin: 0 0.75em 0 0;
}

.wengdo-footer-social li:last-child {
	margin-right: 0;
}

.wengdo-footer-social li a {
	vertical-align: middle;
}

.wengdo-scroll-to-top {
	position: absolute;
	z-index: 99;
	bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: none;
	border-radius: 40px;
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	background-color: #a40301;
	border-color: #a40301;
}

.wengdo-scroll-to-top:hover, .wengdo-scroll-to-top:focus {
	color: #ffffff;
	background-color: #FBAF2B;
	border-color: #FBAF2B;
}

.wengdo-scroll-to-top-position-left {
	left: 0;
}

.wengdo-scroll-to-top-position-right {
	right: 0;
}

.wengdo-scroll-to-top-display-sticky {
	position: fixed;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	opacity: 0;
	transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: transform 0.25s, opacity 0.25s;
	transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wengdo-scroll-to-top-display-sticky.sticky {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.wengdo-scroll-to-top .wengdo-icon {
	vertical-align: top;
}

.wengdo-loop-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-bottom: -15px;
	margin-left: -15px;
	margin-right: -15px;
}

.wengdo-loop-grid.wengdo-loop-grid-same-height {
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wengdo-loop-grid.wengdo-loop-grid-same-height .entry-footer {
	margin-top: auto;
}

.wengdo-loop-default .entry {
	margin-bottom: 6em;
}

.wengdo-loop-grid .entry {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}

@media screen and (max-width: 499px) {
	.wengdo-loop-grid .entry {
		width: 100% !important;
	}
}

.wengdo-loop-grid.wengdo-loop-grid-2-columns .entry {
	width: 50%;
}

.wengdo-loop-grid.wengdo-loop-grid-3-columns .entry {
	width: 33.33%;
}

@media screen and (max-width: 767px) {
	.wengdo-loop-grid.wengdo-loop-grid-3-columns .entry {
		width: 50%;
	}
}

.wengdo-loop-grid.wengdo-loop-grid-4-columns .entry {
	width: 25%;
}

@media screen and (max-width: 767px) {
	.wengdo-loop-grid.wengdo-loop-grid-4-columns .entry {
		width: 50%;
	}
}

.wengdo-loop-search .entry {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.entry-wrapper {
	border-width: 0;
	border-style: solid;
}

.entry-wrapper > *:last-child {
	margin-bottom: 0;
}

.entry-layout-grid .entry-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.entry-header {
	margin: 0 0 2rem;
}

.entry-small .entry-header {
	margin: 0 0 1em;
}

.entry-header > *:last-child {
	margin-bottom: 0;
}

.entry-footer {
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
}

.entry-footer > *:last-child {
	margin-bottom: 0;
}

.entry-title {
	margin: 0 0 0.75rem;
	/*font-size: 25px;*/
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 14px;
}

.entry-small-title {
	margin: 0 0 0.25rem;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.entry-meta {
	font-size: 0.85em;
	line-height: 1.7;
	color: inherit;
	margin: 0 0 0.25em;
}

.entry-meta a {
	color: inherit;
}

.entry-meta a:hover, .entry-meta a:focus {
	color: #a40301;
}

.entry-meta .avatar {
	display: inline-block;
	width: 2em;
	height: 2em;
	vertical-align: middle;
	margin-right: 0.5em;
	border-radius: 50%;
}

.entry-thumbnail {
	display: block;
	margin: 0 0 2rem;
}

.entry-thumbnail > * {
	display: block;
	width: 100%;
}

.entry-small .entry-thumbnail {
	margin: 0 0 1rem;
}

a.entry-thumbnail:hover, a.entry-thumbnail:focus {
	opacity: 0.9;
}

.entry-content {
	margin: 0 0 2rem;
}

.entry-content:before, .entry-content:after {
	content: "";
	display: table;
}

.entry-content:after {
	clear: both;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content blockquote {
	padding: 0.5em 2em;
	border-left-width: 0.25em;
	border-left-style: solid;
}

.entry-content blockquote[style*="center"] {
	border-left: none;
}

.entry-content blockquote[style*="right"] {
	border-left: none;
	border-right-width: 0.25em;
	border-right-style: solid;
}

.entry-excerpt {
	margin: 0 0 1.25em;
}

.entry-excerpt p {
	margin-bottom: 0.75em;
}

a.more-link {
	white-space: nowrap;
}

.entry-tags {
	margin: 1.5em 0;
}

.entry-author {
	margin-top: 4rem;
	padding: 1.75rem;
	border-width: 1px;
	border-style: solid;
}

.entry-author-body {
	position: relative;
	min-height: 80px;
}

@media screen and (max-width: 499px) {
	.entry-author-body {
		text-align: center;
	}
}

@media screen and (min-width: 500px) {
	.entry-author-body {
		padding-left: 100px;
	}
}

.entry-author-name {
	font-size: 1.1em;
	margin: 0 0 0.5em;
	color: #111;
}

.entry-author-name a {
	color: #111;
}

.entry-author-name a:hover, .entry-author-name a:focus {
	color: #a40301;
}

.entry-author-name .avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 0.75em;
}

@media screen and (min-width: 500px) {
	.entry-author-name .avatar {
		position: absolute;
		top: 0;
		left: 0;
	}
}

.entry-author-name .fn {
	font-weight: 600;
	display: block;
}

.entry-author-content p {
	margin: 0.5em 0;
}

.navigation {
	margin: 3rem 0 0;
}

.navigation .nav-links:before, .navigation .nav-links:after {
	content: "";
	display: table;
}

.navigation .nav-links:after {
	clear: both;
}

.navigation .nav-links a {
	background-color: transparent;
	color: inherit;
}

.navigation .nav-links a:focus, .navigation .nav-links a:hover {
	background-color: transparent;
	color: #a40301;
	border-color: currentColor;
}

@media screen and (min-width: 500px) {
	.navigation .nav-links .nav-next, .navigation .nav-links .nav-previous {
		width: 50%;
	}
	.navigation .nav-links .nav-previous {
		float: right;
		text-align: right;
		padding-left: 20px;
	}
	.navigation .nav-links .nav-next {
		float: left;
		text-align: left;
		padding-right: 20px;
	}
}

.navigation.pagination {
	text-align: center;
}

.navigation.pagination .nav-links {
	display: inline-block;
}

.navigation.pagination .nav-links:before, .navigation.pagination .nav-links:after {
	content: "";
	display: table;
}

.navigation.pagination .nav-links:after {
	clear: both;
}

.navigation.pagination .page-numbers {
	display: block;
	min-width: 2em;
	margin-right: 0.5em;
	padding: 0.5em;
	float: left;
	text-decoration: none;
	line-height: 1;
	border-width: 1px;
	border-style: solid;
	color: inherit;
}

.navigation.pagination .page-numbers:last-child {
	margin-right: 0;
}

.navigation.pagination .current {
	background-color: rgba(0, 0, 0, 0.05);
	color: #111;
}

.comments-area {
	margin-top: 6em;
}

.comments-title {
	position: relative;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.comment-reply-title {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.comment-reply-title small {
	margin-left: 1em;
	font-size: 12px;
}

.comment-list, .comment-list ul.comment-list, .comment-list ol.comment-list {
	list-style: none;
}

.comment-list, .comment-list ul.children, .comment-list ol.children {
	list-style: none;
}

.comment-list, .comment-list ul, .comment-list ol {
	margin: 0;
	padding: 0;
}

.comment-list li.comment-list {
	border-top-width: 1px;
	border-top-style: solid;
}

.comment-list > li.comment-list:first-child {
	border-top: none;
}

.comment-list ul.comment-list, .comment-list ol.comment-list {
	padding-left: 1.25em;
}

.comment-list ul.comment-list li.comment-list, .comment-list ol.comment-list li.comment-list {
	border-top-width: 1px;
	border-top-style: solid;
}

@media screen and (min-width: 500px) {
	.comment-list ul.comment-list, .comment-list ol.comment-list {
		padding-left: 65px;
	}
}

.comment-body {
	position: relative;
	padding: 1.25em 0;
}

.comment-body .reply {
	position: absolute;
	top: 0;
	right: 0;
	margin: 1.25em 0 0 0;
}

.comment-body .reply a {
	font-size: 90%;
	color: inherit;
}

.comment-body .reply a:hover, .comment-body .reply a:focus {
	color: #a40301;
}

@media screen and (min-width: 500px) {
	.comment-body .reply {
		margin-top: 2em;
	}
}

@media screen and (min-width: 500px) {
	.comment-body {
		padding: 2em 0;
	}
}

@media screen and (min-width: 500px) {
	.comment-content {
		padding-left: 65px;
	}
}

.comment-content > *:last-child {
	margin-bottom: 0;
}

.comment-meta {
	position: relative;
	padding-right: 50px;
	margin-bottom: 1em;
	min-height: 50px;
}

@media screen and (min-width: 500px) {
	.comment-meta {
		padding-left: 65px;
	}
}

.comment-author {
	color: #111;
}

.comment-author a {
	color: #111;
}

.comment-author a:hover, .comment-author a:focus {
	color: #a40301;
}

.comment-author .avatar {
	width: 2em;
	height: 2em;
	margin-right: 0.5em;
	border-radius: 50%;
}

@media screen and (min-width: 500px) {
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		height: 50px;
		width: 50px;
	}
}

.comment-author .fn {
	font-weight: 600;
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	margin: 0.25em 0;
	font-size: 0.85em;
	line-height: 1.7;
	color: inherit;
}

.comment-metadata a {
	color: inherit;
}

.comment-metadata a:hover, .comment-metadata a:focus {
	color: #a40301;
}

.comment-metadata > * {
	position: relative;
	display: inline-block;
}

.comment-metadata > *:before {
	content: "\2022";
	margin: 0 0.5em;
}

.comment-metadata > *:first-child:before {
	display: none;
}

.comment-respond {
	padding-top: 1.5em;
}

.comment-list ~ .comment-respond,
.comment-list .comment-respond {
	border-top-width: 1px;
	border-top-style: solid;
}

.comment:not(:last-child) .comment-respond {
	padding-bottom: 2em;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
	width: 120px;
}

@media screen and (min-width: 768px) {
	.comment-respond label {
		display: inline-block;
	}
}

.comment-respond .comment-form-cookies-consent label {
	width: auto;
	margin-left: 0.5em;
}

.comment-form #comment {
	height: 6em;
	width: 100%;
}

/* Widget Common */
.widget {
	position: relative;
	margin-bottom: 40px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget select {
	width: 100%;
}

.widget .post-date, .widget .rss-date {
	font-size: 0.85em;
	line-height: 1.7;
	color: inherit;
	display: block;
	margin-top: 0.25em;
	font-size: 0.9em;
}

.widget .post-date a, .widget .rss-date a {
	color: inherit;
}

.widget .post-date a:hover, .widget .post-date a:focus, .widget .rss-date a:hover, .widget .rss-date a:focus {
	color: #a40301;
}

.widget ul {
	padding-left: 0;
}

.widget-title {
	margin: 0px 0px 28px;
	font-size: 19px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1.3px;
}

.widget-title:empty {
	display: none;
}

.wengdo-widget-title-decoration-box .widget-title {
	border-width: 1px;
	border-style: solid;
	padding: 0.25em 1em;
}

.wengdo-widget-title-decoration-border-bottom .widget-title .w-title {
	position: relative;
}

.wengdo-widget-title-decoration-border-bottom .widget-title .w-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -8px;
	width: 35px;
	height: 3px;
	background-color: #a41a13;
}

.wengdo-widget-title-alignment-left .widget-title {
	text-align: left;
}

.wengdo-widget-title-alignment-center .widget-title {
	text-align: center;
}

.wengdo-widget-title-alignment-right .widget-title {
	text-align: right;
}

.wengdo-products-off-canvas-filters .widget,
.widget-area .widget,
.wengdo-footer-section .widget {
	margin-bottom: 2em;
}

.wengdo-products-off-canvas-filters .widget a,
.widget-area .widget a,
.wengdo-footer-section .widget a {
	color: #444;
}

.wengdo-products-off-canvas-filters .widget a:hover,
.widget-area .widget a:hover,
.wengdo-footer-section .widget a:hover {
	color: #a40301;
}

.wengdo-products-off-canvas-filters .widget ul,
.widget-area .widget ul,
.wengdo-footer-section .widget ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.wengdo-products-off-canvas-filters .widget ul:after,
.widget-area .widget ul:after,
.wengdo-footer-section .widget ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.wengdo-products-off-canvas-filters .widget ul li,
.widget-area .widget ul li,
.wengdo-footer-section .widget ul li {
	margin: 0px 0px 0.6em;
}

.wengdo-products-off-canvas-filters .widget ul li.cat-item, .wengdo-products-off-canvas-filters .widget ul li.woocommerce-widget-layered-nav-list__item,
.widget-area .widget ul li.cat-item,
.widget-area .widget ul li.woocommerce-widget-layered-nav-list__item,
.wengdo-footer-section .widget ul li.cat-item,
.wengdo-footer-section .widget ul li.woocommerce-widget-layered-nav-list__item {
	position: relative;
}

.wengdo-products-off-canvas-filters .widget ul li.cat-item .count, .wengdo-products-off-canvas-filters .widget ul li.woocommerce-widget-layered-nav-list__item .count,
.widget-area .widget ul li.cat-item .count,
.widget-area .widget ul li.woocommerce-widget-layered-nav-list__item .count,
.wengdo-footer-section .widget ul li.cat-item .count,
.wengdo-footer-section .widget ul li.woocommerce-widget-layered-nav-list__item .count {
	right: 0;
	background: #eaecee;
	color: #999999;
	padding: 0px 0.5em;
	border-radius: 0.9em;
	font-size: 12px;
	position: absolute;
	top: 4px;
}

.wengdo-products-off-canvas-filters .widget ul li.cat-item:after::after, .wengdo-products-off-canvas-filters .widget ul li.woocommerce-widget-layered-nav-list__item:after::after,
.widget-area .widget ul li.cat-item:after::after,
.widget-area .widget ul li.woocommerce-widget-layered-nav-list__item:after::after,
.wengdo-footer-section .widget ul li.cat-item:after::after,
.wengdo-footer-section .widget ul li.woocommerce-widget-layered-nav-list__item:after::after {
	display: block;
	clear: both;
	content: "";
}

.wengdo-products-off-canvas-filters .widget a.button:hover,
.widget-area .widget a.button:hover,
.wengdo-footer-section .widget a.button:hover {
	text-decoration: none;
}

.wengdo-products-off-canvas-filters .widget select,
.widget-area .widget select,
.wengdo-footer-section .widget select {
	max-width: 100%;
}

.wengdo-products-off-canvas-filters .widget table,
.widget-area .widget table,
.wengdo-footer-section .widget table {
	font-size: 85%;
}

.wengdo-products-off-canvas-filters .widget table th, .wengdo-products-off-canvas-filters .widget table td,
.widget-area .widget table th,
.widget-area .widget table td,
.wengdo-footer-section .widget table th,
.wengdo-footer-section .widget table td {
	padding: 5px;
	text-align: center;
}

.wengdo-products-off-canvas-filters .widget table tfoot td,
.widget-area .widget table tfoot td,
.wengdo-footer-section .widget table tfoot td {
	text-align: left;
}

.wengdo-products-off-canvas-filters .widget table,
.widget-area .widget table,
.wengdo-footer-section .widget table {
	background: #fff;
	margin-bottom: 10px;
}

.wengdo-products-off-canvas-filters .widget table th,
.widget-area .widget table th,
.wengdo-footer-section .widget table th {
	background-color: #a40301;
	color: #fff;
}

.wengdo-products-off-canvas-filters .widget table tr, .wengdo-products-off-canvas-filters .widget table td,
.widget-area .widget table tr,
.widget-area .widget table td,
.wengdo-footer-section .widget table tr,
.wengdo-footer-section .widget table td {
	color: #a40301;
}

.wengdo-products-off-canvas-filters .widget table caption,
.widget-area .widget table caption,
.wengdo-footer-section .widget table caption {
	text-align: center;
	font-size: small;
	color: #a40301;
}

.wengdo-products-off-canvas-filters .widget table th,
.wengdo-products-off-canvas-filters .widget table td,
.widget-area .widget table th,
.widget-area .widget table td,
.wengdo-footer-section .widget table th,
.wengdo-footer-section .widget table td {
	border: 1px solid rgba(0, 0, 0, 0.08);
	text-align: center;
}

.wengdo-products-off-canvas-filters .widget table th a,
.wengdo-products-off-canvas-filters .widget table td a,
.widget-area .widget table th a,
.widget-area .widget table td a,
.wengdo-footer-section .widget table th a,
.wengdo-footer-section .widget table td a {
	color: #a40301;
	font-weight: bold;
}

.wengdo-products-off-canvas-filters .widget table th a:hover,
.wengdo-products-off-canvas-filters .widget table td a:hover,
.widget-area .widget table th a:hover,
.widget-area .widget table td a:hover,
.wengdo-footer-section .widget table th a:hover,
.wengdo-footer-section .widget table td a:hover {
	color: #d70401;
}

.wengdo-products-off-canvas-filters .widget table tr:nth-child(even):not(:last-child),
.widget-area .widget table tr:nth-child(even):not(:last-child),
.wengdo-footer-section .widget table tr:nth-child(even):not(:last-child) {
	background-color: rgba(0, 0, 0, 0.03);
}

.wengdo-products-off-canvas-filters .widget *:last-child,
.widget-area .widget *:last-child,
.wengdo-footer-section .widget *:last-child {
	margin-bottom: 0px;
}

.wengdo-products-off-canvas-filters .widget .sidebar-search-form,
.widget-area .widget .sidebar-search-form,
.wengdo-footer-section .widget .sidebar-search-form {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 100%;
}

.wengdo-products-off-canvas-filters .widget .sidebar-search-form label,
.widget-area .widget .sidebar-search-form label,
.wengdo-footer-section .widget .sidebar-search-form label {
	width: 100%;
}

.wengdo-products-off-canvas-filters .widget .sidebar-search-form .search-field,
.widget-area .widget .sidebar-search-form .search-field,
.wengdo-footer-section .widget .sidebar-search-form .search-field {
	width: 100%;
	display: block;
}

.wengdo-products-off-canvas-filters .widget .sidebar-search-form .search-submit,
.widget-area .widget .sidebar-search-form .search-submit,
.wengdo-footer-section .widget .sidebar-search-form .search-submit {
	padding: 9px 14px;
	margin-left: -46px;
	overflow: hidden;
	box-shadow: none;
	background: transparent;
	color: #aaaaaa;
	line-height: 0px;
}

.wengdo-products-off-canvas-filters .widget .sidebar-search-form .search-submit:hover svg #svg-search,
.widget-area .widget .sidebar-search-form .search-submit:hover svg #svg-search,
.wengdo-footer-section .widget .sidebar-search-form .search-submit:hover svg #svg-search {
	fill: #444444;
}

.wengdo-products-off-canvas-filters .widget .sidebar-search-form .search-submit svg,
.widget-area .widget .sidebar-search-form .search-submit svg,
.wengdo-footer-section .widget .sidebar-search-form .search-submit svg {
	width: 18px;
	height: 18px;
}

.wengdo-products-off-canvas-filters .widget_categories ul ul, .wengdo-products-off-canvas-filters .widget_nav_menu ul ul, .wengdo-products-off-canvas-filters .widget_pages ul ul, .wengdo-products-off-canvas-filters .widget_product_categories ul ul,
.widget-area .widget_categories ul ul,
.widget-area .widget_nav_menu ul ul,
.widget-area .widget_pages ul ul,
.widget-area .widget_product_categories ul ul,
.wengdo-footer-section .widget_categories ul ul,
.wengdo-footer-section .widget_nav_menu ul ul,
.wengdo-footer-section .widget_pages ul ul,
.wengdo-footer-section .widget_product_categories ul ul {
	margin-top: .3819820591em;
	margin-left: 0;
	margin-bottom: .3819820591em;
}

.wengdo-products-off-canvas-filters .widget_categories .menu-item-has-children > a, .wengdo-products-off-canvas-filters .widget_nav_menu .menu-item-has-children > a, .wengdo-products-off-canvas-filters .widget_pages .menu-item-has-children > a, .wengdo-products-off-canvas-filters .widget_product_categories .menu-item-has-children > a,
.widget-area .widget_categories .menu-item-has-children > a,
.widget-area .widget_nav_menu .menu-item-has-children > a,
.widget-area .widget_pages .menu-item-has-children > a,
.widget-area .widget_product_categories .menu-item-has-children > a,
.wengdo-footer-section .widget_categories .menu-item-has-children > a,
.wengdo-footer-section .widget_nav_menu .menu-item-has-children > a,
.wengdo-footer-section .widget_pages .menu-item-has-children > a,
.wengdo-footer-section .widget_product_categories .menu-item-has-children > a {
	margin-bottom: 0px;
}

.wengdo-products-off-canvas-filters .widget_pages li,
.wengdo-products-off-canvas-filters .widget_categories li,
.wengdo-products-off-canvas-filters .widget_archive li,
.wengdo-products-off-canvas-filters .widget_meta li,
.wengdo-products-off-canvas-filters .widget_nav_menu li,
.wengdo-products-off-canvas-filters .widget_product_categories li,
.wengdo-products-off-canvas-filters .widget_recent_entries li,
.wengdo-products-off-canvas-filters .widget_rss li,
.widget-area .widget_pages li,
.widget-area .widget_categories li,
.widget-area .widget_archive li,
.widget-area .widget_meta li,
.widget-area .widget_nav_menu li,
.widget-area .widget_product_categories li,
.widget-area .widget_recent_entries li,
.widget-area .widget_rss li,
.wengdo-footer-section .widget_pages li,
.wengdo-footer-section .widget_categories li,
.wengdo-footer-section .widget_archive li,
.wengdo-footer-section .widget_meta li,
.wengdo-footer-section .widget_nav_menu li,
.wengdo-footer-section .widget_product_categories li,
.wengdo-footer-section .widget_recent_entries li,
.wengdo-footer-section .widget_rss li {
	display: block;
	position: relative;
}

.wengdo-products-off-canvas-filters .widget_pages li:last-child,
.wengdo-products-off-canvas-filters .widget_categories li:last-child,
.wengdo-products-off-canvas-filters .widget_archive li:last-child,
.wengdo-products-off-canvas-filters .widget_meta li:last-child,
.wengdo-products-off-canvas-filters .widget_nav_menu li:last-child,
.wengdo-products-off-canvas-filters .widget_product_categories li:last-child,
.wengdo-products-off-canvas-filters .widget_recent_entries li:last-child,
.wengdo-products-off-canvas-filters .widget_rss li:last-child,
.widget-area .widget_pages li:last-child,
.widget-area .widget_categories li:last-child,
.widget-area .widget_archive li:last-child,
.widget-area .widget_meta li:last-child,
.widget-area .widget_nav_menu li:last-child,
.widget-area .widget_product_categories li:last-child,
.widget-area .widget_recent_entries li:last-child,
.widget-area .widget_rss li:last-child,
.wengdo-footer-section .widget_pages li:last-child,
.wengdo-footer-section .widget_categories li:last-child,
.wengdo-footer-section .widget_archive li:last-child,
.wengdo-footer-section .widget_meta li:last-child,
.wengdo-footer-section .widget_nav_menu li:last-child,
.wengdo-footer-section .widget_product_categories li:last-child,
.wengdo-footer-section .widget_recent_entries li:last-child,
.wengdo-footer-section .widget_rss li:last-child {
	border: none;
}

.wengdo-products-off-canvas-filters .widget_pages li a,
.wengdo-products-off-canvas-filters .widget_categories li a,
.wengdo-products-off-canvas-filters .widget_archive li a,
.wengdo-products-off-canvas-filters .widget_meta li a,
.wengdo-products-off-canvas-filters .widget_nav_menu li a,
.wengdo-products-off-canvas-filters .widget_product_categories li a,
.wengdo-products-off-canvas-filters .widget_recent_entries li a,
.wengdo-products-off-canvas-filters .widget_rss li a,
.widget-area .widget_pages li a,
.widget-area .widget_categories li a,
.widget-area .widget_archive li a,
.widget-area .widget_meta li a,
.widget-area .widget_nav_menu li a,
.widget-area .widget_product_categories li a,
.widget-area .widget_recent_entries li a,
.widget-area .widget_rss li a,
.wengdo-footer-section .widget_pages li a,
.wengdo-footer-section .widget_categories li a,
.wengdo-footer-section .widget_archive li a,
.wengdo-footer-section .widget_meta li a,
.wengdo-footer-section .widget_nav_menu li a,
.wengdo-footer-section .widget_product_categories li a,
.wengdo-footer-section .widget_recent_entries li a,
.wengdo-footer-section .widget_rss li a {
	display: block;
	width: 100%;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}

.wengdo-products-off-canvas-filters .widget_pages li ul li::before,
.wengdo-products-off-canvas-filters .widget_categories li ul li::before,
.wengdo-products-off-canvas-filters .widget_archive li ul li::before,
.wengdo-products-off-canvas-filters .widget_meta li ul li::before,
.wengdo-products-off-canvas-filters .widget_nav_menu li ul li::before,
.wengdo-products-off-canvas-filters .widget_product_categories li ul li::before,
.wengdo-products-off-canvas-filters .widget_recent_entries li ul li::before,
.wengdo-products-off-canvas-filters .widget_rss li ul li::before,
.widget-area .widget_pages li ul li::before,
.widget-area .widget_categories li ul li::before,
.widget-area .widget_archive li ul li::before,
.widget-area .widget_meta li ul li::before,
.widget-area .widget_nav_menu li ul li::before,
.widget-area .widget_product_categories li ul li::before,
.widget-area .widget_recent_entries li ul li::before,
.widget-area .widget_rss li ul li::before,
.wengdo-footer-section .widget_pages li ul li::before,
.wengdo-footer-section .widget_categories li ul li::before,
.wengdo-footer-section .widget_archive li ul li::before,
.wengdo-footer-section .widget_meta li ul li::before,
.wengdo-footer-section .widget_nav_menu li ul li::before,
.wengdo-footer-section .widget_product_categories li ul li::before,
.wengdo-footer-section .widget_recent_entries li ul li::before,
.wengdo-footer-section .widget_rss li ul li::before {
	left: 15px;
}

.wengdo-products-off-canvas-filters .widget_pages li ul a,
.wengdo-products-off-canvas-filters .widget_categories li ul a,
.wengdo-products-off-canvas-filters .widget_archive li ul a,
.wengdo-products-off-canvas-filters .widget_meta li ul a,
.wengdo-products-off-canvas-filters .widget_nav_menu li ul a,
.wengdo-products-off-canvas-filters .widget_product_categories li ul a,
.wengdo-products-off-canvas-filters .widget_recent_entries li ul a,
.wengdo-products-off-canvas-filters .widget_rss li ul a,
.widget-area .widget_pages li ul a,
.widget-area .widget_categories li ul a,
.widget-area .widget_archive li ul a,
.widget-area .widget_meta li ul a,
.widget-area .widget_nav_menu li ul a,
.widget-area .widget_product_categories li ul a,
.widget-area .widget_recent_entries li ul a,
.widget-area .widget_rss li ul a,
.wengdo-footer-section .widget_pages li ul a,
.wengdo-footer-section .widget_categories li ul a,
.wengdo-footer-section .widget_archive li ul a,
.wengdo-footer-section .widget_meta li ul a,
.wengdo-footer-section .widget_nav_menu li ul a,
.wengdo-footer-section .widget_product_categories li ul a,
.wengdo-footer-section .widget_recent_entries li ul a,
.wengdo-footer-section .widget_rss li ul a {
	padding-left: 15px;
}

.wengdo-products-off-canvas-filters .widget_pages li ul ul li::before,
.wengdo-products-off-canvas-filters .widget_categories li ul ul li::before,
.wengdo-products-off-canvas-filters .widget_archive li ul ul li::before,
.wengdo-products-off-canvas-filters .widget_meta li ul ul li::before,
.wengdo-products-off-canvas-filters .widget_nav_menu li ul ul li::before,
.wengdo-products-off-canvas-filters .widget_product_categories li ul ul li::before,
.wengdo-products-off-canvas-filters .widget_recent_entries li ul ul li::before,
.wengdo-products-off-canvas-filters .widget_rss li ul ul li::before,
.widget-area .widget_pages li ul ul li::before,
.widget-area .widget_categories li ul ul li::before,
.widget-area .widget_archive li ul ul li::before,
.widget-area .widget_meta li ul ul li::before,
.widget-area .widget_nav_menu li ul ul li::before,
.widget-area .widget_product_categories li ul ul li::before,
.widget-area .widget_recent_entries li ul ul li::before,
.widget-area .widget_rss li ul ul li::before,
.wengdo-footer-section .widget_pages li ul ul li::before,
.wengdo-footer-section .widget_categories li ul ul li::before,
.wengdo-footer-section .widget_archive li ul ul li::before,
.wengdo-footer-section .widget_meta li ul ul li::before,
.wengdo-footer-section .widget_nav_menu li ul ul li::before,
.wengdo-footer-section .widget_product_categories li ul ul li::before,
.wengdo-footer-section .widget_recent_entries li ul ul li::before,
.wengdo-footer-section .widget_rss li ul ul li::before {
	left: 30px;
}

.wengdo-products-off-canvas-filters .widget_pages li ul ul a,
.wengdo-products-off-canvas-filters .widget_categories li ul ul a,
.wengdo-products-off-canvas-filters .widget_archive li ul ul a,
.wengdo-products-off-canvas-filters .widget_meta li ul ul a,
.wengdo-products-off-canvas-filters .widget_nav_menu li ul ul a,
.wengdo-products-off-canvas-filters .widget_product_categories li ul ul a,
.wengdo-products-off-canvas-filters .widget_recent_entries li ul ul a,
.wengdo-products-off-canvas-filters .widget_rss li ul ul a,
.widget-area .widget_pages li ul ul a,
.widget-area .widget_categories li ul ul a,
.widget-area .widget_archive li ul ul a,
.widget-area .widget_meta li ul ul a,
.widget-area .widget_nav_menu li ul ul a,
.widget-area .widget_product_categories li ul ul a,
.widget-area .widget_recent_entries li ul ul a,
.widget-area .widget_rss li ul ul a,
.wengdo-footer-section .widget_pages li ul ul a,
.wengdo-footer-section .widget_categories li ul ul a,
.wengdo-footer-section .widget_archive li ul ul a,
.wengdo-footer-section .widget_meta li ul ul a,
.wengdo-footer-section .widget_nav_menu li ul ul a,
.wengdo-footer-section .widget_product_categories li ul ul a,
.wengdo-footer-section .widget_recent_entries li ul ul a,
.wengdo-footer-section .widget_rss li ul ul a {
	padding-left: 15px;
}

.wengdo-products-off-canvas-filters .widget_recent_comments li,
.widget-area .widget_recent_comments li,
.wengdo-footer-section .widget_recent_comments li {
	padding-bottom: 0.6em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}

.wengdo-products-off-canvas-filters .widget_rss ul li,
.widget-area .widget_rss ul li,
.wengdo-footer-section .widget_rss ul li {
	margin-bottom: 1.2em;
}

.wengdo-products-off-canvas-filters .widget_rss ul li .rsswidget,
.widget-area .widget_rss ul li .rsswidget,
.wengdo-footer-section .widget_rss ul li .rsswidget {
	font-weight: 500;
	font-size: 1.05em;
	line-height: 1.28;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.wengdo-products-off-canvas-filters .widget_rss ul li .rss-date,
.widget-area .widget_rss ul li .rss-date,
.wengdo-footer-section .widget_rss ul li .rss-date {
	display: block;
	margin: .4em 0 .2em;
	font-size: 75%;
	text-transform: uppercase;
	opacity: .5;
}

.wengdo-products-off-canvas-filters .widget_rss ul li .rssSummary,
.widget-area .widget_rss ul li .rssSummary,
.wengdo-footer-section .widget_rss ul li .rssSummary {
	font-size: .9em;
}

.wengdo-products-off-canvas-filters .widget_rss ul li cite,
.widget-area .widget_rss ul li cite,
.wengdo-footer-section .widget_rss ul li cite {
	font-size: .75em;
	opacity: .8;
}

.wengdo-products-off-canvas-filters .widget_nav_menu ul ul,
.widget-area .widget_nav_menu ul ul,
.wengdo-footer-section .widget_nav_menu ul ul {
	margin-left: 1em;
}

.wengdo-products-off-canvas-filters .widget_nav_menu li a,
.widget-area .widget_nav_menu li a,
.wengdo-footer-section .widget_nav_menu li a {
	border-bottom: 0;
}

/* Tagcloud widget */
.widget-area .widget .tagcloud a {
	border: 1px solid #ddd;
	display: inline-block;
	font-size: 0.875em !important;
	background-color: #fff;
	margin: 0.5em 0.5em 0 0;
	padding: 1em;
	border-radius: 0;
}

.widget-area .widget .tagcloud a:hover {
	background-color: #a40301;
	color: #fff;
}

.woocommerce .wengdo-products-off-canvas-filters ul.product_list_widget li a {
	font-weight: 500;
	color: #a40301;
}

.woocommerce .wengdo-products-off-canvas-filters ul li.woocommerce-widget-layered-nav-list__item .count {
	background: #FBAF2B;
	color: #000;
	opacity: .9;
	border-radius: 50px;
	padding: 4px 6px;
}

.widget-area .widget {
	margin-bottom: 3.5em;
}

/* If footer has dark background, enter .wengdo-footer-section below.*/
.wengdo-footer-widgets-bar {
	background-color: #0f1924;
	color: #fff;
}

.wengdo-footer-widgets-bar select, .wengdo-footer-widgets-bar textarea {
	color: #0f1924;
}

.wengdo-footer-widgets-bar select:focus, .wengdo-footer-widgets-bar textarea:focus {
	background-color: rgba(255, 255, 255, 0.79);
	color: #0f1924;
}

.wengdo-footer-widgets-bar a:not(.button) {
	color: rgba(255, 255, 255, 0.79);
}

.wengdo-footer-widgets-bar a:not(.button):hover {
	color: rgba(255, 255, 255, 0.99);
}

.wengdo-footer-widgets-bar .product_list_widget li {
	border-color: rgba(255, 255, 255, 0.08);
}

.wengdo-footer-widgets-bar table tbody td,
.wengdo-footer-widgets-bar table th {
	background: rgba(255, 255, 255, 0.08);
}

.wengdo-footer-widgets-bar .widget-title {
	color: #fff;
	text-transform: none;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.wengdo-footer-widgets-bar .widget-title:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 3px;
	height: 2px;
	width: 44px;
	background-color: #a41a13;
}

.wengdo-footer-widgets-bar .widget_pages li a,
.wengdo-footer-widgets-bar .widget_categories li a,
.wengdo-footer-widgets-bar .widget_archive li a,
.wengdo-footer-widgets-bar .widget_meta li a,
.wengdo-footer-widgets-bar .widget_nav_menu li a,
.wengdo-footer-widgets-bar .widget_product_categories li a,
.wengdo-footer-widgets-bar .widget_recent_entries li a,
.wengdo-footer-widgets-bar .widget_rss li a {
	border-color: rgba(255, 255, 255, 0.08);
}

.wengdo-footer-widgets-bar .widget_recent_comments li {
	border-color: rgba(255, 255, 255, 0.08);
}

.wengdo-footer-widgets-bar .widget ul li.cat-item .count,
.wengdo-footer-widgets-bar .widget ul li.woocommerce-widget-layered-nav-list__item .count {
	background: #333;
}

.wengdo-footer-widgets-bar .widget-area .widget select {
	border-color: rgba(255, 255, 255, 0.08);
}

.wengdo-footer-widgets-bar .tagcloud a {
	border: 1px solid #ddd;
	display: inline-block;
	font-size: 0.875em !important;
	background-color: #0F171F;
	margin: 0.5em 0.5em 0 0;
	padding: 1em;
	border-radius: 0;
}

.wengdo-footer-widgets-bar .tagcloud a:hover {
	background-color: #a40301;
	color: #fff;
}

.wengdo-footer-widgets-bar .wengdo-footer-bottom-bar-inner {
	color: #767676;
}

.wengdo-footer-widgets-bar .wengdo-footer-bottom-bar-inner a {
	color: #767676;
}

@media screen and (max-width: 1024px) {
	.wengdo-footer-widgets-bar .wengdo-footer-widgets-bar-column {
		padding-bottom: 60px;
		text-align: center;
	}
	.wengdo-footer-widgets-bar .wengdo-footer-widgets-bar-column .timing-list {
		text-align: left;
	}
	.wengdo-footer-widgets-bar .wengdo-footer-widgets-bar-column .timing-list.addr {
		text-align: center;
	}
	.wengdo-footer-widgets-bar .widget-title {
		text-align: center;
	}
	.wengdo-footer-widgets-bar .widget-title:before {
		left: 50%;
		margin-left: -22px;
	}
}

/* as html developers nullify padding and margin, lets apply default padding margin
if there are no class or ID attached only. */
@media screen and (min-width: 500px) {
	.site-main ul,
	.site-main ol {
		/*
	  margin: 0;
	  padding: 0;
	  */
	}
	.site-main ul:not([class]):not([id]),
	.site-main ul ul.wp-block-archives-list,
	.site-main ul ul.wp-block-categories-list,
	.site-main ol:not([class]):not([id]),
	.site-main ol ul.wp-block-archives-list,
	.site-main ol ul.wp-block-categories-list {
		/*margin: 0 0 1.5rem;*/
		padding-left: 2rem;
	}
}

body .content-area div.elementor-element h1,
body .content-area div.elementor-element h2,
body .content-area div.elementor-element h3,
body .content-area div.elementor-element h4,
body .content-area div.elementor-element h5,
body .content-area div.elementor-element h6 {
	margin-bottom: 0;
}

ul {
	list-style-type: disc;
}

.dino-header-row {
	white-space: normal;
}

.wengdo-header-section .menu .sub-menu {
	overflow-y: visible;
}

/* Hdr z-index fix when revslider is on */
.wengdo-header-main-bar-inner {
	z-index: 100;
}

body.elementor-page .entry-content,
html.vc_transform body.wpb-js-composer .entry-content {
	margin: 0;
}

body.elementor-page .entry-content > *,
body.elementor-page .wp-block-column > *,
html.vc_transform body.wpb-js-composer .entry-content > *,
html.vc_transform body.wpb-js-composer .wp-block-column > * {
	margin-bottom: 0;
}

.wpcf7 textarea,
.wpcf7 input:not([type="submit"]) {
	margin-bottom: 1rem;
}

.wpcf7-form p {
	margin-bottom: 0;
}

.navigation .nav-links a {
	color: #a40301;
}

.navigation .nav-links a:hover, .navigation .nav-links a:focus {
	color: #FBAF2B;
}

body.no-tpadd .wengdo-content-inner {
	padding-top: 0;
}

body.no-bpadd .wengdo-content-inner {
	padding-bottom: 0;
}

.comment.parent .comment-content {
	padding-bottom: 30px;
}

.mfp-close {
	background: transparent !important;
}

.page-links, .blv-clr {
	clear: both;
}

.page-links:after, .blv-clr:after {
	display: block;
	clear: both;
	content: "";
}

.nav-next a, .nav-previous a {
	border: 1px solid #a40301;
	font-style: italic;
	text-transform: lowercase;
	padding: 5px 8px;
	border-radius: 5px;
}

.wpcf7-response-output {
	background-color: #000;
	color: #fff;
	font-size: 13px;
}

body.error404 .search-form label {
	display: inline-block;
	width: 100%;
}

/* Cover image */
.wp-block-cover-image, .wp-block-cover {
	color: #fff;
}

.editor-block-list__block .wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .block-editor-block-list__block,
.wp-block-cover .block-editor-block-list__block,
.wp-block-cover-image .wp-block-cover__inner-container p:not(.has-text-color),
.wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color),
.wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover p a,
.wp-block-cover .wp-block-cover__inner-container a {
	color: #fff !important;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
}

/* Media & Text */
.wp-block-media-text .has-medium-font-size {
	line-height: 1.5em;
}

.wp-block-media-text .has-large-font-size {
	line-height: 1.4em;
}

.wp-block-media-text .has-huge-font-size {
	line-height: 1.3em;
}

.entry-content blockquote {
	background-color: #F8EBED;
	border-color: #E2BDC0;
	padding-top: 30px;
	padding-bottom: 30px;
}

body.single.single-post .post .entry-content .post-password-form {
	max-width: 25rem;
	margin: 0 auto;
}

label {
	padding: 0.25rem 0 0.2rem;
	font-size: 0.875rem;
	color: #222;
	margin-bottom: 0;
}

.post-password-form label, .post-password-form input {
	display: block;
	width: 100%;
}

/* sticky icon */
.wengdo-loop .sticky h2 a {
	position: relative;
	padding-left: 30px;
}

.wengdo-loop .sticky h2 a:before {
	content: "\f005";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 11px;
	font-size: 20px;
}

.wengdo-loop .sticky a h3 {
	position: relative;
	padding-left: 30px;
}

.wengdo-loop .sticky a h3:before {
	content: "\f005";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 11px;
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.wengdo-loop .sticky a h3:before {
		top: 4px;
	}
}

.page-links {
	margin-bottom: 1.5rem;
}

.page-links .post-page-numbers {
	margin-top: 0.5em;
	margin-right: 0.5em;
	padding: .5em .6em;
	text-decoration: none;
	line-height: 1;
	border-width: 1px;
	border-style: solid;
	color: inherit;
}

.page-links .post-page-numbers.current {
	background-color: #fff;
	color: #fbaf2b;
	border-color: #fbaf2b;
}

.page-links a.post-page-numbers {
	background-color: transparent;
}

.page-links a.post-page-numbers:hover {
	color: #fbaf2b;
	border-color: #fbaf2b;
}

body.page .page-links {
	padding-top: 1.5rem;
}

.navigation {
	margin-top: 2.5rem;
}

.navigation.pagination .page-numbers {
	display: block;
	min-width: 3em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	padding: 1em;
	float: left;
	text-decoration: none;
	line-height: 1;
	border-width: 1px;
	border-style: solid;
	color: inherit;
}

.navigation.pagination .page-numbers:last-child {
	margin-right: 0;
}

.navigation.pagination .page-numbers.current {
	background-color: #fff;
	color: #fbaf2b;
	border-color: #fbaf2b;
}

/* Comments */
.comments-area {
	margin-top: 4em;
}

.comment-respond {
	margin-top: 3em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 27px 35px 35px;
}

.comments-area .comment-list .comment article.comment-body + .comment-respond {
	margin-bottom: 3em;
	margin-top: 2em;
}

.comments-area .comment-list .comment.parent article.comment-body + .comment-respond {
	margin-top: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0 !important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
	background-color: #fff !important;
}

.form-group {
	margin-bottom: 1rem;
}

.comment-list li.comment, .comment-list li.pingback, .comment-list li.trackback {
	padding: 0 0 0 40px;
}

.comment-list li.comment .comment-content *, .comment-list li.pingback .comment-content *, .comment-list li.trackback .comment-content * {
	margin-bottom: 1rem;
}

.comment-list li.comment .comment-content > :last-child, .comment-list li.pingback .comment-content > :last-child, .comment-list li.trackback .comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list li.comment .comment-content ul, .comment-list li.comment .comment-content ol, .comment-list li.comment .comment-content ul li, .comment-list li.comment .comment-content ol li, .comment-list li.pingback .comment-content ul, .comment-list li.pingback .comment-content ol, .comment-list li.pingback .comment-content ul li, .comment-list li.pingback .comment-content ol li, .comment-list li.trackback .comment-content ul, .comment-list li.trackback .comment-content ol, .comment-list li.trackback .comment-content ul li, .comment-list li.trackback .comment-content ol li {
	margin: 0;
}

.comment-list li.comment .comment-content > ul, .comment-list li.comment .comment-content > ol, .comment-list li.pingback .comment-content > ul, .comment-list li.pingback .comment-content > ol, .comment-list li.trackback .comment-content > ul, .comment-list li.trackback .comment-content > ol {
	margin-bottom: 1rem;
}

.comment-list li.comment.depth-1, .comment-list li.pingback.depth-1, .comment-list li.trackback.depth-1 {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 25px;
}

.comment-list li.comment.depth-1 .comment-body, .comment-list li.pingback.depth-1 .comment-body, .comment-list li.trackback.depth-1 .comment-body {
	padding-bottom: 0;
}

.comment-list li.comment.parent .comment-body, .comment-list li.pingback.parent .comment-body, .comment-list li.trackback.parent .comment-body {
	padding-bottom: 20px;
}

.comment-body {
	padding: 0;
}

.comment-respond form textarea {
	height: 170px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-respond form input:not[type="submit"], .comment-respond form textarea {
	width: 100%;
	outline: none;
	border-radius: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group.comment-form-author {
	margin-right: 2%;
}

.form-group.comment-form-author, .form-group.comment-form-email {
	float: left;
	width: 49%;
}

.comment-respond form #wp-comment-cookies-consent {
	width: auto;
}

.comment-form-cookies-consent {
	margin-bottom: 15px;
}

.comment-reply-title {
	margin-bottom: 10px;
}

@media screen and (max-width: 551px) {
	footer.comment-meta,
	div.comment-content {
		padding-left: 0;
	}
}

@media screen and (max-width: 400px) {
	ol.comment-list ul .comment-body, ol.comment-list ol .comment-body {
		padding-left: 15px;
	}
	.comment-list li.comment, .comment-list li.pingback, .comment-list li.trackback {
		padding: 15px;
	}
}

/* Social box on single post */
.entry .wengdo-social-box ul {
	padding-left: 0;
	margin-bottom: 1em;
}

.entry .wengdo-social-box ul li {
	list-style: none;
	display: inline-block;
	width: 25px;
	text-align: center;
}

/* WC addons styles */
.blv-cust-p-addon {
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 2rem;
	margin-bottom: 2rem;
}

.woocommerce form .blv-cust-p-addon .form-row {
	margin-bottom: 0;
}

.blv-cust-p-addon .blv-cust-p-addon-name {
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: 500;
	margin-bottom: .2rem;
}

.blv-cust-p-addon .blv-cust-p-addon-description p {
	font-size: .8rem;
	margin-bottom: 1rem;
}

.blv-cust-p-addon .blv-cust-p-addon-image-swatch img {
	max-width: 40px;
	background-color: #fff;
}

.woocommerce-product-attributes-item__label {
	text-transform: capitalize;
}

.entry-content img {
	clear: both;
}

.error-404 .search-form {
	background: rgba(0, 0, 0, 0.05);
}

.error-404 .search-form label {
	padding: 35px;
	width: 100%;
}

.error-404 .search-form .wengdo-search-icon {
	margin: -0.5em 0 0 3.1em;
}

.wengdo-header {
	font-family: Poppins;
}

/*  ============== Mobile menu ==================== */
.wengdo-header-mobile-main-bar {
	height: 100px;
}

.wengdo-menu-icon {
	font-size: 25px;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content {
	max-width: 300px !important;
	font-weight: 400;
	font-family: Roboto;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content .wengdo-header-mobile-vertical-bar-inner {
	background-color: #fbca3d;
	color: #000;
	font-size: 16px;
	letter-spacing: .8px;
	padding: 50px 30px;
	background-image: url("../images/mobmenubg.jpg");
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content ul.menu > li.menu-item {
	padding: 3px 10px;
	border-bottom: 1px solid #FBAD2F;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content ul.menu > li.menu-item .wengdo-icon {
	border: 1px solid #222;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content ul.menu > li.menu-item .wengdo-icon:hover {
	border-color: #a40301;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content ul.menu ul.sub-menu {
	padding-bottom: .5em;
	text-transform: capitalize;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content ul.menu ul.sub-menu li {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content ul.menu ul.sub-menu li:before {
	content: "";
	position: absolute;
	right: auto;
	left: auto;
	top: 13px;
	margin-left: -15px;
	height: 5px;
	width: 5px;
	background: #a40301;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content ul.menu ul.sub-menu li .wengdo-menu-item-link {
	padding: 0;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content ul.menu ul.sub-menu li .wengdo-sub-menu-toggle {
	padding: 0 !important;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content ul.menu ul.sub-menu ul.sub-menu {
	padding-top: 5px;
	padding-bottom: 0;
}

.wengdo-header-mobile-vertical-bar.wengdo-popup-content ul.menu ul.sub-menu ul.sub-menu li:before {
	background: #a40301;
}

.wengdo-header-mobile-main-bar-inner {
	background: #a40301;
}

/*  ============== Main menu  ==================== */
.wengdo-header-main-bar {
	height: 100px;
	background-color: #a40301;
}

.wengdo-header-main-bar .wengdo-default-logo {
	color: #fff;
}

.wengdo-header-main-bar .menu {
	font-family: Poppins;
}

.wengdo-header-main-bar .menu li {
	padding: 0;
}

.wengdo-header-main-bar .menu li a {
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	padding-right: 10px;
}

.wengdo-header-main-bar .menu li a:before {
	position: absolute;
	content: "";
	left: 12px;
	bottom: 20px;
	width: 0%;
	height: 2px;
	opacity: 0;
	background-color: #f8ad00;
	transition: all 500ms ease 0s;
}

.wengdo-header-main-bar .menu li:last-child {
	margin-right: 0px;
}

.wengdo-header-main-bar .menu li:hover > a, .wengdo-header-main-bar .menu li.current-menu-item > a {
	color: #fff;
}

.wengdo-header-main-bar .menu li:hover > a:before, .wengdo-header-main-bar .menu li.current-menu-item > a:before {
	opacity: 1;
	width: calc(100% - 34px);
}

.wengdo-header-main-bar .menu li.menu-item-has-children a:before {
	display: none;
}

@media (min-width: 992px) {
	.wengdo-header-main-bar .menu li .sub-menu {
		min-width: 180px;
		max-width: 220px;
		background-color: #a40301;
		border-radius: 0px;
		border: none;
		padding: 0px;
		left: 0px;
		top: 100px;
		margin-top: 0px;
		border-top: 3px solid #eec300;
	}
}

.wengdo-header-main-bar .menu li .sub-menu li {
	margin-right: 0px;
	display: block;
	padding: 0;
}

.wengdo-header-main-bar .menu li .sub-menu li a.wengdo-menu-item-link {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 7px 35px 7px 20px;
	font-size: 16px;
	text-shadow: none;
}

.wengdo-header-main-bar .menu li .sub-menu li a.wengdo-menu-item-link:before {
	display: none;
}

.wengdo-header-main-bar .menu li .sub-menu li a.wengdo-menu-item-link span.wengdo-icon {
	top: -1px;
}

.wengdo-header-main-bar .menu li .sub-menu li:hover a.wengdo-menu-item-link {
	background: #FBAF2B;
	position: relative;
}

.wengdo-header-main-bar .menu li .sub-menu li:hover a.wengdo-menu-item-link span.wengdo-menu-item-title, .wengdo-header-main-bar .menu li .sub-menu li:hover a.wengdo-menu-item-link span.wengdo-icon {
	color: #333;
}

.wengdo-header-main-bar .menu li .sub-menu li:hover a.wengdo-menu-item-link:before {
	display: none;
}

.wengdo-header-main-bar .menu li .sub-menu li:last-child a {
	border-bottom: 0px;
}

.wengdo-header-main-bar .menu li .sub-menu .sub-menu li a.wengdo-menu-item-link {
	background: #a40301;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.wengdo-header-main-bar .menu li .sub-menu .sub-menu li a.wengdo-menu-item-link span.wengdo-menu-item-title {
	color: #fff;
}

.wengdo-header-main-bar .menu li .sub-menu .sub-menu li:hover a.wengdo-menu-item-link {
	background: #FBAF2B;
}

.wengdo-header-main-bar .menu li .sub-menu .sub-menu li:hover a.wengdo-menu-item-link span.wengdo-menu-item-title {
	color: #333;
}

.wengdo-header-main-bar .menu .wengdo-menu-icon {
	font-size: 15px;
	color: #fff;
}

.wengdo-header-main-bar .menu .wengdo-header-button-1 .flaticon-next:before {
	font-size: 19px;
}

.wengdo-header-main-bar.wengdo-header-sticky .wengdo-section-inner {
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
	.wengdo-header-main-bar.wengdo-sticky-in-view .menu li .sub-menu {
		top: 60px;
	}
}

@media (min-width: 992px) {
	.wengdo-header-main-bar.wengdo-sticky-in-view .menu li .sub-menu .sub-menu {
		top: 1px;
	}
}

@media (min-width: 1024px) {
	.wengdo-logo-image {
		margin-bottom: -90px;
	}
}

body.yes-anim #wengdo-header-top-bar::before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 4px;
	height: 2px;
	width: 100%;
	z-index: 1;
	background: url(../images/menu-separator.png) repeat-x;
	-webkit-animation: 10s linear 0s infinite normal none running slide;
	animation: 10s linear 0s infinite normal none running slide;
}

.wengdo-content-inner {
	letter-spacing: .5px;
}

body.woocommerce .wengdo-content-inner {
	padding: 60px 20px 100px;
}

body.woocommerce.single-product .wengdo-content-inner {
	padding: 40px 20px 100px;
}

.wengdo-header-top-bar .wengdo-header-menu .menu-item a {
	font-family: "Poppins", sans-serif;
}

.wengdo-sub-menu-edge,
.wengdo-header-section .menu .sub-menu {
	z-index: 1000;
}

.wengdo-logo .wengdo-logo-image img {
	max-width: 170px;
}

.wengdo-product-block .inner-box .lower-content .prices {
	position: relative;
	color: #a41a13;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7em;
	margin-bottom: 13px;
}

.wengdo-product-block .inner-box .lower-content .prices del {
	font-weight: 500;
	font-size: 95%;
	opacity: .6;
}

.wengdo-product-block .inner-box .lower-content .prices ins {
	font-weight: 500;
}

/* Product single */
body.single-product.woocommerce .content-area {
	padding-top: 60px;
}

body.single-product.woocommerce .product_title.entry-title {
	font-size: 40px;
}

body.single-product.woocommerce div.product .price {
	color: #a40301;
	font-size: 22px;
	margin: 1rem 0;
	font-weight: bold;
}

.qib-button:not(#qib_id):not(#qib_id) {
	background: #FBAF2B !important;
	border-color: #FBAF2B !important;
}

.qib-button:hover:not(#qib_id):not(#qib_id) {
	background: #0f1924 !important;
	color: #fff !important;
	border-color: #0f1924 !important;
}

.qib-container div.quantity:not(#qib_id):not(#qib_id) {
	background: #fff !important;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel {
	padding: 2.5em;
}

.woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
	font-size: 26px;
	line-height: 1;
}

body.woocommerce-checkout .entry-title {
	font-size: 2.8rem;
}

.woocommerce ul.products li.product.wengdo-product-block a img {
	margin: 0;
	border-bottom: 1px dashed #ccc;
}

.wengdo-footer-bottom-bar-inner {
	background-color: #0f1924;
	color: #767676;
}

.wengdo-footer-bottom-bar-inner a {
	color: #767676;
}

.wengdo-footer-bottom-bar-inner a:hover {
	color: #9a9a9a;
}

body.yes-anim .wengdo-footer-bottom-bar-inner {
	background-color: transparent;
}

body.yes-anim .wengdo-header-main-bar:before {
	position: absolute;
	content: "";
	left: 0px;
	width: 100%;
	height: 18px;
	bottom: -18px;
	background: url(../images/icons/header-layer.png) repeat-x;
	-webkit-animation: 10s linear 0s infinite normal none running slide-two;
	animation: 10s linear 0s infinite normal none running slide-two;
}

.wengdo-hover-icon .swiper-slide-inner::before {
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	opacity: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: rgba(0, 0, 0, 0.9) url(../images/imghover.png) center center no-repeat;
}

.wengdo-hover-icon .swiper-slide-inner:hover::before {
	opacity: 1;
}

.combo-block.new:before {
	position: absolute;
	content: '';
	right: -1px;
	z-index: 2;
	top: 0px;
	width: 162px;
	height: 162px;
	background: url(../images/new-tag.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 70%;
}

.combo-block.hot:before {
	position: absolute;
	content: '';
	right: -1px;
	z-index: 2;
	top: 0px;
	width: 162px;
	height: 162px;
	background: url(../images/hot-tag.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 70%;
}

/*
.wengdo-hover-icon {
   .swiper-slide-inner:hover {
	  position: relative;
		 &:before {
			position: absolute;
			content: "";
			left: 5%;
			top: 5%;
			width: 90%;
			height: 90%;
			background: #00000085;
			background-size: contain;
		 }
		 &:after {
			position: absolute;
			content: "";
			left: 40%;
			top: 40%;
			width: 18%;
			height: 96px;
			background: url(../images/imghover.png) no-repeat;
			background-size: contain;
		 }
   }
}
*/
.elementor-element.PalaceScriptMT {
	font-family: PalaceScriptMT;
}

.elementor-element.NiagaraSolid-Reg,
.elementor-element.NiagaraSolid-Reg h2,
.elementor-element.NiagaraSolid-Reg h1 {
	font-family: NiagaraSolid-Reg;
}

body.page-id-4514 .wengdo-page-header,
body.page-id-4357 .wengdo-page-header,
body.page-id-4364 .wengdo-page-header {
	display: none;
}

.wengdo-product-block .inner-box .lower-content .text p {
	letter-spacing: .5px;
}

.entry-meta {
	color: #555;
	letter-spacing: .5px;
}

.entry-meta a {
	color: #a40301;
}

.entry-meta a:hover {
	text-decoration: underline;
}

body.yes-anim .wengdo-product-block .inner-box .image-box {
	padding-top: 6px;
}

body.yes-anim .wengdo-product-block .inner-box {
	border-radius: 6px;
}

.elementor-image-box-title {
	position: relative;
}

.elementor-image-box-title > span {
	color: #a40301;
	font-size: 17px;
	font-family: 'Roboto';
	letter-spacing: .8px;
	vertical-align: middle;
	font-weight: 900;
	border: 1px dashed;
	padding: 2px 6px;
	position: absolute;
	right: 0;
}

@media (max-width: 1024px) {
	.elementor-image-box-title > span {
		position: relative;
	}
}

.woocommerce div.product form.cart table.group_table {
	border: 1px dashed rgba(0, 0, 0, 0.4);
	padding: 1rem 1.5rem;
	/*background: #fbaf2b24;*/
}

.product-type-grouped label a {
	color: #000;
}

.product-type-grouped label a:hover {
	color: #a40301;
}

.product-type-grouped .woocommerce-grouped-product-list-item__price {
	text-align: right;
}

.product-type-grouped .single_add_to_cart_button {
	width: 100%;
}

.wengdo-header-mobile-vertical-bar .wengdo-header-button-1,
.wengdo-logo-image.mobile {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.wengdo-header-mobile-vertical-bar .wengdo-header-button-1 {
	margin-top: 25px;
}

.wengdo-header-mobile-vertical-bar .wengdo-header-button-1 a {
	width: 100%;
}

.wengdo-header-mobile-vertical-bar .wengdo-header-button-1 a:hover {
	background-color: #000;
	border-color: #000;
	transition: all .4s ease;
}

.woocommerce .cart .quantity .qty {
	padding: 11px 12px;
	border: 0;
}
