/*
Theme Name: TheGem Elementor Child
Theme URI: https://go-media.com.ua/
Description: Дочірня тема для TheGem.
Author: M-Petro
Author URI: https://motelnytskyi.in.ua/
Template: thegem-elementor
Version: 1.0.0
Text Domain: thegem-elementor-child
*/



/* Центрування контейнера */
.media-attachment {
    display: flex;
    justify-content: center; 
    align-items: center;    
    text-align: center;    
    margin: 20px 0;        
}

.media-attachment img {
    max-width: 100%; 
    height: auto;    
}


.title-center {
    text-align: center;
}


/* Основний контейнер */
.banners-navigation {
    display: flex;
    width: 100%;
    height: 100px; /* Висота блоку */
    margin: 20px 0;
    background-color: #f9f9f9;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

/* Ліва і права половини */
.banners-navigation .half-screen {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

/* Ліва частина */
.banners-navigation .nav-previous {
    background-color: #0073aa; /* Синій фон */
    color: #fff;
}

.banners-navigation .nav-previous:hover {
    background-color: #005177; /* Темніший фон при наведенні */
}

/* Права частина */
.banners-navigation .nav-next {
    background-color: #333; /* Темно-сірий фон */
    color: #fff;
}

.banners-navigation .nav-next:hover {
    background-color: #111; /* Чорний фон при наведенні */
}

/* Посилання */
.banners-navigation a {
    text-decoration: none;
    color: inherit;
    text-align: center;
    width: 100%;
}

/* Заголовки записів */
.banners-navigation .post-title {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    max-width: 80%;
}

/* Стрілки */
.banners-navigation .meta-nav {
    font-size: 32px;
    font-weight: bold;
    display: block;
    text-align: center;
}

/* Адаптивність */
@media (max-width: 768px) {
    .banners-navigation {
        flex-direction: column;
        height: auto;
    }

    .banners-navigation .half-screen {
        height: 150px;
    }

    .banners-navigation .meta-nav {
        font-size: 24px;
    }

    .banners-navigation .post-title {
        font-size: 14px;
    }
}


/* Адаптація для мобільних пристроїв */
@media (max-width: 768px) {
    .entry-title {
        font-size: 18px; /* Зменшений розмір для планшетів */
        padding: 0 15px; /* Додаємо відступи для зручності читання */
        line-height: 1.3;
    }
}


.wpcf7-form input[type="tel"]  {
	width: 100%;
    padding: 12px;
	padding-left: 20px;
}