/* Element Styles */

.wpfox_callout_block {
	
}

.wpfox_callout_block .callout-wrapper {
	
}

.wpfox_callout_block .image {
	background-position: center center;
	background-size: cover;
	margin: 0 0 20px;
	position: relative;
}

.wpfox_callout_block .callout-wrapper > a:not(:first-child), .wpfox_callout_block .callout-wrapper > .image:not(:first-child) {
	margin-top: 12px;
	display: block;
}

.wpfox_callout_block a:last-child .image {
	margin-bottom: 0;
}

.wpfox_callout_block .format-square .image {
	padding-bottom: 100%;
}

.wpfox_callout_block .format-circle .image {
	padding-bottom: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.wpfox_callout_block .format-standard .image {
	padding-bottom: 75%;
}

.wpfox_callout_block .format-widescreen .image {
	padding-bottom: 56.25%;
	
}

.wpfox_callout_block .image .overlay {
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	transition: top 0.5s;
	width: 100%;
}

.wpfox_callout_block a:hover .image .overlay {
	top: 65%;
}

.wpfox_callout_block .image .overlay::before {
	background-color: #006854;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	content: " ";
	z-index: 0;
	opacity: 0.75;
}

.wpfox_callout_block .image .overlay h3 {
	color: #fff;
	position: relative;
	padding: 20px 40px 20px 20px;
	font-size: 24px;
}

.wpfox_callout_block .image .hover {
	position: absolute;
	top: 0;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	opacity: 0;
}

.wpfox_callout_block:hover .image .hover {
	opacity: 1;
}

.wpfox_callout_block .image .hover::before {
	background-color: #000;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	content: " ";
	z-index: 0;
	opacity: 0.5;
}

.wpfox_callout_block .image .hover p {
	color: #fff;
	padding: 20px;
	position: relative;
}

.wpfox_callout_block h2 {
	font-size: 20px;
	margin-bottom: 0.15em;
}

.wpfox_callout_block h5 {
	font-size: 14px;
	color: #1f3131;
	margin-bottom: 1.2em;
}

.wpfox_callout_block p {
	
}

.wpfox_callout_block .button {
	
}