@charset "utf-8";
/*
 Theme Name:   Winger Child
 Theme URI:    http://winger.ancorathemes.com/
 Description:  Winger Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     winger
 Version:      1.0.0
 Tags:         inheritable theme options
 Text Domain:  winger
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* MENU */
.scheme_dark .sc_layouts_menu_nav>li>a:hover, .scheme_dark .sc_layouts_menu_nav>li.sfHover>a:hover,
.scheme_dark .sc_layouts_menu_nav>li>a:hover, .scheme_dark .sc_layouts_menu_nav>li.current-menu-item a
{
    color: white !important;
    text-decoration: underline;
}

header .elementor-top-section a[role="button"].elementor-button-link.elementor-button.elementor-size-md,
header .elementor-top-section a[role="button"].elementor-button-link.elementor-button.elementor-size-sm
{
    color: black;
    background-color: white !important;
}

@media screen and (max-width: 767px){
    .elementor-48 .elementor-element.elementor-element-76d54d10 {
        width: 20% !important;
    }

    .elementor-48 .elementor-element.elementor-element-2541d1b5 {
        width: 80% !important;
    }
}

/* FORM */
.scheme_default form input[type="submit"] {
    color: white;
    background-color: #1263AC;
}
