audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

blockquote {
	margin: 0 1.5em 1.5em;
	padding-left: 15px;
	border-left: 4px solid;
	border-left-color: #f061a8 !important;
}

blockquote cite {
	color: #555;
	font-size: 13px;
	margin-top: 1em;
	position: relative;
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: .9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

h3 {
	font-size: 22px;
	margin-bottom: .8em;
}

h5 {
	font-size: 16px;
	margin-bottom: 1.3em;
}

h6 {
	font-size: 14px;
	margin-bottom: 1.4em;
}

.entry-content code {
	display: block;
	background: #f7f7f7;
	border: 1px solid #d8d8d8;
	padding: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .09);
	margin: 5px 0;
	overflow-x: auto;
}

textarea {
	padding: 1%;
	width: 85%;
}

.main-navigation {
	text-align: center;
	border-top: 1px solid #efefef;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	background-color: #fff;
	border-top: 2px solid #000;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
	float: left;
	position: absolute;
	top: 65px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	float: none;
	width: 100%;
	display: block;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a:hover, .main-navigation ul ul li.focus > a, .main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current_page_item > a, .main-navigation ul ul li.current-menu-parent > a, .main-navigation ul ul li.current_page_parent > a, .main-navigation ul ul li.current-menu-ancestor > a, .main-navigation ul ul li.current_page_ancestor > a {
	color: #fff;
}

.main-navigation .nav-switch ul {
	left: auto;
	right: -999em;
}

.main-navigation li.nav-switch:hover > ul, .main-navigation li.nav-switch:focus > ul {
	left: auto;
	right: 0;
	display: block;
}

.main-navigation li.nav-switch ul li:hover > ul, .main-navigation li.nav-switch ul li:focus > ul {
	left: auto;
	right: 100%;
	display: block;
}

.main-navigation li.nav-sub-switch:hover > ul, .main-navigation li.nav-sub-switch:focus > ul {
	left: auto;
	right: 100%;
	display: block;
}

.main-navigation li.nav-sub-switch-all:hover > ul, .main-navigation li.nav-sub-switch-all:focus > ul, .main-navigation li.nav-sub-switch-all ul li:hover > ul, .main-navigation li.nav-sub-switch-all ul li:focus > ul {
	left: auto;
	right: 100%;
	display: block;
}

.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

#main-menu {
	display: inline-block;
}

.menu-search {
	padding: 0;
	background: none;
	border: 0;
	color: inherit;
}

.header-menu-button {
	display: none;
	background: none !important;
	box-shadow: none;
	border: none;
	width: 100%;
	color: inherit;
}

.menu-dropdown-btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .1) !important;
	color: #838383;
	margin: 0;
	padding: 10px 14px;
	box-shadow: none;
	height: 35px;
	line-height: 15px;
	text-align: center;
	font-size: 14px;
	z-index: 9;
	cursor: pointer;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.menu-toggle {
	display: none;
}

.main-navigation {
	padding: 0;
}

.main-menu-close {
	display: none;
	background: none !important;
	box-shadow: none !important;
	border: none !important;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	margin: 0;
	text-transform: uppercase;
}

.main-navigation li a {
	padding: 22px 20px 23px;
	font-weight: 400;
	color: inherit;
}

.main-navigation ul ul a {
	box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
	white-space: nowrap;
	text-align: left;
	width: 100%;
	padding: 15px 25px 15px 20px;
	min-width: 190px;
	float: none;
}

.main-navigation ul ul li:last-child a {
	padding: 15px 20px 15px 20px;
}

.main-navigation ul ul li:hover {
	background-color: rgba(0, 0, 0, .02);
}

.main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current_page_item > a, .main-navigation ul ul li.current-menu-parent > a, .main-navigation ul ul li.current_page_parent > a, .main-navigation ul ul li.current-menu-ancestor > a, .main-navigation ul ul li.current_page_ancestor > a {
	color: #fff;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

.widget {
	margin: 0 0 1.5em;
}

.widget-area .widget {
	margin: 0 0 40px;
}

.widget select {
	max-width: 100%;
}

.widget-area .widget .search-field {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 8px;
}

.widget_search .search-submit {
	display: none;
}

.widget-area .widget-title, .site-footer .widget-title {
	padding: 0 0 25px;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-weight: 500;
	color: #000;
}

.widget-area .widget ul {
	margin: 0;
	padding: 0;
}

.widget-area .widget ul li {
	margin: 0 0 2px;
	padding: 0;
	list-style-type: none;
}

.widget-area .widget ul li .post-date {
	display: block;
	font-size: .9em;
	opacity: .7;
	text-align: right;
	padding: 0 0 2px;
}

.widget-area {
	width: 25%;
	float: left;
	padding: 35px 0 40px 2%;
	box-shadow: -1px 0 0 rgba(0, 0, 0, .04);
}

.home .widget-area {
	padding: 48px 0 40px 2%;
}

.page-template-template-left-sidebar-php .content-area {
	width: 75%;
	float: right;
	padding: 30px 0 30px 2%;
}

.page-template-template-left-sidebar-php .widget-area {
	width: 25%;
	float: left;
	padding: 35px 2% 30px 0;
}

.woocommerce .breadcrumbs, .woocommerce-page .breadcrumbs, .woocommerce .entry-header.site-container, .woocommerce-page .entry-header.site-container {
	display: none;
}

.page-template-default .content-area {
	box-shadow: -1px 0 0 rgba(0, 0, 0, .06) inset;
}

.page-template-template-left-sidebar-php .content-area {
	box-shadow: -1px 0 0 rgba(0, 0, 0, .06);
}

.page-template-default .widget-area {
	box-shadow: -1px 0 0 rgba(0, 0, 0, .04);
}

.page-template-template-left-sidebar-php .widget-area {
	box-shadow: -1px 0 0 rgba(0, 0, 0, .04) inset;
}

.content-no-sidebar .content-area, .page-template-template-full-width-php .content-area, .page-template-template-full-width-php .widget-area {
	box-shadow: none;
}

.error404 .content-area, .content-area-full, .page-template-template-full-width-php .content-area, .woocommerce .content-no-sidebar #container, .woocommerce-page .content-no-sidebar #container, .content-no-sidebar .content-area {
	float: none;
	width: 100%;
	padding: 30px 0;
	box-shadow: none;
}

.site-boxed {
	max-width: 1240px;
	margin: 0 auto;
	box-shadow: 0 0 8px rgba(0, 0, 0, .12);
	background-color: #fff;
}

.site-main > .entry-header {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 20px;
}

.site-main > .entry-header:after {
	display: block;
	content: "";
	clear: both;
}

.page-header {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	position: relative;
	margin: 0 0 25px;
	padding: 0px 0 5px;
}

h3.entry-title {
	font-size: 32px;
}

.breadcrumbs span a {
	color: inherit;
}

.title-bar-centered .site-main > .entry-header .entry-title, .title-bar-centered header.woocommerce-products-header {
	float: none;
	text-align: center;
}

.title-bar-centered header.entry-header .breadcrumbs, .woocommerce .title-bar-centered .woocommerce-breadcrumb, .woocommerce-page .title-bar-centered .woocommerce-breadcrumb {
	float: none;
	text-align: center;
}

.clearboth {
	clear: both;
}

.site-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 30px;
}

.side-aligned-social {
	position: fixed;
	top: 110px;
	right: -5px;
	z-index: 999;
	-webkit-transition: right .4s ease .5s;
	-moz-transition: right .4s ease .5s;
	-ms-transition: right .4s ease .5s;
	-o-transition: right .4s ease .5s;
	transition: right .4s ease .5s;
}

.side-aligned-social.hide-side-social {
	right: -60px;
}

.side-aligned-social a.header-social-icon {
	display: block;
	border-radius: 0;
	width: 51px;
	height: 47px;
	margin: 0 0 2px;
	color: #fff;
	text-align: center;
	padding: 8px 5px 0 0;
	font-size: 20px;
	position: relative;
	left: 0;
	-webkit-transition: left .2s ease 0s;
	-moz-transition: left .2s ease 0s;
	-ms-transition: left .2s ease 0s;
	-o-transition: left .2s ease 0s;
	transition: left .2s ease 0s;
}

.side-aligned-social a.header-social-icon:hover {
	left: -2px;
}

.site-header {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .14) inset;
	position: relative;
	color: #2d2d2d;
}

.site-header .site-container {
	text-align: center;
}

.site-header-topbar {
	box-shadow: 0 -1px 0 #efefef inset;
	min-height: 50px;
	padding: 10px 0 0;
	color: #2d2d2d;
	line-height: 13px;
}

.site-topbar-left {
	float: left;
	padding: 2px 0 0 15px;
}

.site-topbar-left ul {
	margin: 0;
	padding: 2px 0 0;
}

.site-topbar-left ul li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	float: left;
	text-transform: uppercase;
}

.site-topbar-left ul li a {
	color: inherit;
}

.site-topbar-left > div {
	display: inline-block;
	vertical-align: middle;
}

.site-topbar-left-ad {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	position: relative;
	padding: 6px 0;
}

.site-topbar-left-ad .fa {
	margin: 0 3px 0 0;
	font-size: 18px;
}

.site-topbar-right {
	float: right;
	padding: 3px 15px 0 0;
}

.header-social-icon {
	font-size: 15px;
	color: inherit;
	margin: 0 12px 0 0;
	padding: 6px 0;
	display: inline-block;
	vertical-align: middle;
}

.site-topbar-right-no {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}

.site-topbar-right-no .fa {
	margin: 0 3px 0 0;
	font-size: 18px;
	position: relative;
	top: 2px;
}

.social-twitter span {
	font-size: 11px;
	position: relative;
	margin: 0 0 0 10px;
}

.footer-social-twitter span {
	font-size: 12px;
	position: relative;
	top: -4px;
	margin: 0 0 0 18px;
}

.site-branding {
	padding: 10px 0 10px;
	display: inline-block;
}

.site-branding a {
	display: block;
}

.site-header-topbar ul li {
	list-style-type: none;
	margin: 0 2px 0 0;
	padding: 0;
	font-size: 11px;
	float: left;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}

.site-header-topbar ul li a {
	color: inherit;
	display: block;
	padding: 8px 4px;
}

.site-header-topbar ul ul {
	background-color: #fff;
	border-top: 1px solid #000;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
	float: left;
	position: absolute;
	top: 29px;
	left: -999em;
	z-index: 99999;
	padding: 0;
}

.site-header-topbar ul ul ul {
	left: -999em;
	top: 0;
}

.site-header-topbar ul ul li {
	float: none;
	width: 100%;
	display: block;
	position: relative;
}

.site-header-topbar ul ul li a {
	min-width: 110px;
	padding: 7px 10px 8px;
}

.site-header-topbar ul ul li:hover {
	background-color: rgba(0, 0, 0, .02);
}

.site-header-topbar ul li:hover > ul, .site-header-topbar ul li.focus > ul {
	left: 0;
}

.site-header-topbar ul ul li:hover > ul, .site-header-topbar ul ul li.focus > ul {
	left: 100%;
}

.site-header-compact .main-navigation ul ul {
	top: 50px;
}

.site-header-compact .main-navigation ul ul ul {
	top: 0;
}

.site-header-compact .site-header-topbar {
	min-height: 35px;
	padding: 4px 0 0;
}

.site-header-compact .site-branding {
	padding: 5px 0 5px;
}

.site-header-compact .main-navigation li a {
	padding: 14px 20px 16px;
}

.site-header-compact .main-navigation ul ul li a {
	padding: 12px 20px 14px;
}

.home-slider-help {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f7f7f7;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
	min-height: 80px;
}

.home-slider-wrap {
	border-bottom: 1px solid #efefef;
	position: relative;
	width: 100%;
	border-top: 1px solid #efefef;
	overflow: hidden;
}

.home-slider-wrap-hint {
	position: absolute;
	width: 220px;
	bottom: 35px;
	left: 50%;
	margin: 0 0 0 -110px;
	padding: 4px 0 4px;
	text-align: center;
	z-index: 9;
	font-size: 11px;
	background-color: #f8f8f8;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-ms-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
}

.home-slider-wrap-hint a {
	font-size: 12px;
}

.home-slider-remove {
	height: 403px !important;
	overflow: hidden;
	background-image: url("/wp-content/themes/vogue/images/loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	--lzl-bg-img: "/wp-content/themes/vogue/images/loader.gif";
}

.home-slider-remove .home-slider {
	visibility: hidden;
}

.home-slider-block {
	background-position: center center;
	background-size: cover;
	float: left;
	position: relative;
	box-sizing: border-box;
	color: #fff !important;
}

.home-slider-block-inner {
	width: 62%;
	height: 40%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 15px;
	color: inherit;
	text-align: center;
	padding: 0 25px;
	text-shadow: 0 0 2px rgba(0, 0, 0, .8);
}

.home-slider-block-bg {
	background-color: rgba(0, 0, 0, .6);
	display: inline-block;
	padding: 30px;
}

.home-slider-block h3 {
	color: inherit;
	font-size: 48px;
	letter-spacing: 1px;
	margin: 0 0 8px;
	padding: 0;
	text-shadow: 0 0 2px rgba(0, 0, 0, .8);
	text-transform: uppercase;
}

.home-slider-block h3 a {
	color: #fff;
}

.home-slider-block-inner p {
	max-width: 980px;
	margin: 0 auto;
}

.home-slider-pager {
	bottom: 0;
	height: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.home-slider-pager a.selected span {
	background-color: #fff;
	position: relative;
}

.home-slider-pager a {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 2px;
}

.home-slider-pager span {
	border: 1px solid #fff;
	border-radius: 8px;
	display: inline-block;
	height: 12px;
	line-height: 0;
	overflow: hidden;
	text-indent: -100px;
	width: 12px;
}

.home-slider-prev, .home-slider-next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	line-height: 50px;
	margin: -38px 0 0;
	padding: 20px 0 18px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .3) inset;
	width: 40px;
	text-align: center;
	font-size: 27px;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
	transform: scale(.8);
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.home-slider-prev {
	left: -1px;
	border-radius: 0 3px 3px 0;
}

.home-slider-next {
	right: -1px;
	border-radius: 3px 0 0 3px;
}

.home-slider-prev i, .home-slider-next i {
	font-size: .8em;
	position: relative;
	top: -3px;
}

.home-slider-wrap:hover .home-slider-prev, .home-slider-wrap:hover .home-slider-next {
	opacity: 1;
	transform: scale(1);
}

.home-slider-wrap:hover .home-slider-prev.disabled, .home-slider-wrap:hover .home-slider-next.disabled {
	opacity: .4;
	cursor: default;
}

.home-slider-prev:hover, .home-slider-next:hover {
	background-color: rgba(0, 0, 0, .7);
}

.home-slider-wrap:hover .home-slider-wrap-hint {
	opacity: 1;
}

.error-404 {
	text-align: center;
	padding: 40px 0 80px;
	max-width: 600px;
	margin: 0 auto;
}

.error-404 .fa-ban {
	font-size: 160px;
	color: #bdbdbd;
	margin: 0 0 10px;
}

.error-404 .entry-header {
	margin: 0 0 20px;
}

.error-404 .page-header h1 {
	font-size: 42px;
	padding: 5px 0 10px;
}

.site-footer-widgets .widget ul {
	margin: 0;
	padding: 0;
}

.site-footer-widgets .widget ul li {
	margin: 0 0 2px;
	padding: 0;
	display: block;
	float: none;
}

.site-footer-widgets .widget ul li a {
	color: inherit;
}

.site-footer-widgets .widget .search-field {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 8px;
}

.site-footer-bottom-bar a {
	color: inherit;
}

.site-footer-bottom-bar ul {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.site-footer-bottom-bar ul li {
	margin: 0 2px 4px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
}

.site-footer-bottom-bar ul li a {
	font-size: 11px;
	padding: 2px 4px;
}

.site-footer-bottom-bar-left {
	float: left;
	font-size: 12px;
	padding: 4px 0 0;
}

.site-footer-bottom-bar-right {
	float: right;
}

.site-footer-bottom-bar ul ul {
	background-color: #fff;
	border-top: 2px solid #000;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
	float: left;
	position: absolute;
	bottom: 22px;
	left: -999em;
	top: auto;
	z-index: 99999;
	margin: 0;
}

.site-footer-bottom-bar ul ul li {
	display: block;
	margin: 0;
}

.site-footer-bottom-bar ul ul li a {
	display: block;
	min-width: 110px;
	padding: 7px 10px 8px;
	text-align: left;
	color: #3c3c3c;
}

.site-footer-bottom-bar ul ul ul {
	left: -999em;
	top: auto;
	bottom: 2px;
}

.site-footer-bottom-bar ul li:hover > ul, .site-footer-bottom-bar ul li.focus > ul {
	left: 0;
}

.site-footer-bottom-bar ul ul li:hover > ul, .site-footer-bottom-bar ul ul li.focus > ul {
	left: 100%;
}

.sticky {
	display: block;
}

.hentry {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 0 0 30px;
	padding: 0 0 35px;
}

.page .hentry {
	border: 0;
	margin: 0 0 25px;
	padding: 0;
}

.hentry:last-child {
	border-bottom: 0;
	margin: 0;
}

.byline, .updated:not(.published) {
	display: none;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.page-content, .entry-content, .entry-summary {
	margin: 0;
}

.entry-content-img {
	margin: 0 0 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.home-slider-remove.lzl:not(.lzl-ed), .home-slider-remove.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHUlEQVQ4EWNgGAWjITAaAqMhMBoCoyEwGgKDMwQAB6YAAXznTQ0AAAAASUVORK5CYII=");
}

.post-loop-thumbnail {
	display: block;
	width: 33.5%;
}

.post-loop-thumbnail-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.post-loop-content {
	width: 100%;
}

.post-loop-content .entry-header {
	margin: 0;
	padding: 0;
	border: 0;
}

.post-loop-content .entry-title {
	margin: 0 0 10px;
	font-size: 32px;
}

.post-loop-content .entry-meta, .single .entry-meta {
	font-style: italic;
	font-size: .9em;
	margin: 0 0 5px;
}

.has-post-thumbnail .post-loop-content .entry-content {
	min-height: 108px;
}

.post-loop-content .entry-footer, .single .entry-footer {
	font-style: italic;
	font-size: .9em;
}

.post-loop-content .entry-footer > span, .single .entry-footer > span {
	margin: 0 15px 0 0;
}

.has-post-thumbnail .post-loop-content {
	width: 64%;
}

.blog-post-inner.blog-post-img-round .post-loop-thumbnail {
	border-radius: 50%;
}

.blog-left-layout .post-loop-thumbnail {
	float: left;
	margin: 0 2.5% 0 0;
}

.blog-left-layout .post-loop-content {
	float: left;
}

.blog-right-layout .post-loop-thumbnail {
	float: right;
	margin: 0 0 0 2.5%;
}

.blog-right-layout .post-loop-content {
	float: left;
}

.blog-top-layout .post-loop-thumbnail {
	float: none;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}

.blog-top-layout .post-loop-content {
	float: none;
	width: 100%;
}

.blog-alt-layout.blog-alt-odd .post-loop-thumbnail {
	float: left;
	margin: 0 2.5% 0 0;
}

.blog-alt-layout.blog-alt-odd .post-loop-content {
	float: left;
}

.blog-alt-layout.blog-alt-even .post-loop-thumbnail {
	float: right;
	margin: 0 0 0 2.5%;
}

.blog-alt-layout.blog-alt-even .post-loop-content {
	float: left;
}

.widget.widget_pages li a, .widget.widget_nav_menu li a {
	display: block;
}

.widget.widget_pages > ul > li ul.children, .widget.widget_nav_menu > div > ul > li ul.sub-menu {
	padding: 3px 0 1px;
}

.widget.widget_pages > ul > li ul.children li, .widget.widget_nav_menu > div > ul > li ul.sub-menu li {
	position: relative;
	padding: 0 0 0 15px;
}

.widget.widget_pages > ul > li ul.children li:before, .widget.widget_nav_menu > div > ul > li ul.sub-menu li:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "";
	position: absolute;
	top: 3px;
	left: 2px;
	font-size: 11px;
	font-weight: 900;
	color: rgba(0, 0, 0, .3);
}

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

footer.comment-meta {
	position: relative;
}

.comments-title {
	font-size: 18px;
}

.comment-list {
	margin: 0;
	padding: 20px 0 0;
	list-style-type: none;
	clear: both;
}

.comment-list li {
	margin: 0;
	padding: 0 0 10px;
}

.comments-area.vogue-comment-form-bottom .comment-list {
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	margin: 0 0 30px;
	padding: 0 0 30px;
}

.comments-area.vogue-comment-form-top .comment-respond {
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 -1px 0 rgba(0, 0, 0, .1);
	margin: 30px 0 30px;
	padding: 30px 0 20px;
}

.comment-author {
	float: none;
	width: auto;
	margin-left: 55px;
}

.comment-author b.fn {
	display: block;
	font-size: 15px;
	font-weight: 600;
}

.comment-container {
	margin-left: 65px;
}

.comment-author .avatar {
	border: 2px solid #dcdcdc;
	position: absolute;
	left: 0;
}

.comment-meta cite {
	display: block;
	font-size: 13px;
	font-weight: 600;
}

.comment-meta > a {
	font-size: 11px;
}

.comment-content {
	margin: 0 0 0 55px;
}

.comment-metadata {
	font-size: .9em;
	font-style: italic;
	margin-left: 55px;
	padding: 0 0 4px;
}

.comment .reply {
	text-align: right;
	font-size: .9em;
}

.comments-area label {
	float: left;
	min-width: 80px;
	padding: 6px 10px 0 0;
}

.comments-area input[type="text"], .comments-area input[type="email"], .comments-area input[type="url"], .comments-area input[type="password"], .comments-area input[type="search"] {
	padding: 1%;
	width: 85%;
}

#comments ul {
	margin-left: 2em;
}

#comments li {
	list-style-type: none;
}

.post-password-required input {
	max-width: 280px;
	margin: 0 5px;
}

span.says {
	display: none;
}

.comment-form-cookies-consent input {
	display: inline-block;
	position: relative;
	top: -1px;
}

.comment-form-cookies-consent label {
	display: inline-block;
	float: none;
	margin: 0 0 0 10px;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed, iframe, object {
	max-width: 100%;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
	border-left: 2px solid #0073aa;
	padding: 8px 0 8px 25px;
	font-size: 1.3em;
	opacity: .8;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	border: 0;
	padding: 8px 15px;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 1.5em;
}

.wp-block-quote:not(.is-large) cite, .wp-block-quote:not(.is-style-large) cite {
	font-size: .8em;
	opacity: .6;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.widget .gallery {
	padding: 0;
}

.widget .gallery .gallery-item {
	margin: 0 !important;
	padding: 1px;
}

.scroll-to-top {
	background-color: rgba(0, 0, 0, .6);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .4) inset;
	border-radius: 2px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	height: 44px;
	padding: 6px 0 0;
	position: fixed;
	bottom: 70px;
	right: 12px;
	text-align: center;
	width: 44px;
	z-index: 999;
	display: none;
}

.page-template-template-gutenberg .site-container.content-container {
	max-width: 100%;
	width: 100%;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

body.page-template-template-gutenberg {
	background-color: #fff;
}

.page-template-template-gutenberg .entry-content > *, .page-template-template-gutenberg .page-titlebar, .page-template-template-gutenberg .entry-header, .page-template-template-gutenberg .page-header, .page-template-template-gutenberg .post-thumbnail, .page-template-template-gutenberg #comments {
	max-width: 54%;
	margin-left: auto;
	margin-right: auto;
}

.page-template-template-gutenberg header.entry-header {
	margin: 0 auto 25px;
}

.page-template-template-gutenberg header.entry-header::after {
	display: block;
	content: "";
	clear: both;
}

.page-template-template-gutenberg .entry-header .entry-title {
	margin: 25px 0 10px;
}

.page-template-template-gutenberg .page-titlebar {
	margin-bottom: 25px;
}

.page-template-template-gutenberg .content-boxed .page-titlebar {
	margin-top: 25px;
}

.page-template-template-gutenberg .page-titlebar-h {
	margin: 0 0 10px;
}

.page-template-template-gutenberg .breadcrumbs {
	float: none;
	padding: 0 0 15px;
}

.alignwide, .page-template-template-gutenberg .alignwide {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.alignfull, .page-template-template-gutenberg .alignfull {
	max-width: 100%;
}

@media screen and (max-width: 980px) {
	.main-menu-inner {
		display: none !important;
	}
	
	.show-main-menu .main-menu-inner {
		display: block !important;
	}
	
	.main-navigation li {
		margin: 0 0 1px;
	}
	
	.menu-dropdown-btn {
		display: block;
	}
	
	.open-page-item > ul.children, .open-page-item > ul.sub-menu {
		display: block !important;
	}
	
	.main-navigation ul ul {
		box-shadow: 0 1px 3px rgba(0, 0, 0, .02);
		position: relative !important;
		border: 0;
		top: 0 !important;
		left: 0 !important;
		float: none !important;
		background-color: rgba(255, 255, 255, .1) !important;
		padding: 0;
		margin: 0;
		display: none !important;
	}
	
	.main-navigation ul ul li:last-child a, .main-navigation ul ul li a {
		box-shadow: none;
		padding: 7px 12px;
		width: auto;
	}
	
	.main-navigation ul ul li a {
		white-space: normal;
	}
	
	.main-navigation ul ul li a:hover {
		background: none;
	}
	
	.main-navigation ul ul li:last-child a {
		padding: 7px 12px 7px;
	}
	
	.site-header-compact .main-navigation li a {
		padding: 7px 0;
	}
	
	.site-header-compact .main-navigation ul ul li a {
		padding: 7px 10px;
	}
	
	.home-slider-block-inner {
		width: 80%;
		font-size: 13px;
	}
	
	.home-slider-block-bg {
		padding: 20px;
	}
	
	.home-slider-block h3 {
		font-size: 38px;
	}
	
	.vogue-mobile-nav-skin-dark #main-menu, .vogue-mobile-nav-skin-custom #main-menu {
		color: #fff;
		background: #000;
	}
	
	.vogue-mobile-nav-skin-dark li a, .vogue-mobile-nav-skin-custom li a {
		color: #c5c5c5 !important;
	}
	
	.vogue-mobile-nav-skin-dark .main-menu-close, .vogue-mobile-nav-skin-custom .main-menu-close {
		color: #898989;
	}
	
	.vogue-mobile-nav-skin-dark ul ul, .vogue-mobile-nav-skin-custom ul ul {
		background-color: rgba(255, 255, 255, .14) !important;
	}
	
	.vogue-mobile-nav-skin-dark a.header-cart-contents, .vogue-mobile-nav-skin-custom a.header-cart-contents {
		color: #fff;
	}
	
	.vogue-mobile-nav-skin-light #main-menu {
		color: #212121;
		background: #f9f9f9;
	}
	
	.vogue-mobile-nav-skin-light li a {
		color: #424242 !important;
	}
	
	.vogue-mobile-nav-skin-light .main-menu-close {
		color: #888;
	}
	
	.vogue-mobile-nav-skin-light ul ul {
		background-color: rgba(0, 0, 0, .08) !important;
	}
	
	.vogue-mobile-nav-skin-light a.header-cart-contents {
		color: #000;
	}
	
	.vogue-mobile-nav-skin-light .menu-dropdown-btn {
		background-color: rgba(0, 0, 0, .08);
		color: #252525;
	}
}

@media only screen and (max-width: 782px) {
	.page-template-default .widget-area, .widget-area {
		box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) !important;
		width: 100% !important;
		float: none !important;
		padding: 40px 0 5px !important;
		margin: 0 0 10px;
	}
	
	.page-template-template-left-sidebar-php .content-area {
		box-shadow: none !important;
		width: 100% !important;
		float: none !important;
		padding: 25px 0 30px !important;
	}
	
	.page-template-template-left-sidebar-php .widget-area {
		box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) !important;
		width: 100% !important;
		float: none !important;
		padding: 40px 0 5px !important;
		margin: 0 0 10px !important;
	}
	
	.comments-area label {
		display: block;
		float: none;
	}
}

@media only screen and (max-width: 720px) {
	.blog-post-standard-layout .post-loop-thumbnail {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0 0 20px;
	}
	
	.blog-post-standard-layout.has-post-thumbnail .post-loop-content {
		width: 100%;
		float: none;
	}
	
	.home-slider-block h3 {
		font-size: 32px;
	}
	
	.home-slider-block-bg {
		padding: 20px;
	}
	
	.site-footer-bottom-bar-left {
		width: 100%;
		float: none;
		text-align: center;
		padding: 1px 0 0;
	}
	
	.site-footer-bottom-bar-right {
		width: 100%;
		float: none;
		text-align: center;
		padding: 10px 0 5px;
	}
	
	.site-footer-bottom-bar-right a {
		margin: 0 4px;
	}
}

@media only screen and (max-width: 700px) {
	.breadcrumbs {
		float: none;
	}
}

.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
	border-left-color: #f061a8;
}