/*
Theme Name: Chique Construction
Description: Used to style Gutenberg Blocks.
*/

.wp-block-archives-list li,
.wp-block-categories-list li {
	margin-bottom: 0.55em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: disc;
}

.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border-left: 3px solid #fab412;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #fab412;
    background-color: transparent;
    border: 2px solid;
}

.wp-block-button .wp-block-button__link {
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-stretch: condensed;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.75;
	outline: 0;
	padding: 7px 28px;
	text-transform: uppercase;
	white-space: nowrap;
}

@media screen and (min-width: 64em) {
	.wp-block-button .wp-block-button__link {
	    padding: 14px 35px;
	}
}

@media screen and (min-width: 100em) {
	.wp-block-button .wp-block-button__link {
		padding: 17px 35px;
	}
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.alignfull blockquote,
.wp-block-pullquote.aligncenter blockquote,
.wp-block-pullquote.alignwide blockquote {
 	border-left: 0;
 	padding: 0;
 }

 .wp-block-table td,
 .wp-block-table th {
 	border-color: #ebebeb;
 }

 .wp-block-latest-posts.wp-block-latest-posts__list li {
 	margin-bottom: 0.55em;
 }

.wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
	background-color: #fab412;
	color: #111111;
}

.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: #222;
	color: #fff;
	border-color: transparent;
}

.wp-block-pullquote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-color: #fab412;
}

.has-deep-blush-color {
	color: #fab412;
}

.has-deep-blush-background-color {
	background-color: #fab412;
}

.has-tradewind-color {
	color: #fab412;
}

.has-tradewind-background-color {
	background-color: #fab412;
}

