/*!
Theme Name: Foy Vance
Author: Jack McGurran
Description: Theme for Foy Vance 2016
Version: 0.1
*/
@font-face {
    font-family: 'alegre_sansregular';
    src: url('fonts/alegresans-regular-webfont.woff2') format('woff2'),
        url('fonts/alegresans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: bottom;
    max-width: 100%
}

input,
select,
textarea {
    font: inherit;
}

.group:after,
.group:before {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #e9c4b6;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}

section#home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.home.blog.pace-done #home {
    min-height: 375px;
    height: calc(100vh - 251px);
}

.foyTitle {
    display: none;
}

.foyTitle {
    display: block;
    width: 33vw;
    background: url('img/FV-Logo.png') no-repeat scroll top right;
    position: absolute;
    top: 8.2%;
    left: 3%;
    background-size: 100% auto;
}

.foyTitle img {
    opacity: 0;
    width: 100%;
}

section#about {
    min-height: 100vh;
    height: auto;
}

section#about h2 {
    margin-left: 0;
    margin-bottom: 80px;
}

section#about .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 40px;
    overflow: visible;
    max-width: 1100px;
    z-index: 100;
    max-height: none;
}

section#about .content .background {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px rgba(255, 258, 258, 0.3) solid;
}

section#about .content .column {
    width: 50%;
    padding: 10px;
    position: relative;
    z-index: 200;
}

section#about .content .column.rightColumn {
    margin-left: 50px;
}

section#about .photoBox {
    padding: 10px;
    position: relative;
}

section#about .photoBox img {
    display: block;
    position: relative;
    z-index: 200;
}

section#about .photoBox .leftborder {
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

section#about .photoBox .leftborder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    border-top: 1px rgba(255, 255, 255, 0.8) solid;
    border-left: 1px rgba(255, 255, 255, 0.8) solid;
}

section#about .photoBox .leftborder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    border-bottom: 1px rgba(255, 255, 255, 0.8) solid;
    border-left: 1px rgba(255, 255, 255, 0.8) solid;
}

section#about .photoBox .rightborder {
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 100;
}

section#about .photoBox .rightborder:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 20px;
    border-top: 1px rgba(255, 255, 255, 0.8) solid;
}

section#about .photoBox .rightborder:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20px;
    border-bottom: 1px rgba(255, 255, 255, 0.8) solid;
}

section#about .bio,
section#about .contact {
    margin-top: 40px;
    line-height: 1.4em;
}

section#about .bio h3,
section#about .contact h3 {
    text-align: left;
    margin-bottom: 20px;
}

section#about .bio p,
section#about .contact p {
    text-transform: none;
    text-align: justify;
}

section#about .bio p + p,
section#about .contact p + p {
    margin-top: 10px;
}

section#about .bio p strong,
section#about .contact p strong {
    text-transform: uppercase;
    color: #e9c4b6 !important;
}

section#about .contact {
    line-height: 1.3em;
    padding: 0 40px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #000 !important;
    -webkit-text-fill-color: #fff !important;
}

@-moz-keyframes upanddown {
    0% {
        background-position: 50% 80%
    }

    30% {
        background-position: 50% 100%
    }

    60% {
        background-position: 50% 80%
    }
}

@-webkit-keyframes upanddown {
    0% {
        background-position: 50% 80%
    }

    30% {
        background-position: 50% 100%
    }

    60% {
        background-position: 50% 80%
    }
}

@keyframes upanddown {
    0% {
        background-position: 50% 80%
    }

    30% {
        background-position: 50% 100%
    }

    60% {
        background-position: 50% 80%
    }
}

section#home .menu-social-menu-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 20px;
}

section#home .menu-social-menu-container li {
    display: inline-block;
    margin: 5px 20px;
}

i:hover {
    color: #e9c4b6;
}

.getTickets {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.getTickets a {
    background: #e9c4b6;
    color: #030000;
    padding: 6px 25px;
    display: inline-block;
    font-size: 28px;
    border: 1px solid #e9c4b6;
    transition: all 0.5s ease-in-out;
}

.getTickets a:hover {
    background: #030000;
    color: #e9c4b6;
    /* border-color: #030000; */
}

@media screen and (max-width: 376px) {
    .home.blog.pace-done #home {
        height: auto;
    }
}

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

    section#home .menu-social-menu-container {
        position: relative;
        padding: 0;
        margin-bottom: 40px;
    }

    section#home .menu-social-menu-container li {
        margin: 5px;
    }
}

section#home .content {
    z-index: 200;
    position: static;
}

@media screen and (max-width: 600px) {
    section#home .content {
        position: relative;
    }
}

section#home .content .h1c {
    text-align: left;
}

section#home .content .h1c h1 {
    font-size: 100px;
    line-height: 90px;
}

section#home .content .buy h3 {
    margin-top: 20px;
    letter-spacing: 1.5px;
    font-size: 26px;
}

section#home .content .buy li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    width: 120px;
    color: #d51c29;
}

section#home .content .buy li a.spotify,
section#home .content .buy li a.itunes,
section#home .content .buy li a.amazon,
section#home .content .buy li a.applemusic {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    text-indent: -999999px;
    background: no-repeat 50% 50%;
    background-size: contain;
}

section#home .content .buy li a.spotify.spotify,
section#home .content .buy li a.itunes.spotify,
section#home .content .buy li a.amazon.spotify,
section#home .content .buy li a.applemusic.spotify {
    background-image: url('img/spotify-red.png?1456424054');
}

section#home .content .buy li a.spotify.itunes,
section#home .content .buy li a.itunes.itunes,
section#home .content .buy li a.amazon.itunes,
section#home .content .buy li a.applemusic.itunes {
    background-image: url('img/itunes-red.png?1456424065');
}

section#home .content .buy li a.spotify.amazon,
section#home .content .buy li a.itunes.amazon,
section#home .content .buy li a.amazon.amazon,
section#home .content .buy li a.applemusic.amazon {
    background-image: url('img/amazon-red.png?1456424033');
    background-position: 50% 50%
}

section#home .content .buy li a.spotify.applemusic,
section#home .content .buy li a.itunes.applemusic,
section#home .content .buy li a.amazon.applemusic,
section#home .content .buy li a.applemusic.applemusic {
    background-image: url('img/applemusic-red.png?1456424074');
}

@media screen and (max-width: 500px) {
    section#home .content {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        min-height: 100%
    }
}

section#home .enter {
    display: none;
}

@media screen and (max-width: 500px) {
    section#home .enter {
        display: none;
    }
}

@media screen and (max-height: 425px) {
    section#home .enter {
        display: none;
    }
}

section#home .enter p {
    margin: 0 auto;
    text-align: center;
}

section#music .content h2 {
    float: left;
}

section#music .content .pagination {
    float: right;
    position: relative;
    z-index: 100;
}

section#music .content .pagination a,
section#music .content .pagination span {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

section#music .content .pagination a,
section#music .content .pagination .null {
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}

section#music .content .pagination a {
    color: #e9c4b6;
}

section#music .content .pagination .null {
    color: grey;
}

.pagination-divider {
    margin: 0 5px;
}

section#music .musicPost {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

section#music .musicPost + .musicPost {
    margin-left: 5%
}

section#music .musicPost .packshot {
    background: rgba(255, 255, 255, 0.08);
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 50;
}

section#music .musicPost .packshot img {
    position: relative;
    z-index: 200;
}

section#music .musicPost .packshot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-top: 1px rgba(255, 255, 255, 0.8) solid;
    border-left: 1px rgba(255, 255, 255, 0.8) solid;
    z-index: 100;
}

section#music .musicPost .packshot:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border-bottom: 1px rgba(255, 255, 255, 0.8) solid;
    border-right: 1px rgba(255, 255, 255, 0.8) solid;
    z-index: 100;
}

section#music .musicPost .packshot .buylinks,
section#music .musicPost .packshot .streaminglinks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    opacity: 0;
    z-index: -1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: opacity 0.2s linear, z-index 0s linear 0.3s;
    -o-transition: opacity 0.2s linear, z-index 0s linear 0.3s;
    -webkit-transition: opacity 0.2s linear, z-index 0s linear;
    -webkit-transition-delay: 0s, 0.3s;
    transition: opacity 0.2s linear, z-index 0s linear 0.3s;
}

section#music .musicPost .packshot .buylinks.vis,
section#music .musicPost .packshot .vis.streaminglinks {
    opacity: 1;
    z-index: 200;
    -moz-transition: opacity 0.2s linear 0.1s, z-index 0s linear 0s;
    -o-transition: opacity 0.2s linear 0.1s, z-index 0s linear 0s;
    -webkit-transition: opacity 0.2s linear, z-index 0s linear;
    -webkit-transition-delay: 0.1s, 0s;
    transition: opacity 0.2s linear 0.1s, z-index 0s linear 0s;
}

section#music .musicPost .packshot .buylinks .inner,
section#music .musicPost .packshot .streaminglinks .inner {
    width: 90%
}

section#music .musicPost .packshot .buylinks h4,
section#music .musicPost .packshot .streaminglinks h4 {
    font-size: 22px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}

section#music .musicPost .packshot .buylinks h4:after,
section#music .musicPost .packshot .streaminglinks h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    height: 2px;
    background: #e9c4b6;
}

section#music .musicPost .packshot .buylinks .cta,
section#music .musicPost .packshot .streaminglinks .cta {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

section#music .musicPost .packshot .buylinks a,
section#music .musicPost .packshot .streaminglinks a {
    margin: 10px auto;
    display: block;
}

section#music .musicPost .packshot .buylinks a.spotify,
section#music .musicPost .packshot .streaminglinks a.spotify,
section#music .musicPost .packshot .buylinks a.itunes,
section#music .musicPost .packshot .streaminglinks a.itunes,
section#music .musicPost .packshot .buylinks a.amazon,
section#music .musicPost .packshot .streaminglinks a.amazon,
section#music .musicPost .packshot .buylinks a.applemusic,
section#music .musicPost .packshot .streaminglinks a.applemusic {
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-indent: -999999px;
    background: no-repeat 50% 50%;
    background-size: contain;
}

section#music .musicPost .packshot .buylinks a.spotify.spotify,
section#music .musicPost .packshot .streaminglinks a.spotify.spotify,
section#music .musicPost .packshot .buylinks a.itunes.spotify,
section#music .musicPost .packshot .streaminglinks a.itunes.spotify,
section#music .musicPost .packshot .buylinks a.amazon.spotify,
section#music .musicPost .packshot .streaminglinks a.amazon.spotify,
section#music .musicPost .packshot .buylinks a.applemusic.spotify,
section#music .musicPost .packshot .streaminglinks a.applemusic.spotify {
    background-image: url('img/spotify.png?1456424054');
}

section#music .musicPost .packshot .buylinks a.spotify.itunes,
section#music .musicPost .packshot .streaminglinks a.spotify.itunes,
section#music .musicPost .packshot .buylinks a.itunes.itunes,
section#music .musicPost .packshot .streaminglinks a.itunes.itunes,
section#music .musicPost .packshot .buylinks a.amazon.itunes,
section#music .musicPost .packshot .streaminglinks a.amazon.itunes,
section#music .musicPost .packshot .buylinks a.applemusic.itunes,
section#music .musicPost .packshot .streaminglinks a.applemusic.itunes {
    background-image: url('img/itunes.png?1456424065');
    height: 35px;
}

section#music .musicPost .packshot .buylinks a.spotify.amazon,
section#music .musicPost .packshot .streaminglinks a.spotify.amazon,
section#music .musicPost .packshot .buylinks a.itunes.amazon,
section#music .musicPost .packshot .streaminglinks a.itunes.amazon,
section#music .musicPost .packshot .buylinks a.amazon.amazon,
section#music .musicPost .packshot .streaminglinks a.amazon.amazon,
section#music .musicPost .packshot .buylinks a.applemusic.amazon,
section#music .musicPost .packshot .streaminglinks a.applemusic.amazon {
    background-image: url('img/amazon.png?1456424033');
    background-position: 50% 50%;
    margin-bottom: 15px;
}

section#music .musicPost .packshot .buylinks a.spotify.applemusic,
section#music .musicPost .packshot .streaminglinks a.spotify.applemusic,
section#music .musicPost .packshot .buylinks a.itunes.applemusic,
section#music .musicPost .packshot .streaminglinks a.itunes.applemusic,
section#music .musicPost .packshot .buylinks a.amazon.applemusic,
section#music .musicPost .packshot .streaminglinks a.amazon.applemusic,
section#music .musicPost .packshot .buylinks a.applemusic.applemusic,
section#music .musicPost .packshot .streaminglinks a.applemusic.applemusic {
    background-image: url('img/applemusic.png?1456424074');
    height: 40px;
}

section#music .musicPost .links {
    margin-top: 20px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 50;
}

section#music .musicPost .links a {
    display: inline-block;
    padding: 0px 25px;
    font-size: 16px;
    color: #e9c4b6;
}

section#music .musicPost .links a.show:hover {
    color: #fff;
}

section#music .musicPost .links a + a {
    border-left: 2px #e9c4b6 solid;
}

.lyricsContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
    opacity: 0;
    -moz-transition: linear 0.2s all;
    -o-transition: linear 0.2s all;
    -webkit-transition: linear 0.2s all;
    transition: linear 0.2s all;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
}

.lyricsContainer.vis {
    z-index: 900;
    opacity: 1;
}

.lyricsContainer .left,
.lyricsContainer .right {
    -webkit-flex: 2 0 0;
    flex: 2 0 0;
    padding: 10px;
    text-align: left;
    max-height: 100%;
    overflow: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.lyricsContainer h2 {
    float: none !important;
}

.lyricsContainer h2:after {
    display: none;
}

.lyricsContainer ul.tracklist {
    margin-bottom: 20px;
    text-align: left;

    line-height: 2em;
    overflow: auto;
}

.lyricsContainer a.lyricsClose {
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
}

.lyricsContainer .right {
    -webkit-flex: 3 0 0;
    flex: 3 0 0;
}

.lyricsContainer .right p {

    text-transform: none;
    line-height: 1.4em;
}

.lyricsContainer .right p + p {
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    .lyricsContainer.vis {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
    }

    .lyricsContainer ul.tracklist {
        font-size: 11px;
        line-height: 1.2em;
    }

    .lyricsContainer ul.tracklist li + li {
        margin-top: 10px;
    }
}

section#news {
    height: auto;
    min-height: 100vh;
    padding-top: 65px;
}

section#news .content {
    overflow: hidden;
    max-height: none;
}

section#news .content h2 {
    float: left;
}

section#news .content .pagination {
    float: right;
    line-height: 24px;
    letter-spacing: 2px;
    font-size: 18px;
}

section#news .content .pagination .null {
    opacity: 0.5;
}

section#news div.post {
    width: 30%;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    display: inline-block;
    vertical-align: top;
    padding: 30px 0;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
}

section#news div.post:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-top: 1px rgba(255, 255, 255, 0.8) solid;
    border-left: 1px rgba(255, 255, 255, 0.8) solid;
}

section#news div.post:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border-bottom: 1px rgba(255, 255, 255, 0.8) solid;
    border-right: 1px rgba(255, 255, 255, 0.8) solid;
}

section#news div.post h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    padding: 0px 30px;
}

section#news div.post .embedCont {
    position: relative;
}

section#news div.post .embedCont iframe {
    width: 100%;
    background: #000000;
}

section#news div.post .embedCont iframe.spotify {
    height: 80px;
    background: #282828;
}

section#news div.post .embedCont.video {
    height: 0;
    padding-bottom: 56.25%
}

section#news div.post .embedCont.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

section#news div.post .embedCont img {
    width: 100%;
    height: auto;
}

section#news div.post .newsLink {
    display: block;
    margin-top: 40px;
    text-transform: none;
    text-align: left;
    line-height: 28px;
    font-size: 22px;
    padding: 0 30px;
}

section#news div.post .newsLink .readmore {
    display: block;
    margin: 20px auto 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section#news div.post .meta {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
}

@media screen and (max-width: 800px) {
    section#news div.post {
        display: block;
        width: 100%;
        margin: 10px auto;
    }
}

section#news .singleContainer div.post {
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    padding: 30px 0;
    overflow: hidden;
    text-align: left;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

section#news .singleContainer div.post:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 1px rgba(213, 28, 41, 0.5) solid;
    border-left: 1px rgba(213, 28, 41, 0.5) solid;
}

section#news .singleContainer div.post:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-bottom: 1px rgba(213, 28, 41, 0.5) solid;
    border-right: 1px rgba(213, 28, 41, 0.5) solid;
}

section#news .singleContainer div.post .column {
    width: 50%;
    padding: 10px;
    position: relative;
    z-index: 200;
}

section#news .singleContainer div.post .column.rightColumn {
    margin-left: 20px;
    text-align: right;
}

section#news .singleContainer div.post .column.leftColumn {
    padding: 10px 30px;
}

section#news .singleContainer div.post h2 {
    float: none;
}

section#news .singleContainer div.post .embedCont {
    position: relative;
}

section#news .singleContainer div.post .embedCont iframe {
    width: 100%;
    background: #000000;
}

section#news .singleContainer div.post .embedCont iframe.spotify {
    height: 80px;
    background: #282828;
}

section#news .singleContainer div.post .embedCont.video {
    height: 0;
    padding-bottom: 56.25%
}

section#news .singleContainer div.post .embedCont.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

section#news .singleContainer div.post .the_content {
    margin-top: 40px;
    text-transform: none;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.6em;
}

section#news .singleContainer div.post .the_content p + p {
    margin-top: 20px;
}

section#news .singleContainer div.post .meta {
    display: block;
    vertical-align: middle;
    padding: 0;
    margin: 30px;
}

section#news .singleContainer div.post .meta .share {
    font-size: 16px;
}

section#news .singleContainer div.post .meta .share span.thedate {
    opacity: 0.5;
}

section#news .singleContainer div.post .meta a {
    opacity: 0.5;
}

section#news .singleContainer div.post .meta a:hover {
    opacity: 1;
}

section#news .singleContainer div.post a.newsClose {
    padding-right: 30px;
}

@media screen and (max-width: 800px) {
    section#news .singleContainer div.post {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    section#news .singleContainer div.post .column {
        width: 100%
    }

    section#news .singleContainer div.post .column.rightColumn {
        margin-left: auto;
        text-align: center;
    }

    section#news .singleContainer div.post a.newsClose {
        padding: 0;
    }
}

section#tour .content {
    overflow: hidden;
    height: 80%
}

section#tour .content .pagination {
    position: absolute;
    top: 0;
    z-index: 100;
    right: 40px;
}

section#tour .content .pagination a:hover {
    color: #fff;
}

section#music .content .pagination a:hover {
    color: #fff;
}

section#video .carousel-arrows:hover {
    color: #fff;
}

section#tour .content .pagination a,
section#tour .content .pagination span {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
}

section#tour .content .pagination span {
    color: #fff;
}

section#tour .content .pagination a {
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}

section#tour .content .pagination .up {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    /* Only for graceful degradation in IE9, cannot be transitioned */
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

section#tour .content .outer {
    height: 90%;
    overflow: scroll;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: -moz-scrollbars-none;
}

section#tour .content .outer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-top: 1px rgba(255, 255, 255, 0.8) solid;
    border-left: 1px rgba(255, 255, 255, 0.8) solid;
}

section#tour .content .outer:after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 26px;
    height: 26px;
    border-bottom: 1px rgba(255, 255, 255, 0.8) solid;
    border-right: 1px rgba(255, 255, 255, 0.8) solid;
}

section#tour .content .outer .inner {
    height: 100%;
    overflow: auto;
    padding: 0 20px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: -moz-scrollbars-none;
}

section#tour li {
    display: block;
    padding: 5px 10px;
}

section#tour li + li {
    border-top: 2px rgba(255, 255, 255, 0.1) solid;
}

section#tour li div {
    display: inline-block;
    padding: 20px 10px;
    width: 30%;
    vertical-align: middle;
}

section#tour li div.date {
    text-align: left;
    width: 20%
}

section#tour li div.venue {
    width: 40%;
    text-transform: none;
    line-height: 1.4em;
}

section#tour li div.venue span {
    text-transform: uppercase;
    display: block;
}

section#tour li div.tix {
    text-align: right;
}

section#tour li div a.tickets {
    display: inline-block;
    text-align: center;
    width: 80%;
    padding: 10px;
    border: 1px rgba(255, 255, 255, 0.4) solid;
    color: #e9c4b6;
}

section#tour li .ticket-arrow {
    display: none;
}

section#tour li div a.tickets:hover {
    background: #e9c4b6;
    color: #0d1513;
}

section#video {
    height: auto;
    min-height: 100vh;
}

section#video .content {
    max-height: auto;
}

section#video .content h2 {
    float: left;
}

section#video .content .subscribe {
    float: right;
    height: 24px;
}

section#video .content .subscribe #___ytsubscribe_0 {
    vertical-align: middle !important;
}

section#video .content .subscribe .filter {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

section#video .content .subscribe .filter a {
    display: inline-block;
    padding: 3px;
    border-bottom: 1px rgba(213, 28, 41, 0.5) solid;
}

section#video .content .subscribe .filter a.sel {
    background: #d51c29;
    color: #0d1513;
}

section#video .hero {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

section#video .hero iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
}

section#video .hero-poster {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

section#video .carousel-wrapper {
    position: relative;
}

section#video .carousel {
    position: relative;
    margin: 20px 60px 0;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 20px;
}

section#video .carousel li {
    display: inline-block;
}

section#video .carousel * {
    -moz-transition: linear 0.2s all;
    -o-transition: linear 0.2s all;
    -webkit-transition: linear 0.2s all;
    transition: linear 0.2s all;
}

section#video .carousel-video {
    display: inline-block;
    width: 200px;
    height: 112px;
    background: no-repeat 50% 50%;
    background-size: 100% auto;
    position: relative;
    vertical-align: middle;
    -moz-transition: opacity 0.2s linear 0.3s, width 0.2s linear, margin 0.2s linear 0.2s;
    -o-transition: opacity 0.2s linear 0.3s, width 0.2s linear, margin 0.2s linear 0.2s;
    -webkit-transition: opacity 0.2s linear, width 0.2s linear, margin 0.2s linear;
    -webkit-transition-delay: 0.3s, 0s, 0.2s;
    transition: opacity 0.2s linear 0.3s, width 0.2s linear, margin 0.2s linear 0.2s;
}

section#video .carousel-video .hidden {
    width: 0;
    opacity: 0;
    -moz-transition: opacity 0.2s linear, width 0.2s linear 0.3s, margin 0.2s linear 0.3s;
    -o-transition: opacity 0.2s linear, width 0.2s linear 0.3s, margin 0.2s linear 0.3s;
    -webkit-transition: opacity 0.2s linear, width 0.2s linear, margin 0.2s linear;
    -webkit-transition-delay: 0s, 0.3s, 0.3s;
    transition: opacity 0.2s linear, width 0.2s linear 0.3s, margin 0.2s linear 0.3s;
    margin-left: 0 !important;
}

section#video .carousel li {
    margin-left: 20px;
}

section#video .carousel li:first-of-type {
    margin-left: 0;
}

section#video .carousel-arrows {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 3px;
    height: 35px;
    width: 35px;
    background-color: rgba(255, 255, 255, 0.1);
}

section#video .carousel-left {
    left: 0;
}

section#video .carousel-right {
    right: 0;
}

section#video a div.info {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(190, 185, 170, 0.2);
}

section#video a div.info .play {
    position: absolute;
    top: 0;
    right: 0;
    width: 59px;
    height: 59px;
    background-image: url('img/play_btn_3.png');
    background-repeat: no-repeat;
    background-size: cover;
}

section#video .carousel-video div.info .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/play_btn_3.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: auto 25%;
}

section#video .carousel-video {
    background-size: 120% auto;
}

section#video .carousel-video:hover div.info {
    background: transparent;
}

body {
    background: #030000;
    background: linear-gradient(0deg, #030000 0%, #16140f 45%);
    font-family: 'alegre_sansregular', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
    background-size: cover;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.header {
    position: relative;
    width: 100%;
    background-image: url('img/bg-texture.jpg');
    z-index: 800;
}

.header .inner-wrapper {
    background-color: #e9c4b6;
}

.red {
    color: #d51c29;
}

.yellow {
    color: #e9c4b6;
}

@media screen and (max-width: 550px) {
    .header.lyric {
        z-index: 100;
    }
}

.header .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.header .inner .menu-main-menu-container {
    -webkit-flex: 3 0 0;
    flex: 3 0 0;
}

.header .inner li.menu-item {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 10px;
    color: #030000;
}

.header .inner li.menu-item:hover {
    color: #e9c4b6;
    background-color: #030000;

}

@media screen and (max-width: 550px) {
    .header .inner li.menu-item {
        padding: 10px 3px;
    }
}

.signup {
    padding: 10px 0;
    -webkit-flex: 2 0 0;
    flex: 2 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-style: italic;
    display: inline-block;

}

.signup .block {
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    display: inline-block;
}

.signup .block.cta {
    font-style: normal;
    text-align: left;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px;
    /* border-right: 1px solid #fff; */
}

.signup input {
    -moz-appearance: none;
    -webkit-appearance: none;
    /* border: none; */
    border-radius: 0;
    padding: 10px;
    position: relative;
    background: none;
    width: 100%;
    /* border-right: 1px solid #fff; */
    color: #fff;
    outline: none;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    height: 42px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

.signup input.submit {
    width: 80px;
}

.signup input {
    width: 150px;
}

.signup input.submit:hover {
    color: #000;
    background-color: #e9c4b6;
}

.signup p.success {
    text-transform: none;
    letter-spacing: 1px;
    padding: 10px 0;
}

.mobile-form {
    display: none;
}

@media screen and (max-width: 790px) {
    .header .inner {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .header .inner .menu-main-menu-container,
    .signup {
        -webkit-flex: 0 0;
        flex: 0 0;
    }

    .header .inner .menu-main-menu-container {
        margin-bottom: 0;
    }
}

.stuck .header {
    position: fixed;
    top: 0;
}

section {
    position: relative;
    height: auto;
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
section#tour {
	height: calc(100vh - 61px);
}
section .content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    z-index: 200;
}

section .content h2 {
    font-size: 28px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    color: #e9c4b6;
}

section .content h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 20px;
    background: #fff;
}

@media screen and (min-width: 801px) {
    section .content h2 {
        margin: 0 0 50px 75px;
    }

    section#about h2 {
        margin-left: 0;
        margin-bottom: 80px;
    }

    section#home .content .h1c h1 {
        font-size: 18vh;
        line-height: 90%;
    }

    section#home .content .buy {
        position: absolute;
        left: 0;
        bottom: 100px;
        width: 100%;
    }

    section#home .enter {
        display: block;
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 200;
    }
}

@media screen and (min-width: 900px) {
    .home.blog.pace-done #home {
        background-image: url('img/FV-HeaderSection.jpg');
        height: calc(100vh - 61px);
    }
}

@media screen and (min-width: 1124px) {
    section#home .enter {
        background: url('img/v-red.png?1456424024') no-repeat 50% 80%;
        background-size: auto 10px;
        -moz-animation: upanddown 2s infinite;
        -webkit-animation: upanddown 2s infinite;
        animation: upanddown 2s infinite;
    }
}

div.terms {
    padding: 100px 20px 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1.6em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}

div.terms .menu-social-menu-container li {
    display: inline-block;
    font-size: 14px;
    margin: 5px;
}

div.terms a {
    text-decoration: underline;
}

div.terms a:hover {
    text-decoration: none;
}

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

    section#home .content .buy li a.spotify,
    section#home .content .buy li a.itunes,
    section#home .content .buy li a.amazon,
    section#home .content .buy li a.applemusic {
        height: 30px;
    }
}

@media screen and (max-height: 500px) {
    section#home {
        height: auto;
    }
}

@media screen and (max-width: 425px) and (max-height: 750px) {
    .home.blog.pace-done #home {
        height: auto;
    }
}

/* Mobile */
@media screen and (max-width: 600px) {
    .desktop-form {
        display: none;
    }

    .mobile-form {
        display: block;
        width: 100%;
        padding: 20px;
    }

    .signup .block {
        margin-bottom: 20px;
        padding: 0 20px;
        background: rgba(255, 255, 255, 0.08);
        display: block;

    }

    .signup .block.cta {
        text-align: center;
        text-transform: none;
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.4em;
        padding: 12px 20px;
        border: none;
        font-style: normal;
        background: none;
    }

    .signup input {
        -moz-appearance: none;
        -webkit-appearance: none;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 0;
        padding: 15px 20px;
        position: relative;
        width: 100%;
        color: #fff;
        outline: none;
        font-size: 20px;
        text-align: left;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }

    .signup input.submit {
        width: 100%;
    }

    .signup input.submit:hover {
        background: #e9c4b6;
        color: #000;
        border-color: #e9c4b6;
    }

    .signup p.success {
        text-transform: none;
        letter-spacing: 1px;
        padding: 10px 0
    }

    section .content {
        padding: 0;
    }

    section#tour li div {
        display: inline-block;
        margin: 0 auto;
        padding: 5px;
    }

    section#tour .content .outer .inner {
        padding: 0;
    }

    section#tour .content .outer:after {
        bottom: 10px;
    }

    section#tour .content .pagination {
        right: 0px;
    }

    section#tour li div.date {
        float: left;
    }

    section#tour li div.venue {
        text-transform: none;
        text-align: left;
        widows: 13%;
    }

    section#tour li div.tix {
        text-align: right;
        float: right;
    }

    section#tour li div a.tickets {
        display: inline-block;
        text-align: center;
        border: none;
        padding: 0;
    }

    section#tour li div a.tickets:hover {
        color: #0d1513
    }

    section#tour li .ticket-arrow {
        font-family: 'Open Sans', sans-serif;
        display: inline;
    }

    section#music,
    section#video {
        height: auto;
        min-height: auto;
    }

    section#music .musicPost {
        width: 100%;
        margin: 10px auto !important;
    }

    section#video .content h2 {
        float: none;
    }

    section#video .content .subscribe {
        float: left;
        height: auto;
        margin-bottom: 20px;
    }

    section#video .hero-poster {
        display: none;
    }

    section#video .carousel-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    section#video .carousel {
        margin: 0;
        padding: 0;
        overflow: auto;
        height: 100%;
        width: 100%;
    }

    section#video .carousel li {
        height: 100%;
        width: 100%;
        margin: 0;
    }

    section#video .carousel-video {
        background-size: 120% auto;
        height: 100%;
        width: 100%;
    }

    section#video .carousel-arrows {
        top: -55px;
        margin-top: 0;
    }

    section#video .carousel-left {
        right: 50px;
        left: auto;
    }

    section#video .carousel-right {
        right: 0;
    }

    section#about h2 {
        margin-bottom: 0;
    }

    section#about .bio {
        margin-top: 20px;
    }

    section#about .content {
        padding: 0;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    section#about .content .background {
        display: none;
    }

    section#about .content .column {
        width: 100%
    }

    section#about .content .column.rightColumn {
        margin: 0;
    }

    section#about .content .contact {
        line-height: 1.3em;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    div.terms {
        display: block;
        padding-top: 50px;
    }

    .terms p {
        line-height: 12px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 601px) {
    section#video .carousel-video {
        opacity: 1 !important;
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
    .home.blog.pace-done #home {
        min-height: 305px;
        background-size: cover;
    }

    section {
        height: calc(100vh - 100px);
    }

    section#home .content .buy {
        position: relative;
        bottom: auto;
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px) and (orientation:landscape) {
    .home.blog.pace-done #home {
        /* height: auto; */
        min-height: 450px;
    }

    section {
        height: calc(100vh - 100px);
    }

}

@media only screen and (max-width: 767px) {
    section#home {
        /*background-image: url('img/FOYV2_2.jpg');*/
    }
    .menu-item:last-child {
        display: none !important;
    }
    
    .getTickets a {
        font-size: 22px;
    }
    
    .getTickets {
        bottom: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .foyTitle {
        display: block;
        background-image: url('img/FV-Logo.png');
        width: 45%;
        height: auto;
    }

    .home.blog.pace-done #home {
        background-image: url('img/FV-HeaderSection.jpg');
        
    }
    section#home .content {
        position: static;
    }
}
