/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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(min-width: 1025px){
    .main-page--btn .elementor-button-icon{
        margin-left: 36px;
    }
}

.colored--btn a{
    color: #000 !important;

}

.footer_navigation--ctn a{
    color: #fff !important;
}

.footer_navigation--ctn a:hover{
    color: var(--e-global-color-primary) !important;
    cursor: pointer;
}

.gt_selector{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #d5a239;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px 0px 0px;

    padding-right: 30px;
    position: relative;

    border: none !important;
}

.gtranslate_wrapper {
    position: relative;
    display: inline-block;
}

.gtranslate_wrapper::after {
    content: "▼"; /* Freccia Unicode */
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 32px;
    transform: translateY(-50%);
    pointer-events: none;
}

@media (max-width: 767px){
    .gt_selector {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #FFF;
        border-radius: 20px;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
        position: relative;
        padding: 2px 16px;
    }

    .gtranslate_wrapper::after {
        content: "▼";
        font-size: 14px;
        color: #000;
        position: absolute;
        right: 15px;
        top: 12px;
        transform: translateY(-50%);
        pointer-events: none;
    }
}
