/*
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');
}

/* Fjalla One */
@font-face {
    font-display: swap;
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/fjalla-one-v16-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;
}

.product-addon-highlighted {
    background-color: #E5340D;
    padding: 15px !important;
    border-radius: 5px;
}

.product-addon-highlighted span,
.product-addon-highlighted label,
.product-addon-highlighted a {
    color: #ffffff !important;
    font-weight: 900 !important;
}

.amount {
    color: #BC906B !important;
}

#wpforms-form-19276 .wpforms-submit-container {
    display: none !important;
}

.dropdown-menu .sub-menu {
    min-width: 256px;
}

.menu-item-has-children > a .wpml-ls-display {
    display: none;
}

#scroll-top {
    right: 35px;
    background-color: #BC906B;
    border-radius: 100%;
}

.embedded-agent-container {
    bottom: 50px !important;
}

.itc-overlay-info-container,
.itc-overlay-btn-container {
    position: fixed;
    bottom: 18px;
    width: max-content;
    max-width: 100%;
    z-index: 100;
}

.itc-overlay-btn-container {
    right: 100px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 14px;
}

.itc-overlay-btn-container .itc-overlay-btn {
    display: block;
    background-color: #bc906b;
    font-size: 14px;
    box-shadow: 5px 5px 0px 0px rgba(188,144,107,0.3);
    padding: 10px 12px;
    min-width: 175px;
    max-width: 100%;
    text-align: center;
    color: #ffffff;
}

.itc-overlay-btn-container .itc-overlay-btn:hover {
    background-color: rgba(0,0,0,.8);
}

.itc-overlay-info-container {
    left: 20px;
}

.itc-overlay-info-container .itc-overlay-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 5px 10px;
    height: 60px;
    background-color: #BC906B;
    width: max-content;
    min-width: 60px;
}

.itc-overlay-info-container .itc-overlay-info:active,
.itc-overlay-info-container .itc-overlay-info:hover {
    gap: 5px;
}

.itc-overlay-info-container .itc-overlay-info i {
    font-size: 40px;
    text-align: center;
    margin: auto;
}

.itc-overlay-info-container .itc-overlay-info p {
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-weight: 700;
    overflow: hidden;
    width: 0px;
    height: 0px;
    opacity: 0;
    transition: width 0.25s ease-in-out;
    max-height: 60px;
}

.itc-overlay-info-container .itc-overlay-info p a {
    color: inherit !important;
}

.itc-overlay-info-container .itc-overlay-info:active p,
.itc-overlay-info-container .itc-overlay-info:hover p {
    opacity: 1;
    width: 115px;
    height: auto;
}

.oceanwp-mobile-menu-icon {
    margin-left: auto;
}

@media all and (max-width: 480px) {
    .itc-overlay-info-container .itc-overlay-info:active p,
    .itc-overlay-info-container .itc-overlay-info:hover p {
        width: 220px;
    }

    .itc-overlay-info-container .itc-overlay-info {
        height: 40px;
        min-width: 45px;
    }

    .itc-overlay-info-container .itc-overlay-info i {
        font-size: 25px;
    }

    .itc-overlay-info-container .itc-overlay-info p {
        max-height: 40px;
    }

    .itc-overlay-info-container {
        bottom: 10px;
        left: 10px;
    }
}

@media all and (max-width: 959px) {
    #site-header {
        height: 80px;
    }

    #site-header-inner {
        align-items: flex-start;
    }

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

.itc-food-menu img {
    width: 100% !important;
    height: 256px !important;
    object-fit: cover;
    object-position: center;
}

.itc-food-menu h2,
.itc-food-menu h3,
.itc-food-menu h5,
.itc-food-menu .elementor-price-list-item * {
    font-family: "Offside", Sans-serif !important;
}

.itc-food-menu h2,
.itc-food-menu h3 {
    font-size: 25px !important;
}

.itc-food-menu h5,
.itc-food-menu .elementor-price-list-item * {
    font-size: 18px !important;
}

#footer-widgets .elementor-button {
    color: #ffffff !important;
    background-color: #2A2A2A;
    border-radius: 50%;
    padding: 12px 14px;
}

#footer-widgets .elementor-button:hover {
    color: #BC906B !important;
}

.ajde_evcal_calendar.boxy.boxstyle1.tbg1 #evcal_list .eventon_list_event .desc_trig {
    flex-direction: column !important;
}