/*=========================================
    Section hero
=========================================*/
.section-hero {
	position: relative;
	width: 100%;
	padding: 50px 0 280px;
	background: #000;
	overflow: hidden;
	color: #fff;
}

.section-hero-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-hero-layer::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.hero-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}


.label-hero {
	font-size: 12px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.label-hero a {
	color: inherit;
}

.section-hero h1 {
	font-size: 32px;
	line-height: 1.1;
	margin-bottom: 22px;
	font-weight: 500;
	font-family: 'Gotham';
}


.posted-on {
	display: block;
	color: #fff;
	font-size: 12px;
	letter-spacing: 5px;
	margin-bottom: 30px;
}

.link-hero {
	display: inline-block;
}

.no-touchevents .link-hero {
	display: none;
}

@media (min-width: 768px) {
	.section-hero {
		height: 50vh;
		min-height: 500px;
		padding: 0;
	}

	.section-hero .container,
	.section-hero .row {
		height: 100%;
	}

	.label-hero {
		font-size: 12px;
		letter-spacing: 6px;
		margin-bottom: 40px;
	}

	.section-hero h1 {
		font-size: 48px;
		margin-bottom: 32px;
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	.posted-on {
		font-size: 12px;
		letter-spacing: 6px;
		margin-bottom: 0;
	}

	.link-hero {
		display: none;
	}
}

@media (min-width: 992px) {
	.section-hero {
		height: 70vh;
	}

	.label-hero {
		margin-bottom: 50px;
	}

	.section-hero h1 {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 45px;
		max-width: 700px;
	}
}




.entry-content {
	padding-top: 50px;
	max-width: 740px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	/* #808080;*/
}

.entry-content p {
	margin-bottom: 25px;
	line-height: 1.5;
	font-weight: 300;
}

.entry-content p:last-child {
	margin-bottom: 0
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	line-height: 1.2;
	font-weight: 500;
	font-family: 'Gotham';
	color: var(--title-color);
}

.entry-content h2 {
	font-size: 185%;
	margin-bottom: 25px;
	margin-top: 50px;
}

.entry-content h3 {
	font-size: 128%;
	margin-bottom: 25px;
	margin-top: 50px;
}

.entry-content h4,
.entry-content h5 {
	font-size: 100%;
	margin-bottom: 20px;
}

.entry-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.entry-content strong {
	font-weight: 500;
	font-family: 'Gotham';
}

.entry-content iframe {
	max-width: 100%
}

.entry-content a:not(.button):not(.wp-block-button__link) {
	text-decoration: underline;
}

.entry-content blockquote {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	border-left: 5px solid var(--new-joelle-color);
	margin: 25px 0;
}

.entry-content blockquote p {
	margin: 0;
}


.wp-block-image,
.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
}

.wp-block-image picture {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image .wp-element-caption {
	padding: 10px 0;
	color: var(--title-color);
	;
	text-align: center;
	font-size: 12px;
	opacity: .8;
}


.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.wp-block-gallery .wp-block-image {
	margin: 0 1em 1em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(50% - 1em)
}

.wp-block-gallery .wp-block-image:nth-of-type(2n) {
	margin-right: 0
}

.wp-block-gallery .wp-block-image figure {
	margin: 0;
	height: 100%
}

.wp-block-gallery .wp-block-image img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}

.wp-block-gallery .wp-block-image figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	color: #fff;
	text-align: center;
	font-size: .8em;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	box-sizing: border-box;
	margin: 0
}

.wp-block-gallery .wp-block-image figcaption img {
	display: inline
}

.wp-block-gallery figcaption {
	flex-grow: 1
}

/*.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:600px) {
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - .66667em);
		margin-right: 1em
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(25% - .75em);
		margin-right: 1em
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc(20% - .8em);
		margin-right: 1em
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - .83333em);
		margin-right: 1em
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - .85714em);
		margin-right: 1em
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc(12.5% - .875em);
		margin-right: 1em
	}
	.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}*/

.wp-block-gallery .wp-block-image:last-child {
	margin-right: 0
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}



.wp-video {
	width: 100% !important;
}

.videoWrapper {
	position: relative;
	margin-top: 30px;
}

.videoWrapper::before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.wp-block-buttons {
	margin-bottom: 25px;
	margin-top: 25px;
}

.wp-block-buttons a {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Gotham';
	letter-spacing: 2px;
	line-height: 17px;
	display: inline-block;
	padding: 16px 20px;
	border: 1px solid var(--new-joelle-color);
	border-radius: 4px;
	background-color: var(--new-joelle-color);
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	color: #fff;
	-webkit-transition: background-color 300ms ease 0s, color 300ms ease 0s;
	transition: background-color 300ms ease 0s, color 300ms ease 0s;
}


.no-touchevents .wp-block-buttons a:hover {
	background-color: var(--white);
	color: var(--new-joelle-color);
}



.section-cta-blog-1 {
	margin-bottom: 25px;
	margin-top: 25px;
	background: #f2f2f2;
	border-radius: 12px;
	padding: 30px 15px;
}

.entry-content .section-cta-blog-1 h2 {
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 500;
	font-family: 'Gotham';
}

.entry-content .section-cta-blog-1 p {
	color: #808080;
	font-size: 16px;
	line-height: 1.25;
}

.entry-content .section-cta-blog-1 .button {
	padding-left: 20px;
	padding-right: 20px;
}



@media (max-width: 767px) {
	.section-cta-blog-1 {
		text-align: center;
	}

	.entry-content .section-cta-blog-1 p {
		margin-bottom: 15px;
	}
}


@media (min-width: 768px) {
	.section-cta-blog-1 {
		margin-bottom: 40px;
		margin-top: 40px;
		padding: 30px 40px;
	}
}

@media (min-width: 992px) {
	.entry-content {
		padding-top: 70px;
		font-size: 20px;
	}

	.entry-content h2 {
		font-size: 240%;
		margin-bottom: 40px;
		margin-top: 70px;
	}

	.entry-content h3 {
		font-size: 138%;
	}

	.entry-content blockquote {
		padding-left: 40px;
		border-left-width: 8px;
	}

	.videoWrapper {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.entry-content {
		padding-top: 100px;
	}
}