/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*%&  @% *@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(@/(@@%%@ @@@ @@/@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@(./%@@@@@@@@/,@@@#,%.(.@@@#@@,@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@.%@@@@@@@@@@@@@@@@/ @@@%.# /&@@@@ @ @@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@%,@@@@@@@@@@@@@@@@@@@@@(@ @@&%@/*@@@/.@(@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@,@@@@@@@@@@@@@@@@@@@@@@@@@%,@#,@##@, *,&.@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@%(/@@/*@@/%@@@@@/,(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@*,@@%%#@@@@@@@@&,*%%@@&,.%@@@@@@@@@@/@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@%@@@*@@@@@@@,  #@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@,&@@@@@@@@(@@@@@@@@@@@@@@@@@.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@&.@@@@@@@%@@@@@@@@@@@@,%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@/  *(#@@@@@@@@.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%*@@@.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&#@@/@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@/@@.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.@@#&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#%@@,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@% ,@@@##@@@@&.,@#/@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.(*@(@@@@% @@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@#% @@@@@@@@@@@@@@@@@@@@#&@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@*@@@@@@@@@@@@@@@@@@@@@#,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@/@@@@@@@@@@@@@@@@. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&* ,//, ./@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/
:root {
  --main-bg: #FFF;
  --main-color: #60586f;
  --main-hover: #837798;
  --orange: #f57f61;
  --orange-hover: #e46e59;
  --main-font: 'Inkston', 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

/* Selection colours (easy to forget) */
::selection     {background: rgb(244,125,91); color: #FFF; }
::-moz-selection  {background:rgb(244,125,91); color: #FFF; }
img::selection    {background: transparent; color: #FFF; }
img::-moz-selection {background: transparent; color: #FFF; }
body {-webkit-tap-highlight-color: rgb(244,125,91); color: #FFF; }

body {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: var(--main-color);
  color: #ffffff;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Inkston', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 2rem;
}
.inkston { font-family: 'Inkston', sans-serif; }
.sans { font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;  }

.fullwidth { max-width: 100%; }
.fullwidth [class*="block-grid-"] { margin-right: 0; margin-left: 0; }
.flush-padding .columns { padding-left: 0; padding-right: 0; }
.row .row.flush-padding { margin-left:0; margin-right:0;}
.flush-grid { margin-left:0; margin-right:0; }
.flush-left { margin-left:0; padding-left: 0 !important;}
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.uppercase { text-transform: uppercase; }
.bold { font-weight: 900; }
.small { font-size: 11px; }

.white { color: #FFF; }
.white-bg { background-color: #fff; }
.black { color: #282828; }
.black-bg { background-color: #282828; }
.grey { color: rgba(0,0,0,0.5); }
.grey-bg { background-color: rgba(0,0,0,0.10); }
.cream { color: #f3eedb; }
.cream-bg { background-color: #f3eedb; }
.gold { color: #ecc663; }
.gold-bg { background-color: #ecc663; }
.orange { color: var(--orange); }
.orange-bg { background-color: var(--orange); }
.purple { color: var(--main-color); }
.purple-bg { background-color: var(--main-color); }



.hidden, .is-hidden { display: none !important; }
.letterspace { letter-spacing: 2px; }
.letterspace-wide { letter-spacing: 1em; }
.line-height { line-height:  1.5em; }

.padding-xsmall { padding: 0.5em; }
.padding-small { padding: 1.5em; }
.padding { padding: 3em; }
.padding-large { padding: 5em; }
.padding-none { padding: 0px !important; }

.padding-top-xxsmall { padding-top: 0.25em; }
.padding-bottom-xxsmall { padding-bottom: 0.25em; }
.padding-left-xxsmall { padding-left: 0.25em; }
.padding-right-xxsmall { padding-right: 0.25em; }

.padding-top-xsmall { padding-top: 0.5em; }
.padding-bottom-xsmall { padding-bottom: 0.5em; }
.padding-left-xsmall { padding-left: 0.5em; }
.padding-right-xsmall { padding-right: 0.5em; }


.padding-top-small { padding-top: 1.5em; }
.padding-bottom-small { padding-bottom: 1.5em; }
.padding-left-small { padding-left: 1.5em; }
.padding-right-small { padding-right: 1.5em; }

.padding-top { padding-top: 3em; }
.padding-bottom { padding-bottom: 3em; }
.padding-right { padding-right: 3em; }
.padding-left { padding-left: 3em; }

.padding-top-large { padding-top: 5em !important; }
.padding-top-xlarge { padding-top: 7em !important; }
.padding-bottom-large { padding-bottom: 5em !important; }
.padding-bottom-xlarge { padding-bottom: 7em !important; }
.padding-bottom-medium { padding-bottom: 3em !important; }

.padding-top-none { padding-top: 0; }
.padding-bottom-none { padding-bottom: 0; }
.padding-left-none { padding-left: 0; }
.padding-right-none { padding-right: 0; }

.margin-top-none { margin-top: 0; }
.margin-bottom-none { margin-bottom: 0; }
.margin-left-none { margin-left: 0; }
.margin-right-none { margin-right: 0; }
.margin-top-small { margin-top: 1.5em; }
.margin-bottom-small { margin-bottom: 1.5em; }
.margin-top { margin-top: 3em; }
.margin-bottom { margin-bottom: 3em; }
.margin-top-large { margin-top: 5em; }
.margin-bottom-large { margin-bottom: 5em; }
.margin-bottom-xlarge { margin-bottom: 7em; }
.margin-left-xsmall { margin-left: 0.5em; }
.margin-left-small { margin-left: 1.5em; }
.margin-left { margin-left: 3em; }
.margin-left-large { margin-left: 5em; }
.margin-left-xlarge { margin-left: 7em; }
.margin-right-xsmall { margin-right: 0.5em; }
.margin-right-small { margin-right: 1.5em; }
.margin-right { margin-right: 3em; }
.margin-right-large { margin-right: 5em; }
.margin-right-xlarge { margin-right: 7em; }


.overflow-hidden { overflow: hidden; }

.relative { position: relative; }
.topmost { z-index: 100; }
.widescreen {
  height: 0;
  position: relative;
  padding-top: 56.25%;
  display: block;
  background-size: cover;
}
.text-large {
  font-size: 22px;
}
.text-xlarge {
  font-size: 32px;
}
.widescreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a, a:active {
  color: var(--main-color);
  text-decoration: none;
}
a:hover {
  color: var(--main-hover);
  text-decoration: underline;
}
a.underline {
  border-bottom: 1px solid var(--main-color);
}
a.no-underline {
  border-bottom: none !important;
  text-decoration: none;
}
a.red.underline {
  border-bottom: 1px solid #db5740;
}
a.red {
  color: #cc0000;
}
a.red:hover {
  color: #a20202;
}
a.underline:hover,
a.no-underline:hover {
  opacity: 0.5;
}
a.white,
.white-links a {
  color: #FFF;
}
.white-links a {
  text-decoration: underline;
}
.white-links a:hover {
  text-decoration: underline;
  opacity: 0.5;
}
[data-vertical-center] > *,
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.align-bottom {
  position: absolute;
  bottom: 20%;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border { border: 10px solid #525e60; }
.border-thick { border: 12px solid #FFF; }
.border-thin { border: 1px solid rgba(255,255,255,0.2); }
.border-bottom { border-bottom: 1px solid #525e60; }
.border-black { border-color: #525e60; }
.border-white { border-color: rgba(255,255,255,0.5); }
.border-left { border-left: 1px solid #525e60; }
.border-right { border-right: 1px solid #525e60; }
.border-top { border-top: 1px solid #525e60; }
.border-bottom { border-bottom: 1px solid #525e60; }

.inline-block { display: inline-block !important; }
.block { display: block !important;}
[data-equal-columns] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 39.9375em) {
  [data-equal-columns] {
    display: inherit;
    align-items: center;
    justify-content: center;
  }
}

.button {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 4px;
  background: var(--main-color);
  font-family: var(--main-font);
  color: #fff;
  border-bottom: none;
}

.button:hover,
.button.hover {
  color: #FFF;
  background: var(--main-hover);
  text-decoration: none;
}
.large-buttons .button {
  font-size: 20px;
}

.button.large {
  font-size: 20px;
  margin: 0 auto;
}
.button.badge {
  background: #FFF;
  font-size: 30px;
  color: #000;
  border-radius: 100%;
  text-align: center;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(0,0,0,0.5);
  position: relative;
  display: block;
}
.button.badge i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.button.badge:hover {
  color: #FFF;
  background: #ff4b00;
}
.button.badge.small {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.button.tiny {
  display: inline-block;
  padding: 6px 15px;
  border: 2px solid #cc0000;
  color: #cc0000;
  background: #4a4771;
}
.button.tiny:hover {
  background: #272635;
  color: #FFF;
}
.button.orange-bg {
  background-color: var(--orange);
}
.button.orange-bg:hover {
  background-color: var(--orange-hover);
}
.dropshadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.strong {
  font-weight: 900;
}
.fullpage{
  height: 95vh;
}
.halfpage {
  height: 60vh;
}
hr.slim {
  display: block;
  width: 60%;
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
@media only screen and (max-width: 39.9375em) {
  .small-only-padding-right-none { padding-right: 0; }
  .small-only-padding-none { padding: 0; }
  .small-only-padding-top-none { padding-top: 0; }
  .small-only-padding-top-small { padding-top: 0.5em !important; }
  .small-only-padding { padding: 1.5em; }
  .small-only-padding-top { padding-top: 1.5em !important; }
  .small-only-padding-bottom { padding-bottom: 1.5em; }
  .small-only-padding-left { padding-left: 1.5em; }
  .small-only-padding-right { padding-right: 1.5em; }
  .small-only-margin-bottom-none { margin-bottom: 0 !important; }
  .small-only-text-center { text-align: center; }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* NAV */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.navbar {
  z-index: 101;
  color: #FFF;
}
.navbar .columns {
  height: 6vh;
}
.primary-navigation-container {
  height: 6vh;
}
.navbar a {
  text-transform: uppercase;
  display: inline-block;
  padding: 19px 10px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #FFF;
}
.navbar a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.navbar a.identity {
  background: url('images/liquid-gold--logo--transparent--sml.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 114px;
  height: 30px;
  text-indent: -9999px;
  padding: 0;
  z-index: 100;
  position: relative;
}
.navbar a.identity:hover {
  opacity: 1;
  transform: scale(1.1);
}.
.mobile-nav-menu-container {
  position: absolute;
  top: 20px;
  left:20px;
  z-index: 200;
  font-size: 20px;
}

.mobile-menu-container {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background: #4a4771;
  display: none;
  z-index: 90;
}
.mobile-menu-container a {
  color: #FFF;
}
.mobile-menu-container a:hover {

}
.navbar.fixed .mobile-menu-container {
  top: 50px;
  height: calc(100% - 50px);
}
.mobile-menu-container .mobile-menu-options {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  font-size: 30px;
}
input#control-nav {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.control-nav { /* label icon */
  display: inline-block;
  top: 10px;
  left: 10px;
  position: relative;
  z-index: 20;
}
.control-nav:hover {
  cursor: pointer;
}
.control-nav:before {
	content: "";
	display: block;
	height: 3px;
}
.control-nav-close {
  display: none;
}

input#control-nav:checked ~ .mobile-nav-menu-container .control-nav-open {
  display: none;
}
input#control-nav:checked ~ .mobile-nav-menu-container .control-nav-close {
  display: inline-block;
}

body.menu-open {
  overflow: hidden;
}


.navbar.fixed .identity-container {

}
.navbar.fixed .control-nav {
  top: -10px;
}
body.home .navbar .identity {
  display: none;
}
body.home .navbar .columns,
body.home .primary-navigation-container,
body.home .navbar  {
  height: auto;
}
body.home .navbar a {
  padding: 20px 10px;
  color: #FFF;
}
body.home [data-vertical-center] > * {
  transform: translateY(0);
  top:0;
}
body.home .navbar {

}
body.home .navbar a {

}

@media screen and (max-width: 39.9375em) {
  .mobile-nav-menu-container {
    top: -2px;
    position: absolute;
  }
  .navbar {
    height: 50px;
  }
  .navbar a.identity {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
  }
  .navbar a.identity:hover {
    transform: translateX(-50%);
  }
  .navbar a {
    text-transform: none;
  }
  .navbar .columns {

  }
  .navbar.fixed {

  }

  input#control-nav:checked ~ .mobile-menu-container {
    display: block;
  }
  [data-equalizer-column][style]{

  }
  .mobile-menu-container a {
    display: block;
    margin-bottom: 15px;
  }
  .primary-navigation-container  {

  }
  body.home .primary-navigation-container {

  }
  body.home .navbar .mobile-nav-menu-container {
    top: 5px;
  }
  body.home.menu-open .navbar.fixed .mobile-nav-menu-container {
    top: 15px;
  }
  body.home .navbar.fixed .mobile-nav-menu-container {
    top: 15px;
    color: #FFF;
  }
  body.home .mobile-menu-container,
  body.home .navbar.fixed .mobile-menu-container {
    top: 60px;
    height: calc(100% - 60px);
  }
  .halfpage {
    height: auto;
  }
  .halfpage .vertical-center {
    position: relative;
    top: 0;
    transform: none;
  }
  .latest hgroup,
  .latest .latest-arrow {
    padding-top: 30px;
  }
  .latest .latest-arrow a {
    margin: 0 auto;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* MAIN */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.branding,
.logo-holder,
.face-holder {
  height: 90vh;
  z-index: 100;
}
.logo-holder {
  background: url('images/liquid-gold--logo--transparent.png');
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: 100% auto;
  text-indent: -9999px;
}
.branding .half {
  height: 95vh;
  width: 50%;
}

.branding-holder {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
}
.cocktails {

}
.cocktail {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
}
.cocktail-1 {
  left: 11%;
  width: 310px;
  height: 407px;
  background-image: url('images/liquid-gold--cocktail-1.png');
}
.cocktail-2 {
  right: 11%;
  bottom: -5px;
  width: 224px;
  height: 330px;
  background-image: url('images/liquid-gold--cocktail-2.png');
}
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }
}

.floating-alt {
    animation-name: floating;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out-in;
}
@keyframes floating-alt {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 25px); }
    100%   { transform: translate(0, -0px); }
}
.floating-title {
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating-title {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 10px); }
    100%   { transform: translate(0, -0px); }
}
.branding-holder h1 {
  font-size: 2em;
}
.branding-holder h3 {
  line-height: 1.3em;
}
.bottom-fixed {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.top-fixed {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}

.bottom-fixed a {

}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .branding, .face-holder, .branding .half {
    height: 90vh;
  }
  .logo-holder {
    height: 91vh;
  }
  .branding-holder {
    width: 80%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .branding,
  .logo-holder,
  .face-holder {
    height: 50vh;
    z-index: 100;
  }
  .branding-holder {
    width: 70%;
  }
  .cocktail-1 {
    left: 11%;
    width: 155px;
    height: 203px;
    background-image: url('images/liquid-gold--cocktail-1.png');
  }
  .cocktail-2 {
    right: 11%;
    bottom: -5px;
    width: 112px;
    height: 165px;
    background-image: url('images/liquid-gold--cocktail-2.png');
  }
  .bottom-fixed, .top-fixed {
    position: relative;
    height: auto;
    bottom: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .bottom-fixed h1 {
    color: #ffffff;
  }
  .bottom-fixed a {
    margin: 0 auto;
    float: none !important;
    background-color: #e03cdb;
    color: #FFF;
  }
}
.top-tab {
  background: var(--main-color);
  color: #edebdc;
  display: inline-block;
  border-radius: 0px 0px 20px 20px;
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
}
.top-tab:before,
.top-tab:after,
.tab-inset:before,
.tab-inset:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--main-color);
  left: -20px;
  top: 0;
}
.top-tab:before {
  left: -20px;
}
.top-tab:after {
  left: auto;
  right: -20px;
}
.tab-inset:before {
  background-color: var(--orange);
  z-index: 10;
  left: -40px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.tab-inset:after {
  background-color: var(--orange);
  z-index: 10;
  left: auto;
  right: -40px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.top-shadow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.bottom-shadow:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* PODCAST  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
body.home .cover {
  position: relative;
  top: -10vh;
  display: block;
  margin-bottom: -5vh;
}
body.episode .cover {

  margin-bottom: 2em;
  display: block;
}
body.episode .desc a {
  color: rgb(255, 57, 33);
  text-decoration: underline;
}
body.episode .desc a:hover {
  color: #272635;
}
body.episode .desc .addendum a {
  text-decoration: none;
  color: rgb(40,40,40);
}

.thepodcast .primary-title {
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
}
.thepodcast .primary-title.camelcase {
  text-transform: none;
}
body.episode .thepodcast .primary-title {
  font-size: 35px;
}
body.episode a.white {

}
.thepodcast h3 {
  line-height: 1.4em;
}
.social-icons a {
  font-size: 30px;
  margin-right: 10px;
  display: inline-block;
  padding: 5px;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255,255,255,0);
  border-radius: 30px;
  color: #FFF;
}
.social-icons a span {
  display: none;
}
.social-icons a:hover {
  color: #fff;
  background: var(--main-color);
  border: 2px solid var(--main-hover);
}

.social-list a {
  font-size: 13px;
}
.social-list .username {
  position: relative;
  top: 1px;
}

.social-list a .larger {
  font-size: 20px;
  float: left;
  margin-right: 5px;
  top: -4px;
  position: relative;
}
.social-icons.small-social a {
  font-size: 15px;
  padding: 2px 5px 5px 5px;
  text-align: center;
  width: 30px;
  height: 30px;
}

body.episode .embed {
  margin-top: -2em;
}
/*    Tablet Layout:   */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .social-list a {
    text-align: center;
  }
  .social-list a .larger {
    float: none;
    top: 0;
  }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .social-list {
    padding-left: 20px;
    padding-right: 20px;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 20px !important;
  }
  .social-list .larger {
    float: left;
    margin-right: 5px;
  }
  .social-list .username {
    top: 4px;
  }
  .thepodcast .primary-title{
    font-size: 40px;
  }
  .contact .bottom-row {
    padding-bottom: 50px;
  }

  body.episode .embed-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background: #FFF;
    width: 100%;
    height: 90px;
  }
  body.home .embed-container iframe {
    height: 70px !important;
  }
  body.episode .embed-container iframe {
    height: 90px !important;
  }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* SOCIAL  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

@media only screen and (max-width: 39.9375em) {

}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* CONTACT  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.offset-top {
  top: -180px;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 39.9375em) {
  .offset-top {
    top: 0;
    margin-bottom: 0;
  }
  .offset-top .columns {
    padding: 0;
  }
  .gallery {
    margin-top: -80px;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* EPISODES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.episode-grid a.title {

}
.episode-cover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 100;
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
}
.episode-cover:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 39.9375em) {
  .subscribe-grid,
  .episode-grid {
    padding-left: 2em;
    padding-right: 2em;
  }
  .subscribe-grid a {
    font-size: 11px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .subscribe-grid,
  .episode-grid {
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* SECTIONS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
body.about .about-page {

}
.bg-about {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.bg-about.half {
  width: 50%;
}
.bg-about.alignright {
  left: 50%;
}

.bg-about.about-us-1 {

}
.bg-about.about-us-2 {

}
.about-row {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}

body.episodes .navbar,
body.episode .navbar,
body.about .navbar {
  background: var(--main-color);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.about .about-page {
    height: 100vh;
  }
  .bg-about {
    background-position: center center;
  }
  .bg-about.alignright {
    background-position: right center;
  }
  .bg-about:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b0b0a+0,0b0b0a+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(11,11,10,0) 0%, rgba(11,11,10,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(11,11,10,0) 0%,rgba(11,11,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(11,11,10,0) 0%,rgba(11,11,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b0b0a', endColorstr='#0b0b0a',GradientType=0 ); /* IE6-9 */

  }
  .row.align-bottom {
    position: relative;
  }
  .row.align-bottom.padding-top-large {
    padding-top: 0px !important;
    position: relative;
    top: -50px;
  }
}
@media screen and (max-width: 39.9375em) {
  body.about {

  }
  body.about .about-page {
    height: auto;

  }
  .about-page.fullpage {
    height: auto;
    background: #fff;
  }
  .bg-about {
    background-size: cover;
    height: 0;
    padding-top: 56.23%;
    position: relative;
  }
  .bg-about:before {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b0b0a+0,0b0b0a+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(11,11,10,0) 0%, rgba(11,11,10,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(11,11,10,0) 0%,rgba(11,11,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(11,11,10,0) 0%,rgba(11,11,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b0b0a', endColorstr='#0b0b0a',GradientType=0 ); /* IE6-9 */
  }
  .row.align-bottom {
    position: relative;
  }
  .row.align-bottom.padding-top-large {

  }
  .about-row {
    position: relative;
  }

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* FOOTER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.wott {
  display: inline-block;
  max-width: 120px;
}
.knack {
  display: inline-block;
  max-width: 120px;
  margin-right: 20px;
}
.wott-container {

}
footer {
  position: relative;
  z-index: 101;
}
footer .social-icons {
  text-align: right;
}
@media screen and (max-width: 39.9375em) {
  footer .social-icons {
    text-align: center;
    margin-bottom: 30px;
  }
  .wott-container {
    text-align: center;
  }
  footer a.wott,
  footer a.knack{
    display: block;
    margin: 0 auto;
  }
  footer a.knack {
    margin-bottom: 20px;
  }
  body.episode footer {
    padding-bottom: 120px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* MODALS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#blanket {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 200;
  display: none;
}
#blanket.is-active {
  display: block;
}


.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #FFF;
  max-width: 60%;
  z-index: 300;
  display: none;
}
.modal.is-active {
  display: block;
}

.close-modal {
  position: absolute;
  right: -40px;
  top: -40px;
  color: #FFF;
  font-size: 40px;
}
.close-modal a {
  color: #FFF;
}
.modal .status-msg.error {
  color: #f00;
  font-size: 18px;
  padding-top: 7px;
}
.modal-credit {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'Raleway',sans-serif;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .modal {
    max-width: 80%;
    width: 90%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .modal {
    max-width: 90%;
    width: 90%;
  }
}
.readmore {
  max-height: 250px;
  overflow: hidden;
}
.readmore.show-all {
  max-height: none;
  overflow: visible;
}
body.episode .block-gallery a {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
body.episode .block-gallery a.has-bg img {
  display: none;
}

body.fourohfour {

}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-break {
    display: block;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .archive-episode h2 {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.error-on-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(96,88,111,0.8);
  z-index: 200;
}
.error-on-top .action-holder {
  margin: 0 auto;
}

.cheer-bg {
  background-image: url('images/cheer-bg2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.cheer-book {
  -moz-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .cheer-book {
    max-width: 200px;
    padding-top: 1rem;
  }
}