/*
Theme Name: asiamotorshow 2026
Theme URI: https://asiamotorshow.eu/
Description: Custom child theme for Astra
Author: M3
Author URI: https://asiamotorshow.eu/
Template: astra
Version: 1.0.0
*/

/* Add custom styles below */

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
    font-family: "Montserrat", Sans-serif !important;
}


/* Скрива заглавието на страницата в Astra + Elementor */
.entry-header,
.ast-page-header-wrap,
.elementor-page-title,
h1.entry-title {
    display: none !important;
}

.icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 60px;
}

.icon-list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.icon-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Икони */
.icon1::before { background-image: url('/wp-content/uploads/2026/04/icon1.png'); }
.icon2::before { background-image: url('/wp-content/uploads/2026/04/icon2.png'); }
.icon3::before { background-image: url('/wp-content/uploads/2026/04/icon3.png'); }
.icon4::before { background-image: url('/wp-content/uploads/2026/04/icon4.png'); }
.icon5::before { background-image: url('/wp-content/uploads/2026/04/icon5.png'); }
.icon6::before { background-image: url('/wp-content/uploads/2026/04/icon6.png'); }
.icon7::before { background-image: url('/wp-content/uploads/2026/04/icon7.png'); }
.icon8::before { background-image: url('/wp-content/uploads/2026/08/icon8.png'); }


.icon-bottom {
    position: relative;
    text-align: center;
    max-width: 700px;
    line-height: 1.5;
}

.icon-bottom::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
    background-size: contain;
}

.divider-center {
    position: relative;
    width: 100%;
    height: 30px;
}

.divider-center::before,
.divider-center::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 25px);
    height: 1px;
    background: #bfbfbf;
}

.divider-center::before {
    left: 0;
}

.divider-center::after {
    right: 0;
}

.divider-center span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #bfbfbf;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background-color: #f5f5f5;
	
}

.site-primary-footer-wrap,
.site-footer-above-section,
.site-below-footer-wrap {
    background-image: url('/wp-content/uploads/2026/04/footer_02.jpg') !important;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
}

.footer-contact {
	text-align: start;
}

.footer-contact {
    position: relative;
    padding-left: 70px;
    min-height: 56px;
}

.footer-contact h4 {
    margin: 0 0 10px;
    color: #ff4b1f;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-contact p {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.4;
    color: #222;
}

.footer-contact a {
    color: #2c8f4d;
    text-decoration: underline;

}

.footer-contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Икони */
.footer-address::before {
    background-image: url('/wp-content/uploads/2026/04/location_icon_03.png');
}

.footer-phone::before {
    background-image: url('/wp-content/uploads/2026/04/phone_icon_03.png');
}

.footer-email::before {
    background-image: url('/wp-content/uploads/2026/04/mail_icon_03.png');
}

@media (max-width: 921px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
        grid-template-columns: repeat(2, 1fr);
		padding-left: 15px;
		padding-right: 15px;
    }
}

@media (max-width: 767.98px) {
    .icon-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
	
	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

