/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@media (max-width: 480px) {
    .gtranslate_wrapper {
        margin-top: -10px;
    }
  }

.elementor-element-3c833214{
    position: relative;
    display: inline-block;
    width: 173px !important;
    height: 100%;
    padding-top: 4px;
}

.gtranslate_wrapper{
    position: absolute !important;
    background-color: #FFFFFF;
    z-index: 888 !important;
    vertical-align: middle;
}
 

 
.gt_switcher {
        font-family: 'Poppins';
        font-size: 13px;
        font-weight: 500;
        width: 100%;
        cursor: pointer;
        outline: 0;
        border: 0px solid #ffffff;
        border-radius: 0px;
        background: #FFFFFF !important;
        color: #171C24;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        z-index: 888 !important;
    }
.gt_option, .gt_option a, .gt_selected {
    color: #171C24;
    background: none !important;
    border: none !important;
    z-index: 888 !important;
}

/* Remove pointer from table headers */

.sorting-none {
    cursor: default !important;
}

.eicon-caret-down:before {
    content: none !important;
}