/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.main-nav .menu-item.menu-button a{
	margin-left: 13px;
	background-color: #9f0a0e;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.main-nav .menu-item.menu-button a:hover{
	background-color: #8f0909;
	color: #fff !important;
}

.hero-bg-half-col{
	position: relative;
}

.hero-bg-half-col:after{
	content: '';
	background-image: url('/wp-content/uploads/2026/05/afg-flooring.webp');
	background-size: cover;
	position: absolute;
	left: 53%;
	right: 0;
	top: 0;
	bottom: 0;
}

.right-col-full-bg,
.left-col-full-bg{
	position: relative;
}

.right-col-full-bg .half-col-bg{
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	bottom: 0;
	height: 100%;
	width: 50%;
	object-fit: cover;
	object-position: 75%;
	display: block;	
}

.left-col-full-bg .half-col-bg{
	position: absolute;
	top: 0;
	right: 0;
	right: 50%;
	bottom: 0;
	height: 100%;
	width: 50%;
	object-fit: cover;
	object-position: left;
	display: block;	
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px){
	.hero-bg-half-col:after {
		top: auto;
		height: 300px;
		left: 0;
	}
	
	.right-col-full-bg .half-col-bg,
	.left-col-full-bg .half-col-bg{
		position: unset;
		height: auto;
		width: 100%;
		margin-top: -80px;
	}
}/***/








