/*
Theme Name: ISGO
Description: Used to style blocks.
*/

/* Buttons */
.wp-block-button .wp-block-button__link {
	box-shadow: 3px 6px 8px #888888;
	border-radius: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 0.85em 1.5em;
	text-transform: none;
}

.entry-content .wp-block-button__link, .wp-block-button__link {
	background: #118bdd;
	color: #fff;
}

.entry-content .wp-block-button__link:hover, .wp-block-button__link:hover {
	background: #0065aa;
	box-shadow: 3px 6px 8px #888888;
}

.wp-block-button.is-style-signup .wp-block-button__link {
	background: #029823;
	color: #fff;
}

.wp-block-button.is-style-signup .wp-block-button__link:hover {
	background: #00c22b;
}


/* Color Pallette */
.entry-content .has-dark-gray-color {color: #1a1a1a;}
.entry-content .has-dark-gray-background-color {background-color: #1a1a1a;}

.entry-content .has-medium-gray-color {color: #888888;}
.entry-content .has-medium-gray-background-color {background-color: #888888;}

.entry-content .has-light-gray-color {color: #E7E6E6;}
.entry-content .has-light-gray-background-color {background-color: #E7E6E6;}

.entry-content .has-white-color {color: #fff;}
.entry-content .has-white-background-color {background-color: #fff;}

.entry-content .has-dark-blue-color {color: #2a3185;}
.entry-content .has-dark-blue-background-color {background-color: #2a3185;}

.entry-content .has-blue-text-color {color: #3b63ae;}
.entry-content .has-blue-text-background-color {background-color: #3b63ae;}

.entry-content .has-light-blue-text-color {color: #7c9ad3;}
.entry-content .has-light-blue-text-background-color {background-color: #7c9ad3;}

.entry-content .has-gold-text-color {color: #bf9000;}
.entry-content .has-gold-text-background-color {background-color: #bf9000;}

.entry-content .has-gold-color {color: #7E7000;}
.entry-content .has-gold-background-color {background-color: #7E7000;}

.entry-content .has-green-text-color {color: #009999;}
.entry-content .has-green-text-background-color {background-color: #009999;}

.entry-content .has-yellow-gold-color {color: #FDAA02;}
.entry-content .has-yellow-gold-background-color {background-color: #FDAA02;}

.entry-content .has-yellow-color {color: #fdf4a5;}
.entry-content .has-yellow-background-color {background-color: #fdf4a5;}

/* Deprecated class  */
.entry-content .has-orange-text-color {color: #FDAA02;}
.entry-content .has-orange-text-background-color {background-color: #FDAA02;}
