/*
Theme Name: underbeam
Theme URI: https://underbeam.com/
Author: kaushik
Author URI: https://underbeam.com/
Description: A custom responsive WordPress theme for underbeam.
Version: 1.0
License: underbeam
License URI: https://underbeam.com/
Text Domain: underbeam
*/

:root {
	--color-white: #ffffff;
}

.wpcf7-spinner {
	display: none !important;
	visibility: hidden !important;
}

svg {
	width: 22px;
	height: 22px;
}

#MainContent #page-header-banner .container {
	height: 300px;
}

.footer-newsletter-inner .wpcf7-email.form-control {
	color: #FFFFFF;
}

.logo-list-img img {
	max-height: 38px !important;
}

.wpcf7-response-output {
	border-radius: 10px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	border-color: var(--pe-color-primary-600);
	background-color: var(--pe-primary-btn-bg);
	color: #FFFFFF;
	text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 5px;
}

/* Responsive */
@media (max-width: 1250px) {

}

@media (max-width: 1080px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
	
}

@media (max-width: 768px) {
	
}

@media (max-width: 680px) {
	
}

@media (max-width: 520px) {
	
}

@media (max-width: 480px) {
	
}

@media (max-width: 430px) {
	
}

@media (max-width: 415px) {
	
}

@media (max-width: 375px) {
	
}

@media (max-width: 350px) {
	
}

@media (max-width: 320px) {

}