

.mlistwrapper {
    width: 400px;
    margin: 0 auto;
    margin-top: 0vw;
    font-family: proxima-nova, sans-serif;
    margin-bottom: 1vw;
    min-height: auto;
 }
#mlistFormOne{
	background:rgba(219, 16, 123, 0.3);
	padding: 6px 14px;
}
div#mlform {
	padding: 0;
	position: relative;
}

form#mlistFormOne {
	font-size: 0;
}

.fadeOut {
	display: none;

}

#mlform input#email {
 border: none;
  background-color: transparent;
 font-size: 14px;
 height: auto;
 font-weight: 100;
 width: 100%;
 color: #DB107B;
 border-radius: 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 text-indent: 0;
 outline: none;
 letter-spacing: 0px;
 text-transform: uppercase;
 padding: 0;
 padding: 7px 0px 4px 4px;
 border: none;
 margin: 0%;
 font-family: proxima-nova, sans-serif;
 font-weight: 800;
 font-style: normal;
 letter-spacing: 1.5px;
 -webkit-text-fill-color: #DB107B;
 opacity: 1;
 line-height: 1;
}


#mlform input#email.errored {
    border-color: red;
}

.plain-ml-wrapper .email.fieldWrap {
	/* width: calc(100% - 30px); */
	width: 61%;
	display: inline-block;
	position: relative;
	margin: 0;
	vertical-align: top;
	margin-right: 0;
}

.submit {
    width: 36%;
    display: inline-block;
	vertical-align: top;
	margin-left: 3%;
	float: right;
	text-align: center;
}



input#submit {
    border: 2px solid #DB107B;
    color: #DB107B;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    height: auto;
    outline: none;
    position: relative;
    background: transparent;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
    font-style: normal;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    text-align-last: center;
    margin: 0;
    line-height: 1;
    padding: 6px 10px 5px;
}


input#submit:hover, #mlistFormTwo .submit input:hover {
    /* border: 2px solid #DB107B; */
    color: #fff;
    background: #DB107B;
}
#mlistFormTwo .submit input:hover {
   background: #DB107B;
   -webkit-text-fill-color: #fff;
}

#mlform .terms {
	color: #DB107B;
	font-size: 9px;
	letter-spacing: 0;
	text-align: left;
	position: relative;
	padding-top: 0;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-family:proxima-nova, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	max-width: 36%;
	margin: 0 auto;
	margin-right: 0;
	text-align: center;
	display: block;
	transition: all 0.5s ease-in-out;
}

#secondform .terms {
	color: #DB107B;
	font-size: 0.625vw;
	letter-spacing: 0.0625vw;
	text-align: center;
	position: relative;
	padding-top: 0;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-family:proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.plain-ml-wrapper #terms {
	position: relative;
    text-align: center;
    margin-top: 0.5vw;
}

.email.fieldWrap label {
	font-size: 0px;
	display: none;
}

#mlform #terms .terms-message,
#secondform #terms .terms-message {
	color: #fff;
	letter-spacing: 1px;
	text-decoration: underline;
	background: #DB107B;
	border: 1px solid #DB107B;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	position: absolute;
	bottom: 5px;
	text-decoration: none;
	line-height: 15px;
	z-index: 300;
	font-size: 0.625vw;
	font-weight: 400;
	text-transform: uppercase;
}

div#block-footerwithml span.artist-inline {
	color: #5e5e5e;
}

#mlform p.terms-message a,
#secondform p.terms-message a {
	color: #fff;
	border: 0;
	text-decoration: underline;
	transition: all 0.5s ease-in-out;
}

span.input-error {
	color: red;
	font-size: 10px;
	line-height: 1;
	text-align: left;
	position: absolute;
	padding: 0;
	letter-spacing: 0;
	top: -20px;
	left: -12px;
}

footer.site-footer {
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	border: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	color: #000000;
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0 1000px #DB107B inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	color: #000;
	-webkit-text-fill-color: #000000;
	-webkit-box-shadow: 0 0 0 1000px #DB107B inset;
}

div#secondform {
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 3000;
	text-align: center;
	background: rgba(0, 0, 0, .97);
	padding-top: 0 !important;
	padding-top: 12vh;*/
	background: #fff;
	padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	z-index: 9;
}
div#secondform::-webkit-scrollbar {
    display: none;
}
#secondform .welcome {
	max-width: 28vw;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #DB107B;
	font-weight: 500;
	line-height: 20px;
	padding-bottom: 0;
	letter-spacing: 0;
	padding: 10px;
	/* background: #DB107B; */
}

.secondFormInnerWrapper {
	max-width: 500px;
	margin: 0 auto;
	width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.plain-ml-wrapper label {
	/* position: relative; */
	font-size: 0.9vw;
	padding-bottom: 0;
	display: block;
	color: #DB107B;
	text-align: left;
	padding: 0 0 0.5vw;
	letter-spacing: 1.2px;
	transform: none;
	left: auto;
	top: auto;
	transition: none;
	padding-top: 3%;
	text-transform: uppercase;
}

.mailing-list-second-form-copy {
	text-align: center;
	font-size: 14px;
	max-width: 500px;
	margin: 0 auto;
	width: 95%;
	color: #DB107B;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0;
	font-size: 12px;
}

#secondform .name {
	margin-bottom: 0;
}

#secondform input,
#secondform select {
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
    font-style: normal;
    height: 2.34vw;
    line-height: 2.34vw;
    color: #DB107B;
    padding: 0 5px;
    border: 2px solid #DB107B;
    font-size: 0.9vw;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    /* background:#aadbf7; */
    border-radius: 0;
    outline: none;
    letter-spacing: 1.5px;
    -webkit-text-fill-color: #DB107B;
    /* background: rgba(141, 208, 244, 0.25); */
    background: transparent;
    margin-bottom: 0;
    max-width: 100%;
}
#secondform select{
    background: url(../images/downarrow.png) no-repeat center right 11px !important;
    background-size: 7% auto !important;
    -webkit-appearance: none;
    appearance: none;
}
select#country {
    padding-right: 26px;
}
div#secondform .submit {
       margin: 0;
    border: 2px solid #DB107B;
    float: none;
}
#mlistFormTwo .submit input:hover {
    /* opacity: 0.5; */
}

option {
	background: #DB107B;
	color: #fff;
}
p.message-description {
    display: none;
}
#secondform label.goptin_checkbox {
	    font-size: 0.75vw;
	    display: inline;
	    padding: 0;
	    vertical-align: top;
	    text-align: left;
	    width: 90%;
	    color: #DB107B;
	    font-weight: 400;
	    cursor: pointer;
	    line-height: 1.5;
	    text-transform: uppercase;
	    letter-spacing: 0.5px;
}

#secondform .globaloptin.fieldWrap .goptin_checkbox {
	display: inline-block;
	margin-top: 0;
	width:85%;
}

#secondform .globaloptin.fieldWrap{
	margin:0.7vw 0;
	text-align: left;
}
#mlistFormTwo .submit input{
	padding:0;
	border:1px solid;
	display: block;
	position: relative;
	border: 1px solid #DB107B;
	color: #DB107B;
	background: transparent;
}
#secondform input[type="checkbox"] {
	margin-left: 2px;
	display: inline-block;
	/* width: 5%; */
	vertical-align: middle;
	-webkit-appearance: none;
	background: #DB107B;
	border-radius: 0;
	cursor: pointer;
}

#secondform input[type="checkbox"] {
	width: 15px;
	height: 15px;
	vertical-align: top;
}

.plain-ml-wrapper div#secondform #terms {
	text-align: center;
}

.plain-ml-wrapper p.terms-message-2 {
	position: relative;
	color: #fff;
	letter-spacing: 1.2px;
	margin-top: 0px;
	font-size: 0.625vw;
	background: #DB107B;
	line-height: 1.3;
	position: absolute;
	border: none;
	padding: 10px;
	text-transform: uppercase;
	background: #DB107B;
	z-index: 10;
	border: 1px solid #DB107B;
	top: -118px;
}

.terms-message-2 a {
	border: 0;
	color: #DB107B;
	text-decoration:underline;
}

form#mlistFormTwo {
	max-width: 28vw;
	margin: 0 auto;
	width: 100%;
	padding-top: 1%;
	padding: 10px;
	/* background: #DB107B; */
	color: #DB107B;
}

div.plain-ml-wrapper span#secondFormClose {
	font-size: 28px;
	width: 100%;
	display: block;
	max-width: 32vw;
	margin: 0 auto;
	text-align: right;
	position: static;
	color: #DB107B;
	padding-top: 8vw;
}

div.plain-ml-wrapper span#secondFormClose:hover {
	color: #DB107B;
	opacity: 0.5;
}
.plain-ml-wrapper p.terms-message-2 a:hover {
	color: #DB107B;
	opacity: 0.5;
}

div#secondform  #terms .terms-message-2 a {
	color: #fff;
	text-decoration: underline;
}

div#secondform #terms .terms-message-2 a:hover {
	
	opacity: 0.5;
}
div#thankyou {
    text-align: center;
    color: #DB107B;
    line-height: 20px;
    padding-bottom: 0;
    letter-spacing: 2px;
    padding: 0;
    text-align: center;
    font-size: 2vw;
    line-height: 1;
	text-transform: uppercase;
	padding-bottom: 2vw;
	padding-top: 5px;
}

.site-footer .layout-container {
	max-width: 96%;
}

#mlform .terms:hover,
#secondform .terms:hover {
	opacity:0.5;
}

#mlform p.terms-message a:hover,
#secondform p.terms-message a:hover,
.site-footer .content p.terms-message-2 a:hover,
span#secondFormClose:hover {
	color: #fff;
	opacity: 0.5;
}

.welcome p {
	    margin-bottom: 10px;
    margin-top: 0;
    font-size: 1.62vw;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 4.4px;
}
.welcome .description {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.5px;
}
input#goptin_checkbox:checked:after {
	content: '\2713';
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
	-webkit-text-fill-color: #fff;
	line-height: 12px;
	/* margin-top:2px; */
	margin-left: -2px;
	box-sizing: border-box;
}

.copyrightBlock.mobile {
	display: none;
}

/* additional stylings */
#page #header {

	padding-bottom: 67px;
}



.page-text {
	text-align: center;
	position: relative;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: -200px;
	font-size: 27.4px;
	color: #DB107B;
	letter-spacing: 0;
}

form#mlistFormOne,
#terms {
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}

#secondform #terms{
	max-width:100%;
}

form#mlistFormOne {
	position: relative;
}

div#secondform #terms a {
	color: #DB107B;
	text-decoration: underline;
}

div#secondform #terms a:hover {
	/* color: #DB107B; */
	opacity:0.5;
}

/* mlist second form  added stylings */
.plain-ml-wrapper .dobMonth.fieldWrap {
	width: 48%;
	display: inline-block;
	margin-right: 2%;
}

.plain-ml-wrapper .dobDay.fieldWrap {
	width: 48%;
	display: inline-block;
}

.plain-ml-wrapper .postalcode.fieldWrap {
	width: 48%;
	display: inline-block;
	margin-right: 2.5%;
	position: unset;
	vertical-align: bottom;
}

.postal_country {
	width: 48%;
	display: inline-block;
	position: unset;
	vertical-align: bottom;
}

select#country {
	line-height: 2.34vw;
	height: 2.34vw;
}

input#first {
	padding: 0;
	padding-left: 5px;
}

select#dobDay,
select#dobMonth {
	width: 100%;
}

input#postalcode {
	padding: 0;
	padding-left: 5px;
}

p.message-description {
	font-size: 0.8vw;
    letter-spacing: 0.0729vw;
    max-width: 27vw;
    margin: 0 auto;
    font-weight: 400;
    margin-top: 0.5vw;
	margin-bottom: 1vw;
	line-height: 1.5;
}
.mlistheader{
	font-size: 1.62vw;
	color: #DB107B;
	text-align: center;
	letter-spacing: 4.4px;
	font-weight: 800;
	margin-bottom: 25px;
	font-family: proxima-nova, sans-serif;
	text-transform: uppercase;
}
input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	
	
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
}
input#goptin_checkbox:checked:after {color: #fff;}
.mlist-socials {
    width: 90%;
    margin: 0 auto;
}
.mlistwrapper, .socials {
    display: inline-block;
    vertical-align: top;
}
.footer-social {
    margin-left: 1vw;
    margin-top: 0;
}
ul.footer-social li {
    display: inline-block;
    list-style: none;
}
@media only screen and (max-width: 1024px) {
	p.message-description {
		font-size: 14px;
		letter-spacing: 0;
		max-width: 500px;
		margin: 20px auto;
	}
	.mlistwrapper{
		width: 408px;
	}
	.mlistheader{
		font-size: 18px;
	}
	#mlform input#email, input#submit {
		font-size:14px;
		height: 40px;
		/* padding: 0; */
	}
	div.plain-ml-wrapper span#secondFormClose {
		max-width: 360px;
		padding-top: 25vw;
	}
}

@media only screen and (max-width: 767px) {
	p.message-description {
		font-size: 14px;
		max-width: 355px;
		width: 95%;
		margin: 20px auto;
		letter-spacing: 1.4px;
	}
	#mlform input#email{
		font-size: 16px;
		text-align: center;
	}
	.mlistwrapper {
		right:auto;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}
	form#mlistFormOne, #terms {
		max-width: 100%;
		margin: 0 auto;
	}
	#mlform input#email {
		border:none;
		text-align: left;
	}
	.plain-ml-wrapper .email.fieldWrap{
		width: 65%;
	}
	.submit{
		width: 35%;
		margin: 0 auto;
		margin-top: 0;
	}
	.plain-ml-wrapper .postalcode.fieldWrap {
		margin-right: 2%;
	}
}
@media only screen and (max-width: 1023px) {
	.mlistwrapper {
		width: 100%;
		bottom: 23%;
		position: static;
		top: auto;
		transform: none;
		margin-top: 1vw;
		/* margin-bottom: 6vw; */
	  }
	  div#mlform {
		position: absolute;
		top: auto;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		bottom: -25%;
		/* bottom: -15%; */
	}
	div#mlform {
		position: static;
		transform: none;
	}
	.countdownwrapper {
		position: absolute;
		top: 18%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.plain-ml-wrapper #terms{
		margin-top: 0;
		margin-left: auto;
		margin-right: 0;
		max-width: 35%;
	}
	  form#mlistFormOne, #terms{
		max-width: 94%;
	  }
	  #mlform input#email{
		height: 35px;
	  }
	  div#mlform input#submit {
		height: 35px;
		font-size: 11px;
		letter-spacing: 1.4px;
	}
	#mlform .terms, #secondform .terms {
		font-size: 10px;
		max-width: 100%;
		letter-spacing: 1px;
		padding-top: 10px;
	}
	#mlform #terms .terms-message, #secondform #terms .terms-message {
		font-size: 12px;
		background: #DB107B;
		right: 0;
		width: 90vw;
	}
	div#thankyou{
		font-size: 18px;
		padding: 2vw 0 4.5vw;
		position: absolute;
		top: auto;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		bottom: 5%;
		position: static;
		transform: none;
min-height: 72px;
		
	}
	.mlistheader {
		font-size: 4vw;
		letter-spacing: 1.6px;
		margin-bottom: 17px;
	}
	span.input-error{
		font-size: 9px;
	}
	form#mlistFormTwo {
		max-width: 320px;
	}
	div.plain-ml-wrapper span#secondFormClose {
		max-width: 360px;
		padding-top: 15vw;
	}
	.welcome p {
		font-size: 17px;
	}
	#secondform .welcome {
		max-width: 320px;
	}
	#secondform input, #secondform select {
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		padding-right: 18px;
	}
	.plain-ml-wrapper label {
		font-size: 16px;
	}
	#secondform input[type="checkbox"] {
		padding: 0;
	}
	#secondform .globaloptin.fieldWrap .goptin_checkbox {
		font-size: 10px;
		margin-top: 2px;
	}
	#secondform .globaloptin.fieldWrap {
		margin: 18px 0;
	}
	div#secondform {
		overflow-y: scroll;
	}
	.plain-ml-wrapper p.terms-message-2{
		font-size: 10px;
		bottom: 13px;
		top: unset;
	}
}
@media only screen and (min-width: 1400px) {
	div.plain-ml-wrapper span#secondFormClose{
		padding-top: 7.5vw;
	}
	.tfLogo{
		/* font-weight: 29.79vw; */
		margin: 4.16vw auto 1.3vw;
	}

	p.message-description{
		margin-top: 1vw;
		margin-bottom: 1.8vw;
	}
	.lastPage{
		top: 0;
	}
	.presavetermsWrapper{
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.countdownwrapper div#timer > div {
		width: 7.5vw;
	}
	.countdownwrapper #days, .countdownwrapper #hours,.countdownwrapper #minutes, .countdownwrapper #seconds {
		font-size: 4.27vw;
	}
	.countdownwrapper .timerText > div {
		width: 7.5vw;
		font-size: 1.25vw;
	}
	.mlistwrapper, div#mlform {
		width: 330px;
		bottom: -13%;
		top: auto;
	}
	.mlistwrapper .mlistheader {
		font-size: 15px;
    	margin-bottom: 7px;
	}
	.mlistwrapper p.message-description {
		font-size: 12px;
		max-width: 290px;
		margin: 5px auto;
		line-height: 1.2;
	}
	.mlistwrapper .plain-ml-wrapper .email.fieldWrap {
		width: 61%;
	}
	.mlistwrapper #mlform input#email {
		height: 34px;
	}
	span.input-error{
		font-size: 10px;
		top: -18px;
	}
	.mlistwrapper .submit {
		width: 36%;
		display: inline-block;
		vertical-align: top;
		margin-left: 3%;
		margin-top: 0;
	}
	.mlistwrapper div#mlform input#submit {
		height: 34px;
	}
	.mlistwrapper #mlform .terms{
		padding-top: 3px;
		font-size: 8px;
		max-width: 36%;
	}
	.mlistwrapper #mlform #terms .terms-message, .mlistwrapper #secondform #terms .terms-message{
		font-size: 10px;
		background: #DB107B;
		bottom: 3px;
		top: auto;
	}

	div.plain-ml-wrapper span#secondFormClose {
		padding-top: 3vw;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	div#mlform {
		width: 500px;
		margin: 0 auto;
		position: static;
		transform: none;
	}
	.mlistwrapper #mlform .terms{
		max-width: 36%;
	}
	.lastPage{
		top: 0%;
		height: 100%;
		overflow-y: scroll;
	}
	.footer {
		bottom: 1%;
	}
	#mlform #terms .terms-message, #secondform #terms .terms-message {
		top: 15px;
		bottom: auto;
	}
	#content{
		top: auto;
	}
    .swapBtns{
        max-width: 336px; 
    }
	div#thankyou{
		position: static;
		transform: none;
		padding-bottom: 7.5vw;
	}
	.mouse {
		top: 85%;
	}
	.entersiteBtn{
		bottom: 11%;
		padding-top: 18vw;
	}
	.countdownwrapper {
		position: static;
		transform: none;
	}
	
	div#swappedWrapper {
		padding-top: 30vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){
	div.plain-ml-wrapper span#secondFormClose {
		padding-top: 10vw;
	}
}
