@charset "utf-8";
/**
 *
 * @package WordPress
 * @subpackage EML Email Marketing Signup Plugin
 
 * Description:		eMarketing Logic Permission Email Marketing Signup Form (emsf).
 * Author:				Gerry Garcia
 *
 * Declarations for frontend page.
 */

/* CALL TO ACTION BOX FOR SIGNUP PAGE */
#eclubCta { 
	padding: 0;
	margin: 0;
}
	#eclubCta input[type="email"] { 
		width: 50%;
	}

/* SIGNUP PAGE FORM */
#eml-email-signup {
	
}
#eml-email-signup input[type='text'],
#eml-email-signup input[type='submit'],
#eml-email-signup select {
	display: block; 
	text-align: center; 
	margin: 0 auto;
}

	#eml-email-signup .eclubConfirmMsg { 
		background-color: #fff;
		color: #c30;
		font-size: 14px;
		font-weight: bold;
		margin: 2.5% 0 0.5% 0;
		text-align: center;
	}
	#eml-email-signup .eclubSignup { 
		margin: 0 auto;
		padding: 2% 0;
		width: 60%; 
	}
	#eml-email-signup p {
		text-align: center;
	}
		#eml-email-signup label {
			font-weight: bold;
		}
		#eml-email-signup input[type="text"] {
			width: 75%;
		}
		#eml-email-signup .eclubRequired {
			font-size:12px;
		}

@media screen and (max-width: 767px) {
	/* SIGNUP PAGE FORM */
	#eml-email-signup .eclubSignup { 
		width: 100%; 
	}
}
@media screen and (max-width: 480px) {
	/* SIGNUP PAGE FORM */
	#eml-email-signup input[type="text"] {
		width: 90%;
	}
}