@import url('https://use.typekit.net/nyl7thd.css');

*, *:before, *:after{
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:not(.dashicons),
*:not(.dashicons-before:before),
#wpadminbar *{
	font-family: var(--body-font);
}
.editor-visual-editor.is-scrollable .block-editor-block-canvas>.block-editor-writing-flow{
	max-width: 680px;
}
.edit-post-visual-editor{
	background-color: #ffffff;
}
.editor-styles-wrapper{
	margin: 0 auto!important;
	padding: 0 48px;
	width: 100%;
	max-width: 960px;
	font-family: var(--body-font);
	font-size: 21px;
	font-weight: var(--body-font-weight);
	line-height: 1.5;
}
.editor-post-title .editor-post-title__input,
h1.wp-block-post-title{
	font-family: var(--hed-font);
    font-weight: var(--hed-font-weight);
    line-height: 1.1;
}
.editor-styles-wrapper h1.wp-block-heading,
.editor-styles-wrapper h2.wp-block-heading,
.editor-styles-wrapper h3.wp-block-heading,
.editor-styles-wrapper h4.wp-block-heading,
.editor-styles-wrapper h5.wp-block-heading,
.editor-styles-wrapper h6.wp-block-heading{
    margin-top: 2.5rem;
	margin-bottom: 1rem;
    font-weight: 700;
	line-height: 1;
}
.editor-styles-wrapper h1.wp-block-heading{
    font-family: var(--hed-font);
	font-size: 49px;
	font-weight: var(--hed-font-weight);
	text-transform: var(--hed-transform);
}
.editor-styles-wrapper h2.wp-block-heading{
    font-family: var(--hed-font);
	font-size: 42px;
	font-weight: var(--hed-font-weight);
	text-transform: var(--hed-transform);
}
.editor-styles-wrapper h3.wp-block-heading{
    font-family: var(--subhed-font);
	font-size: 36px;
	font-weight: var(--subhed-font-weight);
	letter-spacing: 1.75;
	text-transform: var(--subhed-transform);
}
.editor-styles-wrapper h4.wp-block-heading{
    font-family: var(--hed-font);
	font-size: 32px;
	font-weight: var(--hed-font-weight);
	text-transform: var(--hed-transform);
}
.editor-styles-wrapper h5.wp-block-heading{
    font-family: var(--hed-font);
	font-size: 32px;
	font-weight: var(--hed-font-weight);
	text-transform: var(--hed-transform);
}
.editor-styles-wrapper h6.wp-block-heading{
    font-family: var(--hed-font);
	font-size: 28px;
	font-weight: var(--hed-font-weight);
	text-transform: var(--hed-transform);
}
.editor-styles-wrapper a{
	text-underline-offset: 3px;
}
.wp-block-cover p:not(.has-text-color){
	color: #ffffff;
}
:root :where(.editor-styles-wrapper) :where(.wp-element-button,
.wp-block-button__link){
	border-radius: 0;
}
.sr-only{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* core gutenberg blocks */
:where(.editor-styles-wrapper) .is-layout-flow > .alignright{
	margin-inline-start: 0.5em;
}

.wp-block-image.alignright figcaption{
	text-align: right;
}

.wp-block-image .alignleft figcaption{
	text-align: left;
}

.wp-block-pullquote{
	padding: 0;
	border-top: none;
	border-bottom: none;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright{
	max-width: 250px!important;
}

.wp-block-pullquote.alignleft{
	text-align: right;
}

.wp-block-pullquote.alignright{
	text-align: left;
}

.wp-block-image.alignright > .components-resizable-box__container,
.wp-block-image.alignleft > .components-resizable-box__container{
	max-width: 250px!important;
}

.wp-block-pullquote.alignfull blockquote{
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 1024px){
	.wp-block-pullquote.alignfull blockquote{
		max-width: 800px;
	}
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p{
	font-weight: 700;
}

.wp-block-pullquote p{
	line-height: 1.05;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation{
	font-family: var(--body-font);
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}

@media (min-width: 768px){
	.block-editor-block-list__layout.is-root-container > .alignwide{
		width: 150%;
		max-width: 150%!important;
		position: relative;
		left: -25%;
	}
}

@media (min-width: 768px){
	.block-editor-block-list__layout.is-root-container > .alignfull{
		margin: 1rem calc(-42vw + 50%);
		max-width: 100vw;
		width: 83.25vw;
		position: relative;
	}
}

/* buttons */
:root :where(.editor-styles-wrapper) :where(.wp-element-button,
.wp-block-button__link){
	background-color: var(--btn-bg)!important;
	font-family: var(--btn-font)!important;
	font-weight: var(--btn-font-weight)!important;
	color: var(--btn-color)!important;
	text-transform: var(--btn-transform)!important;
}

.wp-block-details summary{
	position: relative;
	border-bottom: 2px solid black;
	font-weight: 700;
}

.wp-block-details summary::marker{
	content: '';
	display: none;
}

.wp-block-details summary:after{
	content: '\f178';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-family: "Font Awesome 7 Sharp";
	font-size: 21px;
	font-weight: 500;
	color: black;
	transition: all 250ms ease;
}

details[open] > summary{
	border-bottom: 2px solid var(--color4HEX);
	color: var(--color4HEX);
	transition: all 250ms ease;
}

details[open] > summary:after{
	content: '\f175';
	color: var(--color4HEX);
	transition: all 250ms ease;
}

details[open] > summary ~ *{
	animation-name: fadeIn;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	transition: all 250ms ease;
}

@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.wp-block-links__link--int:after,
.wp-block-links__link--ext:after{
	font-family: 'Font Awesome 7 Sharp';
}

/* genesis custom blocks */
.gcb-editor-form{
	background: transparent;
}

.gcb-editor-form h3{
	color: #000000;
	fill: #000000;
}

.gcb-editor-form .components-base-control__help{
	color: #000000;
}

.gcb-editor-form .genesis-custom-blocks-control.width-25{
	flex-basis: calc(25% - 22px);
}

.gcb-editor-form .genesis-custom-blocks-control.width-50{
	flex-basis: calc(50% - 22px);
}

.gcb-editor-form .genesis-custom-blocks-control.width-75{
	flex-basis: calc(75% - 22px);
}

/* fonts */
@font-face{
	font-family: 'Font Awesome 7 Sharp';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../webfonts/fa-sharp-regular-400.woff2');
}