/**
Theme Name: Eleos
Author: CODE TOT JSC
Author URI: http://codetot.com
Description: Custom theme for ELEOS
Version: 3.5.8
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: eleos
**/

.intro-block--style-1 .intro-block__wrapper::after {
	background-image: url('./build/svg/intro-block-bg-hero.svg');
}

.intro-block--style-2 .intro-block__wrapper::after {
	background-image: url('./build/svg/intro-block-bg-empowering.svg');
}

.intro-block--style-3 .intro-block__wrapper::after {
	background-image: url('./build/svg/intro-block-bg-freeing.svg');
}

.hero-section--community-page {
	/* background-image: url('./build/svg/community-bg-hero.svg'); */
	background-repeat: no-repeat;
	background-position-x: right;
}

.hero-title--career-page::after {
	background-image: url('./build/svg/career-bg-hero.svg');
}

.all-resources__filters .alm-filters-container .alm-filter--text-wrap.has-button button {
	background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.4351 10.4418H10.7124L10.4563 10.1948C11.3528 9.15192 11.8925 7.798 11.8925 6.32516C11.8925 3.041 9.23042 0.378906 5.94626 0.378906C2.66209 0.378906 0 3.041 0 6.32516C0 9.60932 2.66209 12.2714 5.94626 12.2714C7.4191 12.2714 8.77301 11.7317 9.81589 10.8352L10.0629 11.0913V11.814L14.6369 16.3789L16 15.0158L11.4351 10.4418ZM5.94626 10.4418C3.66838 10.4418 1.82962 8.60303 1.82962 6.32516C1.82962 4.04729 3.66838 2.20852 5.94626 2.20852C8.22413 2.20852 10.0629 4.04729 10.0629 6.32516C10.0629 8.60303 8.22413 10.4418 5.94626 10.4418Z" fill="%2393AAB9"/></svg>');
}

.all-resources__filters .alm-filters-container .alm-filter--select::after {
	background-image: url('data:image/svg+xml,<svg width="13" height="9" viewBox="0 0 13 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.999652 2.37853L6.43049 7.51563L11.8613 2.37853" stroke="%2393AAB9" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.landing-hero .landing-hero__form_wrapper::before {
	background: url('./build/img/bg-landing-header.png') no-repeat center center;
}

.post-header__background-image {
	background: url('./build/img/post-header-bg.svg') no-repeat bottom right;
}

.b_article .article .content h1,
.b_article .article .content h2,
.b_article .article .content h3,
.b_article .article .content h4,
.b_article .article .content h5,
.b_article .article .content h6,
.b_article .article .content blockquote {
	font-family: 'Source Serif 4', serif;
	font-weight: 400;
}

@media only screen and (min-width: 960px) {
	.project-list__header {
		margin-bottom: 96px;
	}
}

.form-section__form .btn_form {
	margin: 2em auto 0 auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.header-main .main-menu {
	margin-bottom: 0;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
