/*
Theme Name: Bold Photography
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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Blocks - General Styles
--------------------------------------------------------------*/

/* Captions */

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	border: 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.615384615384615;
	margin: 0;
	padding: 14px 21px;
	text-align: center;
}

.no-sidebar .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.no-sidebar .alignwide {
	margin-left: calc(-96vw / 2 + 100% / 2);
	margin-right: calc(-96vw / 2 + 100% / 2);
	max-width: 96vw;
}

.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
	width: auto;
}

/* 1024px */
@media screen and (min-width: 64em) {
	.no-sidebar .alignfull {
		margin-left: calc(-94vw / 2 + 100% / 2);
		margin-right: calc(-94vw / 2 + 100% / 2);
		max-width: 94vw;
	}

	.no-sidebar.fluid-layout .alignfull {
		margin-left: calc(-100vw / 2 + 100% / 2);
		margin-right: calc(-100vw / 2 + 100% / 2);
		max-width: 100vw;
	}

	.no-sidebar .alignwide {
		margin-left: calc(-88vw / 2 + 100% / 2);
		margin-right: calc(-88vw / 2 + 100% / 2);
		max-width: 88vw;
	}
}

/* 1290px */
@media screen and (min-width: 80.625em) {
	.no-sidebar .alignfull {
		margin-left: calc(-1290px / 2 + 100% / 2);
		margin-right: calc(-1290px / 2 + 100% / 2);
		max-width: 1290px;
	}

	.no-sidebar:not(.fluid-layout) .alignwide {
		margin-left: -120px;
		margin-right: -120px;
		max-width: 1280px;
	}

	.no-sidebar.full-width-layout:not(.fluid-layout) .alignwide {
		margin-left: -10px;
		margin-right: -10px;
		max-width: 1250px;
	}
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Image */

.wp-block-image {
	margin-bottom: 28px;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin-right: 28px;
}

.wp-block-image figure.alignright {
	margin-left: 28px;
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 28px;
	margin-left: 0;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

.wp-block-gallery.aligncenter {
	display: flex;
	margin: 0 -8px;
}

/* Quote */

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

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

.rtl .wp-block-quote:not(.is-large):not(.is-style-large) {
	padding: 0 30px 0 0;
}

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	color: inherit;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	font-weight: 400;
	line-height: 1.615384615384615;
	text-decoration: none;
	text-align: inherit;
}

/* Audio */

.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

/* File */

.wp-block-file .wp-block-file__button {
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 600;
	margin-top: 1.75em;
	line-height: 1.615384615384615;
	letter-spacing: 0.1em;
	padding: 10px 15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.59);
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Editor Font Size */

.has-huge-font-size {
	font-size: 56px;
	font-size: 3.5rem;
	line-height: 1.333333333333333;
	margin-top: 1em;
	margin-bottom: 0.625em;
}

.has-large-font-size {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 1.325;
	margin-top: 1.333333333333333em;
	margin-bottom: 0.8333333333333333em;
}

.has-normal-font-size {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

.has-small-font-size {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5;
}

/* Code */

.wp-block-code {
	background: transparent;
	border: 0;
	color: inherit;
	font-size: 1em;
	font-family: Inconsolata, monospace;
	padding: 0;
}

.wp-block-code cite:before,
.wp-block-code small:before {
	content: "\2014\00a0";
}

.wp-block-quote__citation {
	color: inherit;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.615384615384615;
	text-transform: none;
}

/* Pullquote */

.wp-block-pullquote {
	border: 4px solid;
	border-width: 4px 0;
	background-color: transparent;
	padding: 35px 0;
}

.wp-block-pullquote:before {
	content: "";
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: none;
	width: calc(50% - 0.736842105em);
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	margin-bottom: 0;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: inherit;
	line-height: inherit;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
	color: inherit;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.615384615384615;
	text-transform: none;
}

/* Table */

.wp-block-table,
.wp-block-table caption,
.wp-block-table th,
.wp-block-table td {
	border: 1px solid;
}

.wp-block-table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

.wp-block-table th,
.wp-block-table td {
	border-width: 0 1px 1px 0;
}

.wp-block-table thead {
	font-weight: 700;
}

.wp-block-table thead th {
	font-weight: 700;
}

.wp-block-table caption,
.wp-block-table th,
.wp-block-table td {
	padding: 0.667em;
	text-align: left;
}

@media screen and (min-width: 85.375rem) {

	.wp-block-table caption,
	.wp-block-table th,
	.wp-block-table td {
		padding: 0.667em 1em;
	}
}

.rtl .wp-block-table caption,
.rtl .wp-block-table th,
.rtl .wp-block-table td {
	text-align: right;
}

.wp-block-table caption {
	font-weight: 700;
	text-align: center;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.wp-block-button {
	margin-top: 1.75em;
	margin-bottom: 1.75em;
}

.wp-block-button.alignleft,
.wp-block-button.alignright {
	margin-top: 0;
}

.wp-block-button .wp-block-button__link {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	padding: 15px 35px 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.59);
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Separator */

.wp-block-separator {
	border: 0;
	margin: 28px auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media & Text */

.wp-block-media-text {
	margin-bottom: 28px;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

.wp-block-latest-posts.is-grid {
	margin-left: 0;
}

/* Comments */

.wp-block-latest-comments article {
	margin-bottom: 3em;
}

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
	float: none;
	width: 100%;
}

.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 0;
}

.wp-block-latest-comments__comment-meta {
	margin-bottom: 14px;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	text-decoration: none;
}

.wp-block-latest-comments__comment-date {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	margin-top: 7px;
	text-transform: capitalize;
}

/* Newly added for Blocks after WP 6.0 */

.has-drop-cap:not(:focus):first-letter {
	font-size: 92px;
	font-size: 5.75rem;
	font-weight: inherit;
	line-height: 0.6;
	margin: 14px 16px 4px -3px;
}


/* Blockquote */
.wp-block-pullquote blockquote:before {
	content: none;
}

.wp-block-quote.is-style-plain {
	padding-top: 0;
}

.wp-block-quote.is-style-plain:before {
	content: none;
}

.wp-block-quote,
.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-center,
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large:not(.is-style-plain) {
	border: 0;
	border-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large:not(.is-style-plain) {
	padding-top: 2.45em;
}


blockquote.wp-block-quote,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote.wp-block-quote.is-style-large footer,
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-large footer {
	text-align: center;
}

blockquote.wp-block-quote:before,
blockquote.wp-block-quote.has-text-align-center:before {
	left: 50%;
	transform: translateX(-50%);
}

blockquote.wp-block-quote.has-text-align-left:before,
blockquote.wp-block-quote.has-text-align-right:before {
	left: unset;
	transform: none;
}

blockquote.wp-block-quote.has-text-align-right:before {
	left: unset;
	right: 0;
}

blockquote.wp-block-quote.has-text-align-right,
blockquote.wp-block-quote.has-text-align-right cite {
	text-align: right;
}

blockquote.wp-block-quote.has-text-align-left,
blockquote.wp-block-quote.has-text-align-left cite {
	text-align: left;
}

blockquote.wp-block-quote.has-text-align-center,
blockquote.wp-block-quote.has-text-align-center cite {
	text-align: center;
}

blockquote.wp-block-quote.has-text-align-left.is-style-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-left.is-style-large:not(.is-style-plain) footer,
blockquote.wp-block-quote.has-text-align-left.is-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-left.is-large:not(.is-style-plain) footer {
	text-align: left;
}

blockquote.wp-block-quote.has-text-align-center.is-style-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-center.is-style-large:not(.is-style-plain) footer,
blockquote.wp-block-quote.has-text-align-center.is-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-center.is-large:not(.is-style-plain) footer {
	text-align: center;
}

blockquote.wp-block-quote.has-text-align-right.is-style-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-right.is-style-large:not(.is-style-plain) footer,
blockquote.wp-block-quote.has-text-align-right.is-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-right.is-large:not(.is-style-plain) footer {
	text-align: right;
}

/* Pullquote */
.wp-block-pullquote blockquote {
	padding-top: 0;
	margin-bottom: 0;
}

/* Table */

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

.wp-block-table thead {
	border-bottom: 0;
}

.wp-block-table tfoot {
	border-top: 0;
}

.wp-block-table table {
	margin-bottom: 0;
}

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

.wp-block-table.is-style-stripes {
	border-bottom: 0;
}

.wp-block-table.is-style-stripes table {
	border: 0;
}

.wp-block-code {
	border: 1px solid #282828;
	padding: 1.75em;
}

.wp-block-buttons {
	margin-bottom: 1.75em;
}

.wp-block-search input[type="date"],
.wp-block-search input[type="time"],
.wp-block-search input[type="datetime-local"],
.wp-block-search input[type="week"],
.wp-block-search input[type="month"],
.wp-block-search input[type="text"],
.wp-block-search input[type="email"],
.wp-block-search input[type="url"],
.wp-block-search input[type="password"],
.wp-block-search input[type="search"],
.wp-block-search input[type="tel"],
.wp-block-search input[type="number"],
.wp-block-search textarea {
	border-width: 1px;
	margin-top: 0;
	padding: 0;
}

.wp-block-calendar table tbody,
.wp-block-calendar table caption,
.wp-block-calendar .wp-calendar-table,
.wp-block-calendar th,
.wp-block-calendar tbody td {
	border: 1px solid #282828;
}

.wp-block-calendar table th {
	border: 1px solid #282828;
}

.wp-block-table table,
.wp-block-calendar .wp-calendar-table {
	border-collapse: collapse;
	margin-bottom: 0;
}

.wp-block-calendar table th {
	background-color: #121212;
}

/* Left/Right Aligned */
.wp-block-image figure.alignright,
.wp-block-image figure.alignleft,
.wp-block[data-align="left"] .wp-block-image,
.wp-block[data-align="right"] .wp-block-image,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"]>.wp-block-pullquote,
.wp-block[data-align="right"]>.wp-block-pullquote,
[data-align="left"]>.wp-block-cover,
[data-align="right"]>.wp-block-cover,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"]>.wp-block-embed,
.wp-block[data-align="right"]>.wp-block-embed {
	max-width: 320px;
	width: 100%;
}


/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

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

.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: #e5b334;
	color: #111;
}

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

.wp-block-pullquote {
	border-color: #f9a926;
}

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

.wp-block-pullquote {
	color: #fff;
}

/* White Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-white-color cite,
.wp-block-button .wp-block-button__link.has-white-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline.has-white-color,
.has-white-color {
	color: #ffffff;
}

.wp-block-pullquote.is-style-solid-color.has-white-background-color,
.wp-block-button .wp-block-button__link.has-white-background-color,
.has-white-background-color {
	background-color: #ffffff;
}

.is-style-outline>.wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline.has-white-color {
	border-color: #ffffff;
}

/* Black Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-black-color cite,
.wp-block-button .wp-block-button__link.has-black-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline.has-black-color,
.has-black-color {
	color: #000000;
}

.wp-block-pullquote.is-style-solid-color.has-black-background-color,
.wp-block-button .wp-block-button__link.has-black-background-color,
.has-black-background-color {
	background-color: #000000;
}

.is-style-outline>.wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline.has-black-color {
	border-color: #000000;
}

/* Eighty Black Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-eighty-black-color cite,
.wp-block-button .wp-block-button__link.has-eighty-black-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-eighty-black-color,
.wp-block-button__link.is-style-outline.has-eighty-black-color,
.has-eighty-black-color {
	color: #151515;
}

.wp-block-pullquote.is-style-solid-color.has-eighty-black-background-color,
.wp-block-button .wp-block-button__link.has-eighty-black-background-color,
.has-eighty-black-background-color {
	background-color: #151515;
}

.is-style-outline>.wp-block-button__link.has-eighty-black-color,
.wp-block-button__link.is-style-outline.has-eighty-black-color {
	border-color: #151515;
}

/* Sixty Five Black Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-sixty-five-black-color cite,
.wp-block-button .wp-block-button__link.has-sixty-five-black-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-sixty-five-black-color,
.wp-block-button__link.is-style-outline.has-sixty-five-black-color,
.has-sixty-five-black-color {
	color: #222222;
}

.wp-block-pullquote.is-style-solid-color.has-sixty-five-black-background-color,
.wp-block-button .wp-block-button__link.has-sixty-five-black-background-color,
.has-sixty-five-black-background-color {
	background-color: #222222;
}

.is-style-outline>.wp-block-button__link.has-sixty-five-black-color,
.wp-block-button__link.is-style-outline.has-sixty-five-black-color {
	border-color: #222222;
}


/* Gray Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-color cite,
.wp-block-button .wp-block-button__link.has-gray-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline.has-gray-color,
.has-gray-color {
	color: #444444;
}

.wp-block-pullquote.is-style-solid-color.has-gray-background-color,
.wp-block-button .wp-block-button__link.has-gray-background-color,
.has-gray-background-color {
	background-color: #444444;
}

.is-style-outline>.wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline.has-gray-color {
	border-color: #444444;
}

/* Medium Gray Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-medium-gray-color cite,
.wp-block-button .wp-block-button__link.has-medium-gray-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-medium-gray-color,
.wp-block-button__link.is-style-outline.has-medium-gray-color,
.has-medium-gray-color {
	color: #7b7b7b;
}

.wp-block-pullquote.is-style-solid-color.has-medium-gray-background-color,
.wp-block-button .wp-block-button__link.has-medium-gray-background-color,
.has-gray-background-color {
	background-color: #7b7b7b;
}

.is-style-outline>.wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline.has-gray-color {
	border-color: #7b7b7b;
}

/* Light Gray Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color cite,
.wp-block-button .wp-block-button__link.has-light-gray-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-light-gray-color,
.wp-block-button__link.is-style-outline.has-light-gray-color,
.has-light-gray-color {
	color: #f8f8f8;
}

.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color,
.wp-block-button .wp-block-button__link.has-light-gray-background-color,
.has-gray-background-color {
	background-color: #f8f8f8;
}

.is-style-outline>.wp-block-button__link.has-light-gray-color,
.wp-block-button__link.is-style-outline.has-light-gray-color {
	border-color: #f8f8f8;
}

/* Dark Yellow Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-dark-yellow-color cite,
.wp-block-button .wp-block-button__link.has-dark-yellow-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-dark-yellow-color,
.wp-block-button__link.is-style-outline.has-dark-yellow-color,
.has-dark-yellow-color {
	color: #ffa751;
}

.wp-block-pullquote.is-style-solid-color.has-dark-yellow-background-color,
.wp-block-button .wp-block-button__link.has-dark-yellow-background-color,
.has-gray-background-color {
	background-color: #ffa751;
}

.is-style-outline>.wp-block-button__link.has-dark-yellow-color,
.wp-block-button__link.is-style-outline.has-dark-yellow-color {
	border-color: #ffa751;
}

/* Yellow Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-yellow-color cite,
.wp-block-button .wp-block-button__link.has-yellow-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-yellow-color,
.wp-block-button__link.is-style-outline.has-yellow-color,
.has-yellow-color {
	color: #f9a926;
}

.wp-block-pullquote.is-style-solid-color.has-yellow-background-color,
.wp-block-button .wp-block-button__link.has-yellow-background-color,
.has-gray-background-color {
	background-color: #f9a926;
}

.is-style-outline>.wp-block-button__link.has-yellow-color,
.wp-block-button__link.is-style-outline.has-yellow-color {
	border-color: #f9a926;
}
