/*
Theme Name:     Sarah
Theme URI:      http://shop.restored316designs.com/themes
Template:       kadence
Author:         Restored 316 // Lauren Dierschke
Author URI:     http://shop.restored316designs.com/themes
Description:    A mobile responsive WordPress theme built for the Kadence Framework by Lauren Dierschke of Restored 316.
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Font Face
------------------------------------------------------------ */

@font-face {
    font-family: 'R316 script';
    src: url(fonts/R316-Script.woff2)format('woff2');
    font-style: italic;
    font-weight: 400;
    font-display: swap
}

.kb-btn-global-outline {
	background: #fff;
    outline: 1px solid var(--global-palette7);
    outline-offset: -7px;
}

.kb-btn-global-outline:hover {
	background: #fff;
    outline: 1px solid var(--global-palette1);
    outline-offset: -7px;
}

.button.kb-btn-global-outline:not(.has-background),
.button.kb-btn-global-outline:not(.has-background):hover {
	background: #fff;
}

/* Base / Theme
------------------------------------------------------------ */

.entry-hero.post-hero-section .entry-header {
	max-width: 842px;
}

.entry-hero-container-inner {
	padding: 30px 0;
}

.kb-posts .entry-header {
	margin-bottom: 0;
}

.loop-entry .entry-content-wrap {
	padding: 1.5rem;
}

.single-post.content-title-style-above .post-hero-section .entry-hero-container-inner {
	padding: 30px 0;
}

.site-main-header-wrap.site-header-row-container.kadence-sticky-header.item-is-fixed.item-is-stuck {
	box-shadow: 0 2px 10px rgba(214, 214, 214, .25);
}

.archive .entry,
.blog .entry {
	text-align: center;
}


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

a.post-more-link {
	font-family: var(--global-primary-nav-font-family);
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 2px !important;
	margin: 10px auto 8px;
}

.wp-block-kadence-posts a.post-more-link .kadence-svg-iconset {
	display: none;
}


/* Entry / Post Layout
------------------------------------------------------------ */

.grid-lg-col-1.item-image-style-beside.half article.loop-entry.has-post-thumbnail:not(.kb-post-no-image),
.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image),
.kt-feat-image-align-left {
	align-items: center;
}

@media screen and (min-width: 768px) {
	.grid-lg-col-1.item-image-style-beside.half article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
		align-items: center;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 992px) {
	.archive .grid-cols,
	.grid-cols {
		column-gap: 1rem !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		row-gap: 1rem !important;
	}

	.full-post .wp-block-post-template.is-flex-container li {
		width: 100%;
	}

	.grid-cols.full-post {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.wp-block-post-template.is-flex-container li {
		width: 46%;
	}
}

@media (max-width: 767px) {
	.loop-entry .entry-content-wrap {
		padding: 0.5rem !important;
	}
}


/* Gallery Slider
------------------------------------------------------------ */

.entry-related-carousel .carousel-item {
	padding: 5px;
}

.entry-related-carousel .splide__arrow,
.kt-blocks-carousel .kb-splide .splide__arrow,
.kt-post-grid-layout-carousel .kb-splide .splide__arrow {
	background: url(images/right-arrow.svg) center no-repeat;
	background-size: 55px 21px;
	display: inline-flex;
	align-items: center;
	height: 21px;
	justify-content: center;
	line-height: 0;
	opacity: 100 !important;
	transform: translateY(0);
	transition: transform 0.3s ease;
	vertical-align: middle;
	width: 55px;
	will-change: transform;
}

.entry-related-carousel .splide__arrow--next:hover,
.kt-blocks-carousel .splide__arrow--next:hover,
.kt-post-grid-layout-carousel .splide__arrow--next:hover {
	transform: translateX(5px);
}

.entry-related-carousel .splide__arrow--prev,
.kt-blocks-carousel .kb-splide .splide__arrow.splide__arrow--prev,
.kt-post-grid-layout-carousel .kb-splide .splide__arrow.splide__arrow--prev {
	background: url(images/left-arrow.svg) center no-repeat !important;
	background-size: 55px 21px !important;
}

.entry-related-carousel .splide__arrow--prev:hover,
.kt-blocks-carousel .splide__arrow--prev:hover,
.kt-post-grid-layout-carousel .splide__arrow--prev:hover {
	transform: translateX(-5px);
}

.entry-related-carousel .splide__arrow svg,
.kt-blocks-carousel .kb-splide .splide__arrow svg,
.kt-post-grid-layout-carousel .kb-splide .splide__arrow svg {
	display: none;
}

.entry-related-carousel .splide__arrow--next {
	right: -30px !important;
}

.entry-related-carousel .splide__arrow--prev {
	left: -30px !important;
}

.kt-blocks-carousel {
	padding-left: 0px;
	padding-right: 0px;
}

.kt-blocks-carousel .splide__track {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.kt-blocks-carousel .splide__arrow--next {
	right: -30px !important;
}

.kt-blocks-carousel .splide__arrow--prev {
	left: -30px !important;
}

.kt-post-grid-layout-carousel {
	padding-left: 0px;
	padding-right: 0px;
}

.kt-post-grid-layout-carousel .splide__arrow--next {
	right: -30px !important;
}

.kt-post-grid-layout-carousel .splide__arrow--prev {
	left: -30px !important;
}


/* Header & Search
------------------------------------------------------------ */

.custom-inline-search {
	background: #fff;
	border: 1px solid var(--global-palette7);
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	opacity: 0;
	overflow: hidden;
	padding: 8px 0;
	pointer-events: none;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	width: 0;
	z-index: 9999;
}

.search-toggle-open-container .search-toggle-open {
	border-radius: 100%;
}

.site-header-bottom-section-right,
.site-header-main-section-right {
	position: relative;
}

.wp-block-search .wp-block-search__input,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-search__button {
	border-color: var(--global-palette7);
	border-radius: 0;
}

input[type=search] {
	border: none;
}

body.search-active .custom-inline-search {
	opacity: 1;
	padding: 8px 12px;
	pointer-events: auto;
	width: 250px;
}

/* Kit / ConvertKit
------------------------------------------------------------ */

.convertkit-button {
	width: 300px;
}

form.formkit-form[data-format="inline"] {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.formkit-form .formkit-button > span,
.formkit-form .formkit-submit > span {
	border-radius: 0px !important;
	padding: 9px 24px !important;
}

.formkit-form .formkit-input {
	border-radius: 0px !important;
	padding: 10px !important;
}

.formkit-form[min-width~="700"] .formkit-fields[data-stacked="false"] .formkit-submit,
.formkit-form[min-width~="800"] .formkit-fields[data-stacked="false"] .formkit-submit {
	border-radius: 0px !important;
}

.formkit-form[min-width~="700"] [data-style="clean"],
.formkit-form[min-width~="800"] [data-style="clean"] {
	padding: 0 !important;
	padding-top: 0 !important;
}

.wp-block-convertkit-form {
	margin: 0 !important;
	padding: 0 !important;
}

#convertkit-restrict-content p,
#convertkit-restrict-content-modal p {
	margin: 0 !important;
}

@media only screen and (min-width: 482px) {
	form.formkit-form[data-format="inline"] {
		margin-bottom: 0;
	}
}

/* =========================================================
   R316 Masonry + "Chat Bubble" Scroll Reveal (Full CSS)
   - Keeps Kadence masonry via column-count
   - Adds bubble styling (optional)
   - Adds fast fade/slide-in animation (one-at-a-time via JS)
   ========================================================= */

/* Animate ONLY the direct "card" columns inside the masonry wrapper */
.masonry > .kt-inside-inner-col > .wp-block-kadence-column {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: opacity 180ms ease,
              transform 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}

.masonry > .kt-inside-inner-col > .wp-block-kadence-column.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .masonry > .kt-inside-inner-col > .wp-block-kadence-column {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Marquee / Scrolling Text
------------------------------------------------------------ */

@keyframes marquee-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

p.scrolling-text {
	animation: marquee-left 75s linear infinite;
	display: inline-block;
	padding-left: 100%;
	white-space: nowrap;
}


/* Pagination
------------------------------------------------------------ */

.pagination {
	text-align: center;
}

.pagination .page-numbers {
	border-radius: 0;
	border-width: 1px;
}

/* Scrolling Images on Home
------------------------------------------------------------ */

@keyframes scroll-down {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes scroll-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50%);
	}
}

@keyframes scroll-up-offset {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-25%);
	}
}

.scroll-down .kb-gallery-ul {
	animation: scroll-down 30s linear infinite;
}

.scroll-up .kb-gallery-ul {
	animation: scroll-up 30s linear infinite;
}

.scroll-up-offset .kb-gallery-ul {
	animation: scroll-up-offset 30s linear infinite;
}

.scroll-down,
.scroll-up {
	max-height: 600px;
	overflow: hidden;
}

.scroll-down .kb-gallery-ul,
.scroll-up .kb-gallery-ul {
	display: flex;
	flex-direction: column;
}


/* Subcategory Menu (Archives)
------------------------------------------------------------ */

.cat-submenu {
	flex: 1 1 auto;
}

.cat-submenu ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cat-submenu li {
	margin: 0;
}

.cat-submenu-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.cat-submenu-wrapper .filter {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--global-palette3);
	display: inline-block;
	flex: 0 0 auto;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.6;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.cat-submenu-wrapper .filter.is-current {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}

.cat-submenu-wrapper .filter.is-parent {
	font-family: var(--global-body-font-family);
	font-weight: 600;
}

.cat-submenu-wrapper .filter:focus,
.cat-submenu-wrapper .filter:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cat-submenu-text {
	background: var(--global-palette3);
	color: var(--global-palette9);
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-right: 35px;
	padding: 9px 10px 9px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.cat-submenu-text::after {
	border-bottom: 18px solid transparent;
	border-left: 12px solid var(--global-palette3);
	border-top: 18px solid transparent;
	content: "";
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}


/* WooCommerce
------------------------------------------------------------ */

.single-content ul.wc-block-product-template {
	padding-left: 0;
}

.single-post .entry.single-entry h2 {
	font-size: 35px;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.woocommerce span.onsale {
	background-color: var(--global-palette6);
	color: var(--global-palette9);
}

.wc-block-product-filter-price-slider__content {
	padding: 5px;
}

.wc-block-product-template__responsive li {
	padding: 10px;
}

.woocommerce .woocommerce-message {
	background: var(--global-palette8);
	border: none;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
	padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 2px solid var(--global-palette8);
}

.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li.active {
	border-width: 1px;
}

.wp-element-button {
	font-size: 13px;
}

@media screen and (max-width: 719px) {
	.woocommerce div.product .woocommerce-tabs {
		border-width: 0px;
	}

	.woocommerce div.product .woocommerce-tabs .panel {
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: inline-table;
	}

	.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
		border-bottom: 1px solid var(--global-palette7);
	}
}

/* R316 Posts Carousel
============================================================
  Add  r316-posts-carousel  to a Kadence Posts block via
  Advanced → Additional CSS class(es) to turn it into a
  Slick carousel.

  Arrow style modifiers (add alongside r316-posts-carousel):
    (none)                  → Circle arrows, left & right  [Style 1]
    r316-overlay-arrows     → PREV / NEXT boxes, top-right [Style 2]
------------------------------------------------------------ */

/* The Kadence Posts block outputs a <ul> with all classes on it directly.
   r316-posts-carousel lands on that <ul> — Slick is initialised on it. */

/* Hide until Slick is ready (prevents flash of unstyled grid) */
.r316-posts-carousel:not(.slick-initialized) {
	opacity: 0;
}
.r316-posts-carousel.slick-initialized {
	opacity: 1;
	transition: opacity 0.3s ease;
}

/* Override the CSS grid so Slick can control layout */
.r316-posts-carousel.grid-cols {
	display: block !important;
	grid-template-columns: none !important;
}

/* Slide item spacing */
.r316-posts-carousel .loop-entry {
	margin: 0 12px;
}

/* Slick default arrow text reset */
.slick-prev:before,
.slick-next:before {
	content: none !important;
}

.r316-posts-carousel .slick-arrow {
	cursor: pointer;
	border: none;
	background: none;
}

/* Equal height carousel slides */
.r316-posts-carousel .slick-track {
    display: flex;
}

.r316-posts-carousel .slick-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.r316-posts-carousel .slick-slide > div,
.r316-posts-carousel .slick-slide .loop-entry {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.r316-posts-carousel .slick-slide .entry-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}


/* ─── Arrow Style 1 · Circle (default) ──────────────────────
   Circular buttons sit outside the track, vertically centred.
---------------------------------------------------------------- */

.r316-arrow--circle {
	background: var(--global-palette8) !important;
	color: var(--global-palette3);
	border-radius: 50%;
	width: 46px;
	height: 46px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	transition: background 0.2s ease, color 0.2s ease;
	padding: 0;
	line-height: 1;
}

.r316-arrow--circle:hover {
	background: var(--global-palette3) !important;
	color: var(--global-palette9, #fff);
}

.r316-arrow--circle i {
	font-size: 13px;
	line-height: 1;
}

.r316-posts-carousel .slick-prev.r316-arrow--circle {
	left: -26px;
}

.r316-posts-carousel .slick-next.r316-arrow--circle {
	right: -26px;
}

/* ─── Arrow Style 2 · Overlay PREV / NEXT boxes ─────────────
   White rectangular boxes anchored to the top-right corner.
   Add  r316-overlay-arrows  alongside r316-posts-carousel.
---------------------------------------------------------------- */

.r316-arrow--overlay {
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
	background: #fff !important;
	color: var(--global-palette3, #333) !important;
	border: none;
	padding: 18px 28px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.r316-arrow--overlay:hover {
	background: #fff !important;
	color: var(--global-palette1, #111) !important;
}

.r316-arrow--overlay:hover .r316-arrow__label,
.r316-arrow--overlay:hover .r316-arrow__icon {
	color: var(--global-palette1, #111) !important;
}

.r316-arrow__label {
	font-family: var(--global-primary-nav-font-family, sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: inherit;
	line-height: 1;
}

.r316-arrow__icon {
	font-size: 16px;
	line-height: 1;
	color: inherit;
}

.r316-posts-carousel.r316-overlay-arrows .slick-prev.r316-arrow--overlay {
	top: 10px;
	right: calc(var(--r316-overlay-btn-width, 130px) + 20px);
	left: auto;
	transform: none;
}

.r316-posts-carousel.r316-overlay-arrows .slick-next.r316-arrow--overlay {
	top: 10px;
	right: 20px;
	left: auto;
	transform: none;
}

.r316-posts-carousel.r316-overlay-arrows {
	position: relative;
	padding-top: 64px;
}

.r316-posts-carousel.r316-overlay-arrows .slick-list {
	overflow: hidden;
}


/* ─── Post-card image overlay style ─────────────────────────
   Add  r316-posts-overlay  to a Posts block to float the
   title/excerpt in a white box over the featured image.
---------------------------------------------------------------- */

.r316-posts-overlay .entry-content-wrap {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 76%;
	text-align: center;
	background-color: #fff;
	padding: 20px 25px !important;
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
	            opacity   0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.r316-posts-overlay .entry:hover .entry-content-wrap {
	transform: translate(-50%, -12px);
	opacity: 1;
}

.r316-posts-overlay .entry {
	position: relative;
}

.r316-posts-overlay .entry-meta {
	display: block;
	margin-bottom: 7px !important;
}


/* R316 Hamburger Menu
------------------------------------------------------------ */

.r316-hamburger {
	background: var(--global-palette1);
	border: 0;
	padding: 15px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.r316-hamburger-lines{
	width: 20px;
	height: 2px;
	background: currentColor;
	position: relative;
	display: block;
}

.r316-hamburger-lines:before,
.r316-hamburger-lines:after{
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background: currentColor;
}

.r316-hamburger-lines:before{ top: -6px; }
.r316-hamburger-lines:after{ top: 6px; }

.r316-offcanvas{
	position: fixed;
	inset: 0;
	z-index: 99999;
	pointer-events: none;
}

.r316-offcanvas__backdrop{
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.45);
	opacity: 0;
	transition: opacity 250ms ease;
}

.r316-offcanvas__panel{
	position: absolute;
	top: 0;
	left: 0;                
	right: auto;
	height: 100%;
	width: min(420px, 88vw);
	background: var(--global-palette8);
	transform: translate3d(-100%,0,0);   
	transition: transform 250ms ease;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.r316-offcanvas__content .wp-block-social-links {
    justify-content: center;
    width: 100%;
}

.r316-offcanvas__close {
	position: absolute;
	top: 10px;
	right: 10px; 
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: none;
	color: var(--global-palette3);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 999999;
}

.r316-offcanvas__close span {
	font-size: 26px;
	line-height: 1;
	font-weight: 400;
	pointer-events: none; 
}

.r316-offcanvas__close:hover{
	background: var(--global-palette6);
}

.r316-offcanvas__close:active{
	transform: scale(0.98);
}

.r316-offcanvas.is-open{
	pointer-events: auto;
}
.r316-offcanvas.is-open .r316-offcanvas__backdrop{
	opacity: 1;
}
.r316-offcanvas.is-open .r316-offcanvas__panel{
	transform: translate3d(0,0,0);
}

body.r316-offcanvas-open{
	overflow: hidden;
}

/* R316 Hero Slider
------------------------------------------------------------ */

.r316-hero-slider,.r316-hero-slider .entry {
    position: relative;
}

.r316-hero-slider .slick-slide {
    position: relative;
    padding: 0 5px;
}

.r316-hero-slider .post-thumbnail {
    opacity: 1 !important;
}

.r316-hero-slider .entry-content-wrap {
    position: absolute;
    text-align: center;
    padding: 1.5em;
    bottom: 0;
    left: 0;
    transition: opacity 0.8s ease;
    width: 75%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 2;
}

.r316-hero-slider .entry-taxonomies a {
	color: #fff !important;
}

.editor-styles-wrapper .r316-hero-slider .entry-content-wrap {
    opacity: 1;
    padding: 1em .5em .5em;
}

.editor-styles-wrapper .r316-hero-slider .grid-cols {
    grid-gap: 10px;
}

.r316-hero-slider .slick-current .entry-content-wrap {
    opacity: 1;
}

.r316-hero-slider .post-thumbnail-inner {
    position: relative;
}

.r316-hero-slider .post-thumbnail-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff0 15%,rgb(10 10 10 / .45));
    z-index: 1;
    pointer-events: none;
}

.r316-hero-slider .entry-title {
    z-index: 2;
    position: relative;
    padding-top: 6px;
}

.r316-hero-slider .entry-title a,.r316-hero-slider .entry-taxonomies,.r316-hero-slider .entry-taxonomies a {
    color: #fff;
}

.r316-hero-slider .entry-header {
    margin-bottom: 0;
}

.r316-hero-slider .slick-prev,
.r316-hero-slider .slick-next {
    background: var(--global-palette9) !important;
    opacity: 0.7;
    height: 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    border-radius: 50% !important;
    position: absolute;
    top: 50%;
    z-index: 99;
    display: flex !important;
    flex-shrink: 0 !important;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    cursor: pointer;
    border: none !important;
    color: var(--global-palette3);
    padding: 0 !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
}

.r316-hero-slider .slick-prev {
    left: 15px;
}

.r316-hero-slider .slick-next {
    right: 15px;
}

.r316-hero-slider.slick-slider:hover .slick-prev,.r316-hero-slider.slick-slider:hover .slick-next {
    opacity: 1;
}

.r316-hero-slider .post-thumbnail {
    min-height: 500px;
}

@media only screen and (max-width: 767px) {
    .r316-hero-slider .entry-taxonomies {
        margin-bottom: 3px !important;
    }

    .r316-hero-slider .entry-content-wrap {
        width: 100%;
        padding-bottom: 0;
    }

    .r316-hero-slider .slick-slide {
        padding: 0;
    }
    
}

/* Podcast Episode
------------------------------------------------------------ */

.r316-episode {
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.13em;
	font-family: var(--global-primary-nav-font-family);
	text-transform: uppercase;
	background: var(--global-palette8);
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 11px 20px;
}

.loop-entry {
	position: relative;
}

.r316-posts-overlay .r316-episode,
.no-episode .r316-episode,
.r316-hero-slider .r316-episode {
	display: none;
}

