/*
Theme Name: Zubin
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 #ecbc2a;
}

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

.wp-block-button .wp-block-button__link {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.56;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
	font-size: 13px;
	font-size: .8125rem;
	border-radius: 30px;
	transition: .5s;
	font-family: open sans,sans-serif;
	padding: 13px 27px;
}

@media screen and (min-width: 64em) {
	.wp-block-button .wp-block-button__link {
		font-size: 15px;
		font-size: .9375rem;
	}
}

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

.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
    padding: 2.45em 0 0 1em;
}

 .wp-block-table {
 	border-width: 0;
 }

 .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: #ecbc2a;
	color: #000;
}

.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: #333;
	background-image: none;
	color: #fff;
	border-color: transparent;
}

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

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

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

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

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

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

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 1.3em;
}
