/*
Theme Name: Take That
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
body {
    font: 20px NeueHaasUnicaW1G-Regular;
    background: #762C3D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}


h3 {
    font-weight: normal;
    color: #fff;
    margin: 0 0 10px 0;
}
 
a {
    text-decoration: none;
}

.mobile {
    display: none;
}

/* STANDARD */

a.button {
    width: 160px;
    font-size: 20px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 60px;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    padding: 11px 0 8px;
    cursor: pointer;
}

a.button.small {
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 0 8px;
}

a.button.middle {
    display: block;
    margin: 0px auto;
    width: 130px;
}

a.button:hover {
    background: #fff;
    color: #fff;
    transition: all 0.3s ease-in;
}

a.button.plus {
    background: #fff url(svg/plus.svg) 10px no-repeat;
    background-size: 16px 16px;
    color: #F1EFE3;
    text-indent: 43px;
    text-align: left;
}

a.button.plus:hover {
    background: #fff url(svg/plus.svg) 10px no-repeat;
    background-size: 16px 16px;
    color: #F1EFE3;
}

p {
    line-height: 25px;
}

.mobile {
    display: none;
}
 
header {
 	top: 0;
 	margin-left: auto;
 	margin-right: auto;
 	left: 0;
 	right: 0;
    position: absolute;
    z-index: 99
}

.ham { 
background: url(svg/ham-light.svg) no-repeat;
background-size: 60px 60px;
color: #fff;
width: 20px;
height: 60px;
display: block;
margin: 18px 0 0 20px;
text-indent: 30px;
text-transform: uppercase;
text-decoration: none;
font: 12px NeueHaasUnicaW1G-Bold;
line-height: 23px;
float: left;
width: 152px;
}

body.page-live a.ham { 
background: url(back-for-good/Navbar/ham-white.svg) no-repeat;
background-size: 60px 60px;
color: #fff;
width: 20px;
height: 60px;
display: block;
margin: 18px 0 0 20px;
text-indent: 30px;
text-transform: uppercase;
text-decoration: none;
font: 12px NeueHaasUnicaW1G-Bold;
line-height: 23px;
float: left;
width: 152px;
}

body.page-live a.ham span {
	color: #fff;
}

a.ham span {
	float: left;
	display: block;
	top: 20px;
	margin: 20px 0 0 29px;
}

.ae-cform-modal-container {
    float: none !important;
    top: 40px;
    position: relative;
    right: 40px;
}

.ae-cform-container  {
    float: right !important;
    top: 18px;
    position: relative;
    right: 40px;
    z-index: 999;
}

body.page-live a.ae-cform-modal-display-cta { 
    background: url(back-for-good/Navbar/signup-white.svg) no-repeat;
    background-size: 60px 60px;
    height: 60px;
    display: block;
    margin: 0px 0 0 0;
    text-indent: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font: 12px NeueHaasUnicaW1G-Bold;
    line-height: 23px;
    color: #fff;
}

a.ae-cform-modal-display-cta { 
    background: url(svg/signup-light.svg) no-repeat;
    background-size: 60px 60px;
    color: #fff;
    height: 60px;
    display: block;
    margin: 0px 0 0 0;
    text-indent: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font: 12px NeueHaasUnicaW1G-Bold;
    line-height: 23px;
}

a.ae-cform-modal-display-cta span {
    float: left;
    display: block;
    top: 20px;
    margin: 20px 0 0 29px;
}

.header .ae-cform-mailing-list-success-1 {
    position: relative !important;
}
 
 .header {
     //width: 1200px;
     margin: 0px auto;
     position: relative;
 }

.homelogo {
    display: none;
}
    
body.home .homelogo,
body.page-music .homelogo,
body.page-timelines .homelogo,
body.page-history .homelogo,
body.single-cool_timeline .homelogo,
body.post-type-archive-social .homelogo {
    margin: 40px auto 0;
    background: url('svg/home-logo.svg') no-repeat;
    background-size: 453px 40px;
    height: 40px;
    width: 453px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
}

.homelogo a {
	display: block;
}

body.home .ae-cform-mailing-list-success-1 {
    color: #fff !important;
}

.ae-cform-mailing-list-success-1 {
    color: #fff !important;
}

/* POPUP */

#ae-cform-modal-container-1 {
    background: #F1EFE3 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

img.ae-cform-header-image {
    display: none !important;
}

.ae-cform-title {
    font: 20px NeueHaasUnicaW1G-Regular;
    line-height: 25px;
    color: #fff;
    text-align: center !important;
    text-transform: none !important;
}

#terms,
#terms a {
   color: #fff !important; 
    font-size: 12px; !important;
}

#terms {
    padding: 29px 0 2px !important;
    overflow: hidden;
}

.modal a.close-modal {
    background: url('svg/close-dark.svg') no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 22px;
    right: 22px;
    box-shadow: none !important;
    border-radius: 0 !important;
}

#ae-modal-container.modal {
    float: none !important;
}

.ae-cform-modal-container hr {
    display: none !important;
}

.ae-cform-title {
    padding: 33px 20px 30px;
}

.blocker {
    z-index: 9999999999999;
}

/* HOME */

body.page-home footer, 
body.home footer {
    position: absolute;
    margin-top: 0;
    margin-bottom: 34px;
    margin-left: auto;
    left: 0;
    margin-right: auto;
    right: 0;
    text-align: center;
    bottom: 0;
}

#labels {
    padding: 0 !important;
    /* color: #D7D1C5; */
    position: relative;
    box-sizing: border-box;
    font-size: inherit;
    top: 0;
    left: 0;
    height: inherit;
    width: inherit;
    display: block !important;
    overflow: hidden;
    //max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

ul.options.homeoptions {
    width: 320px;
    margin: 140px 0 0 80px;
    overflow: hidden;
    float: left;
}

ul.options.homeoptions li a {
    color: #EDEAE2;
}

ul.options.homeoptions li:hover span,
ul.options li:hover span.signin,
ul.options.homeoptions li a:hover {
    color: #fff !important;
    transition: all 0.3s ease-in;
}

ul.options.homeoptions li span {
    color: #EDEAE2;
}

ul.options.homeoptions li.cream span,
ul.options.homeoptions li.cream a.light {
    color: #fff !important;
}


    
/* LIVE */





.slide {
    margin: 0 auto 60px;
    background: url(back-for-good/live/tt-bst-live-desktop-1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 760px;
    background-size: cover;
    padding: 0 28px 40px;
    box-sizing: border-box;
}
.slide .wrapper{
    width: 100%;
}
 
.heading {
    padding: 416px 0 120px 0px;
    position: relative; 
}

.heading img {
    margin: 0px auto;
	display: block;
}

.wrapper {
    width: 960px;
    margin: 0px auto;
    overflow: hidden;
}

.onsale {
    overflow: hidden;
    margin: 0 0 31px 0;
}

.exclusive {
    width: 489px;
    float: left;
}

.exclusive p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

.exclusive p a {
    color:  #ffc2d0;
    text-decoration: none;
}

h3.tourheading {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin: 134px 0 0 0;
}

.videoholder {
    width: 471px;
    height: 270px;
    background: #000;
    float: right;
}

.table {
    overflow: hidden;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
}

.table.last {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #fff;
}

.table .date {
    width: 142px;
    float: left;
    font-size: 15px;
    text-align: center;
    position: relative;
    top: 21px;
}

.table .venue {
    width: 500px;
    float: left;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 20px;
    line-height: 25px;
    text-indent: 21px;
    padding: 19px 0 16px;
}

.table .buy {
    width: 314px;
    float: left;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.table .buy a {
    display: block;
    width: 100%;
    color: #762C3D;
    background: #f1efe3;
    line-height: 60px;
}

.table .buy a.active {
    color: #762C3D;
    background: #fff;
    transition: all 0.3s ease-in;  
}

.table .buy a:hover {
    color: #f1efe3;
    background: #fff;
    transition: all 0.3s ease-in;
}
  
.table .buy a.out {  
    background: transparent;
    pointer-events: none;
    cursor: auto;
    color: #d8d3c4;
}

.thedates {
    border-top: 1px solid #fff;
    padding: 15px 16px;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    /* text-align: right; */
}

.thedates a {
    margin: 0 0 0 0; 
    font-size: 15px;
    color: #fff;
}

.thedates a {
    margin: 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    margin: 0 0 0;
}

.thedates a:hover,
.thedates a:focus {
    color: #5C5447;
    transition: all 0.3s ease-in;
}

.thedates1,
.thedates2,
.thedates3,
.thedates4,
.thedates5,
.thedates6,
.thedates7,
.thedates8,
.thedates9,
.thedates10,
.thedates11,
.thedates12,
.thedates13,
.thedates14,
.thedates15,
.thedates16,
.thedates17,
.thedates18,
.thedates19,
.thedates20,
.thedates21,
.thedates22,
.thedates23,
.thedates24,
.thedates25,
.thedates26,
.thedates27,
.thedates28,
.thedates29,
.thedates30,
.thedates31,
.thedates32,
.thedates33,
.thedates34,
.thedates35,
.thedates36,
.thedates37,
.thedates38,
.thedates39,
.thedates40,
.thedates41,
.thedates42,
.thedates43,
.thedates44,
.thedates45,
.thedates46,
.thedates47,
.thedates48,
.thedates49,
.thedates50 {
    display: none;
}
 
.sentence {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    margin: 4px 0 0 0;
}
 
.sentence br {
    display: none;
}

.bx-wrapper {
    margin: 103px 0 0 0;
}

.bx-wrapper h3 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    margin: 0 0 6px 0;
}

.bx-wrapper p {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin: 37px auto 0;
    padding: 0 0 13px 0;
    text-align: center;
    max-width: 780px;
}

.bx-wrapper img {
    width: 470px;
    display: block;
    height: 330px;
    margin: 0px auto;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 37.5%;
    margin-top: -16px;
    outline: 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    z-index: 9999;
    background: url('svg/arrow-left.svg') no-repeat;
    background-size: 60px 60px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background: url('svg/arrow-right.svg') no-repeat;
    background-size: 60px 60px;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: 0 0;
}

.wrapper.homewrapper.larger .bx-pager {
	display: none;
}

.wrapper.homewrapper.larger .bx-wrapper .bx-controls-direction a {
	top: 37.5%;
}

.wrapper.homewrapper.larger .bx-wrapper .bx-pager {
		bottom: -1px !important;
		width: 116px !important;
}

.wrapper.homewrapper.larger .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: auto;
	margin-right: auto;
}

/* TIMELINES */

h2.timeline-main-title.center-block {
	display: none;
}

a.ctl_prettyPhoto {
	pointer-events: none;
}

.ctl-bullets-container {
    top: 180px;
    top: 15%;
}

.section-bullets-right {
    vertical-align: inherit !important;
}

.cool-timeline-wrapper {
    width: 100%;
    max-width: 960px;
    margin: 20px auto 0 !important;
    font-weight: 400;
    margin: 90px 0 0 0;
}

.page_holder.timelineholder {
    width: 960px;
    max-width: 100%;
    margin: 144px auto 0;
    overflow: hidden;
}

.page_holder .cool-timeline.light-timeline .timeline-year {
    background: #F1EFE3;
    font-size: 30px;
    line-height: 35px;
    background-size: none;
    color: #555;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page_holder .cool-timeline .timeline-year .icon-placeholder span {
    font: 30px NeueHaasUnicaW1G-Regular;
    font-weight: inherit;
    color: #fff;
}

.cool-timeline .story-date {
    color: #fff !important;
    font: 20px NeueHaasUnicaW1G-Regular !important;
}

.cool-timeline.light-timeline .white-post .timeline-content a {
    color: #fff !important;
    font-size: 30px !important;
    line-height: 35px !important;
}

a.read_more {
    display: none !important;
}

.ctl_flexslider,
.cool-timeline.light-timeline .full-width.ctl_slideshow ul li {
    background: transparent !important;
}

.page_holder .cool-timeline.light-timeline:before {
    background-color: #D8D3C4;
    background-image: none;
}

.page_holder .cool-timeline.light-timeline .timeline-post .icon-dot-full, 
.page_holder .cool-timeline.light-timeline.one-sided .timeline-post .icon-dot-full {
    background: #F1EFE3;
    border: 2px solid #D8D3C4;
}

.page_holder .cool-timeline:before, .multiline-timeline .timeline-post:before {
    margin-left: -1px;
    width: 2px;
}

.page_holder .cool-timeline .timeline-year .icon-placeholder span {
    top: 16px;
}

.page_holder .cool-timeline.light-timeline .white-post .timeline-content h2.content-title {
    background: transparent;
}

.page_holder .cool-timeline.light-timeline .white-post .timeline-content,
.page_holder .cool-timeline.light-timeline .white-post .timeline-content h2.content-title a {
    background: transparent;
    border: 0;
}

.main-design-6 .cool-timeline .timeline-post .timeline-content h2.content-title-2,
.page_holder .cool-timeline.light-timeline .white-post .timeline-content h2.content-title a {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}

.page_holder .cool-timeline.light-timeline .white-post .timeline-content .content-title:after, 
.page_holder .cool-timeline.light-timeline .white-post .timeline-content .content-title:before {
    display: none;
}

.page_holder .cool-timeline.light-timeline .timeline-post .timeline-content img {
    padding: 0;
    margin: 2%;
    max-width: 96%;
    background: transparent;
    border: 0;
}

.cool_timeline h1.timeline-main-title {
    display: none !important;
}

.section-bullets-right li {
    background: transparent !important;
    border-left: 4px solid #D8D3C4 !important;
}

.section-bullets-right li.active {
    border-left: 4px solid #fff !important;
}

.section-bullets-right li.active:after {
    border-left-color: #fff !important;
}

.section-bullets-right li a {
    width: 56.4% !important;
    padding: 6px 20px 6px 9px !important;
}

.section-bullets-right li span {
    font-size: 15px !important
}

.section-bullets-right li.active span {
    position: relative !important;
    top: 0px !important;
}

.section-bullets-right li a:after {
    right: 4px !important;
    top: 7px !important;
    background: #D8D3C4 !important;
}

.section-bullets-left li.light-timeline.active a::after, 
.section-bullets-right li.light-timeline.active a::after {
    top: 7px !important;
    background: #fff !important;
}

.section-bullets-right li.active:after {
    top: 11px !important;
}

.ctl-bullets-container .section-bullets-left li.light-timeline:before, 
.ctl-bullets-container .section-bullets-right li.light-timeline:before {
    background-color: #D8D3C4 !important;
}

.section-bullets-left li.light-timeline span, 
.section-bullets-right li.light-timeline span,
.section-bullets-left li.light-timeline.active span, 
.section-bullets-right li.light-timeline.active span {
    color: #D8D3C4 !important;
}

.section-bullets-left li.light-timeline.active span, .section-bullets-right li.light-timeline.active span {
    color: #D8D3C4 !important;
}

.cool-timeline.light-timeline .timeline-post .timeline-meta .meta-details {
    font-size: 20px !important;
    line-height: 25px !important; 
}

.content-details p {
    font-size: 15px !important;  
    line-height: 20px !important;
    color: #fff !important;
}

ul.ctl_flex-direction-nav {
    display: none;
}

ol.ctl_flex-control-nav {
    
}

ol.ctl_flex-control-nav li a {
    border: 2px solid #fff;
    background: transparent;
}

ol.ctl_flex-control-nav li a.ctl_flex-active {
    background: #fff;
    border: 2px solid #fff;
}

ol.ctl_flex-control-nav li a:hover {
    background: #fff;
    border: 2px solid #fff;
    transition: all 0.3s ease-in;
}

.full-width .ctl_flex-control-paging li a {
    width: 15px;
    height: 15px;
    box-shadow: none;
}

.full-width .ctl_flex-control-paging li a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timelineholder h3 {
	font-size: 30px;
	line-height: 35px;
}

/* SINGLE TIMELINE */

.single_holder {
    width: 640px;
    margin: 105px auto 0;
    overflow: hidden;
}

.single_holder h3.intro {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}

.single_holder p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.post_content p,
.post_content p span {
    font: 15px NeueHaasUnicaW1G-Regular !important; 
    line-height: 20px !important;
    color: #fff !important;
    text-align: center !important;
}

.date_comments {
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #D8D3C4;
    border-bottom: 2px solid #D8D3C4;
    font-size: 15px;
    line-height: 20px;
    padding: 11px 0 11px;
    margin: 34px 0 40px 0;
}

.date_comments dt {
    width: 50%;
    float: left;
    border-right: 2px solid #D8D3C4;
    box-sizing: border-box;
    text-align: right;
}

.date_comments dt span {
    margin: 0 12px 0 0;
    color: #fff;
}

.date_comments dd {
    width: 50%;
    float: left;
}

.date_comments dd span {
    margin: 0 0 0 12px;
    color: #fff;
}

.sharing {
    overflow: hidden;
}

.sharing h4 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 23px 0;
}

.sharing a {
    width: 211px;
    height: 55px;
    display: block;
    float: left;
    text-indent: -9999px
}

.sharing a.fb {
    background: url('svg/share-facebook.svg') center no-repeat;
    background-size: 7px 12px;
}

.sharing a.fb:hover {
    background: #2C5B9C url('svg/share-facebook-white.svg') center no-repeat;
    background-size: 7px 12px;
    transition: all 0.3s ease-in;
}

.sharing a.tw {
    background: url('svg/share-twitter.svg') center no-repeat;
    background-size: 13px 10px;
}

.sharing a.tw:hover {
    background: #38A1F3 url('svg/share-twitter-white.svg') center no-repeat;
    background-size: 13px 10px;
    transition: all 0.3s ease-in;
}

.sharing a.pi {
    background: url('svg/share-pinterest.svg') center no-repeat;
    background-size: 10px 12px;
}

.sharing a.pi:hover {
    background: #BD081C url('svg/share-pinterest-white.svg') center no-repeat;
    background-size: 10px 12px;
    transition: all 0.3s ease-in;
}

span.pinterest span {
    border-radius: 0 !important;
    border: 0 !important;
    text-indent: -9999px !important;
    width: 211px !important;
    height: 55px !important;
    padding: 0 !important;
    background: transparent url('svg/share-pinterest.svg') center no-repeat !important;
    background-size: 12px 7px !important;
    box-shadow: none !important;
    font: inherit !important;
}

span.pinterest:hover span {
    background: #BD081C url('svg/share-pinterest-white.svg') center no-repeat !important;
    background-size: 12px 7px !important;
}

.social {
    overflow: hidden;
    margin: 0 0 70px 0;
}

.social a.fb {
    
}

.social a.tw {
    
}

.social a.pi {
    
}

.lines {
    border-bottom: 2px solid #D8D3C4;
    position: relative;
}

.lines span {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 4px;
    background: #000;
    top: -14px;
    vertical-align: middle;
    color: #D8D3C4;
    line-height: 31px;
    background: #F1EFE3;
    font-size: 30px;
}

.comment_intro {
    margin: 70px 0 0;
}

.comment_intro p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

form#commentform label {
    font-size: 15px;
    line-height: 44px;
    color: #fff;
    text-indent: 24px;
    display: block
}

form#commentform input,
form#commentform textarea {
    color: #fff;
    font: 15px NeueHaasUnicaW1G-Regular;
    line-height: 20px;
}
    
form#commentform input[type="text"],
form#commentform input[type="email"] {  
    border: 2px solid #D8D3C4;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;     
}

dl.forminput  {
    overflow: hidden;
    margin: 0 0 20px 0;
    width: 300px;
}

dl.forminput dt {
    width: 75px;
    float: right;
    margin: 0;
    text-align: left;
}

dl.forminput dd {
    width: 225px;
    float: left;
    margin: 0;
}

form#commentform textarea {
    border: 2px solid #D8D3C4;
    width: 630px;
    height: 150px;
    padding: 8px 10px;
    background: #fff;
    box-sizing: border-box;
    margin: 14px 0 13px 0;
}

form#commentform input[type="submit"] {  
    border: 2px solid #fff;
    color: #fff;
    font: 15px NeueHaasUnicaW1G-Regular;
    line-height: 30px;
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;    
    border-radius: 30px;
    width: 225px;
    background: #F1EFE3;
    cursor: pointer;
}

form#commentform input[type="submit"]:hover {  
    background: #fff;
    color: #F1EFE3;
    transition: all 0.3s ease-in;
}

input {
    -webkit-appearance: none;
}

ol.singlecomment {
	overflow: hidden;
	margin: 28px 0 0px 0;
}

ol.singlecomment li {
	margin: 0 0 29px 0;
}

ol.singlecomment li p {
	font: 15px NeueHaasUnicaW1G-Regular;
	background: #F1EFE3;
	color: #fff;
}

ol.singlecomment li p a {
	width: inherit;
	height: inherit;
	display: inline-block;
	text-indent: 0;
	float: none;
	color: #fff;
}

p.logged {
	font: 15px NeueHaasUnicaW1G-Regular;
	color: B4AA96;
}

p.logged a {
	width: inherit;
	height: inherit;
	display: inline-block;
	text-indent: 0;
	float: none;
	color: #fff;
}

/* COMMENTS */


/* ALBUMS */

.bx-wrapper .bx-controls-direction a {
	width: 60px !important;
	height: 60px !important;
}

.wrapper.larger {
    width: 856px;
    overflow: hidden;
    margin: 0px auto;
    max-width: 100%;
}

.wrapper.larger.allmusic {
	margin: 38px auto 0;
}

.wrapper.larger.allmusic .bx-default-pager {
    display: none !important;
}

.wrapper.larger.allmusic .bx-wrapper img {
    width: 400px !important;
    display: block;
    height: 400px !important;
    margin: 0px auto;
}

.six {
    overflow: hidden;
    width: 960px;
    margin: 20px auto 0;
}

.six ul li {
    width: 306px;
    height: 306px;
    margin: 0 21px 20px 0;
    float: left;
}

.six ul li img {
    width: 100%;
    display: block;
}

.six ul li:nth-child(3) {
    margin: 0 0 20px 0;
}

.six ul li:nth-child(6) {
    margin: 0 0 20px 0;
}

.album {
    position: relative;
}

.album:hover .albumcover {
    display: block;
    transition: all 0.3s ease-in;
}

.albumcover {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(180,170,150,0.9);
    color: #fff;
    transition: all 0.3s ease-in;
}

.albumcover a:hover {
    text-decoration: none;
}

.albumtext {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    font: 12px NeueHaasUnicaW1G-Bold;
    color: #E7E3D6;
    text-transform: uppercase;
}

.more {
    display: none
}

/* FOOTER */

footer {
    width: 100%;
    margin: 60px auto 40px;
    overflow: hidden
}

@media screen and (max-width: 1285px) {
 footer {
        width: 445px;
 }
}

footer a {
    color: #fff;
    font-size: 12px; 
    line-height: 20px;
    margin: 0 17px 0 0;
    text-decoration: none;
}

footer .meta {
    text-align: center;
}

footer .meta a {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

footer .meta a.last {
    margin: 0;
}

/* MENU */

a.close {
    background: url('svg/close.svg') no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
}

.largemenu {
    display: none;
}

.activemenu {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}

.largemenuinner {
    
}

.largemenu a.ae-cform-modal-display-cta span {
	top: 0 !important;
}

largemenu a.close {
    
}

ul.options {
    width: 202px;
    margin: 0px auto;
    overflow: hidden;
}

.largemenu ul.options {
    width: 208px;
    margin: 0px auto;
    overflow: hidden;
}

ul.options li {
    position: relative;
}

ul.options.homeoptions li a {
    margin: 0 0 2px 0;
}

.largemenu ul.options li a {
	margin: 0 0 2px 0;
}

ul.options li a {
    display: inline-block;
    color: #F1EFE3;
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: 45px;
    text-indent: 19px;
}

ul.options li span {
    font-size: 15px;
    line-height: 45px;
    color: #F1EFE3;
    margin: -16px 0 0px;
    position: absolute;
}

ul.options li span.signin {
    font-size: 30px;
    line-height: 45px;
    //text-indent: 19px;
    text-indent: 60px;
    position: relative;
    margin: 0px;
    display: inline-block;
}

.largemenu ul.options li:hover span.signin {
    color: #F1EFE3 !important;
}

ul.options li .ae-cform-container {

}

ul.options li a.ae-cform-modal-display-cta {
    background: transparent;
    height: inherit;
    float: none;
    top: inherit;
    font: 30px NeueHaasUnicaW1G-Regular !important;
    line-height: 45px !important;
    text-indent:0 !important;
    text-transform: inherit !important;
}

 ul.options li .ae-cform-container {
     float: none !important;
     top: 0 !important;
}

.largemenusocial {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
}

.largemenusocial ul li {
    float: left;
}

.largemenusocial ul li a {
    display: block;
    color: #fff;
    width: 20px;
    height: 20px;
    margin: 0 40px 0 0;
    text-indent: -9999px;
}

.largemenusocial.homesocial ul li a.facebook {
    background: url('svg/facebook-svg-b4aa96.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.largemenusocial.homesocial ul li a.twitter {
    background: url('svg/twitter-svg-b4aa96.svg')center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.largemenusocial.homesocial ul li a.instagram {
    background: url('svg/instagram-svg-b4aa96.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.largemenusocial.homesocial ul li a.spotify {
    background: url('svg/spotify-svg-b4aa96.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.largemenusocial.homesocial ul li a.youtube {
    background: url('svg/youtube-svg-b4aa96.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.largemenusocial.homesocial ul li a.apple-music {
    background: url('svg/applemusic-svg-b4aa96.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

/* HOME ICONS */

.largemenusocial ul li a.facebook {
    background: url('svg/facebook-svg-f1efe3.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.largemenusocial ul li a.twitter {
    background: url('svg/twitter-svg-f1efe3.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.largemenusocial ul li a.instagram {
    background: url('svg/instagram-svg-f1efe3.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.largemenusocial ul li a.spotify {
    background: url('svg/spotify-svg-f1efe3.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.largemenusocial ul li a.youtube {
    background: url('svg/youtube-svg-f1efe3.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.largemenusocial ul li a.apple-music {
    background: url('svg/applemusic-svg-f1efe3.svg') center no-repeat;
    background-size: 60px 60px;
    display: block;
}

.header .ae-cform-container.ae-cform-mailing-list-success-1 {
    font: 12px NeueHaasUnicaW1G-Bold;
    line-height: 23px;
    color: #5B5447;
    text-transform: uppercase;
    top: 17px;
    right: 39px;
}

.bx-pager.bx-default-pager {
    //display: none !important;
}

.ae-cform-mailing-list-success-1 {
    margin-top: 18px !important;
    text-transform: uppercase !important;
}

/* SINGLE TIMELINE */

.backlink {
	margin: 145px auto 0 160px;
}

.page_holder.singletimelineholder {
    width: 634px;
    max-width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

a.back {
    display: block;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin: 0 0 59px 0;
}


h3.dark {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}

.thumbnail img {
    display: block;
    margin: 11px auto 27px;
    width: 100%;
    height: auto;
}

/* SOCIAL */

.social_holder {
    width: 1200px;
    max-width: 100%;
    margin: 150px auto 0;
    overflow: hidden;
}

/* MUSIC */
    
.wrapper.larger.allmusic .bx-wrapper .bx-controls-direction a {
    top: 44%;
}

/* VIDEO */

body.page-video header {
	background: #5b5447;
	margin: 0px auto;
	padding: 0px 0 18px 0;
	overflow: hidden;
}

body.page-video .ham {
	margin-top: 0;
}

body.page-video .ae-cform-container {
	top: 0;
}

body.page-video .vidbutton {
	height: 60px;
	width: 1200px;
	margin: 0px auto;
	position: fixed;
	margin-left: 0;
	left: 0;
	margin-right: 0; 
	right: 0;
	width: 100%;
	display: block;
	bottom: 0;
	background: #5b5447;
}

body.page-video .vidbutton:hover a {
	opacity: 0.3;
	transition: all 0.3s ease-in;
}

body.page-video .vidbutton.buttonactive {
	bottom: 0;
}

body.page-video footer {
	display: none;
}

body.page-video a.vidbuttons {
	background: url(svg/plus-svg-f1efe3.svg) no-repeat;
	background-size: 60px 60px;
	color: #fff;
	width: 20px;
	height: 60px;
	display: block;
	margin: 0px 0 0 20px;
	text-indent: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font: 12px NeueHaasUnicaW1G-Bold;
	line-height: 23px;
	float: left;
	width: 152px;
}

body.page-video .vidbutton.buttonactive a.vidbuttons {
	background: url(svg/minus-svg-f1efe3.svg) no-repeat;
	background-size: 60px 60px;
	color: #fff;
	width: 20px;
	height: 60px;
	display: block;
	margin: 0px 0 0 20px;
	text-indent: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font: 12px NeueHaasUnicaW1G-Bold;
	line-height: 23px;
	float: left;
	width: 152px;
}

body.page-video a.vidbuttons span{
	float: left;
	display: block;
	top: 20px;
	margin: 20px 0 0 30px;
}

body.page-video .allvids .bx-wrapper {
    position: absolute;
    bottom: 60px;
}

body.page-video .bx-wrapper {
	max-width: 100% !important;
}

body.page-video header {
	background: #5b5447;
	margin: 0px auto;
	padding: 18px 0 18px;
	overflow: hidden;
}

.videos {
    margin: 0;
}

.allvids .bx-wrapper {
	margin-bottom: 0 !important;
}

.first iframe {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
}

.bx-wrapper .videors  img {
    //width: 320px;
    display: block;
    height: inherit;
    margin: 0px auto;
}

.allvids .bx-pager.bx-default-pager {
    display: none !important;
}

.allvids .bx-wrapper {
    position: absolute;
    bottom: 0;
}

.videors dl dt {
    position: relative;
}

.videoslides {
    visibility: hidden;
}

.videoslides.visi {
    visibility: visible;
}

.videors dl:hover dd {
    display: block;
    transition: all 0.3s ease-in;
}

.videors dl dd {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(180,170,150,0.9);
    color: #fff;
}

.videors dl dd span {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    font: 12px NeueHaasUnicaW1G-Bold;
    color: #E7E3D6;
    text-transform: uppercase;
}

.vidbutton {
    //width: 1200px;
    margin: 0px auto;
    position: absolute;
    margin-left: auto;
    left: 0;
    margin-right: auto;
    right: 0;
    bottom: 0px;
}

a.button.small.vids {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 105px;
    background: #fff url(img/plus-light.png) 12px center no-repeat;
    background-size: 16px 16px;
    color: #F1EFE3;
    text-indent: 13px;
}

a.button.small.vids.upwards {
    width: 105px;
    background: #fff url(img/minus-light.png) 12px center no-repeat;
    background-size: 16px 16px;
    color: #F1EFE3;
    transition: all 0.3s ease-in;
    bottom: 200px;
    text-indent: 13px;
}

.allvids .bx-wrapper .bx-controls-direction a {
    //display: none !important;
}

/*
.allvids .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 37.5%;
    margin-top: -16px;
    outline: 0;
    width: 16px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    background: url(img/arrow-left.png) no-repeat;
    background-size: 16px 32px;
}

.allvids .bx-wrapper .bx-controls-direction a.bx-next {
    background: url(img/arrow-img.png) no-repeat;
    background-size: 16px 32px;
}
*/

/* HOVER */

.content-details a:hover,
a.back:hover,
.bx-wrapper .bx-controls-direction a:hover,
footer .meta a:hover,
a.button:hover,
ul.options li:hover span,
.largemenusocial ul li a:hover,
ul.options li a:hover,
a.ae-cform-modal-display-cta:hover,
.ham:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in;
}

/* video 2 */

 body.page-video .bx-controls-direction {
     display: block;
 }
 
 body.page-video .allvids .bx-wrapper .bx-controls-direction a {
     position: absolute;
     top: 34%;
     margin-top: 0;
     outline: 0;
     text-indent: -9999px;
     z-index: 9999;
     background: #fff url('svg/vidleft.svg') no-repeat;
     background-size: 60px 60px;
     margin: 0;
     width: 60px !important;
     height: 60px !important;
 }
 
 body.page-video .allvids .bx-wrapper .bx-controls-direction a.bx-prev {
 	left: 0;
 }
 
body.page-video .allvids .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0 !important;
    background: #fff url(svg/vidright.svg) no-repeat;
    background-size: 60px 60px;
    margin: 0;
    width: 60px !important;
    height: 60px !important;
}

.filter-preloaders,
.filter-preloaders img {
	display: none !important;
}

.cool-timeline.white-timeline .timeline-post .timeline-content .content-title a:hover {
	opacity: 1;
	filter: opacity(1);
	-webkit-filter-opacity: (1);
}

.ctlhidden {
	opacity: 1 !important;
}

.overlay {
	width: 300px !important;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 40px;
	background: #fff;
	color: #fff;
	z-index: 9999;
}

.overlay .popup {
	padding: 40px 0px 39px;
}

.odysseytitle {
	background: url('svg/albumlogo.svg') no-repeat;
	background-size: 200px 23px;
	width: 200px;
	height: 23px;
}

.overlay p {
	font-size: 15px;
	line-height: 20px;
	margin: 16px auto 14px;
}

.overlay .popup {
	position: relative;
}

.overlay a.closeit {
	position: absolute;
	top: 22px;
	right: 22px;	
	//left: inherit;
	background: url('svg/close.svg') no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: block;
}

.overlay a.go {
	width: 160px;
	font-size: 20px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 60px;
	display: block;
	margin: 0px auto 0;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	padding: 11px 0 8px;
	cursor: pointer;
}

.overlay a.go:hover {
	opacity: 0.3;
	transition: all 0.3s ease-in;
}

button.ui-button,
.ui-dialog-titlebar {
	display: none !important;
}

/* FIREFOX ONLY */

@-moz-document url-prefix() {
.ae-cform-container {
	right: 10px;
}

ul.options li span.signin {
	text-indent: 29px;
}

}

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


    .heading img {
        width: 100%;
    }
 
 body.page-video header {
 	padding: 0;
 }
 
 body.page-video .ham {
 	height: 56px;
 }
 
 body.page-video a.vidbuttons {
 	margin: 0;
 } 
 
 body.page-video .bx-controls-direction {
     display: block;
 }
 
 body.page-video .allvids .bx-wrapper .bx-controls-direction a {
     position: absolute;

     margin-top: 0;
     outline: 0;
     text-indent: -9999px;
     z-index: 9999;
     background: #fff url('svg/vidleft.svg') no-repeat;
     background-size: 60px 60px;
     margin: 0;
     width: 60px !important;
     height: 60px !important;
 }
 
 body.page-video .allvids .bx-wrapper .bx-controls-direction a.bx-prev {
 	left: 0;
 }
 
body.page-video .allvids .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0 !important;
    background: #fff url(svg/vidright.svg) no-repeat;
    background-size: 60px 60px;
    margin: 0;
    width: 60px !important;
    height: 60px !important;
}
 
.desktop {
    display: none;
}
    
.mobile {
    display: block;
}
    
.wrapper {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
    
/* HEADER */

header, .header {
    //width: 360px;
    max-width: 100%;
}

body.home a.ham {
	margin: 0;
	text-indent: -9999px;
}
 
body.page-live a.ham {
 	margin: 0;
}
   
a.ham {
    text-indent: -9999px;
    top: -2px;
    left: 0px;
    margin: 0;
    position: relative;
    z-index: 9999;
    margin: 0;
}
   
a.close {
    left: 20px;
    top: 20px;
}
    
.header .ae-cform-container.ae-cform-mailing-list-success-1 {
    top: 4px;
    right: 19px;
}
    
body.home .homelogo,
body.page-music .homelogo,
body.page-timelines .homelogo,
body.page-history .homelogo,
body.single-cool_timeline .homelogo,
body.post-type-archive-social .homelogo {
    margin: 58px auto 0;
    background: url(svg/home-logo.svg) no-repeat;
    background-size: 240px 21px;
    height: 31px;
    width: 240px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
}

.wrapper.larger.allmusic {
    margin: 8px auto 0;
}

/* HOME */

.homelogo {
    margin: 0px auto;
    background: url('svg/home-logo.svg') no-repeat;
    background-size: 240px 21px;
    margin: 0px auto;
}
    
ul.options.homeoptions {
    display: none !important;
}
   
.largemenusocial.homesocial {
    position: absolute;
    bottom: 92px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
}
    
.largemenusocial.homesocial ul {
    width: 100%;
    text-align: center;
    width: 300px;
    margin: 0px auto;
}
    
.largemenusocial.homesocial ul li {
    width: 16.666%;
}
    
.largemenusocial.homesocial ul li a {
    margin: 0px auto;
    display: block;
}
    
body.home footer,
footer {
    /* position: absolute; */
    margin-top: 0;
    margin-bottom: 13px;
}
    
footer .meta {
    text-align: center;
    width: 250px;
    margin: 0px auto;
}
    
footer .meta ul {
    width: 250px;
    margin: 0px auto;
    overflow: hidden;
}
    
footer .meta ul li {
    float: left;  
}
   
footer .meta ul li.second a {
    margin: 0
}
    
footer .meta ul li.last1 a {
    margin: 0;
    float: none;
    text-align: center;
    width: 50%;
    margin: 0 8px 0 0;
}
    
footer .meta ul li.last2 a {
    margin: 0;
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 0 0 8px;
}
    
footer .meta a {
    font-size: 12px;
    line-height: 20px;
    /* margin: 0px 20px -1px; */
    color: #fff;
    text-align: center;
    float: left;
}
    
footer ul li.last1 {
    width: 50%;
}

footer ul li.last2 {
    width: 100%;
    text-align: center;
}
    
footer ul li.last1 {
    text-align: center;
    margin: 0;
}

footer ul li.last2 {
    text-align: center;
    margin: 0px 0 0 0;
}
    
.header .ae-cform-container {
    display: none !important;
}
    
/* LIVE */
  
.exclusive {
    float: none;
    width: 300px;
    margin: 26px auto 0px;
}
    
.exclusive p br {
    display: none;
}
    
.videoholder {
    width: 300px;
    height: auto;
    float: none;
    margin: 0px auto;
}

a.button.small.vids {
	display: none;
}
    
.slide {
	margin: 0 auto 29px;
	background: url(back-for-good/live/tt-bst-live-mobile-1.jpg) top center no-repeat;
	width: 100%;
	height: 640px;
	background-size: cover;
    display: flex;
    align-items: flex-end;
}

a.ham span {
	display: none;
}
    
.heading {
    padding: 60px 0 0 0;
    position: relative;
}
    
h3.tourheading {
   margin: 78px 0 0 0;
}

.wrapper.homewrapper.larger .bx-wrapper img {
	width: 300px;
	height: auto;
}
    
.table {
    width: 298px;
    margin: 0px auto;
}
    
.table.last {
    margin: 0px auto 30px;
}

.table .date {    
    width: 68px;
    margin: 10px 8px;
    font-size: 15px;
    line-height: 18px;
    border-right: 0;
    padding: 0;
    top: 0;
}
    
.table .venue {
    width: 196px;
    border-right: 0;
    font-size: 15px;
    line-height: 18px;
    text-indent: 0;
      padding: 10px 17px 10px 17px;
 border-left: 1px solid #fff;
 margin: 0;
    box-sizing: border-box;
}

.table .venue.two {
    margin: 0 0 0 0;
}
    
.table .buy {
    width: 100%;
    float: none;
    overflow: hidden;
    font-size: 15px;
    line-height: 35px;
}
    
.table .buy a {
    display: block;
    width: 100%;
    height: 40px;
    //background: #fff;
    border-top: 1px solid #fff;
    //color: #D8D3C4;
    line-height: 40px;
}
    
.table .buy a.out {  
    border-top: 1px solid #fff;
}

.thedates a {
    margin: 0 20px 18px;
 }
  
.thedates {
     padding: 15px 0 2px;
}

.sentence {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    margin: 4px auto 0;
    width: 300px;
}

.wrapper.homewrapper.larger .bx-wrapper {
    margin: 60px 0 0 0;
}

.wrapper.homewrapper.larger .bx-wrapper .bx-controls-direction a {
	display: none;
}
    
.homewrapper .bx-wrapper {
    margin: 63px auto 0;
}
    
.homewrapper .bx-controls-direction {
    display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a,    
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #F1EFE3 !important;
    border: 2px solid #fff !important;
    width: 11px !important;
    height: 11px !important;
    border-radius: 30px !important;
}
    
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff !important;
}
    
 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0;
}
    
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 100%;
    margin: 0px auto;
    display: block;
    text-align: center;
    //position: absolute;
    //top: 227px;
    position: relative;
    margin: -330px 0 289px 0px
}
    
.bx-wrapper p {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin: 78px auto 0;
    text-align: center;
    max-width: 100%;
}
    
.bx-wrapper img {
    width: 238px;
    display: block;
    height: auto;
    margin: 0px auto;
}
    
.wrapper.larger {
    width: 310px;
    overflow: hidden;
    margin: 0px auto;
}

.wrapper.larger.allmusic {
	width: 360px;
}

.wrapper.larger.allmusic .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 2px;
}
    
.wrapper.larger.allmusic .bx-wrapper .bx-controls-direction a.bx-next {
    right: 3px !important;
}
           
section.six {
    width: 238px;
    margin: 35px auto 0;
}
    
.six ul li {
    width: 235px;
    height: 235px;
    margin: 0 0 20px 0;
    float: none;
}
    
/* SOCIAL */

.social_holder {
    width: 1200px;
    max-width: 100%;
    margin: 120px auto 0;
    overflow: hidden;
}

/* TIMELINES */
    
.page_holder.timelineholder {
    width: 320px;
    max-width: 100%;
    margin: 116px auto 0;
    overflow: hidden;
}
    
.cool-timeline .timeline-year {
    margin: 11px 0 49px -35px !important;
}
    
/* TIMELINE SINGLE */
    
.backlink {
	margin: 115px auto 40px;
}

.page_holder.singletimelineholder {
    width: 300px;
    max-width: 100%;
 	margin: 0px auto;
    overflow: hidden;
}

.thumbnail img {
	width: 100%;
	height: auto;
}
    
a.back {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 69px 20px;
}
   
   .timelineholder h3 {
   	font-size: 30px;
   	line-height: 35px;
    margin: 0 0 12px 0;
}
 
form#commentform label {
    text-indent: 0;
    line-height: inherit;
    margin: 0 0 4px 0;
}
    
.comment_intro p {
    margin: 0 0 2px 0;
}
    
form#commentform textarea {
    width: 100%;
    margin: 4px 0 9px;
}
  
dl.forminput {
    overflow: hidden;
    margin: 0 0 16px 0;
    width: 300px;
}
    
dl.forminput dt,
dl.forminput dd {
    width: 100%;
    float: none;
    margin: 0;
}
    
form#commentform input[type="submit"] {
    width: 100%;
}
   
a.fb,
a.tw {
    width: 33%;
    float: left;
}
    
span.pinterest span {
    width: 34% !important;
    float: left;
}

/* MUSIC */
    
body.page-id-141 footer {
    display: none !important;
}
  
.wrapper.larger.allmusic .bx-wrapper img {
    width: 235px !important;
    display: block;
    height: 235px !important;
    margin: 0px auto;
}

.bx-wrapper .bx-next {
	
	right: -3px !important;
}
    
/* FOOTER */
    
footer {
    width: 100%;
    margin: 60px auto 40px;
    overflow: hidden;
    position: static;
    bottom: 0px;
    
}

/* POP UP */

.ae-cform-modal-container {
	right: 0;
}

.largemenusocial {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

.largemenu .largemenusocial {
	width: 260px;
}

.largemenusocial li a.youtube {
	margin: 0;
}

 body.page-video .allvids .bx-wrapper .bx-controls-direction a {
     position: absolute;
     margin-top: 0;
     outline: 0;
     text-indent: -9999px;
     z-index: 9999;
     background: #fff url('svg/vidleftmobile.svg') no-repeat;
     background-size: 30px 30px;
     margin: 0;
     width: 30px !important;
     height: 30px !important;
 }
 
 body.page-video .allvids .bx-wrapper .bx-controls-direction a.bx-prev {
 	left: 0;
 }
 
body.page-video .allvids .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0 !important;
    background: #fff url(svg/vidrightmobile.svg) no-repeat;
    background-size: 30px 30px;
    margin: 0;
    width: 30px !important;
    height: 30px !important;
}

body.page-video .vidbutton.buttonactive a.vidbuttons {
	margin: 0;
}
    
    .overlay {
    	width: 300px;
    	text-align: center;
    	position: fixed;
    	bottom: 0;
    	right: 0;
    	left: 0;
    	margin-left: auto;
    	margin-right: auto;
    	background: #fff;
    	color: #fff;
    }   
    
    .ae-cform-container {
    	top: -2px;
    }
    
    
 
    
}

@media screen and (max-device-width: 870px) {
  
 .inside {
 	position: absolute;
 	width: 100%;
 	height: 360px;
 	display: block;
 	background: transparent;
 	margin: 140px 0 0 0;
 	z-index: 99;
 }
 
 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
 	margin: -332px 0 295px 0;
 }
 
 
 }


.ae-cform-container.showsign,
.onlymobile {
	display: none;
}



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

.ae-cform-container {
	display: none;
}

.onlymobile {
	display: block;
}

.activemenu {
	display: block;
	padding: 60px 0 0 0;
}

a.ae-cform-modal-display-cta span {
    float: left;
    display: block;
    top: 0px;
    margin: 64px 0 0 0px;
}

 
 
  .ae-cform-container.showsign {
  	display: block;
  }
  
.ae-cform-container.showsign {
    float: none !important;
    top: 65px;
    width: inherit;
    position: relative;
    right: 0;
    left: 0;
    position: relative;
    z-index: 99;
    color: #fff !important;
    width: 208px;
    margin: 0px auto
  
}

.ae-cform-container.showsign a.ae-cform-modal-display-cta {
    float: none !important;
    top: 311px;
    width: inherit;
    right: 0;
    position: relative;
    z-index: 99;
    font: 30px NeueHaasUnicaW1G-Regular !important;
    text-transform: none;
    color: #F1EFE3 !important;
    text-indent: 57px;
}

.ae-cform-container.showsign a.ae-cform-modal-display-cta {
    background: none;
}

}
