/*
Theme Name: Leopoldauer Alm
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Cookie */
@font-face {
    font-display: swap;
    font-family: 'Cookie';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/cookie-v23-latin-regular.woff2') format('woff2');
}

/* Offside */
@font-face {
    font-display: swap;
    font-family: 'Offside';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/offside-v26-latin-regular.woff2') format('woff2');
}

h1 {
    font-family: "Offside", Sans-serif;
}

h1, h2, h3 {
    font-weight: 400;
}

body {
    font-family: "Offside", Sans-serif;
}

#site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#site-logo {
    margin-bottom: -2.5rem;
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0px 5px 20px 0px rgba(7, 25, 60, 0.1);
}

#site-logo .custom-logo {
    max-width: 140px;
}

#site-header-sticky-wrapper.is-sticky .custom-logo {
    max-height: 10rem !important;
}

#site-navigation-wrap {
    margin-left: auto;
}

#site-navigation-wrap .dropdown-menu a {
    font-family: "Offside", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

#site-navigation-wrap .dropdown-menu > li > a {
    line-height: 1;
    padding: 0.85rem;
}

#site-navigation-wrap .dropdown-menu > li > a:hover {
    color: #BC906B;
}

.wcmenucart-details.count {
    background-color: #BC906B !important;
}

.dropdown-menu .sub-menu,
.current-shop-items-dropdown {
    border-color: #BC906B;
}

#site-navigation-wrap .itc-menu-btn {
    margin-right: 1rem;
}

#site-navigation-wrap .itc-menu-btn a {
    color: #ffffff !important;
    background-color: #BC906B;
}

#site-navigation-wrap .itc-menu-btn a:hover {
    color: #ffffff !important;
}

.wcmenucart-details.count::before {
    border-color: #BC906B !important;
}

.is-sticky #site-header.shrink-header #site-navigation-wrap .dropdown-menu > li > a {
    line-height: 1 !important;
}

.itc-products .products {
    justify-content: flex-start !important;
}

.itc-products .owp-quick-view,
.itc-products .category,
.itc-products .outofstock-badge {
    display: none !important;
}

.itc-products img {
    height: 200px !important;
    object-fit: cover;
    object-position: center;
}

.itc-products .title h2 a {
    font-size: 1.75rem !important;
}

.itc-products .page-numbers.current {
    background-color: #BC906B;
    color: #ffffff;
}

.ai-wrap {
    color: #BC906B;
    background-color: #f5f5f5;
}

.ai-wrap .ai-audio-control {
    background-color: #BC906B !important;
}

.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
    background-color: #BC906B;
}

.itc-eventson .eventon_list_event * {
    color: #54595F !important;
}
