/*
Theme Name: TailWP Child
Theme URI: https://ivonfilho.com
Description: Tema filho do TailWP
Author: Ivon Filho
Author URI: https://ivonfilho.com
Template: tailwp
Version: 1.1.0
*/

/* Aplicação das configurações */
body {
    font-family: var(--font-principal);
    color: var(--color-paragrafo);
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-titulo);
    font-weight: bold;
}

h1 {
    font-size: 2.2rem;
    font-size: clamp(2.2rem, 1.8285714285714287rem + 1.8571428571428568vw, 3.5rem);
}

a {
    transition: color 0.3s ease;
}

a:hover {
    color: var(--color-principal);
}

/*
button:hover {
    background:  var(--color-principal);
}
*/
.container {
    max-width: 1440px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

p {
    margin-bottom: 1.5em;
}

p:last-child {
    margin: 0;
}

.elementor-heading-title,
.entry-title {
    color: var(--e-global-color-secondary);
}

#sidebar-mobile .widget_media_image {
    max-width: 50px;
}

.carrossel-p-10 .e-loop-item {
    padding: 10px;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
    background: transparent !important;
}

.elementor-nav-menu--dropdown {
    overflow: hidden !important;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
border-inline-start: 0px !important;
}
.elementor-nav-menu .sub-arrow {
    padding: 10px 2px !important;
}

/*
.admin-bar .min-h-screen {
    min-height: calc(100vh - 46px);
}

@media (min-width: 768px) {
    .admin-bar .min-h-screen {
        min-height: calc(100vh - 32px);
    }
}
*/

@media (min-width: 768px) {}