/*
Theme Name: ESJF
Theme URI: https://asdg.com.ua/
Author: ASDG team
Author URI: https://asdg.com.ua
Description:  ASDG theme for ESJF
Version: 1.0
Text Domain: esjf

*/



form.search-form {
	float: right;
	border-radius: 25px;
}


@font-face {
	font-family: PlayfairDisplay; 
	src: url(fonts/PlayfairDisplay/PlayfairDisplay-Regular.otf); 
}
@font-face {
	font-family: PlayfairDisplay; 
	src: url(fonts/PlayfairDisplay/PlayfairDisplay-Bold.otf); 
	font-weight: bold;
}
@font-face {
	font-family: PlayfairDisplay; 
	src: url(fonts/PlayfairDisplay/PlayfairDisplay-Italic.otf); 
	font-style: italic;
}




html {

}

body {
	font-family: 'Lato', sans-serif;
}

h1 {
	color:#000000;
	font-family: PlayfairDisplay;
	font-weight: bold;
	font-size:48px;
	margin: 10px 10px;
}
.title-underline {
	position:relative;
	display:inline-block;
}
.title-underline:after {
	content:'';
	width:65px;
	height:1px;
	background:#000;
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	margin:0 auto;
}

header {
	border-bottom: 1px solid #ebebeb;
}

.navbar-nav  li  a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header-navbar {
	margin-top:90px;
}
.header-logo {
	float: left;
}
.header-logo img{
	max-width: 100px;
	width: 100%;
}

.dropdown.open .caret {
    background: url(./img/arrow-top.png);
}

.navbar-header {
	float: right;
}

.navbar-header .navbar-toggle {/* border-color: #831735; */margin-top: 71px;}
.navbar-header .navbar-toggle .icon-bar {
	background: #831735;
	height: 4px;
	width: 30px;
}



.home-page {
	
}
.home-page-slider-owl {
	
}
.home-page-slider-owl-item {
	background: url(./img/slider-image.jpg) center;
	background-size: cover;
	height: 480px;
	padding: 30px 0px;
	position: relative;
}
.home-page-slider-owl-item-inner {
	max-width: 1010px;
	margin: 0px auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	padding: 0px 10px;
}
.home-page-slider-owl-item-inner-text {
	color: #ffffff;
	font-size: 32px;
	text-transform: uppercase;
	font-family: Lato;
	font-weight:700;
	line-height: 1.1;
	margin-bottom: 20px;
}
.home-page-slider-owl-item-inner-more {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px dotted #ccc;
}
.home-page-slider-owl-item-inner-more:hover {
	color:#fff;
	text-decoration: none;
}

.home-page-slider {
	position: relative;
}
.home-page-slider-nav {max-width: 1180px;margin: 0 auto;position: absolute;left: 0;right: 0;top: 50%;margin-top: -17px;}
.home-page-slider-owl-prev {
	position: absolute;
	top: 50%;
	cursor: pointer;
	left: 5px;
}
.home-page-slider-owl-next {
	position: absolute;
	top: 50%;
	cursor: pointer;
	right: 5px;
}
.about-us-out-team-slider-prev {
	position: absolute;
	top: 50%;
	cursor: pointer;
	left: 5px;
}
.about-us-out-team-slider-next {
	position: absolute;
	top: 50%;
	cursor: pointer;
	right: 5px;
}
.min-container {
	max-width:1040px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
}
.home-about-us {
	
}
.home-about-us-title {
	text-align: center;
	margin: 50px 0px;
}
.line-title {
	font-family: Lato;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 0px 25px;
}
.line-title:after {
	content:"";
	width: 10px;
	height: 2px;
	background: #888888;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
}
.line-title:before {
	content:"";
	width: 10px;
	height: 2px;
	background: #888888;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}
.home-about-us-item {
	font-size: 16px;
	color: #000000;
	font-weight: 300;
	padding: 10px 0px;
}
.home-about-us-item {
	
}
.home-about-us-more {
	text-align: center;
	margin: 20px 0px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 50px;
}
.default-btn {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	display: inline-block;
	padding: 7px 15px 5px 15px;
	background: #841834;
	min-width: 180px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.default-btn:hover {
	background: #620e25;
	text-decoration: none;
	color: #fff;
}


.home-page-news {
	
}
.home-page-news-title {
	text-align: center;
	margin: 50px 0px;
}
.home-page-news-item {
	max-width: 590px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.home-page-news-item-image {
	padding-bottom: 65%;
	position: relative;
}
.home-page-news-item-image-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: url(./img/home_news-big-1.jpg) center;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.home-page-news-item-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(132, 24, 52, 0.8);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.home-page-news-item:hover .home-page-news-item-hover  {
	opacity: 1;
}
.home-page-news-item-hover-more {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 800;
	display: inline-block;
	position: relative;
}
.home-page-news-item-hover-more:hover {
	color: #fff;
	text-decoration: none;
}
.home-page-news-item-hover-more:after {
	content:"";
	width: 32px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 25px;
}
.home-page-news-item-info {
	padding: 20px;
	border: 1px solid #ebebeb;
	border-top: none;
}
.home-page-news-item-title {
	font-size: 18px;
	color: #000000;
	font-family: PlayfairDisplay;
	font-weight: bold;
	padding: 10px 0px;
	min-height: 95px;
}
.home-page-news-item-description {
	font-size: 16px;
	color: #000000;
	font-weight: 300;
	margin: 0px 0px;
}
.home-page-news-item-date {
	color: #841834;
	font-size: 14px;
	font-weight: 300;
	margin: 25px 0px 0px 0px;
}

.home-page-news-more {
	text-align:center;
	margin: 15px 0px 0px 0px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ebebeb;
}


.home-page-map-title {
	text-align:center;
	margin:50px 0px;
}


footer {
	padding: 22px 0px;
	border-top: 1px solid #ebebeb;
}
.footer-copyright {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
}
.footer-menu {
	text-align: center;
	padding: 3px;
}
.footer-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	display: inline-block;
}
.footer-menu ul li a {
	color: #000;
	font-size: 12px;
	padding: 0px 10px;
}
.footer-social {
	text-align: center;
	padding: 5px;
}
.footer-social a{
	display: inline-block;
	padding: 0px 5px;
	vertical-align: middle;
}
.footer-social a *{
	width: 20px;
	height: 16px;
	fill: #231f20;
}
.footer-social a:hover * {
	fill:#76a9ea;
}


.breadcrumbs {
	padding:30px 0px 20px 0px;
}

.breadcrumbs a{
	color:#231f20;
	font-size:12px;
	text-transform:uppercase;
	font-weight:300;
}

.breadcrumbs span {
	color:#231f20;
	font-size:12px;
	text-transform:uppercase;
}


.news-title {
	text-align:center;
	margin: 0px 0px 40px 0px;
}

.more-link {
	display:none;
}

.wp-pagenavi {
	text-align:center;
	margin: 30px 0px 60px 0px;
}

.wp-pagenavi span.current {
	font-size: 16px;
	color: #841834;
	font-weight: 800;
	display: inline-block;
	margin: 0px 10px;
	vertical-align: middle;
}
.wp-pagenavi a.page  {
	font-size: 16px;
	color: #000000;
	font-weight: 800;
	display: inline-block;
	margin: 0px 10px;
	vertical-align: middle;
	text-decoration: none;
}
.wp-pagenavi a.nextpostslink {
	font-size: 0px;
	background: url(./img/next-page.png);
	width: 6px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	text-decoration: none;
}
.wp-pagenavi a.previouspostslink {
	font-size: 0px;
	background: url(./img/prev-page.png);
	width: 6px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	text-decoration: none;
}

p {
	font-size:16px;
	font-weight:300;
	color:#000;
}
.single {
	
}
.single-date {
	color: #841834;
	font-size: 14px;
	font-weight: 300;
	margin-top: 30px;
}
h3 {
	font-size: 32px;
	color: #000;
	font-family: PlayfairDisplay;
	font-weight: bold;
	line-height: 48px;
	margin: 0;
	position: relative;
}
.left-underline:after {
	content:"";
	width: 65px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -25px;
	left: 0;
}
.single-slider {
	position: relative;
	margin: 30px 0px;
}
.single-slider-inner-text {
	font-size: 18px;
	color: #ffffff;
}
.single-two-block {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	margin: 45px 0px 30px 0px;
}
.single-two-block :nth-child(1) .single-two-block-item {
	padding-right:15px;
}
.single-two-block :nth-child(2) .single-two-block-item {
	padding-left:15px;
	padding-right:0px;
}

.single-project-btn {
	text-align: center;
	margin: 30px 0px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ebebeb;
}
.single-other {
	margin: 30px 0px 60px 0px;
}
.single-other-title {
	text-align: center;
	margin: 40px 0px;
}

.single-other-inner {
	
}

.about-us-image-block {
	background: url(./img/slider-image.jpg) center;
	height: 480px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 30px 0px;
}
.about-us-image-block-title {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-top: auto;
}
.about-us-image-block-more {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px dotted #ccc;
	text-align: center;
	margin: 20px 0px 60px 0px;
}
.about-us-image-block-more:hover {
	color: #ffffff;
	text-decoration: none;
}
.about-us-out-team {
	
}
.about-us-out-team-title {
	text-align: center;
	margin: 60px 0px;
}
.about-us-out-team-slider-block {
	position: relative;
	padding: 0px 30px 50px 30px;
}
.about-us-out-team-slider {
	
}
.about-us-out-team-slider-item {
	max-width: 220px;
	margin: 0 auto;
}
.about-us-out-team-slider-item-image {
	padding-bottom: 100%;
	position": r;;
;;;position: relative;;;
;;;;margin-bottom: 20px;;;;;
}
.about-us-out-team-slider-item-image-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.about-us-out-team-slider-item-name {
	font-size: 20px;
	color: #000000;
	font-family: PlayfairDisplay;
	font-weight: bold;
	text-align: center;
}
.about-us-out-team-slider-item-position {
	font-size: 14px;
	color: #000000;
	text-align: center;
	margin: 5px 0px;
}

.about-us-out-team-slider .owl-controls {

    position: relative;
    margin: 40px auto;
	
}
.about-us-out-team-slider .owl-controls .owl-page.active span, .about-us-out-team-slider .owl-controls.clickable .owl-page:hover span {
    background: #252525;
}


.contacts-block {
	background: url(./img/contacts_bg.jpg) center;
	background-size: cover;
	min-height: 480px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}
.contacts-block-bg {
	position: absolute;
	background: rgba(133, 23, 53, 0.85);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.contacts-block-inner {
	position: relative;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.contacts-block-inner {
	
}
.contacts-block-inner-text1 {
	color: #fff;
	font-size: 16px;
	margin: 7px 0px;
}
.contacts-block-inner-text2 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 5px 0px;
}
.contacts-block-inner-text3 {
	color: #fff;
	font-size: 16px;
}
.contacts-block-inner-text4 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}
.contacts-block-inner-text5 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}
.contacts-block-inner-text6 {
	font-size: 14px;
	font-weight: 500;
	margin: 4px 0px;
}
.contacts-block-inner-line {
	width: 65px;
	height: 1px;
	background: #fff;
	margin: 30px auto;
}
.contacts-block-inner-text7 {
	font-size: 14px;
	font-weight: bold;
}
.contacts-block-inner-text7 a{
	color: #fff;
}
.contacts-block-inner-text7 a:hover{
	
}

.contacts-form-block {
	max-width: 650px;
	margin: 30px auto;
	padding-bottom: 50px;
}
.contacts-form-block-title {
	text-align: center;
	margin: 50px 0px;
}
.contacts-form {
	
}
.contacts-form-item-name {
	font-size: 10px;
	color: #888888;
	opacity:0;
	-webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.contacts-form-item {
	margin-bottom: 35px;
	text-align: center;
}
.contacts-form-item-input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	font-size: 14px;
	color: #000000;
	padding: 5px 0px;
	outline: none;
}
.contacts-form-item-input:focus {
	border-color:#464646;
}
.contacts-form-item-textarea:focus {
	border-color:#464646;
}
.contacts-form-item-name {
	
}
.contacts-form-item-textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	font-size: 16px;
	color: #000000;
	padding: 5px 0px;
	outline: none;
	min-height: 100px;
}
.contacts-form-item-submit {
	border: none;
}

span.wpcf7-not-valid-tip {
	color: #841834;
	font-size: 14ox;
	display: block;
	font-weight:500;
	text-align:left;
}
.wpcf7-not-valid {
	color: #841834;
}

.partners {
	margin-bottom: 60px;
}
.partners-item {
	position: relative;
	padding-bottom: 100%;
	max-width: 300px;
	margin: 10px auto;
}
.partners-item-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fbfbfb;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.partners-item-inner-image {
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partners-item-inner-image img {
	max-width: 100px;
	max-height: 60px;
	display: inline-block;
}
.partners-item-inner-title {
	color: #000000;
	font-size: 16px;
	text-align: CENTER;
}

.partners-item-inner-link {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(./img/link-icon.png) center;
	margin: 10px;
}
.partners-item-block {
		max-width:300px;
		margin:10px auto;
}

.project .home-page-slider-owl-item {
	    height: 380px;
}
.project-title {
	text-align:center;
	margin:0px 0px 40px 0px;
}
.project-inner {
	margin: 50px 0px;
}
.project-inner-slider-block {
	position:relative;
	margin-bottom: 20px;
}
.project-inner-content {
	
}
.project-inner-content-info {
	margin-bottom: 60px;
}
.project-inner-content-info-table {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.project-inner-content-info-table-title {
	display: table-cell;
	font-size: 12px;
	color: #929292;
	text-transform: uppercase;
	width: 50%;
}
.project-inner-content-info-table-value {
	display: table-cell;
	width: 50%;
	font-size: 14px;
	color: #841834;
}
.project-inner-content-main {
	margin: 30px 0px;
}

#map {
	width:100%;
	height:500px;
}
.filter-block {
	
	
}
.filter-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px;
}
.filter-dropdown {
	width: 190px;
	margin: 10px 0px;
}
.filter-dropdown .dropdown{
	/* border-bottom: 1px solid #ccc; */
}
.filter-apply {
	
}
.filter-block-flex {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0px;
}
.filter-dropdown-value {
	font-size: 12px;
	color: #888888;
	text-transform: uppercase;
	position: relative;
	padding: 5px;
	border-bottom: 1px solid #ebebeb;
	background: url(./img/arrow-down.png) center right no-repeat;
}
.dropdown.open .filter-dropdown-value {
	background: url(./img/arrow-top.png) center right no-repeat;

}
.filter-dropdown  .caret {
	position: absolute;
	right: 0;
	top: 44%;
}
.filter-dropdown .dropdown-menu{
	font-size: 12px;
	color: #888888;
	text-transform: uppercase;
	padding: 5px 10px;
	width: 100%;
}
.filter-dropdown .dropdown-menu li{
	padding:5px 0px;
	cursor:pointer;
}


.project-items-result {
	margin-bottom: 60px;
}

.project-items-result-table {
	width: 100%;
}

.project-items-result-table thead {
	
}
.project-items-result-table thead tr{
	
}
.project-items-result-table thead tr td{
	font-size: 14px;
	color: #929292;
	font-weight: bold;
	padding: 10px;
}
.project-items-result-table tbody {
	
}
.project-items-result-table tbody tr{
	border-bottom: 1px solid #ebebeb;
}
.project-items-result-table tbody tr td{
	font-size: 16px;
	color: #000000;
	padding: 10px 10px;
	width: 20%;
}
.project-items-result-table tbody tr td a{
	font-size: 16px;
	color: #841834;
	font-weight: bold;
} 

.project-more-block {
	margin: 60px 0px;
}
.project-more-block-item {
	text-align: left;
}
.project-more-block-item a{
	color: #841834;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.project-more-block-item img{
	padding: 0px 15px;
	position:relative;
	top: -2px;
}
.project-more-block-item.prev {
	
}
.project-more-block-item.next {
	text-align: right;
}
.project-more-block-item.all {
	text-align: center;
}

.youtube-icon {
	
}

.youtube-icon *{
	height: 21px !important;
}

input[s] {
	height: 50px;
	width: 800px;
}

iframe#igPaymentIFrame {
	height: 100vh !important;
}
/* MEDIA */
li#menu-item-8252 {
    background: #841834;
    font-weight: bold;
    padding: 0 35px;
}
li#menu-item-8252 a {
    color: #fff;
    padding: 10px;
    font-size: 15px;
}

@media (max-width: 767px) {
	.header-navbar {
		margin-top: 10px;
		text-align:center;
	}
	.header-navbar .dropdown-menu {
		text-align:center;
	}
	.filter-block-flex {
		flex-flow: column wrap;
	}
	.project-items-result-table tbody tr td {
		font-size: 12px;
		padding: 10px 2px;
	}
	.project-items-result-table thead tr td {
		font-size: 12px;
		padding: 10px 2px;
	}
	.project-items-result-table tbody tr td a {
		font-size: 12px;
	}
	
	.footer-menu ul li {
		margin: 8px 0px;
	}
}
@media ( min-width: 768px) and ( max-width: 991px) {
	.navbar-nav > li > a {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 12px;
	}
	.header-navbar {
		margin-top: 80px;
	}
	
	.filter-block-flex {
		flex-flow: column wrap;
	}
		
}

@media ( min-width: 992px) and ( max-width: 1199px ) {
	.navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
	
}