/*
Theme Name: namu
Author: plazar83@gmail.com
Author URI: http://namu.apoehali.com.ua
Version: 1.0.0
Text Domain: namu
*/
body {
	font-size: 17px;
	outline: none;
}
* {
	outline: none;
}
@font-face {
  font-family: 'Book Antiqua';
  src: url(fonts/BKANT.ttf);
}
.logo-text, .footer-logo-block {
	font-family: 'Book Antiqua';
}
.more-link {
    font-weight: 500;
}
.menu-list li li > a {
	font-size: 14px;
}
/*search*/
.search-area__post {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e0e0e0;
}
.search-area__post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.search-area {
	padding: 50px 0 70px;
}
.entry-title {
	color: #2a3484;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}
.search-area__post {
	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;
	justify-content: space-between;
}
.search-area__thumbnail{
	width: 20%;
	height: 250px;
	object-fit: cover;
}
.search-area__content {
	width: calc(80% - 30px);
}
.search-area__content p {
	padding-bottom: 10px;
}
.search-area__thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menu-search {
	position: relative;
}
.menu-search {
	position: relative;
}
.search-img {
	cursor: pointer;
}
.searchform {
	position: absolute;
	top: calc(100% + 15px);
    left: -100px;
	background: #d8d8da;
	border-radius: 2px;
	display: none;
}
.searchform.open {
	display: block;
}
.searchform div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
}
.searchform div:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: 110px;
	border: 10px solid transparent;
    border-bottom: 10px solid #d8d8da;
}
.searchform input {
	border: none;
	background: none;
	padding: 10px;
}
#searchsubmit {
	cursor: pointer;
	background: #878cb9;
	color: #fff;
	border-radius: 0 2px 2px 0;
}
.heading-title:after, .page-heading:after {
	max-width: 100%;
}
/*networks*/
header .soc {
	position: relative;
	bottom: 180px;
	float: right;
	right: -70px;
	margin: 0;
}
header .soc a {
	color: #2a3484;
}
.soc {
	display: flex;
	list-style: none;
	margin: 15px 0 0;
	float: right;
}
.soc a {
	color: #fff;
}
.soc .soc__item {
	margin-right: 15px;
}
.soc .soc__item:last-child {
	margin-right: 0;
}
.social-share {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
}
.social-share .norm_row {
	position: static !important;
	width: auto !important;
}
@media (max-width: 991px) {
	.search-img {
		display: none;
	}
	.searchform {
		display: block;
		position: static;
		background-color: transparent;
	}
	.menu-search {
		left: 0;
		margin-bottom: 15px;
	}
	.searchform div {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.searchform div:before {
		display: none;
	}
	.searchform input {
		width: calc(100% - 100px);
		border: 1px solid #979dc3;
		color: #fff;
	}
	#searchsubmit {
		width: 100px;
		background-color: transparent;
		border-left: none;
	}
	.menu-list li:last-child {
		border-bottom: none;
	}
	.search-area__thumbnail {
		width: 30%;
	}
	.search-area__content {
		width: calc(70% - 30px);
	}
}
@media (max-width: 767px) {
	.search-area__thumbnail {
		width: 40%;
	}
	.search-area__content {
		width: calc(60% - 30px);
	}
	.soc {
		justify-content: center;
		float: none;
	}
}
@media (max-width: 575px) {
	.logo-title {
		font-size: 16px;
	}
	.logo-subtitle {
		font-size: 12px;
	}
	.search-area__thumbnail {
		width: auto;
		margin: 0 auto 30px;
	}
	.search-area__thumbnail img {
		object-fit: contain;
	}
	.search-area__content {
		width: 100%;
	}
	.search-area__content h2 {
		text-align: center;
	}
	.search-area__post {
		padding: 0 15px;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}