/**
* Theme Name: Gopet Child
* Description: This is a child theme of Gopet, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavo Themes</a>
* Template: gopet
* Version: 1.3.0
*/

/* Top Promo Banner */
.top-promo-banner {
    background-color: #1e1e1e;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    width: 100%;
    z-index: 9999;
    position: relative;
}

.top-promo-banner span {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .top-promo-banner {
        font-size: 12px;
        padding: 8px 15px;
    }
}
