/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/

.rem_credits_container {
    margin-top: 100px;
    margin-bottom: 80px;
    color: var(--tcb-skin-color-0);
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.rem_nav {
    margin-right: -30px !important;
}

.rem_nav span {
    font-family: Poppins !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    color: var(--tcb-skin-color-22) !important;
    transition: color 0.25s ease;
}

.rem_nav span:hover {
    color: #e1e1e1 !important;
}

.rem_nav ul.tve_w_menu li:not(.current_page_item) {
    border-bottom: 1px solid #000000;
    transition: border-bottom 0.25s ease !important;
}

.rem_nav ul.tve_w_menu li:not(.current_page_item):hover {
    border-bottom: 1px solid #ffffff;
}

.rem_nav:not(.tve-dropdown) ul.tve_w_menu {
    gap: 50px !important;
}

.rem_nav .current_page_item {
    border-bottom: 1px solid #ffffff;
}