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

/* Custom create
 * by @candidocarol - Carolina Candido */

.mb-0 {
	margin-bottom: 0px!important;
}
/*
 * Button */
.button-icon .elementor-button-text {
	display: flex!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    align-content: center!important;
    align-items: center!important;
    line-height: 1!important;
}
.button-icon.button-cerveja .elementor-button-icon svg {
	fill: #EAD03E;
}
/*
 * Header */

@media (max-width: 767px) {
	#header {
		background-color: var(--e-global-color-secondary);
	}
}

	
/*
 * Listagem Cerveja */
.item-cerveja {
	background-image: none!important;
	transition: all .3s;
}
.item-cerveja:hover {
	background-image: url("https://alcatraz.desejomeusite.com.br/wp-content/uploads/2025/11/background-ilustration-hover.webp")!important;
    background-position: center center;
	background-color: var(--e-global-color-primary);
}
.item-cerveja:hover .elementor-heading-title {
	color: #FFFFFF!important;
}

.item-cerveja .desc-cerveja,
.item-cerveja .divisor-cerveja,
.item-cerveja .caracteristicas-cerveja {
	transition: all .3s;
}
.item-cerveja:hover .desc-cerveja,
.item-cerveja:hover .divisor-cerveja,
.item-cerveja:hover .caracteristicas-cerveja {
	display: none;
}
.item-cerveja:hover .imagem-cerveja {
	background-image: none!important;
}

.item-cerveja .pedir-cerveja,
.item-cerveja .texto-pedir-cerveja {
	transition: all .3s;
	display:none;
}
.item-cerveja:hover .pedir-cerveja,
.item-cerveja:hover .texto-pedir-cerveja {
	display: block;
/* 	opacity: 1; */
}

.elementor-heading-title small {
	font-size: 12px;
}
/*
 * Contato */
.item-contato:hover h2 {
	color: var(--e-global-color-primary)!important;
}
.item-contato-icone .elementor-icon-wrapper {
    height: 24px;
	width: 24px;
}
.item-contato-icone svg {
	margin-right: 0px!important;
}
.item-contato:hover h2 {
	color: var(--e-global-color-primary)!important;
}

a.link-mapa {
	color: #9a9a9a; 
	font-size: 16px!important;
	text-decoration:underline;
}
a.link-mapa:hover {
	color: #E51B20;
}
.elementor-field-option label {
	font-size: 14px;
}
.elementor-widget-form .elementor-field-group .elementor-field::placeholder {
   color: var(--e-global-color-text);
}
.elementor-field-option {
	display: flex;
    gap: 8px;
    flex-direction: row;
    align-content: center;
}

/*
 * Footer */
.footer a {
	color: #EDEDED!important;
	text-decoration: underline;
}
.footer a:hover {
	color: var(--e-global-color-primary)!important;
}