/**
 * Glendale Designs Custom Programming
 * Section Title
 *
 * Glendale Designs -- GDMZ, GDCP
 *
 * Copyright Glendale Designs - Our optimizations are not freeware.
 * Do not use, copy or distribute without written permission.
 * Ask us, we're nice! support@glendaledesigns.com
 *
 * v1.5
 */


 .gd-section-title--outside {
	clear: both;
	margin: 0;
}

.gd-section-title {
	position: relative;
	z-index: 1;
}

.gd-section-title:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	background-size: contain;
	z-index: 1;	
}

.gd-section-title--inside {
	position: relative;
	background-color: transparent;
	line-height: 1.4;
	z-index: 2;
}
