
span[class*="button_pin"] {
	z-index: 990 !important;
}
/* ==== Logo*/
.logo {
	text-decoration-color: transparent;
	display: flex;
	align-items: center;
	width: 158px;
	height: 24px;
}
.logo__part {
	font-size: 24px;
	color: var(--light);
	font-weight: normal;
	line-height: 24px;
}
.logo__part.altf {
	font-size: 32px;
	color: var(--green);
	line-height: 1;
	height: 24px;
	display: flex;
	align-items: flex-end;
}


/* ==== Header */
header.mheader {
	position: sticky;
	top: 0;
	z-index: 9990;
	background-color: var(--dark);
}
#mt.mtoggler {
	display: none;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--gray);
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 100%;
	cursor: pointer;
}
#mt.mtoggler:hover,
#mt.mtoggler:focus {
  color:var(--green);
}
.mheader__container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.mainmenu__ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}
.mainmenu__ul.mbm__ul {
	flex-direction: column;
	align-items: center;
	margin-bottom: 32px;
}
.mainmenu__ul.mbm__ul li:not(:last-child) {
	margin-bottom: 24px;
}
.mainmenu__ul a {
	text-decoration-color: transparent;
	margin: 0 8px;
	text-transform: uppercase;
	font-size: 16px;
	display: flex;
	line-height: 1;  
}
.menu-item-114 a,
#menu-item-114 a {
  animation: lights 5s 750ms linear infinite;
}

.mainmenu__ul .altf a {
	text-transform: initial;
	font-size: 24px;
	line-height: 10px;
	color: var(--green);
}
.mainmenu__ul a:hover {
  text-decoration-color: initial;  
}
.mheader__social {
	width: 158px;
}

.mheader__social .fa.fa-paper-plane {
	font-size: 16px;
}
.mbm__social_container,
.mheader__social_container {
	display: flex;
	align-items: baseline;
}
.mbm__social_container a,
.mheader__social_container a {
	background-color: transparent;
	text-decoration: none;
	font-size: 16px;
	height: 28px;
	width: 28px;
	margin-left: 8px;
	border-radius: 100%;
	border: 1px solid var(--gray);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--gray-light);
}
.mbm__social_container a:hover,
.mheader__social a:hover {
	color: var(--black);
  background-color:var(--green);
  border-color:var(--green);
}
.mbm__social_container a .fa.fa-facebook,
.mbm__social_container a .fa.fa-pinterest-p,
.mheader__social_container a .fa.fa-facebook,
.mheader__social_container a .fa.fa-pinterest-p {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
.mbm__social_container {
	justify-content: center;
}
.mbm__social_container a {
	margin: 0 8px;
}

/* ==== Header Search */
#wsfover {
  display:none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(38, 37, 44,1);
	z-index: 9998;
	padding-top: 116px;
}
.active #wsfover {
  display:block;
}
.active #wsfinput {
	font-size: 20px;
}
#wsfclose {display:none;}
.active #wsfclose {display:flex;}
#wsfclose {
	height: 32px;
	width: 0;
	overflow: hidden;
	opacity: 0;
	color: var(--gray);	
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin: -6px 0 0 -32px;
	cursor: pointer;
}
#wsfclose:hover {color: tomato;}
.active #wsfclose {
	width: 32px;
  opacity:1;
}
#wsftitle {
	text-align: center;
	text-transform: initial;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 32px;
}
.search__form {
	display: flex;
	justify-content: center;
}
.active .search__form {
	position: relative;
	z-index: 9999;
	margin-top: -50px;
	width: 100%;
}
.website__search_form {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 480px;
	justify-content: center;
}
.search__field {
	width: 100%;
	flex-grow: 1;
	border: none;
	background: no-repeat;
	color: var(--gray-light);
	font-weight: 300;
	border-bottom: 1px solid #444;
	letter-spacing: 1px;
}
.serach_submit_btn {
	background: no-repeat;
	border: navajowhite;
	color: var(--green);
	width: 32px;
	margin-left: -32px;
	margin-bottom: 8px;
	cursor: pointer;
	/* display: none; */
}


/*==== Home Recommended Crsl */
.recommended {
	padding-left: 32px;
	padding-top: 64px;
	margin-bottom: 96px;
}
.post.post__recommended {
	width: 500px;
}
.post__recommended a.post__link {
	display: flex;
	position: relative;
	padding-top: 90%;
	border-radius: 8px;
	overflow: hidden;
}
.post__recommended .post__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hmv .post__overlay,
.toprated .post__overlay,
.post__recommended .post__overlay {
	position: absolute;
  display:block;
	top: 48%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
/* .hmv a:hover .post__overlay,
.toprated a:hover .post__overlay,
.post__recommended a.post__link:hover .post__overlay {
  top: 0%;
} */ 
.hmv .post__overlay,
.toprated .post__overlay,
.post__recommended .post__overlay {
background: -moz-linear-gradient(top,  rgba(38,37,44,0) 0%, rgba(38,37,44,0.5) 50%, rgba(38,37,44,0.68) 100%);
background: -webkit-linear-gradient(top,  rgba(38,37,44,0) 0%,rgba(38,37,44,0.5) 50%,rgba(38,37,44,0.68) 100%);
background: linear-gradient(to bottom,  rgba(38,37,44,0) 0%,rgba(38,37,44,0.5) 50%,rgba(38,37,44,0.68) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0026252c', endColorstr='#ad26252c',GradientType=0 );

} 
/* .hmv .post__overlay,
.toprated .post__overlay,
.post__recommended .post__overlay {
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(38,37,44,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(38,37,44,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(38,37,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26252c',GradientType=0 );

} */
.post__recommended .post__info {
	position: absolute;
	bottom: 32px;
	left: 32px;
	right: 16%;
	z-index: 4;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	text-shadow: -1px 1px 4px rgba(0,0,0,0.64);
  will-change: transform;
}
.post__recommended a.post__link:hover .post__info {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}


/* ==== Wellcome Text */
.wlc {
	padding-bottom: 96px;
}
.wlc__text {
	border-left: 2px solid #444;
	padding: 8px 0 8px 16px;
}
.wlc__text p {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	color: var(--gray-light);
	line-height: 32px;
}
.wlc__text p .altf {
	line-height: 32px;
	font-size: 24px;
	color: var(--green);
}


/* ==== Home Top Rated Crsl */
.toprated {
	display: flex;
	justify-content: flex-end;
}
#hmv__dots,
#toprated__dots {
	display: flex;
	justify-content: center;
	margin-top: 32px;
	margin-bottom: 96px;
}
.toprated__container {
	position: relative;
	width: calc(100% - 32px - (100% - 1264px)/2);
}

.hmv .post,
#toprated .post {
  width: 276px;
	height: 440px;
	display: flex;
	border-radius: 8px;
}
.hmv  .post.single .post__link,
#toprated .post.single .post__link {	
	height: 100%;
}
.hmv .post__link,
#toprated .post__link {
	display: flex;
	border-radius: 8px;
	overflow: hidden;
  width: 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
  position: relative;
}
#toprated .owl-nav {
	display: none;
}
#toprated__more {
	position: absolute;
	top: calc(50% - 42px);
	left: -100px;
}
.hmv .post__title,
#toprated .post__title {
	position: absolute;
	bottom: 16px;
	left: 16px;
	right: 16px;
	z-index: 4;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 0 4px rgba(0,0,0,0.64);
	line-height: 30px;
}
#toprated .post.grouped {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#toprated .post.grouped .post__link {
	height: calc(50% - 16px);
}
#toprated .post.grouped .post__overlay {
	top: 0;
}
.hmv__posts {
	padding-right: 32px;
}

.hmv {
	padding-top: 32px;
	padding-bottom: 0.1px;
}
.hmv .post__title {
	text-align: left;
}

/* ==== Home Recent  */
.recent {
	padding-bottom: 64px;
}
.loadposts__more {
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: -8px 0;
}
#loadmore::after,
#loadmore::before {
	content: "";
	position: absolute;
	right: calc(100% + 16px);
	width: 2000px;
	height: 1px;
	background-color: #444;
}
#loadmore::before {
	right: calc(100% + 16px);
}
#loadmore::after {
	left: calc(100% + 16px);
}


/* ==== Postlist Inspiration Gallery */


.insp__gallery {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.insp__gallery_filters {
	margin-bottom: 16px;
	justify-content: center;
	padding: 0 0 16px;
}
@media all and (min-width:1024px) {
  .insp__gallery_filters {
    position: sticky;
    top: 92px;
    z-index: 99;
    background-color: var(--dark);
  }
}
.insp__gallery_filters,
.filters__group {
	display: flex;
	align-items: center;
}
.filters__group.reset,
.filters__group.seasons {
	margin-left: 32px;
}
.filters__group .label.g_title {
	margin: 0;
}
.filters__group ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.filters__group .filters {
	display: flex;
	align-items: center;
	margin-left: 8px;
}

.filters__group .filters a {
	height: 32px;
	width: 32px;
	display: flex;
	border-radius: 100%;
	margin-right: 4px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.filters__group.reset .filters a,
.filters__group.seasons .filters a {
	border: 1px solid var(--gray);
}
.filters__group.reset .filters a {
  color:tomato;
}
.filters__group.reset .filters a:hover {
  background-color:tomato;
  border-color:tomato;
  color:var(--dark);
}
.filters__group .filters .red {background-color: #B71C1C;}
.filters__group .filters .orange {background-color: #C95B00;}
.filters__group .filters .yellow {background-color: #F5C918;}
.filters__group .filters .green {background-color: #1B5E20;}
.filters__group .filters .light-blue {background-color: #039BE5;}
.filters__group .filters .blue {background-color: #283593;}
.filters__group .filters .purple {background-color: #6A1B9A;}
.filters__group .filters .pink {background-color: #F06292;}
.filters__group .filters .brown {background-color: #5D4037;}
.filters__group .filters .grey {background-color: #9E9E9E;}
.filters__group .filters .black {background-color: #000;}
.filters__group .filters .white {background-color: #fff;}
.filters__group .filters .grayscale {
background: rgb(188,188,188);
background: -moz-linear-gradient(-45deg,  rgba(188,188,188,1) 0%, rgba(117,117,117,1) 50%, rgba(84,84,84,1) 51%, rgba(66,66,66,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(188,188,188,1) 0%,rgba(117,117,117,1) 50%,rgba(84,84,84,1) 51%,rgba(66,66,66,1) 100%);
background: linear-gradient(135deg,  rgba(188,188,188,1) 0%,rgba(117,117,117,1) 50%,rgba(84,84,84,1) 51%,rgba(66,66,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#424242',GradientType=1 );
}
.filters__group .filters .colorful {
  background: linear-gradient(135deg, #B71C1C, #C95B00, #F5C918, #1B5E20, #039BE5, #6A1B9A);
}
.filters__group.colors .filters a.active {
	border-radius: 3px;
}
.filters__group .filters a.spring {color: var(--green);}
.filters__group .filters a.spring.active {	
	background-color: var(--green);
	border-color: var(--green);
}
.filters__group .filters a.summer {color: #f5c918;}
.filters__group .filters a.summer.active {
	background-color: #f5c918;
	border-color: #f5c918;
}
.filters__group .filters a.autumn {color: #c95b00;}
.filters__group .filters a.autumn.active {
	background-color: #c95b00;
	border-color: #c95b00;
}
.filters__group .filters a.winter {color: #039be5;}
.filters__group .filters a.winter.active {
	background-color: #039be5;
	border-color: #039be5;
}
.filters__group.seasons .filters a.active {border-radius: 3px; color: var(--dark);}


.insp__gallery_grid {
	/* columns: 4; */
	/* column-gap: 8px; */
	/* column-fill: balance; */
	padding-bottom: 64px;
	display: flex;
	flex-wrap: wrap;
  margin: 0 -4px;
  overflow:hidden;
}
.insp__gallery_item {
	margin-bottom: 8px;
	width: calc(25% - 8px);
	margin-left: 4px;
	margin-right: 4px;  
}
.insp__gallery_item a {
	display: flex;
	height: 100%;
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.insp__gallery_item img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	height: 100%;
}
.insp__gallery_item:nth-child(2n+1) {
	-webkit-transform: translateY(-64px);
	transform: translateY(-64px);
}
.insp__gallery_item:nth-child(1), 
.insp__gallery_item:nth-child(3) {
	padding-top: 64px;
}
.insp__item_zoom {
	position: absolute;
	z-index: 9;
	width: 32px;
	height: 32px;
	background-color: var(--green);
	color: var(--dark);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	top: 8px;
	right: 8px;
  -webkit-transform:scale(0);
  transform:scale(0);
  opacity:0;
  visibility:hidden;
}
.insp__gallery_item a:hover .insp__item_zoom {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:1;
  visibility:visible;
}
.insp__gallery_item a:hover .insp__item_zoom:hover {
  -webkit-transform:scale(1.24);
  transform:scale(1.24);
}
div.fancybox-caption {
	text-align: center;
}

/* 
.insp__gallery_pages .next, .insp__gallery_pages .prev {
	display: none !important;
}
.insp__gallery_pages {
	display: flex;
	justify-content: center;
	padding: 32px 0 0;
}
.insp__gallery_pages .page-numbers {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 100%;
	border: 1px solid var(--green);
	padding-bottom: 3px;
	font-size: 16px;
	margin: 0 4px;
	color: var(--green);
}
.insp__gallery_pages .page-numbers.current {
	color: var(--dark);
	background-color: var(--green);
	font-weight: ;
} */




/* ==== Postlist Default */
.g_title,
.postlist__title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--gray);
	line-height: 20px;
}
.postlist__default {
	margin: 0 -16px;
	display: flex;
	flex-wrap: wrap;
}
.postlist__default .post {
	width: calc(100%/4);
	padding: 0 16px 32px;
}
.postlist__default .post a {
	display: flex;
	flex-direction: column;
	text-decoration-color: transparent;
	color: var(--light);
	font-size: 18px;
	line-height: 28px;
}
.postlist__default .post a img {
  background-color: var(--dark);
	object-fit: cover;
	border-radius: 8px;	
}
.postlist__default .post__img_container {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  margin-bottom: 16px;
  display:flex;
}

.postlist__default .post__img_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postlist__default .post a:hover {text-decoration-color: var(--gray);}
.postlist__default .post a .post__img_container {will-change: transform;}
.postlist__default .post a:hover .post__img_container {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}


/*==== More Btn */
.morebtn {
	width: 84px;
	height: 84px;
	display: flex;
	border: 1px solid var(--green);
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	word-break: break-word;
	white-space: break-spaces;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
	color: var(--green);
	cursor: pointer;
	position: relative;
}
.morebtn .dot {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	display: block;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
.morebtn:hover .dot {
  -webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}
.morebtn:active .dot {
  -webkit-transform: rotate(-164deg);
	transform: rotate(-164deg);
}
.morebtn .dot::after {
	position: absolute;
	right: -4px;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background-color: var(--green);
	content: "";
}
.morebtn.loading .dot {
  -webkit-animation: loading 1.4s infinite linear;
  animation: loading 1.4s infinite linear;
}
#posts__no_more {
	text-align: center;
	color: var(--gray);
	font-size: 16px;
	margin: 0 0 32px;
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*
==== Single Post ---*/
.article__toolbar {
	display: flex;
	position: absolute;
	top: 32px;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
	left: 120px;
	right: 120px;
	justify-content: space-between;
}
.at_tool {
	position: relative;
	cursor: pointer;
	color: var(--gray);
	margin-right: 8px;
}
.at_tool__tooltip {
	position: absolute;
	font-size: 12px;
	bottom: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	line-height: 1.2;
	background-color: var(--green);
	color: var(--black);
	padding: 8px;
	border-radius: 5px;
	display: none;
	min-width: 100px;  
}
.at_tool:hover .at_tool__tooltip {display: block;}
.at__soc_links,
.at__soc {
	display: flex;
	align-items: baseline;
}
.at__soc {
	margin-left: 16px;
}
.at__soc_title {
	font-size: 13px;
	color: var(--gray);
	margin-right: 8px;
}
.article__toolbar .at__soc .at__soc_links a {
	text-decoration: none;
	width: 16px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
	border-radius: 100%;
	color: var(--gray);
}
.at_tool:hover,
.article__toolbar  .at__soc .at__soc_links a:hover {color: var(--black);}
.article_default.content {
	width: 100%;
	max-width: 1200px;
	background-color: var(--white);
	padding: 84px 120px;
	margin: 64px auto 64px;
	color: var(--dark);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.64;
	position: relative;
}
.article_default.content h1 {
	font-weight: 700;
	margin: 0 0 48px;
	max-width: 640px;
	line-height: 1.24;
}
.content .wp-block-quote {
	padding: 16px;
	margin: 16px 0;
	font-weight: 500;
	font-style: italic;
	border-left: 4px solid #eee;
}
.content .wp-block-quote p {
	margin: 0;
}
.content .wp-block-quote cite {
	font-weight: 700;
}
.article_default.content a {
	color: var(--green);
}
.article_default.content a {
	color: var(--black);
	font-weight: 500;
	text-decoration-thickness: 1px;
}
.article_default.content a:hover {
  text-decoration-thickness: 2px;
}
figure.wp-block-gallery, figure.wp-block-image, .content div.wp-block-image > figure {
	margin: 0 0 32px;
}
.wp-block-image.size-full img {
	width: 100%;
}
.wp-block-image.size-large img {
	margin: auto;
	display: block;
} 
.article_default.content hr.gray {
	margin-top: 0;
	margin-bottom: 32px;
}
.article__footer {
	display: flex;
	flex-wrap: wrap;
}
.article__info {
	color: var(--gray);
	width: 100%;
	max-width: 320px;
}
.article__like_wrapper {
	display: flex;
	justify-content: center;
	margin-top: 64px;
	height: 64px;
	align-items: center;
	background-color: #f4f4f4;
}
.article__like {
	display: flex;
	justify-content: center;
	position: relative;
	width: 140px;
}
.article__like .label {
	padding-right: 8px;
	color: var(--gray);
}
#likes-count {
	position: absolute;
	top: -4px;
	right: 0;
	transform: translateX(100%);
	font-size: 12px;
	font-weight: 500;
	color: var(--gray);
}
#like-button {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
#like-button i.fa {color: tomato;}
#like-button:not(.active) .fa-heart {display:none;}
#like-button.active .fa-heart-o {display:none;}
.article__share_title {
	display: flex;
	align-items: center;
}
.article__share_icon {
	padding-right: 8px;
	color: var(--gray-light);
}
.article__share_icon i {
	font-size: 18px;
}
.article__footer .social_links {
	display: flex;
}
.article__footer .social_links a:not(:last-child) {
	margin-right: 8px;
}
.article__tags {
	width: calc(100% - 320px);
	padding-left: 32px;
}
.article__tags .tags__cloud {
	justify-content: flex-end;
}
.article_default.content .wp-block-embed-vimeo .wp-block-embed__wrapper,
.article_default.content .video-container {
  position: relative;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.article_default.content .wp-block-embed-vimeo .wp-block-embed__wrapper {padding-bottom: 100%}
.article_default.content .wp-block-embed-vimeo .wp-block-embed__wrapper iframe,
.article_default.content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post__related,
.post__neighbors {
	margin-bottom: 96px;
}
.post__neighbors_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post__neighbor {
	width: calc(50% - 16px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
/* .has_both .post__neighbor { */
	/* width: calc(50% - 16px); */
/* } */
.post__neighbor > div {
	width: 100%;
}
.post__neighbor .post.post__recommended {
	width: 100%;
}
.post__neighbor.post__prev {order: 1}
.post__neighbor.post__next {order: 3}
.post__neighbor.post__random {order: 2}
.article__linksbar {
	position: absolute;
	top: 32px;
	right: -48px;
	bottom: 32px;
	display: flex;
	align-items: flex-end;
  padding-left:16px;
}
.article__linksbar_inner {
	position: sticky;
	bottom: 32px;
	display: flex;
	flex-direction: column;
}
.article__linksbar .article__linksbar_inner a {
	color: var(--gray);
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 100%;
	margin-bottom: 8px;
}
.article__linksbar:hover .article__linksbar_inner a {color: var(--gray-light);}
.article__linksbar .article__linksbar_inner a:hover {
	color: var(--green);
	border-color: var(--green);
}



/*
==== Archive ---*/
.arch {
	padding-bottom: 96px;
}
.arch__header {
	padding-top: 64px;
	padding-bottom: 32px;
	text-align: center;
}
.arch__header h1 {
	font-size: 32px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.arch__sticky  {
	padding-left: 32px;
	margin-bottom: 64px;
}



/*
==== Searh Results ---*/
#wsf.active {
	position: fixed;
	z-index: 99999;
	display: flex;
	justify-content: center;
	width: 100%;
	top: 96px;
}
#wsfresults {
	padding-top: 16px;
	max-width: 768px;
	margin: auto;
	display: flex;
	justify-content: space-between;
  flex-wrap:wrap;
  width: 100%;
}
.wsf__container {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 64px;
}
.post.post__sresult {
	width: calc(50% - 16px);
  margin-bottom: 16px;
}
.wsf__results {
	display: flex;
	flex-direction: column;
}
.search.active .serach_submit_btn {
	display: none;
}
.post.post__sresult .post__link {
	display: flex;
	align-content: center;
	text-decoration-thickness: 1px;
	text-decoration-color: transparent;
	font-size: 16px;
}
.post.post__sresult .post__link:hover {text-decoration-color:var(--gray-light);}
.post.post__sresult .post__link img {
	height: 64px;
	width: 64px;
	border-radius: 8px;
}
.post.post__sresult .post__title {
	padding-left: 16px;
	display: flex;
	align-items: center;
}
.search__no_result {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: var(--gray);
  width: 100%;
}
#wsfresults_tags,
#wsfresults_images {
	max-width: 768px;
	display: flex;
	margin: auto;
	width: 100%;
}
#wsfresults_tags .tags__cloud {
	padding-top: 32px;
	margin-top: 16px;
	border-top: 1px solid #444;
  width: 100%;
}
.wsf__images {
  margin-top: 32px;
  width: 100%;
}
.wsf__images_containter {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.wsf__images_containter > a {
	position: relative;
	margin: 0 8px 16px;
	z-index: 1;
	width: calc(100%/5 - 16px);
	padding-top: calc(100%/5 - 16px);
}
.wsf__images_containter > a:hover {z-index:4;}
.wsf__images_containter > a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	will-change: transform;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.wsf__images_containter > a:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: 0 0 16px -4px rgba(0,0,0,0.84);
	border-radius: 2px;
}


/*
==== Most Popular Tags ---*/
.tags__cloud,
.mpt__cloud {
	display: flex;
	flex-wrap: wrap;
}
.tags__cloud .tag-cloud-link,
.mpt__cloud .tag-cloud-link {
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 16px;
	margin-right: 16px;
	border: 1px solid #444444;
	border-radius: 8px;
	margin-bottom: 16px;
}
.tags__cloud .tag-cloud-link:hover,
.mpt__cloud .tag-cloud-link:hover {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--black14);
}
.tags__cloud.light a {
	font-weight: normal;
	font-size: 15px;
	line-height: initial;
	border: 1px solid var(--gray-light);
	color: var(--gray);
	margin: 0 0 8px 8px;
}
ul.tags__cloud {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.tags__cloud li {
	display: flex;
}
.wsf__results ul.tags__cloud li a {
	margin: 0 8px 8px 0;
}



/*
==== Modals ---*/
.modal {display: none;}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #26252c;
	z-index: 99999990;
}
#mbm {
	z-index: 99999989;
}
.modal__wrapper {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal__inner {
	height: 100%;
	padding-top: 96px;
}
.modal__content {
	max-width: 480px;
	margin: auto;
  position: relative;
	padding-bottom: 64px;
}
.modal_close {
	right: 0;
  top:-48px;
	position: absolute;
	font-size: 24px;
	height: 32px;
	width: 32px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	cursor: pointer;
	z-index: 99999992;
	color: var(--gray);
}
.modal_close:hover {color:tomato;}
#mbm .modal_close {
	
}

/*
==== CF7 ---*/
.wpcf7-form p {
	margin: 0;
}
.wpcf7-form br {
	display: none;
}
.wpcf7-form .w3-input {
	background: transparent;
	color: var(--gray-light);
	font-size: 16px;	
	border-color: var(--gray);
}
.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 32px;
	display: block;
}
span.wpcf7-form-control-wrap[data-name="clever_honey"] {
	display: none !important;
}
#git_msg {
	height: 40px;
	min-height: 40px;
	max-height: 160px;
}
.wpcf7-form textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.gitform__title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 64px;
	font-weight: 300;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
}
.git_submit_btn p {
	display: flex;
	justify-content: center;
	position: relative;
}
.wpcf7-form .wpcf7-spinner {
	position: absolute;
	top: calc(100% + 8px);
}
#git_submit {
	padding: 0;
	font-size: 24px;
	color: var(--green);
	height: 40px;
	width: 160px;
	box-shadow: none;
}
#git_submit:hover {
	opacity:0.64;
}

.wpcf7 form div.wpcf7-response-output {
	border: none;
	padding: 0;
	margin: 8px 0 0;
	color: var(--gray-light);	
  text-align: center;
}
.wpcf7 form div.wpcf7-response-output,
.wpcf7-form .wpcf7-not-valid-tip {
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 1px;  
}
.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7 form.invalid div.wpcf7-response-output {
	color: tomato;  
}
.wpcf7-form.sent .wpcf7-response-output {
	color: var(--green);	
  text-align: center;
}
.wpcf7 form label.alert {
	color: var(--green);
  display:none;
}


/*
==== Footer ---*/
hr.dark {
	border: none;
	border-bottom: 1px solid #444;
	margin: 64px 0;
}

.footer__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
  margin-top: 96px;
  margin-bottom: 64px;
}
.footer__logo {
	margin-bottom: 32px;
}
.footer__menu ul {
	flex-wrap: wrap;
}
.footer__menu ul .altf {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.footer__pc {
	margin-top: 32px;
	color: var(--gray);
	display: flex;
	justify-content: center;
}
.footer__pc a {
	text-decoration-color: transparent;
	margin: 0 8px;
}
.footer__pc a:hover {
	text-decoration-color: initial;
}
.footer_cpr {
	width: 100%;
	padding-top: 32px;
	margin-top: 32px;
	font-size: 14px;
	color: var(--gray);
	text-align: center;
	max-width: 616px;
}
.footer_cpr__rights { 
	margin-top: 16px;
}