/*   
Theme Name: Vitsche
Description: Vitsche Theme
Author: Outstaff Space
Version: 1.0
*/
.section-team .posts {
	margin-bottom: 0;
}
.section-team .posts__text {
	margin-bottom: 0;
	max-width: 825px;
}
.section-team .posts__text p {
	margin-bottom: 1rem;
}
.section-team .posts__text a {
	color: rgba(0, 0, 0, 0.60);
	text-decoration: underline;
}
.team {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.team__item {
    padding: 0 20px;
    max-width: 25%;
    flex: 0 0 25%;
    margin-bottom: 60px;
    position: relative;
}

@media (min-width: 768px) {
	.team {
		margin-bottom: 150px;
	}
	.team__item:nth-child(2n) {
		top: 100px;
	}
}


.team__item-img {
	margin-bottom: 30px;
}
.team__item-img img {
	max-width: 100%;
}

.team__item-title {
	color: #000;
	font-family: KyivType Sans;
	font-size: 24px;
	font-weight: 840;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.team__item-subtitle {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 155%;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.team__item-socials a {
	display: inline-block;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.team__item {
		margin-bottom: 30px;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.team__item-title {
		font-size: 24px;
	}
	.team__item-subtitle {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.team__item-img {
		margin-bottom: 17px;
	}
}




.section-about {
	background: #035ABD;
	padding-top: 106px;
	padding-bottom: 200px;
}
.section-about__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.section-about__image {
	padding: 0 20px;
    max-width: 32%;
    flex: 0 0 32%;
}
.section-about__image img {
	max-width: 100%;
}

.section-about__content {
    padding: 0 20px;
    max-width: 68%;
    flex: 0 0 68%;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 155%;

}
.section-about__content p {
	margin-bottom: 1rem
}

@media (min-width: 767px) {
	.section-about .single-post-gallery__inner {
		position: relative;
		top: 190px;
		margin-top: -125px;
	}
	.section-about + section {
		margin-top: 226px;
	}
}
@media (max-width: 767px) {
	.section-about {
		padding-top: 30px;
	}
	.section-about__image, .section-about__content {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.section-about__content {
		font-size: 18px;
		margin-bottom: 30px;
	}
}






.our-vision {
	margin-bottom: 224px;
}

.our-vision__row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 50px -20px;
}
@media (min-width: 768px) {
	.our-vision__block {
		padding: 0 100px;
		max-width: 50%;
		flex: 0 0 50%;
	}
}
.our-vision__block {
    padding: 0 20px;
    max-width: 50%;
    flex: 0 0 50%;
}



.our-vision__title {
	color: #035ABD;
	font-size: 48px;
	font-weight: 800;
	line-height: 155%;
	margin-bottom: 10px;
	max-width: 473px;
}
.our-vision__subtitle {
	color: #035ABD;
	font-size: 24px;
	font-weight: 500;
	line-height: 155%;
	max-width: 473px;
}

.our-vision__image {
	width: 100%;
}
@media (max-width: 1024px) {
	.our-vision__title {
		font-size: 40px;
	}
	.our-vision__subtitle {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.our-vision__title {
		font-size: 20px;
	}
	.our-vision__subtitle {
		font-size: 14px;
	}
	.our-vision {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.advantages {
	background-color: #FFD700;
	padding: 30px 0 0px 0;
	margin-bottom: 224px;
}
.advantages .container {
	max-width: 1090px;
}

.advantages__item {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px 60px -30px;
	position: relative;
    top: 30px;
}
.advantages__item:last-child {
	margin-bottom: 0;
}
.advantages__item-img {
    padding: 0 30px;
    max-width: 50%;
    flex: 0 0 50%;
}
.advantages__item-img img {
	max-width: 100%;
}
.advantages__item-details {
	padding: 0 30px;
    max-width: 50%;
    flex: 0 0 50%;
}
.advantages__item-title {
    display: flex;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 27px;
    margin-top: 33px;
    margin-left: 3px;
}
.advantages__item-title span {
	display: inline-block;
	margin-right: 5px;
}
.advantages__item-subtitle {
	max-width: 440px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 155%;
}

@media (max-width: 1024px) {
	.advantages {
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.advantages__item-img, .advantages__item-details {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.advantages__item {
		margin-bottom: 30px;
	}
}

.page-template-template_donate .posts__title{
	max-width: 700px;
}

.page-template-template_donate .posts__text {
	max-width: 491px;
	margin-bottom: 62px;
	flex: 0 0 491px;
}
.page-template-template_donate .posts__text p {
	margin-bottom: 21px;
}
.page-template-template_donate .posts__danate-row {
	display: flex;
}
.page-template-template_donate .posts__danate-form {
	width: 100%;
}
.page-template-template_donate .posts__danate-form iframe {
	width: 100% !important;
}
@media (max-width: 991px) {
	.page-template-template_donate .posts__danate-row {
		flex-direction: column;
	}
	.page-template-template_donate .posts__text {
		max-width: 100%;
		margin-bottom: 40px;
		flex: 0 0 100%;
	}
}
.page-template-template_donate .footer {
	display: flex;
	flex-direction: column;
}
.page-template-template_donate .donate__title {
	display: none;
}
.page-template-template_donate .footer section.donate {
	order: 1;
}
.page-template-template_donate .footer section.subscribe {
	order: 2;
}

.page-template-template_donate .footer section.main-footer {
	order: 3;
}