/* Element Styles */

.wpfox_callout_block {
	
}

.wpfox_callout_block > .wpb_wrapper {
	background-color: #fff;
	padding-bottom: 100%;
	height: 0;
	position: relative;
}

.wpfox_callout_block .callout-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 32px;
}

#content .wpfox_callout_block .label {
	position: absolute;
	top: -22px;
	left: 15px;
	border-radius: 0;
	font-size: 25px;
	text-transform: lowercase;
	font-weight: 500;
	padding: 0.4em 0.6em;
	line-height: 1;
	box-shadow: 6px 6px 10px rgba(0,0,0,.2);
}

.wpfox_callout_block .image {
	background-position: center center;
	background-size: cover;
	margin: 0;
	position: relative;
	padding-bottom: 100%;
}

#content .wpfox_callout_block h3 {
	font-size: 30px;
	margin: 0 0 0.4em;
	font-weight: 700;
	line-height: 1.3;
}

#content .wpfox_callout_block h4 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	line-height: 1.4;
}

.wpfox_callout_block a {
	color: #0aa5b5;
}

#content .wpfox_callout_block .callout-wrapper > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 63.999em) {
	.wpfox_callout_block .callout-wrapper {
		padding: 25px;
	}
	#content .wpfox_callout_block .label {
		top: -18px;
		left: 12px;
		font-size: 20px;
		box-shadow: 4px 4px 8px rgba(0,0,0,.2);
	}
	#content .wpfox_callout_block h4 {
		font-size: 16px;
	}
	#content .wpfox_callout_block h3 {
		font-size: 18px;
		font-weight: 500;
	}
}

@media (max-width: 767px) {
	.wpfox_callout_block > .wpb_wrapper {
		padding-bottom: 0;
		height: auto;
		margin-bottom: 30px;
	}
	.wpfox_callout_block .callout-wrapper {
		position: relative;
	}
}

