/**
* Theme Name: Craftmax Child
* Description: This is a child theme of Craftmax, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themearc">ThemeArc</a>
* Template: craftmax
* Version: 1.2
*/
:root {
  --bg-color-orange-dark: #511400;
  --bg-color-orange-light: #bd431b;	
  --thm-base: #bd431b !important;
  --thm-base-rgb: 189, 67, 27 !important;
  --thm-secondary: #ca1d1d;
  --thm-secondary-rgb: 202, 29, 29;
  --thm-accent: #d92c04;
  --thm-base-rgb: 217, 44, 4;
  --dark-grey-text: #29231f;
}

.banner-style-six{
  background-color: var(--bg-color-orange-dark) !important;
}

.theme-btn.btn-one:before,
.xs-bg-black,
.project-section,
.chooseus-style-two .image-box .image-content,
.project-style-two,
.coupon-block-one .inner-box .bg-layer:before,
.cta-section .inner-container,
.project-style-three,
.cta-section.home-4,
.testimonial-style-four,
.loader-wrap .layer .overlay {
  background: var(--bg-color-orange-dark) !important;
}

.service-sidebar .contact-widget .content-box .btn-box .theme-btn{
  color: var(--bg-color-orange-dark) !important;
}

.main-header .sticky-header {
	background-color: var(--bg-color-orange-dark) !important;
}

.elementor-28 .elementor-element .sub-title {
	color: var(--dark-grey-text) !important;
}

.elementor-28 .elementor-element .sub-title::before {
	background: var(--dark-grey-text) !important;
}