/*
Theme Name: PurposeEnergy
Description: A child theme for Breakdance Zero Theme
Author: Kieran Chapman
Author URI: https://kieranchapmandesign.com
Template: breakdance-zero-theme
Version: 1.0.2
*/

@import url('css/custom.css?v4');

body {
	overflow-x: hidden;
}

body.page-template-template-blocks main {
	max-width: var(--bde-section-width);
	padding: var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding);
	margin-left: auto;
	margin-right: auto;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}


/* nav icon issue with home page slider */
.sfm-rollback {
	height: auto;
}


@media screen and (min-width: 1400px) {
	
}


@media screen and (max-width: 1399px) {
	
}


@media screen and (max-width: 767px) {
	
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}

}


.portfolio_grid_item .project-title_wrapper {
	position: relative;
	z-index: 2;
}

.portfolio_grid_item a:after {
	content: "";
	height: 0;
	width: 100%;
	background: var(--dark-blue);
	opacity: .6;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transition: height .25s ease;
}

.portfolio_grid_item[title-location="bottom"] a:after {
	top: auto;
	bottom: 0;
}

.portfolio_grid_item:hover a:after {
	height: 100%;
}
