/* 
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 */

.logo img {
    transition: ease-in-out .4s;
}

.elementor-sticky--effects .logo img {
    height: 72px !important;
}

.elementor-sticky--effects.header {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.ti-widget * {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
}

.ti-header-write-btn {
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
    text-transform: var(--e-global-typography-text-text-transform) !important;
    font-style: var(--e-global-typography-text-font-style) !important;
    text-decoration: var(--e-global-typography-text-text-decoration) !important;
    line-height: var(--e-global-typography-text-line-height) !important;
    letter-spacing: var(--e-global-typography-text-letter-spacing) !important;
    color: var(--e-global-color-588ebe7d) !important;
    background-color: var(--e-global-color-secondary) !important;
    border-color: var(--e-global-color-accent) !important;
    border-width: 1px !important;
    border-radius: 0px !important;
    padding: 12px 35px 12px 35px !important;
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
    display: flex !important;
}

.elementor-blockquote--skin-quotation .elementor-blockquote::after {
    color: var(--e-global-color-secondary);
    font-size: calc(1.3px * 100);
    content: "“";
    font-family: Times New Roman, Times, serif;
    font-weight: 900;
    height: .6em;
    line-height: 1;
    display: flex;
    transform: rotate(180deg);
}

.symvoules-accordion .eael-accordion-list {
    border-bottom: 1px solid var( --e-global-color-accent );
}

.symvoules-accordion .eael-accordion-list:first-child {
    border-top: 1px solid var( --e-global-color-accent );
}

.symvoules-accordion .eael-accordion-header {
    display: flex !important;
    flex-direction: row-reverse !important;
}

.symvoules-accordion .eael-advanced-accordion-icon-closed,
.symvoules-accordion .eael-advanced-accordion-icon-opened {
    margin: 0px !important;
}

.symvoules-accordion ul {
    padding-left: 20px !important;
}

.partners-carousel .eael-lc-logo img {
    height: 120px !important;
    width: 100% !important; 
    object-fit: contain !important;
}

.partners-carousel .swiper-button-prev,
.partners-carousel .swiper-button-next {
    width: 42px !important;
    height: 42px !important;
}

.postfolio-gallery .e-gallery-image {
    padding-bottom: 150% !important;
}

.elementor-form button {
    line-height: normal !important;
}

.newsletter-form input {
    outline: none !important;
    box-shadow: none !important;
}


.collection-loop-item img {
    height: 75vh;
    object-fit: cover;
}

.collection-loop-item .elementor-widget-heading {
    flex-grow: 1;
}

.single-collection-form .elementor-field-group:has(#form-field-item_title),
.single-collection-form .elementor-field-group:has(#form-field-item_url) {
    display: none !important;
}

.shiping-cost-message {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-text);
}


.language-switcher .wpml-ls-legacy-dropdown {
    width: 64px;
}

.language-switcher a.js-wpml-ls-item-toggle {
    background-color: transparent !important;
}


@media only screen and (max-width: 1500px) {
    .collection-loop-item img {
        height: 60vh;
    }
}