/*
Theme Name: lsystem
Theme URI: vdisain.ee
Template: hello-elementor
Author: vDisain
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1724416080
Updated: 2024-08-23 12:28:00

*/

.custom-gallery .e-gallery-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='m27.414 24.586-5.077-5.077A9.932 9.932 0 0 0 24 14c0-5.514-4.486-10-10-10S4 8.486 4 14s4.486 10 10 10a9.932 9.932 0 0 0 5.509-1.663l5.077 5.077a2 2 0 1 0 2.828-2.828zM7 14c0-3.86 3.14-7 7-7s7 3.14 7 7-3.14 7-7 7-7-3.14-7-7z' fill='%23f8ec00'/%3E%3Cpath d='M19 14a1 1 0 0 1-1 1h-3v3a1 1 0 0 1-2 0v-3h-3a1 1 0 0 1 0-2h3v-3a1 1 0 0 1 2 0v3h3a1 1 0 0 1 1 1z' fill='%23f8ec00'/%3E%3C/svg%3E");
    background-size: cover;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.custom-gallery .e-gallery-item:hover::after {
	opacity: 1;
}
.custom-grid .elementor-cta__title{
	display: flex;
    justify-content: center;
    gap: 10px;
}
.flag{
	height: 25px;
    aspect-ratio: 4 / 3;
    display: inline-flex;
    align-self: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.lv{
    background-image: url(/wp-content/uploads/2025/02/latvia.png);
}
.ee{
    background-image: url(/wp-content/uploads/2025/02/estonia.png);
}
.lt{
    background-image: url(/wp-content/uploads/2025/02/lithuania.png);
}

.iti__search-input{
    background-color: white !important;
    border-color: #0E2C62 !important;
}

.iti__search-input:focus-visible{
    outline-color: #0E2C62 !important;
}

.iti--inline-dropdown .iti__dropdown-content{
    min-width: 215px !important;
}

.elementor-message-danger{
    color: rgb(248, 236, 0) !important;
}

.elementor-slideshow__share-links a[href*="twitter.com"],
.elementor-slideshow__share-links a[href*="pinterest.com"] {
    display: none !important;
}

.menu-button-mob {
	font-size: var(--e-global-typography-315709c-font-size);
    line-height: var(--e-global-typography-315709c-line-height);
    letter-spacing: var(--e-global-typography-315709c-letter-spacing);
	    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-315709c-font-family), Sans-serif;
    /* font-size: var(--e-global-typography-315709c-font-size); */
    font-weight: var(--e-global-typography-315709c-font-weight);
    text-transform: var(--e-global-typography-315709c-text-transform);
    font-style: var(--e-global-typography-315709c-font-style);
    text-decoration: var(--e-global-typography-315709c-text-decoration);
    /* line-height: var(--e-global-typography-315709c-line-height); */
    /* letter-spacing: var(--e-global-typography-315709c-letter-spacing); */
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    transition-duration: 0s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-accent);
    padding: 10px 10px 10px 10px;
}