/*
Theme Name: Catch Corporate Pro
Description: Used to style Gutenberg Blocks in the editor.
*/

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

/*--------------------------------------------------------------
1.0 General Typography
--------------------------------------------------------------*/

.block-editor .editor-styles-wrapper a {
	text-decoration: underline;
}

.block-editor .editor-styles-wrapper a:hover,
.block-editor .editor-styles-wrapper a:focus {
	color: #000000;
	text-decoration: none;
}

/* Editor Font Size */
.has-extra-small-font-size {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.62;
}

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

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

.has-large-font-size {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.43;
}

.block-editor .has-large-font-size {
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

.block-editor .has-extra-large-font-size {
	margin-bottom: 0.375em;
	margin-top: 1.125em;
}

.block-editor .has-huge-font-size {
	margin-bottom: 0.3em;
	margin-top: 0.9em;
}

.has-extra-large-font-size {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.33;
}

.has-huge-font-size {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 400;
	line-height: 1.23;
}

.editor-post-title__block .editor-post-title__input {
	color:  #000;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 35px;
	padding: 0;
	text-align: center;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}


.wp-block-code > code {
    padding: 0;
    border: none;
}

@media screen and (min-width: 64em) {
	.has-normal-font-size {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.has-large-font-size {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.has-extra-large-font-size {
		font-size: 42px;
		font-size: 2.625rem;
	}

	.has-huge-font-size {
		font-size: 48px;
		font-size: 3rem;
	}

	.editor-post-title__block .editor-post-title__input {
		font-size: 36px;
		font-size: 2.25rem;
	}

}

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

	.has-large-font-size {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.has-extra-large-font-size {
		font-size: 48px;
		font-size: 3rem;
	}

	.has-huge-font-size {
		font-size: 54px;
		font-size: 3.375rem;
	}

}

@media screen and (min-width: 100em) {
	.has-large-font-size {
		font-size: 42px;
		font-size: 2.625rem;
	}

	.has-extra-large-font-size {
		font-size: 56px;
		font-size: 3.5rem;
	}

	.has-huge-font-size {
		font-size: 62px;
		font-size: 3.875rem;
	}

	.editor-post-title__block .editor-post-title__input {
		font-size: 42px;
		font-size: 2.625rem;
	}

}

@media screen and (min-width: 120em) {
	.editor-post-title__block .editor-post-title__input {
		font-size: 49px;
		font-size: 3.0625rem;
	}

	.has-huge-font-size {
		font-size: 70px;
		font-size: 4.375rem;
	}
}

/*--------------------------------------------------------------
2.0 General Block Styles
--------------------------------------------------------------*/

/* Main column width */

.editor-styles-wrapper {
	margin: 0 !important;
	max-width: 100% !important; /* Override where editor-style.css is affecting this */
}

.wp-block,
.block-editor-block-list__block[data-type="core/more"],
.block-editor .editor-styles-wrapper pre {
	max-width: 960px; /* 820px + 30px to account for padding. */
}

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

/* List styles */

.editor-styles-wrapper ul li::marker {
	color: #000000;
}

.mce-content-body > ul:not(.wp-block-gallery),
.editor-block-list__block > ul:not(.wp-block-gallery),
.block-library-list ul,
.edit-post-visual-editor ol	,
.editor-block-list__block ol,
.block-library-list ol,
.block-library-list .editor-rich-text__tinymce {
	padding: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce ol,
.wp-block-freeform.block-library-rich-text__tinymce ul {
	padding-left: 25px;
}

.wp-block-freeform.block-library-rich-text__tinymce ol ol,
.wp-block-freeform.block-library-rich-text__tinymce ul ul {
	padding-left: 35px;
}

.edit-post-visual-editor ul:not(.wp-block-gallery):not(.blocks-gallery-grid),
.editor-block-list__block ul:not(.wp-block-gallery):not(.blocks-gallery-grid),
.block-library-list ul {
	list-style: disc;
}

.edit-post-visual-editor ol,
.editor-block-list__block ol,
.block-library-list ol {
	list-style: decimal;
}

.block-editor .editor-styles-wrapper .wp-block-categories__list,
.block-editor .editor-styles-wrapper .wp-block-archives-list {
	padding-left: 0;
}

.block-editor .editor-styles-wrapper ul,
.block-editor .editor-styles-wrapper ol {
	padding-left: 23px;
}

.edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
.editor-block-list__block ul:not(.wp-block-gallery) li > ul,
.block-library-list li > ul,
.edit-post-visual-editor li > ol,
.editor-block-list__block li > ol,
.block-library-list li > ol {
	margin-bottom: 0;
}

.rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
.rtl .editor-block-list__block ul:not(.wp-block-gallery),
.rtl .block-library-list ul,
.rtl .edit-post-visual-editor ol,
.rtl .editor-block-list__block ol,
.rtl .block-library-list ol {
	margin-left: 0;
	margin-right: 21px;
	padding: 0;
}

.rtl .edit-post-visual-editor ol,
.rtl .editor-block-list__block ol,
.rtl .block-library-list ol {
	margin-left: 21px;
	margin-right: 21px;
}

/* Captions */

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

/*--------------------------------------------------------------
3.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
	float: left;
    font-size: 110px;
    font-size: 6.875rem;
    font-weight: 700;
    line-height: 0.7;
    margin: 14px 16px 5px -3px;
}

.wp-block-calendar a {
    text-decoration: none;
}

/* Quote */

blockquote.wp-block-quote {
	font-weight: 700;
}

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

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

blockquote.wp-block-quote cite {
	color: inherit;
	font-size: inherit;
}

.block-editor .wp-block-table td {
	border-left:  0;
	border-bottom:  0;
	border-top:  0;
}

/* File */

.wp-block-file__textlink {
	box-shadow: 0 1px 0 0 currentColor;
	color: #333;
}

.wp-block-file .wp-block-file__button {
	border: none;
	background-color: #000000;
    border-radius: 0px;
    -webkit-border-radius: 0px;
	font-size: 13px;
	font-size: 0.8125rem;
    display: inline-block;
    font-weight: 600;
    padding: 13px 28px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    text-align: center;
    text-transform: uppercase;
	position: relative;
	z-index: 9;
}
.wp-block-button .wp-block-button__link::before,
.wp-block-file .wp-block-file__button::before {
	background-color: #333;
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .4s ease-in-out;
    opacity: 0;
}
.wp-block-file .wp-block-file__button:hover::before,
.wp-block-file .wp-block-file__button:focus::before,
.wp-block-button .wp-block-button__link:hover::before,
.wp-block-button .wp-block-button__link:focus::before  {
	opacity: 1;
	width: 100%;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.button:hover,
.button:focus {
	background-color: #333;
	-webkit-box-shadow: 0px 15px 30px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 15px 30px -17px rgba(0,0,0,0.75);
	box-shadow: 0px 15px 30px -17px rgba(0,0,0,0.75);
	transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/*--------------------------------------------------------------
4.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Quotes */


blockquote.wp-block-quote,
.wp-block-pullquote {
	border: 0;
	font-size: 20px;
	font-size: 1.25rem;
	font-stretch: normal;
	font-weight: 700;
	line-height: 1.59;
	padding: 3.333333333333333em 0 0 0;
	position: relative;
	margin-bottom: 1.458333333333333em;
	text-align: center;
}

blockquote.wp-block-quote:before {
	content: "\201C";
	display: block;
	float: left;
	font-family: Georgia;
	font-size: 84px;
	font-size: 5.25rem;
	font-style: normal;
	font-weight: 700;
	height: 0;
	line-height: normal;
	position: absolute;
	margin-top: 5px;
	top: 0;
	text-align: center;
}

.wp-block-quote.is-style-large p, 
.wp-block-quote.is-large p {
	font-style: normal;
}

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

blockquote.wp-block-quote.has-text-align-right {
	padding: 3.333333333333333em 0 0 0;
}

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


.wp-block-pullquote:not(.is-style-large) p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 24px;
	font-size: 1.5rem;
}

blockquote.wp-block-quote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
figure.wp-block-pullquote p {
	margin-bottom: 21px;
}

blockquote.wp-block-quote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
.is-style-default .wp-block-pullquote__citation,
.wp-block-pullquote .wp-block-pullquote__citation,
figure.wp-block-table figcaption {
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 1rem;
	color: #000000;
	font-style: normal;
}

blockquote.wp-block-quote.is-large .wp-block-quote__citation,
blockquote.wp-block-quote.is-style-large .wp-block-quote__citation {
	font-size: inherit;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
}

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

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

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

.wp-block-pullquote.is-style-solid-color blockquote {
	margin: 0;
	max-width: 100%;
}

.wp-block[data-align="right"] figure.is-style-solid-color,
.wp-block[data-align="left"] figure.is-style-solid-color {
	border: 0;
}

.wp-block[data-align="left"] figure.is-style-solid-color,
figure.wp-block-pullquote.is-style-solid-color,
.wp-block figure.is-style-solid-color,
.wp-block[data-align="right"] figure.is-style-solid-color,
.wp-block[data-align="center"] figure.is-style-solid-color {
	padding: 35px;
}

blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.has-text-align-center {
	padding: 3.333333333333333em 0 0 0;
	margin-bottom: 1.458333333333333em;
}

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

/* PULLQUOTE */

.wp-block-pullquote {
	padding: 20px 0;
}

.wp-block-pullquote.is-style-solid-color {
	background-color: #f8f8f8;
	border: 0;
}

.wp-block-pullquote {
	border-bottom: 5px solid;
	border-top: 5px solid;
}

.wp-block-pullquote.alignleft,
.wp-block[data-align="right"] figure.wp-block-pullquote,
.wp-block[data-align="left"] figure.wp-block-pullquote,
.wp-block-pullquote.alignright {
	border-bottom: 0;
	border-top: 0;
	border-left: 5px solid;
	padding: 0 0 0 35px;
	text-align: left;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block[data-align="right"] figure blockquote,
.wp-block[data-align="left"] figure blockquote,
.wp-block-pullquote.alignright blockquote {
	margin: 0;
}

.wp-block-pullquote.alignright,
.wp-block[data-align="right"] figure.wp-block-pullquote {
	border-left: 0;
	border-right: 5px solid;
	padding-left: 0;
	padding-right: 35px;
	text-align: right;
}

.wp-block-pullquote.alignright.is-style-solid-color, 
.wp-block-pullquote.alignleft.is-style-solid-color {
	border: 0;
}

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

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

.editor-styles-wrapper .wp-block-table table {
	margin-bottom: 7px;
}

/* Classic */

.wp-block-freeform.block-library-rich-text__tinymce blockquote.alignleft,
.wp-block-freeform.block-library-rich-text__tinymce blockquote.alignright {
    max-width: none;
    width: calc(50% - 0.736842105em);
    text-align: left;
}

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

.rtl .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
	float: left;
	text-align: right;
}

.rtl .wp-block-freeform.block-library-rich-text__tinymce .alignright {
	float: right;
	text-align: left;
}

/* Pullquote */

/* Table */

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

.editor-styles-wrapper .wp-block-table tfoot {
	border-top: 1px solid;
	border-color: #ebebeb;
}

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

.editor-block-list__block .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%;
}

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

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

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

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

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

@media screen and (min-width: 64em) {
	.editor-block-list__block .wp-block-table caption,
	.editor-block-list__block .wp-block-table th,
	.editor-block-list__block .wp-block-table td {
		padding: 12px 28px;
	}
}

/*--------------------------------------------------------------
5.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.more-link,
.button,
.wp-block-button__link {
	border: none;
-webkit-border-radius: 0x;
-moz-border-radius: 0x;
-o-border-radius: 0x;
	-webkit-box-shadow: none;
	border-radius: 0x;
	box-shadow: none;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
	padding: 14px 28px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	white-space: nowrap;
	background-color: #000;
	/* background-image: linear-gradient(to left, #e03ae0, #f95042); */
}

.is-gradient-button .more-link,
.is-gradient-button .button,
.is-gradient-button .wp-block-button__link {
	background-color: #000;
	border-radius: 0;
	background-image: linear-gradient(to left, #ed0dfb, #0bb8e2);
}

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

.block-editor .wp-block-button .wp-block-button__link:hover,
.block-editor .wp-block-button .wp-block-button__link:focus {
	background-image: none;
}


.editor-styles-wrapper .has-pale-ocean-gradient-background {
    position: relative;
    z-index: 99;
}
/* Media & Text */

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

/*--------------------------------------------------------------
6.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Latest Comments */

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

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

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

.editor-block-list__block .wp-block-latest-comments__comment-meta a {
	box-shadow: none;
	text-decoration: none;
}

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

.wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}

/* Latest Posts */

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
	margin-bottom: 0;
}

.wp-block[data-align="left"] ul {
	text-align: left;
}

.wp-block[data-align="right"] ul {
	text-align: right;
}

.wp-block[data-align="center"] ul {
	text-align: center;
}

.wp-block[data-align="center"] .wp-block-categories li span,
.wp-block[data-align="center"] .wp-block-archives li span {
	display: inline-block;
	float: none;
}

.wp-block-categories li span,
.wp-block-archives li span {
	border-radius: 45px;
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
}
.wp-block-categories li span:after,
.wp-block-archives li span:after {
	border-radius: 45px;
	background-color: #121212;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.25;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}


@media screen and (min-width: 64em) {
}

@media screen and (min-width: 85.375em) {
	.wp-block-button .wp-block-button__link,
	.more-link,
	.button,
	.wp-block-button__link {
		padding: 16px 32px;
	}
}

@media screen and (min-width: 100em) {
	.wp-block-button .wp-block-button__link,
	.more-link,
	.button,
	.wp-block-button__link {
		font-size: 18px;
		font-size: 1.125rem;
		padding: 18px 36px;
	}
}

@media screen and (min-width: 120em) {
	.wp-block-button .wp-block-button__link,
	.more-link,
	.button,
	.wp-block-button__link {
		padding: 20px 40px;
	}
}

/* COLOR */
.wp-block-file .wp-block-file__button,
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link {
	background-color: #ffdf59;
	color: #000;

}

.is-style-outline .wp-block-button__link,
.is-style-outline .more-link,
.is-style-outline .button {
	border: 1px solid #000000;
	background-color: transparent;
	color: #000000;
	position: relative;
	z-index: 9;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
	background-image: none;
	color: #000000;
}

.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus,
.is-style-outline .more-link:hover,
.is-style-outline .more-link:focus,
.is-style-outline .button:hover,
.is-style-outline .button:focus {
	border: 1px solid #000000;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	color: #fff;
	position: relative;
    z-index: 9;

}

blockquote.wp-block-quote:before {
	color: #e2e2e2;
}

.edit-post-visual-editor a,
.editor-block-list__block a,
.wp-block-freeform.block-library-rich-text__tinymce a {
	color: #000000;
}

figure.wp-block-pullquote,
.wp-block[data-align="right"] figure.wp-block-pullquote,
.wp-block[data-align="left"] figure.wp-block-pullquote,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    border-color: #e2e2e2;
}

/* 1. White Color ---------------------
------------------------------------ */

.wp-block-pullquote .has-white-color .wp-block-pullquote__citation {
	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;
}

/* 2. Black Color ---------------------
------------------------------------ */

.wp-block-pullquote .has-black-color .wp-block-pullquote__citation {
	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;
}

/* 3. Medium Black Color ---------------------
------------------------------------ */

.wp-block-pullquote .has-medium-black-color .wp-block-pullquote__citation {
	color: #222222;
}

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

/* 4. Gray Color ---------------------
------------------------------------ */

.wp-block-pullquote .has-gray-color .wp-block-pullquote__citation {
	color: #999999;
}

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

/* 5. Light Gray Color ---------------------
------------------------------------ */

.wp-block-pullquote .has-light-gray-color .wp-block-pullquote__citation {
	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;
}

/* 6. Orange Color ---------------------
------------------------------------ */

.wp-block-pullquote .has-orange-color .wp-block-pullquote__citation {
	color: #f95042;
}

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

/* 7. Pink Color ---------------------
------------------------------------ */

.wp-block-pullquote .has-pink-color .wp-block-pullquote__citation {
	color: #e03ae0;
}

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