.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
.toolbar {
    display: none;
}
/*html, body {
    height: 100%;
}*/

@font-face {
    font-family: 'PFPremier';
    src: url('../fonts/PFPremierBold.eot');
    src: url('../fonts/PFPremierBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFPremierBold.woff2') format('woff2'),
    url('../fonts/PFPremierBold.woff') format('woff'),
    url('../fonts/PFPremierBold.ttf') format('truetype'),
    url('../fonts/PFPremierBold.svg#PFPremierBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PFPremierDisplay';
    src: url('../fonts/PFPremierDisplay-Bold.eot');
    src: url('../fonts/PFPremierDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFPremierDisplay-Bold.woff2') format('woff2'),
    url('../fonts/PFPremierDisplay-Bold.woff') format('woff'),
    url('../fonts/PFPremierDisplay-Bold.ttf') format('truetype'),
    url('../fonts/PFPremierDisplay-Bold.svg#PFPremierDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PFPremierText';
    src: url('../fonts/PFPremierText-Bold.eot');
    src: url('../fonts/PFPremierText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFPremierText-Bold.woff2') format('woff2'),
    url('../fonts/PFPremierText-Bold.woff') format('woff'),
    url('../fonts/PFPremierText-Bold.ttf') format('truetype'),
    url('../fonts/PFPremierText-Bold.svg#PFPremierText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: Manrope;
    font-weight: 300;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: normal;
    background-color: #000318;
    color: #ffffff;
}

a{
    color: #ffffff;
    text-decoration: none !important;
}
a:hover{
    color: #ffffff;
    text-decoration: none !important;
}

.uk-button {
    transition: all 0.2s;
    line-height: normal;
    padding: 15px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 20px;
}


.uk-button.uk-button-default {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
}

.uk-button.uk-button-default:hover {
    background-color: #ffffff;
    color: #000318;
}




.uk-button.uk-button-primary {
    color: #000318;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: #ffffff;

}

.uk-button.uk-button-primary:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}


.uk-button.uk-button-secondary {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #7B8295;
    background-color: #7B8295;
}

.uk-button.uk-button-secondary:hover {
    background-color: #ffffff;
    color: #000318;
    border: 1px solid #ffffff;
}

.uk-button.uk-button-secondary.uk-button-large {
    font-size: 20px;
    font-weight: 300;
}
.uk-button.uk-button-large,
.uk-button.uk-button-primary.uk-button-large,
.uk-button.uk-button-secondary.uk-button-large {
    font-size: 20px;
    font-weight: 300;
}

.uk-input,
.uk-input:focus,
.uk-input:disabled,
.uk-input:active {
    padding: 25px;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}
.uk-input.uk-form-large {
    padding: 35px;
    padding-left: 0px;
    padding-right: 0px;
}
.uk-input::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, 1);
}

.uk-alert.uk-alert-success {
    background-color: #7B8295;
    color: #ffffff;
}
.uk-alert.uk-alert-success a {
    color: #ffffff;
}
.uk-alert.uk-alert-success .uk-icon {
    color: #ffffff;
}

.uk-modal-body {
    color: #000318;
}
.uk-modal-title {
    color: #000318;
}

.uk-modal-footer .uk-button.uk-button-secondary {
    background-color: #000318;
    color: #ffffff;
    border: 1px solid #000318;
}
.uk-modal-footer .uk-button.uk-button-secondary:hover {
    background-color: transparent;
    color: #000318;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.uk-form-label {
    color: #ffffff;
    font-size: 18px;
}
.description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.51);
}
.form-item {
    margin-bottom: 25px;
}

.icon {
    fill:none;
    stroke:#ffffff;
    transition: all 0.2s;
}
.icon.social {
    fill: #ffffff;
    stroke:none;
}
.icon.social:hover {
    fill: #7B8295;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-family: Manrope;
}

.wrapper {
    position: absolute;
    margin-top: 70vh;
    width: 100%;
    background-color: #000318;
    z-index: 0;
}
.wrapper.user {
    margin-top: 50vh;
}
.content {
    font-size: 20px;
}

.content .text-align-center {
    font-family: 'PFPremier';
    text-align: center;
    font-size: 50px;

}
.header {
    position: fixed;
    width: 100%;
    height: 100vh;
}

.blockpageheader  {
    height: 81vh;
    background-size: cover;
    background-position: center;
}
.blockpageheader:before  {
    content: '';
    position: absolute;
    top: 0px;
    left :0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 23, 54, 0.58);
}

.blockpageheader h1, h2 {
    color: #ffffff;
    font-family: 'PFPremier';
}

.blockpageheader h1 {
    position: relative;
    font-weight: 600;
    font-size: 14vmin;
    /*font-size: 14vmin;*/
    margin: 0px;
    letter-spacing: 2.5vw;
}
@media only screen and (max-width: 959px) {
    .blockpageheader h1 {
        font-size: 14vmin;
        letter-spacing: 2vw;
    }
}
.blockpageheader h2 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.15vw;
}


.footer {
    font-weight: 200;
    color: #ffffff;
}
.footer .logo {
    max-width: 300px;
}

.content-container {
    max-width: 820px;
    margin: auto;
}

.content-body a {
    text-decoration: underline !important;
}


.page-file {
    width: 100%;
}


@media only screen and (max-width: 959px) {
    .content-container {
        max-width: 100%;
    }
    .footer {
        margin-bottom: 50px;
    }
}

.front-top  {
    height: 100vh;
    background-image: url("https://theodore-music.com/themes/theodore/images/promo%20picture%20FIRE%20(pic%20by%20Foteini%20Zaglara).png");
    background-size: cover;
    background-position: center;
}
.front-top:before  {
    content: '';
    position: absolute;
    top: 0px;
    left :0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 23, 54, 0.58);
}

@media only screen and (max-width: 959px) {
    .front-top-logo {
        padding-left: 80px;
        padding-right: 80px;
    }
}
.logoPosition {
    top: 75%;
}
/* PAGE */
.page-show-title {
    font-size: 32px;
    font-weight: 600;
}
.page-show-actions .uk-button {
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 30px;
}

.page-show-actions .uk-button.uk-button-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.page-show-actions .uk-button.uk-button-secondary:hover {
    color: #000318;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #7B8295;
    background-color: #7B8295;
}
.page-show-actions .uk-active .uk-button.uk-button-secondary {
    color: #000318;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #7B8295;
    background-color: #7B8295;
}

.page-show-actions .uk-active .uk-button.uk-button-secondary:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}


/* NEWS */
.new-teaser-title {
    font-size: 25px;
    font-weight: 600;
}
.new-file.uk-button.uk-button-default {
    width: 35%;
}
@media only screen and (max-width: 959px) {
    .new-file.uk-button.uk-button-default {
        width: 100%;
    }
}

/* MUSIC */

.music-teaser-title {
    font-family: Manrope;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}
.uk-button-text {
    font-family: Manrope;
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
}
.uk-button-text:hover {
    color: #ffffff;
}
.uk-button-text::before {
    border-bottom-color: #ffffff;
}
.music-teaser-title .uk-button-text {
    font-family: Manrope;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}

.music-teaser-title .uk-button-text::before {
    border-bottom-color: #ffffff;
}

.music-teaser-photo img {
    width: 100%;
    height: auto;
}

.music-teaser-readmore {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}
.music-teaser-readmore .uk-button-text {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}

.music-teaser-readmore .uk-button-text::before {
    border-bottom-color: #7B8295;
}

.music-full-back {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}
.music-full-back .uk-button-text {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}

.music-full-back .uk-button-text::before {
    border-bottom-color: #7B8295;
}
.music-full-photo img {
    width: 100%;
}
.music-full-title {
    font-size: 30px;
    font-weight: 600;
}
.music-full-buttons .uk-button {
    width: 100%;
}

.music-full-share {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}

.music-full-share .icon.social {
    fill: #7B8295;
}
.music-full-share .icon.social:hover {
    fill: #ffffff;
}



/* FILM */


.film-teaser-title {
    font-family: Manrope;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
}
.film-teaser-subtitletitle {
    font-family: Manrope;
    font-size: 17px;
    font-weight: 300;
}

.film-teaser-title .uk-button-text {
    font-family: Manrope;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
}

.film-teaser-title .uk-button-text::before {
    border-bottom-color: #ffffff;
}

.film-teaser-readmore {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}
.film-teaser-readmore .uk-button-text {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}

.film-teaser-readmore .uk-button-text::before {
    border-bottom-color: #7B8295;
}
.film-teaser-photo img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 959px) {
    .film-teaser-photo iframe {
        height: 400px;
    }
}
.film-full-back {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}
.film-full-back .uk-button-text {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}

.film-full-back .uk-button-text::before {
    border-bottom-color: #7B8295;
}
.film-full-photo img {
    width: 100%;
}
.film-full-title {
    font-size: 30px;
    font-weight: 600;
}
.film-full-buttons .uk-button {
    width: 100%;
}

.film-full-share {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}

.film-full-share .icon.social {
    fill: #7B8295;
}
.film-full-share .icon.social:hover {
    fill: #ffffff;
}

/*.film-teaser-video-icon {
    margin-right: 80px;
}*/

/* VIDEO */
.video-teaser-photo img {
    width: 100%;
}
@media only screen and (max-width: 959px) {
    .video-teaser-photo img {
        width: 100%;
    }
    .video-teaser-photo iframe {
        height: 400px;
    }


}

.video-teaser-title {
    font-family: Manrope;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
}
.video-teaser-subtitletitle {
    font-family: Manrope;
    font-size: 17px;
    font-weight: 300;
}

.video-teaser-title .uk-button-text {
    font-family: Manrope;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
}

.video-teaser-title .uk-button-text::before {
    border-bottom-color: #ffffff;
}

.video-teaser-readmore {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}
.video-teaser-readmore .uk-button-text {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}

.video-teaser-readmore .uk-button-text::before {
    border-bottom-color: #7B8295;
}

@media only screen and (max-width: 959px) {
    .video-teaser-photo img {
        width: 100%;
    }
    .video-teaser-photo iframe {
        height: 400px;
    }
}

.video-full-back {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}
.video-full-back .uk-button-text {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}

.video-full-back .uk-button-text::before {
    border-bottom-color: #7B8295;
}
.video-full-photo img {
    width: 100%;
}
.video-full-title {
    font-size: 30px;
    font-weight: 600;
}
.video-full-buttons .uk-button {
    width: 100%;
}

.video-full-share {
    font-size: 18px;
    font-weight: 500;
    color: #7B8295;
}

.video-full-share .icon.social {
    fill: #7B8295;
}
.video-full-share .icon.social:hover {
    fill: #ffffff;
}



/* SHOW */
.show-teaser {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(21, 146, 230, 0.3);
}
.show-teaser:last-child {
    border-bottom: 1px solid rgba(21, 146, 230, 0.3);
}

.show-teaser-actions  .uk-button {
    padding: 10px;
    padding-right: 45px;
    padding-left: 45px;
}

.show-teaser-title {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
}
.show-teaser-title .uk-button-text {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
}

.show-teaser-title .uk-button-text::before {
    border-bottom-color: #ffffff;
}

.testimonial-teaser {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
}

.testimonial-teaser img {
    max-width: 200px;
    height: auto;
}

.socials {
    position: fixed;
    top: 41%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 2;
}
.socials.front {
    top: 50%;
}
.socials .icon {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 959px) {
    .socials {
        display: none;
    }
}
.totop {
    position: fixed;
    display: none;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  /*background-color: #fefefe;*/
  margin: auto;
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 400px;
  display: flex;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  /*float: right;*/
  font-size: 28px;
  font-weight: bold;
  margin-top: -18px;
  margin-left: 10px;
  
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.index-SHOWS {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #AD0A0A;
}
.index-VIDEOS {
   background-position: 0px 26%;
}
.index-ABOUT {
   background-position: 0px 50%;
}
.index-CONTACT {
   background-position: 0px 10%;
}