/*
Theme Name: Classic Construction
Author: aThemeArt
Author URI: https://athemeart.com/
Theme URI: https://athemeart.com/downloads/classic-construction/
Description: Classic Construction  is child  theme of Consted Construction Company WordPress Theme. Besides, comes with a  modern and clean WP Theme for  construction company, architects studio, property development firm, or real estate presentations . Alos, you use, It makes for corporate/business websites, creative  agencies and different businesses. it's good on all major browsers,  tablets and phones. Its equipped with the most recent technologies and  designed with user in mind to confirm endless freedom to make and  customize your website like a professional and without any coding. This  versatile, multi-purpose theme is ideal for beginners, while also feature made and extendable for  developers, freelancers and growing  businesses.
Template: consted
Version:      1.0.1
Requires at least: 5.0
Tested up to: 5.5.4
Requires PHP: 7.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, sticky-post, custom-background, custom-header, custom-colors, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, blog, e-commerce
Text Domain: classic-construction


Classic Construction WordPress Theme, Copyright 2022 aThemeArt
Classic Construction is distributed under the terms of the GNU GPL

Classic Construction is child theme of Consted WordPress Theme, Copyright 2022 aThemeArt
*/

/*------------header 2---------------------*/
:root {
	--secondary-color:#2355D3;
	--tertiary_color:#00215b;
  --nav-color-h:#2355D3;
  --nav-bg-h:#2355D3;

}

body{
  position: relative;
}
@media only screen and (min-width: 960px) {
	.header.layout-2{
		position: absolute;
		width: 100%;
		top: 20px;
		left: 50%;
		border-radius: 15px;
		max-width: 1200px;
	}
	.header.layout-2 .custom-css{
		position: relative;
		left: -50%;
	}
	.header.layout-2 .top-header,
	.header.layout-2.remove-topbar .bottom-header{
		border-top-right-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		-webkit-border-top-left-radius: 10px;
	}
	.header.layout-2 .bottom-header{
		border-bottom-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
	}
	.header.layout-2 .bottom-header .col-xl-2{
		position: static;
	}
	.header.layout-2 .bottom-header .logo{
		overflow: hidden;
		top: 0px;
		height: auto;
		bottom: 0px;
		left: 0px;
		border-bottom-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		background: var(--quaternary-color);
	}
	.header.layout-2 .bottom-header .logo: after,.header.layout-2 .bottom-header .logo: before{
		display: none;
	}
	.header.layout-2 .bottom-header.fixed-header{
		width: 100%;
	}
	.header.layout-2 .bottom-header.fixed-header .logo{
		position: relative;
		border-radius: 0px;
	}
	.site-hero-section, #home-static-banner{
		padding-top: 120px;
	}
	body.single-post main.site-main{
		max-width: 1024px;
		display: block;
		margin: 0px auto;
	}
	.error-404{
		margin-top: 150px;
	}
	#inner-hero{
		background:#011C4C;
	}
	.ow-navigation .nav.navbar-nav li li > a {
		color: var(--nav-bg-h) !important;
	}
	.ow-navigation .nav.navbar-nav li li.active > a, .ow-navigation .nav.navbar-nav li li > a:hover, .ow-navigation .nav.navbar-nav li li > a:focus {
		color: #fff !important;
		background: var(--nav-bg-h) !important;
	}
}
.content-wrap a{
	text-decoration: underline;
}
.content-wrap a:hover,.content-wrap a:focus{
	text-decoration: none;
}
figure.alignleft{
	margin: 0px 5px 5px 5px;
}
.site-hero-section .part-txt ul.breadcrumbs li::after {
	color: var( --secondary-color );
}