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

.block-editor .editor-styles-wrapper,
.block-editor .editor-styles-wrapper input,
.block-editor .editor-styles-wrapper select,
.block-editor .editor-styles-wrapper optgroup,
.block-editor .editor-styles-wrapper textarea {
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

.block-editor pre.wp-block-verse {
	color: #333;
}

.block-editor .editor-styles-wrapper h1,
.block-editor .editor-styles-wrapper h2,
.block-editor .editor-styles-wrapper h3,
.block-editor .editor-styles-wrapper h4,
.block-editor .editor-styles-wrapper h5,
.block-editor .editor-styles-wrapper h6,
.block-editor .editor-styles-wrapper input[type="button"],
.block-editor .editor-styles-wrapper input[type="reset"],
.block-editor .editor-styles-wrapper input[type="submit"],
.block-editor .editor-styles-wrapper input[type="search"],
.block-editor .editor-styles-wrapper .button,
.block-editor .editor-styles-wrapper form label,
.block-editor .editor-styles-wrapper figcaption {
	color: #111;
	font-family: "Montserrat", sans-serif;
}

.block-editor .editor-styles-wrapper figure {
	margin-bottom: 1.75em;
}

.block-editor .wp-block-latest-posts,
.block-editor .wp-block-latest-posts.is-grid {
	padding-left: 2em;
}

.block-editor .wp-block-categories ul {
	padding-left: 0;
}

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

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

.wp-block-pullquote {
	border-top: 3px solid #fab412;
	border-bottom: 3px solid #fab412;
}

.wp-block-button .wp-block-button__link {
	background-color: #fab412;
	color: #111111;
	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;
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #fab412;
    background-color: transparent;
    border: 2px solid;
    transition: 0.3s;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	background-color: #222;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}

@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;
	}
}
