/*!
Theme Name: Mark Haacke
Theme URI: https://markhaacke.de/
Template: kadence
Author: Michael Rademacher
Author URI: https://www.realmaker.de/
Description: Mark Haacke
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: markhaacke
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.hero-label {
    position: relative;
    display: inline-block;
}
.hero-label::before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--global-palette1);
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.white-stroke {
    -webkit-text-stroke: 1px var(--global-palette9);
    color: transparent !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-grey-italic {
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    font-family: 'Instrument Sans', sans-serif;
    font-style: italic;
    line-height: 1em;
    color: var(--global-palette6);
    font-size: 0.6em;
}

.font-underline-red {
    text-decoration: underline;
    text-decoration-color: var(--global-palette1);
}

.ul-border-bottom ul li {
 border-bottom: 1px solid #d4d4d4;
     padding: 1px 0 4px 0 !important;
}

.site-header-row-container-inner {
    transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-container {
    padding: 0 var(--global-kb-spacing-xl, 4rem) !important;
}

.widget_block#block-42 {
    margin-bottom: 0 !important;
}

h2.widget-title {
    color: var(--global-palette9);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
}

footer .widget_nav_menu a {
    color: var(--global-palette6);
        font-size: 0.85rem;
        transition: color 0.3s;
}

footer .widget_nav_menu a:hover., footer .widget_nav_menu a:focus {
    color: var(--global-palette-highlight);
    transition: color 0.3s;
}

.site-footer-bottom-section-1 p {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    font-family: var(--global-body-font-family);
    text-transform: uppercase;
}

:root {
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}


::selection {
    background: var(--global-palette1);
    color: var(--global-palette9);
}

/* Custom Cursor */
.cursor {
    width: 20px;
    height: 20px;
    border: 2px solid var(--global-palette1);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.15s var(--ease-out-expo), opacity 0.15s;
    transform: translate(-50%, -50%);
}
.cursor-dot {
    width: 4px;
    height: 4px;
    background: var(--global-palette1);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.category-image-wrapper, .category-image-wrapper .wp-block-kadence-image {
    position: relative;
}

.category-button-wrapper {
    position: absolute;
    bottom: calc(14px + 1rem);
    left: 14px;
}

.category-button-wrapper .kt-btn-inner-text {
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
}

.category-button-wrapper.wp-block-kadence-advancedbtn .kb-button {
    padding: 6px 8px !important;
}


body.content-width-fullwidth .content-area {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

body.content-vertical-padding-hide .content-area {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.kt-blocks-post-readmore {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    display: block !important;
    margin-top: 1.5rem;
    text-align: center;
}

.kt-post-loop6_6450b3-06 .kt-blocks-post-grid-item .kt-blocks-post-grid-item-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.kt-post-loop6_6450b3-06 .kt-blocks-post-grid-item .kt-blocks-post-grid-item-inner a {
    text-decoration: none !important;
    font-weight: 600 !important;
}


.entry.single-entry {
    box-shadow: none !important;
}

footer label a {
    color: var(--global-palette1) !important;
}