/*
/*
Theme Name: 	   Chromax child
Text Domain: 	   chromax
Version:            1.0.11
Tested up to:       6.8
Requires at least:  4.7
Requires PHP:       5.6
Author:             DesertThemes
Author URI:         https://desertthemes.com/
Theme URI:          https://desertthemes.com/themes/chromax-free/
Description:        Chromax is lightweight, highly extendable and multi-purpose WordPress Theme. Chromax is perfect for Startup, IT Solutions, IT Business, Agencies, Marketing, Consulting and Services Company related to any business websites. Chromax based on in-depth research into IT Solutions, IT Services, IT Business, Consulting & Software, Digital Solution, Technical Engineering, Technology, and Services Company, to deliver all needed layouts and blocks. It will enable you to create almost any type of website with a beautiful & professional design. Chromax supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. Chromax Pro demo https://preview.desertthemes.com/pro/chromax/
Tags:               one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.

Template: chromax
*/


@import url("../chromax/style.css"); 

/* Basic Style */

/* move menu right a bit */
.dt_navbar-nav {
margin-left: 45px;
}

/*make header background green*/
.header--one .dt_header-topbar {
background-color: green;
}


/*extend breadcrumbs to the side*/
.dt_pagetitle .dt_pagetitle_bgimage {
left: 0px;
right: 0px;
border-radius: 0px !important;
}


/*remove mid breadcrumb title */
.dt_pagetitle_bigtitle {
display: none;
}

.dt_pagetitle .dt_pagetitle_bgimage {
border-radius: 50px;

}

/* remove header on homepage */
.page-id-17 #dt_pagetitle {
display: none;
}


/* change contact form field color */
.cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
border-radius: 3px;
min-height: 34px;
}


div.container:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2) > input:nth-child(1) {
  background-color: #bfb1db;
}

/* Element | https://www.solarpioneers.com.gh/request-a-quote/ */

.wpcf7-tel {
  background-color: #bfb1db;
}

/* Element | https://www.solarpioneers.com.gh/request-a-quote/ */

.wpcf7-email {
  background-color: #bfb1db;
}


/*quote form */
container:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2) > input:nth-child(1) {
background-color: #bfb1db;
}

.wpcf7-tel {
background-color: #bfb1db;
}

.wpcf7-email {
background-color: #bfb1db;
}

.container:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2) > input:nth-child(1) {
background-color: #bfb1db;
}

.container:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2) > input:nth-child(1) {
background-color: #bfb1db;
}

.container:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > input:nth-child(1) {
background-color: #bfb1db;
}

/*reduce get in touch size on small screens*/
@media (max-width: 680px) {
.dt-footer-slug h3 {
font-size: 4rem;
font-size: 3rem;
}
}


/* change contact form field color */
.wpcf7-form-control {
  background-color: #bfb1db;
  color: #000;
}