@charset "UTF-8";
/*!
Theme Name: Selectrum Theme
Theme URI: http://www.jointswp.com
Description: 
Author: Selectrum
Author URI: http://www.selectrum.com
Version: 5.0 (Development)
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/
body {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    min-width: 375px;
}

a {
    transition: .3s ease;
    color: #000;
    text-decoration: underline
}

a:hover {
    color: #f15a29
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.button {
    background: #f1b617;
    color: #000;
    font-weight: 700;
    padding: 1.5rem 2rem 1.2rem;
    font-size: 1.4rem;
    text-decoration: none
}

.button:focus, .button:hover {
    background: #c9960c;
    color: #000
}

.button.orange {
    background: #f15a29;
    color: #fff
}

.button.orange:focus, .button.orange:hover {
    background: #d9400e;
    color: #fff
}

.vertical-align-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%
}

label > [type=checkbox], label > [type=radio] {
    transform: scale(1.2)
}

.header {
    padding: 1rem 0 0
}

.header .logo {
    max-height: 115px;
    margin-bottom: .5rem
}

.banner.dev {
    /* background: #f1e9de; */
    height: 99vw;
    max-height: 800px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner.dev .texte{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: url('assets/images/2025_Text_Web_FR.png') center center / contain no-repeat;
}

.banner.dev.en .texte{
    background: url('assets/images/2025_Text_Web_EN.png') center center / contain no-repeat;
}

.banner {
  position: relative;
  /*background: url(assets/images/2021/top-banner.jpg) no-repeat center;*/
	background-image: url('assets/images/2025_Web_Banner.png');
	/* background-size: cover; */
  text-align: center;
  /* height: 900px; */
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
    .banner {
        background-image: url('assets/images/2025_Web_Banner-768.png');
    }
}
@media screen and (max-width: 991px) {
    .banner {
        background-image: url('assets/images/2025_Web_Banner-991.png');
    }
}
.banner .ontario-logo{
  /* position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%); */
  margin: 0 0 30px;
}

.banner .logo-wrap {
    display: block;
    color: #ffffff;
    margin: 10px 0;
    text-align: center;
}
.banner .sponsors{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}

.banner .logo-wrap .logo-sponsor-wrap {
    display: block;
    /* width: 200px; */
    /* margin: 0 auto; */
}

.banner .logo{
	margin-top:0;
	/* max-height: 350px; */
}


.logo-sponsor-wrap2 img {
	/* max-width: 245px; */
}

.logo-sponsor-wrap2 {
	/* position: absolute; */
	/* left: 90%; */
	/* bottom: 100%; */
}

@media print, screen and (max-width: 64em){
  .banner{
    padding-top: 25px;
  }

  .banner .sponsors .logo-sponsor-wrap, .banner .sponsors .logo-sponsor-wrap2 {
		/* display:none; */
    margin: 0 0 20px;
    padding: 0 10px;
    flex: 0 0 50%;
	}
}

@media (min-width: 768px) {

    .banner .logo-wrap {
        /* width: 50%; */
        max-width: 100%;
        /* position: absolute;
        top: 44%;
        left: 50%; */
        /* transform: translate(-50%,-50%); */
        margin: 0;
    }

    .banner .logo-wrap .logo-sponsor-wrap {
        /* position: absolute; */
        /* right: 90%;
        bottom: 85%;
        width: 250px;
        text-align: right; */
    }
}


.banner h1 {
  color: #603231;
  font-size: 2.5rem;
  line-height: 1;
  /* position: absolute; */
  /* bottom: 270px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 100%;
	text-transform:uppercase;
  margin:-90px 0 70px -15px;
}

.banner h1.fr{
  letter-spacing: 0;
  margin-left: -70px;
}

.banner h1 .year{
  margin-left: 190px;
}

.banner h2 {
  color: #603231;
    /*font-weight: 800;*/
    line-height: 2.2rem;
    font-size: 2.0rem;
    /* bottom: 170px; */
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
    width: 100%;
	text-transform:none;
  margin: 0 0 20px;
  text-transform:uppercase;
}

.banner h2 span {
  color: #603231;
    font-size: 2rem;
    text-transform:uppercase;
}

.banner h3.fest-slogan{
  color: #603231;
  font-size: 2.5rem;
  margin: 0 auto 30px;
  text-transform:uppercase;
  font-family: Arial Black, sans-serif;
}

@media screen and (max-width: 767px) {
    .banner {
        /* height: 800px; */
    }
    .banner h1 {
        bottom: 200px;
    }
    .banner h1, .banner h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .banner.dev {
        max-height: 600px;
    }

    .banner h1 {
      font-size: 1.75rem !important;
      letter-spacing: 1px !important;
      margin: -70px 0 40px -15px !important;
    }
    .banner h1 .year{
      margin-left: 125px !important;
    }
    .banner h2 {
        bottom: 140px;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .banner h2 span {
        font-size: 1rem;
    }

    .banner .ontario-logo{
      /* bottom: 35px; */
      max-width: 80%;
    }
}

.banner-title {
    color: #fff;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: radial-gradient(ellipse at center, #68b29f 0, #32816c 100%)
}

.banner-title.orange-title {
    background: radial-gradient(ellipse at center, #f16c26 0, #b33b00 100%)
}

.banner-title.yellow-title {
    background: radial-gradient(ellipse at center, #f9bd31 0, #c0880e 100%)
}

.banner-title h1 {
    font-size: 3.5rem;
    margin: 0;
    letter-spacing: 4px
}

@media screen and (max-width: 39.9375em) {
    .banner-title h1 {
        font-size: 2rem
    }
}

.footer {
    background: #000;
    color: #fff;
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 10px solid #bf870e
}

.footer h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    line-height: 1
}

.footer .logo {
    max-width: 80%;
}

.footer svg path {
    fill: #fff
}

.footer .footer-nav {
    list-style: none;
    padding: 0;
    margin: 3rem 0 0;
    font-size: 1.1rem
}

.footer .footer-nav li {
    margin-bottom: .5rem;
    text-transform: uppercase
}

.footer .footer-nav li a {
    color: #fff;
    text-decoration: none
}

.footer .footer-nav li a:hover {
    color: #67b19e
}

@media screen and (max-width: 74.9375em) {
    .footer .logo {
        max-width: 300px;
        display: block;
        margin: auto auto 3rem;
        text-align: center
    }
}

@media screen and (max-width: 39.9375em) {
    .footer {
        text-align: center
    }

    .footer .cell {
        margin-bottom: 2rem
    }
}

.footer .wpcf7-form .fields-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.footer .wpcf7-form .fields-group .wpcf7-form-control-wrap {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - .95rem);
    margin-left: 0;
    margin-right: .95rem
}

.footer .wpcf7-form .fields-group .wpcf7-form-control-wrap [type=email], .footer .wpcf7-form .fields-group .wpcf7-form-control-wrap [type=tel], .footer .wpcf7-form .fields-group .wpcf7-form-control-wrap [type=text] {
    height: 3rem
}

.footer .wpcf7-form textarea {
    height: 130px !important;
    max-width: 98%
}

.footer .wpcf7-form .button {
    background: #67b19e;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    float: right;
    margin-right: .65rem;
    padding: 1rem 3rem;
    color: #fff
}

.footer .wpcf7-form .button:hover {
    background: #3c7667
}

.footer .wpcf7-form .wpcf7-not-valid {
    border: 2px solid red !important
}

.footer .wpcf7-form span.wpcf7-not-valid-tip {
    display: none !important
}

.header .menu {
    font-size: 1.3rem;
    line-height: 1
}

@media (min-width: 1140px) {
    .header .menu {
        text-transform: uppercase;
        /* padding: 0 1.3rem; */
    }
}

.header .menu a {
    display: inline-block;
    padding: 0 0.5rem;
    color: #000
}

@media (min-width: 1480px) {
    .header .menu a {
        padding: 0 0.9rem;
    }
}

.header .menu a:hover {
    text-decoration: underline
}

.header .menu .active > a, .header .menu .is-active > a {
    background: transparent
}

@media screen and (max-width: 1579px) {
    .header .menu {
        font-size: 1rem
    }

    .banner {
      background-size: cover;
    }

    .banner .logo{
      max-height: 250px;
    }

    .banner h1{
      font-size: 2rem;
      letter-spacing: 2px;
      margin: -70px 0 50px -25px;
    }

    .banner h1.fr{
      letter-spacing: 0 !important;
      margin-left: -65px !important;
    }

    .banner h1 .year{
      margin-left: 140px;
    }

    .banner .sponsors{
      margin: 25px auto 10px;
      max-width: 800px;
    }

    .banner h3.fest-slogan{
      font-size: 1.8rem;
    }

    .banner h2{
      font-size: 1.65rem;
      margin: 0 0 15px;
    }

    .banner .ontario-logo{
      margin: 0 0 10px;
    }

    .logo-sponsor-wrap img,
    .logo-sponsor-wrap2 img{
      height: 65px;
    }
}

.mobile-nav {
    width: 60px;
    height: 45px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

.mobile-nav span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.mobile-nav span:first-child {
    top: 0;
    transform-origin: left center
}

.mobile-nav span:nth-child(2) {
    top: 15px;
    transform-origin: left center
}

.mobile-nav span:nth-child(3) {
    top: 31px;
    transform-origin: left center
}

.mobile-nav.open span:first-child {
    transform: rotate(45deg);
    top: -3px;
    left: 8px
}

.mobile-nav.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.mobile-nav.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 39px;
    left: 8px
}

.header .mobile-navigation {
    display: none
}

.header .mobile-navigation .menu {
    display: inherit
}

.header .mobile-navigation .menu a {
    display: inline-block;
    padding: 1rem 0 .9rem;
    width: 100%;
    text-align: center;
    line-height: 1.1;
    font-size: 1rem
}

.header .mobile-navigation .menu a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: 0
}

.header .mobile-navigation .button-cart {
    margin: .5rem 0 1rem;
    text-align: center;
    display: block
}

.contenu {
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media screen and (max-width: 39.9375em) {
    .contenu {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .contenu .cell {
        margin-bottom: 2rem
    }
}
#nbSlides{
    display: none;
    visibility: hidden;
    opacity: 0;
}
.date_row {
    padding-top: 4rem;
    padding-bottom: 0
}
.date_row .slick-list{
    width: 92%;
    margin: auto;
}

.date_row h2 {
    letter-spacing: 3px;
    margin-bottom: 2rem
}

.date_row .single-show {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 7.5rem;
    display: block;
    height: 375px;
}
.date_row .slider-item {
    padding: 0 15px;
}
.slider-section .date_row {
    padding-bottom: 4rem;
    padding-top: 2rem;
}
.slider-section .date_row .single-show {
    margin-bottom: 0;
}
.slider-section{
    position: relative;
}
.slider-section .slider-controls{
    display: flex;
}
.slider-section .slider-controls .prev-slide,
.slider-section .slider-controls .next-slide{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
}
.slider-section .slider-controls .prev-slide{
    left: 1%;
}
.slider-section .slider-controls .next-slide{
    right: 1%;
}

.date_row .single-show .infos {
    position: absolute;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0 .5rem;
    height: 160px;
    bottom: -100px
}

.date_row .single-show .infos p {
    margin: 0;
    color: #67b19e;
    font-size: 2rem
}

.date_row .single-show .infos h3 {
    font-size: 2rem;
    text-transform: none;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0
}

.date_row .single-show .infos h3 span {
    font-size: 1.2rem
}

@media screen and (max-width: 576px){
  .banner h1 {
    font-size: 1.45rem !important;
    letter-spacing: 0 !important;
    margin: 0 0 20px 0 !important;
  }
  .banner h1.fr{
    margin: 0 0 20px 0 !important;
  }
  .banner h1 .year{
    margin-left: 0 !important;
  }
  .banner h3.fest-slogan{
    font-size: 1.45rem !important;
    letter-spacing: 0 !important;
  }
}
@media screen and (max-width: 768px) {
    .date_row .single-show {
        background-position: center center;
        background-size: contain;
    }
}
@media screen and (min-width: 360px) and (max-width: 640px) {
    .date_row .single-show {
        margin-left: auto;
        margin-right: auto;
    }
}

.ticket_price.contenu {
    padding-bottom: 0
}

.ticket_price .grid-x {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #f1b617
}

.ticket_price h2 {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    font-size: 2rem
}

.ticket_price .spacing {
    margin-bottom: 1.3rem
}

.ticket_price .button {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ticket_price p {
    margin: 2rem 0 0
}

@media screen and (max-width: 39.9375em) {
    .ticket_price .cell {
        text-align: center;
        margin-bottom: 0
    }

    .ticket_price .cell.spacing-mobile {
        margin-bottom: 1.3rem
    }
}

.conditions p, .contenu_page p em {
    color: #9d9d9d;
    font-style: italic;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.2rem
}

.contenu_page {
    margin-top: 3rem
}

.contenu_page h2 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center
}

.contenu_page h3 {
    color: #f26d27;
    font-size: 1.2rem;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 2.5rem
}

.contenu_page p {
    font-size: 1.2rem;
    margin-bottom: 1rem
}

.contenu_page .volunteer-area {
    border: 0 none;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.contenu_page .volunteer-area p {
    margin: 0
}

.contenu_page ul {
    list-style: none;
    margin: 0 0 1.5rem
}

.contenu_page ul li:before {
    font-size: 1.2rem;
    content: "•";
    color: #f15a29;
    margin-left: .5rem;
    margin-right: .8rem
}

.map {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mc-field-group {
    position: relative
}

.mc-field-group #mce-EMAIL {
    height: 3rem;
    margin-bottom: 3rem;
    padding-right: 3rem
}

.mc-field-group .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 2.9rem;
    background: #fff url(assets/images/arrow-forward.svg) no-repeat 50%;
    margin: 0;
    padding: 0 1.3rem;
    border-left: 1px solid #eee
}

.volunteer_app_form .wpcf7-form .section-form {
    border-top: 1px solid #f26d27;
    padding-top: 4rem;
    margin-top: 4rem
}

.volunteer_app_form .wpcf7-form .section-form .title {
    color: #f26d27;
    font-size: 1.2rem;
    text-transform: none;
    font-weight: 700
}

.volunteer_app_form .wpcf7-form .section-form h3 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.volunteer_app_form .wpcf7-form .section-form textarea {
    height: 150px !important
}

.volunteer_app_form .wpcf7-form .section-form label {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700
}

.volunteer_app_form .wpcf7-form .section-form .field-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.volunteer_app_form .wpcf7-form .section-form .field-group .width-25, .volunteer_app_form .wpcf7-form .section-form .field-group .width-50, .volunteer_app_form .wpcf7-form .section-form .field-group .width-75 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 0;
    margin-right: .95rem
}

.volunteer_app_form .wpcf7-form .section-form .field-group .width-25 [type=email], .volunteer_app_form .wpcf7-form .section-form .field-group .width-25 [type=tel], .volunteer_app_form .wpcf7-form .section-form .field-group .width-25 [type=text], .volunteer_app_form .wpcf7-form .section-form .field-group .width-50 [type=email], .volunteer_app_form .wpcf7-form .section-form .field-group .width-50 [type=tel], .volunteer_app_form .wpcf7-form .section-form .field-group .width-50 [type=text], .volunteer_app_form .wpcf7-form .section-form .field-group .width-75 [type=email], .volunteer_app_form .wpcf7-form .section-form .field-group .width-75 [type=tel], .volunteer_app_form .wpcf7-form .section-form .field-group .width-75 [type=text] {
    height: 3rem
}

.volunteer_app_form .wpcf7-form .section-form .field-group .width-50 {
    width: calc(50% - .95rem)
}

.volunteer_app_form .wpcf7-form .section-form .field-group .width-75 {
    width: calc(75% - .95rem)
}

.volunteer_app_form .wpcf7-form .section-form .field-group .width-25 {
    width: calc(25% - .95rem)
}

.volunteer_app_form .wpcf7-form .section-form .field-group.margin-top-3 {
    margin-top: 3rem
}

.volunteer_app_form .wpcf7-form .section-form .field-group.margin-bottom-3 {
    margin-bottom: 3rem
}

.volunteer_app_form .wpcf7-form .section-form .field-group.margin-top-2 {
    margin-top: 2rem
}

.volunteer_app_form .wpcf7-form .section-form .field-group.margin-bottom-2 {
    margin-bottom: 2rem
}

.how-many-shifts {
	display: inline-block;
	width: 57px;
	vertical-align: top;
	position: relative;
	margin-top: -14px;
	margin-left: 20px;
}

.field-with-part-input{
	margin-bottom: 3rem;
	font-family: Rubik, sans-seri;
	font-weight: 700;
	color: #f26d27;
}


@media screen and (max-width: 39.9375em) {
    .volunteer_app_form .wpcf7-form .section-form .field-group .width-25, .volunteer_app_form .wpcf7-form .section-form .field-group .width-50, .volunteer_app_form .wpcf7-form .section-form .field-group .width-75 {
        width: 95%;
        margin: auto
    }
}

.volunteer_app_form .wpcf7-form .interest span.wpcf7-checkbox {
    margin-top: 2rem;
    margin-bottom: 2rem;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.volunteer_app_form .wpcf7-form .interest span.wpcf7-checkbox .wpcf7-list-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: auto;
    width: 33.33333%
}

@media screen and (max-width: 63.9375em) {
    .volunteer_app_form .wpcf7-form .interest span.wpcf7-checkbox .wpcf7-list-item {
        width: 50%
    }
}

@media screen and (max-width: 39.9375em) {
    .volunteer_app_form .wpcf7-form .interest span.wpcf7-checkbox .wpcf7-list-item {
        width: 95%
    }
}

.volunteer_app_form .wpcf7-form .wpcf7-text.wpcf7-not-valid, .volunteer_app_form .wpcf7-form textarea.wpcf7-not-valid {
    border: 2px solid red !important
}

.volunteer_app_form .wpcf7-form span.wpcf7-not-valid-tip {
    display: none !important
}

.volunteer_app_form .wpcf7-form.check-field-group span.wpcf7-not-valid-tip, .volunteer_app_form .wpcf7-form .check-field-group span.wpcf7-not-valid-tip, .volunteer_app_form .wpcf7-form .terms-conditions span.wpcf7-not-valid-tip {
    display: block !important
}

.volunteer_app_form .wpcf7-form .button {
    background: #f15a29;
    color: #fff;
    padding: 1rem 3.5rem;
    text-transform: uppercase;
    letter-spacing: 2px
}

.volunteer_app_form .wpcf7-form .button:focus, .volunteer_app_form .wpcf7-form .button:hover {
    background: #d9400e;
    color: #fff
}

.video-container {
    margin-bottom: 5rem;
}

.home-text {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.home-text p {
    /*font-weight: 700;*/
    font-size: 1.2rem;
    color: #333
}

@media screen and (max-width: 39.9375em) {
    .home-text p {
        font-size: 1.2rem
    }
	
	.how-many-shifts{
		margin-top:0;
	}
}

.btn-home {
    height: 350px;
    position: relative;
    margin-bottom: 2rem;
    color: #fff;
    background: radial-gradient(ellipse at center, #68b29f 0, #32816c 100%)
}

.btn-home.btn-orange-home {
    background: radial-gradient(ellipse at center, #f16c26 0, #b33b00 100%)
}

.btn-home.btn-yellow-home {
    background: radial-gradient(ellipse at center, #f9bd31 0, #c0880e 100%)
}

.btn-home span {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    min-width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 1300px){
    .btn-home span{
        font-size: 2rem;
    }
}

.btn-home:focus, .btn-home:hover {
    color: #fff;
    background: radial-gradient(ellipse at center, #4e9986 0, #245c4d 100%)
}

.btn-home:focus.btn-orange-home, .btn-home:hover.btn-orange-home {
    background: radial-gradient(ellipse at center, #d6530e 0, #802a00 100%)
}

.btn-home:focus.btn-yellow-home, .btn-home:hover.btn-yellow-home {
    background: radial-gradient(ellipse at center, #f0aa07 0, #90660b 100%)
}

.tribute {
    background: url(assets/images/tribute-banner.jpg) no-repeat 50%;
    background-size: cover;
    min-height: 60vh;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.tribute .grid-container, .tribute .grid-x {
    height: 100%
}

.tribute h1 {
    color: #bf870e;
    margin-bottom: 0
}

.tribute p {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
    margin: 0
}

.video-section .video-container {
    margin-bottom: 0;
}

.extras_page,
.ticket_page{
  position: relative;
}

.extras_page::before,
.ticket_page::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/wp-content/themes/Nostalgia/assets/images/ajax-loader.gif') center center no-repeat rgba(255,255,255,0.85);
  z-index: 75;
  transition: all .5s linear;
  opacity: 0;
  pointer-events: none;
}

.extras_page.loader::before,
.ticket_page.loader::before{
  opacity: 1;
  pointer-events: all;
}

.single-event{
  background: #fff;
  border: 2px solid #eee;
}

.single-event:nth-of-type(odd){
  background: #eee;
}

.single-event .event-gallery,
.single-event .event-desc,
.single-event .event-tickets{
  padding: 10px;
  height: 100%;
}

.single-event .event-gallery{
  position: relative;
}

.single-event .event-gallery.no-slider{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.single-event .event-gallery ul li{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.single-event .event-gallery ul li:before{
  display: none;
}

.single-event .event-gallery .flex-direction-nav{
 margin: 0;
}

.single-event .event-gallery .flex-direction-nav a{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  z-index: 50;
  background: url('/wp-content/themes/Nostalgia/assets/images/slider-arrow.png') center center / contain no-repeat ;
  text-indent: -9999px;
  transform: translateY(-15px);
  opacity: 0.7;
}

.single-event .event-gallery .flex-direction-nav a.flex-prev{
  left: 20px;
}

.single-event .event-gallery .flex-direction-nav a.flex-next{
  transform: scale(-1) translateY(15px);
  right: 20px;
}

.single-event .event-date{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.single-event .event-date > div{
  font-size: 1.5em;
}

.single-event .event-date span{
  font-size: 2em;
}

.single-event .event-desc{
  /* display: flex;
  justify-content: center;
  flex-direction: column; */
  padding-top: 15px;
}

.single-event .event-desc h3{
  margin: 0 0 10px;
  font-size: 22px;
}

.single-event .event-tickets{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.single-event .event-tickets .ticket{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.single-event .event-tickets .ticket-title{
  font-weight: 700;
  font-size: 26px;
  color: #f26d27;
  flex: 0 0 100%;
}

.single-event .event-tickets .ticket-price{
  font-weight: 700;
  font-size: 22px;
  padding-right: 10px;
  flex: 0 0 auto;
  margin: 0 0 15px;
}

.single-event .event-tickets .number-input{
  display: flex;
  margin: 0 0 15px;
  flex: 1 1;
  max-width: 200px;
}

.single-event .event-tickets .number-input input[type="number"]{
  margin: 0;
  flex: 1 1;
  text-align: center;
  border: 1px solid #ccc;
}

.single-event .event-tickets .number-input .more,
.single-event .event-tickets .number-input .less{
  flex: 0 0 auto;
  width: 30px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.next-button{
  display: flex;
}

.next-button #next-button{
  margin: 15px 0 0 auto;
}

.woocommerce .col2-set{
  float: left;
  width: 60%;
}

.woocommerce .col2-set .col-1{
  width: 100%;
}

.woocommerce #order_review_heading{
  float: left;
  width: 40%;
  padding-left: 30px;
  margin-bottom: 15px;
}

.woocommerce .tribe-checkout-backlinks{
  display: none;
}
/* .woocommerce-checkout-payment{

} */
.woocommerce-checkout-payment .form-row{
    margin-bottom: 0 !important;
}
.woocommerce-checkout-payment .form-row::before{
    content: none !important;
}
.woocommerce-checkout-payment .form-row .field{
    padding: 0;
    height: 50px;
    background-color: unset;
}
.woocommerce-checkout-payment .input-errors{
    margin-top: 0;
}
.woocommerce-checkout-payment .clover-gateway{
    border-radius: 15px;
}
.payment_box.payment_method_clover_payments{
 padding: 1em !important;   
}

.woocommerce .woocommerce-checkout-review-order{
  float: left;
  width: 40%;
  padding-left: 30px;
}

@media screen and (max-width: 1300px){
  .single-event .event-tickets .ticket-price{
    flex: 0 0 100%;
    margin: 0 0 5px;
  }
}

@media screen and (max-width: 1199.98px){
  .woocommerce .col2-set{
    width: 100%;
  }
  
  .woocommerce #order_review_heading{
    width: 100%;
    padding-left: 0;
  }
  
  .woocommerce .woocommerce-checkout-review-order{
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 700px){
  .single-event .event-tickets .ticket-title{
    font-size: 20px;
  }
  .single-event .event-tickets .ticket-price{
    font-size: 18px;
  }
}

@media screen and (max-width: 639.98px){
  .single-event .event-desc{
    text-align: center;
  }

  .single-event .event-tickets .number-input{
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 63.9375em) {
    .tribute p {
        font-size: 1.5rem
    }
}

.tribute .button {
    margin-top: 1.5rem
}

@media screen and (max-width: 480px) {
    .tribute {
        height: 80vh
    }

    .tribute p {
        font-weight: 400
    }

    .tribute .button, .tribute p {
        font-size: 1rem
    }

    .banner .ontario-logo{
      max-width: 50%;
      bottom: 55px;
    }
}

.logo-partenaires {
    padding-top: 6rem;
    padding-bottom: 5.5rem
}

.logo-partenaires img {
    max-width: 80%
}

@media screen and (max-width: 63.9375em) {
    .logo-partenaires {
        text-align: center
    }

    .logo-partenaires img {
        max-width: 180px;
        margin-bottom: 3rem
    }
}

/** nostalgie custom css **/
.image-full-width{
    width: 100%;
    /* height: 275px; */
}
.image-full-width img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
/*# sourceMappingURL=style.css.map */
