@charset "utf-8";
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */


.mid-wrap {
	position: relative;
	z-index: 55;
}

.mid-box {
	z-index: 10;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.mid-box p {
	font-size: 21px;
	font-size: 1.3125rem;
	color: #1e1e1e;
	line-height: 1.2;
}
.mid-box:hover p {
	color: var(--main);
}

#sheds {
	padding-left: 2rem;
	padding-right: 2rem;
}
.shed-card .card {
	position: relative;
	height: 100%;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}
.shed-card .card-header {
	height: 200px;
	height: 12.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.shed-card .card-header:first-child {
    border-radius: 0;
}
.shed-card .card-header {
    padding: 1.25rem 1.25rem;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0;
}
.shed-card .card-header:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 20%;
	height: 3px;
	background-color: #d7d7d7;
}
.shed-card .card-body {
    padding: 1.5rem 1.25rem;
	color: #101112;
}
.shed-card .card:hover:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 30%;
	left: 0;
	right: 0;
	box-shadow: 0 0 19px rgba(0,0,0,0.1);
	z-index: -1;
}
.shed-card .card-title {
	font-size: 29px;
	font-size: 1.8125rem;
}
.shed-card .card-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#middle-menu {
		padding-left: 8.3333%;
		padding-right: 8.3333%;
	}
	.mid-wrap {
		top: -130px;
		top: -8.125rem;
		margin-bottom: -100px;
		margin-bottom: -6.25rem;
	}
	.mid-wrap:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 45%;
		right: 0;
		pointer-events: none;
		background-color: #fff;
		box-shadow: 10px -15px 10px rgba(0,0,0,0.1);
		transform: skewX(20deg);
	}
	.mid-wrap:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 45%;
		pointer-events: none;
		background-color: #fff;
		box-shadow: -10px -15px 10px rgba(0,0,0,0.1);
		transform: skewX(-20deg);
	}
	.mid-box {
		height: 200px;
	}
	#sheds {
		padding-left: 8.3333%;
		padding-right: 8.3333%;
	}
}

/* Webfrog extra devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
	
}
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */