/*
 Theme Name: YOOtheme Goldener
 Theme URI: https://goldeneradler.altea-service.com
 Description: Child theme di YOOtheme per Goldener Adler
 Author: Altea Service
 Author URI: https://altea-service.com
 Template: yootheme
 Version: 1.0.0
*/

/* ==========================================================================
   Custom Fonts - Acme Gothic & Zeitung Pro (Adobe Fonts / Typekit)
   ========================================================================== */
@import url("https://use.typekit.net/ept1bbb.css");



html {
    font-family: "zeitung", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.36;
    letter-spacing: -0.01em;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6,
h1, h2, h3, h4, h5, h6 {
    font-family: "zeitung", sans-serif !important;
    font-weight: 400;
}

strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

blockquote,
.uk-description-list > dt,
.uk-table th,
.uk-form-label,
.uk-button,
.uk-card-badge,
.uk-badge,
.uk-label,
.uk-article-meta,
.uk-comment-meta,
.uk-nav-default,
.uk-nav-primary .uk-nav-subtitle,
.uk-nav-secondary,
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle,
.uk-navbar-dropdown-nav,
.uk-subnav > * > :first-child,
.uk-breadcrumb > * > *,
.uk-pagination > * > *,
.uk-tab > * > a,
.uk-dropdown-nav,
.uk-text-lead,
.uk-text-meta,
.tm-section-title,
.uk-font-default,
.uk-font-secondary {
    font-family: "zeitung", sans-serif !important;
}
.uk-light {}

.uk-light .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-light .uk-heading-3xlarge {

    /* ── effetto sketch ink bianco ──  */

    -webkit-text-stroke: 3px #fff;

    background:
            repeating-linear-gradient(
                    38deg,
                    #fff 0, #fff 1.7px,
                    transparent 0, transparent 7px
            ) 0 / 8px 8px,
            repeating-linear-gradient(
                    52deg,
                    #fff 0, #fff 1.2px,
                    transparent 0, transparent 9px
            ) 3px 2px / 10px 10px;

    -webkit-background-clip: text;
    background-clip: text;

    filter: url(#sketch-rough-light);
}




.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-heading-3xlarge {
    font-family: "acme-gothic", sans-serif !important;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.36;
 /*   letter-spacing: -0.01em;*/
    text-transform: uppercase;

    /* ── effetto sketch ink ──  */
    color: transparent !important;
    -webkit-text-stroke: 2px #4f3c30;

    background:
            repeating-linear-gradient(
                    38deg,
                    #6b5347 0, #6b5347 1.7px,
                    transparent 0, transparent 4px
            ) 0 / 5px 5px,
            repeating-linear-gradient(
                    52deg,
                    #6b5347 0, #6b5347 1.2px,
                    transparent 0, transparent 6px
            ) 3px 2px / 7px 7px;

    -webkit-background-clip: text;
    background-clip: text;

    filter: url(#sketch-rough);
}


/*
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-heading-3xlarge {
    font-family: "acme-gothic", sans-serif !important;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.36;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}*/

/* ==========================================================================
   Palette colori Goldener Adler
   ------------------------------------------
   CTA Sabbia:           #baae8c
   Sfondo Avorio Chiaro: #ece9e5
   Pietra Fumé (testi):  #645c57
   ========================================================================== */

/* ==========================================================================
   Sfondo sito
   ========================================================================== */

body,
.tm-page {
    background-color: #ece9e5 !important;
}

/* ==========================================================================
   Colore testi globale
   ========================================================================== */

body,
.uk-text-default,
.uk-text-muted {
    color: #645c57 !important;
}

/* ==========================================================================
   Bottoni - rimuovi border-image e applica stile CTA Sabbia
   ========================================================================== */

.uk-button-primary,
.uk-button-primary:hover,
.uk-button-primary:focus,
.uk-button-primary:active {

    border-image: none !important;
    border-image-source: none !important;
    border-image-slice: unset !important;
    border-image-width: unset !important;
    border-image-outset: unset !important;
    border-image-repeat: unset !important;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  /*  background-color: #a89a78 !important;*/
}


.uk-button-secondary,
.uk-button-secondary:hover,
.uk-button-secondary:focus,
.uk-button-secondary:active {

    border-image: none !important;
    border-image-source: none !important;
    border-image-slice: unset !important;
    border-image-width: unset !important;
    border-image-outset: unset !important;
    border-image-repeat: unset !important;
}

.uk-button-secondary:hover,
.uk-button-secondary:focus {
    /*  background-color: #a89a78 !important;*/
}
