/**

* Theme Name: Heritaste Child

* Description: This is a child theme of Heritaste, generated by Merlin WP.

* Author: <a href="http://themeforest.net/user/themekalia">Theme Kalia</a>

* Template: heritaste

* Version: 1.3

*/

body {
    font-size: 18px;
    color: #c0c3c6!important;
    line-height: 28px;
    font-weight: 400;
    background: #f2f1ed;
    font-family: 'Kumbh Sans', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFF!important;
    margin-bottom: 0.5rem!important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem!important;
}

/* html sitemap */
.html-sitemap ul{
    list-style: none;
    padding-left: 1em;
}

.html-sitemap li{
    margin: 4px 0;
}

.html-sitemap h2{
    margin-top: 1em;
    font-size: 1.3em;
    color: #FFF;
}

/* footer */
section.footer-style-two .widget-title strong {
    color: #FFF;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

/* contact */
.page-id-3348 label {
    width: 100%;
}
.page-id-3348 span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.page-id-3348 .wpcf7-form input[type="text"], .page-id-3348 .wpcf7-form input[type="email"], .page-id-3348 .wpcf7-form input[type="tel"], .page-id-3348 .wpcf7-form select, .page-id-3348 .wpcf7-form input[type="date"], .page-id-3348 .wpcf7-form input[type="number"], .page-id-3348 .wpcf7-form textarea {
    width: 100%;
}
.page-id-3348 .wpcf7-form textarea {
    height: auto;
}
.page-id-3348 .wpcf7-form p {
    text-align: left;
}

/* complianz */
#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 18px;
    margin-top: 0;
}
#cmplz-cookies-overview .cmplz-dropdown, #cmplz-document .cmplz-dropdown, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown {
    background-color: #000;
    color: #FFF;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
    background-color: #000;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    font-size: var(--cmplz_category_header_active_font_size);
    color: #b9edb9;
}

/* blog */
.news-block-one .inner-box .lower-content h2 a {
    color: #fff!important;
}

/* autor */
.author-profile-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #4a4747;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.author-profile-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.author-avatar img {
    border-radius: 50%;
}

.author-info {
    flex: 1;
}

.author-name {
    margin: 0 0 10px;
}

.author-description {
    font-size: 15px;
    color: #444;
    margin-bottom: 15px;
}

.author-contacts {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.author-contacts li {
    margin-bottom: 5px;
    font-size: 15px;
}

.author-contacts i {
    margin-right: 6px;
    color: #0073aa;
}

.author-social a {
    margin-right: 10px;
    color: #555;
    font-size: 20px;
    transition: color 0.3s;
}

.author-social a:hover {
    color: #0073aa;
}
