/*
Theme Name: National Academic Symphonic Band of Ukraine
Author: Serhii Bovkun
Author URI: https://serhiibovkun.com
Version: 1.0.0
*/
@font-face {
    font-family: MAN-icon;
    font-style: normal;
    src: url('fonts/man_icon.woff2') format('woff2');
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}
h1, h2, h3, h4, h5, h6, p, div, span {
    margin-block-start: 0;
}
h2, h3, h4, h5, h6 {
    margin: 30px 0 15px;
}
h2 {
    margin-block-end: 0.4em;
}
.li-custom ul {
    list-style: none;
    padding-inline-start: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.li-custom ul li {
    display: flex;
    align-items: start;
}

.li-custom ul li:before {
    content: "\e93b"; /* chevron left */
    font-family: MAN-icon;
    font-size: 15px;
    margin-right: 5px;
    margin-left: -5px;
    position: static;
    vertical-align: -6%;
    color: #e40045;
    transition: color .2s ease-in;
}

.list-parts ul {
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.list-parts ul li {
    display: flex;
    align-items: start;
}

.list-parts ul li:before {
    content: "\e93b"; /* chevron left */
    font-family: MAN-icon;
    font-size: 15px;
    margin-right: 5px;
    margin-left: -5px;
    position: static;
    vertical-align: -6%;
    color: #e40045;
    transition: color .2s ease-in;
}

ul.acf-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-inline-start: 0px;
    margin: 0;
}
ul.acf-list li {
    display: flex;
    align-items: center;
}
ul.acf-list li span {
    width: 40%;
    border-left: 5px solid #e40045;
    padding-left: 10px;
}

/* Buttons */
.elementor-button-default .elementor-button {
    background-color: #e40045 !important;
    font-family: MAN-bold;
    font-size: 16px;
    letter-spacing: 1px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    transition: 0.3s;
}
.elementor-button-default .elementor-button:hover {
    background-color: #B20E40 !important;
}

.elementor-button-info .elementor-button {
    background: transparent !important;
    font-family: MAN-bold;
    font-size: 16px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #ffffff !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    transition: 0.3s;
}
.elementor-button-info .elementor-button:hover {
    background: #e40045 !important;
    color: #fff !important;
    border: 2px solid #e40045 !important;
}
.elementor-button-success .elementor-button {
    font-size: 14px !important;
    background: transparent !important;
    border: 1px solid #303c49 !important;
    border-radius: 0 !important;
    color: #303c49 !important;
    text-transform: uppercase;
    font-family: MAN-bold;
    padding: 10px !important;
    text-align: center;
    transition: 0.3s;
}
.elementor-button-success .elementor-button:hover {
    background: #EBEBEB !important;
}

.wpcf7-form p strong,
.wpcf7-form p span {
    display: block;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
    width: 100%;
    font-family: "Inter";
    font-size: 14px;
    min-height: 40px;
    padding: 15px;
}
.wpcf7-form textarea {
    width: 100%;
    font-family: "Inter";
    font-size: 14px;
    min-height: 120px;
    padding: 15px;
}
.wpcf7-form-control-wrap {
    margin-bottom: 10px;
}
.wpcf7-form p strong {
    margin-bottom: 5px;
}
.wpcf7-submit, input[type="submit"] {
    background: #CC092F !important;
    padding: 14px 20px !important;
    color: #ffffff;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.wpcf7-submit:hover, input[type="submit"]:hover {
    background: #231f20 !important;
    color: #ffffff;
    transition: 100ms;
}

.footer-menu ul li a:before,
.left-menu ul li a:before {
    content: "\e93b"; /* chevron left */
    font-family: Man-icon;
    font-size: 15px;
    color: #e40045;
    display: inline-block;
    margin-right: 8px;
	background-color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
	opacity: 1 !important;
	left: -16px !important;
}
.footer-menu ul li a,
.left-menu ul li a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
	margin-left: 16px !important;
}
.footer-menu ul li a svg,
.left-menu ul li a svg {
	display: none;
}
.footer-social ul {
	display: flex;
    justify-content: space-between !important;
}
.footer-social .elementor-icon-list-icon {
	padding: 8px 6px;
	background: rgba(255,255,255,.1);
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: none !important;
	background: #EFEFF0 !important;
	padding: .5em !important;
	margin-bottom: 5px;
}
#contact input[type=email], #contact input[type=number], #contact input[type=password], #contact input[type=reset], #contact input[type=search], #contact input[type=tel], #contact input[type=text], #contact input[type=url], #contact select, #contact textarea {
	border: none !important;
	background: #ffffff !important;
	padding: .5em !important;
	margin-bottom: 5px;
}

.swiper-slide.type-aktsii .elementor-heading-title {
    font-size: 60px !important;
    font-weight: 700 !important; 
    text-transform: uppercase !important;
}

.swiper-slide.type-page .elementor-heading-title {
    width: 80%;
}

[data-elementor-type="single-post"].type-aktsii h1 span {
    color: #e40045;
}

[data-elementor-type="single-post"].type-aktsii h2 {
    font-size: 1.2em !important;
    text-transform: inherit !important;
}

.heading-accent {
    border-left: 5px solid #e40145;
    padding-left: 10px;
}

.about-hover-effect-slide,
.about-hover-effect-slide:before {
    transition: 0.5s ease !important;
}
.about-hover-effect-slide:hover {
    background-position: calc(50% + 30px) 50% !important;
}
.about-hover-effect-slide:hover:before {
    transition: 0.5s ease !important;
} 

.about-hover-effect-slide h3,
.about-hover-effect-slide .subtitle {
    margin: 0px;
    transition: 0.5s ease;
}
.about-hover-effect-slide:hover h3,
.about-hover-effect-slide:hover .subtitle {
    margin-left: -10px;
    transition: 0.5s ease;
}

@media (max-width: 768px) {
.container {
    margin: 0 auto;
    padding: 0 20px;
}
.list-parts ul {
    gap: 40px;
}
.swiper-slide.type-aktsii .elementor-heading-title {
    font-size: 48px !important;
    font-weight: 700 !important; 
    text-transform: uppercase !important; 
}
.swiper-slide.type-page .elementor-heading-title {
    width: 80%;
}
}

@media (max-width: 576px) {
.container {
    margin: 0 auto;
    padding: 0 15px;
}
.list-parts ul {
    gap: 30px;
}
.swiper-slide.type-aktsii .elementor-heading-title {
    font-size: 24px !important;
    font-weight: 700 !important; 
    text-transform: uppercase !important; 
}
.swiper-slide.type-page .elementor-heading-title {
    width: 100%;
}
}