/*
Theme Name: 	On Studio WP Framework
Theme URI: 		http://madebyon.com
Description: 	On Studio WP Framework
Version: 		1.5.6
Author: 		On Studio
Author URI: 	http://madebyon.com
*/

/* import custom keen slider styles: */
@import url('css/keen.css?v=1.5.6');

html,
body {
    font-size: 1.4vw;
    font-family: PFDinTextStd-Light;
    text-rendering: optimizeLegibility;
    background-color: white;
    color: black;
    height: 100%;
}

a:visited {
    color: black;
}

a:focus {
    outline: none;
}

#site {
    position: relative;
    padding: 1em 3em;
    width: calc(100% - 6em);

    min-height: 100%;
    float: left;

}

*:focus {
    outline: 0;
    outline: none;
    outline-style: none;
}

.invert-transition {
    transition: color 0.1s ease;

}

.invert {

    color: #551A8B !important;
}

/* .event-link a {

} */
.footer--nav-holder {
  position: relative;
  clear: both;
}

nav.main-nav, nav.footer-nav {
    width: 100%;
    position: relative;
}

nav.main-nav {
  /*this is now dynamic, due to the dynamic nature of the menus*/
  /*height: 12.24em;*/
}

nav.footer-nav {
  height: 3.06em;
}

header {
    width: 100%;
    height: auto;
    position: relative;
    height: 3em;
    line-height: 3em;
    padding-left: 1.5em;
    box-sizing: border-box;
}

h1 {
    font-family: PFDinTextStd-Medium;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 2.2vw;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: inline;
    margin-right: 2.4em;
    color: black;
}

h1 a {
    text-decoration: none;
    color: black;
}

#follow {
    display: inline;
    /* width: 19em; */
    margin-right: 5em;
    /* float: right; */
    margin-top: 2px;
}

#follow a span {
    color: black;
}

#newsletter, #mc_embed_signup {
    display: inline-block;
    font-family: PFDinTextStd-LightItalic;
    box-sizing: border-box;
    color: black;
    padding-top: 0.2em;
}
#mc_embed_signup {
  width: 100% !important;
}

#sunrise {
    display: inline;
    float: right;
    margin-right: 0.5em;
    /* font-size: 20px; */
    font-size: 1.4vw;
    vertical-align: middle;
}

#sunrise img {
    height: 26px;
    margin-right: 5px;
}

#sunrise img:last-child {
    margin-left: 20px;
}

#shop {
    display: inline;
    margin-right: 5em;
    vertical-align: middle;
}

#shop .icon {
  display: inline-block;
  margin-left: 0.2em;

  width: 1.2em;
  height: 1.2em;
  background: url(/wp/wp-content/themes/BoldTendenciesTheme/img/shop.png) no-repeat bottom center / contain;
  margin-bottom: -0.2em;
}

#shop .icon img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

#shop a {
    text-decoration: none;
}

#support {
  display: inline;
  margin-right: 1em;
  vertical-align: middle;
}

#support .heart {
  color: #f79bff;
}

#support a {
  text-decoration: none;
}

.media {
    margin-bottom: 1em;
}

#mc-embedded-subscribe {
    border: 1px solid;
    font-family: PFDinTextStd-Light;
    color: black;
    background-color: white;
    height: 3em;

    display: inline-block;
    top: 0.2em;
    right: 0em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    box-sizing: border-box;
}

h2 {
    font-size: 1.4vw;
    font-family: PFDinTextStd-Medium;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0em -1em 1.4em 0em;
}

p {
    margin-bottom: 1.4em;
    margin-top: 0em;
}

article.single p img {
    height: 3em;
    display: block;
    padding-top: 0.25em;
    width: auto;
}

.article-events .events p img {
    display: block;
    margin-top: 1.4em;
    width: 18.5em;
    height: auto;
}

.columns p img {
    display: block;
    margin-top: 0.1em;
    width: 18.5em;
    height: auto;
}

.date:not(.archive) {
    margin: 0em -1em 0em 0em;
}

header::before {
    content: "";
    position: absolute;
    width: 1em;
    border-left: 1px solid;
    height: 1.6em;
    top: 1.5em;
    left: 0em;
}

header::after {
    content: "";
    position: absolute;
    width: 1em;
    border-right: 1px solid;
    height: 1.6em;
    top: 1.5em;
    right: 0em;
}

ul {
    margin: 0;
    padding: 0;
}

nav li:hover {
    background-color: black;
}

nav li:hover a {
    color: white;
    text-decoration: none;
}

nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: black;
    padding-left: 1.5em;
}

nav li {
    background-color: white;
    transition: background-color 1s ease;
    transition: color 0.1s ease;
    cursor: pointer;
    font-family: PFDinTextStd-Medium;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.015em;

}

nav ul:nth-child(3) li.open-call a {
    color: #e10715;
}

nav ul:nth-child(3) li.open-call a:hover {
    color: white;
}

.bottom-line {
    font-size: 75%;
    opacity: 0.6;
}


@media (min-width: 820px) {

    article.single {
        float: left;
        width: 29.7%;
        box-sizing: border-box;
    }

    article.single h2 {
        width: 19em;
    }

    nav ul:first-child {
        position: absolute;
        width: 100%;
        border-bottom: 1px solid;
    }

    nav ul:nth-child(2) {
        position: absolute;
        z-index: 2;
        width: 66.6%;
        right: 0px;
    }

    nav ul:nth-child(3) {
        position: absolute;
        z-index: 3;
        width: 33.3%;
        right: 0px;
    }

    nav ul:first-child li {
        border-left: 1px solid;
        border-top: 1px solid;
        border-right: 1px solid;
        height: 3em;
        line-height: 3em;
    }

    nav.footer-nav ul:first-child li {
      border-top: none;
    }

    nav ul:nth-child(2) li {
        margin-top: 0.3em;
        margin-bottom: 0.55em;
        border: 1px solid;
        height: 2.4em;
        line-height: 2.5em;
        margin-right: 0.3em;
    }

    nav ul:nth-child(3) li {
        margin-top: 0.6em;
        margin-bottom: 1.14em;
        border: 1px solid;
        height: 1.8em;
        line-height: 1.8em;
        margin-right: 0.6em;
    }

    nav ul:nth-child(3) li.open-call {
        border: 1px solid #e10715;
    }

    nav ul:nth-child(3) li.open-call:hover {
        border: 1px solid black;
    }

    .prevent-breaks p {
        break-inside: avoid;
    }

    .columns, .columns-1, .columns-2, .columns-3, .columns-4, .columns-5, .columns-6 {
        column-gap: 3em;
        -webkit-column-gap: 3em;
        -moz-column-gap: 3em;
    }

    .columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .columns-1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .columns-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .columns-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .columns-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .columns-5 {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .columns-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }

    .columns-6 img {
        width: 7.85em;
    }

    .featured-img {
        width: 72.6%;
        float: left;
        margin-left: -4.55em;
        margin-right: 3em;
    }

    #b {
        top: 2.7em;
        left: 1.9em;
    }

    #t {
        top: 2.7em;
        right: 1.9em;
    }

    #peckham {
        top: 7em;
        left: 1.9em;
        width: 1em;
    }

    #london {
        top: 7em;
        right: 1.5em;
        width: 1em;
    }

    #twenty {
        bottom: 2.7em;
        left: 1.9em;
        width: 1em;
    }

    #sixteen {
        bottom: 2.7em;
        right: 1.5em;
        width: 1em;
    }

    #arrow {
        bottom: 50%;
        right: 0.9em;
        width: 1em;
        zoom: 1.5;
        transition: all 0.5s ease;
        text-align: center;
    }

    .arrow-rotate {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    #mobile-menu {
        display: none;
    }

    #swcl img {
        width: 9em;
        margin-top: 1.3em;

    }

    #to_ldn img {

        width: 7.1em;
        margin-top: 0.9em;

    }

    #cass-art {
        width: 3em;
        top: -1.7em;
        left: 0.4em;
    }

    #whitten {
        width: 3.6em;
        top: -0.6em;
        left: 0.9em;
    }

    #olswang {
        width: 4.8em;
        top: 0.4em;
        margin-right: 0.1em;
        margin-left: 0.9em;
    }

    #cf {
        width: 4.9em;
        top: -1.62em;
        left: 1.45em;
    }

    #blltt {
        width: 4.7em;
        top: -1.4em;
        margin-right: 1.2em;
    }

    #jhnstns {
        width: 4.55em;
        top: 0em;
    }

    #supported {
        text-align: left;
        margin-top: 1.5em;
    }

    .article-events .events {
        width: 29.5%;
        height: 35em;
        margin-right: 4.75%;
        float: left;
        margin-bottom: 2.5em;
        position: relative;

    }

    nav {
        display: block !important;
    }

}

/* * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	 	 	 	 	 	  	 		               *
 *		               MOBILE  	 		           *
 *  	 		                                   *
 * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (max-width: 820px) {

    #site {
        padding: 0.5em 1.5em;
        width: calc(100% - 3em);
    }

    nav {
        height: auto !important;
        display: none;
    }

    nav.footer-nav {
      display: block;

    }

    #follow {
        display: none;
    }

    #header-link__container {
      float: right;
    }

    #shop {
      margin-right: 2em;
    }

    #support {
        /* display: none; */
        margin-right: 1.5em;
    }

    #sunrise {
        display: none;
        /* float: right;
        margin-right: 1.4em;
        font-size: 18px; */
    }

    #sunrise img {
        height: 30px;
    }

    /*#newsletter, #mc_embed_signup {*/
    /*    display: none;*/
    /*}*/

    /*franks cafe*/
    #newsletter, #mc_embed_signup {
      display: inline-block;
      max-width: 100% !important;
    }

    html,
    body, h2, h3 {
        font-size: 4.5vw !important;
    }

    h1 {
        font-size: 6.9vw;
        margin-right: 0em;

    }

    #close-button {
        opacity: 0;
        pointer-events: none;
    }

    nav li {
        height: 3em;
        line-height: 3em;
        border-bottom: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .featured-img img {
        width: 129% !important;
        height: auto;
        margin-left: -4.6em;
        margin-bottom: 1.9em;
    }

    .event-ticket-link {
        padding-bottom: 1.4em;
    }

    #map {
        width: 119% !important;
        height: 20em !important;
        margin-left: -3.1em;
        margin-bottom: 1.9em;
    }

    article.single > .date {
        margin-bottom: -1.4em;
        font-family: PFDinTextStd-LightItalic;
    }

    article.single {
        float: left;
        width: 100%;

        box-sizing: border-box;

    }

    article.single h2 {
        width: 100%;
    }

    .featured-img {
        width: 100%;
        float: left;

    }

    .margin {
        font-size: 2.5vw !important;
    }

    #loading {

        padding-left: 1.4em !important;
        padding-right: 0em !important;
    }

    #loader {
        position: fixed;
        top: 50%;
        margin-top: 0px !important;
        display: block !important;
    }

    #swcl img {
        width: 10em;
        margin-top: 0.5em;
        margin-bottom: 1.4em
    }

    #to_ldn img {

        width: 8em;
        margin-top: 0.5em;
        margin-bottom: 1.4em;
    }

    .columns p img, .article-events .events p img {
        display: block;
        margin-top: 1.4em;
        width: 100%;
        height: auto;
    }

    #b {
        top: 2.8em;
        left: 1.1em;
    }

    #t {
        top: 2.8em;
        right: 1.1em;
    }

    #peckham {
        top: 7.8em;
        left: 1.1em;
        width: 1em;
    }

    #london {
        top: 7.8em;
        right: 0.6em;
        width: 1em;
    }

    #twenty {
        bottom: 2.8em;
        left: 1.1em;
        width: 1em;
    }

    #sixteen {
        bottom: 2.8em;
        right: 0.6em;
        width: 1em;
    }

    #arrow {
        bottom: 50%;
        right: 0.4em;
        width: 1em;
        zoom: 1.5;
        transition: all 0.5s ease;
        text-align: center;
    }

    .arrow-rotate {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    #mobile-menu {
        border: 1px solid;
        box-sizing: border-box;
        width: 100%;
        height: 3em;
        padding-left: 1.5em;
        line-height: 3em;
    }

    #cass-art {
        width: 3.2em;
        top: -2.1em;
        left: 0.6em;
    }

    #cf {
        width: 5.1em;
        top: -2em;
        left: 1.65em;
    }

    #blltt {
        width: 5em;
        top: -1.8em;
        margin-right: 1em;
    }

    #jhnstns {
        width: 4.9em;
        top: 0.6em;
        margin-bottom: 2.9em;
    }

    #whitten {
        width: 3.6em;
        top: -2.9em;
        left: 0.9em;
    }

    #olswang {
        width: 4.8em;
        top: -1.7em;
        margin-right: 0.1em;
        margin-left: 0.9em;
    }

    .spacer {
        height: 2.4em !important;
    }

    #menu-button {
        height: 1.4em;
    }

    #close-button {
        height: 1.4em;
    }

    .article-events .events {
        width: 16.2em;
        height: 38em;
        margin-right: 1.4em;
        float: left;
        margin-bottom: 2.5em;

        position: relative;

    }

}

/*END MOBILE */

section {
    position: relative;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

section:last-child {
    /* margin-bottom: 3em; */
}

.featured {
    border-left: 1px dotted;
}

.default,
.featured {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    box-sizing: border-box;
    float: left;
    width: 100%;

}

.default {
    padding-right: 1.5em;
}

#default-events {
    padding-right: 0em;
}

.featured-img img {
    width: 100%;
    height: auto;
}

.article-events {

}

/*#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.75;
    z-index: 100;
    margin-left: -3em;
    margin-top: 0.1em;
    padding-left: 3em;
    padding-right: 3em;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}
*/

#spinner {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

#section-container {
    float: left;
    width: 100%;
}

#content-hold {
    visibility: hidden;
    height: 1px;
    width: 1px;
    position: fixed;
}

#map {

    height: 30em;
}

.margin {
    position: fixed;
    font-family: PFDinTextStd-Medium;
    -webkit-font-smoothing: antialiased;
    font-size: 1vw;
    text-transform: uppercase;
    z-index: 1000;
}

#submit {
    position: absolute;
    display: inline-block;
    top: 0.2em;
    right: 0em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    box-sizing: border-box;
    border: 1px solid;
    font-family: PFDinTextStd-Light;
}

.blinking-cursor {

    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: black;
    }
}

@-moz-keyframes blink {
    from, to {
        color: transparent;
    }
    50% {
        color: black;
    }
}

@-webkit-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: black;
    }
}

@-ms-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: black;
    }
}

@-o-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: black;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?foeinl&v=1.0');
    src: url('fonts/icomoon.eot?#iefixfoeinl&v=1.0') format('embedded-opentype'),
    url('fonts/icomoon.woff?foeinl&v=1.0') format('woff'),
    url('fonts/icomoon.ttf?foeinl&v=1.0') format('truetype'),
    url('fonts/icomoon.svg?foeinl&v=1.0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding-left: 0.2em;
    zoom: 0.95;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook {
    zoom: 0.9;
    padding-left: 0.25em;
}

.icon-facebook:before {
    content: "\ea91";
}

.icon-instagram {
    padding-left: 0.25em;
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-tumblr {
    padding-left: 0.1em;
}

.icon-tumblr:before {
    content: "\eaba";
}

.icon-twitter {
    padding-left: 0.35em;
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-spotify {
    padding-left: 0.35em;
}

.icon-spotify:before {
    content: "\ea94";
}

.icon-vimeo {
    padding-left: 0.35em;
}

.icon-vimeo:before {
    content: "\eaa1";
}

.icon-link-external {
    position: absolute;
    line-height: 2.9em;
    height: 3em;
    margin-left: 0.1em;
}

.icon-link-external:before {
    content: "\f07f";
}

.iframe-maps {
    opacity: 0;
    transition: opacity 1s ease;
}

.events {
    display: inline-block;
}

.events p {
    margin-bottom: 0em;
    margin-top: 0em;
}

.events p img {
    margin-bottom: 0.6em !important;
    margin-top: 0.4em !important;
}

.article-events .events:nth-of-type(3n+3) {
    margin-right: 0em;
}

.event-link {
    bottom: 0px;
    position: absolute;
    margin-bottom: 0em;
    width: 100%;
}

.event-link a {
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid;
    display: block;
    padding-bottom: 0.3em;
}

section a:hover {
    color: #551A8B;
}

#header-link__container {
  display: inline-block;
}

#follow a {
    text-decoration: none;
}

#follow a:hover {
    color: #551A8B;
}

h3 {
    font-weight: normal;
    font-size: 1.4vw;
    letter-spacing: 0.2em;
    margin: 0;
}

footer {
    height: 6em;

    position: relative;
    float: left;
    width: 100%;
}

#footer-content {
    height: 3em;
    line-height: 3em;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding-left: 1.5em;
}

.spacer {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    height: 9.9em;
    border-left: 1px dotted;
    border-right: 1px dotted;
    display: flex;
    justify-content: space-between;
}

.spacer:last-of-type {
    height: 3em;
    border-left: 0px dotted;
    border-right: 0px dotted;
}

@media (max-width: 820px){
    .spacer {
        flex-direction: column;
    }
}

/* .footer {

} */

.logos p {
    margin-bottom: 0;
}

.logos p img {
    text-align: center;
}

.logo {
    text-align: center;
}

#supported span {
    position: relative;
    display: inline-block;
    text-align: left;
}

#supported span img {
    width: 100%;
    position: absolute;
}

.keep-together {
    display: inline-block;
    width: 100%
}

.keep-together:last-of-type {
    border-right: 0px;
}

.visit-default > p {
    display: inline-block;
}

.event-ticket-link {

    padding-top: 1.4em;
}

.columns-nowrap {
    display: inline-block;
}

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

.event-image {

    height: 11em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0.35em !important;
    margin-bottom: 0.54em !important;
    margin-left: 0.06em;
    margin-right: 0.06em;
}

#tweecool ul li:last-of-type .tweets_txt {
    margin-bottom: -1.4em;
}

a {
    color: black;
}

#loader {
    filter: grayscale(1);
}

.nav-hidden {
    visibility: hidden;
}

.loader {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.back-to-top {
    position: fixed;
    bottom: 1.7em;
    left: 0;
    z-index: 1000;
    width: 100%;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.back-to-top.active {
    opacity: 1;
}
.back-to-top a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: PFDinTextStd-Medium;
    -webkit-font-smoothing: antialiased;
    font-size: 1vw;
    text-decoration: none;
    text-transform: uppercase;
    width: 15vw;
    height: 4vw;
    line-height: 4vw;
    letter-spacing: 0.25rem;
    border: 1px solid;
    background-color: white;
}
.back-to-top-arrow {
	zoom: 1.2;
}
.back-to-top a:hover {
	color:white;
	background-color: black;
	border: 1px solid black;
}
@media (max-width: 820px){
    .back-to-top a {
        font-size: 2.5vw;
        width: 38vw;
        height: 8vw;
        line-height: 8vw;
    }
    .back-to-top {
	   bottom: 1.4em;
    }
}
#madebyon {
	line-height: 4.6em;
	font-size: 12px;
	/* position: absolute; */
	font-family: PFDinTextStd-Medium;
	-webkit-font-smoothing: antialiased;
  min-width: 50%;
}
#madebyon a {
  display: inline-block;
	text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin-left: 5%;
  margin-right: 3.5%;
}

#madebyon span {
  display: inline-block;
  font-family: PFDinTextStd-Light;
  line-height: 1em;
  vertical-align: middle;
}

@media (max-width: 820px){
    #madebyon {
      font-size: 10px;
      min-width: auto;
    }

    #madebyon a {
      margin-left: auto;
      margin-right: auto;
    }
}

#wcb {
    display: flex;
    align-items: center;
}
@media (max-width: 820px){
    #wcb {
        justify-content: center;
        padding-bottom: 2em;
    }
}

body.home article.events-holder:after {
    content: "";
    display: table;
    clear: both;
}

body.home article.events-holder .events {
    display: block;
    width: calc(33.3% - 2em);
    padding: 0 1.5em;
    float: left;
}

body.home article.events-holder .events.number-1 {
    padding-left: 0;
}

body.home article.events-holder .events.number-3 {
    padding-right: 0;
}

body.home article.events-holder .events img {
    max-width: 100%;
}

@media (max-width: 820px) {
    body.home article.events-holder .events {
        width: 100%;
        float: none;
        padding: 0;
    }
}

@media (min-width: 820px) {
    .bottom-line {
        position: absolute;
        bottom: 0;
    }
}

.open-call {
    border-color: #e10715;
}

.open-call a {
    color: #e10715;
}

.arcadia-nav {
    border: 1px solid #fa3d59 !important;
}

.arcadia-nav:hover {
    background-color: #fa3d59;
    border: 1px solid black !important;
}

.arcadia-nav a {
    color: #fa3d59;
}

.arcadia-nav a:hover {
    color: white;
}

nav li a span {
  color: #FF6600;
}

.programme-container:hover {
  background-color: #FF6600;
}

nav li.programme-container:hover a span {
  color: white;
}

.text-dropdown .text {
  position: relative;
}

.text-dropdown .text--head {
  padding-right: 1.4em;
}

.text-dropdown .text .expander {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;

  width: 1em;
  height: 1em;
  min-height: 1em;
  max-height: 1em;
  font-size: 1em;
  line-height: 1em;

  background: black;
  color: white;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.text-dropdown .text.expanded .expander {
  transform: rotate(180deg);
}

.text-dropdown .text .text--body {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;

  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: all 0.2s ease;
}

.text-dropdown .text.expanded .text--body {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  height: auto;
}

@media (min-width: 820px) {
  .text-dropdown article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .text-dropdown article.dropdowncolumns-2>div {
    width: calc((100% - 3em) / 2);
    padding-right: 3em;
  }
  .text-dropdown article.dropdowncolumns-2>div:last-child {
    padding-right: 0;
  }

  .text-dropdown article.dropdowncolumns-3>div {
    width: calc((100% - 6em) / 3);
    padding-right: 3em;
  }
  .text-dropdown article.dropdowncolumns-3>div:last-child {
    padding-right: 0;
  }
}



