/*!
Theme Name: Cuco
Theme URI: https://cuco.lu
Author: custom coding sarl
Author URI: https://cuco.lu
Description: custom theme made by custom coding in Luxembourg
Version: 0.5
Tested up to: 8.1
Requires PHP: 7.4
License: copyright by custom coding
Text Domain: cuco
Tags: cuco, base

Cuco is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/* ===== Fonts ===== */
/* Aguila - latin */
@font-face {
    font-family: 'Aguila';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/aguila-regular.woff'); /* IE9 Compat Modes */
    src: local(''),
        /* IE6-IE8 */ url('fonts/aguila-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/aguila-regular.woff') format('woff'), /* Safari, Android, iOS */ url('fonts/aguila-regular.svg') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

h1 {
    font-family: 'Aguila', sans-serif;
    font-size: 48px;
}

h2 {
    font-family: 'Aguila', sans-serif;
    font-size: 36px;
}

h3 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

/* ===== Colors ===== */
.theme-color {
    color: #72005F;
}

/* ===== Structure ===== */
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: auto;
}

.container {
    padding: 0 100px;
    max-width: 1835px;
    margin: 0 auto;
}

.content {
    min-height: 290px;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grid-2 {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 50px;
}

.grid-2-left {
    display: grid;
    grid-template-columns: 1fr .5fr;
    gap: 80px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

a.read-more {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    width: calc(100% + 15px);
    display: block;
}

a.read-more i {
    transition: left .3s ease-in-out;
    left: 5px;
    position: relative;
}

a.read-more:hover i {
    left: 15px;
}

img.responsive {
    width: 100%;
    height: auto;
}

.info-box-grey {
    background: #EEEBE7;
    border-radius: 25px;
    padding: 50px 40px;
}

/* ===== Loading ===== */
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    background: #FF3D00;
    width: 16px;
    height: 16px;
    transform: translate(-50%, 50%);
    border-radius: 50%;
}

.loader::before {
    left: auto;
    right: 0;
    background: #FFF;
    transform: translate(50%, 100%);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ===== Header ===== */
header {
    background: #EEEBE7 url("includes/assets/img/bg-header.svg") no-repeat;
    background-position-y: 50px;
    min-height: 300px;
}

header .site-branding {
    z-index: 3;
}

body.home header {
    background-position-y: 140px;
}

header .top-bar {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 60px;
    background-color: #72005F;
}

header .top-bar .container {
    height: 100%;
}

header .top-bar ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    gap: 25px;
}

header .top-bar ul > li {
    float: left;
    padding: 8px 7px;
}

header li.select a {
    border: #72005F solid 2px;
    border-radius: 20px;
    padding: 5px 10px;
}

.top-bar a {
    color: white;
    text-decoration: none;
}

.top-bar .cart-button .cart-count {
    background-color: #F47F57;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 0;
    right: 17px;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    color: #72005F;
    font-weight: 700;
}

.top-bar .cart-button {
    position: relative;
    line-height: normal;
    border-right: 1px solid rgba(238, 235, 231, 0.3);
    padding-right: 25px !important;
}

.top-bar .user-button svg {
    margin-right: 5px;
}

header .nav-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

header .page-title {
    width: 100%;
    color: #72005F;
    margin-top: 20px;
    max-width: 800px;
}

header .page-title h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
}

/* ===== Mega-Menu ===== */
#overlay > div > ul > li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: '\f078';
    margin-left: 10px;
}

#overlay > div > ul > li.wpml-ls-item, #overlay > div > ul > li.user-button {
    display: none;
}

header nav > div > ul {
    display: flex;
    align-items: center;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul > li:hover > a {
    background-color: rgba(255, 255, 255, 0.1);
}

header nav ul > li > a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #72005F;
    text-decoration: none;
    padding: 0 20px;
    display: block;
}

header nav ul > li > a i {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 -4px;
}

#overlay-input {
    display: none;
}

/* ===== Lang-Dropdown ===== */
header .top-bar div > ul > .wpml-ls-menu-item > a:after {
    font-family: FontAwesome, sans-serif;
    content: '\f078';
    margin-left: 6px;
}

header .top-bar div > ul > .wpml-ls-menu-item ul {
    position: absolute;
    background: #72005f;
    padding: 17px 10px 0;
    width: 45px;
    margin-left: -4px;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease-out;
}

header .top-bar div > ul > .wpml-ls-menu-item ul li {
    margin-bottom: 10px;
}

header .top-bar div > ul > .wpml-ls-menu-item:hover > ul {
    visibility: visible;
    opacity: 1;
}

/* ===== Searchbar ===== */

.top-bar input {
    outline: none;
}

.top-bar input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

.top-bar input[type=search]::placeholder {
    color: rgba(238, 235, 231, 0.45);
}

.top-bar input::-webkit-search-decoration,
.top-bar input::-webkit-search-cancel-button {
    display: none;
}

.top-bar input[type=search] {
    border: 1px solid rgba(238, 235, 231, 0.45);
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
}

/* Demo 3 */
#demo-3 {
    position: relative;
    width: 200px;
}

#demo-3 input[type=submit] {
    position: absolute;
    font-family: FontAwesome, sans-serif;
    background: none;
    top: 1px;
    right: 2px;
    width: 36px;
    height: 36px;
    color: #fff;
    border: none;
    cursor: pointer;
}

#demo-3 input[type=search] {
    float: right;
    color: white;
    width: 200px;
    padding: 10px 30px 10px 10px;
    cursor: auto;
    background: none;
}

/* ===== Single Taxonomy ===== */
body.tax-program .slider {
    margin-bottom: 40px;
}

body.tax-program .carousel-cell {
    background: #EEEBE7;
    border-radius: 25px;
    padding: 20px;
    margin-right: 25px;
    width: 23%;
    max-width: 305px;
    height: 470px;
}

body.tax-program .carousel-cell .image {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

body.tax-program .carousel-cell .image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

body.tax-program .carousel-cell > a {
    text-decoration: none;
    color: unset;
}

body.tax-program .carousel-cell .title {
    margin-top: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

body.tax-program .carousel-cell .date {
    margin-top: 8px;
    margin-left: 8px;
    position: absolute;
    top: 0;
    color: #EEEBE7;
    z-index: 1;
    border: 1px solid #EEEBE7;
    border-radius: 999em;
    padding: 5px;
}

body.tax-program .carousel-cell .excerpt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}

body.tax-program .carousel-cell .link .read-more {
    display: block;
    text-decoration: none;
    color: #72005F;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

body.tax-program .carousel-cell .link .read-more i {
    transition: left .3s ease-in-out;
    left: 5px;
    position: relative;
}

body.tax-program .carousel-cell > a:hover .read-more i {
    left: 15px;
}

/* ===== Search Page ===== */
.search-result h4 {
    margin: 0 0 5px;
}

.search-result p {
    margin: 0;
}

/* ===== Single News ===== */
body.single-post .image img {
    border-radius: 25px;
    width: 100%;
    height: auto;
}

body.single-post .image, body.single-event .image {
    margin-top: -120px;
}

body.single-post .gallery img {
    border-radius: 15px;
    max-height: 103px;
    width: 177px;
    object-fit: cover;
}

body.single-post .gallery a {
    text-decoration: none;
}

body.single-post .gallery-video svg {
    position: relative;
    top: -135px;
    left: calc(50% - 35px);
}

body.single-post .external-video img {
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

body.single-post .video img {
    border-radius: 20px;
}

body.single-post .video svg {
    position: absolute;
    height: 48%;
    left: 388px;
}

body.single-post .goverlay {
    background: rgba(37, 0, 31, 0.9);
}

/* ===== Single Event ===== */
body.single-event .image img {
    border-radius: 25px;
}

body.single-event .event-head {
    display: grid;
    grid-template-columns: 1fr .1fr;
}

body.single-event .event-head h2 {
    grid-row: 1;
    margin: 0;
}

body.single-event .event-head img {
    width: 75px;
    height: 75px;
    padding: 5px;
    border: 1px solid #72005F;
    border-radius: 50%;
}

body.single-event .event-head .category {
    grid-row: 1/3;
}

body.single-event .info-box-grey > div:first-of-type, .single-product .summary .price {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 25px 20px;
}

/* ===== Single Tip ===== */
body.single-tip .image {
    margin-top: -100px;
    padding: 40px 90px;
    background: white;
    border-radius: 25px;
}

body.single-tip .info-box-grey > div:first-of-type {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 25px 20px;
}

/* ===== Term Archive Page ===== */
.term-grid-2 {
    display: grid;
    grid-template-columns: 1fr .5fr;
    gap: 80px;
}

.term-grid-2 img {
    height: 320px;
    object-fit: cover;
    margin-top: -150px;
    border-radius: 20px;
}

.term-children {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.term-children a {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid rgba(114, 0, 95, 0.25);
    border-radius: 15px;
    width: 265px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.term-children a span {
    max-width: 60%;
    text-align: center;
}

/* ===== Woocommerce ===== */
.related.products .register {
    display: none;
}

.woocommerce .single-product {
    display: grid;
    grid-template-columns: 1fr .4fr;
    gap: 80px;
    margin-top: 80px;
}

.single-product .summary {
    display: flex;
    height: fit-content;
    background-color: #EEEBE7;
    border-radius: 25px;
    padding: 50px;
    flex-direction: column;
}

.single-product .summary.account {
    margin-top: 20px;
}

.single-product .cc-product-base > form {
    margin-top: 50px;
}

.woocommerce .single-product .woocommerce-product-gallery {
    margin-top: -170px;
    padding: 40px 90px;
    background: white;
    border-radius: 25px;
}

.woocommerce .single-product .product-type-ticket-event .woocommerce-product-gallery {
    margin-top: -170px;
    padding: 0;
}

.single-product .field_service_row {
    padding: 0;
    border: 0;
    border-bottom: grey dotted 2px;
}

.single-product .field_row > .form-field {
    display: none;
}

.single-product .field_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    order: 2;
}

.single-product .field_row > p > input {
    width: 100% !important;
    height: 51px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
}

.single-product .field_row label, .single-product .form-field label {
    font-weight: 600;
}

body.woocommerce-checkout .woocommerce-NoticeGroup {
    order: 1;
}

.woocommerce .single-product .product-type-ticket-event .woocommerce-product-gallery__image {
    border-radius: 20px;
}

.woocommerce .single-product .woocommerce-product-gallery img {
    width: 100%;
    height: auto;
}

.woocommerce .single-product .book-meta {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 20px;
    max-width: 500px;
    margin-top: 50px;
    margin-bottom: 35px;
}

.woocommerce .single-product .meta-value {
    font-weight: 700;
}

.woocommerce .single-product .price .amount {
    font-weight: 700;
    font-size: 24px;
    float: right;
}

.woocommerce .single-product .cart > .qty {
    float: left;
}

.woocommerce .single-product .summary .quantity {
    float: right;
}

.woocommerce .single-product .summary .quantity input {
    max-width: 50px;
    font-size: 20px;
    padding: 10px;
    border: none;
}

.single-product form.cart {
    display: flex;
    flex-direction: column;
}

.single-product .content_service_row {
    display: flex;
    flex-direction: column;
}

.single-product .content_service_row hr {
    display: none;
}

.single-product form.cart .wapf {
    order: 4;
}

.single-product form.cart .date_panel {
    order: 1;
}

.single-product form.cart .fields_panel {
    order: 2;
}

.single-product form.cart .yith_evti_total_price {
    order: 4;
}

.single-product form.cart .quantity {
    display: none;
}

.single-product form.cart .outer-button {
    order: 3;
    margin: 12px 0;
}

.woocommerce .single-product .single_add_to_cart_button {
    order: 6;
    margin-top: 25px;
    background: #72005F;
    border: 1px solid #72005F;
    border-radius: 25px;
    color: white;
    padding: 3px 23px;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    width: fit-content;
    cursor: pointer;
}

.woocommerce .single-product .price .amount {
    float: unset;
}

.single-product .summary .product_meta,
.single-product .summary .woocommerce-product-details__short-description,
.single-product .woocommerce-product-gallery__trigger {
    display: none;
}

.single-product .woocommerce-notices-wrapper {
    position: absolute;
    top: 316px;
    width: 50%;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
    background: #72005f;
    color: white;
    border-radius: 20px;
    padding: 20px;
}

.woocommerce .products:not(.related) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 40px;
    list-style: none;
    padding: 0;
}

.woocommerce .products:not(.related) > li {
    display: flex;
    flex-direction: column;
}

.woocommerce .products:not(.related) > li img {
    border-radius: 25px;
    height: 170px;
}

.woocommerce .products:not(.related) > li div[itemprop="description"] {
    display: none;
}

.woocommerce .products:not(.related) > li h2 {
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce .products > li .price {
    display: none;
}

.woocommerce .products > li p {
    color: black;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 104px;
}

.woocommerce .products > li a {
    text-decoration: none;
}

.woocommerce .products > li .woocommerce-loop-product__link {
    -align-self: center;
}

.woocommerce .related.products h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #72005F;
}

/* ===== Woocommerce - Cart ===== */
body.woocommerce-cart .woocommerce {
    margin-top: 50px;
}

body.woocommerce-cart .woocommerce-cart-form table th {
    display: none;
}

body.woocommerce-cart th {
    text-align: left;
}

body.woocommerce-cart .woocommerce-cart-form table {
    border-collapse: collapse;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

body.woocommerce-cart table img {
    width: 65px;
    height: 95px;
    object-fit: cover;
    border-radius: 3px;
}

body.woocommerce-cart table input {
    width: 88px;
    height: 51px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
}

body.woocommerce-cart table .product-name a {
    color: black;
    line-height: 17px;
}

body.woocommerce-cart table a {
    text-decoration: none;
}

body.woocommerce-cart .woocommerce-cart-form table tr:not(:last-of-type) {
    border-bottom: 1px dashed #C4C4C4;
}

body.woocommerce-cart .woocommerce-cart-form table td {
    padding: 40px 33px;
}

body.woocommerce-cart .cart_totals {
    display: flex;
    flex-direction: column;
    background: #EEEBE7;
    border-radius: 25px;
    padding: 20px 65px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 20px;
}

body.woocommerce-cart .wc-proceed-to-checkout a, .single-product .summary a.register {
    display: flex;
    justify-content: center;
    text-decoration: none;
    background: #72005F;
    border: 1px solid #72005F;
    border-radius: 25px;
    color: #EEEBE7;
    padding: 6px 33px;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
}

body.woocommerce-cart a.alt-full-button {
    display: flex;
    justify-content: center;
    text-decoration: none;
    background: #F0765C;
    border: 1px solid #F0765C;
    border-radius: 25px;
    color: #EEEBE7;
    padding: 6px 33px;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
}

body.woocommerce-cart .or {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 10px 0;
}

body.woocommerce-cart .cart_totals h2 {
    color: #72005F;
}

body.woocommerce-cart .cart_totals th {
    font-weight: normal;

}

body.woocommerce-cart .cart_totals td {
    float: right;
}

body.woocommerce-cart .variation, .woocommerce-checkout .variation {
    display: flex;
    gap: 5px 10px;
    flex-wrap: wrap;
}

body .woocommerce-cart-form {
    overflow-x: auto;
}

body.woocommerce-cart .variation p, .woocommerce-checkout .variation p, body.woocommerce-cart .variation dd {
    margin: 0 0 5px 0;
    line-height: 15px;
}

body.woocommerce-cart .variation dt, .woocommerce-checkout .variation dt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex-basis: 50%;
}

/* ===== Woocommerce - Checkout - Left Side ===== */
form.woocommerce-checkout input[type=text], form.woocommerce-checkout input[type=email], .woocommerce-account .woocommerce-Input--text {
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    height: 51px;
    font-size: 28px;
}

.woocommerce-billing-fields__field-wrapper .validate-required {
    font-weight: bold;
}

form.woocommerce-checkout abbr {
    text-decoration: none;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.woocommerce-billing-fields__field-wrapper > p {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#billing_first_name_field, #billing_last_name_field {
    flex-basis: 49%;
}

#billing_company_field, #billing_country_field {
    flex-basis: 100%;
}

#billing_address_1_field, #billing_city_field {
    flex-basis: 79%;
}

#billing_postcode_field, #billing_address_2_field {
    flex-basis: 19%;
}

.woocommerce-checkout-payment ul {
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    padding: 0;
}

.woocommerce-checkout-payment li {
    padding: 30px 20px;
}

.woocommerce-checkout-payment li:not(:last-of-type) {
    border-bottom: 1px solid #C4C4C4;
}

.woocommerce-checkout-payment li label {
    font-size: 20px;
    margin-left: 10px;
}

.woocommerce-checkout-payment li input[type=radio] {
    width: 20px;
    height: 20px;
}

/* ===== Woocommerce - Checkout - Right Side ===== */
.woocommerce-checkout-review-order {
    display: flex;
    flex-direction: column;
    background: #EEEBE7;
    border-radius: 25px;
    padding: 20px 65px;
}

.woocommerce-checkout-review-order li, .woocommerce-checkout-payment li {
    list-style: none;
}

.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
}

.woocommerce-checkout-review-order-table tfoot {
    border-top: 1px solid #C4C4C4;
}

.woocommerce-shipping-totals.shipping {
    border-bottom: 1px solid #C4C4C4;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

.woocommerce-checkout-review-order-table th {
    text-align: left;
    font-weight: normal;
}

.woocommerce-checkout-review-order-table td {
    height: 40px;
}

.woocommerce-checkout-review-order-table tr > td:first-child {
    text-align: left;
}

.woocommerce-checkout-review-order-table tr > td:last-child {
    text-align: right;
}

.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 24px;
    line-height: 46px;
}

form.checkout #place_order {
    background: #72005F;
    border: 1px solid #72005F;
    border-radius: 25px;
    color: #EEEBE7;
    padding: 6px 33px;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
}

/* ===== Woocommerce Account ===== */
.woocommerce-account h2 {
    color: #72005F;
}

.woocommerce-account button {
    border: #72005F solid 2px;
    border-radius: 20px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #72005F;
    text-decoration: none;
    display: block;
}

.woocommerce-account .u-column2 {
    display: none;
}

/* ===== Footer ===== */
#mc4wp-form-1 .coolBeans, #wpcf7-f2824-p2316-o1 .coolBeans {
    color: black;
}

footer {
    background: #72005F url("includes/assets/img/bg-footer.svg") no-repeat;
    background-position-x: right;
    color: #EEEBE7;
}

footer.container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-top img {
    max-width: 100px;
}

footer a {
    color: #EEEBE7;
    text-decoration: none;
}

footer a > i {
    color: #EEEBE7;
}

footer li {
    list-style: none;
}

footer li:nth-last-of-type(2) {
    margin-top: 20px;
}

.footer-middle {
    margin-top: 30px;
    display: grid;
    gap: 10%;
    grid-template-columns: repeat(4, 1fr);
}

.footer-middle h2, footer {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
}

.footer-middle h2, .footer-middle p {
    margin: 0;
}

#footer-base {
    padding: 0;
    margin: 0;
}

.footer-end {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    color: rgba(238, 235, 231, 0.5);
}

.footer-end .social {
    display: flex;
    gap: 10px;
    color: #EEEBE7;
}

.footer-end .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border: rgba(238, 235, 231, 0.5) solid 2px;
    border-radius: 50%;
}

@media only screen and (min-width: 1101px) {
    header nav ul > li {
        float: left;
    }

    header nav ul > li:hover > ul.sub-menu, header nav ul > li:focus-within > ul.sub-menu {
        pointer-events: auto;
        transform: translateY(0);
        opacity: 1;
        padding: 30px 20px;
        border-radius: 15px;
        z-index: 3;
    }

    header nav ul > li:hover > ul.sub-menu > li, header nav ul > li:focus-within > ul.sub-menu > li {
        flex: 1 1 0;
    }

    header nav ul > li:hover > ul.sub-menu > li > a > span, header nav ul > li:focus-within > ul.sub-menu > li > a > span {
        height: 47px;
        display: flex;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        flex-direction: column;
        justify-content: flex-end;
    }

    header .sub-menu:before {
        content: "";
        display: block;
        height: 20px;
        position: absolute;
        top: -20px;
        width: 100%;
    }

    header nav .deep-sub-menu > li {
        float: unset;
    }

    header nav .deep-sub-menu > li a {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: black;
    }

    nav .sub-menu > li a {
        padding: 0;
        max-width: 20vw;
    }

    nav .sub-menu img {
        margin-top: 10px;
        border-radius: 10px;
        height: 120px;
        object-fit: cover;
    }

    header nav ul > li .sub-menu {
        position: absolute;
        width: calc(100% - 200px);
        max-width: 1835px;
        left: 0;
        right: 0;
        margin: 15px auto 0 auto;
        background-color: #fff;
        display: flex;
        gap: 30px;
        padding: 0;
        pointer-events: none;
        transform: translateY(10px);
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        box-shadow: 0 0 10px 10px rgb(0 0 0 / 5%);
    }

    header nav ul > li .sub-menu.none-tab .content {
        width: 100%;
        display: block;
    }

    header nav ul > li .sub-menu.none-tab .content .tab-panel-left > ul.categories {
        height: 100%;
        overflow-x: hidden;
    }

    header nav ul > li .sub-menu .tabs-icon {
        width: 5%;
        float: left;
        height: 100%;
    }

    header nav ul > li .sub-menu .tabs-icon a {
        display: block;
        height: calc(100% / 6);
        background-color: #032e50;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: #fff;
        font-size: 24px;
        text-align: center;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    header nav ul > li .sub-menu .tabs-icon a em {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
    }

    header nav ul > li .sub-menu .content {
        width: 95%;
        float: right;
        height: 100%;
        display: none;
    }

    header nav ul > li .sub-menu .content[data-content=windows] {
        display: block;
    }

    header nav ul > li .sub-menu .content > * {
        float: left;
    }

    header nav ul > li .sub-menu .content .tab-panel-left {
        width: 20%;
        height: 100%;
        background-color: #03a9f4;
        padding: 10px 0;
    }

    header nav ul > li .sub-menu .content .tab-panel-left > ul {
        list-style: none;
        margin: 0 5px 0 0;
        padding: 0 5px 0 0;
    }

    header nav ul > li .sub-menu .content .tab-panel-left > ul.popular {
        height: 40%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 20px;
    }

    header nav ul > li .sub-menu .content .tab-panel-left > ul.popular > li > a i {
        font-size: 17px;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

    header nav ul > li .sub-menu .content .tab-panel-left > ul.categories {
        height: calc(60% - 20px);
        overflow-x: hidden;
    }

    header nav ul > li .sub-menu .content .tab-panel-left > ul::-webkit-scrollbar-track {
        background-color: transparent;
    }

    header nav ul > li .sub-menu .content .tab-panel-left > ul::-webkit-scrollbar {
        width: 8px;
        background-color: transparent;
    }

    header nav ul > li .sub-menu .content .tab-panel-left > ul::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
    }

    header nav ul > li .sub-menu .content .tab-panel-left > ul > li > a {
        font-size: 0.9em;
        font-weight: 500;
        letter-spacing: 0.02em;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 8px 15px;
        display: block;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    header nav ul > li .sub-menu .content .tab-panel-left > ul > li > a:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    header nav ul > li .sub-menu .content .tab-panel-right {
        width: 80%;
        height: 100%;
        background-color: #fff;
        padding: 20px;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list {
        text-align: center;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item {
        width: 30%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a {
        text-decoration: none;
        display: block;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a:hover .name {
        border-color: #ddd;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a:hover .name strong.title {
        color: #0984e3;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a:hover .image .img {
        transform: scale(1.1, 1.1);
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .image {
        width: 100%;
        height: 160px;
        overflow: hidden;
        position: relative;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .image .img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .image .time {
        position: absolute;
        right: 10px;
        bottom: 10px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-size: 0.8em;
        font-weight: 500;
        padding: 5px 8px;
        letter-spacing: 1px;
        border-radius: 2px;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .image .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ff3333;
        text-align: center;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .image .icon i {
        font-size: 32px;
        color: #fff;
        display: inline-block;
        margin-top: 8px;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .name {
        text-align: left;
        position: relative;
        padding: 10px;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .name span.cat {
        display: block;
        font-size: 0.86em;
        color: #777;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .name strong.title {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        color: #333;
        font-size: 1em;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .name p.capt {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 0.9em;
        color: #888;
        margin: 0;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .name .license {
        font-size: 0.92em;
        font-weight: 500;
        margin-top: 5px;
        display: block;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .name .license.free {
        color: #1aff1a;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .name .license.paid {
        color: #cc0000;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .name .rating {
        position: absolute;
        right: 0;
        bottom: 9px;
    }

    header nav ul > li .sub-menu .content .tab-panel-right .list .item a .name .rating i {
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        margin: 0 -2px;
        color: #777;
    }
}

@media only screen and (max-width: 1100px) {
    #overlay > div > ul > li.wpml-ls-item, #overlay > div > ul > li.user-button {
        display: block;
    }

    #overlay > div > ul > li.wpml-ls-item {
        margin-bottom: 10px;
    }

    #overlay > div > ul > li.wpml-ls-item span {
        font-weight: 400;
    }

    #overlay > div > ul > li.user-button {
        margin-top: 20px;
    }

    #overlay #user-svg, #overlay #card-svg {
        fill: #72005F;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1350px) {
    .container {
        padding: 0 30px;
    }

    .site-branding img {
        max-width: 200px;
    }

    header nav ul > li > a {
        padding: 0 16px;
    }

    header nav ul > li .sub-menu {
        width: 100%;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .woocommerce .products:not(.related) {
        grid-template-columns:  repeat(2, 1fr);
    }
}

@media only screen and (max-width: 799px) {
    .container {
        padding: 0 10px;
    }

    .woocommerce .products:not(.related) {
        grid-template-columns:  1fr;
    }

    body.tax-program .carousel-cell {
        width: 100%;
    }

    body .footer-middle {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body .footer-end {
        margin-top: 30px;
        gap: 15px;
    }

    .grid-4 {
        grid-template-columns: 1fr;
    }

    .woocommerce-cart-form .product-thumbnail {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .grid-2-left {
        grid-template-columns: 100%;
        word-break: break-word;
    }

    .info-box-grey {
        padding: 30px 20px;
    }

    body.single-event .info-box-grey > div:first-of-type {
        grid-template-columns: 40% 60%;
    }

    body .term-grid-2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .term-grid-2 img {
        margin-top: unset;
    }

    body.woocommerce-cart .variation dt, .woocommerce-checkout .variation dt {
        flex-basis: 100%;
    }

    .woocommerce .single-product {
        grid-template-columns: 1fr;
    }

    .woocommerce .single-product .product-type-ticket-event .woocommerce-product-gallery {
        margin-top: 0;
    }

    .woocommerce .products > li .woocommerce-loop-product__link {
        align-self: baseline;
    }

    .term-grid-2 img {
        margin-top: unset;
    }

    body.single-event .image {
        margin-top: 0;
    }

    header .top-bar {
        height: 10px;
    }

    header .top-bar .container {
        display: none;
    }

    header .nav-grid {
        flex-wrap: nowrap;
        margin-top: 20px;
    }

    nav .sub-menu img, nav .sub-menu p, nav .sub-menu {
        display: none;
    }

    body header nav ul > li > a {
        padding: 0;
    }

    /* ===== Mobile-Menu ===== */
    #overlay-button {
        padding: 13px 13px;
        border-radius: 35px;
        border: 2px solid #72005f;
        position: absolute;
        right: 2em;
        z-index: 5;
        cursor: pointer;
        user-select: none;
    }

    #overlay-button span {
        height: 2px;
        width: 24px;
        border-radius: 2px;
        background-color: #72005f;
        position: relative;
        display: block;
        transition: all 0.2s ease-in-out;
    }

    #overlay-button span:before {
        top: -10px;
        visibility: visible;
    }

    #overlay-button span:after {
        top: 5px;
    }

    #overlay-button span:before, #overlay-button span:after {
        height: 4px;
        width: 35px;
        border-radius: 2px;
        background-color: #72005f;
        position: absolute;
        content: "";
        transition: all 0.2s ease-in-out;
    }

    #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
        background: #72005f;
    }

    input[type=checkbox]:checked ~ #overlay {
        visibility: visible;
    }

    input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
        background: transparent;
    }

    input[type=checkbox]:checked ~ #overlay-button span:before {
        transform: rotate(45deg) translate(7px, 7px);
        opacity: 1;
    }

    input[type=checkbox]:checked ~ #overlay-button span:after {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    #overlay.active {
        visibility: visible;
    }

    #overlay {
        height: 100vh;
        width: 100vw;
        background: #EEEBE7;
        z-index: 2;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
    }

    #overlay > div > ul {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 75px;
        max-height: calc(100vh - 75px);
        padding-left: 0;
        list-style-type: none;
        overflow-y: scroll;
    }

    #overlay > div > ul > li {
        padding: 1em;
    }

    #overlay > div > ul > li > ul li {
        padding: .7em;
    }

    #overlay > div > ul > li > a {
        text-decoration: none;
        font-size: 1.5em;
    }

    #overlay li:hover > ul.sub-menu {
        display: block;
    }

    .footer-middle {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-end {
        flex-direction: column;
        gap: 80px;
    }

    .footer-end div:first-of-type {
        order: 2;
    }

    footer li:nth-last-of-type(2) {
        margin-top: 0;
    }
}
