/*
Theme Name:  Divi Child Theme
Theme URI:    https://divilife.com
Description:  Child Theme for Divi
Author:       Tim Strifler
Author URI:   https://divilife.com
Template:     Divi
Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

.page-id-1632 .container {
	width: 100%;
}
/**/
.mask-diag__one {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}
.mask-diag__two {
	-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
}
.mask-diag__three {
	-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
.mask-diag__mob__one {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}
.mask-diag__mob__two {
	-webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 75%);
	clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 75%);
}
/**/
.slider__subtext:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 30px;
	width: 60px;
	height: 2px;
	background: #fff;
}
.slider__nav-menu ul {
	padding: 0px;
}
.slider__nav-menu ul li {
	list-style-type: none;
	padding-bottom: 10px;
}
.slider__nav-menu ul li a {
	color: #fff !important;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-bottom: 4px;
}
.slider__nav-menu ul li:hover a {
	border-bottom: 1px solid #fff;
}
/**/
.slide_out-1-color {
	background: -o-linear-gradient(15deg, #1a5a40cc 0%, #1a5a40cc 33%, #2a7638cc 33%, #2a7638cc 66%, #43975ccc 66%, #43975ccc 100%) !important;
	background: linear-gradient(75deg, #1a5a40cc 0%, #1a5a40cc 33%, #2a7638cc 33%, #2a7638cc 66%, #43975ccc 66%, #43975ccc 100%) !important;
}
.slide_out-2-color {
	background: -o-linear-gradient(15deg, #43975ccc 0%, #43975ccc 33%, #1a5a40cc 33%, #1a5a40cc 66%, #2a7638cc 66%, #2a7638cc 100%) !important;
	background: linear-gradient(75deg, #43975ccc 0%, #43975ccc 33%, #1a5a40cc 33%, #1a5a40cc 66%, #2a7638cc 66%, #2a7638cc 100%) !important;
}
.slide_out-3-color {
	background: -o-linear-gradient(15deg, #2a7638cc 0%, #2a7638cc 33%, #43975ccc 33%, #43975ccc 66%, #1a5a40cc 66%, #1a5a40cc 100%) !important;
	background: linear-gradient(75deg, #2a7638cc 0%, #2a7638cc 33%, #43975ccc 33%, #43975ccc 66%, #1a5a40cc 66%, #1a5a40cc 100%) !important;
}
/**/
.slide-on_up:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	background-color: #fff;
	left: -12px;
}