/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2023 | 22:01:32 */
.container-page cite, .container-page figcaption, .container-page small, .gutenberg-content cite, .gutenberg-content figcaption, .gutenberg-content small {
	color: #fff;
}

.advent-calendar {
	margin-top: 2.75em !important;
}

.gallery-item {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.archive .rotate-section.show-desktop {
  margin-top: 4rem;
  margin-bottom: 0;
}

.archive .site-main .container {
  padding-top: 2rem;
}

.articles-section .title-link:hover {
  text-decoration: underline;
}

.articles-section .read-more {
  display: inline-block;
  color: var(--theme-color-white);
  background: var(--theme-color-dark);
  font-weight: 900;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 1.5rem 0;
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}

.articles-section .read-more:hover {
  color: var(--theme-color-dark);
  background: var(--theme-color-main);
}

.gfield_select {
  color: #000;
}

.gutenberg-content .gfield_checkbox li:before {
  display: none;
}

.gutenberg-content .gfield_checkbox {
  padding: 0;
  max-width: 100%;
}

.gutenberg-content .gfield_checkbox input[type=checkbox]:checked+label::before {
  border-color: var(--theme-color-main);
  background-color: var(--theme-color-main);
}

.gutenberg-content .gfield_required {
  top: 0;
  font-size: 13px;
}

.site-main .gutenberg-content .gform_button {
  color: #fff;
}

.site-main .gutenberg-content .gform_button:hover {
  color: #fff;
  background-color: var(--theme-color-main);
  text-decoration: underline;
}

.emp-ad {
    width: calc(100%/3);
    flex-direction: column;
    margin: 0 .75rem;
    padding: 2rem;
}

.emp-ad {
    display: flex;
    flex-direction: row;
    width: auto;
    max-width: 100%;
    margin: .75rem 0;
    padding: 2rem;
    background-color: var(--theme-color-whitest);
    text-decoration: none;
    justify-content: space-between;
}

.post-tags a {
  margin-bottom: 1rem;
}

.site-footer .back-to-top {
  background: rgba(0,0,0,.5);
  border-radius: .25rem;
}

.site-footer .back-to-top a {
  padding: 1rem;
}

.site-footer .back-to-top.has-light-bg svg {
  fill: #fff;
}

.site-footer .back-to-top.has-dark-bg svg {
  fill: #fff;
}

.gutenberg-content .content-section .blocks-gallery-item:before {
  display: none;
  content: '';
}

.gutenberg-content .content-section .blocks-gallery-item a {
  border-bottom: none;
}

.author-list {
	margin-bottom: 20px;
	display: flex;
    flex-wrap: wrap;
	clear: both;
}

.author-list .author-info {
	display: block;
	float: left;
	width: 25%;
	margin-right: 0;
	text-align: center;
	margin-bottom: 30px;
	clear: both;
    padding: 0;
}

.author-list .author-info.mid,
.author-list .author-info.third,
.author-list .author-info.last {
	clear: none;
}

.author-list .author-info.last {
	margin-right: 0;
}

.author-list .author-image {
	display: block;
	margin-bottom: 5px;
}

.author-list .author-image img {
	margin-bottom: 0;
}

.author-list .clear {
	display: block;
	clear: both;
}

.collab {
	display: block;
	width: 100%;
	background: #222;
}

.collab__inner-wrapper {
	display: flex;
	padding: 2rem;
}

.collab__inner-wrapper img {
	width: 100%;
	height: auto;
}

.collab__left-side {
	width: 30%;
	padding-right: 1rem;
}

.collab__right-side {
	width: 70%;
	text-align: left;
}

.collab__badge {
	background: #f2444e;
	display: inline-block;
	padding: .25rem 1rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 1.2rem;
}

.collab h3 {
	padding: 1rem 0;
	color: #fff;
	margin: 0;
	font-size: 25px;
}

.navigation:not(.post-navigation) .nav-links {
  justify-content: center;
}

.back-to-xmas {
  display: block;
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 3rem;
}

.xmas-calendar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-left: -2rem;
  margin-right: -2rem;
}

.xmas-calendar .xmascalendar {
  display: block;
  width: calc(33% - 2rem);
  margin: 1rem;
}

.xmascalendar .post-thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: none;
}

.xmascalendar .post-thumb h2 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: #000;
  display: inline-block;
  padding: 1rem;
  border-radius: 0;
}

.xmascalendar .post-thumb img {
  border-radius: 4px;
  outline: 1px solid #000;
  outline-offset: -1px;
}

.spotlight .spotlight-post.advent-calendar {
  border: .25rem solid var(--theme-color-main);
  background-color: transparent !important;
}

.spotlight .spotlight-post .advent-calendar-title {
  font-size: 3rem;
  color: var(--theme-color-main) !important;
  margin-bottom: 1rem;
  padding: 0 .5rem;
}

.aligncenter {
  display: block !important;
  text-align: center;
}

.related-post-link {
  display: block;
  border-bottom: 0 !important;
}

.related-post-link:hover .read-related-post-link {
  background: #fff !important;
  color: #000 !important;
  padding: 1rem 5rem !important;
  box-shadow: 0 0 3rem #000;
}

.wp-block-quote {
  margin: 2rem -6rem;
  padding: 4rem;
  background: #333;
  font-size: 2rem;
  text-align: center;
  border: none;
}

.wp-block-quote cite {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  color: var(--theme-color-white);
}

.wp-block-quote p {
  font-size: 2.25rem;
  font-style: normal;
}

.wp-block-quote p:first-of-type {
  display: inline;
}

.category-info .no-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: var(--theme-color-dark);
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--theme-color-bright);
}

.page-id-492734 .container-page h1 {
  font-family: 'Matrix', sans-serif;
}

.block-hero .image-caption {
	position: absolute;
	right: 0rem;
	bottom: 0rem;
	font-size: 1rem;
	background: #000;
    color: #fff;
    display: inline-block;
    padding: 0.5rem;
}

@media (min-width: 480px) {
  .js .nav-primary {
    top: calc(72px + 34px);
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  .site-header .site-branding img {
    height: auto;
    margin-top: 3rem;
  }
}

@media (max-width: 1130px) {
  .wp-block-quote {
    margin: 2rem -2rem;
  }
}

@media (max-width: 980px) {
  .site-header .site-branding img {
    height: auto;
	}
  .xmas-calendar .xmascalendar {
    display: block;
    width: calc(50% - 2rem);
    margin: 1rem;
  }
  
  .wp-block-quote {
    padding: 3.5rem 2.5rem;
  }
  
  .wp-block-quote cite {
    font-size: 1.5rem;
  }

  .wp-block-quote p {
    font-size: 1.9rem;
  }
	
	.block-hero .image-caption {
		right: 0rem;
		top: 0rem;
		bottom: inherit;
	}
	
	.gutenberg-content .wp-block-embed,
	.gutenberg-content .twitter-tweet {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 980px) {
  .site-header .site-branding img {
    height: auto;
	}
  .xmas-calendar .xmascalendar {
    display: block;
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}

@media (min-width: 770px) and (max-width: 1200px) {
  .page-id-492734 .block-hero {
    height: 55rem;
    background-size: contain;
  }
}

@media (max-width: 1020px) {
	.single .instagram-media-rendered {
		padding: 0 !important;
	}
}

@media (max-width: 400px) {
  .page-id-492734 .block-hero {
    height: 22rem;
    background-size: contain;
  }
  .page-id-492734 .container-page {
    padding-top: 0;
  }
}
