/* Drop Caps
---------------------------------------------------------------------------- */

.site-container p.has-drop-cap:not(:focus)::first-letter {
	font-family: 'Catamaran', sans-serif;
	font-size: 4em;
	margin: 0.1em 0.1em 0 -0.09em;
}

.site-container p.is-style-capital-text.has-drop-cap:not(:focus)::first-letter {
	font-size: 3.8em;
	margin: 0.2em 0.2em 0 -0.09em;
}

.site-container p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
.site-container p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
	margin-right: 0.01em;
}

/* Custom Classes
---------------------------------------------------------------------------- */

.site-container .is-style-angled-underlay::before {
	background-color: #351c4d;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
	content: "";
	display: block;
	height: 60%;
	left: 0;
	min-height: 100px;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	position: absolute;
	opacity: 0.1;
	top: 0;
	width: 100vw;
	z-index: 0;
}

.content-sidebar .site-container .is-style-angled-underlay::before,
.sidebar-content .site-container .is-style-angled-underlay::before,
.full-width-content:not(.unboxed) .site-container .is-style-angled-underlay::before {
	margin: 0 auto;
	max-width: 100%;
}

.is-style-offset-up {
	margin-top: -70px;
}

.offset-button {
	margin-top: -40px;
}

.wp-block-buttons .is-style-button-line {
	display: block;
}

.wp-block-button.is-style-button-line {
	color: currentColor;
}

.is-style-button-line::before {
	border-top: none;
	content: "";
	display: block;
	float: left;
	margin: 30px 30px 29px 0;
	max-width: 600px;
	min-width: 200px;
	
	width: 50%;
	height: 2px;
	    background: var(--pink);
    background: linear-gradient(90deg, var(--pink) 0%, var(--orange) 100%);
}

@media only screen and (max-width: 600px) {

	.site-container .is-style-xl-text {
		font-size: 40px;
	}

}

/* Background Color
---------------------------------------------------------------------------- */

.site-container p.has-background {
	padding: 25px 30px;
}

.site-container p.has-background.box-shadow {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.site-container p.has-background a,
.site-container p.has-text-color a {
	color: inherit;
}

.site-container p.has-background a:focus,
.site-container p.has-background a:hover,
.site-container p.has-text-color a:focus,
.site-container p.has-text-color a:hover {
	color: inherit;
	text-decoration: none;
}

/* Alignment
---------------------------------------------------------------------------- */

.has-text-align-center {
	text-align: center;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

.wp-block-button.alignleft,
.wp-block-buttons.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
	margin-right: 2em;
	margin-bottom: 0.8em;
}

.wp-block-button.alignright,
.wp-block-buttons.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright {
	margin-left: 2em;
	margin-bottom: 0.8em;
}

.content-sidebar:not(.unboxed) .entry-content > .alignfull,
.content-sidebar:not(.unboxed) .entry-content > .alignwide,
.full-width-content .entry-content > .alignfull,
.full-width-content .entry-content > .alignwide,
.sidebar-content:not(.unboxed) .entry-content > .alignfull,
.sidebar-content:not(.unboxed) .entry-content > .alignwide {
	margin-left: -3em;
	margin-right: -3em;
	max-width: calc(100% + 6em);
	width: auto;
}

.unboxed.full-width-content .entry-content > .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.unboxed.full-width-content .entry-content > .alignwide {
	margin-left: -8vw;
	margin-right: -8vw;
	max-width: calc(100% + 16vw);
}

.full-width-content .alignfull .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(780px + 16vw);
}

@media only screen and (max-width: 1023px) {

	.unboxed.full-width-content .entry-content > .alignwide {
		margin-left: -3vw;
		margin-right: -3vw;
		max-width: calc(100% + 6vw);
	}

	.full-width-content .alignfull .alignwide {
		max-width: calc(720px + 6vw);
	}

}

@media only screen and (max-width: 800px) {

	.full-width-content .alignfull .alignwide {
		max-width: calc(76% + 6vw);
	}

}

@media only screen and (max-width: 600px) {

	.unboxed.full-width-content .entry-content > .alignwide {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.full-width-content .alignfull .alignwide {
		max-width: 88%;
	}

}

/* Cover Image
---------------------------------------------------------------------------- */

.full-width-content .entry-content > .wp-block-cover.alignfull {
	width: 100vw;
}

.site-container .wp-block-cover .wp-block-cover-text {
	font-size: 42px;
}

/* Buttons
---------------------------------------------------------------------------- */

.site-container .wp-block-buttons {
	gap: 1em;
}

.site-container .wp-block-button * {
	transition: all 0.25s ease-in-out !important; 
}

.site-container .gb-button {
	background-color: #000000;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wp-block-file *+.wp-block-file__button,
.site-container .wp-block-button .wp-block-button__link {
	background: var(--pink);
    background: linear-gradient(90deg, var(--pink) 0%, var(--orange) 100%);
	border: 2px solid;
    border-image-source: linear-gradient(to left, var(--orange), var(--pink));
	border-image-slice: 1;
    border-width: 2px;
	border-radius: 0;
	cursor: pointer;
	font-size: 1rem;
	padding: 10px 20px;
	text-transform: none;
	text-decoration: none;
	white-space: normal;
	width: auto;
	font-weight: 600;
}

.wp-block-button__width-100,
.wp-block-button__width-100 .wp-block-button__link {
	width: 100% !important;
}

.site-container .wp-block-button.is-style-button-inner-border .wp-block-button__link {
	background: inherit;
	border: 2px solid currentColor;
	border-radius: 0;
	cursor: pointer;
	font-size: 1rem;
	padding: 10px 50px;
	text-transform: none;
	text-decoration: none;
	white-space: normal;
	width: auto;
	font-weight: 600;
}


.wp-block-file *+.wp-block-file__button:hover,
.wp-block-file *+.wp-block-file__button:focus,
.site-container .wp-block-button.is-style-button-inner-border .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-button-inner-border .wp-block-button__link:focus {
	outline: none;
	background: var(--white);
	border-color: currentColor;
}

.wp-block-file *+.wp-block-file__button:hover,
.wp-block-file *+.wp-block-file__button:focus {
	color: var(--black);
}


.site-container .wp-block-button.is-style-button-line .wp-block-button__link {
	
}

.site-container .wp-block-button.is-style-outline--2 .wp-block-button__link,
.site-container .wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	background: transparent;
    border: 2px solid;
    border-image-source: linear-gradient(to left, var(--orange), var(--pink));
    border-image-slice: 1;
    border-width: 2px;
	padding: 10px 28px;
	position: relative;
    left: 0;
    bottom: 0;
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link:before,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:after {
	content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, var(--pink) 0%, var(--orange) 100%);
    border: 3px solid;
    border-image-source: linear-gradient(to left, var(--orange), var(--pink));
    border-image-slice: 1;
    border-width: 3px;
    transition: all 0.2s ease-in-out;
	border-radius: 2px;
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link:before {
    bottom: -7px;
    left: -3px;
    width: calc(100% + 3px);
    height: 6px;
    background: linear-gradient(to right, var(--pink), var(--orange));
    transform: skewX(-45deg);
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link:after {
    left: -7px;
    top: 0px;
    width: auto;
    height: calc(100% + 5px);
    transform: skewY(-45deg);
    background: var(--pink);
    background: linear-gradient(90deg, var(--pink) 0%, var(--orange) 100%);
    border: 3px solid var(--pink);
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus {
    background: var(--pink);
    background: linear-gradient(90deg, var(--pink) 0%, var(--orange) 100%);
    color: var(--white);
	transform: translate(-5px, 5px);
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover:before,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus:before {

    right: 0;
    bottom: 0;
    z-index: -1;
    background: transparent;
    border: none;
	transform: skewX(0deg);
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover:after,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus:after {
    top: 0;
    left: 0;

    z-index: -1;
    background: transparent;
    border: none;
	transform: skewX(0deg);
}



.site-container .gb-button:focus,
.site-container .gb-button:hover,
.site-container .wp-block-button .wp-block-button__link:focus,
.site-container .wp-block-button .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-button-line .wp-block-button__link:focus,
.site-container .wp-block-button.is-style-button-line .wp-block-button__link:hover {
	border: 2px solid;
    border-image-source: linear-gradient(to left, var(--orange), var(--pink));
	border-image-slice: 1;
    border-width: 2px;
	background: var(--white);
}

.wp-block-button.is-style-button-inner-border .wp-block-button__link {
	position: relative;
}

.wp-block-button.is-style-button-inner-border .wp-block-button__link:after {
	content:'';
	background: url(../svg/arrow-right.svg);
	background-position: 50% 80%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
    width: 25px;
    height: 25px;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Altering the arrow for inner broder buttons */

.wp-block-button.is-style-button-inner-border .has-theme-sixth-accent-color.wp-block-button__link:after {
	content:'';
	background: url(../svg/arrow-right-white.svg);
	background-position: 50% 80%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
    width: 25px;
    height: 25px;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wp-block-button.is-style-button-inner-border .has-theme-sixth-accent-color.wp-block-button__link:hover,
.wp-block-button.is-style-button-inner-border .has-theme-sixth-accent-color.wp-block-button__link:focus {
	color: var(--black) !important;
}

.wp-block-button.is-style-button-inner-border .has-theme-sixth-accent-color.wp-block-button__link:hover:after,
.wp-block-button.is-style-button-inner-border .has-theme-sixth-accent-color.wp-block-button__link:focus:after {
	background: url(../svg/arrow-right.svg);
	background-repeat: no-repeat;
}


/* Download block
---------------------------------------------------------------------------- */

.wp-block-file {
	text-align: center;
}

.wp-block-file:not(.wp-element-button) {
	font-size: 1rem;
}

/* Blockquotes and captions
---------------------------------------------------------------------------- */

.site-container .wp-block-pullquote {
	border-color: transparent;
	border-style: solid;
	border-width: 2px 0;
}

blockquote.wp-block-quote:not(.is-style-tlc-standard-blockquote) {
	color: var(--white);
	background: var(--purple);
	padding: 2em;
	position: relative;
}

blockquote.wp-block-quote:not(.is-style-tlc-standard-blockquote) p {
	font-weight: 300;
	line-height: 1.3;
	font-size: 1.5rem;
	font-style: normal;
}

blockquote.wp-block-quote:not(.is-style-tlc-standard-blockquote) cite,
figure.wp-block-pullquote:not(.is-style-tlc-standard-blockquote) cite {
	font-style: normal;
	font-weight: 700;
	font-size: 1.25rem;
}

.site-container .wp-block-quote:not(.is-style-tlc-standard-blockquote)::before {
    content: "";
}

.blockquote-inner-wrapper {
	max-width: 700px;
	margin: 0 auto;
	padding: .75em 1em 3em;
	background: var(--white);
	clip-path: polygon(0% 0%, 98% 0, 100% 94%, 88% 94%, 77% 100%, 77% 94%, 3% 94%);
	z-index: -1;
	position: relative;
}

.blockquote-text-wrapper:before {
    content: '';
    background: url(../png/quote.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 40px;
    padding: 0 10px;
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--purple);
}

.blockquote-wrapper {
	filter: drop-shadow(0 0 20px rgba(0,0,0,.4));
}

.blockquote-text-wrapper {
	border: 2px solid var(--yellow);
	padding: 2em;
}

.blockquote-text-wrapper p:last-child {
    margin-bottom: 0;
}

.site-container .blocks-gallery-caption,
.site-container .wp-block-audio figcaption,
.site-container .wp-block-embed figcaption,
.site-container .wp-block-image figcaption {
	margin-bottom: 30px;
	margin-top: 25px;
	width: 100%;
}

.blocks-gallery-grid .blocks-gallery-item figcaption {
	margin: 0;
}

/* Standard TLC blockquote */

blockquote.wp-block-quote.is-style-tlc-standard-blockquote {
    padding-left: 2em;
    border-left: 5px solid var(--purple);
    margin: 0;
    margin-bottom: 1em;
	font-style: normal;
	font-size: 1.25rem;
	position: relative;
}

blockquote.wp-block-quote.is-style-tlc-standard-blockquote::before {
    content: '';
    background: url(../png/quote.png);
    background-position: 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0 10px;
    position: absolute;
    top: 25px;
    left: -3px;
    transform: translate(-50%, -50%);
    background-color: var(--purple);
}

blockquote.wp-block-quote.is-style-tlc-standard-blockquote cite {
	font-weight: 700;
	font-style: normal;
	font-size: 1rem;
}

/* Category Block
---------------------------------------------------------------------------- */

.site-container .wp-block-categories {
	margin-left: 0;
	padding-left: 0;
}

.site-container .wp-block-categories li {
	list-style-type: none;
}

.site-container .wp-block-categories.aligncenter {
	text-align: center;
}

.site-container .wp-block-categories.alignfull {
	padding: 0 30px;
}

.site-container .wp-block-categories .children {
	padding-left: 30px;
}

/* Latest Posts Block
---------------------------------------------------------------------------- */

.site-container .wp-block-latest-posts {
	margin-left: 0;
	padding-left: 0;
}

.site-container .wp-block-latest-posts li {
	list-style-type: none;
}

.site-container .wp-block-latest-posts.aligncenter {
	text-align: center;
}

.site-container .wp-block-latest-posts.alignfull {
	padding: 0 30px;
}

/* Book Image Style
--------------------------------------------- */

.is-style-book-style figure {
	box-shadow: -1px 5px 20px rgba(0, 0, 0, 0.3);
	position: relative;
	transform-style: preserve-3d;
}

.is-style-book-style figure::before {
	background-color: #eaeaea;
	bottom: -11px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	height: 12px;
	left: 1%;
	position: absolute;
	transform: perspective(100px) rotateX(160deg);
	transform-style: inherit;
	width: 98%;
	z-index: -1;
}

.site-container .wp-block-image.is-style-book-style figcaption {
	display: none;
}

.is-style-book-style img {
	display: block;
	max-width: 100%;
}

/* Corner Brackets
---------------------------------------------------------------------------- */

figure.is-style-caption-overlay,
.is-style-caption-overlay figure:not(.is-style-caption-overlay),
.is-style-column-corners,
.is-style-entry-corners .entry,
figure.is-style-image-corners,
.is-style-image-corners figure:not(.is-style-image-corners),
.is-style-overlay .entry {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
	margin-bottom: 1.5em;
	position: relative;
	transition: all 0.25s ease-in-out;
}

figure.is-style-image-corners {
	border: 10px solid #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}


figure.is-style-caption-overlay::after,
figure.is-style-caption-overlay::before,
.is-style-caption-overlay figure:not(.is-style-caption-overlay)::after,
.is-style-caption-overlay figure:not(.is-style-caption-overlay)::before,
.is-style-column-corners::after,
.is-style-column-corners::before,
.is-style-entry-corners .entry::after,
.is-style-entry-corners .entry::before,
.is-style-image-corners figure:not(.is-style-image-corners)::after,
.is-style-image-corners figure:not(.is-style-image-corners)::before,
.is-style-overlay .entry::after,
.is-style-overlay .entry::before {
	border: 1px solid currentColor;
	content: "";
	height: 50px;
	position: absolute;
	opacity: 0.3;
	transition: opacity 0.5s cubic-bezier(0.5, 0, 0.5, 1), transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
	width: 25px;
}

figure.is-style-caption-overlay::before,
.is-style-caption-overlay figure:not(.is-style-caption-overlay)::before,
.is-style-column-corners::before,
.is-style-entry-corners .entry::before,
.is-style-image-corners figure:not(.is-style-image-corners)::before,
.is-style-overlay .entry::before {
	border-bottom-width: 0;
	border-right-width: 0;
	left: -19px;
	top: -19px;
}

figure.is-style-caption-overlay::after,
.is-style-caption-overlay figure:not(.is-style-caption-overlay)::after,
.is-style-column-corners::after,
.is-style-entry-corners .entry::after,
figure.is-style-image-corners::after,
.is-style-image-corners figure:not(.is-style-image-corners)::after,
.is-style-overlay .entry::after {
	border-left-width: 0;
	border-top-width: 0;
	bottom: -19px;
	right: -19px;
}

figure.is-style-caption-overlay:hover::after,
figure.is-style-caption-overlay:hover::before,
.is-style-caption-overlay figure:not(.is-style-caption-overlay):hover::after,
.is-style-caption-overlay figure:not(.is-style-caption-overlay):hover::before,
.is-style-column-corners:hover::after,
.is-style-column-corners:hover::before,
.is-style-entry-corners .entry:hover::after,
.is-style-entry-corners .entry:hover::before,
figure.is-style-image-corners:hover::after,
figure.is-style-image-corners:hover::before,
.is-style-image-corners figure:not(.is-style-image-corners):hover::after,
.is-style-image-corners figure:not(.is-style-image-corners):hover::before,
.is-style-overlay .entry:hover::after,
.is-style-overlay .entry:hover::before {
	opacity: 0.8;
}

figure.is-style-caption-overlay a,
.is-style-caption-overlay figure:not(.is-style-caption-overlay) a,
.is-style-column-corners .gb-block-post-grid-image a,
.is-style-entry-corners .gb-block-post-grid-image a,
figure.is-style-image-corners a,
.is-style-image-corners figure:not(.is-style-image-corners) a {
	outline: none;
}

figure.is-style-caption-overlay:focus-within,
figure.is-style-caption-overlay:hover,
.is-style-caption-overlay figure:not(.is-style-caption-overlay):focus-within,
.is-style-caption-overlay figure:not(.is-style-caption-overlay):hover,
.is-style-column-corners:focus-within,
.is-style-column-corners:hover,
.is-style-entry-corners .entry:focus-within,
.is-style-entry-corners .entry:hover,
.is-style-image-corners figure:not(.is-style-image-corners):focus-within,
.is-style-image-corners figure:not(.is-style-image-corners):hover,
.is-style-overlay .entry:focus-within,
.is-style-overlay .entry:hover {
	border: 1px solid #fff;
	box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.1);
}

.is-style-entry-corners .is-list article.entry::before {
	display: block;
}

.is-style-image-corners.wp-block-image figcaption {
	background-color: #fff;
	color: #000000;
	margin: 0;
	padding: 25px 20px;
}

.is-style-caption-overlay-link {
	position: relative;
}

.site-container .wp-block-image:is(.is-style-caption-overlay-link) figcaption {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 1em;
    width: 50%;
    max-width: 50%;
	text-align: left;
    line-height: 1.5;
	font-style: normal;
	font-weight: 400;
}

.site-container .wp-block-image:is(.is-style-caption-overlay-link) figcaption strong {
	font-size: 1.75rem;
	font-weight: 700;
}

/* Image Caption Overlay
---------------------------------------------------------------------------- */

figure.is-style-caption-overlay.wp-block-image,
.is-style-caption-overlay figure:not(.is-style-caption-overlay) {
	background-color: #008080;
	border: 1px solid #fff;
	position: relative;
}

figure.is-style-caption-overlay.wp-block-image {
	display: table;
}

.is-style-caption-overlay a {
	display: inline-block;
	overflow: hidden;
}

.is-style-caption-overlay a:focus {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7);
}

.is-style-caption-overlay.wp-block-image figcaption {
	background-color: #008080;
	bottom: 1px;
	color: #fff;
	font-size: 22px;
	left: 1px;
	line-height: 1.2;
	margin: 0;
	padding: 15px 20px;
	position: absolute;
	right: 1px;
	opacity: 0.9;
	text-align: left;
	width: auto;
}

.is-style-caption-overlay.wp-block-image figcaption a {
	color: #fff;
	border-bottom: 1px dotted transparent;
}

.is-style-caption-overlay.wp-block-image figcaption a:focus,
.is-style-caption-overlay.wp-block-image figcaption a:hover {
	border-bottom: 1px dotted currentColor;
}

.is-style-caption-overlay.size-thumbnail figcaption {
	font-size: 16px;
}

.is-style-caption-overlay.wp-block-image img {
	opacity: 1;
	transition: all 0.9s ease-in-out;
}

.is-style-caption-overlay.wp-block-image:focus-within img,
.is-style-caption-overlay.wp-block-image:hover img {
	opacity: 0.7;
}

.is-style-caption-overlay.wp-block-image:focus-within a img,
.is-style-caption-overlay.wp-block-image:hover a img {
	transform: scale(1.1);
}

/* Genesis Blocks
---------------------------------------------------------------------------- */

.gb-block-container {
	z-index: 0;
}

.gb-block-layout-column:nth-child(2) {
	z-index: 0;
}

.gb-block-post-grid-image,
.gb-block-profile .gb-profile-avatar-wrap {
	overflow: hidden;
}

.gb-block-post-grid-image img,
.gb-block-profile .gb-profile-avatar-wrap img {
	transition: transform 0.9s ease-in-out;
}

.gb-block-post-grid .entry:hover img,
.gb-block-post-grid .entry:focus-within img,
.gb-block-post-grid.is-style-overlay .entry:hover img,
.gb-block-profile:focus-within img,
.gb-block-profile:hover img {
	transform: scale(1.1);
}

.gb-block-post-grid .is-list article:not(:last-child) {
	margin-bottom: 40px;
	padding-bottom: 0;
}

.gb-block-post-grid.is-grid .gb-block-post-grid-byline,
.gb-block-post-grid .gb-post-grid-items.is-grid .gb-block-post-grid-text,
.gb-block-post-grid .gb-post-grid-items.is-grid .gb-block-post-grid-title {
	text-align: center;
}

.gb-block-post-grid .gb-block-post-grid-text {
	color: #000000;
	font-size: 16px;
	padding: 15px 20px 20px 20px;
}

.gb-block-post-grid .gb-block-post-grid-text {
	margin-top: 1.2em;
}

.gb-block-post-grid .gb-block-post-grid-text p {
	margin-bottom: 30px;
}

.gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-title {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-title {
	margin-bottom: 5px;
}

.gb-block-post-grid .gb-block-post-grid-byline,
.gb-block-post-grid .gb-block-post-grid-byline a,
.gb-block-post-grid header .gb-block-post-grid-title a {
	border: 1px solid transparent;
	color: #000000;
	transition: all 0.25s ease-in-out;
}

.gb-block-post-grid .gb-block-post-grid-byline a:focus,
.gb-block-post-grid .gb-block-post-grid-byline a:hover,
.gb-block-post-grid header .gb-block-post-grid-title a:focus,
.gb-block-post-grid header .gb-block-post-grid-title a:hover {
	color: #008080;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

.gb-block-post-grid a.gb-block-post-grid-more-link {
	color: #000000;
	font-size: 1rem;
	font-weight: 400;
	padding: 10px 20px;
	border: 1px solid currentColor;
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.gb-block-post-grid a.gb-block-post-grid-more-link:focus,
.gb-block-post-grid a.gb-block-post-grid-more-link:hover {
	background-color: #008080;
	color: #fff;
	text-decoration: none;
}

.gb-block-pricing-table-inside {
	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
}

.gb-block-profile {
	border-radius: 0;
	margin-bottom: 0;
}

.gb-block-profile .gb-profile-avatar-wrap {
	max-width: 100%;
}

.gb-block-profile .gb-profile-image-square {
	overflow: hidden;
}

/* Genesis Blocks Post Grid Overlay
---------------------------------------------------------------------------- */

.is-style-overlay .gb-block-post-grid-text {
	padding: 0;
	margin-top: 0;
}

.is-style-overlay .has-post-thumbnail .gb-block-post-grid-header {
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.is-style-overlay .gb-block-post-grid-title {
	display: table;
	height: 100%;
	margin-bottom: 0;
	width: 100%;
}

.is-style-overlay header .gb-block-post-grid-title a {
	display: table-cell;
	padding: 80px 20px;
	position: relative;
	transform: translateY(10px);
	transition: all 0.55s ease-in-out;
	vertical-align: top;
	z-index: 3;
}

.is-style-overlay header .gb-block-post-grid-title a,
.is-style-overlay header .gb-block-post-grid-title a:focus,
.is-style-overlay header .gb-block-post-grid-title a:hover {
	border-width: 0;
	outline-width: 0;
}

.is-style-overlay article:focus-within .gb-block-post-grid-title a,
.is-style-overlay article:hover .gb-block-post-grid-title a {
	transform: translateY(0);
}

.is-style-overlay .has-post-thumbnail .gb-block-post-grid-title a,
.is-style-overlay .has-post-thumbnail .gb-block-post-grid-title a:focus,
.is-style-overlay .has-post-thumbnail .gb-block-post-grid-title a:hover {
	border-width: 0;
	color: #fff;
}

.is-style-overlay .no-excerpt header .gb-block-post-grid-title a {
	padding: 20px;
	vertical-align: middle;
}

.is-style-overlay .gb-block-post-grid-image {
	background-color: #351c4d;
	margin-bottom: 0;
}

.is-style-overlay .gb-block-post-grid-image img {
	opacity: 0.2;
}

.is-style-overlay article:focus-within .gb-block-post-grid-image img,
.is-style-overlay article:hover .gb-block-post-grid-image img {
	opacity: 0.6;
}

.is-style-overlay .gb-block-post-grid-excerpt {
	position: relative;
	z-index: 10;
}

.is-style-overlay .gb-block-post-grid-excerpt p {
	padding: 20px;
}

.is-style-overlay .has-post-thumbnail .gb-block-post-grid-byline {
	color: #fff;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10;
}

.is-style-overlay .has-post-thumbnail .gb-block-post-grid-byline a,
.is-style-overlay .has-post-thumbnail .gb-block-post-grid-byline a:focus,
.is-style-overlay .has-post-thumbnail .gb-block-post-grid-byline a:hover {
	color: #fff;
}

/* Other Blocks
---------------------------------------------------------------------------- */

.wp-block-preformatted,
.wp-block-verse {
	font-size: 1.125rem;
	white-space: pre-wrap;
}

.wp-block-code::before {
	background-color: #000000;
	content: "\f157";
	font-family: "ionicons"; /* stylelint-disable-line */
}

hr.wp-block-separator {
	border-width: 0;
	height: 3px;
	background: var(--pink);
    background: linear-gradient(90deg, var(--pink) 0%, var(--orange) 100%);
	color: inherit;
	margin: 2em auto;
}

.gb-block-spacer {
	margin-bottom: 0;
}

.wp-block-separator.is-style-theme-separator {
	background-color: transparent !important;
}

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

.wp-block-separator.is-style-dots::before {
	font-size: 26px;
}

.wp-block-separator.is-style-wide {
	border-left-width: 0;
	margin-left: 0;
}

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

.wp-block-image {
	line-height: 1;
	margin-bottom: 40px;
}

.site-container .blocks-gallery-grid,
.site-container .wp-block-social-links {
	margin-left: 0;
	padding-left: 0;
}

.site-container .blocks-gallery-grid {
	max-width: 100%;
	width: 100%;
}

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

/* Custom image classes
---------------------------------------------------------------------------- */

.tilt-left {
    transform: rotate(-3deg);
}

.tilt-right {
    transform: rotate(3deg);
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 960px) {

	.gb-block-post-grid .is-grid.columns-4 {
		grid-template-columns: 1fr 1fr;
	}

	.gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2";
	}

	.site-container .wp-block-image figcaption {
		font-size: 1rem;
	}

	.unboxed.full-width-content .wp-block-quote.is-style-quote-underlay::after {
		left: -30px;
		right: auto;
		width: 98%;
	}

}

@media only screen and (max-width: 781px) {

	.site-container .wp-block-column {
		flex-basis: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.site-container .offset-button {
		margin-top: 0;
	}

	.site-container .wp-block-quote.is-style-large::after {
		right: 50px;
		top: -40px;
		width: 200%;
	}

	.unboxed.content-sidebar .wp-block-quote.is-style-quote-underlay::after,
	.unboxed.sidebar-content .wp-block-quote.is-style-quote-underlay::after {
		left: -30px;
	}

	.unboxed.content-sidebar .wp-block-quote.is-style-quote-underlay p::after,
	.unboxed.sidebar-content .wp-block-quote.is-style-quote-underlay p::after {
		right: -30px;
	}

}

@media only screen and (max-width: 600px) {

	.is-style-column-corners::after,
	.is-style-entry-corners .entry::after,
	.is-style-image-corners::after {
		display: none;
	}

	.gb-block-post-grid .gb-block-post-grid-byline,
	.gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-text,
	.gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-title {
		text-align: center;
	}

	.gb-block-post-grid .is-list .gb-block-post-grid-image {
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 480px) {

	.is-style-book-style.wp-block-image figure {
		margin-bottom: 2em;
	}

	.is-style-book-style.wp-block-image + h2 {
		clear: both;
	}

	.content-sidebar:not(.unboxed) .entry-content > .alignfull,
	.content-sidebar:not(.unboxed) .entry-content > .alignwide,
	.full-width-content .entry-content > .alignfull,
	.full-width-content .entry-content > .alignwide,
	.sidebar-content:not(.unboxed) .entry-content > .alignfull,
	.sidebar-content:not(.unboxed) .entry-content > .alignwide {
		margin-left: -2em;
		margin-right: -2em;
		max-width: calc(100% + 4em);
	}

}

@media screen and (-ms-high-contrast: none) {

	figure.is-style-caption-overlay::after,
	figure.is-style-caption-overlay::before,
	.is-style-caption-overlay figure:not(.is-style-caption-overlay)::after,
	.is-style-caption-overlay figure:not(.is-style-caption-overlay)::before,
	.is-style-column-corners::after,
	.is-style-column-corners::before,
	.is-style-entry-corners .entry::after,
	.is-style-entry-corners .entry::before,
	figure.is-style-image-corners::after,
	figure.is-style-image-corners::before,
	.is-style-image-corners figure:not(.is-style-image-corners)::after,
	.is-style-image-corners figure:not(.is-style-image-corners)::before,
	.is-style-overlay .entry::after,
	.is-style-overlay .entry::before {
		display: none;
	}

	.gb-block-post-grid .is-grid {
		text-align: center;
	}

	.gb-block-post-grid .is-grid article {
		padding-left: 0;
		padding-right: 0;
	}

}
