/*
Theme Name: GreatWP Child
Template: greatwp
Author: Volodymyr Novosolov
Version: 1.0
Description: Child theme для GreatWP з кастомними правками меню, футера та сайдбарів
*/

/* --- Підключення стилів батьківської теми --- */
@import url("../greatwp/style.css");

/* --- Кастомні стилі --- */
.greatwp-secondary-menu-container-inside {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.greatwp-secondary-nav-menu {
    display: flex !important;
    gap: 20px !important;
    float: none !important;
}

.greatwp-secondary-nav-menu li {
    float: none !important;
}
/* Secondary menu: вирівнювання вправо БЕЗ зсуву макета */
.greatwp-secondary-menu-container .greatwp-outer-wrapper {
    display: flex;
    justify-content: flex-end;
}

/* ===== Футер ===== */

/* Основні рядки футера (placeholder для перших 5 рядків) */
#greatwp-footer .greatwp-foot-wrap .footer-row {
    text-align: center;
    margin: 5px 0;
}

/* Динамічна дата */
#greatwp-footer .greatwp-foot-wrap .footer-dates {
    text-align: center;
    font-size: 13px;
    color: #ccc;
}

/* Назва сайту */
#greatwp-footer .greatwp-foot-wrap .footer-site-name a {
    color: #fff;
    text-decoration: none;
}

/* ===== Кнопка входу/авторизації ===== */
#greatwp-footer .greatwp-foot-wrap p.footer-login {
    text-align: center; /* можна змінити на right/left */
    margin-top: 10px;
}

#greatwp-footer .greatwp-foot-wrap p.footer-login a.footer-login-btn {
    display: inline-block;
    background-color: #666; /* фон футера або інший */
    color: #f00; /* колір тексту */
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 13px;
    transition: background-color 0.3s;
}

#greatwp-footer .greatwp-foot-wrap p.footer-login a.footer-login-btn:hover {
    background-color: #444;
}

/* Author Bio Box
-------------------------------------------------------------- */
/* .greatwp-author-bio{background:#f6f6f6;border:100px solid #e0e0e0;padding:10px;margin:15px 0 0 0;}
.greatwp-author-bio-top{overflow:hidden;}
.greatwp-author-bio-gravatar{float:left;margin:0;width:12%;padding:0 12px 5px 0;}
.greatwp-author-bio-text{float:left;width:88%;}
.greatwp-author-bio-text h4{font-size:18px;line-height:1;margin:0 0 5px 0;padding:0;}
.greatwp-author-bio-text p{margin:0 0 12px 0;padding:6px 0 0 0;}
.greatwp-author-bio-social{float:none;width:100%;padding-top:10px;text-align:center;}
.greatwp-author-bio-social a{border:0;margin-right:15px;}
*/
.single .greatwp-author-bio { background-color: #d9d9d9; }