/*
 Theme Name:   Solar Montana Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.separate-containers .inside-article.solarProject {
	background-color: #fff !important;
	padding: 25px 0 !important;
	}

.solarProjectPhoto img {
	width: 100%;
	height: auto;
	}

.solarProjectItem {
	display: flex;
	gap: 25px;
	margin-bottom: 50px;
	}

.solarProjectPhoto {
	width: 50%;
	}
	
.recent-projects {
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	}

.projectWrapper {
	width: 50%;

}

.projectBoxes {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 25vw;

	}

.projectOverlay {
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	width: 100%;
	height: 25vw;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	cursor: pointer
	}

.project-link h2{
	color: #fff !important;
	}

.projectOverlay:hover {
	background: rgba(0, 0, 0, .0);

	}

.projectGallery {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	}
	
.projectGallery::after {
    content: "";
    display: block;
    clear: both;
}

.clearfloat:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfloat {
    display: inline-block;
}
.clearfloat {
    display: block;
}
