/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1678355452
Updated: 2023-03-09 09:50:52

*/

.header-link .elementor-icon-list-items li:nth-child(3) a{
    margin-right: 10px;
}
.header-link .elementor-icon-list-items li:nth-child(4) a {
    margin-right: 18px;
}

.footer-site-icon .elementor-icon-list-items li a .elementor-icon-list-icon{
    filter: invert(99%) sepia(94%) saturate(0%) hue-rotate(103deg) brightness(112%) contrast(100%);
}

.ribbon-btn .elementor-button-wrapper a{
    display: inline-block;
    background: #e86f2f;        /* orange base */
    color: #fff;
    font-weight: 700;
    padding: 12px 28px 12px 22px;
    text-decoration: none;
    position: relative;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    border-radius: 0px; /* slight rounding on the left */
}

.ribbon-btn .elementor-button-wrapper a::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -11px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #e86f2f; /* same color as button */
}

.ribbon-btn .elementor-button-wrapper a:hover {
    background: #d85f21;
}

.ribbon-btn .elementor-button-wrapper a:hover::after {
    border-left-color: #d85f21;
}