
.hm__logo .logo__img {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.logo__img {width: 64px;height: 64px;background-image: url("/wp-content/themes/roslynarius/assets/images/logo.svg");display: block;}
.logo__text {
	color: var(--green);
	font-size: 48px;
  /* 
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px); */
}

.mainmenu__ul li a {
	padding: 16px 16px 14px;
	text-transform: uppercase;
	text-decoration: none;
  font-size: 18px;
	font-weight: 600;
	color: var(--green);
	height: 64px;
	border-radius: 64px;
	border: 1px solid var(--light);
	min-width: 175px;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.hm__menu {width: 100%;max-width: 560px;}
.mainmenu__ul li a::before {font-family: 'FontAwesome';}
.mainmenu__ul li.dovidnik a::before {content: "\f059";}
.mainmenu__ul li.nathnennya a::before {content: "\f004";}
.mainmenu__ul li.statti a::before {content: "\f0f4";}
.hm__search_btn {
	height: 64px;
	width: 64px;
}
.hm__search_btn img {
	height: 100%;
}

.search__form > label {
	position: relative;
	display: flex;
}
.search__form_label {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	left: calc(50% - 8px);
	color: var(--gray);
	padding-left: 32px;
	background-image: url("/wp-content/themes/roslynarius/assets/images/search-placeholder-icon.svg");
	background-size: contain;
	height: 24px;
}
.search__form input.search__form_field {
	text-align: left;
	border-radius: 64px;
	height: 64px;
	padding: 0 32px 0 50%;
}
.search__form_label,
.search__form input.search__form_field {
  font-size: 20px;
	line-height: 1.2;
}
/* .search__form input.search__form_field:focus {
  padding: 0 32px;
  text-align: center;
} */
.search__form input.search__form_field::-webkit-input-placeholder,
.search__form input.search__form_field::placeholder {
  font-weight:500;
}
.search__form input.search__form_field:focus::-webkit-input-placeholder,
.search__form input.search__form_field:focus::placeholder {
  opacity:0;
}
.toptags__content .label {
	color: var(--gray);
}
.toptags__list a {
	text-decoration: underline;
	text-decoration-style: dotted;
	color: var(--dark);
	font-weight: 500;
}



/*
Recommended posts ________ */
.rec {background-color: var(--olive);}
.rec__content {width: calc(1400px + (100% - 1400px)/2);}
.rec__post_info {max-width: 500px;}
.rec__post_info_label {color: var(--gray);}
.rec__post_nav {text-decoration: navajowhite;color: inherit;}
.rec__post_title {color: var(--green);font-size: 64px;}
.rec__post_images {
	max-width: calc(100% - 532px);
	/* overflow: hidden; */
}
.rec__post_images a img {
	object-fit: cover;
	min-height: 480px;
	width: 100%;
	max-width: 312px;
	min-width: 312px;
	height: 100%;
}
.rpi_crsl {
	position: relative;
}
.rpi_crsl .owl-item a {
	width: 312px;
	min-height: 480px;
  height: 100%;
}
.rpi_crsl .owl-stage,
.rpi_crsl .owl-stage-outer {min-height: 480px;height: 100%;}
.rpi_crsl .owl-stage {display: flex;}
.rpi_crsl .owl-nav {
	position: absolute;
	bottom: 16px;
	left: 16px;
	display: flex;
	z-index: 9;
	gap: 16px;
	opacity: 0;
	visibility: hidden;
}


/*
Tags Section ________ */
.toptags__section {
	max-width: 100%;
	overflow: hidden;
	margin: 96px 0;
	padding: 0 16px;
}
.toptags__nav {
	max-height: 144px;
}
.toptags__section_inner {
	width: calc(100% + 196px);
}
.taglink {
	text-decoration: none;
	white-space: nowrap;
	height: 64px;
	border-radius: 64px;
	border: 1px solid var(--light);
	padding: 0 32px;
	color: var(--dark);
	font-weight: 500;
}

/*
Home Gallery Bottom ________ */
.hgallery .owl-stage {
	display: flex;
}
.hgallery__item {
	width: 312px;
	height: 480px;
}
.hgallery__item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}




/*
Post in list ________ */
.post {
	padding: 16px;
	border: 1px solid var(--light);
	color: inherit;
	text-decoration: none;
	width: calc(100%/3 - 32px*2/3);
}
.home__posts.dovidnik__top .post {width: calc(100%/4 - 32px*3/4);}

.post.dovidnik {
	border-color: var(--green);
}
.post__title {
	font-size: 36px;
	color: var(--green);
}
.post.top {flex-direction: column-reverse;}
.post.bottom {flex-direction: column;}
.post.left .post__info {
	order: 2;
}
.post picture.post__img {
  flex-grow: 1;
  height: 100%;
}
.post.right picture.post__img,
.post.left picture.post__img {	
	width: 100%;
	min-width: 145px;	
}
.post.top picture.post__img,
.post.bottom picture.post__img {	
	width: 100%;
	height: 145px;	
}
.post.top picture.post__img img,
.post.bottom picture.post__img img {width: 100%;}
.post picture.post__img img {
	height: 100%;
	object-fit: cover;
}
.post__category {
	color: var(--gray);
	margin-bottom: -8px;
}
.post__more {
	color: var(--green);
	font-weight: 500;
}
.post__more .label {border-bottom: 1px solid transparent;}

.post__more .arrow {
	background-image: url(/wp-content/themes/roslynarius/assets/images/arrow-more.svg);
	width: 17px;
	height: 9px;
}




/*
Footer ________ */
.fend__cprt a {
	color: var(--dark);
	text-decoration-color: var(--light);
}
.fend__cprt p {
	margin: 16px 0;
	font-size: 14px;
	text-align: center;
	color: var(--gray);
}
.fend__cprt_btm {
	gap: 8px;
	font-size: 14px;
	color: var(--gray);
}

/*
Flexbox gaps ________ */
.post__more,
.logo {gap: 4px;}
.toptags__list,
.toptags__content,
.mainmenu__ul li a {gap:8px;}
.rec__post_navbar,
.post,
.post__info,
.new__content,
.toptags__section,
.toptags__nav,
.rec__post_images,
.mainmenu__ul,
.rec__post_nav {gap: 16px;}
.home__posts,
.rec__post_info,
.rec__post {gap: 32px;}

/*
:hover :focus :active ________ */
.taglink:hover {border-color: var(--green);}
.taglink:hover,
.toptags__list a:hover { color:var(--green); }
.post__more:hover .label {border-color: var(--green);}
.post__more:hover .arrow { -webkit-transform: translateX(4px); transform: translateX(4px);}
.rpi_crsl:hover .owl-nav {opacity: 1;visibility: visible;}
.post:hover {box-shadow: 0 4px 32px -8px rgba(0,0,0,0.32);}
.fend__cprt a:hover {text-decoration-color: var(--dark);}

/*
Common ________ */

.search__form_label {background-position-x:left}
.post__more .arrow,
.bgc {background-position-x:center}
.post__more .arrow,
.search__form_label,
.bgc {background-position-y:center}
.post__more .arrow,
.search__form_label,
.bgc {background-repeat:no-repeat}