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

/* Header */
.light-menu-bg a {
	border-radius: 20px;
	background: #FFD;
	color: #BE8B46 !important;
	font-size: 14px !important;
}

.light-menu-bg a.elementor-item svg {
	fill: #BE8B46;
    width: 19px;
}

.light-menu-bg.social-media > a.elementor-item {
	padding-right: 9px !important;
    padding-left: 9px !important;
	max-width: 38px;
}

.light-menu-bg a::after {
	display: none;
}

/* Leitura atual */
.emocao {
	display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    gap: 8px;
    border-radius: 44px;
    border: 2px solid var(--Principais-02, #F5CEAB);
    background: #FFFFF0;
    padding: 2px 15px 2px 12px;
    box-shadow: 0px 4px 16px 0px rgba(26, 26, 26, 0.15);
	font-weight: 500;
	text-transform: capitalize;
}

/* Others */
.highlighted {
	color: #BE8B46 !important;
}