/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */
/* --- R2: Borda do menu branca --- */
.header-fw.style-border .navbar-wrap:not(.navbar-transparent):after,
.header-wrapper.style-border .navbar-wrap:not(.navbar-transparent) .navbar-inner:after {
    border-bottom-color: #ffffff;
}

/* --- R2: Previne flash do banner/imagens sem dimensões --- */
.g img, .g-single img, .elementor-widget-html img {
    max-width: 100%;
    height: auto;
    display: block;
}
