/*--------------------------------------------------
# Newsletter
--------------------------------------------------*/
form#form-nl{
	position: relative;
	margin: 0px auto;
}
form#form-nl ol,form#form-nl ol > li{
	margin:0;
	padding:0;
	list-style:none;
}
form#form-nl ol {
	margin: 0;
}
form#form-nl ol li {
	position: relative;
	padding: 0 10px;
	width: 33.333%!important;
	float: left;
	clear: none;
}
form#form-nl ol li ::placeholder {
    color: #fff;
}
form#form-nl ol li#NewsletterListHeader {
	display: none;
}
form#form-nl ol li#NewsletterSubmitHeader {
	float: none;
	clear: both;
	width: auto!important;
	padding: 10px;
	text-align: center;
}
form#form-nl label.field-title {
	display: none;
}
form#form-nl li > span {
	display: block;
}
form#form-nl .txtbox-long {
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    padding: 10px 15px;
    outline: none !important;
    width: 100%;
    height: auto;
    background: none;
    margin: 0px;
    transition: border-color .4s, color .4s;
}
form#form-nl .txtbox-long:focus {
	color: #fff;
	border-color: #fff;
}
form#form-nl .required{
	color:#f00;
}
form#form-nl .gdpr_policy {
    clear: both;
    text-align: center;
    width: 100% !important;
    margin-top: 15px;
}
form#form-nl .gdpr_policy label {
	display: inline-block;
	margin: 0 auto;
}
form#form-nl #NewsletterSubmitHeader{
	text-align: right;
}
form#form-nl #subscriber-submit {
font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    padding: 6px 30px;
    outline: none !important;
    background: #b80202;
    border: none;
    width: auto;
    height: auto;
    z-index: 5;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
}
form#form-nl #subscriber-submit:hover {
	background: #fff;
	color: #b80202;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
form#form-nl .clearFix{
	display:none;
}
@media only screen and (max-width : 767px) {
	form#form-nl ol li {
		float: none;
		clear: both;
		width: auto!important;
		padding: 10px 0;
	}
}