/*!
    Theme Name: Hilton Barra
    Theme URI: https://hiltonbarra.com
    Description: Tema para site Hilton Barra.
    Author: Hilton Barra
    Author URI: https://hiltonbarra.com
    Version: 1.0.0
    Stable tag: 2.4.1
    Requires at least: 4.7
    Tested up to: 5.6
    Requires PHP: 5.6
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Text Domain: hilton-barra
    Tags: custom-colors, custom-menu, custom-logo, featured-images,
*/

[type=button], [type=submit], button {
    color: var(--e-global-color-primary);
}

[type=button]:focus, 
[type=button]:hover, 
[type=submit]:focus, 
[type=submit]:hover, 
button:focus, 
button:hover {
    background-color: var(--e-global-color-primary);
}

h1, h2 {
    font-weight: 900 !important;
}

body {
    margin: 0;
}

a {
    color: var(--e-global-color-primary);
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}

.remove-margin-p p {
    margin-bottom: 0; 
}

.p-fixed p,
.p-fixed ul {
    margin-bottom: 0.9rem;
}

.remove-padding-ul ul {
    padding-left: 16px;
}

.remove-padding-ul ul li {
    margin-bottom: 8px;
}

.remove-padding-ul ul li:last-child {
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .remove-padding-ul ul {
        padding-left: 16px;
    }
    
    .list-block-new ul {
        padding-left: 16px;
    }
}

.page-content .rank-math-breadcrumb a {
    text-decoration: none;
}

.rank-math-breadcrumb a {
    color: #000000;
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}

.rank-math-breadcrumb p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.rank-math-breadcrumb .last {
    color: var(--e-global-color-primary);
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}

body.page-child .rank-math-breadcrumb a {
    color: #666666;
    font-family: "Loew";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: initial;
}

body.page-child .rank-math-breadcrumb p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

body.page-child .rank-math-breadcrumb .separator svg {
    vertical-align: middle;
}

body.page-child .rank-math-breadcrumb .last {
    color: #C4C4C4;
    font-family: "Loew";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: initial;
}