/* Landing Page Template */
.page-template-tmpl-landing .content-area p,
.page-template-tmpl-landing .content-area h1,
.page-template-tmpl-landing .content-area h2,
.page-template-tmpl-landing .content-area h3,
.page-template-tmpl-landing .content-area h4,
.page-template-tmpl-landing .content-area h5 {
	padding: 0 0;
}

/* Header Styles */
.rebrand-main-logo-wrap {
	overflow: hidden;
}

	.rebrand-main-logo-wrap > * {
		transition: all .25s ease;
	}
	
	.rebrand-main-logo-wrap > img {
		position: relative;
		right: 0;
	}
	
	.rebrand-main-logo-wrap:hover > img {
		/* right: calc(100% + 20px); */
	}
	
	.rebrand-main-logo-wrap > .beyond-limits {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		position: absolute;
			left: calc(100% + 20px);
			top: 4px;
		height: 100%;
		width: 100%;
	}
	
	.rebrand-main-logo-wrap:hover > .beyond-limits {
		/* left: 0; */
	}

		.rebrand-main-logo-wrap > .beyond-limits > p {
			font-family: 'GT America Condensed Medium';
			font-size: 1.8em;
			line-height: 1;
			margin: 0;
			text-transform: uppercase;
			width: 100%;
		}
		
			.rebrand-main-logo-wrap > .beyond-limits > p > strong {
				display: block;
				font-family: 'GT America Bold';
			}
			
				.rebrand-main-logo-wrap > .beyond-limits > p > strong > span {
					display: inline;
					position: relative;
				}
				
					.rebrand-main-logo-wrap > .beyond-limits > p > strong > span:before {
						background-color: #000;
						background-image: url(../images/icon-torch-full.png);
						background-position: center;
						background-repeat: no-repeat;
						background-size: 50% auto;
						border-radius: 50%;
						content: '';
						display: block;
						height: 55%;
						position: absolute;
						left: 2px;
						top: 8px;
						width: 80%;
					}

/* Image Styles */
.wp-block-image.is-style-round-arch img,
.wp-block-image.is-style-sharp-arch img,
.wp-block-cover.is-style-round-arch img,
.wp-block-cover.is-style-sharp-arch img,
.wp-block-cover.is-style-round-arch span,
.wp-block-cover.is-style-sharp-arch span,
.wp-block-media-text.is-style-round-arch:not(.is-image-fill) > figure > img,
.wp-block-media-text.is-style-sharp-arch:not(.is-image-fill) > figure > img,
.wp-block-media-text.is-style-round-arch.is-image-fill > figure,
.wp-block-media-text.is-style-sharp-arch.is-image-fill > figure {
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.wp-block-image.is-style-round-arch img,
.wp-block-cover.is-style-round-arch img,
.wp-block-cover.is-style-round-arch span,
.wp-block-media-text.is-style-round-arch:not(.is-image-fill) > figure > img,
.wp-block-media-text.is-style-round-arch.is-image-fill > figure{
	-webkit-mask-image: url(../images/mask-rounded-arch.svg);
	mask-image: url(../images/mask-rounded-arch.svg);
}

.wp-block-image.is-style-sharp-arch img,
.wp-block-cover.is-style-sharp-arch img,
.wp-block-cover.is-style-sharp-arch span,
.wp-block-media-text.is-style-sharp-arch:not(.is-image-fill) > figure > img,
.wp-block-media-text.is-style-sharp-arch.is-image-fill > figure {
	-webkit-mask-image: url(../images/mask-sharp-arch.svg);
	mask-image: url(../images/mask-sharp-arch.svg);
}
/* Sharp arch border overlay */
.wp-block-image[class*="-arch-border-overlay"] > *,
.wp-block-cover[class*="-arch-border-overlay"] > *,
.wp-block-media-text[class*="-arch-border-overlay"] > figure {
	padding: 60px 0;
	position: relative;
}

.wp-block-media-text[class*="-arch-border-overlay"] > figure img {
	display: block;
	height: 50% !important;
	max-height: 50%;
	margin: 0 auto;
	position: relative;
	width: 60%;
}

.wp-block-image[class*="-arch-border-overlay"] > *:before,
.wp-block-cover[class*="-arch-border-overlay"] > *:before,
.wp-block-media-text[class*="-arch-border-overlay"] > figure:before {
	background-color: #000;
	content: '';
	display: block;
	height: 100%;
	-webkit-mask-image: url(../images/mask-sharp-arch-border.svg);
	mask-image: url(../images/mask-sharp-arch-border.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	z-index: 10;
}

/* Paragraph Slanted Tagline Styles */
p.is-style-slant-strip {
	display: inline-block;
	font-family: 'GT America Bold' !important;
	/* font-size: 1em !important; */
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 8px 35px !important;
	text-transform: uppercase;
	transform: rotate(-10deg);
}

.block-editor-block-list__block.wp-block-acf-pc-forever-a-friar-slant-tagline.has-background {
	background: none !important; 
}

/* Editor styles */
.edit-post-visual-editor {
	background-color: #fff;
}

.editor-styles-wrapper {
	display: block;
	margin: 0 auto;
	max-width: 840px;
}

.editor-styles-wrapper .wp-block {
	margin-left: 0;
	margin-right: 0;
}

.editor-post-featured-image {
	position: relative;
}

body.post-type-businesses .editor-post-featured-image:after {
	content: 'For the best display, please upload images with a 16:9 aspect ratio. Examples of recommended dimensions include 1920x1080, 1280x720, or 854x480 pixels.';
	display: block;
	margin: 10px 0;
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
}
	