/*
Theme Name: Businext Child
Theme URI: http://businext.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: businext
Text Domain:  businext
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
.calloutForms{
    background-color:#2196F3 !important;
    padding: 30px 30px 0 !important;    
}
 
.calloutForms input {
    height:45px;
    margin-top:15px;
}
 
.calloutForms input[type=submit]
{
    border-color:#15173f;
    background: #15173f;
	line-height: 0 !important;
	width: 100%;
}
 
.calloutForms input[type=submit]:hover
{
    border-color:#fff;
    background: #fff;
}

.page-breadcrumb {
	display:none;
}

.mc4wp-alert {
	color:#fff;
}

.page-sidebar-content {
	background:transparent !important;
	padding:0 30px !important;
}

.tm-service-feature.style-01 .modern-grid {
	background:#fff;
}

.wpcf7 .wpcf7-not-valid-tip {
	color:#fff !important;
}

.tm-service-feature.style-01 .icon {
	font-size:30px;
}

.tm-service-feature.style-01 .post-title {
	font-size:14px;
	font-weight:normal;
}

/*hide sidebar when mobile*/
@media (max-width:575.98px)
{
	.page-sidebar {
		display:none !important;
	}
}

.footer-style-04 a:hover {
	color: #ffffff !important;
}
