input:not([type]):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]) {
	box-shadow: none !important
}

.newsletter-contact-form {
	display: table;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s
}

.newsletter-contact-form p {
	padding: 0 0 0;
	margin: 0
}

.news-letter-container {
	padding: 0;
	margin: 0 auto;
	max-width: 60%
}

.newsletter-quick {
	padding: 10px 15px !important;
	margin: 15px 0 0;
	background-color: #fff;
	display: table;
	width: 100%
}

.newsletter-quick li {
	padding: 0 0;
	margin: 0 auto;
	list-style: none;
	width: 42%;
	float: left
}

.newsletter-quick li:nth-last-child(1) {
	width: 16%
}

.newsletter-quick li:nth-last-child(1) button {
	margin: 0;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	text-align: center
}

.newsletter-quick li:nth-last-child(1) button i {
	margin: 0;
	padding: 0 0 0 5px
}

.newsletter-quick input[type=email],
.newsletter-quick input[type=text] {
	padding: 10px !important;
	margin: 0 !important;
	border-bottom: none !important;
	height: auto !important;
	box-sizing: border-box !important;
	background: #fff;
	color: #000 !important
}

.newsletter-quick input[type=email] {
	border-left: 1px solid #ccc
}

@media (min-width:280px) and (max-width:767px) {
	.newsletter-quick li {
		width: 100% !important;
		padding: 20px 0 0 !important
	}

	.newsletter-quick {
		width: 100%
	}

	.news-letter-container {
		max-width: 100%
	}

	.newsletter-quick input[type=email],
	.newsletter-quick input[type=text] {
		border: 1px solid #ccc !important
	}

	.newsletter-quick li:nth-of-type(1) {
		padding-top: 0 !important
	}

	.newsletter-quick {
		padding: 15px 15px !important
    }
    
    .newsletter-title h1 span,
.newsletter-title h2 span,
.newsletter-title h3 span,
.newsletter-title h4 span,
.newsletter-title h5 span,
.newsletter-title h6 span {
	font-size: 24px !important;
	
}
.newsletter-title h1,
.newsletter-title h2,
.newsletter-title h3,
.newsletter-title h4,
.newsletter-title h5,
.newsletter-title h6 {
	font-size: 24px !important;
	
}
.newsletter-section h1 span,
.newsletter-section h2 span,
.newsletter-section h3 span,
.newsletter-section h4 span,
.newsletter-section h5 span,
.newsletter-section h6 span {
	font-size: 20px !important;
	
}
.newsletter-section h1,
.newsletter-section h2,
.newsletter-section h3,
.newsletter-section h4,
.newsletter-section h5,
.newsletter-section h6 {
	font-size: 20px !important;
	
}
.newsletter-section p span {
	font-size: 16px !important;
	
}
}

@media (min-width:768px) and (max-width:1199px) {
	.newsletter-quick li:nth-last-child(1) {
		width: 19%
	}

	.newsletter-quick li {
		width: 40%
	}

	.newsletter-quick {
		width: 100%
	}

	.news-letter-container {
		max-width: 100%
    }
    .newsletter-title h1 span,
    .newsletter-title h2 span,
    .newsletter-title h3 span,
    .newsletter-title h4 span,
    .newsletter-title h5 span,
    .newsletter-title h6 span {
        font-size: 24px !important;
        
	}
	.newsletter-title h1,
    .newsletter-title h2,
    .newsletter-title h3,
    .newsletter-title h4,
    .newsletter-title h5,
    .newsletter-title h6 {
        font-size: 24px !important;
        
    }
    .newsletter-section h1 span,
    .newsletter-section h2 span,
    .newsletter-section h3 span,
    .newsletter-section h4 span,
    .newsletter-section h5 span,
    .newsletter-section h6 span {
        font-size: 20px !important;
        
	}
	.newsletter-section h1,
    .newsletter-section h2,
    .newsletter-section h3,
    .newsletter-section h4,
    .newsletter-section h5,
    .newsletter-section h6 {
        font-size: 20px !important;
        
    }
    .newsletter-section p span {
        font-size: 16px !important;
        
    }
}

.newsletter-section {
	position: relative
}

.newsletter-quick .common-btn:after {
	font-family: FontAwesome;
	content: "\f1d8";
	font-size: 16px;
	right: 16px;
	position: absolute;
	top: 11px;
	font-weight: 300
}
