/*
 Theme Name:     Peyton
 Description:    Peyton Website
 Author:         WMA Studios
 Author URI:     http://wmastudios.com
 Template:       Divi
 Version:        3.0.9
*/

@import url("../Divi/style.css");
 
/* ------------------------------------------------------- */

/* --- FONTS --- */

@font-face {
    font-family: "Oswald-Regular";
    src: url('/wp-content/uploads/fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: "Oswald-Medium";
    src: url('/wp-content/uploads/fonts/Oswald-Medium.ttf');
}

@font-face {
    font-family: "Impact";
    src: url('/wp-content/uploads/fonts/Impact.ttf');
}

/* --- FONTS END --- */

/* --- HEADER ---*/
.logo_container {
	display: none;
}

#top-menu li a {
	font-family: "Oswald-Regular";
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}

#top-menu li a:after {
	content: "/";
	padding-left: 24px;
}

#top-menu li:last-child a:after {
	content: "";
}

#main-header .social-links {
	margin-top: 3px;
}

.mobile_menu_bar:before {
	color: #FFF;
}

.social-links a img {
	-webkit-transition: all 1s ease-out;
  	-moz-transition: all 1s ease-out;
  	-o-transition: all 1s ease-out;
  	transition: all 1s ease-out;
}

.social-links a img:hover {
	opacity: 0.75;
	-webkit-transition: all 1s ease-out;
  	-moz-transition: all 1s ease-out;
  	-o-transition: all 1s ease-out;
  	transition: all 1s ease-out;
}

.et_header_style_left .mobile_menu_bar {
	z-index: 99999;
}

.et_mobile_menu {
	border-top: none;
	position: fixed;
    top: 0;
    height: 100%;
	padding-top: 25%;
}

.et_mobile_menu .menu-item {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-family: "Oswald-Regular";
	letter-spacing: 2px;
}

.et_mobile_menu li a {
	font-size: 22px !important;
}
/* --- HEADER END --- */

body {
	/*background-image: url('/wp-content/uploads/2017/10/bg.jpg');*/
	overflow-x: hidden;
	max-width: 100vw;
}

.bg-rotate {
  /*content: "";*/
  position: fixed;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-image: url('/wp-content/uploads/2017/10/bg.jpg');
  -webkit-transform: rotate(0rad);
  transform: rotate(0rad);
background-attachment: fixed;
    background-position: top center !important;
	background-size: cover;
}

.logo {
	margin-top: 10%;
}

.logo img {
	width: 100%;
}

.scroll-hand {
	text-align: center;
	cursor: pointer;
	width: 20%;
	margin: 0 auto;
	-webkit-animation: bounce 3s infinite reverse;
  	-moz-animation: bounce 3s infinite reverse;
  	-o-animation: bounce 3s infinite reverse;
  	animation: bounce 3s infinite reverse;
}

.scroll-hand p {
	color: #FFF;
	font-family: "Oswald-Medium";
	text-transform: uppercase;
}

.header-section {
	height: 100vh;
	position: relative;
}

.header-section .et_pb_row, .header-section .et_pb_column {
	height: 100%;
}

.header-section .header-side {
	height: auto;
}

.header-cloud {
    position: absolute;
    margin-left: -130% !important;
    margin-top: 60%;
}

.superman img {
	position: relative;
}

.superman {
	visibility: hidden !important;
}

.scroll-down {
	position: absolute;
    bottom: 0;
    width: 100%;
	z-index: 99999;
}

h2, h3 {
	font-family: "Oswald-Medium";
	text-transform: uppercase;
}

#music .et_pb_button_module_wrapper:first-child {
	margin-top: 100px;
}

.listen-button.et_pb_button {
	font-family: "Impact";
	text-transform: uppercase;
	padding: 12px 18px !important;
	min-width: 175px;
	text-align: center;
	float: left;
    margin: 0 3px;
}

@media (min-width: 1300px) {
	.listen-button.et_pb_button {
		 margin: 0 24px;
		min-width: 200px;
	}
}

.listen-button.et_pb_button:hover {
	padding: 12px 18px !important;
}

.hand img {
	position: absolute;
    margin-left: -35%;
}

.hand-tour img {
	position: absolute;
    margin-left: -32%;
    margin-top: -21%;
}

.video-bird {
	position: absolute;
    top: 25%;
}

.music-header {
	background-image: url(/wp-content/uploads/2017/10/mail-cloud.png);
    height: 200px;
}

.video-header {
	background-image: url(/wp-content/uploads/2017/10/mail-cloud.png);
    height: 200px;
}

.cloud-heading .et_pb_text_inner {
	display: table;
    height: 100%;
    width: 100%;
}

.tour-header {
	background-image: url(/wp-content/uploads/2017/10/mail-cloud.png);
    height: 200px;
}

.mail-header {
	background-image: url(/wp-content/uploads/2017/10/mail-cloud.png);
    height: 200px;
}

.cloud-heading {
	display: table;
    width: 300px;
	margin-bottom: 0 !important;
	background-repeat: no-repeat;
    background-position: center;
	-webkit-animation: cloud 10s infinite reverse;
  	-moz-animation: cloud 10s infinite reverse;
  	-o-animation: cloud 10s infinite reverse;
  	animation: cloud 10s infinite reverse;
}

.et_pb_text_align_center {
    text-align: center;
    margin: auto;
} 

.cloud-heading.logo {
	width: auto;
}

.cloud-heading h2 {
	display: table-cell;
    vertical-align: middle;
}

.cloud-heading.music-header h2 {
	display: block;
	padding-top: 23%;
}

.cloud-header-buy {
	width: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 566px;
    color: #000;
    font-family: "Oswald-Medium";
    text-transform: uppercase;
    display: table;
    font-size: 18px;
    left: -145%;
    position: relative;
    bottom: 140px;
}

.cloud-header-buy span {
	color: red;
}

.cloud-header-buy a {
	color: #000;
}

.cta-img {
	width: 110px;
    float: left;
	margin-left: 80px;
}

.cloud-header-buy p{
	display: table-cell;
    vertical-align: middle;
    position: relative;
    right: -15%;
    font-size: 21px;
    line-height: 30px;
    top: 35px;
}

.video-title {
	background-image: url(/wp-content/uploads/2017/10/plane.png);
	display: table;
    height: 200px;
	background-repeat: no-repeat !important;
    background-position: center !important;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0 !important;
	-webkit-animation: plane 15s infinite reverse;
  	-moz-animation: plane 15s infinite reverse;
  	-o-animation: plane 15s infinite reverse;
  	animation: plane 15s infinite reverse;
	position: relative;
	overflow: hidden;
}

.video-title .et_pb_text_inner {
	display: table;
    height: 100%;
    width: 100%;
}

.video-title h3 {
	display: table-cell;
    vertical-align: middle;
	font-family: "Impact";
	text-transform: uppercase;
	position: relative;
	right: 100px;
    letter-spacing: 2px;
    bottom: 7px;
    font-size: 28px;
}

.video-embed {
	width: 75%;
    margin: 0 auto;
	border: 12px solid #000;
}

/* --- SONGKICK --- */
#powered {
	display: none;
}
/* --- SONGKICK END --- */

/* --- SIGNUP FORM --- */

.mailing h3 {
	margin-top: 2.75%;
}

form.signup {
	width: 50%;
    margin: 0 auto;
}

.signup input {
	font-family: "Oswald-Medium";
	text-transform: uppercase;
	width: 65%;
	height: 48px;
	font-size: 18px;
	letter-spacing: 2px;
}

.signup input[name='YMP0'] {
    margin: 0 auto;
    display: block;
	color: #000;
	text-align: center;
}

.signup input[type='submit'] {
	margin: 24px auto 0 auto;
    display: block;
	color: #FFF;
	background-color: #db3333;
	border: none;
	-webkit-transition: all 1s ease-out;
  	-moz-transition: all 1s ease-out;
  	-o-transition: all 1s ease-out;
  	transition: all 1s ease-out;
}

.signup input[type='submit']:hover {
	color: #db3333;
	background-color: #FFF;
	cursor: pointer;
	-webkit-transition: all 1s ease-out;
  	-moz-transition: all 1s ease-out;
  	-o-transition: all 1s ease-out;
  	transition: all 1s ease-out;
}

.signup input[type='email']::-webkit-input-placeholder {
	color:    #000;
	opacity:  1;
}

.signup input[type='email']:-moz-placeholder {
	color:    #000;
	opacity:  1;
}

.signup input[type='email']::-moz-placeholder {
	color:    #000;
	opacity:  1;
}

.signup input[type='email']:-ms-input-placeholder {
	color:    #000;
	opacity:  1;
}

.signup input[type='email']::-ms-input-placeholder {
	color:    #000;
	opacity:  1;
}

.confirmation {
	display: none;
}

/* --- SIGNUP FORM END --- */

/* --- Memberships ---*/

.memberpressproduct-template-default #sidebar, .page-template-default:not(.home) #sidebar {display: none;}
.memberpressproduct-template-default #left-area, .page-template-default:not(.home) #left-area {width: 100%; padding-right: 0%;}
.memberpressproduct-template-default #main-content, .page-template-default:not(.home) #main-content {background-color: transparent;} 
.memberpressproduct-template-default #content-area, .page-template-default:not(.home) #content-area {background-color: #003761e6; padding: 30px; margin-bottom: 64px;} 
.memberpressproduct-template-default #main-content .container:before, .page-template-default:not(.home) #main-content .container:before {content: none;}
.memberpressproduct-template-default, .memberpressproduct-template-default h1, .memberpressproduct-template-default h2, .memberpressproduct-template-default h3,
.memberpressproduct-template-default p, .memberpressproduct-template-default #content-area table th, .page-template-default:not(.home), .page-template-default:not(.home) h1 {color: #fff;}
.memberpressproduct-template-default .entry-content tr td, .memberpressproduct-template-default .entry-content tr th {border-color: #eee !important;}
.mepr-submit, .mepr-form .button-primary, .download-button {
	font-family: "Impact";
    text-transform: uppercase;
    padding: 12px 18px !important;
    min-width: 175px;
    text-align: center;
    float: left;
    margin: 0 3px;
	color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 24px;
    background-color: #db3333;
	transition: all 300ms ease 0ms;
	cursor: pointer;
}
.mepr-submit:hover, .mepr-form .button-primary:hover, .download-button:hover {
	color: #db3333!important;
    border-radius: 0!important;
    letter-spacing: 2px!important;
    background-image: initial;
    background-color: #ffffff;	
}
.download-button {float: none;}

.page-id-645 .mepr-unauthorized-message {background-color: #003761e6; padding: 30px; margin-top: 64px !important; max-width: 800px; margin: 0 auto;} 
.page-id-645 .mepr-login-form-wrap {background-color: #003761e6; padding: 30px; margin-bottom: 64px !important; max-width: 800px; margin: 0 auto;} 

/* --- FOOTER --- */
#footer-bottom {
	display: none;
}

#main-footer .container {
	width: 100%;
	max-width: 90%;
}

#footer-widgets .footer-widget:last-child .et_pb_widget {
	float: right;
}

#footer-widgets {
	padding: 0;
}


#footer-widgets .footer-widget {
	margin: 0 5.5% 0 0 !important;
}

#footer-widgets .footer-widget:last-child {
	margin: 0 !important;
}

.social-links {
	display: inline-flex;
	margin-top: 15px;
}

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

.widget_media_image img {
	width: 162px;
}

.social-links img {
	width: 44px;
	display: inline-block;
}

.footer-booking {
	font-family: "Oswald-Regular";
	text-align: right;
	text-transform: uppercase;
	margin-top: 24px;
}

.footer-booking a {
	color: #FFF;
}

.footer-booking img {
	position: relative;
    top: 3px;
    right: 10px;
    width: 25px;
}

/* --- FOOTER END --- */

/* ANIMATIONS */

@keyframes bounce {
   0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
   40% {transform: translateY(-15px);} 
   60% {transform: translateY(-15px);} 
}

@keyframes cloud {
  	0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
	50% { transform: rotate(0deg); }
	75% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

@keyframes plane {
  	0% { margin-left: 1000px; }
	100% { margin-left: -1000px; }
}

.background-wrap {
    bottom: 0;
	left: 0;
	padding-top: 200px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

.x1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

.cloudone {
	background-image: url(/wp-content/uploads/2017/10/mail-cloud.png);
	background-size: cover;
	background-repeat: no-repeat;


	height: 300px;
	position: relative;
	width: 450px;
}

.cloud {
	background: #fff;
	background: url(/wp-content/uploads/2017/10/mail-cloud.png);
	background: url(/wp-content/uploads/2017/10/mail-cloud.png);
	background: url(/wp-content/uploads/2017/10/mail-cloud.png);
	background: url(/wp-content/uploads/2017/10/mail-cloud.png);
	background: url(/wp-content/uploads/2017/10/mail-cloud.png);
	background: url(/wp-content/uploads/2017/10/mail-cloud.png);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );

	height: 200px;
	position: relative;
	width: 400px;
}

.cloud:after, .cloud:before {
    background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}

/* ANIMATIONS END */

@media (max-width: 1024px) {
	#main-header .social-links {
		margin-top: 18px;
	}
	.social-links img {
		width: 44px;
	}
}

.et_pb_button_module_wrapper {
	text-align: center;
}

@media (max-width: 992px) {
	#top-menu li a:after {
		padding-left: 12px;
	}
	#top-menu li {
		padding-right: 12px;
	}
}

@media (max-width: 980px) {
	.cloud-header-buy {
		/*display: none;*/
		left: -40%;
		bottom: 220px;
	}
	.listen-button.et_pb_button {
		float: none;
	}
	#main-header .social-links {
		display: none;
	}
	#main-header #et-top-navigation .social-links {
		display: block;
		text-align: center;
	}
	#main-header .container {
		width: 90%;
	}
	.logo {
		margin-top: 20%;
	}
	.logo img {
		position: relative;
		z-index: 20;
		width: 80%;
	}
	.logo-bird {
		position: absolute;
	    right: 0;
	}
	.header-side:first-child {
		position: absolute;
    	margin-left: -40%;
	}
	.header-side:last-child {
		position: absolute;
    	margin-left: 40%;
	}
	.header-side:last-child img {
		position: relative;
		z-index: 10;
	}
	.hand, .video-bird, .hand-tour {
		display: none;
	}
	#music .et_pb_button_module_wrapper:first-child {
		margin-top: 0;
	}
	#footer-widgets .footer-widget {
		width: 30% !important;
	}
	#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget {
		margin-bottom: 0 !important;
	}
	.video-embed {
		width: 100%;
	}
	.superman {
		margin-left: 30% !important;
	}
}	

@media (max-width: 768px) {
	.video-title {
		background-size: contain;
		-webkit-animation: none;
  		-moz-animation: none;
  		-o-animation: none;
  		animation: none;
	}
	.video-title h3 {
		font-size: 22px;
		right: 75px;
	}
	#footer-widgets .footer-widget:first-child {
		width: 100% !important;
	}
	#footer-widgets .footer-widget:first-child .et_pb_widget {
		width: 100%;
		text-align: center;
	}
	#footer-widgets .footer-widget:nth-child(2), #footer-widgets .footer-widget:last-child {
		width: 50% !important;
	}
	#footer-widgets .footer-widget:nth-child(2) .et_pb_widget img {
		float: left;
	}
}

@media (max-width: 468px) {
	.cloud-header-buy {
		left: -77%;
    	bottom: -50px;
    	width: 370px;
    	height: 370px;
	}
	.cloud-header-buy p {
		font-size: 15px;
	    line-height: 21px;
		top: 9px;
		right: -17%;
	}
	#music, #music .et_pb_row, #video, #video .et_pb_row, #tour, #mailing {
		padding: 0;
	}
	.logo {
		margin-top: 30%;
	}
	.header-side .superman img {
		width: 200px;
	}
	.header-side:first-child {
		margin-left: -40% !important;
	    margin-top: -15% !important;
	}
	.header-side:last-child {
		left: 40% !important;
    	margin-top: -21% !important;
	}
	div.et_pb_column.et_pb_column_1_4.header-side.et_pb_column_2 {
		width: 200px !important;
	}
	.scroll-down {
		bottom: 10vh;
	}
	.listen-button.et_pb_button {
		min-width: 100%;
		font-size: 18px !important;
	}
	.mailing h3 {
		font-size: 24px;
    	line-height: 34px;
	}
	form.signup {
		width: 75%;
	}
	form.signup input {
		width: 100%;
	}
	.video-title {
		height: 110px;
	}
	.video-title h3 {
		font-size: 15px;
		right: 54px;
		bottom: 4px;
	}
	#footer-widgets .footer-widget:nth-child(2), #footer-widgets .footer-widget:last-child {
		width: 100% !important;
	}
	#footer-widgets .footer-widget:nth-child(2) .et_pb_widget img {
		float: none;
	}
	#footer-widgets .footer-widget:last-child .et_pb_widget {
		width: 100%;
	}
	.footer-booking {
		text-align: center;
		margin-top: 0;
		padding-bottom: 24px;
	}
}












.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(100%);
	}
	50%{
		transform: translateX(0%);
	}
	65%{
		transform: translateX(4%);
	}	
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(100%);
	}
	50%{
		-webkit-transform: translateX(0%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}	
	100% {
		-webkit-transform: translateX(0%);
	}
}

.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-100%);
	}
	50%{
		transform: translateX(0%);
	}
	65%{
		transform: translateX(4%);
	}		
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-100%);
	}
	50%{
		-webkit-transform: translateX(0%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}	
	100% {
		-webkit-transform: translateX(0%);
	}
}

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}