/*
Theme Name: Signify Corporate
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - General Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

.is-style-fill.wp-block-button .wp-block-button__link:hover,
.is-style-fill.wp-block-button .wp-block-button__link:focus,
.is-style-fill.wp-block-button .more-link:hover,
.is-style-fill.wp-block-button .more-link:focus,
.is-style-fill.wp-block-button .button:hover,
.is-style-fill.wp-block-button .button:focus,
.is-style-outline.wp-block-button .wp-block-button__link:hover,
.is-style-outline.wp-block-button .wp-block-button__link:focus {
	background-color: #fff;
	border-color: #e6e6e6;
	color: #000;
}

.is-style-outline.wp-block-button .wp-block-button__link,
.is-style-outline.wp-block-button .more-link,
.is-style-outline.wp-block-button .button {
	border: 1px dashed #133ec2;
	background-color: transparent;
	color: #000;
}

.wp-block-separator {
	border-color: #ebebeb;
	margin: 28px auto;
}

.wp-block-file .wp-block-file__button {
	color: #333;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	background-color: #ffffff;
	border-color: #e6e6e6;
	color: #000;
	box-shadow: 0px 15px 30px -17px rgba(0,0,0,0.75);
}

.wp-block-table table,
.wp-block-table caption,
.wp-block-table thead,
.wp-block-table th,
.wp-block-table td,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: #e6e6e6;
}

.wp-block-table tr:first-child td {
	border-bottom: 1px solid #e6e6e6;
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(2n+1) {
	background-color: #eef2f6;
}

.wp-block-latest-comments__comment-date,
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	color: #999;
}