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

.show_on_hover{
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

div:hover > .show_on_hover{
    opacity: 1;
}


.model-gallery-tabs-nav{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 60px;
}

.mg-tabs {
    justify-content: center;
    margin-bottom: 40px !important;
}

.mg-tab-btn {
    font-family: "Vilane", Sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    color: #8D8D8D !important;
    background: transparent !important;
    border: 0 !important;
    text-transform: uppercase;
    transition: ease 0.3s all;
    position: relative;
}

.mg-tab-btn.active,
.mg-tab-btn:hover {
    color: #000 !important;
}

.mg-tab-btn:not(:last-child):after {
    content: "-";
    margin: auto;
    color: #000;
    font-weight: 300;
    position: absolute;
    right: -10px;
    top: -6px;
    font-size: 35px;
}

.language-switcher a.active {
    font-weight: bold;
}
.language-switcher a {
    color: #232323;
    font-family: "Owners Text", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.language-switcher {
    width: 100%;
    display: flex
;
    gap: 5px;
    justify-content: flex-end;
}

.language-switcher a:hover{
    color: #232323;
    font-weight: bold;
}

.hover-filter:hover .elementor-background-overlay {
    mix-blend-mode: normal !important;
}


@media screen and (max-width: 800px) {
    .show_on_hover p{
        margin: 0 !important;
    }
}

.news-template-default h1{
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}

.news-template-default .news_term{
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.news-template-default .news_term a{
    color: #8D8D8D !important;
}

#news_content .wp-block-heading{
    line-height: normal;
}

a.read-less-link,
a.read-more-link {
    display: block;
    width: 100%;
    color: #000;
    text-transform: uppercase;
    margin-top: 5px;
    cursor: pointer;
}

a.read-less-link i,
a.read-more-link i{
    margin-right: 10px;
    font-size: 15px;
}

#news_content h2{
    font-size: 24px;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: rgba(54, 54, 54, .75);
    color: #fff;
    text-decoration: none;
}