﻿/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.global-guten-extend {
	position: relative;
    padding: 100px 0px;
	z-index: 2;
	margin-top: 100px;
	margin-bottom: 100px;
}

.extend-left, .extend-right {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	z-index: -1;
}

.extend-left {
	left: 99%;
}

.extend-right {
	right: 99%;
}

.global-guten-extend.sd-white-text * {
	color: white;
}

.global-guten-extend-pdl {
	padding: 60px 0px;
}

.global-guten-extend > .wp-block-columns:last-child {
    margin-bottom: 0px;
}

.global-guten-extend > *:last-child {
    margin-bottom: 0px;
}

#silver_body .global-guten-extend:first-child {
	margin-top: -100px !important;
}

#silver_body .global-guten-extend:last-child {
	margin-bottom: -100px !important;
}

.global-guten-extend + .global-guten-extend {
	margin-top: -100px;
}

@media only screen and (max-width : 992px) {
	.global-guten-extend {
		padding: 60px 0px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	
	.global-guten-extend-pdl {
		padding: 50px 0px;
	}
	
	.global-guten-extend + .global-guten-extend {
		margin-top: -60px;
	}
	
	#silver_body .global-guten-extend:first-child {
		margin-top: -50px !important;
	}

	#silver_body .global-guten-extend:last-child {
		margin-bottom: -50px !important;
	}
}
