/*

Theme Name: 	Rob Lamberti
Author: 		Innovate
Version:		1

*/

* {
    margin: 0;
}

html, body {
    height: 100% !important;
}

body {
    background: #FFFFFF;
    color: #000030;
    font-family: 'pgl', sans-serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
    line-height: 30px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

@media screen and (max-width: 1025px) {
    body {
        font-size: 16px;
        line-height: 29px;
    }
}

body.home, body.listen, body.press, body.archive, body.single, body.error404 {
    background: #FAFAFA;
}

h1 {
    color: #000030;
    float: right;
    font-family: 'br', sans-serif;
    font-size: 46px;
    font-weight: normal;
    line-height: 52px;
    padding: 0;
}

@media screen and (max-width: 1025px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media screen and (max-width: 825px) {
    .page.two h1 {
        float: left;
    }
}

@media screen and (max-width: 675px) {
    h1 {
        float: left;
        margin: 0 0 0 -2px;
    }
}

h2 {
    color: #000030;
    font-family: 'pgl', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    padding: 0 0 25px;
}

@media screen and (max-width: 750px) {
    h2 {
        font-size: 24px;
        line-height: 32px;
        padding: 0 0 22px;
    }
}

.terms h2, .privacy h2 {
    font-family: 'pgl', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    padding: 0 0 22px;
}

@media screen and (max-width: 750px) {
    .terms h2, .privacy h2 {
        font-size: 19px;
        padding: 0 0 15px;
    }
}

h3 {
    font-family: 'bm', sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 23px;
    padding: 0 0 35px;
    text-align: left;
}

@media screen and (max-width: 1025px) {
    h3 {
        font-size: 21px;
        line-height: 21px;
        padding: 0 0 32px;
    }
}

@media screen and (max-width: 750px) {
    h3 {
        font-size: 20px;
        line-height: 20px;
        padding: 0 0 30px;
    }
}

p {
    color: #000030;
    font-family: 'pgl', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 20px;
}

@media screen and (max-width: 1025px) {
    p {
        font-size: 16px;
        line-height: 29px;
    }
}

p.large {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 30px;
}

@media screen and (max-width: 1025px) {
    p.large {
        font-size: 18px;
        line-height: 30px;
    }
}

p.testimonial {
    margin: 0 0 30px;
    text-align: center;
}

p.testimonial .one {
    display: inline-block;
    font-family: 'br', sans-serif;
    font-size: 22px;
    line-height: 32px;
    margin: 0 auto;
    max-width: 375px;
    text-align: center;
    width: 75%;
}

@media screen and (max-width: 1025px) {
    p.testimonial .one {
        font-size: 20px;
        line-height: 30px;
        width: 90%;
    }
}

p.testimonial .two {
    display: block;
    font-size: 16px;
    margin: 10px 0 0;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    p.testimonial .two {
        font-size: 15px;
    }
}

p.highlight {
    font-family: 'pgb', sans-serif;
}

p.spacing {
    letter-spacing: -0.025em;
}

p.source {
    margin: 40px 0 0;
}

.anchor {
    display: block;
    float: left;
    margin: -80px 0 0;
    padding: 80px 0 0;
    position: relative;
    visibility: hidden;
}

@media screen and (max-width: 750px) {
    .anchor {
        margin: -60px 0 0;
        padding: 60px 0 0;
    }
}

.anchor.edit {
    margin: -15px 0 0;
    padding: 15px 0 0;
}

.divider {
	display: inline-block;
    float: left;
	text-align: center;
}

.divider.one {
    background: #000030;
    height: 2px;
    margin: 0 0 50px;
    width: 40px;
}

@media screen and (max-width: 900px) {
    .divider.one {
        margin: 0 0 45px;
    }
}

@media screen and (max-width: 750px) {
    .divider.one {
        margin: 0 0 30px;
    }
}

.bag .divider.one {
    float: none;
    margin: 0 auto 35px;
}

.divider.two {
    background: #000030;
    display: none;
    height: 1px;
    margin: 0 0 35px;
    width: 20px;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

a:focus {
    outline: none;
}

a:active {
    outline: none;
}

a, img {
    border: none;
}

.link {
    font-family: 'pgb', sans-serif;
}

.link.edit {
    font-family: 'pgl', sans-serif;
}

.link.one:hover {
    color: #808098;
}

.link.two:hover {
    color: #FFFFFF;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

ul, ol {
    padding: 0;
    vertical-align: top;
}

ul.list {
    margin: 0 0 20px;
}

ul.list li {
    font-weight: normal;
    margin: 0 0 0 15px;
    padding: 0 0 0 10px;
}

.service.three ul.list {
    color: #FFFFFF;
}

.service.three ul.list li {
    margin: 0 0 8px 15px;
}

ul.list.edit li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list.alternative li {
    margin: 0 0 0 15px;
}

input, select {
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

::-webkit-input-placeholder {
   	color: rgba(30, 44, 78, 0.75) !important;
}

::-moz-placeholder {
    color: rgba(30, 44, 78, 0.75) !important;
}

:-ms-input-placeholder {
    color: rgba(30, 44, 78, 0.75) !important;
}

@-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
        color: transparent !important;
        text-shadow: 0 0 0 #243050 !important;
        border: 0;
    }
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.clear-space {
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clear-space.one {
    height: 30px;
}

.clear-space.one.edit {
    height: 40px;
}

.clear-space.two {
    height: 10px;
}

header {
    background: #FFFFFF;
    border-bottom: 0;
    height: 120px;
	position: fixed;
  	left: 0;
	line-height: 120px;
    top: 0;
  	width: 100%;
	z-index: 1000;
}

.archive header, .single header {
    background: #FFFFFF !important;
    height: 80px !important;
    line-height: 80px !important;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    header, .archive header, .single header {
        background: #FFFFFF !important;
        height: 80px !important;
        line-height: 80px !important;
    }
}

@media screen and (max-width: 1025px) {
    header, .archive header, .single header {
        background: #FFFFFF !important;
        height: 80px !important;
        line-height: 80px !important;
    }
}

@media screen and (max-width: 750px) {
    header, .archive header, .single header {
        height: 60px !important;
        line-height: 60px !important;
    }
}

.action header {
    opacity: 0;
    z-index: -1;
}

.menu {
    background: #FFFFFF;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    width: 0;
    z-index: 750;
}

@media screen and (max-width: 600px) {
    .menu {
        overflow-y: scroll;
    }
}

.action .menu {
    opacity: 1;
    width: 75%;
}

.menu .social {
    position: absolute;
    right: 13.3333%;
    top: 34px;
    width: 148px;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .menu .social {
        top: 17px !important;
    }
}

@media screen and (max-width: 1025px) {
    .menu .social {
        top: 17px !important;
    }
}

@media screen and (max-width: 750px) {
    .menu .social {
        top: 9px !important;
    }
}

.social .icon {
    border-radius: 50%;
    float: left;
    font-size: 22px;
    height: 46px;
    margin: 0 2px;
    text-align: center;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 46px;
}

@media screen and (max-width: 1025px) {
    .social .icon {
        font-size: 20px;
    }
}

.social .icon:hover {
    background: #000030;
    color: #FFFFFF !important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.social .icon:hover {
    color: #595978;
}

.social .icon.facebook {
    font-size: 20px;
}

@media screen and (max-width: 1025px) {
    .social .icon.facebook {
        font-size: 18px;
    }
}

.social .icon.twitter {
    font-size: 23px;
}

@media screen and (max-width: 1025px) {
    .social .icon.twitter {
        font-size: 21px;
    }
}

.menu .social .icon.instagram {
    margin: 0 0 0 2px;
}

.social .icon.email {
    font-size: 19px;
    margin: 0 -14px 0 2px;
}

.social i, .social i:before {
    line-height: 46px;
}

footer .social .icon.facebook {
    margin: 0 2px 0 -17px;
}

@media screen and (max-width: 750px) {
    footer .social .icon.facebook {
        margin: 0 2px 0 0;
    }
}

.menu-icon {
    cursor: pointer;
    height: 34px;
    margin: 0;
    position: fixed;
    right: calc(10% + 28px);
    top: 42px;
    width: 38px;
    z-index: 2500;
}

.archive .menu-icon, .single .menu-icon {
    top: 26px !important;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .menu-icon, .archive .menu-icon, .single .menu-icon {
        right: 10%;
        top: 26px !important;
    }
}

@media screen and (max-width: 1025px) {
    .menu-icon, .archive .menu-icon, .single .menu-icon {
        right: 7.5%;
        top: 26px !important;
    }
}

@media screen and (max-width: 750px) {
    .menu-icon, .archive .menu-icon, .single .menu-icon {
        right: 6.25%;
        top: 18px !important;
        width: 37px;
    }
}

.menu-icon .bar {
    background: #808098;
    height: 1px;
    margin: 9px 0;
    position: relative;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
}

.press .menu-icon .bar, .archive .menu-icon .bar, .press.life .menu-icon .bar, .press.tour-dates .menu-icon .bar, .single .menu-icon .bar {
    background: #000030 !important;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .menu-icon .bar {
        background: #000030 !important;
    }
}

@media screen and (max-width: 1025px) {
    .menu-icon .bar {
        background: #000030 !important;
    }
}

@media screen and (max-width: 750px) {
    .menu-icon .bar {
        margin: 7px 0;
    }
}

@media screen and (max-width: 750px) {
    .action .menu-icon {
        margin: 0 0 0 -4px;
    }
}

.menu-icon:hover .bar {
    background: #808098 !important;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .menu-icon:hover .bar, .menu-icon:focus .bar {
        background: #808098 !important;
    }
}

@media screen and (max-width: 1025px) {
    .menu-icon:hover .bar, .menu-icon:focus .bar {
        background: #808098 !important;
    }
}

.menu-icon .text {
    color: #FFFFFF;
    font-family: 'pgl', sans-serif;
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    right: -28px;
    top: 9px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.press .menu-icon .text {
    color: #000030 !important;
}

.archive .menu-icon .text, .single .menu-icon .text {
    display: none !important;
}

@media screen and (max-width: 1025px) {
    .menu-icon .text {
        display: none;
    }
}

.menu-icon .text .one, .menu-icon .text .two {
    position: absolute;
}

.menu-icon .text .one {
    opacity: 1;
    z-index: 10;
}

.menu-icon .text .two {
    opacity: 0;
    z-index: -1;
}

.menu-icon:hover .text {
    color: #808098 !important;
}

.action .menu-icon .text {
    opacity: 0 !important;
}

.menu .container {
    padding: 0 13.3333%;
}

@media screen and (max-width: 750px) {
    .menu .container {
        padding: 0 8.3333%;
    }
}

.menu .list {
    margin: -252px 0 0;
    position: absolute;
    top: 50%;
}

@media screen and (max-width: 1250px) {
    .menu .list {
        margin: -225px 0 0;
    }
}

@media screen and (max-width: 750px) {
    .menu .list {
        margin: -189px 0 0;
    }
}

@media screen and (max-width: 600px) {
    .menu .list {
        margin: -171px 0 0;
    }
}

@media screen and (max-height: 550px) {
    .menu .list {
        margin: -153px 0 0;
    }
}

.menu .list li {
    clear: both;
    font-family: 'bm', sans-serif;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: -0.005em;
    line-height: 56px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 600px;
}

@media screen and (max-width: 1250px) {
    .menu .list li {
        font-size: 50px;
        line-height: 50px;
        width: 450px;
    }
}

@media screen and (max-width: 750px) {
    .menu .list li {
        font-size: 40px;
        line-height: 42px;
        width: 375px;
    }
}

@media screen and (max-width: 600px) {
    .menu .list li {
        font-size: 36px;
        line-height: 38px;
        width: 225px;
    }
}

@media screen and (max-height: 550px) {
    .menu .list li {
        font-size: 32px;
        line-height: 34px;
    }
}

.menu .list li span {
    margin: 0 -5px;
}

.menu .list li:hover {
    color: #595978;
}

.menu .list li a {
    float: left;
    width: 100%;
}

.action .menu-icon .bar.one {
    background: #FFFFFF !important;
    margin: 12px 0 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.action .menu-icon .bar.two {
    background: #FFFFFF !important;
    margin: 0 0 10px !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay.one {
    background-color: rgba(0, 0, 32, 0.5);
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}

.action .overlay.one {
    opacity: 1;
    z-index: 625;
}

header .logos {
    left: 10%;
    margin: -19px 0 0;
    position: absolute;
    top: 50%;
    width: 190px;
}

.archive header .logos, .single header .logos {
    margin: -17px 0 0 !important;
    width: 170px !important;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    header .logos, .archive header .logos, .single header .logos {
        margin: -17px 0 0 !important;
        width: 170px !important;
    }
}

@media screen and (max-width: 1025px) {
    header .logos, .archive header .logos, .single header .logos {
        left: 7.5%;
        margin: -17px 0 0 !important;
        width: 170px !important;
    }
}

@media screen and (max-width: 750px) {
    header .logos, .archive header .logos, .single header .logos {
        left: 6.25%;
        margin: -14px 0 0 !important;
        width: 135px !important;
    }
}

header .logo {
	height: auto;
    left: 0;
	line-height: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: 10;
}

.press header .logo.white, .archive header .logo.white, .press.life header .logo.white, .press.tour-dates header .logo.white, .single header .logo.white {
    opacity: 0 !important;
    z-index: -1 !important;
}

@media screen and (max-width: 1025px) {
    header .logo.white, .press header .logo.white, .archive header .logo.white, .press.life header .logo.white, .press.tour-dates header .logo.white, .single header .logo.white {
        opacity: 0 !important;
        z-index: -1 !important;
    }
}

.press header .logo.blue, .archive header .logo.blue, .press.life header .logo.blue, .press.tour-dates header .logo.blue, .single header .logo.blue {
    opacity: 1 !important;
    z-index: 10 !important;
}

@media screen and (max-width: 1025px) {
    header .logo.blue, .press header .logo.blue, .archive header .logo.blue, .press.life header .logo.blue, .press.tour-dates header .logo.blue, .single header .logo.blue {
        opacity: 1 !important;
        z-index: 10 !important;
    }
}

.wpcf7-form-control-wrap {
    float: left;
    position: relative;
    width: 100%;
}

fieldset {
    display: none;
}

form input, form select, form textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-bottom: 1px solid #000030;
    border-radius: 0;
    color: #000030;
    float: left;
    font-family: 'pgl', sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 35px;
    line-height: 27px;
    margin: 0 0 55px;
    outline: none;
    padding: 0 0 5px;
    position: relative;
    resize: none;
    width: 100%;
    z-index: 10;
    box-sizing: content-box;
}

form input.phone-number, form input.dd, form input.mm, form input.yyyy {
    letter-spacing: -0.025em;
}

form .full, form .left, form .right {
    float: left;
    position: relative;
}

form .full {
    width: 100%;
}

form .full p {
    margin: 0;
}

form .left, form .right {
    width: calc(50% - 6px);
}

@media screen and (max-width: 600px) {
    form .left, form .right {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    form .left.edit, form .right.edit {
        width: calc(50% - 6px);
    }
}

form .left {
    margin: 0 12px 0 0;
}

form .date {
    float: left;
    margin: 0 12px 0 0;
    width: calc(33.3333% - 8px);
}

form .date:first-child:before {
    content: 'Booking Date';
    font-size: 14px;
    font-family: 'pgb', sans-serif;
    left: -1px;
    position: absolute;
    top: -28px;
}

form .date.last {
    margin: 0;
}

form .select i {
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 2px;
    top: 10px;
}

form textarea {
    height: 162px;
}

form button {
    outline: none;
}

form label.error, .help-block {
    background: #FC005F !important;
    border: 0 !important;
    border-radius: 2px;
    color: #FFFFFF !important;
    font-family: 'pgl', sans-serif !important;
    font-size: 10px !important;
    height: auto;
    line-height: 13px !important;
    padding: 5px 10px 8px;
    position: absolute;
    text-transform: lowercase;
    top: 45px !important;
    width: auto;
}

input:focus ~ .line, input:valid:not(:focus) ~ .line {
    width: calc(100% - 40px);
}

form input:focus ~ .line, form input:valid:not(:focus) ~ .line, form textarea:focus ~ .line, form textarea:valid:not(:focus) ~ .line {
    width: 100%;
}

.placeholder {
    color: rgba(0, 0, 48, 0.5);
    font-size: 20px;
    left: -1px;
    position: absolute;
    top: 12px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

@media screen and (max-width: 750px) {
    .placeholder {
        font-size: 17px;
    }
}

.subscribe .placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    left: 16px;
    top: 6px;
}

@media screen and (max-width: 750px) {
    .subscribe .placeholder {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .subscribe .placeholder .hide {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .subscribe .placeholder .uppercase {
        text-transform: capitalize;
    }
}

form .placeholder {
    font-size: 18px;
    top: 4px;
}

@media screen and (max-width: 1025px) {
    form .placeholder {
        font-size: 17px;
    }
}

input:focus ~ .placeholder, input:valid:not(:focus) ~ .placeholder, textarea:focus ~ .placeholder, textarea:valid:not(:focus) ~ .placeholder, .select .placeholder {
    color: rgba(0, 0, 48, 1);
    font-size: 16px;
    left: -1px;
    top: -28px;
}

@media screen and (max-width: 750px) {
    input:focus ~ .placeholder, input:valid:not(:focus) ~ .placeholder, textarea:focus ~ .placeholder, textarea:valid:not(:focus) ~ .placeholder, .select .placeholder {
        font-size: 14px;
    }
}

input.dd:focus ~ .placeholder, input.dd:valid:not(:focus) ~ .placeholder, input.mm:focus ~ .placeholder, input.mm:valid:not(:focus) ~ .placeholder, input.yyyy:focus ~ .placeholder, input.yyyy:valid:not(:focus) ~ .placeholder {
    font-size: 18px;
    left: 0;
    opacity: 0;
    top: 0;
}

.subscribe input:focus ~ .placeholder, .subscribe input:valid:not(:focus) ~ .placeholder {
    color: rgba(255, 255, 255, 1);
    left: 16px;
}

form input:focus ~ .placeholder, form input:valid:not(:focus) ~ .placeholder, form textarea:focus ~ .placeholder, form textarea:valid:not(:focus) ~ .placeholder, .select .placeholder {
    font-family: 'pgb', sans-serif;
    font-size: 14px;
}

input:focus ~ .placeholder .hide, input:valid:not(:focus) ~ .placeholder .hide, textarea:focus ~ .placeholder .hide, textarea:valid:not(:focus) ~ .placeholder .hide {
    display: none;
}

input:focus ~ .placeholder .uppercase, input:valid:not(:focus) ~ .placeholder .uppercase {
    text-transform: uppercase;
}

.column {
    float: left;
    position: relative;
}

.column.one {
    text-align: center;
    width: 100%;
}

.column.one-half {
    margin: 0 8% 0 0;
    width: 46%;
}

@media screen and (max-width: 1025px) {
    .column.one-half {
        width: 62%;
    }
}

@media screen and (max-width: 675px) {
    .column.one-half {
        width: 93.75%;
    }
}

.column.one-half.edit {
    text-align: right;
    width: 34%;
}

@media screen and (max-width: 1025px) {
    .column.one-half.edit {
        width: 30%;
    }
}

@media screen and (max-width: 675px) {
    .column.one-half.edit {
        width: 100%;
    }
}

.column.one-half.last {
    margin: 0;
}

@media screen and (max-width: 675px) {
    .column.one-half.last {
        margin: 35px 0 0;
    }
}

.column.one-half.edit.last {
    margin: 0;
}

.column.one-third {
    margin: 0 8% 0 0;
    width: 28%;
}

@media screen and (max-width: 825px) {
    .column.one-third {
        width: 100%;
    }
}

.column.one-third.last {
    margin: 0;
}

.column.two-thirds {
    margin: 0 8% 0 0;
    width: 64%;
}

.column.two-thirds.last {
    margin: 0;
}

@media screen and (max-width: 825px) {
    .column.two-thirds.last {
        width: 93.75%;
    }
}

@media screen and (max-width: 825px) {
    .tour-dates .column.two-thirds.last {
        width: 100%;
    }
}

.terms .column.two-thirds.last {
    margin: 2px 0 0;
}

.column.one-fourth {
    margin: 0 8% 0 0;
    width: 19%;
}

.column.one-fourth.last {
    margin: 0;
}

.column.one-fifth {
    margin: 0;
    width: 20%;
}

@media screen and (max-width: 750px) {
    .menu .column.one-fifth {
        margin: 0 0 10px;
        width: 100%;
    }
}

.column.one-fifth.last {
    margin: 0;
}

.column.two-fifths {
    margin: 0;
    width: 40%;
}

@media screen and (max-width: 900px) {
    .menu .column.two-fifths {
        clear: left;
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .menu .column.two-fifths.last {
        clear: none;
    }
}

@media screen and (max-width: 750px) {
    .menu .column.two-fifths.last {
        float: right;
        width: 42.5%;
    }
}

.column.one-sixth {
    margin: 0 2% 0 0;
    width: 15%;
}

.column.one-sixth.last {
    margin: 0;
}

.home {
    float: left;
    position: relative;
    width: 100%;
}

.home .landing {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2500;
}

.home .landing .one, .home .landing .two {
    background: #000018;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 50%;
}

.home .landing .one {
    float: left;
    left: 0;
    top: 0;
}

.home .landing .one.hide {
    opacity: 0;
    transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    width: 0;
}

.home .landing .two {
    bottom: 0;
    float: right;
    right: 0;
}

.home .landing .two.hide {
    opacity: 0;
    transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    width: 0;
}

.home .landing .one .container, .home .landing .two .container {
    margin: -85px 0 0;
    position: absolute;
    top: 50%;
    transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    width: auto;
}

@media screen and (max-width: 750px) {
    .home .landing .one .container, .home .landing .two .container {
        margin: -50px 0 0;
    }
}

.home .landing .one .container {
    float: right;
    right: 0;
}

.home.one {
    height: calc(100% - 25px) !important;
    left: 0;
    min-height: 600px;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 1025px) {
    .home.one {
        height: calc(100% - 20px) !important;
    }
}

@media screen and (max-width: 750px) {
    .home.one {
        min-height: 500px;
    }
}

.home.one.fix {
    height: calc(100% - 25px);
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 1025px) {
    .home.one.fix {
        height: calc(100% - 20px);
    }
}

.home.one .video {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
}

.home.one .image {
    background-image: url('../images/backgrounds/background-1.jpg');
    background-position: 62.5% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.home.one .mute {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    bottom: 150px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 38px;
    height: 100px;
    left: 50%;
    margin: 0 0 0 -50px;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 100px;
    z-index: 100;
}

@media screen and (min-width: 1025px) {
    .home.one .mute:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

@media screen and (max-width: 1025px) {
    .home.one .mute {
        bottom: 140px;
    }
}

@media screen and (max-width: 750px) {
    .home.one .mute {
        font-size: 32px;
        height: 80px;
        margin: 0 0 0 -40px;
        width: 80px;
    }
}

@media screen and (max-height: 725px) {
    .home.one .mute {
        bottom: 125px;
    }
}

@media screen and (max-height: 675px) {
    .home.one .mute {
        bottom: 100px;
    }
}

.audio .home.one .mute {
    bottom: 75px;
}

@media screen and (max-width: 1025px) {
    .audio .home.one .mute {
        bottom: 70px;
    }
}

@media screen and (max-width: 750px) {
    .audio .home.one .mute {
        bottom: 60px;
    }
}

.home.one .mute i {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.home.one .mute i, .home.one .mute i:before {
    line-height: 100px;
}

@media screen and (max-width: 750px) {
    .home.one .mute i, .home.one .mute i:before {
        line-height: 80px;
    }
}

.no-video .home.one .mute {
    display: none;
}

.home.one .credit {
    bottom: 68px;
    color: #FFFFFF;
    font-size: 15px;
    left: 10%;
    margin: 0 0 0 -31px;
    opacity: 1;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 100;
}

@media screen and (max-width: 1025px) {
    .home.one .credit {
        left: 7.5%;
    }
}

@media screen and (max-width: 750px) {
    .home.one .credit {
        font-size: 14px;
        left: 6.25%;
        margin: 0 0 0 -29px;
    }
}

.home.one .container {
    left: 50%;
    margin: -77px 0 0 -325px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 650px;
    z-index: 500;
}

.home.one .container {
    margin: -80px 0 0 -325px;
}

@media screen and (max-width: 1025px) {
    .home.one .container {
        margin: -64px 0 0 -250px;
        width: 500px;
    }
}

@media screen and (max-width: 750px) {
    .home.one .container {
        margin: -55px 0 0 -225px;
        width: 450px;
    }
}

@media screen and (max-width: 500px) {
    .home.one .container {
        margin: -42px 0 0 -150px;
        width: 300px;
    }
}

.audio .home.one .container {
    opacity: 0;
}

.home.one.loading .container {
    z-index: 5000;
}

.home.one img {
    display: none;
}

/*

.home.one img {
    margin: 0 0 15px;
    width: 325px;
}

*/

.home.one .title.one, .home.one .title.two {
    color: #FFFFFF;
    font-family: 'br', sans-serif;
    opacity: 1;
    position: relative;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.home.one .title.one {
    font-size: 84px;
    line-height: 84px;
}

@media screen and (max-width: 1025px) {
    .home.one .title.one {
        font-size: 72px;
        line-height: 72px;
    }
}

@media screen and (max-width: 750px) {
    .home.one .title.one {
        font-size: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width: 500px) {
    .home.one .title.one {
        font-size: 42px;
        line-height: 42px;
    }
}

/*

.home.one .title.one {
    font-size: 36px;
    line-height: 36px;
}

*/

.home.one .title.one span {
    letter-spacing: -4px;
}

@media screen and (max-width: 1025px) {
    .home.one .title.one span {
        letter-spacing: -3px;
    }
}

.home.one .title.two {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 0 70px;
    width: auto;
}

@media screen and (max-width: 1025px) {
    .home.one .title.two {
        font-size: 50px;
        line-height: 54px;
        margin: 0 0 0 58px;
    }
}

@media screen and (max-width: 750px) {
    .home.one .title.two {
        font-size: 44px;
        line-height: 48px;
        margin: 0 0 0 51px;
    }
}

@media screen and (max-width: 500px) {
    .home.one .title.two {
        font-size: 32px;
        letter-spacing: 0.01em;
        line-height: 38px;
        margin: 0 0 0 36px;
    }
}

/*

.home.one .title.two {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 0 27px;
}

*/

.home.one .prompt {
    bottom: 0;
    left: 50%;
    position: absolute;
}

.home.one .prompt .one {
    bottom: 47px;
    color: #FFFFFF;
    font-family: 'pgl', sans-serif;
    font-size: 15px;
    left: calc(50% + 3px);
    opacity: 1;
    position: absolute;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    z-index: 50;
}

@media screen and (max-width: 750px) {
    .home.one .prompt .one {
        bottom: 49px;
        font-size: 14px;
    }
}

.audio .home.one .prompt .one {
    opacity: 0;
}

.home.one .prompt .two {
    background: #FFFFFF;
    bottom: 0;
    height: 80px;
    left: 50%;
    position: absolute;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 1px;
    z-index: 100;
}

.audio .home.one .prompt .two {
    height: 40px;
}

.home.two {
    background: #FBFBFB;
}

.home.two .container {
    padding: 75px 10%;
}

@media screen and (max-width: 1025px) {
    .home.two .container {
        padding: 65px 7.5%;
    }
}

@media screen and (max-width: 750px) {
    .home.two .container {
        padding: 65px 6.25%;
    }
}

@media screen and (max-width: 675px) {
    .home.two .container {
        padding: 65px 0 65px 6.25%;
    }
}

.home.two .image {
    background-image: url('../images/backgrounds/background-2.jpg');
    background-position: 67.5% center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1px;
    display: none;
    height: 550px;
    position: absolute;
    right: 0;
    top: 150px;
    width: 300px;
    z-index: 1;
}

.home.two .show {
    text-align: center;
}

.home.two .show .content {
    height: 0 !important;
    opacity: 0 !important;
    overflow: hidden;
    text-align: left;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

.home.two .show.active .content {
    height: auto !important;
    opacity: 1 !important;
}

.button.circle {
    border: 1px solid rgb(0, 0, 48);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 90px;
    margin: 30px 0 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 90px;
}

@media screen and (min-width: 1025px) {
    .button.circle:hover {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}

.button.circle .one, .button.circle .two {
    float: left;
}

.button.circle .one {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 27px 0 3px;
    position: relative;
    width: 100%;
}

.button.circle .one .show-all, .button.circle .one .hide {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 60px;
}

.button.circle .one .show-all {
    margin: 3px 0 0 -30px;
    opacity: 1;
    z-index: 10;
}

.home.two .show.active .button.circle .one .show-all {
    opacity: 0;
    z-index: -1;
}

.button.circle .one .hide {
    margin: -3px 0 0 -30px;
    opacity: 0;
    z-index: -1;
}

.button.circle .two {
    float: none;
    font-size: 24px;
}

.home.two .show.active .button.circle {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.home.two .show.active .button.circle .one .hide {
    opacity: 1;
    padding: 23px 0 3px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    z-index: 10;
}

.home.three {
    background: #FBFBFB;
    overflow: hidden;
    text-align: center;
}

.home.three .container {
    background: #000030;
    margin: 0 5% 45px;
    overflow: hidden;
    padding: 100px 5% 112px;
    position: relative;
}

@media screen and (max-width: 750px) {
    .home.three .container {
        margin: 0 0 30px;
        padding: 75px 10% 87px;
    }
}

.home.three .text, .home.three p {
    color: #FFFFFF;
}

.home.three p {
    margin: 0 auto;
    max-width: 475px;
}

@media screen and (max-width: 750px) {
    .home.three p {
        font-size: 15px;
        line-height: 28px;
    }
}

.home.three .column.one-half {
    display: inline-block;
    float: none;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    z-index: 10;
}

.home.three img {
    margin: 50px 0;
    max-width: 350px;
}

@media screen and (max-width: 500px) {
    .home.three img {
        max-width: 80%;
    }
}

.home.three .spotlight {
    border-bottom: 900px solid #0D0D3B;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    height: 0;
    left: calc(50% + 75px);
    position: absolute;
    top: 0;
    width: 25px;
    z-index: 1;
}

@media screen and (max-width: 750px) {
    .home.three .spotlight {
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        left: 50%;
    }
}

.home.three .button.circle {
    border: 1px solid #FFFFFF;
}

.home.three .button.circle span {
    color: #FFFFFF;
}

.page {
    float: left;
    position: relative;
    width: 100%;
}

.page.one {
    background: #000030;
    height: 40%;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .page.one {
        margin: 80px 0 0;
    }
}

@media screen and (max-width: 1025px) {
    .page.one {
        margin: 80px 0 0;
    }
}

@media screen and (max-width: 750px) {
    .page.one {
        margin: 60px 0 0;
    }
}

.page.one .image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.tour-dates .page.one .image {
    background-image: url('../images/backgrounds/background-3.jpg');
    background-position: center 75%;
}

.book .page.one .image {
    background-image: url('../images/backgrounds/background-1.jpg');
    background-position: center;
}

.listen .page.one .image, .contact .page.one .image {
    background-image: url('../images/backgrounds/background-2.jpg');
    background-position: center 75%;
}

.terms .page.one .image, .privacy .page.one .image, .error404 .page.one .image {
    background-image: url('../images/backgrounds/background-3.jpg');
    background-position: center 75%;
}

.page.two {
    background: #FBFBFB;
    margin: 0 0 1px;
}

.page.two .container {
    margin: 75px 10% 100px;
}

@media screen and (max-width: 1025px) {
    .page.two .container {
        margin: 65px 7.5% 95px;
    }
}

@media screen and (max-width: 825px) {
    .page.two .container {
        margin: 65px 0 65px 7.5%;
    }
}

@media screen and (max-width: 750px) {
    .page.two .container {
        margin: 65px 0 65px 6.25%;
    }
}

@media screen and (max-width: 825px) {
    .tour-dates .page.two .container {
        margin: 65px 0 65px;
    }
}

@media screen and (max-width: 825px) {
    .tour-dates .page.two .container .fix {
        margin-left: 6.25%;
    }
}

.page.two .column.one-third {
    text-align: right;
}

.overlay.two {
    background-image: url('../images/patterns/pattern-1.png');
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 25;
}

@media screen and (max-width: 750px) {
    .tribute.one .overlay.two {
        display: none;
    }
}

.watch {
    float: left;
    position: relative;
    width: 100%;
}

.watch.one {
    height: calc(100% - 25px) !important;
    left: 0;
    min-height: 500px;
    position: absolute;
    top: 0;
}

.watch.one.fix {
    height: calc(100% - 25px);
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
    z-index: -1;
}

.watch.one .video {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

.watch.one .mute, .watch.one .playlist {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    bottom: 75px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 38px;
    height: 100px;
    margin: 0 0 0 -50px;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 100px;
    z-index: 100;
}

@media screen and (max-width: 750px) {
    .watch.one .mute, .watch.one .playlist {
        height: 80px;
        margin: 0 0 0 -40px;
        width: 80px;
    }
}

.watch.one .mute {
    left: calc(50% + 60px);
}

@media screen and (max-width: 750px) {
    .watch.one .mute {
        left: calc(50% + 48px);
    }
}

.watch.one .playlist {
    left: calc(50% - 60px);
}

@media screen and (max-width: 750px) {
    .watch.one .playlist {
        left: calc(50% - 48px);
    }
}

@media screen and (min-width: 1025px) {
    .watch.one .mute:hover, .watch.one .playlist:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.watch.one .mute i, .watch.one .playlist i {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.watch.one .mute i, .watch.one .mute i:before, .watch.one .playlist i, .watch.one .playlist i:before {
    line-height: 100px;
}

@media screen and (max-width: 750px) {
    .watch.one .mute i, .watch.one .mute i:before, .watch.one .playlist i, .watch.one .playlist i:before {
        line-height: 80px;
    }
}

.watch.one .credit {
    bottom: 68px;
    color: #FFFFFF;
    font-size: 15px;
    margin: 0 -31px 0 0;
    opacity: 1;
    position: absolute;
    right: 10%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 100;
}

@media screen and (max-width: 1025px) {
    .watch.one .credit {
        right: 7.5%;
    }
}

@media screen and (max-width: 750px) {
    .watch.one .credit {
        right: 6.25%;
    }
}

.watch.one .container {
    left: 50%;
    margin: -77px 0 0 -325px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 650px;
    z-index: 100;
}

.watch.one h1 {
    bottom: 126px;
    color: #FFFFFF;
    left: 10%;
    margin: 0 0 0 -45px;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 100;
}

@media screen and (max-width: 1025px) {
    .watch.one h1 {
        left: 7.5%;
        margin: 0 0 0 -31px;
    }
}

@media screen and (max-width: 750px) {
    .watch.one h1 {
        left: 6.25%;
    }
}

.watch.one .line.one {
    background: #FFFFFF;
    bottom: 0;
    height: 60px;
    left: calc(10% + 17px);
    width: 1px;
}

.watch.one .prompt {
    background: #FFFFFF;
    bottom: 0;
    height: 40px;
    left: 50%;
    position: absolute;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 1px;
    z-index: 100;
}

.watch.two {
    background: #FBFBFB;
    height: 190px;
    padding: 0 0 25px;
}

@media screen and (max-width: 750px) {
    .watch.two {
        height: 350px;
        padding: 0;
    }
}

.watch.two .container {
    height: 100%;
}

.watch.two .thumbnail {
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    height: calc(100% - 25px);
    margin: 25px 12px 0 0;
    position: relative;
    width: calc(25% - 9px);
}

@media screen and (max-width: 750px) {
    .watch.two .thumbnail {
        height: calc(50% - 25px);
        width: calc(50% - 6px);
    }
}

.watch.two .thumbnail.four {
    margin: 25px 0 0;
}

@media screen and (max-width: 750px) {
    .watch.two .thumbnail.two, .watch.two .thumbnail.four {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .watch.two .thumbnail.three, .watch.two .thumbnail.four {
        margin-top: 12px;
    }
}

.watch.two .thumbnail .overlay {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 10;
}

.watch.two .thumbnail .controls {
    color: #FFFFFF;
    height: 72px;
    left: 50%;
    margin: -36px 0 0 -36px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 72px;
    z-index: 50;
}

@media screen and (max-width: 1025px) {
    .watch.two .thumbnail .controls {
        height: 60px;
        margin: -30px 0 0 -30px;
        width: 60px;
    }
}

@media screen and (min-width: 1025px) {
    .watch.two .thumbnail:hover .controls {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.watch.two .thumbnail .controls .play, .watch.two .thumbnail .controls .pause {
    left: 0;
    position: absolute;
    top: 0;
}

.watch.two .thumbnail .controls i {
    font-size: 72px;
}

@media screen and (max-width: 1025px) {
    .watch.two .thumbnail .controls i {
        font-size: 60px;
    }
}

.watch.two .thumbnail .controls .pause i {
    font-size: 54px;
    margin: 0 9px;
    opacity: 0;
}

@media screen and (max-width: 1025px) {
    .watch.two .thumbnail .controls .pause i {
        font-size: 46px;
    }
}

.watch.two .thumbnail .controls i, .watch.two .thumbnail .controls i:before {
    line-height: 72px;
}

@media screen and (max-width: 1025px) {
    .watch.two .thumbnail .controls i, .watch.two .thumbnail .controls i:before {
        line-height: 60px;
    }
}

.watch.two .thumbnail .overlay.one {
    opacity: 1;
}

.watch.two .thumbnail .overlay.two {
    opacity: 0.25;
}

.watch.two .thumbnail.one .overlay.one {
    background-image: url('../images/thumbnails/thumbnail-1.jpg');
}

.watch.two .thumbnail.two .overlay.one {
    background-image: url('../images/thumbnails/thumbnail-2.jpg');
}

.watch.two .thumbnail.three .overlay.one {
    background-image: url('../images/thumbnails/thumbnail-3.jpg');
}

.watch.two .thumbnail.four .overlay.one {
    background-image: url('../images/thumbnails/thumbnail-4.jpg');
}

.boxes {
    background: #FFFFFF;
    float: left;
    overflow-x: hidden;
    padding: 50px 0 0;
    position: relative;
    width: 100%;
    z-index: 100;
}

.boxes .container {
    margin: 0 30px;
    padding: 0 !important;
    width: calc(100% + 1px - 60px);
}

@media screen and (max-width: 1025px) {
    .boxes .container {
        margin: 0 3.75%;
        width: calc(92.5% + 1px);
    }
}

@media screen and (max-width: 500px) {
    .boxes .container {
        width: 92.5%;
    }
}

.boxes .box {
    border-radius: 1px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 160px;
    margin: 0 1px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: calc(20% - 1px);
}

@media screen and (max-width: 750px) {
    .boxes .box {
        margin: 0 1px 1px 0;
        width: calc(50% - 1px);
    }
}

@media screen and (max-width: 500px) {
    .boxes .box {
        height: 140px;
        margin: 0 0 1px;
        width: 100%;
    }
}

.boxes .box .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.boxes .box.one .image {
    background-image: url('../images/backgrounds/two/background-1.jpg');
}

.boxes .box.two .image {
    background-image: url('../images/backgrounds/two/background-2.jpg');
}

.boxes .box.three .image {
    background-image: url('../images/backgrounds/two/background-3.jpg');
}

.boxes .box.four .image {
    background-image: url('../images/backgrounds/two/background-4.jpg');
}

.boxes .box.five .image {
    background-image: url('../images/backgrounds/two/background-5.jpg');
    margin: 0;
}

.boxes .box .text {
    font-size: 18px;
    left: 50%;
    line-height: 32px;
    margin: -16px 0 0 -45%;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 90%;
    z-index: 75;
}

@media screen and (max-width: 1000px) {
    .boxes .box .text {
        line-height: 24px;
        margin: -24px 0 0 -50px;
        width: 100px;
    }
}

.boxes .box .overlay.one {
    background-image: url('../images/patterns/pattern-1.png');
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    height: 100%;
    left: 0;
    opacity: 0.25;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 25;
}

.boxes .box .overlay.two {
    background: #808098;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .boxes .box .overlay.two {
        display: none;
    }
}

@media screen and (max-width: 1025px) {
    .boxes .box .overlay.two {
        display: none;
    }
}

.boxes .box:hover .overlay.two {
    opacity: 1;
}

.service.four p {
    margin: 0;
}

.service.four p.large {
    margin: 0 0 20px;
}

@media screen and (max-width: 750px) {
    .service.four .column.one-third {
        margin: 0 0 50px;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .service.four .column.one-third.last {
        margin: 0;
    }
}

.service.five {
    background: #F7F7F7;
    float: left;
    height: 350px;
    padding: 0 18px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .service.five {
        padding: 0;
    }
}

.service.buttons .container {
    display: inline-block;
    margin: 75px 0 15px;
    padding: 0;
}

@media screen and (max-width: 750px) {
    .service.buttons .container {
        margin: 45px 0 15px;
    }
}

.service.buttons {
    text-align: center;
}

.service.buttons .button {
    border: 1px solid rgba(30, 44, 78, 0.9);
    border-radius: 1px;
    cursor: pointer;
    float: left;
    font-family: "asb",sans-serif;
    font-size: 15px;
    letter-spacing: 0.075em;
    line-height: 58px;
    margin: 0 4px;
    padding: 0 0 1px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 250px;
}

@media screen and (max-width: 750px) {
    .service.buttons .button {
        font-size: 14px;
        line-height: 50px;
        width: 200px;
    }
}

@media screen and (max-width: 500px) {
    .service.buttons .button {
        clear: both;
        float: none;
        margin: 4px 0;
    }
}

.service.buttons .button:hover {
    border: 1px solid #808098;
    color: #808098;
}

.additional.one {
    margin: 160px 0 0;
    position: relative;
    right: auto;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    .additional.one {
        margin: 130px 0 0;
    }
}

@media screen and (max-width: 750px) {
    .additional.one {
        margin: 110px 0 0;
    }
}

.additional.one .container {
    padding: 0 10% 75px;
}

@media screen and (max-width: 1025px) {
    .additional.one .container {
        padding: 0 7.5% 75px;
    }
}

.additional.one h2 {
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 1025px) {
    .additional.one h2 {
        font-size: 19px;
        line-height: 27px;
    }
}

.additional.one h3 {
    font-size: 16px;
    line-height: 26px;
    transition: none;
    -webkit-transition: none;
}

.terms, .privacy {
    float: left;
    width: 100%;
    position: relative;
}

.submit {
    border: 1px solid #000030;
    border-radius: 50%;
    color: #000030;
    cursor: pointer;
    float: right;
    font-family: 'pgl', sans-serif;
    font-size: 0;
    height: 90px;
    line-height: 90px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: -20px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 90px;
}

.submit:before {
    color: #000030;
    content: '\f108';
    font-family: "icons";
    font-size: 24px;
    height: 90px;
    left: 0;
    line-height: 90px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 90px;
    z-index: 10;
}

@media screen and (min-width: 1025px) {
    .submit:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.submit input {
    background: none;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

.submit span {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: 26px 0 0;
}

span.wpcf7-not-valid-tip {
    background: #000030 !important;
    border-radius: 1px;
    color: #FFFFFF !important;
    display: block;
    float: left;
    font-size: 10px !important;
    font-weight: normal;
    line-height: 22px;
    margin: -48px 0 48px;
    padding: 2px 11px;
}

.home .text-one, .home .text-two {
    color: #FFFFFF;
    position: absolute;
    z-index: 100;
}

.home .text-one {
    font-family: 'pgl', sans-serif;
    font-size: 90px;
    font-weight: 200;
    left: 10%;
    letter-spacing: -0.01em;
    line-height: 95px;
    margin: -125px 0 0 -6px;
    top: 50%;
}

@media screen and (max-width: 1025px) {
    .home .text-one {
        font-size: 72px;
        line-height: 82px;
    }
}

@media screen and (max-width: 900px) {
    .home .text-one {
        font-size: 60px;
        line-height: 72px;
    }
}

@media screen and (max-width: 750px) {
    .home .text-one {
        font-size: 40px;
        left: calc(10% + 10px);
        line-height: 47px;
        margin: -122px 0 0 -3px;
        width: 400px;
    }
}

@media screen and (max-width: 500px) {
    .home .text-one {
        width: 200px;
    }
}

.home .text-two .highlight {
    font-weight: normal;
}

.home .text-two {
    font-family: 'pgl', sans-serif;
    font-size: 28px;
    font-weight: 100;
    left: 10%;
    line-height: 41px;
    margin: 0;
    top: 50%;
    width: 380px;
}

@media screen and (max-width: 1250px) {
    .home .text-two {
        font-size: 24px;
        line-height: 36px;
        top: 47.5%;
        width: 350px;
    }
}

@media screen and (max-width: 900px) {
    .home .text-two {
        font-size: 22px;
        line-height: 34px;
    }
}

@media screen and (max-width: 750px) {
    .home .text-two {
        font-size: 20px;
        left: calc(10% + 10px);
        line-height: 32px;
        top: 42.5%;
        width: 275px;
    }
}

@media screen and (max-width: 500px) {
    .home .text-two {
        font-size: 18px;
        line-height: 30px;
        top: 50%;
        width: 240px;
    }
}

.typed-cursor {
    display: none;
}

.line {
    background: #000030;
    position: absolute;
    z-index: 100;
}

.home .line.one {
    height: 1px;
    right: 197px;
    top: 26px;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    .home .line.one {
        right: 169px;
        top: 19px;
    }
}

@media screen and (max-width: 675px) {
    .home .line.one {
        height: 40px;
        right: auto;
        top: -65px;
        width: 1px;
    }
}

.page .line.one {
    height: 1px;
    right: 284px;
    top: 26px;
    transition: none;
    -webkit-transition: none;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    .page .line.one {
        right: 219px;
        top: 19px;
    }
}

@media screen and (max-width: 825px) {
    .page .line.one {
        height: 40px;
        left: 0;
        right: auto !important;
        top: -65px;
        width: 1px;
    }
}

.book .page .line.one {
    right: 171px;
}

.contact .page .line.one {
    right: 223px;
}

.terms .page .line.one {
    right: 189px;
}

.privacy .page .line.one {
    right: 213px;
}

.error404 .page .line.one {
    right: 146px;
}

.line.two {
    float: right;
    height: 1px;
    margin: 0 0 30px;
    position: relative;
    top: auto;
    width: 30px;
}

.button.text {
    cursor: pointer;
    float: left;
    font-family: 'pgl', sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    position: relative;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

@media screen and (max-width: 1025px) {
    .button.text {
        font-size: 16px;
    }
}

.button.text:hover {
    color: #808098 !important;
}

.button.text i {
    font-size: 19px;
    opacity: 0;
    position: absolute;
    right: -22px;
    top: 1px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: auto;
}

.tour-dates.all .entry .button.text {
    font-size: 15px;
}

@media screen and (max-width: 1025px) {
    .tour-dates.all .entry .button.text {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
    .tour-dates.all .entry:hover .button.text i {
        opacity: 1;
        right: -30px;
    }
}

@media screen and (max-width: 1025px) {
    .tour-dates.all .entry .button.text i {
        opacity: 1;
        right: -30px;
    }
}

.tour-dates.week {
    background: #FBFBFB;
    float: left;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.tour-dates.week .container {
    margin: 0;
    width: calc(100% + 1px);
}

.tour-dates.week .entry {
    background: #F7F7F7;
    float: left;
    height: auto;
    margin: 0 1px 0 0;
    padding: 0 0 12.5%;
    position: relative;
    width: calc(12.5% - 1px);
}

@media screen and (max-width: 1250px) {
    .tour-dates.week .entry {
        height: 175px;
        padding: 0;
    }
}

@media screen and (max-width: 1150px) {
    .tour-dates.week .entry {
        margin: 0 1px 1px 0;
        width: calc(25% - 1px)
    }
}

@media screen and (max-width: 600px) {
    .tour-dates.week .entry {
        width: calc(50% - 1px)
    }
}

.tour-dates.week .entry i {
    border-radius: 50%;
    bottom: -18px;
    display: none;
    font-size: 28px;
    height: 40px;
    position: absolute;
    right: 25px;
    text-align: center;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 40px;
    z-index: 1;
}

.tour-dates.week .entry i, .tour-dates.week .entry i:before {
    line-height: 40px;
}

@media screen and (min-width: 1025px) {
    .tour-dates.week .entry i:hover {
        background: #000030;
        color: #FFFFFF;
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}

.tour-dates.week .entry .date {
    position: absolute;
    right: 25px;
    top: -18px;
}

@media screen and (max-width: 750px) {
    .tour-dates.week .entry .date {
        top: -12px;
    }
}

.tour-dates.week .entry .date .one {
    font-family: 'br', sans-serif;
    font-size: 40px;
    letter-spacing: 0.005em;
    line-height: 40px;
}

@media screen and (max-width: 1150px) {
    .tour-dates.week .entry .date .one {
        font-size: 34px;
        line-height: 34px;
    }
}

@media screen and (max-width: 750px) {
    .tour-dates.week .entry .date .one {
        font-size: 30px;
        line-height: 30px;
    }
}

.tour-dates.week .entry .date .two {
    font-size: 19px;
}

@media screen and (max-width: 1150px) {
    .tour-dates.week .entry .date .two {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 825px) {
    .tour-dates.week .entry .date .two {
        font-size: 15px;
        line-height: 25px;
    }
}

.tour-dates.week .entry .date.current {
    color: #595978;
}

.tour-dates.week .entry .content {
    font-size: 15px;
    left: 25px;
    line-height: 23px;
    margin: -36px 0 0;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
    width: calc(100% - 50px);
}

.tour-dates.week .entry .content .venue {
    font-family: 'pgb', sans-serif;
    margin: 0 0 8px;
}

.tour-dates.week .entry .content .location {
    color: #595978;
}

.tour-dates.week .entry.last {
    margin: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 12.5%;
}

@media screen and (max-width: 1150px) {
    .tour-dates.week .entry.last {
        width: calc(25% - 1px)
    }
}

@media screen and (max-width: 600px) {
    .tour-dates.week .entry.last {
        width: calc(50% - 1px)
    }
}

.tour-dates.week .entry.last:hover {
    background: #000030;
    color: #FFFFFF;
}

.tour-dates.week .entry.last .title {
    font-family: 'br', sans-serif;
    font-size: 28px;
    left: 35px;
    line-height: 30px;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    width: 75px;
}

@media screen and (max-width: 1250px) {
    .tour-dates.week .entry.last .title {
        font-size: 24px;
        line-height: 28px;
        margin: -45px 0 0;
    }
}

.tour-dates.week .entry.last i {
    display: block;
    font-size: 30px;
    left: 112px;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
}

@media screen and (max-width: 1250px) {
    .tour-dates.week .entry.last i {
        left: 30px;
        margin: 15px 0 0;
    }
}

.tour-dates.all {
    margin: 8px 0 0;
}

.tour-dates.all .entry {
    background: #FFFFFF;
    border-radius: 1px;
    box-sizing: border-box;
    float: left;
    height: 175px;
    margin: 0 0 2px;
    padding: 35px;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    .tour-dates.all .entry {
        height: 160px;
        padding: 30px;
    }
}

@media screen and (max-width: 750px) {
    .tour-dates.all .entry {
        padding: 30px 6.25%;
    }
}

.tour-dates.all .entry .column.one-half {
    width: 46% !important;
}

@media screen and (max-width: 1025px) {
    .tour-dates.all .entry .column.one-half {
        width: 40% !important;
    }
}

@media screen and (max-width: 750px) {
    .tour-dates.all .entry .column.one-half {
        width: 38% !important;
    }
}

.tour-dates.all .entry .date .one {
    font-family: 'br', sans-serif;
    font-size: 40px;
    letter-spacing: 0.005em;
    line-height: 40px;
}

@media screen and (max-width: 1025px) {
    .tour-dates.all .entry .date .one {
        font-size: 32px;
        line-height: 34px;
    }
}

@media screen and (max-width: 825px) {
    .tour-dates.all .entry .date .one {
        font-size: 28px;
        line-height: 32px;
    }
}

.tour-dates.all .entry .date .two {
    font-size: 19px;
}

@media screen and (max-width: 1025px) {
    .tour-dates.all .entry .date .two {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 825px) {
    .tour-dates.all .entry .date .two {
        font-size: 15px;
        line-height: 25px;
    }
}

.tour-dates.all .entry .venue {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
}

@media screen and (max-width: 1025px) {
    .tour-dates.all .entry .venue {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 825px) {
    .tour-dates.all .entry .venue {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 8px;
    }
}

.tour-dates.all .entry .location {
    font-size: 18px;
    line-height: 28px;
    margin: 2px 0 0;
}

@media screen and (max-width: 1025px) {
    .tour-dates.all .entry .location {
        font-size: 16px;
        line-height: 24px;
        margin: 3px 0 0;
    }
}

@media screen and (max-width: 825px) {
    .tour-dates.all .entry .location {
        font-size: 15px;
        line-height: 23px;
    }
}

.tour-dates.all .column.one-fourth:before, .tour-dates.all .column.one-fourth:after {
    background: rgba(0, 0, 48, 0.15);
    content: '';
    height: 25px;
    position: absolute;
    right: 0;
    width: 1px;
}

.tour-dates.all .column.one-fourth.last:before, .tour-dates.all .column.one-fourth.last:after {
    content: none;
}

.tour-dates.all .column.one-fourth:before {
    top: -35px;
}

@media screen and (max-width: 1025px) {
    .tour-dates.all .column.one-fourth:before {
        top: -30px;
    }
}

.tour-dates.all .column.one-fourth:after {
    top: 115px;
}

@media screen and (max-width: 1025px) {
    .tour-dates.all .column.one-fourth:after {
        top: 105px;
    }
}

.button.small {
    float: left;
    position: relative;
    width: 98px;
}

.button.small .text {
    float: left;
    margin: 0 10px 0 0;
}

.button.small i {
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 1px;
}

footer {
    background: #FCFCFC;
    float: left;
    width: 100%;
    position: relative;
}

footer .container.one {
    border-bottom: 1px solid #F4F4F4;
	margin: 0 10% !important;
	padding: 40px 0 55px !important;
    width: auto !important;
}

@media screen and (max-width: 1025px) {
    footer .container.one {
        margin: 0 7.5% !important;
        padding: 24px 0 42px !important;
    }
}

@media screen and (max-width: 750px) {
    footer .container.one {
        margin: 0 6.25% !important;
        padding: 24px 0 42px !important;
    }
}

footer .container.two {
	margin: 0 10% !important;
	padding: 55px 0 58px !important;
    width: auto !important;
}

@media screen and (max-width: 1025px) {
    footer .container.two {
        margin: 0 7.5% !important;
        padding: 42px 0 45px !important;
    }
}

@media screen and (max-width: 750px) {
    footer .container.two {
        margin: 0 6.25% !important;
    }
}

footer p {
    font-size: 15px !important;
    line-height: 27px !important;
    margin: 0;
}

@media screen and (max-width: 600px) {
    footer p {
        width: 80%;
    }
}

footer .links {
    float: left;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 900px) {
    footer .links.one, footer .links.two {
        width: 50%;
    }
}

footer .links li {
    float: left;
    font-size: 15px;
    line-height: 27px;
    list-style: none;
    margin: 0 35px 0 0;
    text-align: left;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

@media screen and (max-width: 1250px) {
    footer .links li {
        margin: 0 25px 0 0;
    }
}

@media screen and (max-width: 900px) {
    footer .links li {
        margin: 0;
        width: 100%;
    }
}

footer .links li.last {
    margin: 0;
}

footer .links li:hover {
    color: #595978;
}

footer .column.one-third {
    width: 28%;
}

@media screen and (max-width: 750px) {
    footer .column.one-third {
        margin: 0;
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    footer .column.one-third {
        margin: 0 0 50px;
        width: 100%;
    }
}

footer img {
    bottom: 62px;
    position: absolute;
    right: 10%;
    width: 110px;
}

@media screen and (max-width: 1025px) {
    footer img {
        bottom: 49px;
    }
}

@media screen and (max-width: 750px) {
    footer img {
        display: none;
    }
}

.press.one {
    float: left;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .press.one {
        display: none;
    }
}

@media screen and (max-width: 1025px) {
    .press.one {
        display: none;
    }
}

.press.two {
    float: left;
    margin: 0 7.5% 0 10%;
    position: relative;
    width: 55%;
}

@media screen and (max-width: 1025px) {
    .press.two {
        margin: 0 7.5%;
    }
}

@media screen and (max-width: 750px) {
    .press.two {
        margin: 0 6.25%;
        width: 87.5%;
    }
}

@media screen and (max-width: 600px) {
    .press.two {
        margin: 0;
        width: 100%;
    }
}

.sidebar {
    float: left;
    margin: 0 10% 0 0;
    position: relative;
    width: 17.5%;
}

@media screen and (max-width: 1025px) {
    .sidebar {
        margin: 0 7.5% 0 0;
        width: 22.5%;
    }
}

@media screen and (max-width: 750px) {
    .sidebar {
        margin: 0 6.25%;
        width: 87.5%;
    }
}

@media screen and (max-width: 600px) {
    .sidebar {
        margin: 0;
        width: 100%;
    }
}

.press .post img {
    height: auto;
    margin: 0 0 5px;
    width: 100%;
}

.press .post img:hover ~ h3 {
    color: #808098;
}

.press .post h3 {
    font-family: 'pgb', sans-serif;
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    padding: 0 0 15px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.press .post h3:hover {
    color: #808098;
}

.press.two .post p, .sidebar .post p {
    font-size: 15px;
    line-height: 27px;
}

.press.two .post .author, .sidebar .post .author {
    float: right;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    text-align: right;
}

.press.one .container {
    margin: 80px 0 0;
    overflow: hidden;
}

.press.one.edit .container, .press.life .container, .press.tour-dates .container {
    margin: 120px 0 0;
}

@media screen and (max-width: 1025px) {
    .press.one.edit .container, .press.life .container, .press.tour-dates .container {
        margin: 80px 0 0;
    }
}

@media screen and (max-width: 750px) {
    .press.one .container, .press.one.edit .container, .press.life .container, .press.tour-dates .container {
        margin: 60px 0 0;
    }
}

.press.one .featured {
    width: calc(100% + 1px);
}

.press.one .box {
    position: relative;
}

.press.one .column.one-third.one {
    margin: 0 1px 0 0;
    width: calc(40% - 1px);
}

.press.one .column.one-third.two, .press.one .column.one-third.three {
    margin: 0 1px 0 0;
    width: calc(30% - 1px);
}

.press.one .box .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.press.one .box .content {
    color: #FCFCFC;
    position: relative;
    z-index: 50;
}

.press.one .box.one {
    height: 450px;
}

.press.one .box.two {
    height: 450px;
}

.press.one .box.three {
    height: 224px;
    margin: 0 0 1px;
}

.press.one .box.four {
    height: 225px;
}

.press.one .box .content {
    bottom: 35px;
    color: #FCFCFC;
    left: 35px;
    position: absolute;
    width: calc(100% - 70px);
    z-index: 50;
}

.press.one .box.one .content h3 {
    font-size: 30px;
    line-height: 40px;
}

.press.one .box .content h3 {
    color: #FFFFFF;
    font-family: 'pgl', sans-serif;
    font-size: 22px;
    line-height: 33px;
    padding: 0 0 15px;
}

.press.one .box .content .author, .press.one .box .content .category {
    float: left;
    font-size: 15px;
    line-height: 25px;
}

.press.one .box .content .author {
    margin: 0 25px 0 0;
}

.press.two .container {
    margin: 50px 0;
    margin: 60px 0 50px;
}

@media screen and (max-width: 1025px) {
    .press.two .container {
        margin: 135px 0 50px;
    }
}

@media screen and (max-width: 750px) {
    .press.two .container {
        margin: 110px 0 50px;
    }
}

.press.two .title {
    float: left;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .press.two .title {
        margin: 0 6.25%;
        width: 87.5%;
    }
}

.press.two .posts {
    float: left;
    width: 100%;
}

.press.two .posts.one, .press.two .posts.two, .press.two .posts.three.edit {
    margin: 0 0 50px;
}

@media screen and (max-width: 750px) {
    .press.two .posts.one, .press.two .posts.two, .press.two .posts.three.edit {
        margin: 0;
    }
}

.press.two .posts.one .post {
    float: left;
    margin: 0 1px 50px 0;
    width: calc(33.3333% - 1px);
}

@media screen and (max-width: 600px) {
    .press.two .posts.one .post {
        margin: 0 0 40px;
        width: 100%;
    }
}

.press.two .posts.one .post.large {
    width: calc(50% - 1px);
}

@media screen and (max-width: 600px) {
    .press.two .posts.one .post.large {
        width: 100%;
    }
}

.press.two .posts .post .content {
    width: calc(100% - 30px);
}

@media screen and (max-width: 600px) {
    .press.two .posts .post .content {
        margin: 0 6.25%;
        width: 87.5%;
    }
}

.press.two .posts.one .post p {
    min-height: 120px;
}

.press.two .posts.one .post.large p {
    min-height: 96px;
}

.press.two .posts.two .post, .press.two .posts.three .post, .press.two .posts.four .post {
    float: left;
    margin: 0 1px 35px 0;
    width: calc(50% - 1px);
}

@media screen and (max-width: 600px) {
    .press.two .posts.two .post, .press.two .posts.three .post, .press.two .posts.four .post {
        margin: 0 0 35px;
        width: 100%;
    }
}

.press.two .posts.two .post p, .press.two .posts.three .post p, .press.two .posts.four .post p {
    min-height: 120px;
}

.sidebar .container {
    margin: 60px 0 50px;
}

@media screen and (max-width: 1025px) {
    .sidebar .container {
        margin: 135px 0 50px;
    }
}

@media screen and (max-width: 750px) {
    .sidebar .container {
        margin: 60px 0 50px;
    }
}

.sidebar h2 {
    font-family: 'pgb', sans-serif !important;
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 0 0 25px !important;
}

.sidebar .divider.two {
    margin: 0 0 35px;
    width: 25px;
}

.sidebar .box {
    float: left;
    margin: 0 0 75px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .sidebar .box.one, .sidebar .box.two {
        margin: 0 6.25% 75px;
        width: 87.5%;
    }
}

.sidebar .box.three {
    margin: 0;
}

@media screen and (max-width: 600px) {
    .sidebar .box.three h2, .sidebar .box.three .content, .post .sidebar .box.three h2, .post .sidebar .box.three .content {
        margin: 10px 6.25% 0;
        width: 87.5%;
    }
}

.sidebar .box p {
    font-size: 14px;
    line-height: 25px;
}

.sidebar ul.list {
    margin: 0;
}

.sidebar ul.list li {
    font-size: 15px;
    line-height: 27px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.sidebar ul.list li:hover {
    color: #808098;
}

.sidebar .box.three .post {
    float: left;
    margin: 0 0 35px;
}

@media screen and (max-width: 750px) {
    .sidebar .box.three .post {
        margin: 0 1px 35px 0;
        width: calc(50% - 1px);
    }
}

@media screen and (max-width: 600px) {
    .sidebar .box.three .post {
        margin: 0 0 35px;
        width: 100%;
    }
}

.sidebar .box.three .post img {
    height: auto;
    width: 100%;
}

.press .posts .post.large p {
    min-height: 96px;
}

.press.three .container {
    border-top: 1px solid #F0F0F0;
    margin: 50px 7.5% 0;
    padding: 60px 0 0;
}

.press.three ul.list li {
    float: left;
    line-height: 34px;
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.press.three ul.list li:hover {
    color: #808098;
}

.post .banner {
    height: 450px;
    margin: 80px 0 0;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .post .banner {
        height: 400px;
    }
}

@media screen and (max-width: 1025px) {
    .post .banner {
        height: 400px;
    }
}

@media screen and (max-width: 750px) {
    .post .banner {
        margin: 60px 0 0;
        height: 350px;
    }
}

.post .banner .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
}

.post .container .content {
    float: left;
    margin: 60px 7.5% 50px 10%;
    position: relative;
    width: 55%;
    z-index: 10;
}

@media screen and (max-width: 1025px) {
    .post .container .content {
        margin: 50px 7.5% 50px;
    }
}

@media screen and (max-width: 750px) {
    .post .container .content {
        margin: 40px 6.25% 50px;
        max-width: 500px;
        width: 87.5%;
    }
}

.post .container .sidebar .content {
    float: none;
    margin: 0;
    position: static;
    max-width: 100%;
    width: 100%;
    z-index: auto;
}

.post h1 {
    float: left;
    font-family: 'pgl', sans-serif;
    font-size: 34px;
    line-height: 44px;
    padding: 0 0 10px;
}

@media screen and (max-width: 1025px) {
    .post h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 750px) {
    .post h1 {
        font-size: 26px;
        line-height: 36px;
    }
}

.post h2 {
    font-family: 'pgl', sans-serif;
    font-size: 22px;
    line-height: 32px;
    padding: 20px 0 30px;
}

.sidebar .post h3 {
    font-family: 'pgb', sans-serif;
    font-size: 16px;
    line-height: 26px;
    min-height: 0;
    padding: 0 0 20px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.post h3:hover {
    color: #808098;
}

.post .date, .post .author {
    float: left;
}

.post .date {
    margin: 0 35px 0 0;
}

.post .meta {
    float: left;
    margin: 0 0 40px;
    width: 100%;
}

.post .comments {
    margin: 100px 0 0;
}

.post .banner .credit {
    bottom: 30px;
    position: absolute;
    right: 30px;
    width: 175px;
}

.post .content a {
    border-bottom: 1px dotted #000030;
}

.post .content a:hover {
    border-bottom: 1px dotted #808098;
    color: #808098;
}

.ie {
    background: #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.ie .container {
    height: auto;
    left: 50%;
    margin: -72px 0 0 -275px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 550px;
}

.ie .container .error {
    font-family: 'pgl', sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 0 25px;
    text-align: center;
    width: 100%;
}

.ie .container p {
    margin: 0;
}

.hidden {
    display: none;
}

.ajax-spinner:not(.hidden) {
    width: 15px;
    display: inline-block;
}

.search {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 825px) {
    .search {
        width: 93.75%;
    }
}

.search input {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 48, 1);
    border-radius: 0;
    box-sizing: border-box;
    font-family: 'pgl', sans-serif;
    font-size: 22px;
    margin: 0 0 30px;
    padding: 10px 0 18px;
    position: relative;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: calc(100% - 35px);
    z-index: 10;
}

@media screen and (max-width: 750px) {
    .search input {
        font-size: 17px;
        padding: 10px 0 22px;
    }
}

.search input:focus {
    border-bottom: 1px solid rgba(0, 0, 48, 1);
}

.search i {
    background: #FBFBFB;
    border: 1px solid rgba(0, 0, 48, 1);
    border-radius: 50%;
    color: rgba(0, 0, 48, 1);
    cursor: pointer;
    font-size: 30px;
    height: 80px;
    line-height: 86px;
    margin: -58px 0 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 80px;
    z-index: 10;
}

@media screen and (min-width: 1025px) {
    .search i:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.search .icons8-loading {
    opacity: 0;
    z-index: -1;
}

.search.active .icons8-loading {
    opacity: 1;
    -webkit-animation: load 2s linear infinite;
    animation: load 2s linear infinite;
    z-index: 50;
}

.line {
    height: 2px;
    top: 52px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 0;
    z-index: auto;
}

form .line {
    top: 39px;
}

form .textarea .line {
    top: 166px;
}

:required {
    box-shadow: none !important;
}

.ajax-message {
    display: none;
    float: left;
    font-size: 14px;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

#show-more-tour-dates {
    text-align: center;
    display: none !important;
}

.button.circle.edit {
    height: 110px;
    margin: 40px 0 0;
    width: 110px;
}

@media screen and (min-width: 1025px) {
    .button.circle.edit:hover .two {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.button.circle.edit .one {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 30px 0 10px;
}

.button.circle.edit .two {
    float: left;
    height: 28px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 100%;
}

.button.circle.edit .two i {
    font-size: 28px;
}

.button.circle.edit .two i, .button.circle.edit .two i:before {
    line-height: 28px;
}

.page.two .column.one-third p {
    float: right;
    font-size: 16px;
    line-height: 29px;
    max-width: 400px;
    width: 90%;
}

@media screen and (max-width: 1250px) {
    .page.two .column.one-third p {
        width: 100%;
    }
}

@media screen and (max-width: 825px) {
    .page.two .column.one-third p {
        float: left;
        margin: 0 0 10px;
        text-align: left;
        width: 93.75%;
    }
}

.page.two .column.one-third p.highlight {
    margin: 0;
}

.page.two .column.one-third .social {
    float: right;
    margin: 5px 0 0;
}

@media screen and (max-width: 825px) {
    .page.two .column.one-third .social {
        float: left;
        margin: 5px 0 35px;
        width: 93.75%;
    }
}

.watch .thumbnail.active.paused .controls .play i {
    opacity: 1 !important;
}

.watch .thumbnail.active.paused .controls .pause i {
    opacity: 0 !important;
}

.watch .thumbnail.active .controls .pause i {
    opacity: 1 !important;
}

.watch .thumbnail.active .controls .play i {
    opacity: 0 !important;
}

#mc_embed_signup {
    display: none;
}

.subscribe {
    margin: 75px auto 0;
    position: relative;
    width: 100%;
}

.subscribe input {
    background: none;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: 'pgl', sans-serif;
    font-size: 18px;
    padding: 10px 0 18px;
    position: relative;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: calc(100% - 35px);
    z-index: 10;
}

@media screen and (max-width: 500px) {
    .subscribe input {
        font-size: 16px;
    }
}

.subscribe input:focus {
    border-bottom: 1px solid #FFFFFF;
}

.subscribe i:not(.fa) {
    background: #0D0D3B;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 30px;
    height: 80px;
    line-height: 86px;
    margin: -58px 0 0;
    margin: -44px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 80px;
    z-index: 50;
}

@media screen and (min-width: 1025px) {
    .subscribe i:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.subscribe p {
    color: #FFFFFF;
    display: none;
}

.listen .page.two {
    height: 60%;
}

@media screen and (max-width: 750px) {
    .listen .page.two {
        height: auto;
    }
}

.listen .page.two .audio {
    float: left;
    text-align: center;
    width: 25%;
}

@media screen and (max-width: 750px) {
    .listen .page.two .audio {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .listen .page.two .audio.edit, .listen .page.two .audio.last {
        margin: 40px 0 0;
    }
}

.listen .page.two .audio i {
    border: 1px solid #000030;
    border-radius: 50%;
    color: #000030;
    display: inline-block;
    font-size: 38px;
    height: 100px;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 100px;
    z-index: 100;
}

.listen .page.two .audio i, .listen .page.two .audio i:before {
    line-height: 100px;
}

@media screen and (min-width: 1025px) {
    .listen .page.two .audio i:hover, .listen .page.two .audio i:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.listen .page.two .audio .title {
    font-size: 16px;
    line-height: 29px;
    padding: 15px 0 0;
}

@media screen and (max-width: 750px) {
    .listen .page.two .audio .title {
        font-size: 15px;
        line-height: 27px;
    }
}

.no-image {
    position: relative;
    margin: auto;
    background-image: none;
}

.subscribe .ajax-message {
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin: 65px 0 0;
    padding: 5px 18px 4px;
    position: absolute;
    text-align: left;
    width: 100%;
}

@keyframes load {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes load {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.subscribe .icons8-loading {
    -webkit-animation: load 2s linear infinite;
    animation: load 2s linear infinite;
}

.mobile.watch .video {
    height: 250px;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mobile.watch .video .overlay {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    z-index: 10;
}

.mobile.watch .video .play, .mobile.watch .video .pause {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.mobile.watch .video .controls i {
    font-size: 72px;
    line-height: 72px;
    margin: -36px 0 0 -36px;
    color: #FFFFFF;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.mobile.watch .youtube-1 .overlay.one {
    background-image: url('../images/thumbnails/thumbnail-1.jpg');
}

.mobile.watch .youtube-2 .overlay.one {
    background-image: url('../images/thumbnails/thumbnail-2.jpg');
}

.mobile.watch .youtube-3 .overlay.one {
    background-image: url('../images/thumbnails/thumbnail-3.jpg');
}

.mobile.watch .youtube-4 .overlay.one {
    background-image: url('../images/thumbnails/thumbnail-4.jpg');
}

.mobile.watch .tour-dates.week {
    margin-top: 5px;
}

.clear {
    clear: both;
}

.mobile.watch .mute i {
    font-size: 24px;
    left: 53px;
    top: 81px;
    z-index: 101;
    cursor: pointer;
    width: 30px;
}

.mobile.watch .videos {
    margin-top: 60px;
}

.mobile.watch iframe {
    bottom: 0;
    height: 250px;
    position: absolute;
    top: 0;
    width: 100%;
}

.mobile.watch .active .overlay {
    opacity: 0;
}

.mobile.watch .video.active .mute i {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 32px;
    left: 17px;
    position: absolute;
    top: 22px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    z-index: 101;
}

.mobile.watch .video.active .pause i {
    opacity: 0;
}

.tribute {
    float: left;
    position: relative;
    width: 100%;
}

.tribute.one {
    height: calc(100% - 25px) !important;
    left: 0;
    min-height: 500px;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 750px) {
    .tribute.one {
        height: auto !important;
        position: relative;
    }
}

.tribute.one.fix {
    height: calc(100% - 25px);
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 750px) {
    .tribute.one.fix {
        display: none;
    }
}

.tribute.one .video {
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .tribute.one .video {
        display: none;
    }
}

.tribute.one .mute {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    bottom: 150px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 38px;
    height: 100px;
    left: 25%;
    margin: 0 0 0 -50px;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 100px;
    z-index: 100;
}

@media screen and (min-width: 1025px) {
    .tribute.one .mute:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

@media screen and (max-width: 1025px) {
    .tribute.one .mute {
        bottom: 140px;
    }
}

@media screen and (max-width: 750px) {
    .tribute.one .mute {
        display: none;
        font-size: 32px;
        height: 80px;
        margin: 0 0 0 -40px;
        width: 80px;
    }
}

@media screen and (max-height: 725px) {
    .tribute.one .mute {
        bottom: 125px;
    }
}

@media screen and (max-height: 675px) {
    .tribute.one .mute {
        bottom: 100px;
    }
}

@media screen and (max-width: 600px) {
    .tribute.one .mute {
        bottom: 25px !important;
    }
}

@media screen and (max-width: 500px) {
    .tribute.one .mute {
        left: calc(25% + 25px);
    }
}

.audio .tribute.one .mute {
    bottom: 75px;
}

@media screen and (max-width: 1025px) {
    .audio .tribute.one .mute {
        bottom: 70px;
    }
}

@media screen and (max-width: 750px) {
    .audio .tribute.one .mute {
        bottom: 60px;
    }
}

@media screen and (min-width: 1025px) {
    .tribute.one .mute:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.tribute.one .mute i, .tribute.one .mute i:before {
    line-height: 100px;
}

@media screen and (max-width: 750px) {
    .tribute.one .mute i, .tribute.one .mute i:before {
        line-height: 80px;
    }
}

.tribute.one .container {
    left: 50%;
    margin: -77px 0 0 -325px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 650px;
    z-index: 100;
}

.tribute.one h1 {
    bottom: 126px;
    color: #FFFFFF;
    left: 10%;
    margin: 0 0 0 -52px;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 100;
}

@media screen and (max-width: 1025px) {
    .tribute.one h1 {
        left: 7.5%;
        margin: 0 0 0 -36px;
    }
}

@media screen and (max-width: 750px) {
    .tribute.one h1 {
        bottom: auto;
        color: #000030;
        left: 6.25%;
        top: 294px;
    }
}

.tribute.one .prompt {
    bottom: 0;
    left: 25%;
    position: absolute;
}

@media screen and (max-width: 600px) {
    .tribute.one .prompt {
        display: none;
    }
}

.tribute.one .prompt .two {
    background: #FFFFFF;
    bottom: 0;
    height: 80px;
    left: 50%;
    position: absolute;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 1px;
    z-index: 100;
}

.audio .tribute.one .prompt .two {
    height: 40px;
}

.tribute.one .message {
    bottom: 75px;
    position: absolute;
    right: 10%;
    width: 475px;
    z-index: 100;
}

@media screen and (max-width: 1025px) {
    .tribute.one .message {
        right: 7.5%;
    }
}

@media screen and (max-width: 900px) {
    .tribute.one .message {
        width: 350px;
    }
}

@media screen and (max-width: 750px) {
    .tribute.one .message {
        bottom: auto;
        right: 6.25%;
        top: 100px;
        width: 290px;
    }
}

@media screen and (max-width: 500px) {
    .tribute.one .message {
        width: 250px;
    }
}

.tribute.one .message p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 29px;
    margin: 0;
    text-align: right;
}

@media screen and (max-width: 750px) {
    .tribute.one .message p {
        color: #000030;
        font-size: 15px;
        line-height: 26px;
    }
}

.tribute.one .message img {
    float: right;
    margin: 30px 0 0;
    width: 150px;
}

@media screen and (max-width: 750px) {
    .tribute.one .message img {
        margin: 25px 0 0;
        width: 125px;
    }
}

.tribute.one .message img.one {
    display: block;
}

@media screen and (max-width: 750px) {
    .tribute.one .message img.one {
        display: none;
    }
}

.tribute.one .message img.two {
    display: none;
}

@media screen and (max-width: 750px) {
    .tribute.one .message img.two {
        display: block;
    }
}

.tribute .tour-dates.week {
    padding: 40px 0 20px;
}

.tribute.one .image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.tribute.one .images {
    display: none;
    margin: 450px 0 0;
}

@media screen and (max-width: 750px) {
    .tribute.one .images {
        display: block;
    }
}

.tribute.one .images img {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}

.tribute.one .images img.last {
    margin: 0;
}

.wpcf7 {
    float: left;
    padding: 0;
    width: 100%;
}

.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-response-output {
    border: 0 !important;
    float: left;
    font-size: 16px;
    line-height: 29px;
    margin: 0 !important;
    padding: 0 !important;
    width: calc(100% - 125px);
}

@media screen and (max-width: 750px) {
    .wpcf7-response-output {
        font-size: 15px;
        line-height: 27px;
        width: calc(100% - 105px);
    }
}
