/*
Theme Name: Holmes Child
Theme URI: https://holmes.qodeinteractive.com/
Description: A child theme of Holmes Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: holmes
Template: holmes
*/

html {
  scroll-behavior: smooth;
}
.hide_on_all {
	display: none !important;
}
.hide_on_desktop {
	display: none !important;
}

.wpb_text_column h1 {}
.wpb_text_column h2 {}
.wpb_text_column h3 {}
.wpb_text_column h4 {}
.wpb_text_column h5 {}
.wpb_text_column h6 {}
.wpb_text_column p {}
.wpb_text_column ul, .wpb_text_column ol {
    list-style: outside;
    margin-left: 35px;	
}
.wpb_text_column ul li, .wpb_text_column ol li {
	margin-bottom: 10px;	
}

body .mkdf-btn.mkdf-btn-solid {
	background-color: #c00000;
}
.mkdf-page-header .mkdf-btn.mkdf-btn-solid {
	margin-right: 20px;
	margin-left: 30px;
}

body .mkdf-process-holder .mkdf-process-inner {
	margin: 0;
}
.mkdf-process-holder.mkdf-three-columns .mkdf-process-item {
	text-align: left;
}
.mkdf-process-holder .mkdf-process-image-holder {
	width: 100%;
}
#more_about_us_1 .wpb_wrapper .home_column_fix:first-child {
	margin-bottom: 270px;
}
#more_about_us_1 .wpb_wrapper .home_column_fix:last-child {
	margin-bottom: 420px;
}
/*
#more_about_us_2 .home_column_fix {
	margin-bottom: 400px;
}
*/
.mkdf-btn.is-disabled {
	pointer-events: none;
	border-color: grey !important;
	color: grey !important;
	background-color: #eeeeee !important;
}
.mkdf-clients-carousel-holder {
	    background-color: #2b2b2b;
    margin-top: 0px;
    margin-bottom: 0px;
}
.mkdf-cc-hover-switch-images .mkdf-cc-item.mkdf-cci-no-link:hover .mkdf-cc-image {
	opacity: 1 !important;
}
footer .widget .mkdf-widget-title-holder .mkdf-widget-title {
	font-size: 24px;
}
.mkdf-btn.mkdf-btn-large {
    padding: 19px 30px !important;
}
@media only screen and (min-width: 1450px) {
	.add_spacer_top_desktop {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 1200px) {
	.client_carousel .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media only screen and (min-width: 1024px) {
	.gallery_spacer, .client_carousel  {
		padding-left: 83px !important;
		padding-right: 83px !important;
	}	
}
@media only screen and (max-width: 1024px) {
	.remove_padding_leftright > .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
    body .mkdf-container-inner, body .mkdf-grid, body .mkdf-row-grid-section {
        width: 90%;
    }
	.hide_on_desktop {
		display: block !important;
	}
	.hide_on_mobile {
		display: none !important;
	}
	body .mobile_remove_spacing {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	body .reduce_padding_top_bot {
		padding-top: 120px !important;
		padding-bottom: 120px !important
	}
	.vc_row > .vc_col-sm-6 {
		width: 100%
	}
	body .mkdf-process-holder .mkdf-pi-content {
		display: block;
		position: relative;
		padding-left: 15px;
	}
	body .mkdf-process-holder.mkdf-three-columns .mkdf-process-inner .mkdf-process-item {
		padding-top: 0px; 
	}
	#more_about_us_1 .wpb_wrapper .home_column_fix:first-child {
		margin-bottom: 0;
	}
	#more_about_us_1 .wpb_wrapper .home_column_fix:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 520px) {
	body .mobile_linebreak_fix {
		margin-left: 0 !important;
		margin-top: 20px !important;
	}
}