/*!
Theme Name: wspodcast
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wspodcast
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


/*@font-face {
	font-family: 'Inter';
	src: url('/wp-content/themes/wspodcast/fonts/Inter-VariableFont.woff2') format('woff2') tech('variations')
	font-weight: 100 900;
	font-stretch: 25% 151%;
}*/

:root
{
  --text-color: #000;
	--ws-max-width: 1200px;
	--ws-width: 90%;
}

body
{
	margin: 0px;

  padding: 128px 0px 50px 0px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #000;
	background-color: #FFF;
  padding-bottom: 50px;
  transition: padding .3s ease;
}

body.noscroll
{
  overflow: hidden;
}

body.no-tipline
{
  padding-bottom: 0px;
}

body.admin-bar
{
	padding-top: 112px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0px;
}

h2, h3
{
	font-weight: 600;
}

h2
{
	margin-bottom: 60px;
	font-size: 28px;
	line-height: 34px;
}

h3
{
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;
}

p
{
	margin: 0px 0px 1em 0px;
}

p:last-child
{
	margin-bottom: 0px;
}

figure
{
	margin: 0px;
}

.wp-block-columns
{
  margin-bottom: 0px;
}

img
{
	width: 100%;
	height: auto;
	display: block;
}

a
{
	text-decoration: none;
	color: #000;
  background-image: linear-gradient(#666,#666);
  background-position: 0 100%;
  background-repeat: no-repeat,no-repeat;
  background-size: 0% 1px;
  border-bottom: 0;
  transition: all .3s ease;
  padding-bottom: 5px;
}

a:hover
{
  background-size: 100% 1px;
  color: #000;
}

figure a
{
  background-image: none;
}

.ws-mobile-only
{
  display: none;
}

.ws-section h1,
.ws-section h2,
.ws-section h3,
.ws-section h4,
.ws-section h5,
.ws-section h6,
.ws-section p,
.ws-section li,
.ws-section hr,
.ws-section figure,
.ws-section .fade-in,
.fade-in-up
{
  opacity: 0;
  transform: translateY(15px);
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}

.ws-section.ws-shareables .wp-block-group h3
{
  opacity: 1;
  transform: translateY(0px);
}

.ws-shareables > .wp-block-group__inner-container > .wp-block-group:nth-of-type(2)
{
  transition-delay: .2s;
}

.ws-shareables > .wp-block-group__inner-container > .wp-block-group:nth-of-type(3)
{
  transition-delay: .4s;
}

.ws-shareables > .wp-block-group__inner-container > .wp-block-group:nth-of-type(4)
{
  transition-delay: .6s;
}

.ws-shareables > .wp-block-group__inner-container > .wp-block-group:nth-of-type(5)
{
  transition-delay: .8s;
}

.ws-shareables > .wp-block-group__inner-container > .wp-block-group:nth-of-type(6)
{
  transition-delay: 1s;
}

.ws-shareables > .wp-block-group__inner-container > .wp-block-group:nth-of-type(7)
{
  transition-delay: 1.2s;
}

.ws-shareables > .wp-block-group__inner-container > .wp-block-group:nth-of-type(8)
{
  transition-delay: 1.4s;
}

.ws-shareables > .wp-block-group__inner-container > .wp-block-group:nth-of-type(9)
{
  transition-delay: 1.6s;
}

.ws-section h1.visible,
.ws-section h2.visible,
.ws-section h3.visible,
.ws-section h4.visible,
.ws-section h5.visible,
.ws-section h6.visible,
.ws-section p.visible,
.ws-section li.visible,
.ws-section hr.visible,
.ws-section figure.visible,
.ws-section .fade-in.visible,
.fade-in-up.visible
{
  opacity: 1;
  transform: translateY(0px);
}

figure.wp-block-image img.lazy-hidden
{
  min-width: 0px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Header Section */

.site-branding
{
	width: 277px;
}

.hamburger-menu
{
	display: none;
}

.site-header
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFF;
	z-index: 1000;
  padding-top: 47px;
}

body.admin-bar .site-header
{
	top: 32px;
}

.site-header .wrap
{
	max-width: var(--ws-max-width);
	width: var(--ws-width);
	margin: 0px  auto;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding: 20px 0px;
}

.main-navigation
{

}

.main-navigation ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.main-navigation ul li
{
	display: inline-block;
	margin-right: 60px;
  position: relative;

}

.main-navigation ul > li:after
{
	width: 100%;
	height: 4px;
	content: '';
	display: block;
	position: absolute;
	top: 48px;
	transition: all .25s ease;
	transform: scaleX(-.00000001);
	transform-origin: center;
}

/*.main-navigation ul > li.current-menu-item:after,*/
.main-navigation ul > li:hover:after
{
	transform: scaleX(1);
	transition: all .45s ease;
	background-color: #6A6E81;
}

.main-navigation ul li a
{
  color: #000;
  background-image: none;
}

.main-navigation ul li:last-child
{
	margin-right: 0px;
}

.mobile-nav
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	z-index: 100;
	text-align: center;
	/*background-image: url('/wp-content/themes/whitfordmgmt/images/menu-logo.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 90% auto;*/
	transition: opacity .3s linear;
	opacity: 0;
	pointer-events: none;
}

.mobile-nav.visible
{
	opacity: 1;
	pointer-events: visible;
}

.mobile-nav .menu-menu-1-container,
.mobile-nav .menu-home-page-menu-container
{
	margin-top: 157px;

}

.mobile-nav ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
}

.mobile-nav ul li
{
	margin-bottom: 44px;
	opacity: 0;
	transform: translateY(10px);
	transition: all .6s ease;
}

.mobile-nav ul li.visible
{
	opacity: 1;
	transform: translateY(0px);
}

.mobile-nav ul li:last-child
{
	margin-bottom: 0px;
}

.mobile-nav ul a
{
  color: #000;
  background-image: none;
}

@media all and (max-width: 1040px)
{
  .main-navigation ul li
  {
    margin-right: 40px;
  }
}

@media all and (max-width: 900px)
{
  .main-navigation ul li
  {
    margin-right: 30px;
  }
}

@media all and (max-width: 800px)
{
  .main-navigation ul li
  {
    margin-right: 20px;
  }
}

@media all and (max-width: 767px)
{

  .ws-mobile-only
  {
    display: block;
  }

  .ws-desktop-only
  {
    display: none;
  }

  .site-header
  {
    padding-top: 20px;
  }

  .mobile-nav
	{
		display: block;
		overflow: auto;
    background-image: url('/wp-content/themes/wspodcast/images/bg-menu.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
	}

  .site-branding
  {
    width: 221px;
  }

  .main-navigation
  {
    display: none;
  }

  .hamburger-menu
	{
		margin: 0px 0px 0px auto;
    width: 25px;
    height: 25px;
		z-index: 1;
		cursor: pointer;
		display: block;
		position: relative;
	}

	.hamburger-menu .label
	{
		text-transform: uppercase;
		font-size: 9px;
		position: absolute;
		top: 12px;
		line-height: 1em;
		opacity: 1;
		transition: opacity .3s linear;
	}

	.hamburger-menu .label.hidden
	{
			opacity: 0;
	}

  .stick {
    position: relative;
    transform: translateY(12px);
    background: #000;
    transition: all 0s .3s
}

.stick:after, .stick:before, .tagline {
    position: absolute
}

.stick, .stick:after, .stick:before {
    width: 100%;
    height: 1px
}

.stick:before {
    bottom: 8px;
    transition: bottom .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1)
}

.stick:after {
    top: 8px;
    transition: top .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1)
}

.stick.animate {
    background: rgba(255, 255, 255, 0)
}

.stick.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1)
}

.stick.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1)
}

.stick:after, .stick:before {
    content: "";
    left: 0;
    background: #000;
}
}

/* End of Header Section */


.site-main
{
	width: var(--ws-width);
	max-width: var(--ws-max-width);
	margin: 0px auto;
  padding-top: 27px;
}

/* Share Button */

/* share shortcode  */

.ws-share-holder
{
  width: 300px;
  position: relative;
  height: 28px;
  transition: width .5s ease-in-out;
  overflow: hidden;
  margin: 0px;
  opacity: 1;
  display: flex;
  flex-direction: row;
  transform: translateY(0px);
  margin-bottom: 22px;
}

.ws-share-holder.open
{
  width: 300px;
}

.social-wrap
{
  position: relative;
  width: 0px;
  transition: all .3s ease;
  overflow: hidden;
  margin-left: 20px;
}


.ws-share-text
{
  opacity: 1;
  transition: opacity .2s linear;
  cursor: pointer;
}

.ws-copy-link img
{
  width: auto;
  height: 100%;
}

.ws-share-holder.open .ws-share-text
{
  opacity: 0;
}

.ws-share-holder.open .social-wrap
{
  width: 124px;
}

.ws-copy-notice
{
  color: #000;
  position: absolute;
  top: -2px;
  left: 160px;
  background-color: #FFF;
  font-size: 12px;
  opacity: 0;
  transition: opacity .2s linear;
}

.ws-copy-notice.visible
{
  opacity: 1;
}

.ws-share-holder .ws-social
{
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
  transform: translateX(0%);
  width: 150px;
  transition: transform .5s ease-in-out;
  transition-delay: .0s;
}

.ws-share-holder.open .ws-social
{
  transform: translateX(0px);
  transition-delay: 0s;
}

.ws-share-holder .ws-social li
{
  display: inline-block;
  margin-right: 10px;

  width: 20px;
  height: 20px;
  text-align: center;

  font-size: 13px;
  line-height: 1.5em;
  opacity: 0;

  transition: all .3s ease;
}

.ws-share-holder .ws-social li.outline
{
  border: 1px solid #000;
}

.ws-section .ws-share-holder .ws-social li
{
  transform: translateY(0px);
}

.ws-share-holder .ws-social li.twitter img
{
  height: 100%;
  width: auto;
}

.ws-share-holder.open .ws-social li
{
  opacity: 1;
}

.ws-share-holder.open .ws-social li:hover
{
  opacity: .6;
  transition-delay: 0s;
}


.ws-share-holder .ws-social li:last-child
{
  margin-right: 0px;
}

.ws-share-holder .ws-social li a
{
  color: #FFF;
  border-bottom: 0px;
}

.ws-share-holder .ws-social li i
{
  vertical-align: middle;
  top: 3px;
  position: relative;
}

.ws-share-holder .ws-share-button,
.ws-share-holder .ws-social
{
  display: inline-block;
}

.ws-share-holder .ws-share-button
{
  width: 14px;
  height: 14px;
  /*right: 0px;
  position: absolute;
  top: 1px;*/
  cursor: pointer;
}

.ws-share-button span
{
  position: relative;
  top: -5px;
  left: 5px;
  font-size: 15px;
  opacity: 1;
  transition: opacity .5s ease;
}

.ws-share-holder.open .ws-share-button span
{
  opacity: 0;
}

.ws-share-holder .ws-share-button:after
{
}

.ws-share-holder .ws-share-button img
{
  width: 100%;
  height: auto;
  display: inline;
  transform: rotate(0px);
  transition: transform .5s ease-in-out;
  transform-origin: 50% 50%;
  position: relative;
  top: 2px;
}

.ws-share-holder.open .ws-share-button img
{
  transform: rotate(45deg);
}

/* end of share button */


/* Page */

.ws-section
{
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
  padding-bottom: 60px;
}

.ws-section.ws-older-season
{
  padding-bottom: 20px;
}

.ws-section:last-of-type
{
  border-bottom: 0px;
}

.ws-title-cols
{
	width: 90%;
	gap: 2.5%;
}

.ws-header-image
{
	margin-bottom: 27px;
}

.ws-pod-heading
{
	padding-bottom: 60px;
}

.ws-pod-heading .wp-block-columns .wp-block-column
{
  flex-basis: 60%;
}

.ws-pod-heading .wp-block-columns .wp-block-column:last-child
{
  flex-basis: 40%;
  display: flex;
  justify-content: flex-end;
}

.ws-pod-heading p
{
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ws-pod-heading h1
{
	font-weight: 700;
	font-size: 72px;
	line-height: 87px;
}

.ws-pod-heading figure
{
  width: 100%;
  max-width: 308px;
}

.ws-feature-holder
{
	border-bottom: 1px solid #000;
	padding-bottom: 27px;
	margin-bottom: 20px;
  margin-top: 0px;
}

.ws-feature-holder .post-thumbnail
{
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 51.13%;
}

.ws-icons figure img
{
  min-width: 0px !important;
}

figure.wp-block-image img.lazy-hidden
{
  min-width: 0px;
}

.ws-icons h2
{
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
}

.ws-icons h2::before
{
  display: inline-block;
  content: '';
  background-image: url('/wp-content/themes/wspodcast/images/headphones.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.wp-block-columns.ws-30-70-cols
{
  gap: 0;
  width: 90%;
  justify-content: space-between;
}

.wp-block-columns.ws-30-70-cols .wp-block-column:first-child
{
  flex-basis: 32%;
  flex-grow: 0;
  flex-shrink: 0;
}

.wp-block-columns.ws-30-70-cols .wp-block-column:last-child
{
  flex-basis: 66%;
  flex-grow: 0;
  flex-shrink: 0;
}

.ws-icons
{

}

.ws-icons .wp-block-gallery
{
	justify-content: space-between;
	margin: 74px 0px 0px 0px;
}

.ws-icons .wp-block-image
{
	width:56px !important;
	flex-grow: 0 !important;
}
.ws-season-desc h2
{
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
}

.ws-audio-holder
{
  width: 100%;
  margin-top: 79px;
}

#mc_embed_signup
{
	border: 1px solid #000;
	padding: 9px;
}

input[type="submit"]
{
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .1em;
	line-height: 19px;
	text-transform: uppercase;
	background-color: #000;
	color: #FFF;
	-webkit-appearance: none;
	border-radius: 0px;
	border: 0px;
	padding: 22px 22px 22px 22px;
}

::placeholder
{
	opacity: 1;
	color: rgba(0, 0, 0, 0.5);
	font-family: 'Inter', sans-serif;
}

label
{
	width: 50%;
}

input[type="text"],
input[type="email"]
{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0px;
	border-style: solid;
	width: 100%;
	padding: 0px;
	border: 0px;
}

.ws-signup-heading
{
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
}

.ws-tip-line .ws-title-cols
{
  margin-bottom: 30px;
}

.mc-field-group
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ws-shareables button.smq-load-more
{
  -webkit-appearance: none;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000;
  padding: 0px 0px 2px 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
  position: absolute;
  bottom: -24px;
  right: 0px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s linear;
}

.ws-shareables .open button.smq-load-more
{
  opacity: 1;
  pointer-events: visible;
}

.ws-shareables .wp-block-group
{
  position: relative;
}

.ws-shareables > .wp-block-group__inner-container > .wp-block-group
{
  margin-top: 40px;
}

.ws-shareables > .wp-block-group__inner-container > .wp-block-group:first-child
{
  margin-top: 0px;
}

.ws-shareables a
{
  padding: 0px;
}

.ws-shareables .ws-share-cols.wp-block-columns
{
	gap: 0px !important;
	justify-content: space-between;
	margin-bottom: 5%;
}

.ws-shareables .ws-share-cols.wp-block-columns .wp-block-column
{
	flex-grow: 0 !important;
	flex-basis: 16%;
}

.smq-gallery-holder
{
  height: 0px;
  overflow: hidden;
  transition: .2s all ease;
}

.ws-shareables .wp-block-gallery
{
	gap: 0px !important;
  margin-bottom: 38px;
}

.ws-shareables .wp-block-gallery .wp-block-image
{
  width: auto !important;
  flex-basis: 16% !important;
  flex-grow: 0 !important;
  flex-shrink: 0;
  margin-right: 5% !important;
  margin-bottom: 5% !important;
  align-self: start;
  height: 0px;
  overflow: hidden;
  margin: 0px !important;

  transition: .7s opacity ease;

}


.ws-shareables .wp-block-gallery .wp-block-image.show
{
  height: auto;
  overflow: hidden;
  margin: 0px 5% 5% 0px !important;
}

.ws-shareables .wp-block-gallery .wp-block-image figcaption
  {
  	display: none;
  }

.ws-shareables .wp-block-gallery .wp-block-image img.lazy-hidden
{
  min-width: 0px;
}

.ws-shareables .wp-block-gallery .wp-block-image:nth-child(5n),
.ws-shareables .wp-block-gallery .wp-block-image.show:nth-child(5n)
{
  margin-right: 0px !important;
}

.ws-shareables h3
{
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.ws-shareables h3::after
{
  content: '';
  width: 34px;
  height: 34px;
  background-image: url('/wp-content/themes/wspodcast/images/plus.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: .3s all ease;
}

.ws-shareables .wp-block-group.open h3::after
{
    transform: rotate(45deg);
}

.ws-shareables .wp-block-gallery .wp-block-image:nth-last-child(5),
.ws-shareables .wp-block-gallery .wp-block-image:nth-last-child(4),
.ws-shareables .wp-block-gallery .wp-block-image:nth-last-child(3),
.ws-shareables .wp-block-gallery .wp-block-image:nth-last-child(2),
.ws-shareables .wp-block-gallery .wp-block-image:last-child
{
  margin-bottom: 0px !important;
}

.ws-share-header .wp-block-column:first-child
{

}

.ws-hosts .wp-block-columns
{
	width: 90%;
	gap: 2.5%;
}

.ws-hosts .wp-block-columns .wp-block-column:last-child
{
  padding-top: 40px;
}

.ws-hosts .wp-block-columns figure
{
  height: 0px;
  overflow: hidden;
  padding-bottom: 125%;
  width: 100%;
}

.ws-episodes .wp-block-columns
{
	margin-bottom: 80px;
}

.ws-episodes .wp-block-columns:last-child
{
	margin-bottom: 0px;
}

.ws-episodes .wp-block-columns figure
{
	margin-bottom: 30px;
  height: 0px;
  overflow: hidden;
  padding-bottom: 55.66%;
}

.ws-episodes .wp-block-columns h3
{
	margin-bottom: 22px;
}

.ws-episodes .wp-block-columns .wp-block-column
{
	flex-basis: 31.67% !important;
	flex-grow: 0 !important;
}

.ws-credits.ws-section
{
	font-size: 20px;
}

.ws-credits .wp-block-table
{
	margin-bottom: 0px;
}

.ws-credits .wp-block-table td:first-child
{
  font-weight: 600;
}

.ws-credits .wp-block-table td,
.ws-credits .wp-block-table th
{
	border: 0px;
}

.site-footer
{
  background-color: #000;
  color: #FFF;
  padding: 47px 0px 42px 0px;
}

.site-footer a
{

  background-image: linear-gradient(#FFF,#FFF);
  color: #FFF;
}

.site-footer a:hover
{
  background-size: 100% 1px;
}


.site-footer .wrap
{
  margin: 0px auto;
  width: var(--ws-width);
  max-width: var(--ws-max-width);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.site-footer .wrap .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 49.3%;
}

.site-footer .wrap .col:last-child
{
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}

.site-footer h2
{
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 27px;
}

ul.ws-social-icons
{
  margin: 30px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}

ul.ws-social-icons li
{
  width: 18px;
  display: inline-block;
  margin-right: 37px;
 transition: all .3s linear;
}

ul.ws-social-icons li:hover
{
	opacity: .6;
}

ul.ws-social-icons li:last-child
{
  margin-right: 0px;
}

.site-footer form
{
  border-bottom: 1px solid #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;

}

.site-footer h3
{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 45px;
}

.site-footer h3::before
{
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url('/wp-content/themes/wspodcast/images/ws-logo-small.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin-right: 18px;
  transform: translateY(6px);
}

.site-footer form label
{
  display: flex;
  align-items: center;
}

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer textarea
{
  -webkit-appearance: none;
  background-color: transparent;
  outline: none;
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  width: 100%;
  padding-left: 0px;
}

.site-footer button
{
  -webkit-appearance: none;
  background-color: transparent;
  border: 0px;
  text-transform: uppercase;
  outline: none;
  color: #FFF;
  font-size: 13px;
  padding: 0px;
  border-radius: 0px;
  letter-spacing: .1em;
  height: 20px;
  padding-top: 4px;
  cursor: pointer;
  transition: all .3s ease;
}

.site-footer button:hover
{
	color: #666;
}

.ws-tip-line-bottom
{
  background-color: #D8DAEC;
  height: 50px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  transition: height .3s ease;
}

.ws-tip-line-bottom a
{
	color: black;
}

.ws-tip-line-bottom.hidden
{
  height: 0px;
}

.ws-tip-line-bottom .pre-text
{
  font-weight: 600;
  /*font-size: 21px;
  line-height: 25px;*/
  padding-right: 5px;
}


.ws-tip-line-bottom .inner
{
  width: var(--ws-width);
  max-width: var(--ws-max-width);
  margin: 0px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ws-tip-line-bottom .close-btn
{
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 39px;
  cursor: pointer;
}

.site-footer button img
{
  width: 18px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: all .3s ease;
}

.site-footer button:hover img
{
	opacity: .5;
}

.site-footer ::placeholder
{
  color: rgba(255,255,255, .75);
  font-size: 15px;
  font-family: 'Inter', sans-serif;
}

.featherlight .featherlight-content {
  width: 90%;
  max-width: 1000px;
}

.featherlight-content .smq-doc-holder
{
  position: relative;
  min-height: 80vh;
}

.featherlight-content .smq-doc-holder iframe
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.featherlight-content .smq-doc-holder.ws-has-caption iframe
{
  height: calc(100% - 40px);
}

.featherlight-content .smq-doc-holder figcaption
{
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.featherlight-content video
{
  width: 100% !important;
  height: auto !important;
  opacity: 0;
  transition: opacity .2s linear;
}

.featherlight-content .smq-vertical video
{
  width: auto !important;
  height: calc(100% - 40px) !important;
  margin: 0px auto;
}

.featherlight-content video.visible
{
  opacity: 1;
  display: block;
}

.featherlight-content
{
  position: relative;
}

.featherlight-content .vid-holder
{
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}

.featherlight-content .vid-holder > figure,
.featherlight-content .img-holder > figure
{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.featherlight-content .img-holder
{
  min-height: 70vh;
  overflow: hidden;
  position: relative;
}

.featherlight-content .img-holder img
{
	opacity: 0;
	transition: .3s opacity linear;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.featherlight-content .img-holder.ws-has-caption img
{
  height: calc(100% - 40px);
}

.featherlight-content .img-holder img.visible
{
	opacity: 1;
}

.featherlight-content .vid-holder.ws-has-caption
{
	padding-bottom: calc(56.25% + 40px);
}

.featherlight-content figcaption
{
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.mejs-container{
  width: 100% !important;
  height: 0% !important;
  padding-bottom: 56.25%;
}

.mejs-overlay
{
  width: 100% !important;
  height: 100% !important;
}


.error-404
{
	min-height: 600px;
	text-align: center;
	width: 90%;
  max-width: 634px;
  margin: 216px auto 0px auto;
}

.error-404 h1
{
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: .67em;
}

.page-404 .wp-block-group {

}

@media all and (max-width: 767px)
{

  body
  {
    padding: 94px 0px 50px 0px;
  }

  h2
  {
    margin-bottom: 30px;
  }

  .ws-feature-holder .post-thumbnail
  {
    padding-bottom: 100%;
  }

  .ws-pod-heading figure
  {
    max-width: none;
  }

  .ws-pod-heading h1 {
    font-size: 30px;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
  }

  .ws-pod-heading p
  {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
  }

  .ws-section,
  .ws-pod-heading
  {
    padding-bottom: 50px;
  }

  .ws-icons h2
  {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .ws-icons h2::before
  {
    width: 24px;
    height: 24px;

  }

  .ws-icons .wp-block-gallery
  {
    justify-content: flex-start;
    gap: 0px !important;
    margin: 30px 0px 0px 0px
  }

  .ws-icons .wp-block-image
  {
    width: 12.5% !important;
    margin-right: 16% !important;
    margin-bottom: 16% !important;

  }

  .ws-icons .wp-block-image:nth-child(4n)
  {
    margin-right: 0px !important;
  }

  .ws-icons .wp-block-image:nth-last-child(2),
  .ws-icons .wp-block-image:nth-last-child(3),
  .ws-icons .wp-block-image:nth-last-child(4),
  .ws-icons .wp-block-image:last-child
  {
    margin-bottom: 0% !important;
  }


  .ws-title-cols
  {
    width: 100%;
  }

  .wp-block-columns.ws-30-70-cols
  {
    width: 100%;
  }

  .ws-season-desc .ws-title-cols .wp-block-column:first-child
  {
    margin-bottom: 0px;
  }

  .ws-season-desc .wp-block-column
  {
    margin-bottom: 15px;
  }

  .ws-season-desc .wp-block-column:last-child
  {
    margin-bottom: 0px;
  }

  .ws-season-desc h2
  {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }

  .ws-title-cols,
  .ws-30-70-cols
  {
    margin-bottom: 33px;
  }

  .wp-block-columns.ws-30-70-cols:last-child
  {
    margin-bottom: 0px;
  }


  .wp-block-columns.ws-30-70-cols .wp-block-column:first-child
  {
    margin-bottom: 33px;
  }

  #mc_embed_signup
  {
    margin-bottom: 0px;
    padding: 9px;
  }

  input[type="submit"]
  {
    padding: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  input[type="text"], input[type="email"],
  ::placeholder
  {
    font-size: 16x;
    line-height: 16px;
  }

  .ws-shareables .wp-block-gallery .wp-block-image
  {
    flex-basis: 31% !important;
    margin-right: 3.5% !important;
    margin-bottom: 3.5% !important;
  }

  .ws-shareables .wp-block-gallery .wp-block-image.show
  {
    margin: 0px 3.5% 3.5% 0px !important;
  }

  .ws-shareables .wp-block-gallery .wp-block-image:nth-child(5n),
  .ws-shareables .wp-block-gallery .wp-block-image.show:nth-child(5n)
  {
    margin-right: 3.5% !important;
  }

  .ws-shareables .wp-block-gallery .wp-block-image:nth-child(5n)
  {
    margin-right: 3.5% !important;
  }

  .ws-shareables .wp-block-gallery .wp-block-image:nth-child(3n),
  .ws-shareables .wp-block-gallery .wp-block-image.show:nth-child(3n)
  {
    margin-right: 0px !important;
  }



  .ws-shareables .wp-block-gallery .wp-block-image:nth-last-child(5),
  .ws-shareables .wp-block-gallery .wp-block-image:nth-last-child(4)
  {
    margin-bottom: 3.5% !important;
  }

  .ws-shareables .wp-block-gallery .wp-block-image:nth-last-child(4)
  {
    margin-right: 0px;
  }

  /*.ws-shareables .wp-block-gallery .wp-block-image:nth-last-child(3),*/
  .ws-shareables .wp-block-gallery .wp-block-image:nth-last-child(2),
  .ws-shareables .wp-block-gallery .wp-block-image:last-child
  {
    margin-bottom: 0px !important;
  }

  .ws-hosts .wp-block-columns
  {
    width: 100%;
  }

  .ws-hosts .wp-block-column
  {
    margin-bottom: 15px;
  }

  .ws-hosts .wp-block-columns .wp-block-column:last-child
  {
    padding-top: 0px;
  }

  .ws-credits.ws-section
  {
    font-size: 15px;
  }

  .ws-credits td
  {
    width: 40%;
    padding: 13px;
  }

  .ws-credits td:last-child
  {
    width: 60%;
  }

  .site-footer .wrap
  {
    flex-direction: column;
  }

  .site-footer .wrap .col
  {
    margin-bottom: 104px;
  }

  .site-footer .wrap .col:last-child
  {
    margin-bottom: 0px;
    display: flex;
  }

  .site-footer h3::before
  {
    margin-bottom: 12px;
    display: block;
  }

  .ws-tip-line-bottom .close-btn
  {
    width: 13px;
    height: 13px;
    left: 10px;
  }

  .ws-tip-line-bottom .inner
  {
    font-size: 11px;
    line-height: 28px;
  }

  .ws-tip-line-bottom .inner .pre-text
  {
    font-size: 15px;
    line-height: 18px;
  }




}


.grid-container {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: 1fr;
    gap: 1.57%;
    grid-template-areas: ". . . . . . . . . .";
    position: fixed;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    width: 90%;
		max-width: 1200px;
		mix-blend-mode: multiply;
}

.grid-container.visible
{
		opacity: 1;
}

.grid-container div
{
	background-color: #E6E6E68A; /*#CCCCCC8A*/
}
