/*
Theme Name: Fondation Thalie
Theme URI: 
Author: Patrice gaillard & ThemeKraft
Author URI: 
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 */

/* Fondation Thalie 2019 --------------------------------------------------------

    01. IMPORTS
    02. LAYOUT
    03. HEADER NAVIGATION
    04. POSTS HOME & CATEGORIES
    05. POST
    06. SLIDER
    07. FORMS
    08. MAP
    09. WOOCOMMERCE
    10. FOOTER
    11. PRESS GALLERY
    12. SIDEBAR
    13. SPLASH POPUP
    14. PODCASTS
    15: DONATIONS


/* 01. IMPORTS ================================================= */

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&subset=latin-ext');
/* 02. LAYOUT & FIX ================================================== */

:root {
    --normal-font: 'Noto Serif', serif;
    --title-font: 'Quicksand', sans-serif;
}
body {
    word-wrap: break-word;
    font-family: var(--normal-font);
    image-rendering: -webkit-optimize-contrast;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
}
@media (max-width: 769px) {
    body {
        font-size: 14px;
    }
}
.main-content {
    margin-top: 96px;
    position: relative;
}
.home .main-content {
    margin-top: 0;
}
@media (max-width: 769px) {
    .main-content, .home .main-content {
        margin-top: 60px;
        position: relative;
    }
}
.main-content>.container {
    padding-top: 30px;
}
.category .main-content>.container, .archive.podcast .main-content>.container, .blog.podcast .main-content>.container {
    padding-top: 0px;
}
.category-2 .main-content>.container, .category-39 .main-content>.container, .category-226 .main-content>.container {
    padding-top: 30px;
}
.container {
    clear: both;
    padding: 0 24px 22px 24px;
}
.clearfix {
    clear: both;
}
#header-nav .container {
    padding: 0 24px 0 24px;
}
.container {
    width: 100%;
}
@media (min-width: 1440px) {
    .container {
        width: 1364px;
    }
}
#content {
    min-height: calc(100vh - 582px);
    position: relative;
}
#content *[id]:before {
    content: " ";
    margin-top: -60px;
    height: 60px;
    visibility: hidden;
}
/* 48px gutter */

.shadows {
    -webkit-box-shadow: 9px 9px 38px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 9px 9px 38px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 9px 9px 38px 2px rgba(0, 0, 0, 0.1);
}
.gradient-pict {
    position: relative;
}
.gradient, .gradient0, .gradient1 {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #00c8ee, #64ff5f, #ffee00, #ff0a5a, #7f64e6);
    background-size: 1000% 1000%;
    webkit-animation: TL-house 43s ease infinite;
    -moz-animation: TL-house 43s ease infinite;
    animation: TL-house 43s ease infinite;
    opacity: 0.6;
}
.gradient1 {
    background: var(--main-color);
}
@-webkit-keyframes TL-house {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes TL-house {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes TL-house {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.affix {
    position: absolute !important;
    left: 25px;
    right: 25px;
    top: 10px;
    margin-bottom: 50px;
}
.affix-top {
    top: 0px;
}
.affix-bottom {
    position: static;
}
figure {
    max-width: 100% !important;
}
figure img {
    max-width: 100% !important;
    height: auto;
}
/* effect & typo */

h1, h2 {
    letter-spacing: 2px;
    font-family: var(--title-font);
}
h3 {
    letter-spacing: 1px;
    font-family: var(--title-font);
}
.text-bold {
    font-weight: bold !important;
}
.text-large {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
    .text-large {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }
}
.normal-font {
    font-family: var(--normal-font);
}
.title-font {
    font-family: var(--title-font);
}
a, a:focus, a:active {
    transition: all 0.2s ease-out;
    color: #000;
}
a:hover {
    color: var(--main-color);
}
.mark, mark {
    background: none !important;
}
.btn {
    transition: all 0.2s ease-out;
    font-family: var(--title-font);
    border-radius: 4px;
    text-transform: uppercase;
}
.btn:focus, .btn:active {
    outline: none !important;
}
.btn:hover {
    background: var(--main-color);
    color: #fff;
}
.btn.btn-inverse:hover {
    background: #000;
    border: none;
}
.grey {
    color: #bbbdbe;
}
.display-block {
    display: block;
}
.margin-0 {
    margin: 0px !important;
}
.margin-top-auto {
    margin-top: auto !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.border-black {
    border: 1px solid #000;
}
.padding-0 {
    padding: 0px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-30 {
    padding: 30px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}
.padding-bottom-0 {
    padding-bottom: 0px !important;
}
@media (min-width: 767px) {
    .padding-top-md-30 {
        padding-top: 30px;
    }
    .padding-left-md-50 {
        padding-left: 50px !important;
    }
    .padding-right-md-50 {
        padding-right: 50px !important;
    }
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.display-none {
    display: none;
}
.display-flex {
    display: flex;
}
.flex-end {
    justify-content: flex-end;
}
.flex-column {
    flex-flow: column wrap;
}
@media (max-width: 769px) {
    h2 {
        font-size: 22px !important;
        line-height: 24px !important;
    }
}
/* 03. NAVIGATION ================================================== */

#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 1004;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    height: 96px;
    background: transparent;
    opacity: 1;
    -webkit-box-shadow: 9px 9px 9px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 9px 9px 9px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 9px 9px 9px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 769px) {
    #masthead {
        background: #fff;
    }
}
@media (min-width: 769px) {
    header#masthead:before {
        background: #fff;
        content: " ";
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 8px;
        z-index: 10;
    }
    header#masthead:after {
        background: #fff;
        content: " ";
        display: block;
        width: 100%;
        position: fixed;
        top: 57px;
        left: 0;
        height: 38px;
        z-index: 10;
    }
}
@media (min-width: 1025px) {
    header#masthead:after {
        top: 76px;
        height: 18px;
    }
}
#masthead .container {
    position: relative;
    height: 50px;
}
.navbar-toggle {
    border: none;
    padding: 0;
    position: absolute;
    background: transparent;
    z-index: 1003;
    margin: 0;
    right: 14px;
    top: 22px;
}
@media (max-width: 769px) {
    #masthead {
        height: 60px;
    }
    .navbar-toggle {
        display: block;
        top: 20px;
    }
}
#main-menu {
    margin-right: 0;
    display: block;
    margin-right: -26px;
}
@media (max-width: 769px) {
    #main-menu.pull-right {
        float: none !important;
        margin-right: 0px;
    }
}
.navbar-toggle.collapsed, .navbar-toggle.collapsed:hover, .navbar-toggle:hover, .navbar-toggle.active, .navbar-default .navbar-toggle:focus, .navbar-toggle:hover {
    background: transparent;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 1px;
    border-bottom: 3px solid #000;
}
.top-bar, .bottom-bar {
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
    margin-top: 3px;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    margin-top: 3px;
}
.navbar-toggle.active .top-bar {
    transform: rotate(45deg);
    transform-origin: 6.5% 50%;
    margin-left: 5px;
}
.navbar-toggle.active .middle-bar {
    opacity: 0;
}
.navbar-toggle.active .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 50%;
    margin-left: 5px;
    margin-top: 4px;
}
.navbar-toggle.active {
    right: 10px;
}
#newsletter-nav {
    right: -5px;
    padding: 20px 30px 20px 30px;
    width: 320px;
}
#newsletter-nav p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
}
#newsletter-nav p:first-child {
    margin-bottom: 0;
    padding-bottom: 10px;
}
@media (max-width: 480px) {
    #mega-nav {
        width: 100%;
    }
    #mega-nav.in {
        top: -12.5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #mega-nav img {
        width: 95% !important;
    }
    #mega-left {
        width: 100%;
    }
    #mega-right {
        width: 100%;
    }
}
/* site branding */

.navbar-brand {
    height: auto;
    padding-bottom: 0;
    padding-top: 0px;
}
.navbar-brand img {
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 769px) {
    .navbar-brand:before {
        position: fixed;
        top: 8px;
        height: 52px;
        background: #fff;
        display: block;
        width: 53px;
        content: ' ';
        left: 0;
    }
    .navbar-brand:after {
        position: fixed;
        top: 8px;
        height: 52px;
        background: #fff;
        display: block;
        left: 265px;
        content: ' ';
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .navbar-brand:before {
        width: 40px;
        height: 70px;
    }
    .navbar-brand:after {
        left: 327px;
        height: 70px;
    }
}
@media (min-width: 1440px) {
    .navbar-brand:before {
        height: 70px;
        width: calc((100% - 1285px) / 2);
    }
    .navbar-brand:after {
        height: 70px;
        left: calc((100% - 1285px) / 2 + 287px);
    }
}
img.sm-site-branding {
    display: none;
    background: transparent;
}
img.site-branding {
    margin: 6px 0 0 0;
    height: 70px;
}
@media (max-width: 1025px) {
    img.site-branding {
        margin: 5px 0 0 14px;
        height: 52px;
    }
}
@media (max-width: 769px) {
    img.sm-site-branding {
        height: 35px;
        display: block;
        margin: 4px 0 0 -30px;
    }
    img.site-branding {
        display: none;
    }
}
/* NAv $-------------------------*/

.qtranxs_language_chooser {
    position: absolute;
    top: 23px;
    right: 25px;
    font-size: 14px;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}
@media (max-width: 769px) {
    .qtranxs_language_chooser {
        top: 18px;
        right: 152px;
        font-size: 13px;
    }
}
.qtranxs_language_chooser li {
    display: inline-block;
}
.qtranxs_language_chooser a, .qtranxs_language_chooser a:hover, .qtranxs_language_chooser a:focus {
    color: #000;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-family: var(--title-font);
    font-weight: 500;
}
.qtranxs_language_chooser li.active a {
    color: var(--main-color);
}
#primary-nav {
    background: transparent;
    margin-top: 49px;
    border: none;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 11;
}
#primary-nav * {
    transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav>li {
    margin: 0px 13px 0px 50px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: none;
}
@media (max-width: 1025px) {
    #primary-nav {
        margin-top: 59px;
    }
}
@media (max-width: 769px) {
    #primary-nav {
        margin: 7px -25px 0 -25px;
        padding: 0 10px;
        -webkit-box-shadow: 9px 9px 38px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 9px 9px 38px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 9px 9px 38px 2px rgba(0, 0, 0, 0.1);
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        width: 100vw;
        background: #FFF;
    }
    .navbar-nav {
        margin: 7.5px 0;
    }
    .collapse {
        display: block;
        opacity: 0;
        height: 0;
        z-index: -1;
        top: -200px;
    }
    .collapse.in {
        display: block;
        webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: .25s;
        -moz-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        -webkit-transition-property: visibility, opacity, -webkit-transform;
        -moz-transition-property: visibility, opacity, -moz-transform;
        -o-transition-property: visibility, opacity, -o-transform;
        transition-property: visibility, opacity, -webkit-transform, -moz-transform, -o-transform, transform;
        height: auto;
        opacity: 1;
        top: 0px;
        background: #FFF;
        height: auto;
    }
}
.navbar-nav>li>.dropdown-menu .navbar-default .navbar-nav>li.newsletter {
    min-width: 169px;
}
.navbar-default .navbar-nav>li.menu-item>a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    padding: 5px 0px;
    display: inline-block;
    letter-spacing: 0.5px;
    font-family: var(--title-font);
}
.navbar-default .navbar-nav>li.menu-item:last-child>a {
    /*font-size: 14px;*/
}
.navbar-default .navbar-nav>li.menu-item.fa>a {
    padding-left: 42px;
    margin-left: -33px;
    font-family: var(--title-font);
}
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active>a:focus, .navbar-default .navbar-nav>li.menu-item>a:hover, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li.current-menu-parent>a, .navbar-default .navbar-nav>li.current-post-ancestor>a {
    background: transparent;
    color: var(--main-color);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
/* mega menu new */

.navbar .container {
    position: relative;
}
.navbar-nav, .navbar .collapse, .navbar-nav li {
    position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
    left: auto;
}
.menu-item-has-children .dropdown-menu {
    width: auto !important;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 16px;
    padding: 20px 0 12px 0;
}
.has-mega-menu.last-hidden .dropdown-menu.in:last-child {
    display: none !important;
}
@media (min-width: 769px) {
    .navbar-nav>li>.dropdown-menu {
        margin-top: 29px;
    }
}
@media (min-width: 1025px) {
    .navbar-nav>li>.dropdown-menu {
        margin-top: 39px;
    }
}
@media (max-width: 769px) {
    .navbar-nav .open .dropdown-menu:not(.program) {
        padding: 0px 0 12px 0;
    }
}
.navbar-nav>li>.dropdown-menu h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
    font-family: var(--title-font);
    margin: 0;
}
@media (max-width: 1025px) {
    .navbar-nav>li>.dropdown-menu h4 {
        font-size: 13px;
    }
}
.navbar-nav>li>.dropdown-menu h5 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    font-family: var(--title-font);
    margin: 5px 0 10px 0;
}
.navbar-nav>li>.dropdown-menu .agenda h4 {
    padding: 0 0 6px 0;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #000;
}
.navbar-nav>li>.dropdown-menu .agenda .row {
    margin-left: -5px;
    margin-right: -5px;
}
.navbar-nav>li>.dropdown-menu .agenda .row .col-xs-6 {
    padding: 10px;
}
.navbar-nav>li>.dropdown-menu .agenda .datepicker-inline {
    width: 100%;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
}
.navbar-nav>li>.dropdown-menu .agenda #thalie-calendar:before {
    background: url(assets/img/Reload.svg) center center;
}
.navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .table-condensed {
    width: 100%
}
.navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .disabled {
    color: #000;
}
.navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .day, .navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .datepicker-switch {
    position: relative;
    cursor: auto;
    padding: 3px, ;
}
.navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .day.bg-main-color {
    cursor: pointer;
}
.navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .day.active {
    font-weight: bold;
    color: var(--main-color);
    background: transparent !important;
}
.navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .datepicker-switch:hover, .navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .day:hover, .navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .next:hover, .navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .prev:hover, .datepicker tfoot tr th:hover {
    background: #fff
}
.navbar-nav>li>.dropdown-menu .agenda .datepicker-inline table tr .day i {
    font-style: normal;
}
.navbar-nav>li>.dropdown-menu .agenda .datepicker-inline table tr .day.bg-main-color i {
    background: var(--lite-main-color);
    border-radius: 3px;
    display: inline-block;
    width: 20px;
    color: #000;
}
.dropdown-menu>li>a, .dropdown-menu li ul li a {
    font-weight: 500;
    display: inline-block;
    padding: 3px 0px;
    clear: both;
    font-family: var(--title-font);
}
@media (min-width: 769px) {
    .dropdown-menu .col-md-2:first-child {
        padding-left: 25px;
    }
    .dropdown-menu .col-md-2:last-child {
        padding-right: 25px;
    }
}
.dropdown-menu li a {
    white-space: normal;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: var(--main-color) !important;
    text-decoration: none !important;
    background: transparent !important;
}
.dropdown-menu li.agenda a .date {
    font-weight: 500;
    font-size: 13px;
    font-family: var(--title-font);
    position: relative;
}
.dropdown-menu li.agenda a .date.bg-main-color {
    background: var(--lite-main-color);
    border-radius: 3px;
    padding: 0 3px;
}
.dropdown-menu li.agenda a:hover .date.bg-main-color {
    color: #FFF;
}
.dropdown-menu li.agenda a .date.dotted::after, .navbar-nav>li>.dropdown-menu .agenda .datepicker-inline .day.dotted::after {
    content: ' ';
    position: absolute;
    top: 11px;
    margin-left: 12px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: var(--lite-main-color);
}
.dropdown-menu li.agenda a .date.dotted::after {
    top: auto;
    bottom: 5px;
    margin-left: 3px;
    left: auto;
}
.dropdown-menu li.agenda a .cat {
    display: block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--title-font);
}
.dropdown-menu li.agenda a .title {
    display: block;
    font-size: 11px;
    font-weight: bold;
    font-family: var(--normal-font)
}
.dropdown-menu li.comingsoon a img {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 10px;
}
.dropdown-menu li.comingsoon a .date {
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-family: var(--title-font);
}
.dropdown-menu li.comingsoon a .cat {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--title-font);
}
.dropdown-menu li.comingsoon a .title {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    font-family: var(--normal-font)
}
.dropdown-menu ul {
    padding: 0;
}
.dropdown-menu>li>a, .dropdown-menu li a {
    padding: 0 0 10px 0;
}
/* Make dropdown visible on hover */

.has-mega-menu>.dropdown-menu.in {
    transition: opacity 0.2s linear;
}
@media (min-width: 769px) {
    .has-mega-menu>.dropdown-menu {
        position: absolute;
        top: calc(100% - 24px);
        left: 0px;
        right: 0px;
        z-index: 1000;
        float: none;
        min-width: 10rem;
        padding: 1rem;
        list-style: none;
        border: none;
        border-radius: 0;
        opacity: 0;
        height: 0;
        overflow: hidden;
        min-width: 150px;
        display: block;
        padding: 0 !important;
    }
    .has-mega-menu>.dropdown-menu.in {
        visibility: visible;
        opacity: 1;
        height: auto;
        padding: 20px 0 12px 0 !important;
    }
}
@media (max-width: 769px) {
    .navbar-default .navbar-nav>li.open>a {
        padding-bottom: 0;
    }
    .col-md-2 {
        padding: 0;
    }
    .program .col-md-2, .program .col-md-4 {
        padding: 0 0 25px 0;
    }
    .program .col-md-2:nth-child(4), .program .col-md-2:nth-child(5) {
        margin-top: -15px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 2px 0;
    }
    .dropdown-menu {
        padding: 0 0 10px 0;
    }
    .navbar-default .navbar-nav>li {
        margin-left: 15px;
    }
}
#social-header {
    position: absolute;
    top: 10.5px;
    right: 100px;
}
#social-header a {
    font-size: 20px;
    margin: 0 5px;
    color: #000;
    display: inline-block;
    padding: 6px 0 0 0;
}
@media (max-width: 769px) {
    #social-header {
        top: 14px;
        right: 48px;
    }
    #social-header a {
        font-size: 15px;
    }
}
#social-header a.vimeo {
    margin: 0 2px;
}
#mini-cart {
    top: -2px;
    position: relative;
}
#social-header a:last-child {
    margin: 0 0 0 5px;
}
#social-header a i {
    vertical-align: middle;
    height: 25px;
}
.fa-times-thin:before {
    content: '\00d7';
}
#press-close {
    position: absolute;
    top: -10px;
    right: 25px;
    width: 32px;
    height: 32px;
    color: transparent;
}
#press-close:after, #press-close:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #000;
    transform: rotate(45deg);
}
#press-close:before {
    transform: rotate(45deg);
}
#press-close:after {
    transform: rotate(-45deg);
}
.cart-count-container {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    border: 2px solid;
    font-size: 10px;
    line-height: 12px;
    min-width: 15px;
    text-align: center;
    display: block;
    position: absolute;
    top: 1px;
    margin-left: 12px;
}
.cart-count-container.active {
    width: 55px;
    height: 55px;
    font-size: 40px;
    line-height: 55px;
    top: -15px;
    left: -15px;
    opacity: 0;
    transition: opacity 0.8s ease, width 0.8s ease, height 0.8s ease, left 0.1s linear, top 0.1s linear;
}
.menu-item a:hover, #social-header a:hover {
    color: var(--main-color);
}
.block {
    border-radius: 15px;
    padding: 15px 20px;
    color: #000;
    font-weight: bold;
    width: 230px;
    line-height: 20px;
}
.block, .btn-inverse, .carousel-indicators li.active, .cart-count-container {
    background: var(--main-color);
    border-color: var(--main-color);
}
/* 04. POSTS HOME & CATEGORIES ================================================== */

.home .main-intro, .woocommerce-page .main-intro {
    color: #FFF;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.5;
    padding: 18px 18px 11px 18px;
}
.count-container strong {
    display: inline-block;
    opacity: 0;
}
.social-vertical-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .social-vertical-bar {
        margin-left: 15px;
    }
}
.social-vertical-bar a {
    display: block;
}
.social-vertical-bar a:hover {
    text-decoration: none;
}
.fa.circled {
    color: #fff;
    background: #000;
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    margin: 10px auto;
}
.fa.inline {
    display: inline-block;
    line-height: 47px;
}
.main-intro-container {
    transition: all 1s ease-out;
}
.main-intro {
    background: var(--main-color);
}
@media (max-width: 480px) {
    .past-event-separator {
        margin-top: 0px;
    }
}
.filters-tags {
    padding: 7px 0 25px 15px;
    margin: 0;
}
.filters-tags li {
    display: inline-block;
    padding-right: 15px;
}
.filters-tags li span {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
}
.filters-tags li span:before {
    content: '#';
}
.filters-tags input[type='checkbox'], .filters-tags input[type='radio'] {
    position: absolute;
    left: -9999px;
}
.filters-tags input[type='checkbox']:checked+span, .filters-tags input[type='radio']:checked+span {
    background: var(--main-color);
    color: #fff;
}
.home article, .category article, .blog article, .archive article {
    margin-bottom: 30px;
}
#home-carousel {
    overflow: hidden;
    margin-bottom: 15px;
}
.home #home-carousel article {
    margin-bottom: 0px;
}
@media (orientation: landscape) {
    .home #home-carousel article {
        max-height: calc(100vh - 220px);
    }
}
#home-carousel img {
    max-width: inherit !important;
}
@media (max-width:769px) {
    #home-carousel img {
        transform: translateX(-50%);
    }
}
.home article header, .category article header, .blog article header, .archive article header {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    padding: 10px;
    bottom: 0;
    margin: 0 72px 48px 48px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: "…";
    z-index: 2;
}
article.past-event-separator {
    margin-bottom: 30px;
    position: relative;
}
.past-event-separator h3 {
    position: absolute;
    top: -30px;
    left: 50%;
    padding: 0 10px;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 19px;
    background: white;
    white-space: nowrap;
}
.past-event-separator:before {
    display: block;
    background: #000;
    height: 1px;
    content: " ";
    margin: 0;
}
.past-event-separator h4.curator {
    background: var(--main-color);
    padding: 5px;
    color: #fff;
    margin: 20px 0 0 0 !important;
}
.past-event-separator h4.curator a, .past-event-separator h4.curator a:hover {
    color: #fff;
}
.home article header:hover, .category article header:hover, .archive article header:hover {
    background: rgba(0, 0, 0, 0.5);
}
.home article.article-m header, .category article.article-m header, .home article.article-s header {
    max-height: calc(100% - 96px);
}
.home article.article-s header {
    margin: 0 72px 10px 10px;
}
.home article header h1.page-title, .home article header h2.page-title, .category article header h1.page-title, .blog article header h1.page-title, .archive article header h1.page-title {
    font-weight: bold;
    font-family: var(--normal-font);
    margin: 0;
    letter-spacing: 0.35px;
}
.home article header h1.page-title i, .category article header h1.page-title i {
    font-weight: normal;
    display: block;
}
.home article header .cat-links, .category article header .cat-links, .blog article header .cat-links, .archive article header .cat-links {
    font-family: var(--title-font);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
.home article header .cat-links span, .category article header .cat-links span, .archive article header .cat-links span, .blog article header .cat-links span {
    font-weight: normal;
    text-transform: lowercase;
    display: block;
}
.article-xxl header, .article-xl header, .article-lplus header {
    width: 440px;
}
.article-xxl h1.page-title, .article-xl h1.page-title, .article-l h1.page-title, .article-lplus h1.page-title {
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 0;
}
.article-m h1.page-title, .article-s h1.page-title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
}
.sidebar .article-m h1.page-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.sidebar .article-m h1.page-title i {
    font-weight: normal;
}
.sidebar article {
    margin-bottom: 24px;
}
.sidebar article header {
    margin: 0 48px 48px 48px;
}
.home article header a, .category article header a, .blog article header a, .archive article header a, .home article header a:hover, .category article header a:hover, .blog.podcast article header a:hover, .archive article header a:hover {
    color: #FFF;
    text-decoration: none;
    st
}
article.article-m {
    height: 355px;
}
article.article-s {
    height: 255px;
}
article.article-l, article.article-lplus, article.article-xl, article.article-xxl {
    height: 740px;
}
article .image-container, li.article-m .image-container {
    position: relative;
    height: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
article .image-container.border-black {
    width: calc(100% - 1px);
}
li.article-m .image-container {
    height: 355px;
}
.image-container img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
article:hover .image-container img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}
.carousel article:hover .image-container img {
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
body.blog.press .container {
    padding-bottom: 0;
}
.press_container {
    position: relative;
    background: url("assets/img/ThalieLab-press-bg_Black.jpg") repeat-y;
    background-size: 100% auto;
    position: relative;
    padding-top: 48px;
    min-height: calc(100vh - 186px);
}
body.blog.press .article-m .image-container {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
}
body.blog.press .article-m .image-container img {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: auto;
    max-height: 130px;
    max-width: 300px;
    mix-blend-mode: multiply;
    z-index: 2;
}
body.blog.press .article-m .entry-date {
    color: #000;
    position: absolute;
    bottom: 15%;
    width: 100%;
    margin-left: -24px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
}
@media (max-width: 1200px) {
    .home article, .category article, .blog.podcast article {
        margin-bottom: 24px;
    }
    .home article header h1.page-title, .category article header h1.page-title, .blog.podcast article header h1.page-title {
        font-size: 18px;
        line-height: 22px;
    }
    .home article header .cat-links, .category article header .cat-links, .article-xxl .cat-links, .article-xl .cat-links, .article-l .cat-links, .article-lplus .cat-links, .article-m .cat-links {
        font-size: 12px;
        margin-bottom: 4px;
        line-height: 12px;
    }
    .article-m h1.page-title {
        font-size: 16px;
    }
    .article-xxl header, .article-xl header, .article-lplus header {
        width: auto;
    }
}
@media (max-width: 480px) {
    article.article-l {
        height: 576px;
    }
    article.article-lplus {
        height: 376px;
    }
    article.article-xl {
        height: 278px;
    }
    article.article-xxl {
        height: 184px;
    }
    li.article-m .image-container {
        height: 277px;
    }
}
.paging-navigation {
    display: none;
}
.search-result {
    padding-bottom: 24px;
}
/* 05. POST ================================================== */

.single h1.page-title, .page h1.page-title {
    font-family: var(--normal-font);
    font-size: 29px;
    line-height: 29px;
    padding: 0;
    margin: 0 0 25px 0;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.single h1.page-title i, .page h1.page-title i {
    display: block;
    font-weight: normal;
}
.single h2, .page h2 {
    font-size: 26px;
    line-height: 29px;
    padding: 0;
    margin: 24px 0 8px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.entry-meta {
    font-size: 18px;
    font-family: var(--title-font);
    padding: 0;
    margin: 0 0 8px 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.entry-meta span {
    display: block;
    font-weight: normal;
}
.entry-meta a:hover {
    text-decoration: none;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 19.5px;
    line-height: 25px;
    margin: 0;
    padding: 4px 0 8px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}
body.single-call_for_proposal .entry-content h3 {
    text-align: justify;
}
.entry-content h6 {
    font-style: italic;
    font-size: 12px;
    font-weight: 600px;
}
.entry-content p {
    line-height: 20px;
    text-align: justify;
    padding: 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
.entry-content a {
    text-decoration: underline;
}
.entry-content ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
}
@media (min-width: 990px) {
    .entry-content .member {
        min-height: 194px;
        position: relative;
    }
    .entry-content .member .links {
        position: absolute;
        bottom: 0;
    }
}
.entry-content .member .links i {
    font-size: 22px;
}
.entry-content .member .links i.fa-envelope-o {
    font-size: 23px;
}
.entry-content .member a {
    text-decoration: none;
    word-break: normal;
}
.entry-content .member p {
    text-align: left;
    word-break: normal;
}
.social-bar {
    clear: both;
}
@media (max-width: 769px) {
    .single h1.page-title, .page h1.page-title {
        font-size: 24px;
        line-height: 24px;
    }
    .entry-meta {
        font-size: 14px;
    }
    .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        font-size: 16px;
        line-height: 20px;
    }
}
.addthis_toolbox {
    margin-bottom: 30px;
}
.addthis_toolbox a, .addthis_toolbox a:hover {
    color: #000;
    font-size: 24px;
    padding-left: 12px;
}
.addthis_toolbox a.addthis_button_facebook {
    padding-left: 0;
}
.addthis_toolbox a.addthis_button_twitter {
    font-size: 28px;
}
.addthis_toolbox i {
    vertical-align: middle;
    height: 25px;
}
.btn-black, .btn-black:focus background: #000;
color: #FFF;
}
.widget:after {
    display: block;
    background: var(--main-color);
    height: 1px;
    content: " ";
    margin: 33px 0 18px 0;
}
.widget:last-child:after {
    display: none;
}
.widget p.title {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
.widget p.title i {
    display: block;
    font-weight: normal;
}
.widget .meta-title {
    font-family: var(--title-font);
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 15px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.widget .meta-title.no-margin {
    margin: 0;
}
.widget .meta-title.category {
    font-weight: bold;
    margin: 20px 0 0 0;
}
.widget .meta-title a {
    color: #000;
    text-decoration: none;
}
.widget time.meta-title {
    font-weight: normal;
    display: block;
    margin: 0;
}
.widget var.price {
    font-family: var(--title-font);
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    display: block;
    margin: 12px 0 0 0;
}
.widget var.price .woocommerce-Price-currencySymbol {
    font-weight: bold;
}
.widget .btn-ticket {
    margin: 0;
    border: none;
    padding: 1.5px 6px;
}
.widget .social-bar {
    margin-top: 18px;
}
.widget .added_to_cart.wc-forward {
    display: none;
}
.widget var.price span {
    font-size: 15px;
}
.widget_archive {
    /*color: #949599;*/
    color: #000;
}
.widget_archive.foundation {
    color: #000;
}
.widget_archive .article-numbers {
    text-align: center;
    padding: 15px 25px 25px 25px;
    border: 2px solid var(--main-color);
    border-radius: 20px;
    margin-top: 15px;
    font-size: 18px;
}
.widget_archive .article-numbers strong {
    font-size: 23px;
    line-height: 26px;
    padding-top: 15px;
}
.widget h3.widget-title {
    font-family: var(--normal-font);
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    margin: 18px 0;
    color: #000;
    letter-spacing: 0px;
}
.widget-subtitle {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 5px 0 12px 0;
}
.widget_archive .widget-subtitle {
    padding: 18px 0 18px 0;
    border-top: 3px dotted #949599;
    letter-spacing: 0.5px;
}
.widget-italic {
    font-style: italic;
    margin: -5px 0 20px 0;
}
.widget-content {
    margin: -5px 0 20px 0;
}
.widget .widget-subtitle:nth-of-type(1) h4 {
    margin-top: 0;
}
.widget_archive .widget-subtitle:nth-of-type(1) {
    border-top: none;
    padding: 0 0 18px 0;
}
.widget_archive.foundation .widget-subtitle {
    border-top: none;
    padding: 0 0 18px 0;
    font-family: var(--title-font);
}
.widget_archive.foundation .widget-subtitle:before {
    display: block;
    background: #000;
    height: 1px;
    content: " ";
    margin: 0 0 18px 0;
}
.widget_archive.foundation .widget-subtitle:nth-of-type(1):before {
    background: transparent;
    margin: 0;
}
.widget_archive .widget-subtitle a:hover, .widget_archive .widget-subtitle a:focus {
    text-decoration: none;
}
.widget_archive .meta-title {
    font-size: 15px;
    border-top: none;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.widget_archive .meta-title span {
    font-weight: normal;
    display: block;
}
.widget_archive .nav li h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: bold;
}
.widget_archive .article-numbers h4 {
    font-family: var(--title-font);
    text-transform: uppercase;
}
.widget_archive .nav li h4 i {
    display: block;
    font-weight: normal;
}
.widget_archive .nav li a {
    display: inline-block;
}
.widget_archive .btn-more {
    margin: 0 0 25px 0;
    border: none;
    padding: 1.5px 6px;
}
.widget-location:after {
    display: block;
    content: "\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022";
    height: 14px;
    margin: 3px 0;
    overflow: hidden;
    letter-spacing: 2px;
    font-size: 14px;
    background: transparent;
    color: #000;
}
.widget-location .widget-subtitle {
    padding: 5px 0 5px 0;
    margin: 0;
}
.widget-location a {
    color: #666;
    text-decoration: underline;
}
/* Alignment */

.entry-content .alignleft {
    display: inline-block;
    float: left;
    margin: 5px 48px 12px 0px;
}
.entry-content .alignright {
    display: inline-block;
    float: right;
    margin: 12px 0px 12px 48px;
}
.page-template-single-privatisation .entry-content .alignright {
    margin: -45px 0px 12px 48px;
}
.entry-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.entry-content .wp-caption-text {
    margin-top: 5px;
}
.entry-content .wp-caption-text em {
    font-style: normal;
}
.entry-content .wp-caption {
    text-align: right;
    font-size: 12px;
    line-height: 12px;
    color: #87888a;
    white-space: pre-line;
}
.panel {
    border: none;
    background-color: transparent;
    margin-bottom: 0px;
    box-shadow: none;
}
.panel h2.page-title {
    font-size: 29px;
    line-height: 29px;
    padding: 2px 0 0 0;
    margin: 0 0 8px 0;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.panel-default>.panel-heading {
    border: none;
    color: #000;
    background: transparent;
    padding: 0;
}
.panel-default:after {
    display: block;
    background: #000;
    height: 3px;
    content: " ";
}
.panel-default>.panel-heading:before {
    margin-top: -1px !important;
    visibility: visible !important;
    display: block;
    background: #000;
    height: 1px !important;
    content: " ";
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0;
}
.panel-default>.panel-heading a {
    text-decoration: none;
    text-transform: uppercase;
}
.panel-default>.panel-heading a:hover {
    color: #000;
    text-decoration: none;
}
.panel .subpanel:after {
    display: block;
    content: "\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022";
    height: 8px;
    margin-bottom: 18px;
    overflow: hidden;
    letter-spacing: 2px;
    font-size: 8px;
}
.panel .subpanel .caption {
    height: 28px;
}
.panel .subpanel:last-child:after {
    border: none;
    content: "";
}
/* 06. SLIDER ================================================== */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel .carousel-inner .item {
    margin: 0 auto;
}
.carousel .carousel-inner .item .slide-container {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-height: 600px;
}
.carousel .carousel-inner .item img {
    display: block;
    margin: 0 auto;
    width: auto;
}
.caption {
    text-align: right;
    font-size: 12px;
    color: #000;
    margin-top: -10px;
}
.carousel .carousel-inner .caption {
    margin-top: 0px;
    height: 68px;
    padding-top: 5px;
}
.carousel .fa-arrow-left, .carousel .fa-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -40px;
    display: inline-block;
}
.carousel-control {
    top: 200px;
    bottom: 200px;
}
.carousel .fa-arrow-left {
    left: 10px;
}
.carousel .fa-arrow-right {
    right: 10px;
}
.carousel-indicators {
    bottom: 5px;
    width: 100%;
    margin-left: 0%;
    left: 0%;
}
.carousel-indicators li {
    border: 1px solid #000;
    background: #000;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 8px;
}
.carousel-indicators li.active {
    border: 1px solid #61c5ae;
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home a .blocker {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.home .embed-container iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel {
    touch-action: pan-left;
    touch-action: pan-right;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev, .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right, .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        .page-template-page-partners -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media (max-width: 769px) {
    .carousel-indicators {
        bottom: -25px;
    }
    .carousel .carousel-inner .item .slide-container {
        display: block;
        width: 100%;
    }
    .single .carousel .carousel-inner .item img {
        max-width: 100%;
        display: block;
        width: auto;
        max-height: 70%;
    }
    .carousel .carousel-inner .caption {
        max-height: 40px;
    }
    .carousel {
        margin-bottom: 25px;
    }
}
#home-side-carousel .carousel-indicators {
    top: 5px;
    bottom: auto;
    width: calc(100% - 25px);
    text-align: right;
}
#home-side-carousel li {
    border: 1px solid #fff;
    background: #fff;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 8px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#home-side-carousel li.active {
    border: 1px solid #fff;
    background: transparent;
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
/* 07. XXXXX ================================================== */

/* Make sure embeds and iframes fit their containers */

embed, iframe, object {
    max-width: 100%;
}
/* --------------------------------------------------------------------------
    07. FORMS
-------------------------------------------------------------------------- */

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
}
.form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #000;
    color: #000;
    outline: none;
    box-shadow: none !important;
    padding-left: 4px;
    padding-right: 4px;
}
.form-control.free-amount {
    width: 140px;
    margin-bottom: 5px;
}
.form-control.free-amount:after {
    content: "€";
}
.form-control.border-xs {
    border: 1px solid #000;
}
@media (min-width: 768px) {
    .form-control.form-inline {
        min-width: 0;
        width: auto;
        display: inline-block;
        margin-bottom: 15px;
    }
    .form-control.w33 {
        width: 31%;
        margin-right: 2.33%;
    }
    .form-control.w66 {
        width: 65.66%;
        margin-right: 2.33%;
    }
    .form-control.no-right-margin {
        margin: 0 0 15px 0;
    }
}
#menu-top-addons .form-control {
    height: 26px;
    line-height: 26px;
}
.mc4wp-alert, .mc4wp-error {
    margin-top: 25px;
    font-size: 14px;
    clear: both;
}
.mc4wp-alert p, .mc4wp-error p {
    text-align: left;
}
form .response {
    position: absolute;
    right: 10px;
    bottom: 20px;
}
label {
    display: block;
}
label span {
    font-weight: 400;
}
label .fa-2x {
    display: block;
    float: left;
    margin: 5px 15px 0 0;
}
input.form-control::-webkit-input-placeholder {
    color: #bbbdbe;
    text-transform: uppercase;
    font-weight: bold;
}
input.form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #bbbdbe;
    text-transform: uppercase;
    font-weight: bold;
}
input.form-control::-moz-placeholder {
    /* FF 19+ */
    color: #bbbdbe;
    text-transform: uppercase;
    font-weight: bold;
}
input.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbbdbe;
    text-transform: uppercase;
    text-transform: uppercase;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .bootstrap-select.btn-group .dropdown-menu .dropdown-menu>li>a:focus {
    border: 2px solid #CCC;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 80px;
}
.form-control:focus {
    border-color: #CCC;
}
.form-control.border-xs:focus {
    border: 1px solid #CCC;
}
a.btn, button.btn {
    color: #FFF;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
}
.btn-default {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px;
    border: none;
}
a.btn-outline-black, a.btn-outline-black:focus, button.btn-outline-black, button.btn-outline-black:focus {
    border: 1px solid #000;
    color: #000;
    background: transparent;
}
.btn-outline-black:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.btn-xs {
    font-size: 12px;
    padding: 2px 3px;
}
.btn.shadows {
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.hidden-check #mc4wp-checkbox {
    display: none;
}
.bootstrap-select .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #000;
    background: #FFF;
    width: 100%;
    color: #939598;
    font-size: 14px;
}
.bootstrap-select.btn-group .dropdown-menu li:first-child {
    display: none;
}
.bootstrap-select .btn:focus, .btn:active {
    outline: none !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    color: #939598;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 144px;
    width: 144px;
    left: 90px;
    top: 13px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 12px 10px 28px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 12px 10px 28px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 12px 10px 28px 3px rgba(0, 0, 0, 0.16);
}
.bootstrap-select.btn-group .dropdown-menu .dropdown-menu>li>a {
    padding: 5px;
}
.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li.selected a {
    background: #939598;
    color: #FFF;
}
span.plus {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    background: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.form-group .fa-upload {
    cursor: pointer;
}
.form-group .fa-upload:hover {
    color: var(--main-color);
}
span.plus:hover {
    background: var(--main-color);
    color: #fff;
}
.status {
    color: #bbbdbe;
    text-transform: uppercase;
    font-size: 12px;
}
.status.error {
    color: #ff0a5a;
}
#LoginTab .nav-tabs {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
#LoginTab .nav-tabs:after {
    display: block;
    background: #000;
    height: 3px;
    content: " ";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 1.5px;
    margin: 0 0 9px 0;
}
#LoginTab .nav-tabs a {
    text-decoration: none;
}
#LoginTab .nav>li>a {
    padding: 5px 0;
}
#LoginTab .nav-tabs>li {
    width: 50%;
    text-align: center;
    margin-bottom: 0;
}
#LoginTab .nav-tabs>li>a, #LoginTab .nav-tabs>li>a:focus, #LoginTab .nav-tabs>li>a:hover {
    background: transparent;
    border: none;
}
#LoginTab .nav-tabs>li.active>a, #LoginTab .nav-tabs>li.active>a:focus, #LoginTab .nav-tabs>li.active>a:hover {
    background: transparent;
    border: none;
}
#LoginTab .nav-tabs li:first-child:after {
    content: "|";
    font-weight: bold;
    display: block;
    position: absolute;
    top: 5px;
    left: 100%;
}
#LoginTab .nav-tabs>li.active>a, #LoginTab .nav-tabs>li.active>a:focus, #LoginTab .nav-tabs>li.active>a:hover {
    color: var(--main-color);
    background: transparent;
}
.main-btn {
    text-align: center;
    padding: 8px 20px;
    font-size: 18px !important;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase !important;
    line-height: 1;
}
.main-btn {
    background: var(--main-color) !important;
}
/* --------------------------------------------------------------------------
    08. MAP
-------------------------------------------------------------------------- */

#map {
    height: 495px;
    margin: 15px 0 15px 0;
}
@media (max-width: 480px) {
    #map {
        height: 250px;
    }
}
@media (max-width: 768px) {
    #map {
        height: 350px;
    }
}
/* --------------------------------------------------------------------------
    09. WOOCOMMERCE
-------------------------------------------------------------------------- */

.woocommerce-page h1.page-title {
    display: none
}
.woocommerce-page p.woocommerce-result-count {
    display: none
}
.woocommerce-page form.woocommerce-ordering {
    display: none
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 46.2%;
}
@media (max-width: 480px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%
    }
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    margin: 0 48px 48px 0;
}
.woocommerce ul.products li.product .price {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
    font-style: normal;
    margin-top: 10px;
}
.woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000;
    font-style: normal;
}
.woocommerce ul.products li.product a, .woocommerce ul.products li.product a:hover {
    color: #000;
}
.woocommerce ul.products li.product a img {
    display: block;
    margin: 0 auto;
    height: 255px;
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.woocommerce .carousel .carousel-inner .item img {
    -webkit-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products li.product .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    text-transform: uppercase;
    background: var(--main-color);
    color: #fff;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    margin-top: 0;
    font-family: var(--title-font);
}
.woocommerce ul.products li.product .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #000;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    text-transform: uppercase;
    background: var(--main-color);
    color: #fff;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    margin-top: 0;
    font-family: var(--title-font);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #000;
}
.woocommerce .variations {
    margin-bottom: 15px;
}
.woocommerce .variations tr, .variations td {
    display: block;
    text-align: left;
}
.woocommerce .variations .label {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}
.woocommerce .variations .label label {
    margin-bottom: 0;
    margin-right: 5px;
}
.woocommerce .variations .reset_variations {
    padding-left: 5px;
    font-size: 12px;
    line-height: 20px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #000;
    color: #fff;
    padding: 3px;
}
.woocommerce ul.products li.product a.button.loading, .woocommerce button.button.loading, .woocommerce button.button {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 3px 22px 3px 3px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    margin-top: 0
}
.woocommerce ul.products li.product a.button.loading:after, , .woocommerce button.button.loading:after {
    top: 3px;
    right: 2px;
}
.woocommerce ul.products li.product .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 3px;
}
.woocommerce.single-product a.button.product_type_variable, .woocommerce.single-product a.ajax_add_to_cart {
    display: none!important;
}
.styled-select {
    background: #FFF;
    border: 2px solid #000;
    border-radius: 3px;
    overflow: hidden;
    padding: 0px 15px 0 0;
    position: relative;
}
.styled-select:after {
    color: #000;
    content: '\f0d7';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 5px;
    top: 0px;
}
.styled-select select {
    color: #000;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.page.woocommerce-page .order-nav {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 18px;
    min-height: 55px;
    padding: 9px 0 5px 0;
}
.woocommerce ul.products li.product .excerpt p, .woocommerce-product-details__short-description p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}
.woocommerce ul.products li.product .excerpt p:first-child, .woocommerce-product-details__short-description p:first-child {
    margin: -5px 0 0 0;
    display: block;
}
.woocommerce ul.products li.product .excerpt p:first-child::first-line, .woocommerce-product-details__short-description p:first-child::first-line {
    font-size: 18px;
    line-height: 35px;
    display: block;
    margin: 0 0 10px 0;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-weight: bold;
}
/*Categories Widget
=====================================================*/

.widget.woocommerce h3.widget-title {
    text-transform: uppercase;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 3px 0;
    font-weight: bold;
    padding: 5px 0 0 0;
    font-family: var(--title-font);
}
.widget_product_categories ul {
    margin: 0;
    padding: 0;
}
.widget_product_categories ul li {
    margin: 0;
    padding: 2px 0;
    list-style: none;
}
.widget_product_categories ul .cat-item {
    border-bottom: none !important;
}
.widget_product_categories ul .cat-item a, .widget_layered_nav ul li a {
    position: relative;
    padding-left: 20px!important;
}
.widget_product_categories ul .cat-item a::before, .widget_layered_nav ul li a::before {
    font-size: 18px;
    font-size: 0.875rem;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f1db";
    position: absolute;
    top: 5px;
    left: 0;
    color: #000;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.widget_product_categories ul .cat-item a:hover, .widget_layered_nav ul li a:hover {
    color: #000;
    text-decoration: none;
}
.widget_product_categories ul .cat-item a:hover::before, .widget_layered_nav ul li a:hover::before {
    content: "\f058";
}
.widget_product_categories ul .cat-item.current-cat a, .widget_layered_nav ul li.chosen a {
    color: #000 !important;
}
.widget_product_categories ul .cat-item.current-cat a::before, .widget_product_categories ul li.chosen a::before {
    content: "\f058";
    color: #000 !important;
}
/*tag Widget
=====================================================*/

.widget_product_tag_cloud a, .widget_product_clear a {
    font-size: 14px !important;
    font-style: normal;
    position: relative;
    display: block;
    padding-left: 20px!important;
    color: #000;
    padding: 2px 0;
}
.widget_product_tag_cloud a:hover, .widget_product_clear a:hover {
    color: #000 !important;
    text-decoration: none;
}
.widget_product_tag_cloud a::before, .widget_product_clear a::before {
    font-size: 0.875rem;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f1db";
    position: absolute;
    top: 5px;
    left: 0;
    color: #000;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.widget_product_tag_cloud a:hover::before, .widget_product_tag_cloud a.active::before {
    content: "\f058";
}
.widget_product_clear a::before {
    content: "\f00d";
    font-size: 0.875rem;
}
/* search widget */

.widget .input-group-addon {
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 4px;
}
.widget .input-group-addon button {
    border: none;
    background: none;
}
.input-daterange {
    margin: 5px 0px;
    width: 70%;
}
.input-daterange .input-group-addon {
    font-size: 18px;
    padding: 0 5px;
}
.datepicker-dropdown {
    margin-top: 96px;
    z-index: 10000!important;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background: #9e9e9e !important;
}
/* widget related product*/

.woocommerce .widget_archive ul.products li.first, .woocommerce-page .widget_archive ul.products li.first {
    margin: 0;
}
.woocommerce .widget_archive ul.products li.product {
    width: 100%;
    margin-bottom: 48px;
}
.woocommerce .widget_archive ul.products li.product a.woocommerce-LoopProduct-link {
    display: block;
    margin: 0;
    padding: 0;
}
.woocommerce .widget_archive ul.products li.product a.woocommerce-LoopProduct-link:hover {
    background: none;
}
/* order page */

#billing_company_field input, #billing_address_1_field input, #billing_address_2_field input, #billing_postcode_field input, #billing_city_field input, #billing_phone_field input, #vat_number_field input {
    border-color: #000 !important;
}
.woocommerce form .form-row .input-checkbox {
    position: inherit !important;
}
.page.woocommerce-page h1.page-title, #order_review_heading, #payment_heading {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background: #949599;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    padding: 3px 10px;
    margin-bottom: 13px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background: #e7e7e8 !important;
    color: #000 !important;
    border-top: none !important;
    font-weight: bold;
    padding: 0.5em 2em 0.5em 3.5em !important;
    margin: 0 0 1em !important;
}
#content>.row>.woocommerce-error, #content>.row>.woocommerce-info, #content>.row>.woocommerce-message {
    margin: 0 22.5px 1em 22.5px !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #000 !important;
    top: 0.5em !important
}
.woocommerce table.shop_table {
    border: none !important;
    background: #e7e7e8;
    margin: 0 !important;
    text-align: left;
    width: 100%;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-bottom-right-radius: 0 !important;
    color: #000;
}
.cart-collaterals .shipping th:first-child {
    display: none;
}
#ship-to-different-address {
    padding-left: 20px;
    font-size: 14px;
    color: #949599;
}
#ship-to-different-address label span {
    font-weight: bold;
}
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: top !important;
}
.woocommerce table.shop_table td {
    border-top: none !important;
}
.woocommerce table.shop_table td.product-thumbnail {
    padding-top: 10px;
}
.woocommerce table.shop_table td.product-remove {
    padding-top: 30px;
}
.woocommerce .cart-collaterals {
    background: #e7e7e8;
    margin-bottom: 15px;
}
.woocommerce .cart_totals::before {
    display: block;
    background: #000;
    height: 1px;
    content: " ";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 1.5px;
    margin: 0 0 10px 0;
    width: 100%;
}
.woocommerce a.remove:hover {
    color: #000 !important;
    background: none !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none
}
.entry-content .woocommerce table.shop_table .product-name em {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    font-style: normal;
}
.entry-content .woocommerce table.shop_table .product-price, .entry-content .woocommerce table.shop_table .product-subtotal, .entry-content .woocommerce table.shop_table .order-total, .entry-content .woocommerce table.shop_table .cart-subtotal {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 8px 6px;
}
.btn.minus, .btn.plus {
    display: inline-block;
    font-weight: bold;
    width: 25px;
    padding: 5px 0;
    text-align: center;
}
.woocommerce .quantity .qty {
    color: #000;
    font-weight: black;
    border: 2px solid #FFF;
    background: #FFF;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    width: 2.4em !important;
}
.woocommerce-variation-price {
    margin-bottom: 15px;
}
.woocommerce-Price-amount {
    font-size: 15px;
    font-weight: bold;
}
.woocommerce-Price-currencySymbol {
    font-weight: normal;
}
.woocommerce-variation-price .woocommerce-Price-currencySymbol {
    font-weight: bold;
}
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
    font-weight: bold;
}
.entry-content .woocommerce table.shop_table p {
    line-height: 18px;
}
.entry-content .woocommerce table.shop_table .product-subtotal {
    text-align: right;
    width: 85px;
}
.entry-content .woocommerce table.shop_table .product-quantity {
    width: 110px;
}
.woocommerce .blockUI.blockOverlay::before, .woocommerce .loader::before {
    background: url(assets/img/Reload.svg) center center;
}
.woocommerce .cart-collaterals .cart_totals td {
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 33.33%;
}
@media (max-width: 768px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
    .entry-content .woocommerce table.shop_table .product-quantity {
        width: 100%;
    }
    .entry-content .woocommerce table.shop_table .product-subtotal {
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr td.product-name, .woocommerce-page table.shop_table_responsive tr td.product-name {
        text-align: left !important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }
}
.woocommerce .includes_tax {
    display: block;
    font-size: 12px;
    text-transform: lowercase;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    font-size: 18px !important;
    text-transform: uppercase !important;
    line-height: 1;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}
.woocommerce .wc-coupon .btn {
    display: inline-block;
    text-align: center;
    padding: 7px 20px;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: bold;
    line-height: 18px;
    background: #949599;
    color: #FFF;
}
.select2-container--default {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    outline: none !important;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #000;
    border-radius: 3px;
    outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 3px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
    background-color: #949599;
    color: #fff;
    outline: none !important;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #949599;
}
.woocommerce .wc-coupon .form-control {
    display: inline-block;
    border: 2px solid #949599;
    max-width: 140px;
    margin-right: 10px;
}
.woocommerce .wc-cart-right {
    float: right;
    width: 33.33%;
}
.woocommerce .wc-update-cart {
    float: left;
    width: 65%;
    display: none;
}
.woocommerce .wc-update-cart .btn {
    display: inline-block;
    text-align: center;
    padding: 7px 5px;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: bold;
    line-height: 18px;
    background: #949599;
    color: #FFF;
}
.woocommerce .wc-proceed-to-checkout {
    float: right;
}
.woocommerce .wc-coupon {
    float: left;
    width: 50%;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 15px 0 30px 0
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-password-strength.bad {
    background: #e7e7e8;
    margin-top: 3px;
}
#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
    line-height: 16px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    background: transparent;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-weight: bold;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, .entry-content .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td, .entry-content .woocommerce table.shop_table.woocommerce-checkout-review-order-table .tax-total td {
    text-align: right;
    font-size: 14px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table hr {
    display: block;
    background: #000;
    height: 3px;
    content: " ";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 1.5px;
    margin: 10px 0 10px 0;
    width: 100%;
}
.woocommerce .wc-order-tab {
    color: #949599;
    font-weight: bold;
}
.woocommerce .wc-order-tab a {
    text-decoration: none;
}
#customer_details {
    margin-bottom: 30px;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    max-width: 50% !important;
}
.wc_payment_method .payment_method_mollie_wc_gateway_mistercash img {
    width: 30px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 1em 0;
}
.wc_payment_methods .payment_methods .methods label {
    margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
    border: none;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 0 0 18px 0;
}
.woocommerce-MyAccount-navigation ul li::before {
    display: block;
    background: #000;
    height: 1px;
    content: " ";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 1.5px;
    margin: 0 0 18px 0;
}
.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
}
.page.woocommerce-page .order-nav span.active, .woocommerce .wc-order-tab a {
    color: var(--main-color);
}
@media (max-width: 480px) {
    .woocommerce .wc-coupon {
        width: 100%;
        text-align: center;
    }
    .woocommerce .wc-cart-right {
        width: 100%;
        text-align: center;
    }
    .woocommerce .wc-proceed-to-checkout {
        float: none;
        text-align: center;
        margin-top: 10px;
    }
}
/* --------------------------------------------------------------------------
    10. FOOTER
-------------------------------------------------------------------------- */

#colophon {
    background: #1a171b;
    font-size: 14px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
    padding-top: 15px;
    position: relative;
    z-index: 1003;
}
@media (max-width: 480px) {
    #colophon .col-md-12 {
        padding: 0;
    }
}
@media (max-width: 320px) {
    #colophon .col-md-12 {
        line-height: 12px;
    }
}
@media (max-width: 768px) {
    #colophon {
        font-size: 12px;
    }
}
@media (min-width: 1366px) {
    #colophon .container {
        width: 1280px;
    }
}
#colophon ul, #colophon li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#colophon a {
    color: #FFF;
    text-decoration: none;
}
#colophon li a {
    font-family: var(--title-font);
    font-weight: normal;
}
#colophon .actions {
    font-weight: normal;
    margin: 25px auto 0 auto;
}
#colophon .actions .col-md-4 {
    padding: 0;
}
#colophon .actions .btn {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 15px auto;
    width: 150px;
}
#colophon .editions {
    margin-top: 8px;
}
#colophon .editions a {
    padding: 0 45px 0 0;
}
#colophon .editions a:last-child {
    padding: 0;
}
#colophon .partners:before {
    display: block;
    background: #000;
    height: 1px;
    content: " ";
    margin: 0 0 15px 0;
}
#colophon .partners h4 {
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: normal;
}
#colophon .partners a {
    padding-right: 20px;
}
#colophon .partners a img {
    height: 35px !important;
    width: auto !important;
    filter: grayscale(100%) brightness(5) saturate(8);
    transition: all 0.2s ease-out;
}
#colophon .partners a:hover img {
    filter: none;
}
#colophon .partners:before {
    background: var(--main-color);
}
#colophon .actions .btn.btn-inverse:hover {
    border: 1px solid #000;
}
#colophon .copyright {
    margin: 30px auto 0 auto;
    padding: 24px 0 8px 0;
    font-size: 11px;
    width: 80%;
}
@media (max-width: 480px) {
    #colophon .partners {
        text-align: center;
        padding-bottom: 0;
    }
    #colophon .partners h4 {
        padding: 10px 0;
        margin: 0;
    }
    #colophon .partners a {
        display: block;
        padding: 5px 0;
    }
    #colophon .partners a img {
        height: 25px !important;
        width: auto !important;
    }
    #colophon .copyright {
        width: 70%;
    }
}
/* --------------------------------------------------------------------------
    11. PRESS GALLERY
-------------------------------------------------------------------------- */

.press_gallery .item {
    margin-bottom: 48px;
}
.col-md-2 .affix {
    width: 147px;
}
@media (max-width: 1160px) {
    .col-md-2 .affix {
        width: 113.66px;
    }
}
/* --------------------------------------------------------------------------
    12. SUBSCRIPTION SIDEBAR
-------------------------------------------------------------------------- */

.subscription-plans-sidebar {
    position: fixed;
    right: 30px;
    width: calc(33% - 15px);
    z-index: 10001;
    color: #fff;
    padding: 15px;
    -webkit-transition: all 0.5s ease-out;
    background: var(--main-transparent-color);
    top: 70vh;
    transform: translateY(-50%);
    -webkit-box-shadow: 10px 10px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 10px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 10px 4px rgba(0, 0, 0, 0.1);
    touch-action: pan-left;
    touch-action: pan-right;
}
.subscription-plans-sidebar {
    right: calc(-33% + 15px);
}
.subscription-plans-sidebar.hover {
    right: 25px;
}
@media (min-width: 1440px) {
    .subscription-plans-hidder {
        width: calc(50vw - 666px);
    }
    .subscription-plans-sidebar {
        right: -420px;
        width: 420px;
    }
    .subscription-plans-sidebar.hover {
        right: 0px;
    }
}
@media (max-width: 1440px) {
    .subscription-plans-sidebar {
        max-height: 100vh;
    }
}
.subscription-plans-sidebar .subsciption-plans-btn {
    background: var(--main-color);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: -120px;
    color: #fff;
    font-weight: bold;
    padding: 25px 5px;
    text-align: center;
    cursor: pointer;
    z-index: 1003;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.02);
    touch-action: pan-left;
    touch-action: pan-right;
}
.subscription-plans-sidebar .subsciption-plans-btn .subscription-plans-btn-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    left: 0;
}
.subscription-plans-sidebar .btn {
    background: #fff;
    color: #000;
    padding: 2px 3px;
    line-height: 12px;
    font-weight: bold;
    -webkit-box-shadow: 4.5px 4.5px 4.5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4.5px 4.5px 4.5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 4.5px 4.5px 4.5px 2px rgba(0, 0, 0, 0.1);
}
.subscription-plans-sidebar .btn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.subscription-plans-sidebar .subsciption-plans-container {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: bold;
}
.subscription-plans-sidebar .subsciption-plans-container h3 {
    font-family: var(--normal-font);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 0 50px 30px 50px;
    margin: 0;
    text-transform: uppercase;
}
.subscription-plans-sidebar .subsciption-plans-container h4 {
    margin: 25px 0 5px 0;
    text-decoration: underline;
    text-transform: uppercase;
}
.subscription-plans-sidebar .subsciption-plans-container p {
    margin-bottom: 0;
}
.subscription-plans-sidebar .subsciption-plans-container .subsciption-plan-notice {
    margin-top: 10px;
    font-style: italic;
}
@media (max-width: 768px) {
    .subscription-plans-sidebar {
        width: calc(100% - 48px);
        right: calc(-100% + 45px);
    }
    .subscription-plans-sidebar .subsciption-plans-btn {
        font-size: 11px;
        width: 100px;
        height: 100px;
        left: -100px;
        padding: 15px 3px;
        top: 100%;
        transform: translateY(-100%);
    }
    .subscription-plans-sidebar .subsciption-plans-container {
        font-size: 14px;
    }
    .subscription-plans-sidebar .subsciption-plans-container h3 {
        padding: 0 15px 30px 15px;
    }
    .subscription-plans-sidebar .subsciption-plans-btn .subscription-plans-btn-text {
        width: 100px;
    }
}
@media (max-height: 568px) {
    .subscription-plans-sidebar {
        height: 100vh;
    }
    .subscription-plans-sidebar .subsciption-plans-container {
        height: 100%;
        overflow: scroll;
    }
}
/* --------------------------------------------------------------------------
    13. SPLASH POPUP
-------------------------------------------------------------------------- */

.mfp-no-bg {
    background: none;
    position: absolute !important;
}
.white-popup .mfp-close {
    top: 15px;
    right: 15px;
}
.white-popup .mfp-close:before, .white-popup .mfp-close:after {
    background: #fff;
}
.white-popup {
    position: relative;
    width: auto;
    max-width: 400px;
    min-height: 300px;
    margin: 20px auto;
    background: white;
    padding: 10px;
    overflow: hidden;
}
.white-popup img {
    max-width: 100% !important;
    height: auto !important;
}
.white-popup a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
.white-popup header {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 10px;
    bottom: 0;
    margin: 0 34px 34px 24px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: "…";
    z-index: 2;
    width: calc(100% - 68px);
}
.white-popup a:hover header {
    background: rgba(255, 255, 255, 0.8);
}
.white-popup header h3 {
    font-weight: bold;
    font-family: var(--normal-font);
    margin: 0;
    letter-spacing: 0.35px;
}
.white-popup header p {
    font-family: var(--title-font);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 0;
    color: var(--main-color);
}
/* --------------------------------------------------------------------------
    14. PODCASTS
-------------------------------------------------------------------------- */

.podcasts-carousel {
    margin-bottom: 25px;
}
/* ------------------------------------------- 
    HEADER
------------------------------------------- */

.podcasts-carousel-header {
    margin: 0 auto 20px auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1350px;
}
@media only screen and (max-width: 991px) {
    .podcasts-carousel-header {
        margin: 0 0 25px 0;
    }
}
/* TITLE */

h2.podcasts-carousel-title {
    position: relative;
    text-align: left;
    margin: 0;
    z-index: 1;
    padding: 0 20px 0 0;
}
.podcasts-carousel-title span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    color: #666;
}
@media only screen and (max-width: 991px) {
    .podcasts-carousel-title {
        margin: 0 0 0 0;
        font-size: 26px;
        line-height: 28px;
    }
}
/* WRAP */

.podcasts-carousel-wrap {
    position: relative;
    text-align: right;
    min-width: 110px;
}
@media only screen and (max-width: 991px) {
    .podcasts-carousel-wrap {
        min-width: inherit;
        width: auto;
    }
}
/* WRAP WITH FORM */

.podcasts-carousel-header.field .podcasts-carousel-wrap {
    position: relative;
    text-align: right;
    min-width: inherit;
    font-size: 0;
}
@media only screen and (max-width: 991px) {
    .podcasts-carousel-header.field {
        display: block;
    }
    .podcasts-carousel-header.field .podcasts-carousel-title {
        display: block;
    }
    .podcasts-carousel-header.field .podcasts-carousel-wrap {
        display: block;
        text-align: left;
        margin-top: 10px;
    }
}
/* ------------------------------------------- 
    BASE
------------------------------------------- */

.flex {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex:after {
    content: "";
    width: calc(1/3*100% - (1 - 1/3)*2%);
}
.podcasts-carousel .article-m {
    max-width: 419px;
}
.flex .article-podcast {
    box-sizing: border-box;
    margin-bottom: 2%;
    width: calc(1/3*100% - (1 - 1/3)*2%);
    max-width: inherit;
    max-height: inherit;
}
@media only screen and (max-width: 991px) {
    .flex .article-podcast {
        width: calc(1/2*100% - (1 - 1/2)*2%);
    }
}
@media only screen and (max-width: 767px) {
    .flex .article-podcast {
        width: calc(1/1*100% - (1 - 1/1)*0%);
        margin-bottom: 15px;
    }
}
.article-podcast {
    position: relative;
    float: left;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    height: 100%;
    max-width: 365px;
    margin-right: 25px;
    height: 460px;
    overflow: hidden !important;
}
@media only screen and (max-width: 991px) {
    .article-podcast {
        max-width: 310px;
        max-height: 390px;
    }
}
/* ------------------------------------------- 
    IMAGE
------------------------------------------- */

.article-podcast .caption .inner {
    position: relative;
    padding: 30px 15px 0 15px;
}
/* TITRE */

.article-podcast h2.page-title {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
}
/* INFOS FOOTER THUMB */

article ul.infos {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
    font-size: 18px;
    font-family: var(--title-font);
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.article-podcast ul.infos {
    right: 0px;
}
article ul.infos li {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    float: left;
    font-weight: 500;
    margin: 0 15px 0 0;
    color: #fff;
}
/* --------------------------------------------------------------------------
    15.DONATIONS
-------------------------------------------------------------------------- */

.donation-item {
    display: flex;
    align-content: Space-between;
    flex-direction: column;
    padding: 10px;
    border-radius: 20px;
    height: 100%;
    margin-top: auto
}
.donation-items .subtitle {
    font-size: 18px;
}
@media only screen and (max-width: 991px) {
    .page-template-template-donation .flex {
        display: block;
    }
}
@media only screen and (min-width: 991px) {
    .donation-items:last-child:before {
        content: ' ';
        background: #000;
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
        height: calc(100% - 60px);
        width: 1px;
    }
    .donation-items:first-child {
        padding-right: 30px;
    }
    .donation-items:last-child {
        padding-left: 30px;
    }
}
.assignements a:hover, .assignements a:focus, .assignements a:visited {
    color: #000;
    text-decoration: none;
}
.assignements .title {
    min-height: 50px;
}