/*
Theme Name: Classic Construction
Author: aThemeArt
Author URI: https://athemeart.com/
Theme URI: https://athemeart.com/downloads/classic-construction/
Description: Classic Construction is a child theme of the Consted Construction Company WordPress theme. Offers a modern and clean WP theme suitable for construction companies, architects' studios, property development firms, and real estate presentations. Also, you use, It makes for corporate/business websites, creative agencies and different businesses. This theme is optimized for viewing on all major browsers, tablets, and phones, and is packed with the latest technologies. It was designed with user experience in mind, providing endless freedom to create and customize your website like a pro without needing to write any code. Whether you're a beginner, developer, freelancer, or growing business, this versatile and multi-purpose theme has features that suit your needs.
Template: consted
Version:      1.1.2
Requires at least: 5.0
Tested up to: 6.8.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 );
}