
:root {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .active {
    background-color: #04AA6D;
    color: white;
  }

#hamburger {
    display: none;
}

/* hamburger menu styling */
@media only screen and (max-width: 576px) {
    #hamburger {
        display: block;
    }

    #myLinks {
        display: none;
        position: absolute;
        top: 4.5rem;
        width: 100%;
        z-index: 9999;
        opacity: 90%;
        background-color: #29001e;
        left: 0;
        padding: 10px;
        float: left;
        text-align: center;
    }

    .nav-header {
        position: relative;
        padding-bottom: 0!important;
    }

    .cta {
        display: block!important;
        width: 40%!important;
        margin: 1rem auto!important;
    }

    .cta-grey {
        margin: 1rem auto!important;
    }
}

::-moz-selection {
    text-shadow: none
}

::selection {
    text-shadow: none
}

*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

*:first-child {
    margin-top: 0
}

*:last-child {
    margin-bottom: 0
}

html {
    /* font-family: 'Helvetica', 'Arial', sans-serif!important; */
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
    background-color: #000;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth!important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold;
}

blockquote,
figure {
    margin: 1rem 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 1rem 0
}

hr {
    border: 0;
    border-top: 1px solid currentColor;
    display: block;
    height: 1px;
    margin: 1rem 0;
    padding: 0
}

img {
    height: auto;
    max-width: 100%
}

small {
    font-size: .8em
}

sub,
sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

table {
    border-collapse: collapse
}

td,
th {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 1.4;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow-x: hidden;
    overflow-y: auto;
    resize: vertical
}

body {
    margin: 0;
    background: #000;
    color: #000;
}

details,
main {
    display: block
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

template {
    display: none
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.footer__social,
.member__list,
.listReset {
    list-style: none;
    margin: 0;
    padding: 0
}

.crushMargins>*:first-child {
    margin-top: 0
}

.crushMargins>*:last-child {
    margin-bottom: 0
}

html {
    background-color: #000;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.4
}

::-moz-selection {
    background-color: #b3d4fc
}

::selection {
    background-color: #b3d4fc
}

strong {
    font-weight: bold;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px
}

@media only screen and (max-width: 31.25em) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.pink {
    color: #eb058c
}

.block {
    display: block
}


.swiper-container {
    width: 100%;
    height: 426px
}

.nav {
    left: 0;
    padding: 15px 0;
    position: fixed;
    top: 0;
    -webkit-transition: top .2s;
    transition: top .2s;
    width: 100%;
}

#navStyling{
    background: #29001E;
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.nav-header {
    display: flex;
    padding-left: 40px!important;
    padding-right: 40px!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.logo-primary{
    flex: 1 1 60%;
}

.nav.is-active {
    top: 0
}

.cta-buttons-header .icon {
    display: none;
}

.main-cta{
    display:flex; 
    margin-top: 2rem;
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 576px) {

    #navStyling {
        position: static!important;
    }

    #videoMessage {
        position: static!important;
        margin: 0 auto!important;
        font-size: 32px!important;
        text-align: center!important;
        padding: 1rem 0 5rem 0;
    }

    .lumiRow1{
        font-size: 20px!important;
    }

    .lumiCol1{
        text-align: center;
        padding-bottom: 0!important;
    }

    .lumiCol2 {
        text-align: center;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: 1rem 1rem;
    }

    .lumiCol3 {
        text-align: center;
    }

    .main-cta{
        flex-direction: column;
        row-gap: 1rem;
    }

    .line{
        display: none;
    }
 
}

@media only screen and (max-width: 62.5em) {
    .nav {
        bottom: -80px;
        top: auto;
        -webkit-transition: bottom .2s;
        transition: bottom .2s
    }
    .nav.is-active {
        bottom: 0;
        top: auto
    }
}

.nav__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 62.5em) {
    .nav__logo {
        margin-right: 30px
    }
}

@media only screen and (max-width: 62.5em) {
    .nav__logo {
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px
    }
}

.nav__text {
    margin: 0
}

@media only screen and (max-width: 62.5em) {
    .nav__text {
        display: none
    }
}

.header {
    background: center top no-repeat;
    color: #fff;
    padding: 150px 0 215px;
    position: relative;
    text-align: center
}

@media only screen and (min-width: 1001px) {
    .header {
        background-image: url("/images/header.jpg?v=2")
    }
}

@media only screen and (max-width: 1000px)and (min-width: 601px) {
    .header {
        background-image: url("/images/header-medium.jpg?v=2")
    }
}

@media only screen and (max-width: 600px) {
    .header {
        background-image: url("/images/header-small.jpg?v=2");
        padding-top: 75px
    }
}

.header__heading {
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase
}

@media only screen and (max-width: 600px) {
    .header__heading {
        margin-left: auto;
        margin-right: auto;
        max-width: 250px
    }
}

.header__arrow {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.headerKids {
    background: center top no-repeat;
    color: #fff;
    padding: 150px 0 215px;
    position: relative;
    text-align: center
}

@media only screen and (min-width: 1001px) {
    .headerKids {
        background-image: url("/images/kids/louis-banner-large.jpg")
    }
}

@media only screen and (max-width: 1000px)and (min-width: 601px) {
    .headerKids {
        background-image: url("/images/kids/louis-banner-medium.jpg")
    }
}

@media only screen and (max-width: 600px) {
    .headerKids {
        background-image: url("/images/kids/louis-banner-small.jpg");
        padding-top: 75px
    }
}

.headerKids__heading {
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase
}

@media only screen and (max-width: 600px) {
    .headerKids__heading {
        margin-left: auto;
        margin-right: auto;
        max-width: 250px
    }
}

.headerKids__arrow {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cta {
    color: #fff;
    display: inline-block;
    font-size: 0.8888888889rem;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff; 
    margin-right: 1rem;
}

.cta-grey {
    background: linear-gradient(to right, #eb058c, #f47a20);
    color: #fff;
    display: inline-block;
    font-size: 0.8888888889rem;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    /* border: 1px solid #fff;  */
}

.cta__smallText {
    font-size: 13px;
}

.cta__textLink, .cta__textLink:visited {
    color: #fff;
}

@media only screen and (max-width: 37.5em) {
    .cta {
        padding: 10px;
        width: 100%
    }
    .cta--small {
        padding: 10px 40px;
        width: auto
    }
}

#videoDiv1 {width:100%; margin:auto; position: relative; background: #29001e; } /* This has been changed */
#video1{width:100%; height:auto } /* This has been changed */
#videoMessage { 
position: absolute; 
left: 0;
right: 0;
bottom: 0;
max-width: 1320px;
margin: 0 auto;
font-size: 64px;
color: #fff;
align-items: flex-start;
text-align: left;
}

.feature-cta{
    background: url(/images/featurebanner/colouredbanner_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 2rem;
}

.color-pink {
    color: #EB0A8C!important;
}

.lumiRow1{
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.lumiCol1 {
    flex: 1 1 40%;
    color: #fff;
    padding-bottom: 3rem;
}

.lumiCol2 {
    flex: 1 1 20%;
    color: #E67F3A;
    text-align: center;
}

.line{
    border-left: 1px solid #E67F3A;
    height: 60px;
    width: 1px;
    margin: 0 auto;
}

.lumiCol3 {
    flex: 1 1 40%;
    color: #fff;
}

.items {
    width: 100%;
    margin: 0px auto;
}

.slick-slider {
    display: -ms-inline-grid!important;
    display: -moz-inline-grid!important;
    display: inline-grid!important;
}

.slick-slide {
    margin: 10px
}

.slick-slide img {
    width: 100%;
    border: 0px solid #fff
}



.feature-documentaries {
    display: flex;
    flex-direction: column;
    background-color: #000;
    padding: 0 0 3rem 0;
    color: #fff;
    margin-top: 2rem;
}

.flex-show {
    display: flex;
}

.feature-documentaries h1{
    font-size: 48px;
}

.feature-documentaries p {
    font-size: 24px;
    font-weight: 800;
}

.feature-section-1 {
    background: rgb(0 0 0);
}

.feature-section-2{
    background: #f2f2f2;
}

.feature-querencia {
    background: rgb(0 0 0);
    /* background-image: url(/images/featurebanner/feature_querencia.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain; */
}

.feature-querencia-text{
    border-radius: 25px 0 0 25px;
    padding: 2rem 1rem;
    background: linear-gradient(to right, #eb058c, #f47a20);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 2rem 5rem;
}

.feature-alanis-obamsawin {
    background: rgb(0 0 0);
}

.feature-alanis-obamsawin-text{
    border-radius: 25px 0 0 25px;
    padding: 2rem 4rem;
    background: linear-gradient(to right, #eb058c, #f47a20);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color: white;
}

.feature-alanis-obamsawin-text p{
    font-size: 1.1em;
    width: 80%;
}

.feature-alanis-obamsawin-text img{
    max-width: 70%;
}

.feature-alanis-obamsawin-text a{
    width: 50%;
    padding-top: 12px;
}

.feature-APTN-text {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: row;
    column-gap: 1rem;
    padding: 5rem 5rem 5rem 0;
    background: #d89132;
    border-radius: 0 25px 25px 0;
    background: url(/images/featurebanner/colouredbanner_rotate.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-APTN-text--gradient {
    background: linear-gradient(to right, #eb058c, #f47a20);
}

/* mobile */
.feature-APTN-text--left {
    border-radius: 0 25px 25px 0;
    padding: 5rem;
}

.feature__text {
    color: white;
    font-size: 1em;
}
.feature-APTN-text--left {
    border-radius: 25px 0 0 25px;
    padding: 5rem;
    width: 50%;
}

.feature__text {
    color: white;
    font-size: 1.5em;
}

.feature-unlimited-text{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    padding: 7rem;
    background: #d89132;
    border-radius: 0 0 0 0;
    background: url(/images/featurebanner/colouredbanner_unlimited.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-APTN {
    background: #f2f2f2;
    background-image: url(/images/featurebanner/feature_kids.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5rem 40px;
}

.feature-querencia h1 {
    font-size: 30px;
    color: #fff;
}

.feature-querencia p{
    font-size: 16px;
    color: #fff;
}


.feature-unlimited span{
    color: #fff;
    font-size: 32px;
    font-weight: 800;
}

.feature-languages{
    display: flex;
    flex-direction: column;
    background-color: #000;
    padding: 3rem 0;
    color: #fff;
}

.feature-languages h1{
    font-size: 48px;
    color: #EB0A8C;
}

.feature-languages p{
    font-size: 20px;
}

.carousel-heading{
    padding-top: 2rem;
    font-weight: 800;
}

.feature__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feature__row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.feature-APTN-text-position{
    flex: 1 1 33%; 
    text-align: end;
}

@media only screen and (max-width: 1070px) {
    .feature__text {
        font-size: 1em;
    }

    .feature-APTN-text--left {
        padding: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .feature-documentaries .color-pink{
        font-size: 27px;
    }

    .feature-alanis-obamsawin .flex-show{
        flex-flow: column;
    }

    .feature-alanis-obamsawin-text {
        border-radius: 25px 25px 0 0!important;
        padding: 2rem 3rem!important;
    }

    .feature-alanis-obamsawin-text img{
        max-width: 100%;
    }

    .feature-alanis-obamsawin-text a{
        width: 100% !important;
        padding-top: 12px;
    }

    .feature-alanis-obamsawin-text p{
        padding-bottom: 12px;
        font-size: 1em;
        width: 100% !important;
    }

    .feature-querencia .flex-show{
        flex-flow: column;
    }

    .feature-querencia-text {
        border-radius: 25px 25px 0 0!important;
        padding: 2rem 3rem!important;
    }

    .feature-languages h1 {
        font-size: 26px!important;
    }

    .feature-APTN-text{
        padding: 3rem 2rem 2rem 2rem!important;
        flex-direction: column;
        text-align: left!important;
        border-radius: 25px 25px 0 0;
    }

    .feature-APTN-text--left {
        border-radius: 0 0 25px 25px;
        padding: 5rem;  
        width: 100%;    
    }

    .feature-APTN-text-position {
        text-align: left;
    }

    .feature-unlimited-text{
        border-radius: 25px 25px 0 0;
    }

}

@media only screen and (max-width: 56.25em) {
    .feature__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.feature__col {
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px)
}

@media only screen and (max-width: 56.25em) {
    .feature__col--img {
        margin-bottom: 40px;
        max-width: 400px
    }
}

.feature__heading {
    color: white;;
    line-height: 1.2;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: bold;
}

.apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: bottom;
    padding: 0;
}

.apps__link {
    display: block;
    margin-left: 15px
}

.apps__link:first-child {
    margin-left: 0
}

@media only screen and (max-width: 600px) {
    .apps {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.shows__heading {
    font-size: 1.7777777778rem;
    line-height: 1.2;
    margin-bottom: 50px
}

@media only screen and (max-width: 600px) {
    .shows__carousel {
        padding-right: 0
    }
}

.shows__slide {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 426px;
    font-size: 1.3333333333rem;
    position: relative;
    width: 259px
}

@media only screen and (max-width: 600px) {
    .shows__slide {
        font-size: 1.1111111111rem
    }
    .shows__slide:last-child {
        margin-right: 20px
    }
}

.shows__slide--north-60 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/north-of-60.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/north-of-60.jpg")
}

.shows__slide--1491 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-1491.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-1491.jpg")
}

.shows__slide--querencia {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-querencia.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-querencia.jpg")
}

.shows__slide--last-land {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/the-last-land.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/the-last-land.jpg")
}

.shows__slide--wild-west {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/wild-west.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/wild-west.jpg")
}

.shows__slide--out-west {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/quest-out-west.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/quest-out-west.jpg")
}

.shows__slide--chuck-and-fpk {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/chuck-and-fpk.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/chuck-and-fpk.jpg")
}

.shows__slide--blackstone {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/blackstone.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/blackstone.jpg")
}

.shows__slide--nations-at-war {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/nations-war.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/nations-war.jpg")
}

.shows__slide--the-other-side {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/the-other-side.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/the-other-side.jpg")
}

.shows__slide--amplify {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/amplify.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/amplify.jpg")
}

.shows__slide--rabbit-fall {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/rabbit-fall.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/rabbit-fall.jpg")
}

.shows__slide--tribal {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-tribal.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-tribal.jpg")
}

.shows__slide--teepee {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-teepee.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-teepee.jpg")
}

.shows__slide--firstContactAus {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-first-contact-aus.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-first-contact-aus.jpg")
}

.shows__slide--firstTalk {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-first-talk.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-first-talk.jpg")
}

.shows__slide--spiritTalker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-sprit-talker.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-sprit-talker.jpg")
}

.shows__slide--firstContact {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-first-contact.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-first-contact.jpg")
}

.shows__slide--louisSays {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-louis-says.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-louis-says.jpg")
}

.shows__slide--mohawkGirls {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-mohwak-girls.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-mohwak-girls.jpg")
}

.shows__slide--moosemeatMarmalade {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/moosemeat-and-marmelade.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/moosemeat-and-marmelade.jpg")
}

.shows__slide--taken {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-taken.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-taken.jpg")
}

.shows__slide--anaanasTent {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-anaanas-tent.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-anaanas-tent.jpg")
}

.shows__slide--cashingIn {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(235, 5, 140, 0)), to(rgba(235, 5, 140, 0.8))), url("/images/slide-cashing-in.jpg");
    background: linear-gradient(to bottom, rgba(235, 5, 140, 0) 50%, rgba(235, 5, 140, 0.8)), url("/images/slide-cashing-in.jpg")
}

.shows__slide--tshakapesh {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(243, 110, 43, 0)), to(rgba(243, 110, 43, 0.8))), url("/images/slide-tshakapesh.jpg");
    background: linear-gradient(to bottom, rgba(243, 110, 43, 0) 50%, rgba(243, 110, 43, 0.8)), url("/images/slide-tshakapesh.jpg")
}

.shows__slide--coyoteScience {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(243, 110, 43, 0)), to(rgba(243, 110, 43, 0.8))), url("/images/slide-coyote-science.jpg");
    background: linear-gradient(to bottom, rgba(243, 110, 43, 0) 50%, rgba(243, 110, 43, 0.8)), url("/images/slide-coyote-science.jpg")
}

.shows__slide--amysMorning {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(243, 110, 43, 0)), to(rgba(243, 110, 43, 0.8))), url("/images/slide-amys-morning.jpg");
    background: linear-gradient(to bottom, rgba(243, 110, 43, 0) 50%, rgba(243, 110, 43, 0.8)), url("/images/slide-amys-morning.jpg")
}

.shows__slide--end {
    background-image: url("/images/slide-end.jpg")
}

.shows__content {
    padding: 40px 30px
}

.member__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

@media only screen and (max-width: 576px) {
    .member {
        margin-bottom: 3rem;
    }

    .slick-prev{
        left: -17px!important;
    }

    .slick-next {
        right: -17px!important;
    }

    .flex-show-mobile{
        flex-direction: column-reverse!important;
    }

    .member__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .member__content .member__heading {
        font-size: 24px;
    }

    .member__content .member__text p {
        font-size: 15px;
    }

    .cta-grey {
        font-size: 0.75rem;
    }

    .feature-unlimited-text {
        padding: 2rem!important;
    }
}

.member__text {
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px)
}

.member__heading {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 0;
}

.member__subHeading {
    color: #eb058c;
    margin: 0;
    text-transform: uppercase
}

.member__list {
    margin: 2rem 0
}

.member__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.member__item:first-child {
    margin-top: 0
}

.member__item:before {
    content: url("/images/icon-check.svg");
    display: block;
    height: 34px;
    margin-right: 10px;
    width: 34px
}

.member__img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

/* @media only screen and (max-width: 56.25em) {
    .member__img {
        display: none
    }
} */

.trial {
    background-color: #fff;
    color: #242424
}

.trial__header {
    max-width: 850px
}

.trial__pre {
    font-size: 1.1111111111rem;
    font-weight: 800;
    margin-bottom: 0.5555555556rem;
    text-transform: uppercase
}

.trial__heading {
    color: #eb058c;
    font-size: 2.4444444444rem;
    line-height: 1.2;
    margin: 0
}

.trial__text {
    margin: 1.6666666667rem 0;
    max-width: 650px
}

.trial__buttonGroup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 37.5em) {
    .trial__buttonGroup {
        display: block
    }
}

.trial__cta {
    margin-right: 15px
}

@media only screen and (max-width: 37.5em) {
    .trial__cta {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.footer {
    background:-webkit-gradient(linear, left top, right top, from(#eb058c), to(#f47a20));
    background:linear-gradient(to right, #eb058c, #f47a20);
    color:#fff;
    font-size: 0.8888888889rem;
    padding: 10px 0
}

.social-icons {
    color: #fff;
    padding: 0 3px;
}

/* @media only screen and (max-width: 1000px) {
    .footer {
        padding-bottom: 80px
    }
} */

@media only screen and (max-width: 576px) {
    .footer {
        /* padding: 40px 0 120px */
        row-gap: 5px;
    }

    .footer__content{
        flex-direction: column!important;
        row-gap: 5px!important;
    }

    .footer__content span a{
        margin: 0 0.5rem;
    }

    .footer__content .footer__copyright {
        font-size: 13px;
    }
}

.footer__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 700px) {
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }
}

.footer__copyright {
    margin: 0
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 700px) {
    .footer__social {
        margin: 20px 0
    }
}

.footer__socialItem {
    margin-left: 10px
}

.footer__socialItem:first-child {
    margin-left: 0
}

.footer__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

:root {
    --swiper-theme-color: #fff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container:hover {
    cursor: -webkit-grab;
    cursor: grab
}

.swiper-container:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    padding: 0 60px;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

@media only screen and (max-width: 600px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    display: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to left, rgba(0, 0, 0, 0), black);
    left: 0;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), black);
    right: 0;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 2;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 2;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 2;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.snipe {
    padding: 50px 0
}

.snipe__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width: 73.75em) {
    .snipe__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.snipe__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: -webkit-gradient(linear, left top, right top, from(#f47a20), to(#eb058c));
    background: linear-gradient(to right, #f47a20, #eb058c);
    border-radius: 13px 0 0 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2rem;
    height: 296px
}

@media only screen and (max-width: 73.75em) {
    .snipe__content {
        background: -webkit-gradient(linear, left top, right top, from(#eb058c), to(#f47a20));
        background: linear-gradient(to right, #eb058c, #f47a20);
        height: auto;
        width: inherit;
        max-width: 648px;
        border-radius: 0 0 13px 13px
    }
}

@media only screen and (max-width: 25em) {
    .snipe__content {
        padding: 1rem
    }
}

.snipe__lede {
    color: #242424;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase
}

.snipe__heading {
    line-height: 1.2;
    font-size: 1.7777777778rem;
    text-transform: uppercase
}

.snipe__details {
    line-height: 1.7
}

.snipe__image {
    border-radius: 0 13px 13px 0
}

@media only screen and (max-width: 73.75em) {
    .snipe__image {
        border-radius: 13px 0 0 0
    }
}

.snipeOverride__flex {
    border-radius: 25px;
    overflow: hidden;
}

.snipeOverride__item {
    flex: 1 1 50%;
}

.snipeOverride__item--image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
}

@media (max-width: 930px){
    .snipeOverride__item {
        padding: 40px;
    }
}

@media (max-width: 430px){
    .snipeOverride__item--image {
        background-size: contain;
        background-position: bottom center;
    }
}


.bg-feature-image{
    background-image: url('/wp-content/themes/genesis-APTN/images/shadow-of-the-rougarou-snipe.jpg');
}

/* # Extra theme styling Julian
-------------------------------------------- */

#menu-primary .cta-grey a, .cta a {
padding:0;	
}

#menu-primary .cta a{color:white;font-size: 0.8888888889rem;}



#menu-primary .cta-grey {
    background: linear-gradient(to right, #eb058c, #f47a20);
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
}

#menu-primary .cta-grey span{color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.4;}

#menu-primary .cta {
    color: #fff;
    display: inline-block;
    font-size: 0.8888888889rem;
    padding: 13px 40px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    margin-right: 1rem;
}

@media (max-width: 640px){
.slick-prev{display:none !important;}
}