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

.guten_section_block .guten_section_block {
	display: none !important;
}

.padded-top-large {
	padding-top: 60px;
}

.padded-top-small {
	padding-top: 25px;
}

.padded-bot-large {
	padding-bottom: 60px;
}

.padded-bot-small {
	padding-bottom: 25px;
}

@media only screen and (min-width: 992px) {
	.padded-top-large {
		padding-top: 90px;
	}
	
	.padded-top-small {
		padding-top: 45px;
	}
	
	.padded-bot-large {
		padding-bottom: 90px;
	}
	
	.padded-bot-small {
		padding-bottom: 45px;
	}
}
