/* ================================================================
 *
 * Google Font Import
 *
 * ============================================================= */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800|Roboto);


/* ================================================================
 *
 * Base Syles
 *
 * ============================================================= */

*::-webkit-input-placeholder {
	font-family: 'Roboto', sans-serif;
}
*:-moz-placeholder {
    /* FF 4-18 */
	font-family: 'Roboto', sans-serif;
}
*::-moz-placeholder {
    /* FF 19+ */
	font-family: 'Roboto', sans-serif;
}
*:-ms-input-placeholder {
    /* IE 10+ */
	font-family: 'Roboto', sans-serif;
}


input:focus {
    border: 3px solid white;
}

input[type=text] {
	color:#000000;
	font-family: 'Roboto', sans-serif;
}
input[type=email] {
	font-family: 'Roboto', sans-serif;
}



/* ================================================================
 *
 * Helper Classes
 *
 * ============================================================= */


.nnr-io-wrap,
.nnr-io-wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nnr-io-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #94cd4b;
	z-index: 999999;
	display: flex; 
	align-items: center; 
	justify-content: center;
	overflow:auto;
}

.nnr-io-header {
	position: fixed;
	margin: 12px;
	display: inline-block;
    right: 15px;
	border-radius: 5px;
}

.nnr-io-header:hover {
	cursor: pointer;
	text-decoration: none;
}
.nnr-io-timer {
	
    text-decoration: none;
    font: 700 1.5rem/2.5rem Oswald,sans-serif;
    text-transform: uppercase; 
    vertical-align: middle;
    width: 16rem;
    display: inline-block;
    text-align: center;	
}

.nnr-io-timer:hover {
	opacity:.7;
}

.fa {
	padding:10px 12px;
}


.nnr-io-container {
	padding: 60px 20px;
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
	max-height: 100%;
}

.nnr-io-container-size-25 {
	/*width: 25%; changing for now since i cant change it on template*/
	width:25%;
}

.nnr-io-container-size-50 {
	width: 50%;
}

.nnr-io-container-size-75 {
	width: 75%;
}

.nnr-io-container-size-100 {
	width: 100%;
}

.nnr-io-content,
.nnr-io-wrap .nnr-io-content-type {
	padding: 10px;
	vertical-align: middle;
	width: 100%;
	

}



.nnr-io-content > h1{
	padding-bottom:35px;
	font-family: 'Open Sans', sans-serif;
	font-size:45px;
	font-weight:800;
	line-height: 45px;
	text-shadow: 0px 0px 3px #F15928;
    text-transform: uppercase;
}

.nnr-io-content > p{
	font-family: 'Roboto', sans-serif;
}

.nnr-io-powered-by {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 6px 12px;
	border-radius: 4px;
	margin: 10px;
	font-size: 0.75em;
	background-color: rgba(0,0,0,0.2);
	color: white;
	opacity: 0.5;
}

.nnr-io-powered-by:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
	color: #F15928;
}

/* ================================================================
 *
 * Self Hosted Ad
 *
 * ============================================================= */

.nnr-io-ad-link img {
	width: 100%;
}

/* ================================================================
 *
 * Button Link
 *
 * ============================================================= */

.nnr-io-button-wrap {
	text-align: center;
}
.nnr-io-button-link{
	margin: 0 auto;
	margin-top: 20px;
	font-size: 20px;
	transition: all .5s;
	

}
.nnr-io-button-link > button{
	background-color: #F15928;
	transition: all .5s;
	padding: 10px;
	height: 100%; /* Safari 7.0+ */
	border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
	font-size: 20px;
}


/* ================================================================
 *
 * Age Verifier
 *
 * ============================================================= */

.nnr-io-age-verifier-wrap {
	margin-top: -20px;
	text-align: center;
}

.nnr-io-age-verifier-fields {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.nnr-io-age-verifier-fields-group {
	width: 33.333%;
	padding: 0px 4px;
	float: left;
}

.nnr-io-age-verifier-fields-input, .nnr-io-email{
	width: 100%;
	float: left;
	border: 1px solid #ddd !important;
	font-size: inherit;
}

.nnr-io-first-name,.nnr-io-last-name,.nnr-io-email{
	border: 1px solid #ddd !important;
	box-sizing: border-box;
	width:100%;
	font-size: 20px;
}


.nnr-io-age-verifier-button {
	margin-bottom: 20px;
    font-size: 20px;
    color: white;
    border-radius: 5px;
    background-color: #F15928;
    transition: all .5s;
	border: 0;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
	
}

/* ================================================================
 *
 * Acceptance
 *
 * ============================================================= */

.nnr-io-acceptance-wrap {
	text-align: center;
}

.nnr-io-acceptance-button {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 20px;
	border-radius: 5px;
	background-color: #F15928;
    transition: all .5s;
	border: 0;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}

/* ================================================================
 *
 * Optin
 *
 * ============================================================= */
 

.nnr-io-optin-wrap form {
	text-align: center;
	margin: 0 auto;
	width: 300px;
}



.nnr-io-optin-wrap input {
	margin-bottom: 12px;
	padding-left: 10px;
}

.nnr-io-optin-wrap .nnr-io-submit {
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
	font-size: 20px;
    color: white;
    border-radius: 5px;
    background-color: #F15928;
    transition: all .5s;
	border: 0;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    text-transform: uppercase;
}


/* ================================================================
 *
 * States / Animations
 *

 * ============================================================= */

.nnr-io-age-verifier-button:hover {
	background-color: #CA390B  !important;
}

.nnr-io-optin-wrap .nnr-io-submit {
	background-color: #CA390B;
}


/* ================================================================
 *
 * Media Queries
 *
 * ============================================================= */

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

	.nnr-io-container {
		width: 100%;
	}

}

/* media query for mobile devices */
@media screen and (max-width: 450px) {

	.nnr-io-content > h1 {
		font-size: 35px;
	}
	.nnr-io-content > p {
		font-size: 18px;
	}

	input[type=text] {
		font-size: 20px;
	}

	.nnr-io-age-verifier-fields-group {
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding: 40px 4px;
		width: 75%;

	}

	.nnr-io-age-verifier-fields-input {
		height: 58px;
	}
}
