/*
Theme Name: Hello Elementor - EALive
Theme URI: http://salesgroup.pt
Description: A child theme of Hello Elementor
Author: Sales Group
Author URI: http://salesgroup.pt
Version: 1.0.0
Template: hello-elementor
Text Domain: hello-elementor-child
*/
@import url("../hello-elementor/style.css");

/*
NOVAS CORES
#262F3A - background
#1E2C38 - cor de texto
#FF1B46
#DDDEE1
#EBFE9E
#E5B633
*/
html {
    scroll-behavior: smooth;
}
.fix-position-relative {
    position: relative !important;
}
.max-width-1900 {
    max-width: 1900px;
}
.elementor-9 .elementor-element.elementor-element-8d16062 .elementor-post__title a {
    text-transform: uppercase;
}
.elementor-posts .elementor-post__card .elementor-post__excerpt {
    margin-bottom: 5px;
}
.elementor-9 .elementor-element.elementor-element-8d16062 .elementor-post__meta-data {
    padding: 0;
}
.header-menu-btn .elementor-button.elementor-button-link {
    padding: 0;
}
.header-menu-btn a svg {
    font-size: 28px;
}
.header-menu-btn a span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.go-to-top {
    position: fixed;
    padding: 5px;
    z-index: 2 !important;
}
.go-to-top-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    display: none;
}
@media all and (min-width: 768px) {
    .go-to-top-icon {
        bottom: 25px;
        right: 25px;
    }
}
.go-to-top-icon.visible {
    display: block;
    opacity: 1;
    z-index: 2 !important;
}
.hp-artista-each .hp-artista-each-text {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.hp-artista-each:hover .hp-artista-each-text {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.header-menu-btn a .elementor-button-icon {
    margin-left: 12px;
}
.hp-noticias .elementor-post__text {
    padding: 5px 15px !important;
}
.hp-noticias .elementor-post-date {
    padding: 5px 15px !important;
}
.hp-noticias .elementor-post__meta-data {
    padding: 0 !important;
}
.hp-noticias .elementor-post__meta-data {
    border-top: 0px !important;
}
.hp-noticias .elementor-post__title a {
    text-transform: uppercase;
}
@media all and (min-width: 1024px) {
    .hp-noticias .elementor-post__text {
        /*padding: 0 90px !important;*/
    }
    .hp-noticias .elementor-post-date {
        /*padding: 0 90px !important;*/
    }
}
.elementor-countdown-item:not(:last-child) {
    border-right: 1px solid #FF1B46;
}
.pointer-events-none {
    pointer-events: none;
}
.teste {

}