/*	
Theme Name: Industrialist
Theme URI: https://industrialist.qodeinteractive.com
Description: An Expert Theme for Industry & Manufacturing Businesses
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: industrialist
Version: 2.0
License: GNU General Public License
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit
{
	background-color:#ef6123 !important;
	border-color:#ef6123 !important;
}

.mkd-footer-inner .mkd-three-columns-inner
{
	display: flex;
    justify-content: space-between;
}

.mkd-footer-inner .mkd-three-columns-inner > .mkd-column:nth-child(2)
{
	display:none !important;
}