.callout,
.callout .img-cont,
.callout .inner {
	position: relative;
}
.callout .slick-slider:not(.slick-initialized) .slide:nth-child(n+1) {
	display: none;
}
.callout {
	margin-top: 65px;
	padding-bottom: 100px;
}
.callout .img-cont img {
	width: 100%;
}
.callout:after {
	content: "";
	background-image: url('../jpg/chalkboard.jpg');
	position: absolute;
	top: -45px;
	bottom: 0;
	right: 0;
	left: 0;
	background-position: center;
	z-index: -1;
}
.callout .title-top {
	margin: 0 20px;
	text-align: center;
	padding: 0 40px;
}
.callout .title-cont h2,
.callout .title-cont h2 a {
	text-align: center;
	font-family: 'Rock Salt', sans-serif;
	color: #ffffff;
	font-size: 25px;
	line-height: 41px;
	margin: 0;
	padding-bottom: 30px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.callout .title-cont a.view-all {
	font-weight: 600;
	color: #ffffff;
	pointer-events: all;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 40px;
	border: 10px solid;
	border-image: url("../png/green-frame.png") 10 10 repeat;
}
.callout .slide-content {
	position: absolute;
	bottom: 22px;
	transform: rotate(-5deg);
	width: 80%;
	padding-left: 65px;
}
.callout .slide-content h4,
.callout .slide-content h4 a {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
}
.callout .slide-content h4 i {
	color: #96d901;
}
.callout .img-cont {
	transform: rotate(-5deg);
	width: 88%;
	margin: 20px auto 0;
	border: solid #ffffff 10px;
}
.callout .img-cont:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(to top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}
.callout .slick-initialized .slick-slide {
	padding: 20px 0;
}
.callout .arrow-cont {
	position: absolute;
	top: 0;
	left: 10px;
	width: calc(100% - 20px);
	padding-top: 87%;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}
.callout .arrow-cont .custom-arrow.prev.slick-arrow,
.callout .arrow-cont .custom-arrow.next.slick-arrow {
	pointer-events: all;
}
.callout .arrow-cont .custom-arrow .arrow-inner {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	color: white;
	font-size: 65px;
}
.callout .arrow-cont .custom-arrow .arrow-inner i {
	text-shadow: 3px 3px 6px rgba(0,0,0,.8);
}
.callout .slider-cont {
	margin-top: 15px;
}
.callout .title-cont a.view-all i {
	color: #9b5df8;
}
.callout .title-top.desktop { display: none;}
@media (min-width: 40em) {
	.callout .arrow-cont {
		display: none;
	}
	.callout .img-cont {
		margin: 20px auto 35px;
	}
	.callout .slide-items {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		overflow: hidden;
	}
}
@media (min-width: 64em) {
	.callout {
		padding-bottom: 28px;
		margin-bottom: 125px;
	}
	.callout .title-top.desktop { 
		display: block;
		max-width: 250px;
		padding: 0px 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.callout .title-top.desktop h2 {
		text-align: center;
		font-family: 'Rock Salt', sans-serif;
		color: #ffffff;
		font-size: 32px;
		line-height: 48px;
		margin: 0;
		padding-bottom: 30px;
		margin-bottom: 10px;
		font-weight: 600;
		letter-spacing: 2px;
	}
	.callout .title-top.desktop a.view-all i {
	color: #9b5df8;
}
	.callout .title-cont { display: none;}
	.callout .img-cont {
		transform: rotate(-6deg);
		width: 95%;
		border: solid #ffffff 15px;
	}
	.callout .slide-items .slide:nth-of-type(1) .slide-content {
		transform: rotate(-6deg);
		padding-left: 65px;
	}
	.callout .slide-items .slide:nth-of-type(3) .img-cont {
		transform: rotate(2deg);
	}
	.callout .slide-items .slide:nth-of-type(3) .slide-content {
		transform: rotate(2deg);
		padding-left: 50px;
	}
	.callout .slide-items .slide:nth-of-type(4) .img-cont {
		transform: rotate(4deg);
	}
	.callout .slide-items .slide:nth-of-type(4) .slide-content {
		transform: rotate(4deg);
		padding-left: 50px;
	}
	.callout .title-top.desktop a.view-all {
		font-weight: 600;
		color: #ffffff;
		pointer-events: all;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 18px;
		padding: 15px 40px;
		border: 10px solid;
	    border-image: url("../png/green-frame.png") 10 10 repeat;
	}
	.callout .slide-content h4, 
	.callout .slide-content h4 a {
		font-size: 22px;
		line-height: 27px;
	} 
}