/*!
Theme Name: ABPMP
Author: Denys Taranov
Description: ABPMP в Україні – частина міжнародної спільноти професіоналів в управлінні бізнес-процесами ABPMP International (Association of Business Process Management Professionals, abpmp.org
Version: 1.0.0
*/
body {
	font-family: "Geist", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #151515;
}
@font-face {
    font-family: 'abpmp';
    src: url('./font/abpmp.eot?45220069');
    src: url('./font/abpmp.eot?45220069#iefix') format('embedded-opentype'),
        url('./font/abpmp.woff?45220069') format('woff'),
        url('./font/abpmp.ttf?45220069') format('truetype'),
        url('./font/abpmp.svg?45220069#abpmp') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* header */
.header {
	background: #103B71;
	color: #fff;
	position: sticky;
	padding: 13px 0;
	border-bottom: 1px solid rgba(235, 235, 235, .2);
	top: 0;
	z-index: 100;
}
.admin-bar .header {
	top: 46px;
}
.custom-logo-link {
	width: 133px;
	display: block;
}
.custom-logo-link img {
	width: 100%;
	height: auto;
}
#breadcrumbs {
	margin-bottom: 30px;
	font-size: 12px;	
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	color: #3C3C3C;
}
#breadcrumbs span {
	display: inline-block;
	margin-bottom: 10px;
}
#breadcrumbs a {
	color: #727272;
	text-decoration: none;
}
.icon-arrow-right {
	position: relative;
	top: -1px;
}
.icon-arrow-right:before {
	content: '\e802';
	font-family: 'abpmp';
	font-size: 8px;
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
}

/* header responsive */
@media (min-width: 783px) {
	.admin-bar .header {
		top: 32px;
	}
}
@media (min-width: 1200px) {
	.header {
		padding: 22px 0;
	}
	.custom-logo-link {
		width: 173px;
	}
}
/* content */
.section-title:before {
	content: '\e803';
	font-family: 'abpmp';
	font-size: 14px;
	color: #151515;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
h2.section-title:before {
	top: -1px;
}
.hero-banner {
	min-height: 340px;
	position: relative;
}
.hero-banner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: linear-gradient(0deg, rgba(16, 59, 113, 0.40) 0%, rgba(16, 59, 113, 0.40) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
	z-index: 2;
}
.hero-banner:after  {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 320px;
	width: 100%;
	background: url(images/arrow-transparent-mobile.svg) no-repeat center left;
	background-size: auto 100%;
	z-index: 3;
}
.shadow-layer {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 70%;
	z-index: 4;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 12%, rgba(0, 0, 0, 0.00) 100%);
}
.hero-text-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 5;
	color: #fff;
}
.hero-banner h1 {
	border-left: 4px solid #F0F8FD;
	padding-left: 15px;
	margin-bottom: 0;
}
.hero-banner .section-title:before {
	color: #fff;
}
.hero-right-column {
	margin-top: 50px;
}
/* content responsive */
@media (min-width: 768px) {
	.shadow-layer {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 62.66%, rgba(0, 0, 0, 0.00) 100%);
	}
	.hero-banner .hero-columns {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.hero-banner .hero-columns .hero-left-column {
		width: 50%;
		box-sizing: border-box;
		padding-right: 40px;
	}
	.hero-banner .hero-columns .hero-right-column {
		width: 50%;
		box-sizing: border-box;
		padding-left: 40px;
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.hero-banner {
		min-height: 410px;
	}
	.hero-banner:after  {
		background: url(images/arrows-transparent.svg) no-repeat center left;		
		max-width: 1004px;
	}
	.hero-banner h1 {
		padding-left: 36px;
	}
	h2.section-title:before {
		top: -3px;
	}
	.hero-banner h5 {
		font-size: 20px;
	}
}
/* footer */
.site-footer {
	margin-top: 40px;
}
.site-footer .columns-wrapper .column-content {
	width: 100%;
}
.site-footer .columns-wrapper .left-column {
	box-sizing: border-box;
	background: #103B71;
	display: flex;
	justify-content: flex-end;
	padding: 40px 20px;
	color: #fff;
}
.site-footer .columns-wrapper .left-column .section-title {
	margin-bottom: 18px;
}
.site-footer .columns-wrapper .left-column .section-title:before {
	color: #fff;
}
.site-footer .columns-wrapper .left-column h2 {
	margin-bottom: 18px;
}
.footer-warning {
	margin-bottom: 38px;
	font-size: 18px;	
}
.footer-adress,
.footer-email {
	font-size: 15px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 24px;
	margin-bottom: 24px;
	padding-left: 30px;
	position: relative;
}
.footer-adress:before,
.footer-email:before  {	
	font-family: 'abpmp';
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
}
.footer-email {
	margin-bottom: 32px;
}
.footer-email a {
	color: #fff;
	text-decoration: none;
}
.footer-adress:before {
	content: '\e807';
}
.footer-email:before {
	content: '\e80a';
}
.site-footer .social-buttons {
	display: flex;
	gap: 24px;
}
.site-footer .columns-wrapper .right-column {
	box-sizing: border-box;
	background: #dcecf9;
	padding: 0;
}
.bottom-footer {
	font-size: 12px;
}
.bottom-footer .columns-wrapper .left-column {
	padding: 12px 20px 0;
	box-sizing: border-box;
	text-align: center;
}
.bottom-footer .columns-wrapper .right-column {
	padding: 12px 20px 0;
	box-sizing: border-box;
}
.bottom-footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.bottom-footer .menu li {
	margin-bottom: 12px;
}
.bottom-footer .menu li a {
	text-decoration: none;
	color: #151515;
}
/* footer responsive */
@media (min-width: 768px) {
	.bottom-footer .menu {
		display: flex;
		justify-content: center;
		gap: 97px;
	}
	.site-footer .columns-wrapper .left-column {
		padding: 40px 4.5%;
	}
}
@media (min-width: 1200px) {
	.site-footer {
		margin-top: 80px;
	}
	.site-footer .columns-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.site-footer .columns-wrapper .left-column {
		width: 50%;
		padding: 71px 4% 125px 8%;
	}
	.site-footer .columns-wrapper .left-column .column-content {
		max-width: 540px;
		margin: 0 auto;
	}
	.site-footer .columns-wrapper .left-column .section-title {
		margin-bottom: 27px;
	}
	.site-footer .columns-wrapper .left-column h2 {
		margin-bottom: 29px;
	}
	.footer-warning {
		margin-bottom: 118px;
	}
	.footer-adress,
	.footer-email {
		font-size: 18px;
		padding-left: 48px;
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
	.footer-adress:before,
	.footer-email:before  {	
		font-size: 22px;
		top: -2px;
	}
	.footer-email {
		margin-bottom: 82px;
	}
	.site-footer .columns-wrapper .right-column {
		width: 50%;
		padding: 0 6.8% 0 0;
	}
	.bottom-footer .columns-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.bottom-footer {
		font-size: 16px;
	}
	.bottom-footer .columns-wrapper .left-column {
		width: 50%;
		padding: 30px 4.5%;
	}
	.bottom-footer .columns-wrapper .right-column {
		width: 50%;
		padding: 30px 4.5%;
	}
	.bottom-footer .menu li {
		margin-bottom: 0;
	}
}
/* common */
.btn {
	padding: 10px 4px 10px 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.28px;
	text-transform: uppercase;
	border-radius: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: .5s;
	position: relative;
}
.btn:after {
	content: '\e800'; 
	font-family: "abpmp";
	font-size: 10px;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;	
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	width: 8px;
	opacity: 0;
	transition: .5s;
}
.btn:hover:after {
	opacity: 1;
	padding-left: 8px;
	width: 22px;
}
.btn-primary {
	color: #151515;
	background: #fff;
	border-color: #fff;
}
.btn-primary:after {	
	color: #fff;
	background: #103B71;
	
}
.btn-primary:hover {
	color: #151515 !important;
	background: #fff !important;
	border-color: #fff !important;
}
.btn-secondary {
	background: #EBEBEB;
	border-color: #EBEBEB;
	color: #151515;
}
.btn-secondary:after {
	color: #103B71;
	background: #fff;
}
.btn-secondary:hover {
	color: #fff !important;
	background: #103B71 !important;
	border-color: #103B71 !important;
}
.btn-light {	
	border: 1px solid #151515;
	background: #FFF;
	color: #151515;
}
.btn-light:after {
	color: #fff;
	background: #151515;
}
.btn-light:hover {
	border: 1px solid #151515;
	background: #FFF;
	color: #151515;
}
.download-button .wp-element-button:hover {
	background: #151515;
	color: #fff;
}
.download-button .wp-element-button:after,
.btn-download:after {
	content: '';
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;	
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	width: 8px;
	opacity: 0;
	transition: .5s;
	background: #fff url(images/download-icon.svg) no-repeat center;
	background-size: 10px 9px;
	color: #151515;
}
.btn.btn-primary.btn-download:after {
	background: #151515 url(images/download-icon-white.svg) no-repeat center;
} 
.download-button .wp-element-button:hover:after {
	opacity: 1;
	padding-left: 8px;
	width: 22px;
}
.btn-dark {	
	border: 1px solid #151515;
	background: #151515;
	color: #FFF;
}
.container {
	padding: 0 20px;
	max-width: 1360px;
}
.social-icon {
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #1D4679;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.social-icon:before {
	content: '';
	font-family: "abpmp";
	color: #103B71;
}
.social-icon.facebook-icon:before {
	content: '\e805';
	font-size: 18px;
}
.social-icon.youtube-icon:before {
	content: '\e813';
	font-size: 14px;
}
.social-icon.linkedin-icon:before {
	content: '\e806';
	font-size: 18px;
}
.social-icon.telegram-icon:before {
	content: '\e80c';
	font-size: 18px;
	position: relative;
	left: -2px;
	top: 1px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
	font-weight: 400;
}
h4 {
	font-size: 20px;
	font-weight: 500;
}
h5 {
	font-size: 15px;
	font-weight: 400;
}
/* common responsive */
@media (min-width: 1200px) {
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 30px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 18px;
	}
	.section-title:before {
		font-size: 18px;
	}
} 
