/*

Glendale Designs Custom Programming
for {{ENTER DOMAIN NAME}}
Ticket: {{ENTER TEAMWORK TICKET NUMBER}}
Allowed Domains: {{ENTER ALLOWED DOMAIN NAMES}}
  

GD: Theme Component

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

TERMS OF SERVICE
https://glendaledesigns.com/terms-of-service/
(Make sure to read and understand this section 'Non-Exclusive License to Customer')
  

GDMZ, GDCP - v01.05.00
GDPM - v01.06.00

*/

 .gd-theme-component--outside {
	clear: both;
	margin: 0;
}

.gd-theme-component {
	position: relative;
	z-index: 1;
}

.gd-theme-component: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-theme-component--inside {
	position: relative;
	background-color: transparent;
	z-index: 2;
}
