/*
 Theme Name:   SCS Holland Theme
 Description:  WP Theme for SCS Holland
 Author:       Berk Uralcan
*/

/* FONTS  */
@font-face {
    font-family: 'Dax';
    src: url('fonts/Dax-BoldItalic.woff2') format('woff2'),
        url('fonts/Dax-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('fonts/Dax.woff2') format('woff2'),
        url('fonts/Dax.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('fonts/Dax-Italic.woff2') format('woff2'),
        url('fonts/Dax-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('fonts/Dax-Bold.woff2') format('woff2'),
        url('fonts/Dax-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('fonts/DaxLight.woff2') format('woff2'),
        url('fonts/DaxLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('fonts/DaxMedium.woff2') format('woff2'),
        url('fonts/DaxMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/* RESETS */

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root{

    --blue: #010083;
    --dark-gray: #868686;
    --title-font: "Dax", Verdana, sans-serif;

    --st-width: 1300px;
    --subtle-red: #B04040;
    --main-alt-black: #111111;
    --content-font: "PT Serif", -apple-system, serif;
    --box-font: "Open Sans", -apple-system, sans-serif;
    --accent-gray: #d4d4d4;

    --current-content-font-size: 19px;
    --current-line-height:  1.8;
    --current-paragraph-margin: 1.5rem;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    height: 100%;
}


body {
    background-color: #f2f2f2;
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--title-font);
    height: 100%;
    text-rendering: optimizeLegibility;
    position:relative;
}

@media screen and (max-width: 48em){
    body{
        font-size: 1.5rem;
    }
}




a, a:visited {
    color: var(--subtle-red);
}



/* Homepage */

main.page-content{
    padding-top: 4.5rem;
    margin-bottom: 12rem;
}

.external-container{
    width: 92%;
    margin: 0 auto;
    position: relative;
    max-width: 168rem;
}

.content-container{
    width: 92%;
    max-width: 144rem;
    position: relative;
    margin: 0 auto;
}

h1.page-title{
    font-family: var(--title-font);
    padding-left: 2rem;
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1;
    word-wrap: break-word;
}

/*Anpassung CCAI*/

h2{
    font-family: var(--title-font);
    padding-left: 2rem;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 1.6rem;

}

h3{
    font-family: var(--title-font);
    padding-left: 2rem;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.course-meta h3{
	padding:0;
    font-size: 4rem;
    margin-bottom: 1.2rem;
}

.wp-block-embed__wrapper {
    padding: 0 0 0 2rem;
    margin: 0 0 1.6rem 0;
}

.wp-block-image img {
    margin: 0 0 1.6rem 0;
    padding: 0 0 0 2rem;
}

figcaption.wp-element-caption {
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    margin-top: -1.7rem;
}

ul {
    margin: 0 0 1.6rem 0;
    padding: 0 0 0 4rem;
    font-size: 2rem;
}

@media screen and (max-width: 850px){
	
	h2{
    font-family: var(--title-font);
    padding-left: 2rem;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.6rem;

}

h3{
    font-family: var(--title-font);
    padding-left: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}
	.course-meta h3{
	padding:0;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
}

/*ENDE Anpassung CCAI*/

.filter{
    margin-bottom: 5rem;
}

.filter-main{
    background-color: #dadada;
    padding: 1.8rem;
    border-radius:10px;
    margin-bottom: 5rem;
}

.filter-title{
    font-size: 3rem;
    font-family: var(--title-font);
    padding-left: 15rem;
}

/* Home Page Main */

section.page-grid{
    display: flex;
}

.page-content-main{
    width: calc(100% - 330px);
    margin-bottom: 0;
    max-width: none;
    flex: 1 1;
    padding-right: 4rem;
}

/* Results - Sorting and Information */

.filter-info-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
}

.filter-info-container__sort{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.filter-info-container__sort p{
    margin-right: 1rem !important;
    margin-bottom: 0 !important;
    font-size: 1.5rem !important;
}

.filter-info-container__sort form {
    display:flex;
    justify-content: flex-end;
}

.filter-info-container__sort select{
    background-color: black;
    color: white;
    border-radius: 1rem;
    padding: 0.4rem 1.5rem;
    outline: none;
    max-width: 17rem;
    text-align: center;

}

/* Dropdown Filters */

.filter-dropdown{
    padding-top: 1rem;
    min-height: 25rem;
    display: flex;

    font-size: 3rem; 
    font-weight: 300;
    justify-content: center;
    
}
.filter-dropdown form ul {
    display:flex;
    flex-wrap:wrap;
    width:100%;
}

.filter-dropdown form ul li {
    margin-right: 3rem;
    margin-bottom: 2rem;
    position: relative;
    width: 30%
}

.filter-dropdown form ul li label{
    width: 100%;
}

.filter-dropdown form ul li select,
.filter-dropdown form ul li label select
{
    color:black;
    width:100%;
    background: #fff;
    font-family: var(--title-font);
    border-radius: 10px;
    cursor: pointer;
    display: flex !important;
    font-size: 2rem;
    font-weight: 600;
    line-height: 6rem;
    padding: 1.75rem 1rem;
    outline: none;
    justify-content: space-between;
}

.filter-dropdown form ul li select option[value],
.filter-dropdown form ul li label select option[value]{
    background-color:black;
    color: white
}

.filter-dropdown form ul li select option,
.filter-dropdown form ul li label select option{
    background-color: white;
}


.filter-dropdown form ul li select:active::after{
    transform: none;

}

.filter-actions{
    background: #868686;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    padding: 3rem 0;
    margin-top: -5.8rem;

}

.filter-actions a {
    color: white;
    font-size: 1.7rem;
    text-decoration: none;
    padding: 0rem 3rem;
}

.filter-actions a:hover {
    text-decoration: underline;
}

.active-filters{
    display: flex;
    flex-wrap: wrap;
    padding: 3rem;
}

.active-filter{
    background-color: white;
    font-size: 1.8rem;
    border-radius: 1rem;
    justify-content: space-between;
    color: black;
    display: flex;
    position: relative;
}

.active-filter:not(:last-of-type){
    margin-right: 1rem;
}

.filter-value{
    padding: 1rem 2rem;

    
}

a.cancel-filter{
    background-color: #b2b2b2;
    display: flex;
    align-items:center;
    cursor: pointer;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 3rem;
    justify-content: center;
}

a.cancel-filter:hover{
    background-color: #8e8e8e;
    text-decoration: none;
}

.chosen-container {
	display: none !important
}

/* Pagination */

.pagination-container{
    font-size: 2rem;
    margin: 0 auto;
    display: flex;
    margin-top: 5rem;
    justify-content: center;
    border-radius: 1rem;
}

.pagination-container span,
.pagination-container a{
    cursor: pointer;
    text-decoration: none;
    color: black;
    display:flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    padding: 1rem 0;
    margin-right: .2rem;
}



.pagination-container a{
    transition: all .2s;

    background-color: white;
}

.pagination-container a:hover{
    background-color: transparent;
}

    /** HOMEPAGE RESPONSIVE **/


@media screen and (max-width: 1550px){
    .filter-title{
        padding-left:2rem;
    }
}

@media screen and (max-width: 850px){
    h1.page-title{
        font-size:3rem;
    }

    .filter-dropdown{
        height: unset;
    }

    .filter-title{
        padding-left:2rem;
    }
    

    .filter-dropdown form ul li {
        width: 100%;
    }

    .filter-info-container{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .filter-info-container__sort{
        align-items: flex-start;
        margin-top: 2rem;
    }

    .filter-info-container__sort p {
        margin-left: unset;
        padding-left: 0 !important;
    }
}


/* Filter result (course) component  */

article.course{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .2s ease-out;
    margin-top: 4rem;
    cursor: pointer;
}

article.course:hover{
    box-shadow:0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
}

.course-content{
    padding: 3rem 2.5rem 2.5rem;
    width: calc(100% - 125px);
    vertical-align: baseline;
}

header.course-meta{
    padding-right: 16rem;
    position: relative;
    margin-bottom: 4.5rem;
}

header.course-meta h3{
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 12px;

}

header.course-meta h3 a{
    text-decoration: none;
    color: black;
}

header.course-meta span{
    background-color: var(--blue);
    color: white;
    padding: .6rem 1rem;
    border-radius: .6rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}

header.course-meta .course-price{
    font-size: 3rem;
    position: absolute;
    right:0;
    top: 1.1rem;
    line-height: 1;
}


aside.course-actions{
    width: 12.5rem;
    color:white;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: stretch;
}

aside.course-actions::after{
    width: 6px;
    height: 100%;
    top: 0;
    left: -3px;
    background: url("inc/course-bg.svg") 50%;
    content: "";
    position: absolute;
}

.course-action{
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    cursor: pointer;
}

.course-actions-details{
    background-color: #3454f2;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-actions-details:hover{
    background-color: #2547f3;

}

a.course-action,
a.course-action:visited{
    color: white;
    text-decoration: none;
}

.course-actions-basket{
    background-color: #132eb6;
    flex: 1;
    display: flex;

    justify-content: center;
    align-items: center;
}

.course-actions-basket:hover{
    background-color: #0221bc;

}

.course-actions-basket img{
    width: 6rem;
}

.course-info{
    font-size: 2rem;
    display: flex;
    align-items: flex-start;
    flex-basis: 50%;
    justify-content: space-between;

}

.course-time{
    flex-basis: 50%;
}

.course-time p {
    max-width: 85%;
    line-height: 1.1 !important;
}

.course-info__details{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}

.course-info__details-location p, .course-info__details-lecturer p{
    font-weight: 600;
}
.course-details-icon{
    width: 2rem;
    filter: brightness(.5);
    margin-right: 1.5rem;
    line-height: 1;

}

    /* JUST FOR THE WOOCOMMERCE CART. HIDING MOBILE CART AREA IN DESKTOP */

.mobile-cart-area{
    display:none;
    font-size: 1.7rem !important;
    background-color: white;
    border: 1px solid #d3d3d3;
    border-radius:1rem;
    padding: 1.8rem;    
}

.mobile-cart-area ul{
    list-style: none;
}

.mobile-cart-area a{
    text-decoration: none;
    color: var(--blue)
}

.mobile-cart-area p{
    font-size: 1.7rem !important;
}

.mobile-cart-area .cart_totals table {
    width: 100%;
}

.mobile-cart-area .cart_totals:not(:first-child)
.cart-collaterals .cart_Totals:not(:first-child){
    display: none;
}


/* MAIN LAYOUT RESPONSIVE */

@media screen and (max-width: 900px){

    aside.sidebar{
        display: none;
    }


    /* JUST FOR THE WOOCOMMERCE CART IN MOBILE */

    .mobile-cart-area{
        display:block;
    }


    .page-content-main{
        width: 100%;
        padding-right: unset;
        overflow-x: hidden;
    }

    
}

/* COURSE FILTER RESULTS - RESPONSIVE */

@media screen and (max-width: 1500px){
    .course-info{
        font-size: 1.7rem;
    }

    .course-time p{
        max-width: 90%;
    }

    .course-info__details{
        margin-left: 8rem;
    }
}

@media screen and (max-width: 850px){

    article.course{
        flex-direction: column;
    }

    .course-content {
        width: 100%;
    }

    header.course-meta{
        display: flex;
        flex-direction: column;
        position: unset;
        padding-right: unset;
    }

    header.course-meta h3{
        font-size: 3rem;
    }

    header.course-meta .course-price{
        position: unset;
        padding-left: unset;
    }

    header.course-meta span{
        max-width: 35%;
        padding: 1rem 1rem;
        margin-bottom: 1rem;;

    }
    
    .course-info{
        flex-direction: column;
        align-items: flex-start;
    }

    .course-info__details{
        margin-left: unset;
        flex-direction: column;
    }

    .course-info div {
        margin-bottom: 2rem;
    }

    aside.course-actions {
        width: 100%;
        flex-direction:row;
    }

    aside.course-actions::after{
        width: 100%;
        height: 6px;
        top: -3px;
        left: 0;
        background: url("inc/course-bg-mobile.svg") 50%;
    }
}



    /* Contact Box */

aside.sidebar{
    flex:1;
    max-width: 33rem;

}

.extra-info{
    color: white;
    font-size: 1.6rem;
    text-align: center;
    padding: 4.5rem 2rem;
    background-color: var(--dark-gray);
    border-radius: 10px;
}

.extra-info .flex{
    justify-content: center;
}

.extra-info p {
    margin: 1rem 0;
}


.extra-info a, .extra-info a:visited {
    font-size: 1.8rem;
    white-space: nowrap;
    color: white;
    text-decoration: none;
}

img.contact-image{
    width: 2.5rem;
    margin-right: 1rem;
}

/* HEADER */
    
    /* TOPBAR */

.header-foreground{
    position: relative;
    z-index: 120;
}

.header-top-inner{
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    min-height: 13rem;
}

img.logo{
    position: relative;
    top: -12px;
}

.header-top-inner__texts{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
}

.header-top-contact-texts a{
    color: black;
    font-size: 2rem;
    text-decoration: none;
}
.header-top-contact-texts a:first-child{
    margin-right: 2rem;
}

.header-top-inner__links a{
    text-decoration: none !important;

}

.header-top-inner__links img{
    filter: brightness(0);
    margin-right: 1rem;
}


    /* SEARCH BAR */

    .navbar-search{
    position:absolute;
    top: -45%;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    z-index:1000;
    }

    form.searchbar{
    background-color: white;
    width: 65%;
    border-radius: 10px;
    margin: auto;
    display:flex;
    max-width: 70rem;
    padding: 2px;
    border: 3px solid var(--blue);
    position:relative
    }

    form.searchbar .searchbar-input{
        font-size: 2rem;
        line-height: 5.2rem;
        padding: 0 2rem;
        border: none;
        background-color: white;
        margin-right: 5px;
        width: 100%;
        outline: none;
    }

    .searchbar-input::placeholder{
        font-style: italic;
        color: var(--blue);
    }

    .searchbar-btn{
        border-radius: 7px;
        border: none;
        display: flex;
        align-items: center;
        font-size: 2rem;
        line-height: 5.2rem;
        position: absolute;
        padding: 0 1rem;
        right: 2px;
        background-color: var(--blue);
        color: white;
        cursor: pointer;
        text-align: center;
        transition:all .2s;
    }

    .magnifier-icon{
        width: 2.1rem !important;
        height: auto !important;
        margin-right: .6rem;
        vertical-align: middle;

    }

    .searchbar-btn:hover{
        filter: brightness(.95);
    }


    /* Main Header*/

.navbar{
    border-radius: 10px;
    margin:0 auto;
    font-size: 1.5rem;
    position:relative;
    z-index: 130;
    color: white;
    background-color: var(--blue);
    width: 92%;
}

.navbar-title{
    color:white !important;
    text-decoration: none;
}

.navbar-inner{
    padding: 3.5rem 0 2.5rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between
}



.navbar-nav-desktop ul {
    display:flex;
    list-style: none;
    padding-left: 0;
    margin-bottom:0;
    font-size: 1.7rem;
}

.navbar-nav-desktop ul li a { 
    color:white;
    text-decoration: none;
}
.navbar-nav-desktop ul li a:hover { 
    text-decoration: underline;
}

.navbar-nav-desktop ul li:not(:last-child) a {
    margin-right:1.5rem;

} 

.navbar-user-nav {
    display: flex;
    align-items:center;
}


.navbar-user-nav a{
    text-decoration: none;
    margin-right: 1rem;
    line-height:0;
}

a.flex-link{
    color: white;
    display: flex;
    align-items:center;
}

a.flex-link span{
    position:relative;
    top: 2px;
    margin-right: .4rem;
    line-height:0;
}

.navbar-user-nav a img{
    filter: invert(1) brightness(1);

}

.responsive-menu__checkbox{
    display: none;
}

.navigation-button{
    display: none;
    height: 4rem;
    width: 4rem;
    z-index: 2000;
    cursor: pointer;
}

input[type="checkbox"].navigation-button{
    display:none;
}

.responsive-menu__checkbox:checked + .navigation-button {
    right: 3rem;
}
.navigation__icon {
    display: none;
    width: 2rem;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    transition: all .2s;
}
.responsive-menu__navigation{
    position: absolute;
    left: -8.3%;
    top: -25vh;
    background-color: var(--blue);
    height: 200vh;
    padding: 0 2rem;
    overflow: hidden;
    visibility: hidden;
    width: 0vw;
    transition: width .3s, visibility .001s;
  
}
.responsive-menu__checkbox:checked ~ .responsive-menu__navigation {
    display: none;
    width: 100vw;
    flex-direction: column;
    visibility: visible;
    transition: all .2s;
    justify-content: flex-start;
    
    align-items: flex-start;
    z-index: 1999;
}

ul.responsive-menu__navigation__list{
    list-style: none;
    margin-top: 28rem;
    padding-left: 0;
    user-select: none;
    font-family: var(--box-font);
    width: 100%;
}

.responsive-menu__navigation__list li a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;

    font-size: 1.8rem;
    padding: 1.5rem 4rem;
    border-bottom: 1px solid white;
    font-weight: 600;
}

.responsive-menu__navigation__list li ul {
    display: none;
    opacity: 0;
    transform: translateY(-10%);
    position: absolute;
}

.responsive-menu__navigation__list li ul.is-visible {
    display: block;
    position: unset;
    opacity: 100%;
    transform: translateY(0);
    animation: menu_fade_in 0.5s
}
.responsive-menu__navigation__list li ul.fade-out {
    animation: menu_fade_out 0.3s;
    transform: translateY(-10%);
}

.mobile-menu-social{
    margin-top:2rem;
    padding: 3rem;
}

.mobile-menu-social a {
    text-decoration: none;
}

.mobile-menu-social a img{
    width: 30px;
    height: auto;
    margin-right: 3rem;
}

.mobile-menu-social a:last-of-type img{
    filter: invert(1) brightness(1)
}

@keyframes menu_fade_in {
    0% {
         transform: translateY(-10%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes menu_fade_out{
    0% {
         transform: translateY(0);
         opacity: 100%;
    }
    100% {
        opacity: 10%;
        transform: translateY(-10%);
    }
}
    

.responsive-menu__navigation__list ul li a:after {
    display: none;
}


.responsive-menu__navigation__list li.menu-item-has-children > a{
    display: flex;
    align-items:baseline;
    justify-content: space-between;
    pointer-events: none;
}


.responsive-menu__navigation__list .sub-menu {
    padding-left: 1.4rem;
    font-size: 1rem;
    list-style: none;
}

.navigation__icon::before {
    top: -.6rem;
    content: attr(data-before);
    position: absolute;
    left: 0;
    width: 2rem;
    height: 3px;
    background-color: white;
    display: inline-block;
    border-radius: 3px;
    transition: all .2s;
}
.navigation__icon::after {
    content: attr(data-after);
    position: absolute;
    top: .6rem;
    left: 0;
    width: 2rem;
    height: 3px;
    background-color: white;
    display: inline-block;
    transition: all .2s;
    border-radius: 3px;
}
.responsive-menu__checkbox:checked + .navigation-button .navigation__icon{
    background-color: black;
}
.responsive-menu__checkbox:checked + .navigation-button .navigation__icon::before{
    top: 0;
    z-index: 2000;
    transform: rotate(135deg);
}
.responsive-menu__checkbox:checked + .navigation-button .navigation__icon::after{
    top: 0;
    z-index: 2000;
    transform: rotate(-135deg);
}
.animation-enter{
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}


/* HEADER RESPONSIVE  */

/* The number of menu items currently are too much to display with 2rem font-size. They should only be 2rem if the screen is bigger than 1650px */


@media screen and (min-width: 1650px){
    .navbar-nav-desktop ul {
        font-size: 2rem;
    }

    .navbar-nav-desktop ul li:not(:last-child) a {
        margin-right:3.5rem;
    
    } 
}



@media screen and (max-width: 1400px /*1280px*/){
    a.navbar-title{
        display: none;
    }

    .navbar-inner.content-container{
       width:100%;
    }
}


/* Toggle to Mobile Navigation breakpoint at 1050px */

@media screen and (max-width: 1150px /*1050*/){

    .navbar-nav-desktop{
        display: none;
    }

    .navbar-nav-mobile{
        display: block;
    }

    span.navigation-label{
        font-size: 2rem;
        position: absolute;
        left:3rem;
    }


    .responsive-menu__checkbox:checked ~ .responsive-menu__navigation{
        display:flex;

    }
    .header-navigation {
        display: none;
    }

    .header-search{
        margin-left: 0;
    }

    .header-search img {
        width: 20px;
        height: 20px;
    }

    .navigation-button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .navigation__icon{
        display: inline-block;
        position: relative;
    }


    .logo{
        width: 10rem;

    }
    .header-menu{
        display: none;
    }


    @keyframes menu-appear{
        0%{
            opacity: 0;
        }   
        25%{
            opacity: .25;
        }
        50%{
            opacity: .50;

        }
        75%{
            opacity: .75;

        }
        100%{
            opacity: 1;

        }
     }

}

@media screen and (max-width: 850px){

    header.site-header{
        padding-top:3rem;
    }
    .header-top-inner__texts, 
    .header-top-inner__links {
        display: none;
    }

    .header-top-inner{
        padding-left:0;
    }

    .logo-area{
        width:100%;
        margin-bottom:2rem;
        display: flex;
        justify-content: center;
    }


    .logo-area img {
        margin: 0 auto;
        position: relative;
    }

    .navbar{
        position: unset;
        width: 100vw;
        border-radius: 0;
    }

    .navbar-search form.searchbar{
        margin: unset;
        width: 100%;
    }

    .navbar-search form.searchbar input,
    .navbar-search form.searchbar button{
        font-size: 1.4rem;
    }
    .navbar-nav-desktop{
        display: none;
    }

    .responsive-menu__navigation{
        left: -4.3%;
    }
    .responsive-menu__navigation__list li a {
        padding: 1.5rem 3rem;
    }
}
    

/* END HEADER */

/* Search Result styles */

h1.search-title{
    margin: 3rem 0;
}

h1.search-title a{
    font-size: 3rem;
    padding-left: 2rem;
    text-decoration: underline;
    color:black;
}

.wrapper{
    min-height:100%;
    display: flex;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    padding-bottom: 16rem;;
}

.meta-footer{
    position: relative;
    align-self: flex-end;
    width: 100vw;
    bottom: 0;
}

/* Pre-footer Styles */

.pre-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #868686;
    min-height: 42rem;
    color: white;
    font-family: var(--title-font);
}

.pre-footer h3{
    font-size: 4rem;
}

.pre-footer a.large-number{
    font-size: 4rem;
    margin: 1rem 0;
    color: white;
    font-weight: 700;
    text-decoration: none;
}
.pre-footer a.whatsapp-number{
    font-size: 3rem;
    margin: 1rem 0;
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.pre-footer h4{
    font-size: 3.5rem;

}

.pre-footer .mail-link{
    font-size: 4rem;
    color: white;
    text-decoration: none;
}

    /* PREFOOTER RESPONSIVE */

@media screen and (max-width: 850px){
    .pre-footer h3 {
        text-align: center;
        font-size: 3rem;
    }   

    .pre-footer h4{
        font-size: 2rem;
    }

    .pre-footer .mail-link {
        font-size: 1.8rem;
    }
}   

/* Footer Logos Styles */

.footer-logos{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem;
}

.footer-logos img, .footer-logos a img{
    max-width: 100%;
    height: auto;
}


.footer-logos img:not(:last-of-type){
    margin-right: 4rem;
}

.footer-logos img:nth-child(2){
    margin-right: 8rem;
}
.footer-scroll-to-top{
    
    background-color: var(--blue);
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 13px;
    border: 1px solid white;
    position: absolute;
    text-decoration: none;
    top: 19.5rem;
    left: 3rem;
    font-family: var(--title-font);
}

/* Footer */

footer.site-footer{
    background-color: black;
    min-height: 16rem;
    display: flex;
}

.footer-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    padding: 2rem 0;
    margin: 0 auto;
}

.ae-footer-links{
    margin-left:10rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:white;
}

.ae-footer-links p {
    color: white;
    font-size: 2rem;
    font-weight: 300;
    margin-right: 3.5rem;;
}

.ae-footer-links a{
    color: white;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none;
}

ul.footer-menu{
    list-style: none;
    display: flex;
}

ul.footer-menu li:not(:last-child){
    margin-right: 2.5rem;
    text-decoration: none !important;
}

.footer-social-media a{
    margin-right: 2.5rem;
    text-decoration: none !important;
}

.footer-social-media a img {
    width: 2rem;
    height: 2rem;
}
 
.ae-footer-links a:not(:last-of-type){
margin-right: 3.5rem;;
}

    /* FOOTER RESPONSIVE  */

    @media screen and (max-width: 1280px){
        .ae-footer-links p {
            display: none;
        }
    }
    
    @media screen and (max-width: 1050px){

        .footer-scroll-to-top{
            top: 75%;
        }

        ul#footer-menu li a{
            font-size: 1.6rem;
        }
    }

    @media screen and (max-width: 850px){

        .ae-footer-links p {
            display: block;
            margin-right:unset;
        }
        .footer-logos{
            flex-direction: column;
            align-items: center;
        }

        .footer-logos a{
            display: flex;
            justify-content: center;
        }

        .footer-logos img{
            width: 25%;
            margin: 0 0 2rem 0 !important;

        }

        .footer-logos img:first-child{
            width: 50%;
        }
        
        .footer-container{
            flex-direction: column;    
            align-items: center;
    }

        ul.footer-menu{
            flex-direction: column;
            align-items: center;
            margin-top: 2rem;
            margin-bottom:2rem;
        }
        .ae-footer-links{
            flex-direction: column;
            align-items: center;
            margin-left: unset;

        }

        ul.footer-menu li:not(:last-child){
            margin-right: 0;
            margin-bottom: 1rem
        }

        .footer-scroll-to-top{
            top: 90%;
            left: 2rem;
        }


    }


/* PRODUCTS */

h1.product-title{
    font-size: 5rem;
    word-wrap: break-word;
    margin-bottom: 3rem;
    max-width:  80%;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

    /* COURSE PAGE */

        /* COURSE INFO SECTION */

.return-to-category-page {
    margin-bottom: 3rem;
}

.return-to-category-page a{
    font-size: 1.9rem;
    color: black;
    margin-bottom: 1rem;
    text-decoration: none;
}


.online-course{
    background-color: var(--blue);
    color: white;
    padding: 0.6rem 1rem;
    border-radius: 0.6rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}


ul.course-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: white;
    width:100%;
    padding: 2.5rem;
    border-radius: 1rem;
    margin-bottom: 6rem;

}

li.course-info-item{
    display: flex;
    align-items: center;
    list-style: none;
    font-size:2rem;
    width: calc(50% - 20px);
    margin-bottom: 1rem;
}

.course-info__text-title, 
.course-info__text{
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

li.course-info-item img{
    max-width: 2rem;
    filter: invert();
    margin-right: 1rem;

}

        /* PRICE ROW BELOW CONTENT */

    .price-row{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 2rem;
        margin-top:3rem;
        margin-bottom: 1rem;
    }

    .price-row__price{
        font-weight: 500;
        font-size: 3rem;
    }

    .price-row__add-to-wl{
        font-weight: 500;
        font-size: 1.6rem;
        color: var(--blue);
    }

    /* Add to Cart Row */

.add-to-cart-row form.cart{
    display: flex;
    width: 100%;
    padding: 0 2rem;
}

.add-to-cart-row form input{
    height: 100%;
    font-size: 2rem;
    flex-basis: 40%;
    width:100% !important;
    background: transparent;
    border: 3px solid var(--blue);
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.add-to-cart-row form.cart button{
    color: white;
    height: 100%;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: var(--blue) !important;
    font-size: 2rem;
    width: 100%;
    padding: 2rem;
    margin-left: -4px;

}

.tax-notice {
    padding-left: 2.5rem;
    font-size: 1.5rem;
    margin-top: 2rem;
}

/* COURSE - ASIDE */

.sidebar-actions{
    width: 100%;
    margin-bottom: 2rem;
}

.sidebar-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.sidebar-price__price {
    font-size: 3rem;
    font-weight: 600;
}

.sidebar-add-to-wl{
    color: var(--blue);
    font-size:1.5rem;
}

.sidebar-add-to-cart form{
    display:flex;
    width: 100%;

}

.sidebar-add-to-cart form .quantity{
    width: 50%;
}

.sidebar-add-to-cart form input{
    font-size: 2rem;
    background: transparent;
    border: 3px solid var(--blue);
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    height: 100%;
    width: 100% !important;
}

.sidebar-add-to-cart form.cart button{
    color: white;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: var(--blue) !important;
    font-size: 2rem;
    margin-left: -4px;
    padding: 1.5rem 0;
    width: 50%;
}


.course-sidebar__title {
    margin: 2rem 0;
    font-size: 2rem;
    font-weight: 300;
}

.course-contact-box{
    background-color: white;
    border-radius: 1rem;
    padding: 4rem 1rem 3rem;
    font-size: 1.7rem;
}

.course-box{
    background-color: white;
    border-radius: 1rem;
    padding: 4rem 1rem 3rem;
    font-size: 1.7rem;
}

.course-timetable ul {
    padding-left: 3rem;
}

.course-contact-box__item{
    align-items: center;
    margin-bottom: .5rem;

}
.course-contact-box__item a{
    color: black;
    text-decoration: none;
    margin-right: 1rem;
}

.course-sidebar-social-links {
    display: flex;
    width: 100%;
    margin-top: 2rem;
}


.course-sidebar-social-links a{
    background-color: #dadada;
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black; 
    text-decoration: none;
    padding:1.2rem 1rem;
    font-size: 2rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    transition:all .2s;
}

.course-sidebar-social-links a:hover{
    background-color: #b6b6b6;
}

.course-sidebar-social-links a:not(:last-child){
    border-right: 2px solid white;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}


.course-sidebar-social-links a img{
    margin-bottom: 1rem;
    filter: brightness(0)
}


.share-bar{
    width: 100%;
    display: flex;
    background-color: black;
    font-size: 2rem;
    font-weight: 300;
    align-items: center;
    height: 5rem;
    border-radius: 1rem;
}

.share-bar__title{
    font-size: 2rem;
    color: white;
    border-right: 1px solid white;
    padding: 0 1rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.share-bar__links{
    display: flex;
    height: 100%;
    justify-content: space-evenly;
    width:100%;
}

.share-bar__links a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid white;
    width: 100%;
}

/* COURSE DETAILS RESPONSIVE */

@media screen and (max-width: 700px){
    ul.course-details{
    }

    li.course-info-item{
        align-items: baseline;
        width: unset;
    }
}


/* Other Products Page Body */

.other-product {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.other-product-content{
    width: 47%;
}

.other-product-content .wp-post-image{
    width: 100%;
    border-radius: 1rem;
    aspect-ratio: 4/3;
    padding-left: 2rem;
    object-fit: cover;
    object-position:top;
    margin: 0;
    margin-bottom: 2rem;
}

.other-product-atc{
    width: 47%;
}

.other-product-atc h1{
    font-size:4rem;
    margin-bottom:4rem;
}

.other-product-atc .add-to-cart-row form {
    padding: 0;
    margin-top:1rem;
}


/* Other Product Responsive */
@media screen and (max-width: 900px){
    .other-product{
        flex-direction: column;
    }
    .other-product-content,
    .other-product-atc{
        width: 100%;
    }
}



/* Cart Page */

.empty-cart{
    font-size: 2rem;
    padding-left: 2rem;
}

.page-grid .woocommerce {
    width: 100%;
    font-size: 1.7rem;
}

.wc-proceed-to-checkout a{
    background-color: var(--blue) !important;
    color: white;
    text-decoration: none;
}

.coupon {
    display: flex;
    align-items: center;
}

.woocommerce .coupon input[name="coupon_code"]{
    min-width: 12rem;
    font-size: 1.7rem;
}

aside.sidebar .cart-collaterals{
    width: 100%;
}

aside.sidebar .cart-collaterals .cart_totals{
    width: 100%;
    float: none;
    font-size: 1.7rem;
    background-color: white;
    padding: 1rem 2rem 0;
    border-radius: 1rem;
}

.cart_totals h2{
    margin-bottom:2rem;
}

/* Other Products Page */

.product-flex-container{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.scs-product{
    display: flex;
    width:100%;
    max-width: 33rem;
    flex-direction:column;
    position: relative;
    background-color: white;
    border-radius: 1rem;
    margin-bottom:2rem;
} 


.scs-product:not(:last-child){
    margin-right: 2rem;
}

.scs-product:hover{
    box-shadow:0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%)
}

.scs-overlay-link{
    position: absolute;
    width:100%;
    height: 100%;
}

.scs-product-img{
    max-height: 22rem;
    width:100%;
    margin-bottom: 1rem;

}

.scs-product-img img{
    max-height: 22rem !important;
    width:100%;
    object-fit: cover;
    object-position: top center;
    margin-right: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;

}

.scs-product-title{
    font-size: 2rem; 
    line-height: 3rem;
    font-weight: 600;
    padding: 0 2rem;

}
.scs-product-desc{
    font-size: 1.5rem;
}

.scs-product-price{
    border-top: 1px solid #dadada;
    color: #000;
    margin-top: auto;
    padding: 1.8rem 2rem;
    font-size: 3rem;
    font-weight: 600;
    position: relative;
}

.product-share-bar{
    margin-top: 2rem;
}
     /* Other Products Responsive */

     @media screen and (max-width: 850px){
        .product-flex-container{
            flex-direction: column;
            align-items: center;
        }

        .scs-product{
            max-width: 40rem;
        }

        .scs-product.scs-product:not(:last-child){
            margin-right: unset;
        }

     }

/* General Content */

    /* Woocommerce Resets */

    .product-name a{
        color: var(--blue);
        text-decoration: none;   
    }


    .product-name a:hover{
        text-decoration: underline;
    }

    .woocommerce-info{
        border-top-color: var(--blue);
    }

    .woocommerce-info::before{
        color: var(--blue);
        display: none;
        
    }

    .woocommerce p.cart-empty{
        padding-left: 2rem;
    }

    .quantity input {
        outline:none;
    }

    /* Checkout Page */

    .woocommerce input, 
    .woocommerce textarea{
        font-size: 1.7rem;
        background-color: transparent;
        border: none;
        border-bottom: 2px solid black;
    }

    .woocommerce select,
    .woocommerce span.select2 .select2-selection
    {
        font-size: 1.7rem;
        background-color: transparent!important;
        border: none !important;
        border-bottom: 2px solid black !important;
    }

    .woocommerce form fieldset {
        margin:4rem 0;
        padding: 2rem;
    }

    .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
        top:unset;
    }

    .woocommerce form button {
        background-color: var(--blue) !important;
        color:white !important;
    }

    h3#order_review_heading{
        margin:2rem 0;
    }

    #payment{
        background-color: transparent !important;
    }

    ul#shipping_method{
        list-style-type: none;
    }

    /* Account Page */

    .woocommerce-MyAccount-navigation ul{
        padding-left:2rem;
        list-style-type: none;
    }

    .woocommerce-MyAccount-navigation ul a,
    .woocommerce-MyAccount-content a
     {
        color: var(--blue);

    }


    @media screen and (max-width: 800px){
        .woocommerce-thankyou-order-received{
            margin-bottom: 2rem;
        }

        .-woocommerce-column--1{
            margin-bottom: 2rem;
        }
    }


.page-content-main p{
    font-size: 2rem;
    padding-left: 2rem;
    line-height: 1.45;
    text-rendering: optimizeLegibility;
    margin-bottom:1.6rem;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.course-info__text-title{
    margin-right: .4rem;
}

.course-info p {
    margin-bottom:0;
    padding-left: 0;
}

/* Helpers and Utilities */

.has-filter-brightness-1{
    filter: invert() brightness(1);
}

.black-image{
    filter: invert() brightness(0)
}

.flex{
    display: flex;
}

.align-start{
    align-items: flex-start;
}
.align-center{
    align-items: center;
}

.small-margin-left{
    margin-left: 10px;
}
