/* 
Theme Name: Coast 2 Coast Construction
Theme URI: 
Description: Coast 2 Coast Construction Child Theme
Author: Rivercity
Author URI: 
Template: hello-elementor
Version: 2.0.0
Text Domain: coast-2-coast-construction
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.cta-section .elementor-cta__content:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #3d246e;
	opacity: 0.7;
}
.services-section .elementor-post__thumbnail__link{
	margin-bottom: 0 !important;
}
.services-section .elementor-post__text{
	background-color: #fff;
    border-bottom: solid 5px #3D246E;
	padding: 20px 15px;
}
.main-header .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 1024px) {
	.main-header .menu-column-wrap,
	.menu-column-wrap .header-menu,
	.menu-column-wrap .header-menu .elementor-widget-container{
		position: static;
	}
	.main-header .menu-column-wrap .elementor-nav-menu__container{
		position: absolute;
		left: 0;
		right: 0;
		top: 85px;
		width: 100%;
		z-index: 2;
		margin-top: 0;
	}
}
