/* Gutenberg Text Colors */
.has-primary-color {
	color: #CC0000!important;
}

.has-yellow-color {
	color: #FF8C00!important;
}

.has-light-blue-color {
	color: #5980B2!important;
}

.has-dark-blue-color {
	color: #19468C!important;
}

.has-gray-color {
	color: #666666!important;
}

/* Gutenberg Background Colors */
.has-primary-background-color {
	background-color: #CC0000!important;
	border-color: #CC0000!important;
}

.has-yellow-background-color {
	background-color: #FF8C00!important;
	border-color: #FF8C00!important;
}

.has-light-blue-background-color {
	background-color: #5980B2!important;
	border-color: #5980B2!important;
}

.has-dark-blue-background-color {
	background-color: #19468C!important;
	border-color: #19468C!important;
}

.has-gray-background-color {
	background-color: #666666!important;
	border-color: #666666!important;
}

/* 
.is-style-gradient-headline {
	background: -webkit-linear-gradient(left,#CC0000 0%,#FF8C00 100%);
	background-clip: border-box;
	color: transparent;
	-webkit-background-clip: text;
	border-bottom: 3px solid #666666;
}
 */

.is-style-2col-list {
	padding: 20px 0 20px 40px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	-moz-column-gap: 40px;
	margin:0;
}

.wp-block-button__link {
	border-radius: 0;
}