/*
Theme Name: Construction Light - Child
Theme URI:http://sparklewpthemes.com/wordpress-themes/constructionlight/
Author: Sparkle Themes
Author URI:  https://sparklewpthemes.com/
Description: Construction Light is a user-friendly, feature-rich, intuitive, creative, powerful, impressive engaging and dynamic, fully customizable responsive Free Construction WordPress theme which is easy to use. Construction Light theme can be fully utilized to develop awesome and modern websites for construction business or related other business like contractors, builders, architectural firms, renovation and repair services, property dealers, building material trader, infrastructure companies, plumbing and roofing services businesses also other kinds of websites such as web agency, portfolio, photography, business and corporate websites. This theme includes excellent features like ( Banner Slider, Features Services, About Us, Call to Action Button (CTA), Main Services, Portfolio, Team Member, Testimonial, Client Logo and Video Call to Action with Button ), WooCommerce Block etc also includes 10+ elementor blocks which help to develop a clean and modern website. Construction Light WordPress theme is fully responsive, cross-browser compatible, translation ready, SEO friendly theme. If you face any problem related to our theme, you can refer to our theme documentation or contact our friendly support team. Check demo at http://demo.sparklewpthemes.com/constructionlight/ and theme details at https://sparklewpthemes.com/wordpress-themes/constructionlight and get free support forum at https://sparklewpthemes.com/support/
Version: 1.4.7
Requires PHP: 7.0
Tested up to: 6.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: construction-light
Text Domain: construction-light
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, post-formats, sticky-post, theme-options, translation-ready, featured-images

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.

Construction Light is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/** 
 * Change link colors from the default blue color inherited from bootstrap.
 */
a {
	color: #003740;
}

/**
 * Change topbar color.
 */
.cons_light_top_bar {
  background-color: #F6F6F6;
}

/**
 * Add padding to breadcrumbs so they wont be squished.
 */
.breadcrumb {
	padding: 100px 0;
}

/**
 * Change breadcrumb title and links to white so they can be seen better on dark background.
 * Need to use important because inline styles overwrite these ones.
 */
.breadcrumb h2 {
	font-weight: bold;
	color: #FFFFFF !important;
}
.breadcrumb ul li a,
.breadcrumb ul li a::after {
	color: #FFFFFF !important;
}
.breadcrumb ul li a:hover {
	text-decoration: none !important;
}

/**
 * Change footer link color cause its too similar to the primary color.
 * Need to use important because inline styles overwrite these ones.
 */
.site-footer .widget a:hover,
.site-footer .widget li:hover::before {
	color: #FFFFFF !important;
}

/**
 * Changing header colors to primary color since the original theme author hardcoded the color.
 */
.not-found .page-header h1 {
	color: #E14D00;
}
.entry-content h1,
.entry-content h3 {
    color: #00659D;
}
.entry-content h2,
.entry-content h4 {
    color: #E14D00;
}

/**
 * Change header background color.
 */
.nav-classic .nav-menu .box-header-nav,
.box-header-nav .main-menu .sub-menu > .menu-item.current-menu-item > a,
.box-header-nav .main-menu .sub-menu > .menu-item:hover > a,
.box-header-nav .main-menu > .menu-item:hover > a {
    background: #00659D !important;
    text-decoration: none !important;
}

/**
 * Add grid view categories on the store page, 3 categories per row.
 */
.wc-block-product-categories-list {
	box-sizing: border-box;
	padding: 0;
	margin: 10px 0 40px 0;
}
.wc-block-product-categories-list::after {
	content: '';
	display: block;
	clear: both;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
	box-sizing: border-box;
	clear: none;
	float: left;
	width: 33%;
	padding: 10px 20px 10px 0;
	margin: 0;
	text-align: center;
}
@media (max-width: 992px) {
	/* 2 categories per row on smaller devices */
	.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
		width: 50%;
	}
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
	display: block;
	max-width: 100%;
	width: 100%;
	padding: 10px;
	margin: 0;
}
.shop-before-control {
	clear: both;
}

/**
 * Set 2 products per row on small devices.
 */
@media (max-width: 992px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 48%;
		margin: 0 0 2.992em;
	}
}

/**
 * Hide recaptcha badge.
 */
.grecaptcha-badge {
	display: none;
}

/**
 * Change contact form 7 default background.
 */
div.wpcf7 {
	background-color: #FFFFFF;
}

/**
 * Increase slideshow font size.
 */
.banner-slider .slider-item .slider-content p {
	font-size: 28px;
}

/**
 * Increase call to action font size.
 */
.calltoaction_subtitle p {
	font-size: 28px;
}