/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.header__top-info-row {
    display: flex;
    gap: 8px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    background-color: #202020;
    color: #fff;
}

.header__top-info-row p {
    padding-bottom: 0;
}

.header__top-info-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.36px;
    background-color: #f9a351;
    transition: all .3s;
    color: #fff;
}

.header__top-info-btn:hover {
    background-color: #fb8215;
}

@media (min-width: 768px) {
    .header__top-info-row {
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .header__top-info-row {
        gap: 36px;
    }
}
.container:has(.nexus-iframe-container) {
    width:90% !important;
    max-width: 90%;
}





