/*
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
*/

p,
li,
blockquote,
q,
pre,
code,
kbd,
samp {
    color: var(--tcb-skin-color-5) !important;
    font-family: 'Montserrat', Arial, sans-serif;
}

/* MENU */
.thrv_widget_menu.thrv_wrapper ul.tve_w_menu {
    align-items: center;
    justify-content: right;
}

.thrv_wrapper.thrv_widget_menu {
    margin: 0 !important;
}

.bc_menu .tcb-icon {
    color: var(--tcb-skin-color-5) !important;
}

.bc_menu ul.tve_w_menu {
    background-color: transparent !important;
}

@media screen and (max-width:1023px) {
    .bc_menu ul.tve_w_menu {
        background-color: var(--tcb-skin-color-4) !important;
    }

}

/* END MENU */