/**
 * 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
 */

:root {
	--primary-font-family-enwild: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
	--secondary-font-family-enwild: "Oswald", Impact, "Franklin Gothic Bold", sans-serif !important;
}


.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.2;
	z-index: 2;
}


@media screen and (max-width: 59.9999em) {
	.gd-section-title--sub-title .__txt-inside,
	.gd-section-title--title .__txt-inside {
		font-size: smaller;
	}
}
