/**
 * Glendale Designs Custom Programming
 * Theme Component Container
 *
 * 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-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;
}
