/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Categorias */
.tab-category-name:hover h3,
.tab-category-name.active h3 {
    color: #2c2c2c !important;
    cursor: pointer;
}

.tab-category-item {
    display: none !important;
}

.tab-category-item.active {
    display: flex !important;
}

/* Nomeações */
.tab-nomeados-name:hover h3,
.tab-nomeados-name.active h3 {
    color: #2c2c2c !important;
    cursor: pointer;
}

.tab-nomeados-item {
    display: none !important;
}

.tab-nomeados-item.active {
    display: flex !important;
}

.tab-nomeados-item a {
    width: 100% !important;
}


/* Edições */
.tab-edicao-name:hover h3,
.tab-edicao-name.active h3 {
    color: #2c2c2c !important;
    cursor: pointer;
}

.tab-edicao-item {
    display: none !important;
}

.tab-edicao-item.active {
    display: flex !important;
}

/* Main */
 body.home {
	overflow-y: hidden;
}

.custom-gallery img {
	width: 100%;
	height: 300px !important;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.custom-gallery img {
		width: 100%;
		height: 250px !important;
		object-fit: cover;
	}
}

.lang-item-pt{
	border-right: 1px solid #2c2c2c !important;
}

.elementor-location-header .menu-item a {
	line-height: 15px !important;
}