body {
	color: #fff;
	font-size: 14px;
	background-color: #141416;
}

cite, em {
	font-style: italic;
}

small {
	font-size: 70%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.page__title h1,
h1,h2,h3,h4,h5,h6,strong,b,
.article__container .comments-area .comments-title span,
.article__container article .read__more,
.widget-title,
.tab__headers li {
	font-weight: 600;
}

.page__title h1,
section h1,section h2,.section__title {
	text-transform: uppercase;
}
section.elementor-element {
	margin-top: -2px;
}

em {
	font-style: italic;
}

img, video {
	max-width: 100%;
}

a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.14s ease-in-out;
	-o-transition: color 0.14s ease-in-out;
	transition: color 0.14s ease-in-out;
}

p {
	line-height: 1.75;
}

ul li {
	list-style-type: none;
}

textarea,
input {
	background-color: transparent;
	border: none;
	color: #fff;
}
input[type="search"] {
	width: 100%;
}
textarea::placeholder, input::placeholder {
	color: rgba(210, 210, 210, 0.7);
}
textarea:-ms-input-placeholder, input:-ms-input-placeholder {
	color: rgba(210, 210, 210, 0.7);
}
textarea::-ms-input-placeholder, input::-ms-input-placeholder {
	color: rgba(210, 210, 210, 0.7);
}

button:focus,
textarea:focus,
input:focus,
select:focus {
	outline: none;
}

hr {
	border: 0 solid rgba(255, 255, 255, 0.14);
	border-top-width: 1px;
}

.flx {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}

.row {
	margin: 0 -7.5px;
	-ms-align-items: stretch;
	align-items: stretch;
}
.row.align__top {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.row.align__middle {
	-ms-align-items: center;
	align-items: center;
}
.row.align__bottom {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.row .col {
	margin-bottom: 15px;
	padding: 0 7.5px;
}

.row.no_gaps {
	margin: 0;
}
.row.no_gaps .col {
	margin: 0;
	padding: 0;
}

.aligncenter {text-align: center;}
.alignright {text-align: right;}
.alignleft {text-align: left;}
.wp-caption,.wp-caption-text,.gallery-caption,.bypostauthor {color: #fff;}

.page__background {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -7;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.page__background__overlay {
	width: 100%;
	height: 100%;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.google__map__container {
	color: #141416;
}

.screen-reader-text:not(.skip-link) {
	display: none;
}
.screen-reader-text.skip-link {border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text.skip-link:focus {
	color: #fff;
	clip: auto !important;
	clip-path: none;
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: auto;
	line-height: normal;
	padding: 7px 21px;
	right: 5px;
	top: 5px;
	width: auto;
	z-index: 100000;
	outline: none;
}
#content[tabindex="-1"]:focus {
	outline: 0;
}

.main__wrapper {
	position: relative;
	padding-top: 81px;
}
.main__wrapper.has__top__bar {
	padding-top: 115px;
}

.btn {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
	line-height: 1.25;
}
.btn:focus,
.btn:active {
	color: unset;
}
.btn.ghost__white {
	border-color: #fff;
	background-color: #fff;
	color: #141416;
}
.btn.ghost__glass {
	color: #fff;
	background-color: rgba(255,255,255,0.14);
}
section.white .btn.ghost__white {
	border-color: rgba(0, 0, 0, 0.1);
}
section.flat .btn.ghost__flat {
	border-color: rgba(255, 255, 255, 0.26);
}

.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
body.elementor-editor-active .header {
	pointer-events: none;
}
.header__top__bar,.header__main {
	justify-content: space-between;
}
.header__top__bar {
	font-size: 14px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.14);
}
.top__bar__container {
	justify-content: space-between;
}
.header__top__bar__left,.header__top__bar__right {
	min-height: 34px;
	padding: 7px 0;
}
.top__bar__contact {
	margin-right: 26px;
}
.top__bar__contact:last-child {
	margin-right: 0;
}
.top__bar__contact .vissage-envelope {margin-right: 7px;}
.top__bar__contact .vissage-location {margin-right: 4px;}
.top__bar__contact .vissage-phone {margin-right: 4px;}

.social__icons__container {
	margin-right: -7px;
}
.social__icons__container a {
	margin-right: 7px;
	padding: 4px 7px;
}
.social__icons__container a:last-child {
	margin-right: 0;
}

.header__main {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	-webkit-transition: all 0.56s ease;
	-o-transition: all 0.56s ease;
	transition: all 0.56s ease;
}
.header__main.sticky {
	background-color: rgba(0, 0, 0, 0.91);
	border-bottom-color: transparent;
}
.has__top__bar .header__main.be__sticky.sticky,
.no__top__bar .header__main.be__sticky {
	position: fixed;
	top: 0;
	z-index: 7;
}

.header__inner__wrapper {
	height: 80px;
	justify-content: space-between;
}
.header__inner__wrapper .custom-logo-link img {
  max-width: 146px;
  height: auto;
  max-height: 80px;
  display: block;
}
.header__inner__wrapper .logo a {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 26px;
	line-height: 1;
}
.header__inner__wrapper .logo .site__description {
	font-size: 12px;
}
.header__inner__wrapper .vissage-icon {
	font-size: 20px;
}

.search__trigger {
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: -10px;
	z-index: 0;
	background-color: transparent;
	border: none;
	color: #fff;
}
.search__trigger.active {
	z-index: 7;
}
.search__trigger .vissage-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-transition: transform 0.4s ease-in-out, opacity 0.26s ease-in-out, color 0.14s ease-out;
	-o-transition: transform 0.4s ease-in-out, opacity 0.26s ease-in-out, color 0.14s ease-out;
	transition: transform 0.4s ease-in-out, opacity 0.26s ease-in-out, color 0.14s ease-out;
}
.search__trigger.active .vissage-icon {
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.search__trigger .vissage-close { opacity: 0; }
.search__trigger .vissage-search { opacity: 1; }
.search__trigger.active .vissage-close { opacity: 1; }
.search__trigger.active .vissage-search { opacity: 0; }
.search__container {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 6;
	background-color: rgba(0,0,0,0.91);
	-webkit-transition: transform 0.4s ease-out, opacity 0.26s ease, visibility 0.26s ease, padding 0.7s ease;
	-o-transition: transform 0.4s ease-out, opacity 0.26s ease, visibility 0.26s ease, padding 0.7s ease;
	transition: transform 0.4s ease-out, opacity 0.26s ease, visibility 0.26s ease, padding 0.7s ease;
}
.search__container.active {
	visibility: visible;
	opacity: 1;
}
.search__content {
  height: 100vh;
  width: 100%;
}
.search__container form {
	width: 100%;
}
.search__container form::after {
	content: '';
	display: block;
	clear: both;
}
.search__container input, .search__container button {
	float: left;
}
.search__container input {
	border: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.56);
	-webkit-transition: border 0.26s ease-out;
	-o-transition: border 0.26s ease-out;
	transition: border 0.26s ease-out;
}
.search__container input:focus {
	outline: none;
	border-color: #fff;
}
.search__container button {
	background-color: transparent;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	border: 1px solid rgba(255,255,255,0.56);
	background-color: rgba(255,255,255,0.07);
}

.hero__content {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.hero__content.left {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.hero__content.center {
	-ms-align-items: center;
	align-items: center;
}
.hero__content.right {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.hero__content.center h1,
.hero__content.center .hero__description,
.hero__content.center .hero__cta {
	text-align: center;
}
.hero__content.right h1,
.hero__content.right .hero__description,
.hero__content.right .hero__cta {
	text-align: right;
}

.cta.glass {
	background-color: rgba(255,255,255,0.1);
}
.cta.white {
	background-color: rgba(255,255,255,0.88);
	color: #141416;
}
.cta.center .cta__content {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
section.center .section__title,
.cta.center .cta__content p {
	text-align: center;
}

section.center .section__subtitle {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.section__subtitle {
	color: rgba(255, 255, 255, 0.84);
}
section.white .section__subtitle {
	color: #777;
}
.section__title.has__divider {
	position: relative;
}
.section__title.has__divider::before,
.section__title.has__divider::after {
	content: '';
	height: 1px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.section__title.has__divider::before {
	background-color: rgba(160, 160, 160, 0.26);
	width: 70px;
}
.section__title.has__divider::after {
	width: 26px;
}
section.center .section__title.has__divider::before,
section.center .section__title.has__divider::after {
	left: 50%;
	margin-left: -13px;
}
section.center .section__title.has__divider::before {
	width: 84px;
	margin-left: -42px;
}

.section_divider {
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.14);
}

.article__container.no__search__result {
	background-color: rgba(255, 255, 255, 0.14);
	padding: 26px 15px 33px;
	margin: 0 auto;
}
.article__container.no__search__result h2,
.article__container.no__search__result p {
	margin-bottom: 21px;
}
.article__container.no__search__result button[type="submit"] span {
	color: #141416;
}
.article__container.no__search__result .useful__links {
	margin-top: 26px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 20px 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.article__container.no__search__result .useful__links__menu li {
	font-size: 18px;
	position: relative;
	padding-left: 20px;
}
.article__container.no__search__result .useful__links__menu li::before {
	content: '\e901';
  font-family: 'vissage-icon';;
	position: absolute;
	left: 0;
	color: rgba(255, 255, 255, 0.4);
	top: 10px;
	font-size: 70%;
}
.article__container.no__search__result .useful__links__menu li a {
	display: block;
	padding: 4px 0;
}

.article__container.flx {
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: -2%;
}
.article__container article {
	background-color: rgba(255, 255, 255, 0.14);
}

.article__container article .img__wrapper {
	position: relative;
	min-height: 56px;
}
.article__container article .post__date {
	position: absolute;
	right: 15px;
	bottom: 15px;
	background-color: rgba(0,0,0,0.26);
	color: #fff;
	padding: 4px 7px;
}
.article__container article .cat__link {
	position: absolute;
	left: 15px;
	top: 15px;
	padding: 4px 7px;
	background-color: rgba(255,255,255,0.84);
	color: #808080;
}
.article__container article .cat__link a {
	color: #141416;
}
.article__container article img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.article__container article .entry__header {
	justify-content: space-between;
	flex-wrap: nowrap;
}
.article__container article .entry__author,
.article__container article .entry__tags,
.article__container article .entry__comments,
.article__container article .enrty__title {
	padding: 10px 15px;
}
.article__container article .enrty__title {
	flex-grow: 1;
}
.article__container article .enrty__title a {
	display: block;
}
.article__container article .entry__comments a {
	font-size: 12px;
}
.article__container article .entry__comments .vissage-icon {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.article__container article .post__content,
.article__container article .entry__content {
	border-top: 1px solid rgba(255,255,255,0.14);
	padding: 15px;
	line-height: 1.75;
}
.page .article__container article .post__content {
	border-top: none;
}
.article__container article .post__content {
	padding-bottom: 7px;
	padding-top: 26px;
}
.article__container article .post__content figure.wp-block-image {
	margin-left: -15px;
	margin-right: -15px;
	max-width: unset;
}
.article__container article .post__content figure.wp-block-image img {
	margin: 0 auto;
}
.article__container article .post__content figure figcaption {
	margin: 0;
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	text-align: center;
	padding: 4px 0;
}
.article__container article .post__content .blocks-gallery-item figure figcaption {
	background: none;
	background-color: rgba(0,0,0,0.26);
	color: #fff;
}
.article__container article .post__content ul:not(.wp-block-gallery):not(.wc_payment_methods.payment_methods):not(.products):not(.option_list):not(.blocks-gallery-grid) li {
	position: relative;
	padding-left: 21px;
}
.article__container article .post__content ul:not(.wp-block-gallery):not(.wc_payment_methods.payment_methods):not(.products):not(.option_list):not(.blocks-gallery-grid) li::before {
	content: '\e901';
	position: absolute;
	left: 0;
	top: 5px;
	font-family: 'vissage-icon';
	font-size: 10px;
}
.article__container article .post__content blockquote.wp-block-quote {
	border-left: 4px solid rgba(255,255,255,0.26);
	background-color: rgba(255,255,255,0.1);
	padding: 14px 14px 14px 26px;
}
.article__container article .post__content blockquote.wp-block-quote p {
	font-weight: 200;
	margin-bottom: 7px;
}
.article__container article .post__content blockquote.wp-block-quote cite {
	line-height: 1.25;
	position: relative;
	padding-left: 26px;
}
.article__container article .post__content blockquote.wp-block-quote cite::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 20px;
	height: 1px;
}
.article__container article .post__content figure.wp-block-pullquote {
	border-top: 4px solid rgba(255,255,255,0.26);
	border-bottom: 4px solid rgba(255,255,255,0.26);
	text-align: center;
}
.article__container article .post__content figure.wp-block-embed-youtube .wp-block-embed__wrapper {
	line-height: 0;
	text-align: center;
}
.article__container article .post__content figure.wp-block-embed-youtube.full-width iframe {
	width: 100%;
}
.article__container article .post__content figure.wp-block-embed-youtube iframe {
	margin: 0 auto;
}
.article__container article .post__content figure.wp-block-embed-soundcloud iframe {
	width: 100%;
}
.article__container article .read__more {
	display: block;
	text-align: center;
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.article__container .author__bio {
	background-color: rgba(255,255,255,0.14);
	padding: 33px 15px;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.article__container .author__bio .gravatar img {
	display: block;
	/*border-radius: 50%;*/
	width: 72px;
	height: 72px;
}
.article__container .about__author__title,
.article__container .other__author__posts__title {
	line-height: 1;
	margin-bottom: 14px;
}
.article__container .other__author__posts__title {
	margin-bottom: 26px;
}

.article__container .share__post__container .single__social {
	flex: 1;
	text-align: center;
	margin-right: 1px;
	padding: 14px 0;
}
.article__container .share__post__container .single__social:last-child {
	margin-right: 0;
}
.article__container .share__post__container.ghost__glass .single__social {background-color: rgba(255,255,255,0.14);}
.article__container .share__post__container.ghost__glass .single__social .vissage-icon {color: #fff;}

.article__container .share__post__container.ghost__flat .single__social.social__facebook {background-color: #365493;}
.article__container .share__post__container.ghost__flat .single__social.social__twitter {background-color: #33ccff;}
.article__container .share__post__container.ghost__flat .single__social.social__pinterest {background-color: #cb2027;}
.article__container .share__post__container.ghost__flat .single__social.social__linkedin {background-color: #0274b3;}
.article__container .share__post__container.ghost__flat .single__social.social__tg {background-color: #37aee2;}

.article__container .comments-area {
	background-color: rgba(255,255,255,0.14);
	padding: 0 15px;
}
.article__container .comments-area .comments-title,
.article__container .comments-area .comment-reply-title {
	line-height: 1.25;
	border-bottom: 1px solid rgba(255,255,255,0.14);
	padding: 10px 15px;
	margin: 0 -15px;
}
.article__container .comments-area .comment-reply-title {
	border-top: 1px solid rgba(255,255,255,0.14);
}
.article__container .comments-area .comment-list {
	padding-top: 26px;
}
.article__container .comments-area .comment-list li.comment {
	padding-bottom: 26px;
}
.article__container .comments-area > .comment-list > li.comment {
	border-bottom: 2px solid rgba(255,255,255,0.07);
}
.article__container .comments-area .comment-list li.comment:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.article__container .comments-area .comment-list li.comment .children {
	padding-left: 21px;
	padding-left: calc(7px + 1.4vw);
	padding-top: 21px;
}
.article__container .comments-area .comment-author.vcard,
.article__container .comments-area .comment-meta.commentmetadata,
.article__container .comments-area .comment-body p,
.article__container .comments-area .comment-notes {
	margin-bottom: 14px;
}
.article__container .comments-area .comment-author.vcard cite {
	margin-right: 4px;
	margin-left: 7px;
}
.article__container .comments-area .comment-meta.commentmetadata {
	font-size: 14px;
}
.article__container .comments-area .comment-notes {
	width: 100%;
}
.article__container .comments-area li.comment p {
	border-left: 4px solid rgba(255,255,255,0.26);
	background-color: rgba(255,255,255,0.1);
	padding: 7px 15px;
	margin-bottom: 14px;
}
.form-submit input[type='submit'],
.article__container .comments-area li.comment .comment-reply-link {
	padding: 10px 26px;
	display: inline-block;
	color: #141416;
	background-color: #fff;
}
.ghost__contact__form label,
.article__container .comments-area .comment-form p label {
	display: block;
	color: rgba(210, 210, 210, 0.7);
}
.article__container .comments-area .comment-form p:not(.comment-form-cookies-consent) label {
	height: 24px;
}
.article__container .comments-area .comment-form p input[type='text'],
.article__container .comments-area .comment-form p input[type='email'],
.article__container .comments-area .comment-form p input[type='url'] {
	height: 36px;
}
.ghost__contact__form input,
.ghost__contact__form textarea,
.ghost__contact__form select,
.ghost__contact__form .custom__select,
.article__container .comments-area .comment-form p input[type='text'],
.article__container .comments-area .comment-form p input[type='email'],
.article__container .comments-area .comment-form p input[type='url'],
.article__container .comments-area .comment-form p textarea {
	background-color: rgba(255,255,255,.07);
	border-bottom: 2px solid rgba(255,255,255,.26);
	padding: 7px 15px;
	width: 100%;
	-webkit-transition: border 0.26s ease-in-out;
	-o-transition: border 0.26s ease-in-out;
	transition: border 0.26s ease-in-out;
}
.ghost__contact__form textarea,
.article__container .comments-area .comment-form p textarea {
	resize: none;
}
.ghost__contact__form textarea:focus,
.ghost__contact__form input:focus,
.ghost__contact__form .custom__select.active,
.article__container .comments-area .comment-form p input[type='text']:focus,
.article__container .comments-area .comment-form p input[type='email']:focus,
.article__container .comments-area .comment-form p input[type='url']:focus,
.article__container .comments-area .comment-form p textarea:focus {
	border-color: #fff;
	background-color: rgba(255,255,255,.1);
}
.article__container .comments-area .comment-form p.comment-form-cookies-consent {
	margin-top: 7px;
	margin-bottom: 14px;
}
.ghost__contact__form input[type="checkbox"],
.article__container .comments-area .comment-form p.comment-form-cookies-consent input[type='checkbox'] {
	display: none;
}
.ghost__contact__form input[type="checkbox"] ~ label,
.article__container .comments-area .comment-form p.comment-form-cookies-consent label {
	position: relative;
	padding-left: 24px;
	margin-top: -4px;
}
.ghost__contact__form input[type="checkbox"] ~ label::before,
.ghost__contact__form input[type="checkbox"] ~ label::after,
.article__container .comments-area .comment-form p.comment-form-cookies-consent label::before,
.article__container .comments-area .comment-form p.comment-form-cookies-consent label::after {
	position: absolute;
}
.ghost__contact__form input[type="checkbox"] ~ label::before,
.article__container .comments-area .comment-form p.comment-form-cookies-consent label::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid rgba(255,255,255,.14);
	left: 0;
	top: 4px;
}
.ghost__contact__form input[type="checkbox"] ~ label::after,
.article__container .comments-area .comment-form p.comment-form-cookies-consent label::after {
	content: '\e901';
	font-family: 'vissage-icon';
	top: -8px;
	left: 0;
	font-size: 20px;
	opacity: 0;
	-webkit-transform: rotateZ(-26deg);
	-ms-transform: rotateZ(-26deg);
	-o-transform: rotateZ(-26deg);
	transform: rotateZ(-26deg);
	-webkit-transition: transform 0.14s ease-out, opacity 0.14s ease-out;
	-o-transition: transform 0.14s ease-out, opacity 0.14s ease-out;
	transition: transform 0.14s ease-out, opacity 0.14s ease-out;
}
.ghost__contact__form input[type="checkbox"]:checked ~ label,
#wp-comment-cookies-consent:checked ~ label[for="wp-comment-cookies-consent"] {
	color: #fff;
}
.ghost__contact__form input[type="checkbox"]:checked ~ label:after,
#wp-comment-cookies-consent:checked ~ label[for="wp-comment-cookies-consent"]:after {
	-webkit-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	transform: rotateZ(0);
	opacity: 1;
}

.article__container .recent__post__container {
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: -15px;
}
.article__container .recent__post__container .recent__post__heding {
	flex-basis: 100%;
	background-color: rgba(255,255,255,.14);
	margin-bottom: 15px;
	padding: 10px 15px;
}
.article__container .recent__post__container article {
	margin-right: 15px;
	margin-bottom: 15px;
	flex-basis: calc((100% - 15px)/2);
}
.article__container .recent__post__container article:nth-child(2n+1) {
	margin-right: 0;
}

.article__container .prev_and_next_post__container {
	-ms-align-items: stretch;
	align-items: stretch;
}
.article__container .prev_and_next_post__container .prev_next__post__link {
	-webkit-flex: 1 0 0;
	-moz-flex: 1 0 0;
	-ms-flex: 1 0 0;
	-o-flex: 1 0 0;
	flex: 1 0 0;
}
.article__container .prev_and_next_post__container .prev_next__post__link a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-grow: 1;
	height: 100%;
}
.article__container .prev_and_next_post__container .vissage-icon {
	background-color: rgba(255,255,255,.14);
}
.article__container .prev_and_next_post__container .prev_next__text {
	flex-grow: 1;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	background-color: rgba(255,255,255,.14);
	padding-top: 4px;
  padding-bottom: 4px;
}
.article__container .prev_and_next_post__container .prev_next__post__link.prev .prev_next__text {
	margin-left: 1px;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.article__container .prev_and_next_post__container .prev_next__post__link.next .prev_next__text {
	margin-right: 1px;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.article__container .prev_and_next_post__container .prev_next__text span {
	color: rgba(210, 210, 210, 0.7);
}
.article__container .prev_and_next_post__container .vissage-icon,
.article__container .prev_and_next_post__container .prev_next__text strong {
	color: #fff;
}
.article__container .prev_and_next_post__container .prev_next__post__link.next .prev_next__text strong {
	text-align: right;
}

.post__nav__container,
.navigation.pagination {
	justify-content: center;
}
.navigation.pagination .page-numbers {
	display: inline-block;
	background-color: rgba(255,255,255,0.21);
}
.post__nav__container .post-page-numbers.current,
.navigation.pagination .page-numbers.current {
	color: rgba(255,255,255,0.56);
}

.post__nav__container {
	border-top: 1px solid rgba(255,255,255,0.14);
}
.post__nav__container .post-page-numbers {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	margin: 0 2px;
}

.cards__container {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.cards__container.col_d_1,
.cards__container.col_d_2,
.cards__container.col_d_3,
.cards__container.col_d_4 {
	margin-bottom: -15px;
}
.card__item {
	position: relative;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 15px;
}
.card__item.align__top {
	justify-content: flex-start;
}
.card__item.align__middle {
	justify-content: center;
}
.card__item.align__bottom {
	justify-content: flex-end;
}
.card__item::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.26;
}
.card__item .card__title,
.card__item a.btn {
	position: relative;
}

.sidebar .widget {
	background-color: rgba(255, 255, 255, 0.14);
	padding: 26px 15px 26px;
	border-bottom: 3px solid rgba(255,255,255,0.14);
}
.sidebar .widget-title {
  padding-bottom: 14px;
  padding-left: 15px;
  margin-top: -12px;
  line-height: 1.25;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.page__title {
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.title__breadcrumbs__container {
	justify-content: space-between;
	padding: 7px 0;
}
.bredcrumb__separator {
	margin: 0 7px;
	position: relative;
	top: 1px;
}

.footer {
	background-color: rgba(255,255,255,0.14);
	color: #ffc222;
}
.footer .widget__container {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.widget-title {
	letter-spacing: 0.7px;
}

.widget_search input[type="text"],
.widget_search input[type="search"],
.widget_product_search input[type="search"],
.article__container.no__search__result input[type="search"] {
	height: 40px;
}
.widget_search input[type="text"],
.widget_search input[type="search"],
.widget_product_search input[type="search"],
.article__container.no__search__result input[type="search"] {
	border: 1px solid rgba(255,255,255,0.14);
	/*width: calc(100% - 77px);*/
	padding-left: 7px;
	-webkit-transition: border 0.4s ease-out;
	-o-transition: border 0.4s ease-out;
	transition: border 0.4s ease-out;
}
.widget_search input[type="text"]:focus,
.widget_search input[type="search"]:focus,
.widget_product_search input[type="search"]:focus,
.article__container.no__search__result input[type="search"]:focus {
	border-color: #fff;
}
.widget_search input[type="submit"],
.article__container.no__search__result button[type="submit"] {
	background-color: #ffffff;
	color: #141416;
	border: 1px solid transparent;
	width: 70px;
	height: 40px;
}

.widget_categories ul {
	margin-top: -6px;
}
.widget_categories .cat-item {
	margin-bottom: 2px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.widget_categories .cat-item a {
	display: block;
	padding: 6px 0 6px 20px;
	position: relative;
	-webkit-flex: 1 0 0;
	-moz-flex: 1 0 0;
	-ms-flex: 1 0 0;
	-o-flex: 1 0 0;
	flex: 1 0 0;
}
.widget_categories .cat-item a::before {
	content: '\e903';
	font-family: 'vissage-icon';
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	left: 0;
	position: absolute;
}

.widget_tag_cloud .tag-cloud-link {
	border: 1px solid rgba(255,255,255,0.14);
	padding: 4px 7px;
	display: inline-block;
	margin-bottom: 3px;
}

.recent__post__list li {
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 21px;
}
.sidebar__widget__container .recent__post__list li:last-child {
	margin-bottom: 0;
}
.recent__post__list .thumb {
	width: 75px;
	margin-right: 7px;
}
.recent__post__list .thumb img {
	display: block;
	max-width: 100%;
	height: auto;
}
.recent__post__info {
	-webkit-flex: 1 1 0;
	-moz-flex: 1 1 0;
	-ms-flex: 1 1 0;
	-o-flex: 1 1 0;
	flex: 1 1 0;
	justify-content: space-between;
}
.recent__post__title {
	flex-basis: 100%;
	margin-top: -3px;
	margin-bottom: 7px;
}
.recent__posts__time,.recent__post__comments {
	font-size: 12px;
	color: rgba(255,255,255,0.7);
}
.recent__post__comments {
	width: 40px;
}
.recent__post__comments .vissage-icon {
	margin-right: 4px;
}

.has-border-top {
	border-top: 1px solid rgba(255,255,255,0.14);
}

.copyright {
	text-align: center;
}
.copyright__left__text {
	text-align: center;
	margin-bottom: 7px;
}
.copyright__right__text {
	margin-bottom: 7px;
}

ol {
	padding-left: 21px;
}
pre {
	white-space: pre-wrap;
	background-color: rgba(0, 0, 0, 0.26);
	padding: 15px;
}
iframe {
    max-width: 100%;
}



@media only screen and (min-width: 1025px) {

	h1,h2.section__title,
	.page__title h1 {
		letter-spacing: 2px;
	}
	h2 {font-size: 24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
	h6 {font-size: 14px;}

	button {
		cursor: pointer;
	}

	.hide_over_1025 {
		display: none;
	}

	.row .col_d_1 { flex-basis: 8.3333%; }
	.row .col_d_2 { flex-basis: 16.6666%; }
	.row .col_d_3 { flex-basis: 25%; }
	.row .col_d_4 { flex-basis: 33.3333%; }
	.row .col_d_5 { flex-basis: 41.6666%; }
	.row .col_d_6 { flex-basis: 50%; }
	.row .col_d_7 { flex-basis: 58.3333%; }
	.row .col_d_8 { flex-basis: 66.6666%; }
	.row .col_d_9 { flex-basis: 75%; }
	.row .col_d_10 { flex-basis: 83.3333%; }
	.row .col_d_11 { flex-basis: 91.6666%; }
	.row .col_d_12 { flex-basis: 100%; }

	.btn {
		padding: 14px 26px;
		font-size: 16px;
	}
	.btn + .btn {
		margin-left: 14px;
	}
	.btn.ghost__flat,
	.btn.ghost__white,
	.btn.ghost__glass {
		-webkit-transition: all 0.26s ease-in-out;
		-o-transition: all 0.26s ease-in-out;
		transition: all 0.26s ease-in-out;
	}
	.btn.ghost__glass:hover,
	.btn.ghost__flat:hover {
		color: #141416;
		background-color: #fff;
		border-color: #fff;
	}
	.btn.ghost__white:hover {
		color: #fff;
		background-color: rgba(255,255,255,0.14);
	}
	section.white .btn.ghost__glass:hover,
	section.white .btn.ghost__flat:hover,
	section.white .btn.ghost__white:hover,
	.card__item .btn.ghost__white:hover {
		color: #fff;
		background-color: rgba(0,0,0,0.7);
		border-color: transparent;
	}

	.header__inner__wrapper .menu-item {
		margin-right: 26px;
		font-weight: 400;
		font-size: 18px;
		white-space: nowrap;
	}
	.header__inner__wrapper .menu-item.menu-item-has-children {
		position: relative;
	}
	.header__inner__wrapper .nav > .menu > .menu-item.menu-item-has-children > a {
		padding-right: 20px;
	}
	.header__inner__wrapper .nav .menu > .menu-item.menu-item-has-children::after {
		content: '\f105';
		font-family: 'vissage-icon';
		position: absolute;
		-webkit-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg);
		-o-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
		right: 0;
		top: 3px;
	}
	.header__inner__wrapper .menu-item.menu-item-has-children .sub-menu {
		position: absolute;
		top: 20px;
		left: -26px;
		min-width: 220px;
		padding-top: 32px;
		visibility: hidden;
		opacity: 0;
		z-index: 6;
		-webkit-transition: opacity 0.26s ease-in-out, transform 0.26s ease-out;
		-o-transition: opacity 0.26s ease-in-out, transform 0.26s ease-out;
		transition: opacity 0.26s ease-in-out, transform 0.26s ease-out;
		-webkit-transform: translateY(26px);
		-ms-transform: translateY(26px);
		-o-transform: translateY(26px);
		transform: translateY(26px);
	}
	.header__inner__wrapper .menu-item.menu-item-has-children > a:focus ~ .sub-menu,
	.header__inner__wrapper .menu-item.menu-item-has-children .sub-menu.visible,
	.header__inner__wrapper .menu-item.menu-item-has-children:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.header__inner__wrapper .menu-item.menu-item-has-children .sub-menu .menu-item .sub-menu {
		padding-top: 0;
		top: 0;
		left: 100%;
	}
	.header__inner__wrapper .menu-item.menu-item-has-children .sub-menu .menu-item {
		background-color: rgba(0, 0, 0, 0.91);
	}
	.header__inner__wrapper .menu-item.menu-item-has-children .sub-menu .menu-item a {
		-webkit-transition: all 0.14s ease-out;
		-o-transition: all 0.14s ease-out;
		transition: all 0.14s ease-out;
	}
	.header__inner__wrapper .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
		background-color: rgba(255,255,255,0.07);
	}
	.header__inner__wrapper .menu-item.menu-item-has-children .sub-menu .menu-item a {
		padding: 14px 26px;
		font-size: 14px;
		display: block;
	}
	.header__inner__wrapper .menu-item.ghost-mega-menu > .sub-menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		left: unset;
		width: 1170px;
		right: -500px;
	}
	.header__inner__wrapper .menu-item.ghost-mega-menu > .sub-menu .menu-item {
		background-color: transparent;
	}
	.header__inner__wrapper .menu-item.ghost-mega-menu > .sub-menu > .menu-item {
		position: static;
		padding-right: 1px;
		border-right: 1px solid rgba(255, 255, 255, 0.07);
		background-color: rgba(0, 0, 0, 0.91);
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
	}
	.header__inner__wrapper .menu-item.ghost-mega-menu > .sub-menu > .menu-item > a {
		font-weight: 600;
		font-size: 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	}
	.header__main.sticky .header__inner__wrapper .menu-item.ghost-mega-menu > .sub-menu > .menu-item > a {
		border-top: 1px solid rgba(255, 255, 255, 0.07);
	}
	.header__inner__wrapper .menu-item.ghost-mega-menu > .sub-menu > .menu-item:last-child {
		padding-right: 0;
	}
	.header__inner__wrapper .menu-item.ghost-mega-menu .menu-item {
		margin-right: 0;
	}
	.header__inner__wrapper .menu-item.ghost-mega-menu .menu-item .sub-menu {
		position: static;
	}
	.header__inner__wrapper .menu-item.ghost-mega-menu:hover .menu-item .sub-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.header__inner__wrapper .nav .menu > .menu-item:last-child {
		margin-right: 0;
	}

	.search__trigger {
		cursor: pointer;
		display: block;
	}
	.search__trigger:focus {
		outline: 1px solid rgba(255,255,255,0.14);
		outline-offset: 1px;
	}
	.vissage-icon {
		-webkit-transition: color 0.14s ease-in-out;
		-o-transition: color 0.14s ease-in-out;
		transition: color 0.14s ease-in-out;
	}
	.search__container {
		-webkit-transform: translateY(100vw);
		-ms-transform: translateY(100vw);
		-o-transform: translateY(100vw);
		transform: translateY(100vw);
	}
	.search__container.active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.search__container input {
		/*width: calc(100% - 114px);*/
		font-size: 56px;
		height: 60px;
		margin-right: 14px;
	}
	.search__container button {
		cursor: pointer;
		height: 60px;
		line-height: 60px;
		width: 100px;
		-webkit-transition: all .14s ease-in-out;
		-o-transition: all .14s ease-in-out;
		transition: all .14s ease-in-out;
	}
	.search__container button:hover {
		background-color: rgba(255,255,255,0.14);
		border-color: #fff;
	}

	section {
		padding: 100px 0;
	}
	.hero {
		padding: 0;
	}

	h1 {
		font-size: 40px;
		margin-bottom: 26px;
	}
	.title__breadcrumbs__container {
		min-height: 120px;
	}
	.title__breadcrumbs__container h1 {
		margin: 7px 0;
	}
	.hero__content {
		padding: 91px 0 100px;
	}
	.hero .hero__description {
		line-height: 2;
		font-size: 16px;
		margin-bottom: 33px;
	}

	.section__title {
		font-size: 30px;
		margin-bottom: 26px;
	}
	.section__title.has__divider {
		padding-bottom: 26px;
	}
	.section__subtitle {
		font-size: 16px;
		max-width: 80%;
		margin-bottom: 26px;
		line-height: 2;
	}
	.cta__content {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.cta.left .cta__content {
		justify-content: space-between;
	}
	.cta__content p {
		font-size: 16px;
		line-height: 2;
	}
	.cta.left .cta__content p {
		margin-right: 40px;
		margin-top: -7px;
	}
	.cta.center .cta__content p {
		margin-bottom: 30px;
	}

	.blog__loop {
		padding: 80px 0;
	}

	.article__container.mansory {
		position: relative;
	}
	.main__content__container .article__container {
		-webkit-flex: 1 0 0;
		-moz-flex: 1 0 0;
		-ms-flex: 1 0 0;
		-o-flex: 1 0 0;
		flex: 1 0 0;
	}
	.article__container.mansory article {
		position: absolute;
	}
	.article__container .recent__post__container article,
	.article__container:not(.single) article {
		-webkit-transition: background 0.26s ease-in-out;
		-o-transition: background 0.26s ease-in-out;
		transition: background 0.26s ease-in-out;
	}
	.article__container .recent__post__container article:hover,
	.article__container:not(.single) article:hover {
		background-color: rgba(210,210,210,0.26);
	}
	.main__content__container {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.article__container.flx article {
		flex-basis: calc((100% - 30px)/3);
		margin: 0 15px 15px 0;
	}
	.article__container.flx article:nth-child(3n) {
		margin-right: 0;
	}
	.article__container.mansory article {
		width: calc((100% - 30px)/3);
	}
	.article__container.list article {
		margin-bottom: 40px;
	}
	.article__container article .cat__link {
		z-index: 1;
	}
	.article__container article .cat__link a:hover {
		color: #777;
	}
	.article__container article .img__wrapper a img {
		-webkit-transition: opacity 0.4s ease-out;
		-o-transition: opacity 0.4s ease-out;
		transition: opacity 0.4s ease-out;
		margin: 0 auto;
	}
	.article__container article .img__wrapper:hover a img {
		opacity: 0.56;
	}
	.article__container article .cat__link a {
		opacity: 1;
	}
	.article__container article .enrty__title {
		font-size: 18px;
	}
	.article__container article .post__content,
	.article__container article .entry__content {
		font-size: 16px;
	}
	.article__container article .post__content > *:not(.row) {
		margin-bottom: 21px;
	}
	.article__container article .post__content figure.wp-block-image figcaption {
		font-size: 12px;
	}
	.article__container article .post__content blockquote.wp-block-quote cite {
		font-size: 14px;
	}
	.article__container article .post__content figure.wp-block-pullquote {
		padding: 40px 0;
	}
	.article__container article .post__content figure.wp-block-pullquote p {
		font-size: 40px;
	}

	.article__container article .read__more {
		-webkit-transition: color 0.26s ease-in-out, background 0.26s ease-in-out;
		-o-transition: color 0.26s ease-in-out, background 0.26s ease-in-out;
		transition: color 0.26s ease-in-out, background 0.26s ease-in-out;
	}
	.article__container article:hover .read__more {
		background-color: #fff;
		color: #141416;
	}
	.article__container article .read__more:hover {
		color: #fff;
	}
	.article__container .author__bio,
	.article__container .share__post__container,
	.article__container .comments-area {
		margin-top: 40px;
	}
	.article__container .author__bio .author__info {
		margin-left: 15px;
		flex-basis: calc(100% - 87px);
	}
	.article__container .author__bio .author__bio__content,
	.article__container .comments-area .comment-list li.comment {
		font-size: 16px;
		margin-bottom: 26px;
	}
	.article__container .author__bio .about__author__title,
	.article__container .author__bio .other__author__posts__title {
		font-size: 26px;
	}
	.article__container .author__bio .author__posts__container {
		margin-left: 87px;
	}
	.article__container .author__bio .author__posts__container ul {
		margin-bottom: 33px;
	}

	.article__container .share__post__container .single__social {
		-webkit-transition: background 0.26s ease-in-out;
		-o-transition: background 0.26s ease-in-out;
		transition: background 0.26s ease-in-out;
		font-size: 21px;
	}
	.article__container .share__post__container.ghost__glass .single__social.social__facebook:hover {background-color: #365493;}
	.article__container .share__post__container.ghost__glass .single__social.social__twitter:hover {background-color: #33ccff;}
	.article__container .share__post__container.ghost__glass .single__social.social__pinterest:hover {background-color: #cb2027;}
	.article__container .share__post__container.ghost__glass .single__social.social__linkedin:hover {background-color: #0274b3;}
	.article__container .share__post__container.ghost__glass .single__social.social__tg:hover {background-color: #37aee2;}

	.article__container .share__post__container.ghost__flat .single__social:hover {background-color: rgba(255,255,255,0.14);}
	.article__container .share__post__container.ghost__flat .single__social:hover .vissage-icon {color: #fff;}

	.article__container .comments-area .comments-title,
	.article__container .comments-area .comment-reply-title,
	.article__container .recent__post__container .recent__post__heding {
		font-size: 26px;
	}
	.article__container .comments-area .comment-reply-title a {
		float: right;
		margin-top: 5px;
	}
	.article__container .comments-area .comment-author.vcard cite {
		font-size: 20px;
	}
	.article__container .comments-area .form-submit {
		clear: both;
	}
	.form-submit input[type='submit'],
	.article__container .comments-area li.comment .comment-reply-link {
		-webkit-transition: background 0.14s ease-in-out, color 0.14s ease-in-out;
		-o-transition: background 0.14s ease-in-out, color 0.14s ease-in-out;
		transition: background 0.14s ease-in-out, color 0.14s ease-in-out;
		cursor: pointer;
		font-size: 16px;
	}
	.form-submit input[type='submit']:hover,
	.article__container .comments-area li.comment .comment-reply-link:hover {
		color: #fff;
	}
	.article__container .comments-area .comment-form {
		padding: 21px 0 26px;
	}
	.article__container .comments-area .comment-form > p {
		float: left;
	}
	.article__container .comments-area .comment-form::after {
		content: '';
		display: block;
		clear: both;
	}
	.article__container .comments-area .logged-in-as {
		width: 100%;
	}
	.article__container .comments-area .comment-form-comment,
	.article__container .comments-area .comment-form-author,
	.article__container .comments-area .comment-form-email,
	.article__container .comments-area .comment-form-url {
		width: calc(50% - 7px);
		margin-bottom: 7px;
	}
	.article__container .comments-area .comment-form-comment {
		margin-right: 14px;
	}
	.ghost__contact__form textarea,
	.ghost__contact__form input,
	.ghost__contact__form select,
	.ghost__contact__form .custom__select,
	.article__container .comments-area .comment-form p input[type='text'],
	.article__container .comments-area .comment-form p input[type='email'],
	.article__container .comments-area .comment-form p input[type='url'],
	.article__container .comments-area .comment-form p textarea {
		font-size: 16px;
	}
	.ghost__contact__form .custom__select {
		cursor: pointer;
	}
	.ghost__contact__form .custom__select .option_list li {
		cursor: pointer;
		color: #777;
		-webkit-transition: color 0.14s ease-out, background 0.14s ease-out;
		-o-transition: color 0.14s ease-out, background 0.14s ease-out;
		transition: color 0.14s ease-out, background 0.14s ease-out;
	}
	.ghost__contact__form .custom__select .option_list li:hover {
		color: #fff;
	}
	.comment-form p input[type='text'] {
		height: 40px;
	}
	.article__container .comments-area .comment-form p textarea {
		height: 170px;
	}
	.article__container .comments-area .comment-form p.comment-form-cookies-consent input[type='checkbox'] {
		cursor: pointer;
	}
	.ghost__contact__form input[type="checkbox"] ~ label,
	.article__container .comments-area .comment-form p.comment-form-cookies-consent label {
		cursor: pointer;
		-webkit-transition: color 0.14s ease-in-out;
		-o-transition: color 0.14s ease-in-out;
		transition: color 0.14s ease-in-out;
	}
	.ghost__contact__form input[type="checkbox"] ~ label:hover,
	.article__container .comments-area .comment-form p.comment-form-cookies-consent:hover label {
		color: #fff;
	}

	.article__container .recent__post__container,
	.article__container .prev_and_next_post__container {
		margin-top: 40px;
	}

	.article__container .prev_and_next_post__container .vissage-icon {
		font-size: 28px;
		padding: 14px;
	}
	.article__container .prev_and_next_post__container .vissage-icon,
	.article__container .prev_and_next_post__container .prev_next__text {
		-webkit-transition: background 0.26s ease-in-out;
		-o-transition: background 0.26s ease-in-out;
		transition: background 0.26s ease-in-out;
	}
	.article__container .prev_and_next_post__container .prev_next__text {
		justify-content: center;
	}
	.article__container .prev_and_next_post__container .prev_next__post__link.prev .prev_next__text {
		padding-left: 12px;
	}
	.article__container .prev_and_next_post__container .prev_next__post__link.next .prev_next__text {
		padding-right: 12px;
	}
	.article__container .prev_and_next_post__container .prev_next__text span {
		font-size: 12px;
	}
	.article__container .prev_and_next_post__container .prev_next__text strong {
		font-size: 16px;
	}

	.navigation.pagination {
		margin-bottom: 40px;
	}
	.post__nav__container {
		padding: 33px 0;
	}
	.post__nav__container .post-page-numbers,
	.navigation.pagination .page-numbers {
		font-size: 14px;
		padding: 10px 26px;
	}
	.post__nav__container a.post-page-numbers,
	.navigation.pagination a.page-numbers {
		-webkit-transition: color 0.14s ease-in-out, background 0.14s ease-in-out;
		-o-transition: color 0.14s ease-in-out, background 0.14s ease-in-out;
		transition: color 0.14s ease-in-out, background 0.14s ease-in-out;
	}
	.post__nav__container a.post-page-numbers:hover,
	.navigation.pagination a.page-numbers:hover {
		color: #141416;
		background-color: #fff;
	}




	.cards__container.col_d_1 .card__item {
		flex-basis: 100%;
	}
	.cards__container.col_d_2 .card__item {
		flex-basis: calc((100% - 15px)/2);
	}
	.cards__container.col_d_3 .card__item {
		flex-basis: calc((100% - 30px)/3);
	}
	.cards__container.col_d_4 .card__item {
		flex-basis: calc((100% - 45px)/4);
	}
	.cards__container.col_d_1 .card__item,
	.cards__container.col_d_2 .card__item:nth-child(2n),
	.cards__container.col_d_3 .card__item:nth-child(3n),
	.cards__container.col_d_4 .card__item:nth-child(4n) {
		margin-right: 0;
	}

	.card__item::before {
		-webkit-transition: opacity 0.4s ease-in-out, background 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out, background 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out, background 0.4s ease-in-out;
	}
	.card__item:hover::before {
		opacity: 0.49;
	}
	.card__item .card__title {
		margin-bottom: 21px;
		font-size: 26px;
	}
	.card__item .card__title:hover a {
		color: #141416;
	}
	.card__item .card__description {
		line-height: 1.75;
		font-size: 16px;
		margin-bottom: 21px;
	}

	.main__content__container {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.main__content__container.sidebar__left {
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		-o-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.sidebar__right .sidebar {
		margin-left: 40px;
	}
	.sidebar__left .sidebar {
		margin-right: 40px;
	}
	.sidebar {
		flex-basis: 350px;
	}

	.footer .widget__container {
		padding: 100px 0 60px;
	}
	.footer__item__container {
		flex-basis: calc((100% - 45px)/4);
	}
	.footer__item__container {
		margin-right: 15px;
	}
	.footer__item__container:nth-child(4n) {
		margin-right: 0;
	}
	.widget {
		margin-bottom: 40px;
	}
	.widget-title {
		font-size: 22px;
		margin-bottom: 26px;
	}

	.article__container.no__search__result p {
		font-size: 16px;
	}
	.widget_search input[type="text"],
	.widget_search input[type="search"],
	.widget_product_search input[type="search"],
	.article__container.no__search__result input[type="search"] {
		font-size: 16px;
	}
	.article__container.no__search__result button[type="submit"] {
		top: -1px;
		padding-top: 1px;
	}
	.widget_search input[type="submit"],
	.article__container.no__search__result button[type="submit"] {
		cursor: pointer;
		position: relative;
		-webkit-transition: background 0.14s ease-out, color 0.14s ease-out;
		-o-transition: background 0.14s ease-out, color 0.14s ease-out;
		transition: background 0.14s ease-out, color 0.14s ease-out;
	}
	.widget_search input[type="submit"] {
		top: -1px;
	}
	.widget_search input[type="submit"]:hover,
	.article__container.no__search__result button[type="submit"]:hover span {
		color: #fff;
	}

	.product-categories .cat-item a,
	.widget_categories .cat-item a {
		font-size: 18px;
	}
	.widget_categories .cat-item a::before {
		bottom: 11px;
	}

	.widget_tag_cloud .tag-cloud-link {
		-webkit-transition: border 0.26s ease-out, background 0.26s ease-out;
		-o-transition: border 0.26s ease-out, background 0.26s ease-out;
		transition: border 0.26s ease-out, background 0.26s ease-out;
	}
	.widget_tag_cloud .tag-cloud-link:hover {
		color: #fff;
		background-color: rgba(255,255,255,0.07);
	}
	/*
	.copyright {
		padding: 26px 0 20px;
		font-size: 6px;
	}
	.copyright__container {
		justify-content: space-between;
	}
	*/


	/* scroll-bar */
	::-webkit-scrollbar {
		width: 10px;
		margin-left: -10px;
	}
	::-webkit-scrollbar-track {
		background-color: #262626;
	}
	::-webkit-scrollbar-thumb {
		background-color: #141416;
		border-radius: 0px;
		border-style: solid;
		border-width: 2px 0;
	}
	::-webkit-scrollbar-thumb:hover {
		background-color: #000;
	}

	::-moz-selection {
		color: #fff;
		background: #ff6347;
	}
	::selection {
		color: #fff;
		background: #ff6347;
	}

}



@media only screen and (max-width: 1024px) {
	
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}

	.page__background {
		height: calc(100vh + 56px);
		bottom: 0;
	}
	.main__wrapper {
		padding-bottom: 38px;
	}
	.hide_bef_1024 {
		display: none;
	}

	.btn {
		padding: 14px 26px;
		font-size: 14px;
	}
	.btn + .btn {
		margin-left: 4px;
	}
	.card__item .btn {
		padding: 10px 20px;
	}

	.header__top__bar {
		font-size: 12px;
	}
	.mobile_trigger {
		z-index: 0;
		position: relative;
		width: 40px;
	height: 40px;
	margin-left: -10px;
	}
	.mobile_trigger.active {
		z-index: 7;
	}
	.mobile_trigger .vissage-icon {
		position: absolute;
		left: 10px;
		top: 10px;
		-webkit-transition: transform 0.4s ease-in-out, opacity 0.26s ease-in-out;
		-o-transition: transform 0.4s ease-in-out, opacity 0.26s ease-in-out;
		transition: transform 0.4s ease-in-out, opacity 0.26s ease-in-out;
		-webkit-transform: rotateZ(180deg);
		-ms-transform: rotateZ(180deg);
		-o-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
	}
	.mobile_trigger.active .vissage-icon {
		-webkit-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	.mobile_trigger .vissage-close { opacity: 0; }
	.mobile_trigger .vissage-menu { opacity: 1; }
	.mobile_trigger.active .vissage-close { opacity: 1; }
	.mobile_trigger.active .vissage-menu { opacity: 0; }
	.social__icons__container a {
		margin-right: 0;
		margin-left: 4px;
	}
	.logo {
	text-align: center;
	}
	.nav {
		position: fixed;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0,0,0,0.91);
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		padding: 114px 0 80px;
		overflow-y: auto;
		-webkit-transform: translateX(-100vw);
		-ms-transform: translateX(-100vw);
		-o-transform: translateX(-100vw);
		transform: translateX(-100vw);
		-webkit-transition: transform 0.4s ease-in-out, opacity 0.26s ease, visibility 0.26s ease, padding 0.7s ease;
		-o-transition: transform 0.4s ease-in-out, opacity 0.26s ease, visibility 0.26s ease, padding 0.7s ease;
		transition: transform 0.4s ease-in-out, opacity 0.26s ease, visibility 0.26s ease, padding 0.7s ease;
	}
	.nav.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		z-index: 6;
	}
	.no__top__bar .header__main .nav,
	.header__main.sticky .nav {
		padding-top: 80px;
	}
	.admin-bar .nav {
		padding-top: 144px;
	}
	.admin-bar .no__top__bar .header__main .nav,
	.admin-bar .header__main.sticky .nav {
		padding-top: 110px;
	}
	.nav .menu {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.header__inner__wrapper .nav .sub-menu,
	.header__inner__wrapper .nav .menu .menu-item {
		width: 100%;
	}
	.header__inner__wrapper .nav .menu .menu-item a {
		font-size: 20px;
		height: 42px;
		line-height: 42px;
		padding: 0 15px;
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}
	.header__inner__wrapper .nav .menu .menu-item.menu-item-has-children .menu-item a {
		font-weight: 400;
		padding-left: 26px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.header__inner__wrapper .nav .menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children .menu-item a {
		padding-left: 40px;
	}
	.header__inner__wrapper .nav .menu .menu-item.menu-item-has-children > a {
		width: calc(100% - 42px);
		float: left;
	}
	.header__inner__wrapper .nav .menu .menu-item.menu-item-has-children > .sub-menu {
		float: left;
	}
	.header__inner__wrapper .nav .menu .menu-item.menu-item-has-children::after {
		content: '';
		display: block;
		clear: both;
	}
	.header__inner__wrapper .nav .menu .menu-item.menu-item-has-children .sub-menu {
		height: 0;
		overflow: hidden;
		-webkit-transition: height 0.26s ease-in-out;
		-o-transition: height 0.26s ease-in-out;
		transition: height 0.26s ease-in-out;
	}
	.mob_menu_arrow {
		width: 42px;
		height: 42px;
		border-left: 1px solid rgba(255, 255, 255, 0.14);
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
		float: left;
		display: inline-block;
		position: relative;
	}
	.mob_menu_arrow::before,    
	.mob_menu_arrow::after {
		content: '';
		position: absolute;
		width: 14px;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all 0.26s ease-in-out;
		-o-transition: all 0.26s ease-in-out;
		transition: all 0.26s ease-in-out;
		top: 20px;
	}
	.mob_menu_arrow::before {
		-webkit-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
		left: 9px;
	}
	.mob_menu_arrow::after {
		-webkit-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
		-o-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
		left: 18px;
	}
	.menu-item.menu-item-has-children.active > .mob_menu_arrow::before,
	.menu-item.menu-item-has-children.active > .mob_menu_arrow::after {
		width: 22px;
		left: 10px;
	}

	.search__container {
		-webkit-transform: translateX(100vw);
		-ms-transform: translateX(100vw);
		-o-transform: translateX(100vw);
		transform: translateX(100vw);
	}
	.search__container.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.search__container input {
		font-weight: 400;
		height: 40px;
		font-size: 26px;
		padding: 0 7px;
		margin-right: 7px;
	}
	.search__container button {
		width: 70px;
		height: 40px;
		line-height: 40px;
	}
	.article__container.no__search__result button[type="submit"] {
		padding-top: 1px;
	}

	.title__breadcrumbs__container {
		min-height: 80px;
	}

	section {
		padding: 56px 0;
	}
	.hero {
		padding: 0;
	}

	h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.hero__content {
		padding: 56px 0;
	}
	.hero .hero__description {
		line-height: 1.75;
		margin-bottom: 26px;
	}
	.hero .hero__cta {
		width: 100%;
	}

	.section__title {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.section__title.has__divider {
		padding-bottom: 18px;
	}
	.section__subtitle {
		margin-bottom: 14px;
		line-height: 1.75;
	}
	.cta__content {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.cta.left .cta__content {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.cta.center .cta__content {
		-ms-align-items: center;
		align-items: center;
	}
	.cta__content p {
		margin-bottom: 26px;
		line-height: 1.75;
	}

	.title__breadcrumbs__container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: center;
	}
	.title__breadcrumbs__container h1,
	.title__breadcrumbs__container .bredcrumbs__container {
		width: 100%;
		text-align: center;
	}

	.blog__loop {
		padding: 40px 0;
	}

	.article__container.list {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
	}
	.article__container article {
		margin-bottom: 15px;
	}
	.article__container.list article {
		margin: 0 auto 15px;
		max-width: 750px;
	}
	.article__container article .enrty__title {
		font-size: 16px;
	}
	.article__container article .post__content,
	.article__container article .entry__content {
		font-size: 14px;
	}
	.article__container article .post__content > *:not(.row) {
		margin-bottom: 14px;
	}
	.article__container article .post__content figure.wp-block-image figcaption {
		font-size: 12px;
	}
	.article__container article .post__content blockquote.wp-block-quote cite {
		font-size: 12px;
	}

	.article__container .author__bio,
	.article__container .share__post__container,
	.article__container .comments-area {
		margin-top: 15px;
	}
	.article__container .about__author__title,
	.article__container .other__author__posts__title {
		font-size: 20px;
	}
	.article__container .author__bio__content,
	.article__container .comments-area .comment-list li.comment {
		margin-bottom: 20px;
	}
	.article__container .comments-area .comment-author.vcard cite {
		font-size: 20px;
	}
	.article__container .comments-area .comments-title,
	.article__container .comments-area .comment-reply-title,
	.article__container .recent__post__container .recent__post__heding {
		font-size: 20px;
	}
	.article__container .comments-area .comment-form {
		padding: 14px 0 21px;
	}
	.article__container .comments-area .comment-form-comment,
	.article__container .comments-area .comment-form-author,
	.article__container .comments-area .comment-form-email,
	.article__container .comments-area .comment-form-url {
		margin-bottom: 4px;
	}
	.article__container .comments-area .comment-form p input[type='text'],
	.article__container .comments-area .comment-form p input[type='email'],
	.article__container .comments-area .comment-form p input[type='url'],
	.article__container .comments-area .comment-form p textarea {
		font-size: 14px;
	}
	.article__container .comments-area .comment-form p textarea {
		height: 126px;
	}

	.article__container .recent__post__container,
	.article__container .prev_and_next_post__container {
		margin-top: 15px;
	}
	.article__container .prev_and_next_post__container .vissage-icon {
		font-size: 14px;
		padding: 14px 10px;
	}
	.article__container .prev_and_next_post__container .prev_next__post__link.prev .prev_next__text {
		padding-left: 8px;
	}
	.article__container .prev_and_next_post__container .prev_next__post__link.next .prev_next__text {
		padding-right: 8px;
	}
	.article__container .prev_and_next_post__container .prev_next__text span {
		font-size: 10px;
	}
	.article__container .prev_and_next_post__container .prev_next__text strong {
		font-size: 14px;
	}

	.navigation.pagination {
		margin-bottom: 15px;
		padding-top: 14px;
	}
	.post__nav__container {
		padding: 15px 0;
	}
	.post__nav__container .post-page-numbers,
	.navigation.pagination .page-numbers {
		font-size: 12px;
		padding: 7px 14px;
	}


	.card__item .card__title {
		margin-bottom: 14px;
		font-size: 18px;
	}
	.card__item .card__description {
		line-height: 1.6;
		font-size: 14px;
		margin-bottom: 14px;
	}

	.sidebar {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-transform: translateY(calc(100% - 38px));
		-ms-transform: translateY(calc(100% - 38px));
		-o-transform: translateY(calc(100% - 38px));
		transform: translateY(calc(100% - 38px));
		-webkit-transition: transform 0.4s ease-in-out, background 0.84s cubic-bezier(0.4, 0, 1, 1);
		-o-transition: transform 0.4s ease-in-out, background 0.84s cubic-bezier(0.4, 0, 1, 1);
		transition: transform 0.4s ease-in-out, background 0.84s cubic-bezier(0.4, 0, 1, 1);
	}
	.admin-bar .sidebar {
		height: calc(100% - 46px);
	}
	.sidebar.active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		z-index: 7;
		background-color: rgba(0, 0, 0, 0.94);
	}
	.admin-bar .sidebar.active {
		/**/
	}
	.sidebar .sidebar__widget__container {
		overflow-y: auto;
		max-height: 100%;
		padding: 33px 15px 38px;
	}
	.sidebar .sidebar__title {
		font-size: 18px;
		padding: 7px 15px;
		text-transform: uppercase;
		letter-spacing: 2px;
		height: 38px;
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.14);
		background-color: rgba(0,0,0,0.33);
	}
	.sidebar__title .vissage-icon {
		position: absolute;
		left: 17px;
		top: 4px;
		font-size: 28px;
		-webkit-transition: transform 0.7s ease-out;
		-o-transition: transform 0.7s ease-out;
		transition: transform 0.7s ease-out;
		-webkit-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg);
		-o-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
		-webkit-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	.sidebar.active .sidebar__title .vissage-icon {
		-webkit-transform: rotateZ(-90deg);
		-ms-transform: rotateZ(-90deg);
		-o-transform: rotateZ(-90deg);
		transform: rotateZ(-90deg);
	}
	.sidebar__title .close__text,
	.sidebar__title .open__text {
		position: absolute;
		right: 15px;
		-webkit-transition: opacity 0.7s ease-out;
		-o-transition: opacity 0.7s ease-out;
		transition: opacity 0.7s ease-out;
		-webkit-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	.sidebar .open__text {opacity: 1;}
	.sidebar.active .open__text {opacity: 0;}
	.sidebar .close__text {opacity: 0;}
	.sidebar.active .close__text {opacity: 1;}
	.sidebar .widget {
		margin-bottom: 15px;
	}

	.footer .widget__container {
		padding: 56px 0 16px;
	}
	.widget {
		margin-bottom: 40px;
	}
	.widget-title {
		font-size: 18px;
		margin-bottom: 21px;
	}

	.widget_categories .cat-item a {
		font-size: 14px;
	}
	.widget_categories .cat-item a::before {
		bottom: 9px;
	}

	.copyright {
		padding: 21px 0 14px;
		font-size: 14px;
	}
	.copyright__container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.copyright__left__text {
		margin-bottom: 7px;
	}

}



@media only screen and (max-width: 1024px) and (min-width: 480px) {
	
	.title__breadcrumbs__container h1 {
		margin-bottom: 7px;
	}

	.row .col_t_1 { flex-basis: 8.3333%; }
	.row .col_t_2 { flex-basis: 16.6666%; }
	.row .col_t_3 { flex-basis: 25%; }
	.row .col_t_4 { flex-basis: 33.3333%; }
	.row .col_t_5 { flex-basis: 41.6666%; }
	.row .col_t_6 { flex-basis: 50%; }
	.row .col_t_7 { flex-basis: 50%; }
	.row .col_t_8 { flex-basis: 66.6666%; }
	.row .col_t_9 { flex-basis: 75%; }
	.row .col_t_10 { flex-basis: 83.3333%; }
	.row .col_t_11 { flex-basis: 91.6666%; }
	.row .col_t_12 { flex-basis: 100%; }

	.blog__loop .article__container.flx article {
		flex-basis: calc((100% - 15px)/2);
		margin: 0 15px 15px 0;
	}
	.blog__loop .article__container.flx article:nth-child(2n) {
		margin-right: 0;
	}

	.article__container.mansory {
		position: relative;
	}
	.article__container.mansory article {
		position: absolute;
	}
	.article__container.mansory article {
		width: calc((100% - 15px)/2);
	}
	.article__container article .post__content figure.wp-block-pullquote {
		padding: 33px 0;
	}
	.article__container article .post__content figure.wp-block-pullquote p {
		font-size: 33px;
	}

	.article__container .author__bio .author__info {
		margin-left: 15px;
		flex-basis: calc(100% - 87px);
	}
	.article__container .author__bio .author__posts__container {
		margin-left: 87px;
	}
	.article__container .author__bio .author__posts__container ul {
		margin-bottom: 26px;
	}

	.article__container .share__post__container .single__social {
		font-size: 21px;
	}

	.cards__container.col_t_1 .card__item {
		flex-basis: 100%;
	}
	.cards__container.col_t_2 .card__item {
		flex-basis: calc((100% - 15px)/2);
	}
	.cards__container.col_t_3 .card__item {
		flex-basis: calc((100% - 30px)/3);
	}
	.cards__container.col_t_4 .card__item {
		flex-basis: calc((100% - 45px)/4);
	}
	.cards__container.col_t_1 .card__item,
	.cards__container.col_t_2 .card__item:nth-child(2n),
	.cards__container.col_t_3 .card__item:nth-child(3n),
	.cards__container.col_t_4 .card__item:nth-child(4n) {
		margin-right: 0;
	}

	.footer__item__container {
		flex-basis: calc((100% - 15px)/2);
		margin-right: 15px;
	}
	.footer__item__container:nth-child(2n) {
		margin-right: 0;
	}

}



@media only screen and (max-width: 480px) {

	.title__breadcrumbs__container h1 {
		margin-bottom: 4px;
	}

	.row .col_m_1 { flex-basis: 8.3333%; }
	.row .col_m_2 { flex-basis: 16.6666%; }
	.row .col_m_3 { flex-basis: 25%; }
	.row .col_m_4 { flex-basis: 33.3333%; }
	.row .col_m_5 { flex-basis: 41.6666%; }
	.row .col_m_6 { flex-basis: 50%; }
	.row .col_m_7 { flex-basis: 50%; }
	.row .col_m_8 { flex-basis: 66.6666%; }
	.row .col_m_9 { flex-basis: 75%; }
	.row .col_m_10 { flex-basis: 83.3333%; }
	.row .col_m_11 { flex-basis: 91.6666%; }
	.row .col_m_12 { flex-basis: 100%; }

	.article__container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin-bottom: -15px;
	}
	.article__container article .post__content figure.wp-block-embed-youtube {
		margin-left: -15px;
		margin-right: -15px;
	}
	.article__container article .post__content figure.wp-block-embed-youtube iframe {
		max-width: 100%;
	}
	.article__container article .post__content figure.wp-block-pullquote {
		padding: 26px 0;
	}
	.article__container article .post__content figure.wp-block-pullquote p {
		font-size: 26px;
	}

	.article__container .share__post__container .single__social {
		font-size: 14px;
	}

	.article__container .author__bio {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}   
	.article__container .author__bio .author__info {
		margin-top: 15px;
	}

	.article__container .recent__post__container article {
		flex-basis: 100%;
		margin-right: 0;
	}

	.cards__container.col_m_1 .card__item {
		flex-basis: 100%;
	}
	.cards__container.col_m_2 .card__item {
		flex-basis: calc((100% - 15px)/2);
	}
	.cards__container.col_m_3 .card__item {
		flex-basis: calc((100% - 30px)/3);
	}
	.cards__container.col_m_4 .card__item {
		flex-basis: calc((100% - 45px)/4);
	}
	.cards__container.col_m_1 .card__item,
	.cards__container.col_m_2 .card__item:nth-child(2n),
	.cards__container.col_m_3 .card__item:nth-child(3n),
	.cards__container.col_m_4 .card__item:nth-child(4n) {
		margin-right: 0;
	}

	.footer__item__container {
		flex-basis: 100%;
	}

}


@media only screen and (min-width: 783px) {

	.admin-bar .has__top__bar .header__main.be__sticky.sticky,
	.admin-bar .no__top__bar .header__main.be__sticky {
		top: 32px;
	}

}
@media only screen and (max-width: 782px) {

	.admin-bar .has__top__bar .header__main.be__sticky.sticky,
	.admin-bar .no__top__bar .header__main.be__sticky {
		top: 46px;
	}

}
