/*
	Theme Name: GLOBAL Eight Days A Week
	Theme URI: http://thebeatleseightdaysaweek.com
	Description: GLOBAL Eight Days A Week
	Version: 1.0
	Author: Motherlode Media
*/

html, body {
	font-family:'Oswald',sans-serif;
	text-rendering:optimizeLegibility!important;
	-webkit-font-smoothing:antialiased!important;
	background: #034bd7;
}

.body_no_scroll {
	overflow:hidden;
}

.wrapper {
	height:100%;
	margin:0;
	margin-top: 35px;
	color:#fff;
	min-height:100%;
	position:relative;
}

#content_wrapper {
	padding-bottom:0px;
}

/* header menu */
#header {
	height: 35px;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #515151;
	color: #515151;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 10;
}

#header a {
	text-decoration: none;
}

#header ul {
	text-align: center;
	list-style: none;
	padding:0;
}

.menu li {
	display: inline-block;
	margin: 2px 5px;
}

/* mobile menu */

#mobile_menu_btn {
	position: absolute;
	left: 0;
	width: 40px;
	top: 0;
	display: none;
	font-size: 22px;
	cursor: pointer;
}

#mobile_menu {
	top: -200px;
	background-color: #FFFFFF;
	display: none;
	position: absolute;
	width: 100%;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
}

.mobile_menu_open {
	top: 30px !important;
}


/* START country dropdown */
#lang_select {
	position: absolute;
	right: 10px;
	z-index: 10;
	top: 0px;
	margin-top: 6px;
	cursor: pointer;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
}

#lang_select:hover {
	color: #034bd7;
}

#header_bg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 10;
}

#menu-header-menu a {
	font-size: 20px;
	color: #000000;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
}

#menu-header-menu a:hover {
	color: #034bd7;
}

#lang_dropdown {
	padding-left: 0;
	margin-bottom: 3px;
}

#header #lang_dropdown li {
	display: inline-block;
	list-style: none;
	text-align: center;
	font-size: 12px !important;
}

#lang_menu {
	top: 40px;
	position: absolute;
	right: 5px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border-radius: 10px;
	z-index: 0;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
}

.lang_hide {
	top: -160px !important;
}

.flag {
	width: 36px;
	height: 36px;
	margin: 6px;
	margin-bottom: 0;
	padding: 0;
	padding 0px;
	border: 2px solid #515151;
	display: block;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	background-color: #000000;
}

.flag:hover {
	border: solid 2px #000000;
}

.flag a {
	width: 100%;
	height: 100%;
	display: block;
}

.flag.home {
	background-image: url(assets/flags/home.png);
}

.flag.gb {
}

.flag.au {
}

.flag.de {
}

.flag.fr {
}

.flag.nz {
}

#img_wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

/* END country dropdown */

/* homepage ticket */

#homepage_ticket {
	position: absolute;
	display: block;
	width: 20%;
	height: 40%;
	bottom: -6%;
	background-image: url(assets/images/ticket.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 100;
	left: 5%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

#homepage_ticket > div, 
#homepage_ticket .textwidget {
	width: 100%;
	height: 100%;
	display: block;
}

#homepage_ticket a {
	width: 100%;
	height: 100%;
	display: block;
}

#homepage_ticket:hover {
	bottom: -3%;
}

h1,h2,h3,p {
}

h1.headline {
	text-transform:uppercase;
	font-size:40px;
	line-height:50px;
	font-weight:300;
	color: #FFFFFF;
}

h2 {
	line-height: 140%;
}

p {
	font-size:24px;
	font-weight:300;
	text-shadow:1px 1px 1px rgba(0,0,0,0.004);
	text-rendering:optimizeLegibility!important;
	-webkit-font-smoothing:antialiased!important;
}


.temp-bg {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:100;
}

img {
	min-width:100%;
	max-width:100%;
	height:auto;
}

img.border {
	border-bottom:20px solid #fff;
}

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

a.link {
	background:#232323;
	color:#fff;
	padding:10px 40px;
	display:inline-block;
	text-transform:uppercase;
	font-size:24px;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
    border-radius: 5px;
    font-family:'Oswald',sans-serif;
}

a.link:hover {
	text-decoration:none;
	color:#fff;
	background:#002773;
}

a.link.light {
	background:none;
	color:#fff;
}

a.link.light:hover {
	background:#0b40a7;
	color:#fff;
}

a.link.alt {
	background:none;
	color:#034BD7;
	font-size:54px;
	margin:0;
}

a.link.alt:hover {
	cursor:pointer;
	color:#000;
}

.main-content {
	padding: 1em 0 2em;

}

.post-type-archive-news .more-text a {
	color: #000;
	text-decoration: none;
}

a.more-link {
	color: rgb(3, 75, 215) !important;
}

.animated h1 {
	color:#fff;
	position:relative;
	text-align:center;
	opacity:0;
	transition:opacity .5s ease;
	-webkit-transition:opacity .5s ease;
}

iframe {
	border: solid 0px #FFFFFF;
}

/* The Video */
.video-container {
	padding-top:0;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	margin-top:-28.1%;
	padding-bottom:56.2%;
	height:0;
	overflow:hidden;
	background-color: #000000;
}

.video-container iframe,.video-container object,.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000000;
}

.video-wrapper {
	height:100%;
	background:#000;
	margin:0;
	width:100%;
	position:fixed;
	top:0;
	left: 0;
	opacity:0;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	z-index: -1;
}

.video-container {
	left:-200%;
	right:200%;
}

.video-container.show-video {
	left:0;
	top:50%;
	right:0;
}

.video-wrapper.show-video {
	opacity:1;
}

.close-video {
	position:absolute;
	right: 5px;
	top: 5px;
	color:#cecece;
	font-size:35px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	height:60px;
	display:block;
	width:60px;
	text-align:center;
	line-height:45px;
	z-index: 10;
}

a.close-video:hover {
	color:#fff;
	text-decoration:none;
	border-color:#fff;
}

#close-sign_up {
	margin-top: 35px;
	z-index: 10;
}

.book_tickets_wrap {
  padding-bottom: 56.25%;
}

.book_tickets_wrap iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* The Loader */
#loader-wrapper {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	overflow:hidden;
}

.no-js #loader-wrapper {
	display:none;
}

#loader-wrapper .loader-section {
	position:fixed;
	top:0;
	width:51%;
	height:100%;
	background:#222;
	z-index:10;
}

#loader-wrapper .loader-section.section-left {
	left:0;
}

#loader-wrapper .loader-section.section-right {
	right:0;
}

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
	-webkit-transition:all .7s .3s cubic-bezier(0.645,0.045,0.355,1);
	transition:all .7s .3s cubic-bezier(0.645,0.045,0.355,1);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	-webkit-transition:all .7s .3s cubic-bezier(0.645,0.045,0.355,1);
	transition:all .7s .3s cubic-bezier(0.645,0.045,0.355,1);
}

.loaded #loader-wrapper {
	visibility:hidden;
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
	-webkit-transition:all .3s 1s ease-out;
	transition:all .3s 1s ease-out;
}

#content {
}

#content.show {
	background:#034bd7;
	padding-bottom:2em;
}

#img_wrapper, .animated {
	width:100%;
	height:60vh;
	margin:0 auto;
	position:relative;
	max-height:60vh;
	max-width:100%;
}

.animated {
	position:absolute;
	background-image:url(assets/images/poster-bg-span.jpg);
	background-size:contain;
	background-position:center top;
}

#img_wrapper {
	opacity:1;
	transition:opacity 3s ease;
	-webkit-transition:opacity 3s ease;
}

#img_wrapper.fade-in {
	box-shadow:0 20px #fff;
}

#img_wrapper_inner,.animated .frame {
	width:100%;
	height:100%;
	background-size:contain;
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.animated .frame {
	opacity:1;
	-webkit-transition:all .3s 1s ease-out;
	transition:all .3s 1s ease-out;
}

.frame.first {
	background-image:url(assets/images/anim1.png);
}

.frame.second {
	background-image:url(assets/images/anim2.png);
}

.frame.third {
	background-image:url(assets/images/anim3.png);
}


/* pages */

table.t1 {
	margin: 0 auto;
}

.page iframe {
	width: 100%;
	height: 700px;
}

.page .main-content {
	padding-top: 0;
}

.social {
	margin-top:1em;
	width:100%;
	text-align:center;
}

.social a {
	background:#fff;
	width:50px;
	display:inline-block;
	height:50px;
	line-height:50px;
	border-radius:30px;
	color:#034BD7;
	font-size:23px;
	margin:0 1em;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	text-align:center;
}

.social a:hover {
	text-decoration:none;
	color:#034BD7;
	background:#f4f4f4;
}

.social a.hashtag {
	width:auto;
	background:none;
	color:#fff;
	padding:0 17px 7px;
}

.social a.hashtag:hover {
	box-shadow:0 0 0 3px #fff;
}

.more-text {
	display:block;
	background:#fff;
	color:#2F2F2F;
	padding:2em;
	text-align: center;
}

.more-text:after {
    clear: both;
    content: '';
    display: table;
}

#read-less {
	margin: 0 auto !important;
	display: block;
}

/* Effects */
.fade-in {
	opacity:1!important;
}

.fade-out {
	opacity:0 !important;
}

.sign-up {
	display:none;
	border-bottom: solid 20px #FFFFFF;
	background-color: #000000;
}

#sign-up,#read-more {
	cursor:pointer;	
}

body.wrapper iframe a.ytp-watermark {
	display:none!important;
}

/* Form */
body #mc_embed_signup h2 {
	font-weight:100;
	padding:0;
	margin: 40px 45px 1em;
	font-size:24px;
	text-align:center;
	color: #FFFFFF;
}

body #mc_embed_signup .mc-field-group {
	width:40%;
	margin:0 auto;
	padding-bottom: 5px;;
}

body #mc_embed_signup .mc-field-group label {
	display:block;
	margin-bottom:3px;
	text-transform:uppercase;
	font-weight:100;
	letter-spacing:1px;
	color: #FFFFFF;
}

body #mc_embed_signup .mc-field-group input {
	color:#034BD7;
	border-radius:0;
	font-size:20px;
}

.submit-button {
	width:40%;
	margin:0 auto;
}

.mc-field-group input {
    width: 100%;
}

#mc-embedded-subscribe {
	border: none;
}

body #mc_embed_signup .button {
	margin:0;
	border-radius:0;
	text-transform:uppercase;
	font-size:24px;
	height:auto;
	padding:5px 30px 3px;
	background:#0174DE;
}

#mc-embedded-subscribe {
	width: 100% !important;
	margin: 15px 0 !important;
}

body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	margin: 2px 0 1em;
	padding:.5 0 0;
	background-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-size:16px;
	color:#FFF;
}

body #mc_embed_signup #mce-success-response,body #mc_embed_signup div.response {
	color:#FFF;
	text-align:center;
	font-size:24px;
	width:100%;
	padding:0;
	margin:0 0 2em;
	font-weight:100;
}

body #mc_embed_signup div#mce-responses {
	float:none;
	top:0;
	padding:0;
	overflow:hidden;
	width:70%;
	margin:0 auto;
	clear:both;
}

#mc_embed_signup form {
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

body #mce-error-response a {
	display:block;
	color:#B3B3B3;
}

.news_excerpt_image {
	margin-bottom: 20px;
}

.prefooter {
	background-color: #034bd7;
	padding-bottom: 20px;
}

footer {
    background: #212225;
    background-image: url(assets/images/apple_corps_retina.png);
    background-repeat: no-repeat;
    background-position: center bottom !important;
    background-size: 50px;
    padding: 0;
    opacity: 1;
    padding-bottom: 0px;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    background-position-y: 45px;
    position: relative;
    bottom: 0;
    border-bottom: solid #212225 10px;
    right: 0;
    left: 0;
}

footer p {
	font-size:12px;
	color:#E6E6E6;
	font-family:sans-serif!important;
}

footer p a {
	color:#fff;
}

footer p a:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
    display: inline-block;
}

footer a.link-out {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 25px;
    text-transform: uppercase;
    font-family: sans-serif;
    color: white;	
}

.float-right {
	float:right;
}

/* ---------- SWIPER ------------ */

/* swiper */

#pagination_wrapper {
	width: 100%;
	display: block;
	background: #FFFFFF;
	padding: 0px 0px 3px;
}

#swiper-pagination {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.swiper-container {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.swiper-pagination-bullet {
	margin: 0 3px;
}

.swiper-slide {
	position:relative;
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	height: 100% !important;
}

.single_news_slide {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.single_news_container {
	background-image:url(assets/images/poster-bg-span.jpg);
	background-size:contain;
	background-position:center top;
	background-repeat: repeat-x;
	border-bottom: solid 20px #FFFFFF;
}

.swiper-headline {
	box-sizing: border-box;
	overflow: hidden;
}

.swiper-headline .swiper-slide, .swiper-headline .swiper-slide  {
	min-height: 150px;
	overflow: hidden;
	opacity: 0 !important;
}

.swiper-headline .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.swiper-button {
	position:absolute;
	display:block;
	margin:-25px 20px;
	width:50px;
	height:50px;
	border:solid 4px #FFFFFF;
	border-radius:50%;
	background-color:#FFF;
	background-image:none;
	text-align:center;
	font-size:30px;
	line-height: 70%;
	color: #909090;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}

.swiper-button i {
	line-height: 150%;
}

.swiper-button-disabled {
	opacity: 0 !important;
}

.swiper-button:hover {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
	
.swiper-button-prev {
	left:0;
}

.swiper-button-next {
	right:0;
}

#footer {
	position:fixed;
	bottom:0;
	z-index:1000;
	display:block;
	width:100%;
	height:45px;
}

#album_press_release {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}

#album_press_release p {
	color: #FFFFFF;
}

.audio_player_half {
	display:inline-block;
	overflow:hidden;
	width:48%;
	vertical-align:top;
}

.audio_player_half img {
	float:right;
	box-sizing:border-box;
	width:100%;
	height:auto;
	max-width:600px;
	border:solid 2px #FFF;
}

#tracklist {
	margin-left:16px;
	padding:0;
	list-style:none;
	text-align:left;
	text-transform:uppercase;
	font-size:13px;
}

#tracklist li {
	position:relative;
	margin-bottom:10px;
	line-height:110%;
	color:#FFF;
	font-size: 16px;
	font-weight: 800;
}

#tracklist li span {
	font-weight: 400;
	font-size: 12px;
}

a.album_buy_link {
	text-decoration: none;
	text-transform: uppercase;
	color: #28e87b;
	-webkit-transition:.3s;
	transition:.3s;
}

a.album_buy_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.page-template-page-the-album h3 {
	font-size: 30px;
	text-transform: uppercase;
}

.strapline {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 110%;
	padding-bottom: 20px;
}

.spotify_embed {
	width: 100% !important;
	height: 84px !important;
	box-sizing: border-box;
}

.page-template-page-the-album .container {
	max-width: 1000px;
}



@media (max-width: 991px) {
	.more-text {
		text-align:center;
	}

	.right-border {
		border:none;
	}
}

/*END*/
@media (max-width: 600px) {
	a.link {
		margin-bottom:.5em;
		font-size:12px;
	}

	h1.headline {
		font-size:26px;
		line-height:36px;
	}

	p {
		font-size:16px;
	}
	
	.page-template-page-the-album h3 {
		font-size: 30px;
		text-transform: uppercase;
	}

	.strapline {
		font-size: 20px;
		text-transform: uppercase;
		line-height: 110%;
		padding-bottom: 20px;
	}
	
	#tracklist li span {
		display: block;
	}

	body #mc_embed_signup .mc-field-group,.submit-button {
		width:100%;
	}

	#img_wrapper.fade-in {
		box-shadow:0 10px #fff;
	}

	.main-content {
		padding: 0em 0;
	}

	#mobile_menu_btn {
		display: block;
	}

	#mobile_menu {
		display: block;
	}
	
	.menu-header-menu-container {
		display: none !important;
	}

	footer {
		height: 100px;
	}

	footer .col-sm-3  {
		position: absolute;
		bottom: 0px;
	}

	footer .col-sm-9 {
		position: absolute;
		bottom: 0px !important;
		right: 0;
		display: block;
	}

	a.read-more {
		font-size: 20px !important;
	}

	#audio_player_title {
		display:block;
		margin: 50px auto 20px;
		width:70%;
		color:#FFF;
	}

	.audio_player_half {
		width: 100%;
	}

	#tracklist {
		padding-top: 20px;
		text-align: center;
		margin-left: 0;
	}
}

/*END*/