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


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

.custom-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-home-logo a.sc_layouts_logo img {
    max-width: 180px;
    width: 100%;
}
.header-home-logo a.sc_layouts_logo {
    width: 100% !important;
    display: inline-block;
}

.list-contact ul li a .elementor-icon-list-icon
 {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    transform: translate(-16px, 0px);
}
.list-contact ul li a {
    background-color: #72cdff;
    padding: 10px 30px;
    border-radius: 50px;
    border-bottom: 3px solid #fff;
}