/* Theme Name: Virivr
Theme URI:
Author: Emma Hakobyan
Author URI:
Description:
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: virivr
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html.main, body {
    margin: 0 !important;
    padding: 0 !important;
}

html {
    font-size: 16px;
}

.white {
    background: #fff;
}

.white-text {
    color: #fff;
}

.txt-pink {
    color: #ec008c;
}

.black-text {
    color: #000;
}

.bg-pink-light {
    background-color: #f9edf9;
}

.bg-gray {
    background-color: #f4f4f4;
}

.bg-pink {
    background-color: #ec008c;
}

.bg-black {
    background-color: #000;
}

.width-100 {
    width: 100%;
}

.text-main-clr {
    color: #231f20;
}

.m-auto {
    margin: 0 auto;
}

.m-0 {
    margin: 0;
}

.list-style-none {
    list-style: none;
}

.list-reset {
    list-style: none;
    padding-left: 0;
}

.padding-left-none {
    padding-left: 0;
}

.pseudo:before, .pseudo:after {
    content: "";
    display: block;
}

.inline-block {
    display: inline-block;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.absolute-start {
    position: absolute;
    left: 0;
    top: 0;
}

a:focus {
    outline: none;
}

.rounded-5 {
    border-radius: 5px;
}

.transition-main {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-virivr {
    border: 2px solid #ec008c;
    border-radius: 35px;
    padding: 8px 0;
    max-width: 260px;
    width: 100%;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex !important;
    justify-content: center;
    font-size: 1.5rem;
    margin: auto;
}

iframe {
    max-width: 100%;
}

h1 {
    font-size: 2.25rem !important;
}

h4 {
    color: #ec008c;
}

/*FONTS*/
@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('fonts/GothamRounded-Book.eot');
    src: url('fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamRounded-Book.woff2') format('woff2'),
    url('fonts/GothamRounded-Book.woff') format('woff'),
    url('fonts/GothamRounded-Book.ttf') format('truetype'),
    url('fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded Bold';
    src: url('fonts/GothamRounded-Bold.eot');
    src: url('fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamRounded-Bold.woff2') format('woff2'),
    url('fonts/GothamRounded-Bold.woff') format('woff'),
    url('fonts/GothamRounded-Bold.ttf') format('truetype'),
    url('fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded Medium';
    src: url('fonts/GothamRounded-Medium.eot');
    src: url('fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamRounded-Medium.woff2') format('woff2'),
    url('fonts/GothamRounded-Medium.woff') format('woff'),
    url('fonts/GothamRounded-Medium.ttf') format('truetype'),
    url('fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

.font-main {
    font-family: 'Gotham Rounded Medium', sans-serif;
}

.font-bold {
    font-family: 'Gotham Rounded Bold', sans-serif;
}

.font-sec {
    font-family: 'Gotham Rounded Book', sans-serif;
}

body {
    color: #231f20 !important;
    font-family: 'Gotham Rounded Book', sans-serif !important;
    font-size: 1.125rem;
    background-color: #000;
}

#custom_html-4 img {
    width: 192px;
}

/**
 **
 * HEADER
 **
 **/
.navbar-light .navbar-toggler,.navbar-dark .navbar-toggler {
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border: 0 !important;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.navbar-light .navbar-toggler span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.navbar-dark .navbar-toggler span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.navbar-light .navbar-toggler span:nth-child(1),.navbar-dark .navbar-toggler span:nth-child(1) {
    top: 0px;
}

.navbar-light .navbar-toggler span:nth-child(2),
.navbar-light .navbar-toggler span:nth-child(3),.navbar-dark .navbar-toggler span:nth-child(2),.navbar-dark .navbar-toggler span:nth-child(3){
    top: 12px;
}

.navbar-light .navbar-toggler span:nth-child(4),.navbar-dark .navbar-toggler span:nth-child(4) {
    top: 24px;
}

.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-child(1),.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-child(2),.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-child(2),.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-child(3){
    background-color: #000000;
}

.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-child(3),.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-child(4),.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.navbar h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar h1 a {
    display: inline-block;
}

.menu-item.current_page_item > a {
    color: #ec008c !important;
}

.header-top {
    background-color: #686868;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px;
}

.carousel--top-nav {
    background-color: #afafaf;
    height: 14px;
    margin-right: 5px;
    width: 14px;
}

.header-top_dots:last-of-type {
    margin-right: 0;
}

.page-container--inner .navbar {
    padding: 20px 0;
}

.container--navbar,
.container--footer {
    background: #f9f9f9;
}

.container--footer.bg-black,.container--navbar.bg-black {
    background: #000;
}

.navbar-transparent {
    background: transparent;
}

header#experience-header .page-container.navbar-transparent.navbar-slider.bg-scroll {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.97) 19%, rgba(0, 0, 0, 0.83) 42%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.49) 72%, rgba(0, 0, 0, 0.32) 83%, rgba(0, 0, 0, 0.02) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.97) 19%, rgba(0, 0, 0, 0.83) 42%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.49) 72%, rgba(0, 0, 0, 0.32) 83%, rgba(0, 0, 0, 0.02) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.97) 19%, rgba(0, 0, 0, 0.83) 42%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.49) 72%, rgba(0, 0, 0, 0.32) 83%, rgba(0, 0, 0, 0.02) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf000000', endColorstr='#05000000', GradientType=0); /* IE6-9 */
}

header#experience-header .page-container.navbar-transparent.navbar-slider.bg-scroll .main-menu a {
    color: #fff;
}

header#experience-header .page-container.navbar-transparent.navbar-slider.bg-scroll .menu-item.current_page_item a {
    color: #ec008c;
}

.main-menu {
    flex-grow: 0 !important;
}

.main-menu a {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Gotham Rounded Medium', sans-serif;
}

#menu-top-menu {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

/*  Dropdown Menu   */
header .navbar .menu-item.menu-item-has-children {
    position: relative;
}

header .navbar .menu-item.menu-item-has-children .sub-menu {
    position: absolute;
    display: none;
    left: 0;
    padding-left: 0;
    list-style: none;
    margin-top: 18px;
    max-height: 180px;
    /*overflow-y: auto;*/
    background-color: #ffffff;
    /* -webkit-box-shadow: 1px -2px 2px 1px #f9f9f9;
     -moz-box-shadow: 1px -2px 2px 1px #f9f9f9;
     box-shadow: 1px -2px 2px 1px #f9f9f9;*/
}

header .navbar #menu-top-menu .menu-item:nth-last-of-type(2) .sub-menu {
    right: 0;
    left: auto;
}

header .navbar .menu-item.menu-item-has-children .sub-menu li a {
    font-size: 1rem;
    /*padding: 0;*/
    white-space: nowrap;
    color: #000000;
}

header .navbar .menu-item.menu-item-has-children .sub-menu li.current-menu-item a{
    color: #ec008c;
}

header #menu-top-menu .menu-item.menu-item-has-children .item-arrow {
    display: none;
}

/* Let's get this party started */
header .navbar .menu-item.menu-item-has-children .sub-menu::-webkit-scrollbar {
    width: 12px;
}

/* Track */
header .navbar .menu-item.menu-item-has-children .sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
header .navbar .menu-item.menu-item-has-children .sub-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(244, 244, 244, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.container--header-img .btn-booking {
    position: absolute;
    left: 0;
    right: 0;
}

.btn-booking {
    border: 2px solid #ec008c;
    border-radius: 35px;
    font-size: 1.375rem;
    width: 260px;
    height: 56px;
    line-height: 56px;
    bottom: -30px;
    margin: 0 auto;
    display: -webkit-box;!important;
    display: -ms-flexbox;!important;
    display: flex;!important;
    justify-content: center;
}

.page-down-icon {
    border: 2px solid #1cef06;
    color: #1cef06;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    bottom: -30px;
}

.page-down-icon .fa {
    line-height: 1;
}

.container--info {
    padding: 90px 0;
}

.section-info {
    font-size: 1.875rem;
}

.section-info .subheading {
    margin-bottom: 40px;
}

.section-info article {
    padding: 0 70px;
}

.container--about {
    padding: 90px 0;
}

.about-cols-outer .img-outer {
    height: 100px;
    margin: 10px auto 15px;
    width: 145px;
}

.about-cols-outer .img-outer img {
    height: 75px;
    width: auto;
}

.about-col-dots {
    font-size: 2.5rem;
    padding-top: 25px;
    color: #fff;
}

.container--about .heading {
    margin-bottom: 45px;
}

body.home .page-container.container--about {
    padding-top: 0;
    padding-bottom: 60px;
}

body.home .fb-like.fb_iframe_widget,body.home .fb-like.fb_iframe_widget>span,body.home .fb-like.fb_iframe_widget>span iframe {
    width: 165px !important;
}
.number {
    font-size: 2rem;
    height: 50px;
    left: 5px;
    top: 0;
    width: 50px;
}

.about-col_info,
.exp-col_info {
    font-size: 1.375rem;
}

.about-col_info {
    font-size: 1.25rem;
    line-height: 1.25;
}

.about-col_info,
.about-col .number,
.page-container.container--about h2.heading {
    color: #17ef00;
}

.container--exp {
    padding: 80px 0 0;
}

.container--exp .subheading {
    margin-bottom: 80px;
}

.container--exp .subheading a {
    color: #ec008c;
    text-decoration: underline;
}

.exp-col {
    margin-bottom: 100px;
}

.exp-col .img-outer {
    height: 153px;
    margin-bottom: 45px;
}

.exp-col_info--bottom {
    padding: 0 11px;
    font-size: 1.25rem;
}

.exp-col_info.font-bold.mb-0 a {
    color: #212529;
}

.exp-col_info--bottom {
    opacity: .5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.exp-col_info.font-bold:hover {
    cursor: pointer;
}

.exp-col_info.font-bold:hover + p.exp-col_info--bottom {
    opacity: 1;
}

.carousel-2 {
    height: 556px;
}

.carousel-2 .cover {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.carousel-2_footer {
    padding: 60px 0;
}

.carousel-2_footer .info {
    font-size: 1.875rem;
}

.carousel-2_footer .info .diff {
    color: #1cef06;
}

.carousel-2 .slide-img {
    height: 556px;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container--book-online {
    padding: 85px 0 0;
}
.container--book-online .container {
    padding-bottom: 45px;
    border-bottom: 4px dotted #fff;
}

.row.mt-4.voucher-box {
    margin-top: 10rem!important;
    margin-bottom: 35px;
}
.book-online-item,
.book-online-item--dropdown {
    font-size: 1.394rem;
    font-family: "Gotham Rounded Medium";
    padding: 15px 25px;
    width: 280px;
    max-width: 333px;
    height: 75px;
    line-height: 1;
    border-radius: 35px;
    border: 2px solid #fff;
}

.booking-row .book-online-item.booking-experience {
    border-color: #ec008c;
}

.booking-row .book-online-item.booking-person .num {
    font-size: 1.5rem;
    height: auto;
    width: auto;
    line-height: 1;
}

.booking-row .book-online-item.booking-person.choosed .num {
    width: 50%;
}

.container--book-online .book-online-col .booking-play {
    background-color: transparent;
    border: 1px solid #fff;
}

.booking-row .book-online-item:hover, .booking-row .book-online-item.active {
    border: 2px solid #ec008c;
    padding: 12px 25px;
    color: #ec008c;
}


.container--book-online .book-online-item.choosed {
    color: #ec008c;
}
.container--book-online .book-online-item.choosed {
    background: #fff;
    border: 2px solid transparent;
}
.container--book-online .book-online-item .icon {
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container--book-online .book-online-item.booking-calendar .icon.pic {
    height: 31px;
    width: 27px;
    background-image: url("img/booking/date.png");
}

.container--book-online .book-online-item.booking-experience.choosed .icon.pic {
    height: 27px;
    width: 35px;
    background-image: url("img/booking/icon-palyers.png");
}

.container--book-online .book-online-item.booking-person.choosed .icon.pic {
    background-image: url("img/booking/person-icon.png");
    width: 22px;
    height: 25px;
}

.container--book-online .book-online-item .icon i {
    font-size: 42px;
    line-height: 42px;
    vertical-align: middle;
}

.container--book-online .book-online-item.choosed .icon i {
    display: none;
}

.container--book-online .heading,
.container--book-online .subheading.head {
    font-size: 1.875rem;
}

.container--book-online .booking-row {
    padding-top: 65px;
}

.container--book-online .check-item {
    display: none;
    width: 100%;
    color: #ec008c;
}

.container--book-online .check-item[data-book="chooseExperience"] {
    display: block;
}

.container--book-online .container-inner.booking-final,
.container--book-online .container-inner.booking-final > .row {
    display: none;
}

.container--book-online .check-item p {
    margin-bottom: 0;
}

.container--book-online .check-item .content-heading .title,
.container--book-online .check-item .content-heading .subtitle {
    font-size: 1.25rem;
}

.container--book-online .check-item .content-heading .new-experience-text{
    display: none;
}

.container--book-online .check-item .slots-row {
    display: none;
}

.container--book-online .check-item.check--experience p.exp-title {
    font-size: 1.375rem;
}

.container--book-online .check-item.check--experience .col-lg-4.choose-exp-col {
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 25px 20px 20px;
    height: 395px;
    margin: 0 10px 15px;
    width: auto;
    max-width: 330px;
}

.container--book-online .check-item.check--experience .col-lg-4.choose-exp-col.priv-booth {
    border-color: #ec008c;
}

.container--book-online .check-item.check--experience .col-lg-4.choose-exp-col .quote {
    font-size: 1.25rem;
    line-height: 1.25;
    word-break: break-word;
}

.container--book-online .check-item.check--experience .col-lg-4.choose-exp-col .d-flex.justify-content-between p span:first-child {
    font-size: 1.927rem;
    line-height: 1.25;
}

.container--book-online .check-item.check--experience .col-lg-4.choose-exp-col .d-flex.justify-content-between p span:last-child {
    font-size: 0.506rem;
}

.container--book-online .check-item.check--experience .col-lg-4.choose-exp-col .d-flex.justify-content-between .bg-pink,
.container--book-online .check-item.check--experience .takeover-btn,
#experienceModal .booking-btn {
    font-size: 0.866rem;
    border-radius: 34px;
    width: 100%;
    max-width: 200px;
    line-height: 1.25;
    padding: 10px 20px;
    cursor: pointer;
}

a.mr-3.btn-virivr.text-uppercase.bg-pink.white-text.d-inline-block.font-bold.transition-main{
    margin-left: auto;
    margin-right: auto!important;
    margin-bottom: 2rem;
}
a.ml-3.booking-btn.text-uppercase.txt-pink.text-center.white-text.d-inline-block.font-bold.transition-main.text-underline{
    margin-left: auto!important;
    margin-right: auto;
}

.container--book-online .check-item.check--experience .col-lg-4.choose-exp-col .stars-outer {
    margin: 22px 0 20px;
}

.container--book-online .check-item.check--experience .col-lg-4.choose-exp-col .stars-outer span {
    display: inline-block;
    width: 20%;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
}

.container--book-online .check-item.check--experience .top-bordered {
    padding-top: 40px;
}

.container--book-online .check-item.check--experience .takeover-box {
    background-color: #fff;
    border-radius: 40px;
    font-size: 1.394rem;
    padding: 25px 30px;
}

.container--book-online .check-item.check--experience .font-20 {
    font-size: 1.25rem;
}

.container--book-online .check-item.check--experience .btn[data-target="#experienceModal"] ,
.container--book-online .check-item.check--booths .btn[data-target="#boothsModal"] {
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
}

span.question-text {
    border-bottom: 1px solid #ec008c;
}

span.question-mark {
    border: 2px solid #ec008c;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 50%;
    font-size: 11px;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 30%) !important;
    -ms-transform: translate(0, 30%) !important;
    transform: translate(0, 30%) !important;
    z-index: 9999;
}

.modal-open .modal#experienceModal ,
.modal-open .modal#boothsModal {
    padding-right: 0 !important;
}

#experienceModal .modal-header .close ,
#boothsModal .modal-header .close {
    padding: 0;
    margin: 0;
    line-height: 1;
    opacity: 1;
    cursor: pointer;
}

#experienceModal .modal-header .close span ,
#boothsModal .modal-header .close span {
    color: #ec008c;
    text-shadow: none;
    line-height: 1;
    display: inline-block;
    font-family: "Gotham Rounded Book";
    font-size: 2.813rem;
    font-weight: bold;
    text-decoration: none;
}

.close:focus, .close:hover {
    outline: none;
}

#experienceModal .modal-content,
#boothsModal .modal-content {
    border-radius: 34px;
}

#experienceModal .modal-header ,
#boothsModal .modal-header {
    padding: 17px 20px;
    border: 0;
    padding-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#experienceModal .modal-body ,
#boothsModal .modal-body {
    padding: 0 20px 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#boothsModal .modal-body {
    flex-direction: column;
}



#experienceModal .modal-body .txt-box ul {
    font-size: 1.25rem;
    color: #231f20;
    line-height: 1.25;
}

#experienceModal .modal-body .txt-box ,
#boothsModal .modal-body .txt-box {
    padding: 0 20px 0 10px;
    margin-bottom: 30px;
}
#boothsModal .modal-body .txt-box{
    color: #231f20;
}
#experienceModal .modal-body .txt-box{
    min-height: 300px;
}

#experienceModal .modal-body .modal-title ,
#boothsModal .modal-body .modal-title {
    font-size: 1.75rem;
    line-height: 1;
    padding: 0 10px;
    margin-bottom: 10px;
    min-height: 56px;
    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
}

#experienceModal .booking-btn {
    font-size: 1rem;
    max-width: 325px;
    padding: 13px 20px;
    background: #ec008c;
    cursor: pointer;
}

#experienceModal .modal-right .booking-btn {
    background: transparent;
    border: 4px solid #ec008c;
    padding: 10px 20px;
}

#experienceModal .modal-content .modal-center ,
#boothsModal .modal-content .modal-center {
    margin: 8% 0;
    border-right: 3px dotted #d1d3d4;
    width: 1%;
}

#experienceModal .modal-content .modal-right,
#experienceModal .modal-content .modal-left {
    width: 49%;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}
.flex-direction-col{
    flex-direction: column;
}

.mt-50{
    margin-top: 50px;
}
.mb-25,.container--book-online .check-item p.mb-25{
    margin-bottom: 25px;
}

.mb-20{
    margin-bottom: 20px;
}

.check--person .person-choose ,
.check--booths .booths-choose {
    border-top: 1px solid #918f8f;
    border-bottom: 1px solid #918f8f;
    padding: 15px 25px;
    font-size: 1.25rem;
    box-sizing: border-box;
}

.check--person .person-choose form ,
.check--booths .booths-choose form {
    font-family: 'Gotham Rounded Bold', sans-serif;
}

.check--person .person-choose form input:not(#number) ,
.check--booths .booths-choose form input:not(#numberBooths) {
    cursor: pointer;
}

.check--person .error {
    display: none;
}

.check--person .person-choose input ,
.check--booths .booths-choose input {
    color: #ec008c;
    vertical-align: middle;
    background: transparent;
    border: 0;
    outline: none;
}

.check--booths .booths-choose input#numberBooths ,
.check--person .person-choose input#number {
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 1.761rem;
    line-height: 1;
    display: inline-block;
}
.check--booths .proceed-btn,.check--booths .proceed-btn:hover {
    color: #ec008c;
    border-bottom: 1px solid #ec008c;
}

.proceed-button {
    max-width: 230px;
    width: 100%;
    display: block;
    background-color: #ec008c;
    font-size: 0.908rem;
    font-family: 'Gotham Rounded Bold', sans-serif;
    border-radius: 35px;
    margin: auto;
    color: #fff;
    padding: 16px 50px;
    line-height: 1;
}

.check--person .proceed-btn,
.container--book-online .check-item[data-book="bookPlay"] .proceed-btn {
    max-width: 110px;
    width: 100%;
    display: block;
    background-color: #ec008c;
    font-size: 0.908rem;
    font-family: 'Gotham Rounded Bold', sans-serif;
    border-radius: 35px;
    margin: auto;
    color: #fff;
    padding: 10px;
    line-height: 1;
}


.check-item #datepicker {
    width: 100%;
    max-width: 100%;
    padding: 0 19px;
}

.ui-widget.ui-widget-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0 !important;
    color: #fff;
    background: transparent;
}

.ui-widget-header {
    background: transparent !important;
    border: 0 !important;
    color: #ec008c !important;
}

.ui-datepicker table {
    border-radius: 35px;
    border-spacing: 0;
    box-shadow: 0 0 1px 1px #ec008c;
}

.ui-datepicker td {
    width: 14.28%;
}

.ui-widget-header {
    background: transparent;
    border: 0;
}

.ui-datepicker .ui-datepicker-title {
    color: #ec008c;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    display: none;
}

.ui-datepicker td {
    border: 1px solid #ec008c !important;
    height: 80px;
    padding: 0 !important;
    text-align: left;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    font-size: 1.5rem;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 1rem;
    border: 1px solid #ec008c !important;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker th {
    font-family: 'Gotham Rounded Bold', sans-serif;
    font-weight: 400;
}

.ui-datepicker thead tr th:first-child,
.ui-datepicker tbody tr td:first-child {
    border-left: 0 !important;
}

.ui-datepicker thead tr th:last-child,
.ui-datepicker tbody tr td:last-child {
    border-right: 0 !important;
}

.ui-datepicker thead tr th {
    border-top: 0 !important;
}

.ui-datepicker tbody tr:last-child td {
    border-bottom: 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid transparent !important;
    background: transparent !important;
    color: #fff !important;
    display: inline-block;
    width: 100%;
    border-radius: 0;
    font-size: 1.688rem;
    font-family: 'Gotham Rounded Bold', sans-serif;
    cursor: pointer;
    height: 100%;
    text-align: left !important;
    padding-left: 15px;
    padding-bottom: 20px;
}

.ui-widget-content .css-class-to-highlight .ui-state-default {
    background: #414042 !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 1 !important;
}

.ui-state-disabled span,
.ui-widget-content .ui-state-disabled span {
    color: #353535 !important;
}

.ui-widget-content tbody .ui-state-active,
.ui-widget-content tbody .ui-state-hover {
    position: relative;
    z-index: 1;
}

.ui-widget-content tbody .ui-state-active:before,
.ui-widget-content tbody .ui-datepicker-days-cell-over.ui-datepicker-today > .ui-state-default:before,
.ui-widget-content tbody .ui-state-hover:before {
    margin: auto;
    z-index: 2;
    /*padding-left: 15px;*/
    /*padding-top: 5px;*/
    background: #231f20;
    position: absolute;
}

.ui-widget-content tbody .css-class-to-highlight .ui-state-active:before,
.ui-widget-content tbody .css-class-to-highlight > .ui-state-default:before,
.ui-widget-content tbody .css-class-to-highlight .ui-state-hover:before {
    background: #414042;
}

.ui-widget-content tbody .ui-state-active:before,
.ui-widget-content tbody .ui-state-hover:before {
    content: "BOOK";
    border: 3px solid #17ef00 !important;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: #17ef00 !important;
    font-family: 'Gotham Rounded Bold', sans-serif;
    line-height: 2.5;
    top: -1px;
    left: -1px;
    width: 101%;
    height: 103%;
}

.ui-widget-content tbody .ui-datepicker-days-cell-over.ui-datepicker-today > .ui-state-default {
    font-family: 'Gotham Rounded Book', sans-serif !important;
    text-transform: uppercase;
    border: 3px solid transparent !important;
    color: #ec008c !important;
    position: relative;
    z-index: 1;
}

.ui-widget-content tbody .ui-datepicker-days-cell-over > .ui-state-active:before {
    display: none;
}

.ui-widget-content tbody .ui-datepicker-days-cell-over.ui-datepicker-current-day > .ui-state-active:before {
    display: none;
}

.ui-widget-content tbody .ui-datepicker-days-cell-over.ui-datepicker-current-day > a.ui-state-hover:before {
    display: inline-block;
}

.ui-widget-content tbody .ui-datepicker-days-cell-over.ui-datepicker-today > .ui-state-default:before {
    content: "TODAY";
    font-family: 'Gotham Rounded Book', sans-serif;
    color: #ec008c;
    display: inline-block;
    /*padding-left: 7px;*/
    border: 3px solid transparent !important;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-content tbody .ui-datepicker-days-cell-over.ui-datepicker-today > .ui-state-active:before,
.ui-widget-content tbody .ui-datepicker-days-cell-over > .ui-state-active:before {
    border: 3px solid #17ef00 !important;
    color: #17ef00 !important;
    font-family: 'Gotham Rounded Bold', sans-serif;
    top: -3px;
    left: -3px;
    width: 104%;
    height: 107%;
}

.ui-widget-content tbody .ui-datepicker-days-cell-over.ui-datepicker-today.ui-state-disabled > .ui-state-default:before {
    color: rgba(236, 0, 140, 0.5);
}

.ui-widget-header .ui-icon {
    background-image: none !important;
    text-indent: 0 !important;
    overflow: visible !important;
    color: #ec008c;
    left: 0 !important;
    margin-left: 0 !important;
    width: auto;
    height: auto;
}

.ui-widget-header .ui-corner-all {
    cursor: pointer;
    font-family: 'Gotham Rounded Medium', sans-serif;
    top: 0 !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 0 !important;
    width: 15% !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 30px !important;
    width: 20% !important;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
    opacity: 0 !important;
}

.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus {
    border: 0 !important;
    background: transparent !important;
    font-family: 'Gotham Rounded Medium', sans-serif;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 0 !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 30px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 0 !important;
}

.ui-widget-header .ui-datepicker-next .ui-icon:before {
    content: "NEXT MONTH";
    font-family: 'Gotham Rounded Medium', sans-serif;
    display: inline-block;
    text-decoration: underline;
    margin-right: 10px;
}

.ui-widget-header .ui-datepicker-prev .ui-icon:after {
    content: "PREVIOUS MONTH";
    font-family: 'Gotham Rounded Medium', sans-serif;
    display: inline-block;
    text-decoration: underline;
    margin-left: 10px;

}

.ui-widget-header .ui-corner-all .curr {
    visibility: hidden;
}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 25px;
}

.container--book-online .check-item[data-book="bookDate"] .available-list li:before {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    background: #414042;
    border-radius: 50%;
    margin-right: 15px;
}

.container--book-online .check-item[data-book="bookDate"] .available-list li {
    font-size: 0.938rem;
}

.container--book-online .check-item.check--date .title {
    font-size: 1.25rem;
}

.container--book-online .check-item[data-book="bookSlots"] .day-calendar li {
    color: #ec008c;
    font-family: 'Gotham Rounded Bold', sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0 20px;
}

.container--book-online .check-item[data-book="bookSlots"] .day-calendar li.current-date {
    color: #ffffff;
    border-left: 1px solid #ec008c;
    border-right: 1px solid #ec008c;
}

.container--book-online .check-item[data-book="bookSlots"] .day-calendar li:first-child {
    padding-left: 0;
}

.container--book-online .check-item[data-book="bookSlots"] .day-calendar li:last-child {
    padding-right: 0;
}

.container--book-online .check-item[data-book="bookSlots"] .day-calendar li.date-arrow span {
    display: inline-block;
    cursor: pointer;
}

.container--book-online .check-item[data-book="bookSlots"] .day-calendar li.prev-date span:before,
.container--book-online .check-item[data-book="bookSlots"] .day-calendar li.next-date span:after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-weight: bold;
    font-size: 1.25rem;
}

.container--book-online .check-item[data-book="bookSlots"] .day-calendar li.next-date span:after {
    margin-left: 7px;
    content: "\f105";
}

.container--book-online .check-item[data-book="bookSlots"] .day-calendar li.prev-date span:before {
    margin-right: 7px;
    content: "\f104";
}

.container--book-online .check-item[data-book="bookSlots"] .day-calendar li.date-arrow span.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.container--book-online .check-item[data-book="bookSlots"] .available-list li:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #ec008c;
    border-radius: 50%;
    margin-right: 10px;
}

.container--book-online .check-item[data-book="bookSlots"] .available-list li:first-child {
    margin-right: 40px;
}

.container--book-online .check-item[data-book="bookSlots"] .available-list li {
    font-size: 0.878rem;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li {
    width: 48%;
    border-bottom: 1px solid #fff;
    padding: 14px 20px;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li:first-child,
.container--book-online .check-item[data-book="bookSlots"] .slots-content li:nth-child(2) {
    border-top: 1px solid #fff;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li .time {
    font-size: 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li .limited-txt {
    margin-left: 17px;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li .limited-txt span {
    vertical-align: sub;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li .book-btn {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li.book-unavailable .limited-txt {
    display: none;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li .book-btn,
.container--book-online .check-item.check--customer .customer-detail input#payment-btn {
    font-size: 0.979rem;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    max-width: 170px;
    background-color: #ec008c;
    border-radius: 50px;
    line-height: 38px;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li.book-unavailable,
.container--book-online .check-item[data-book="bookSlots"] .available-list li:first-child:before {
    opacity: 0.5;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li.book-unavailable .book-btn {
    cursor: default;
}

.container--book-online .check-item[data-book="bookSlots"] .slots-content li.load-list {
    border: 0;
    margin: auto;
}

.container--book-online .book-online-item.booking-calendar .title[data-name] .book-date {
    font-family: 'Gotham Rounded Bold', sans-serif;
}

.container--book-online .check-item.check--customer .customer-detail input {
    outline: none;
    color: #ec008c;
    padding: 20px 30px;
    background: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    width: 100%;
}

.container--book-online .check-item.check--customer .customer-detail select {
    padding: 20px 30px;
    height: 70px;
    background: #231f20;
    border: 1px solid #fff;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    font-size: 1.25rem;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-indent: 1px;
    background-image: url(img/booking/down-arrow.png);
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    background-position: center right;
    background-repeat: no-repeat;
}

.container--book-online .check-item.check--customer .customer-detail .form-inline input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-family: 'Gotham Rounded Book', sans-serif;
}

.container--book-online .check-item.check--customer .customer-detail .form-inline input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-family: 'Gotham Rounded Book', sans-serif;
}

.container--book-online .check-item.check--customer .customer-detail .form-inline input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-family: 'Gotham Rounded Book', sans-serif;
}

.container--book-online .check-item.check--customer .customer-detail .form-inline input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-family: 'Gotham Rounded Book', sans-serif;
}

.container--book-online .check-item.check--customer .customer-detail #cancel-coupon {
    text-decoration: underline;
    font-size: 0.908rem;
}

.container--book-online .check-item .customer-detail .booking-btn,
.container--book-online .check-item.check--customer .customer-detail input#payment-btn {
    border: 0;
    line-height: 1;
    font-size: 0.908rem;
    max-width: 190px;
    padding: 15px;
    outline: none;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #ec008c;
    border-radius: 50px;
    text-transform: uppercase;
}

.container--book-online .check-item .customer-detail #apply-coupon {
    max-width: 145px;
}

.container--book-online .check-item.check--customer .customer-detail input#payment-btn {
    padding: 20px;
    margin-top: 15px;
}

.container--book-online .check-item.check--customer .customer-detail .total-amount span:last-child {
    font-size: 4.452rem;
}

.container--book-online .check-item.check--customer .customer-detail .total-amount span:first-child {
    font-size: 1.979rem;
    vertical-align: baseline;
}

.container--book-online .check-item.check--customer .customer-detail .form-inline input {
    font-family: 'Gotham Rounded Bold', sans-serif;
    box-shadow: none;
}

.container--book-online .check-item.check--customer .customer-detail .form-inline {
    position: relative;
    padding-bottom: 1.5rem;
}

/*.container--book-online .check-item.check--customer .customer-detail .form-inline span {
    font-size: 1rem;
    margin-top: 5px;
}*/

.container--book-online .check-item.check--customer .customer-detail .error {
    display: none;
    position: absolute;
    bottom: 0;
    font-size: 0.875rem;
}

.container--book-online .check-item.check--customer .customer-detail .error.tymessage {
    line-height: 1;
}

.container--book-online .check-item.check--customer .customer-detail .form-inline.pb-20 {
    padding-bottom: 1.875rem;
}

.container--book-online .check-item.check--customer .customer-detail .form-inline.pb-20 .error.errorCode {
    bottom: 8px;
}

.container--book-online .check-item.check--customer .customer-detail .form-inline input:focus {
    border: 1px solid #ec008c;
    outline: none;
}

.container--book-online .check-item.check--customer .customer-detail input[type="checkbox"] {
    display: none;
}

.container--book-online .check-item.check--customer .customer-detail input[type="checkbox"] + label {
    color: #fff;
    margin-bottom: 0;
}

.container--book-online .check-item.check--customer .customer-detail .terms-link {
    cursor: pointer;
}

.container--book-online .check-item.check--customer .customer-detail input[type="checkbox"] + label span {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
}

.container--book-online .check-item.check--customer .customer-detail input[type="checkbox"]:checked + label span {
    background: url('img/booking/checkbox-icon-checked.png') no-repeat center;
    background-size: 22px auto;
}

.container--book-online .container-inner.booking-final .font-20 {
    font-size: 1.25rem;
}

.container--book-online .check-item[data-book="bookConfirm"] {
    font-size: 1.25rem;
}

.container--book-online .check-item[data-book="bookConfirm"] .confirm-detail {
    padding: 0 40px 30px;
}

.container--book-online .check-item[data-book="bookConfirm"] .form-box {
    padding-top: 38px;
}

.container--book-online .check-item[data-book="bookConfirm"] .form-box input {
    font-size: 1.25rem;
}

.container--book-online .check-item[data-book="bookConfirm"] .confirm-detail > p > span {
    cursor: pointer;
}

.container--book-online .check-item[data-book="bookConfirm"] .confirm-detail p span i {
    font-size: 15px;
    height: 14px;
    width: 14px;
}

.container--book-online .check-item[data-book="bookPlay"] .proceed-btn {
    margin-left: 0;
    margin-bottom: 75px;
}

.carousel-2 .btn-booking {
    font-size: 1.4375rem;
    width: 216px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 0;
}

.carousel-2 .carousel-indicators li {
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-2 .carousel-caption {
    max-width: 420px;
    left: 14.5%;
    line-height: 1.2;
    padding: 0;
    top: auto;
    text-align: left;
}

.carousel-2 .carousel-caption,
.carousel-indicators {
    bottom: 90px;
}

.carousel-2 .carousel-caption .heading {
    margin-bottom: 10px;
}

.carousel-2 .carousel-caption .info {
    margin-bottom: 75px;
}

.carousel-indicators li {
    background: transparent !important;
    border: 3px solid #17ef00;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 25px;
    height: 27px !important;
    width: 27px !important;
}

.carousel-indicators li.active {
    background: transparent;
    height: 47px !important;
    width: 47px !important;
}

.container--social .subheading {
    margin-bottom: 75px;
}

.container--social_top {
    margin-bottom: 100px;
}

.container--social {
    padding: 90px 0 85px;
}

.social-col .img-outer {
    height: 275px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.my-3 .container {
    padding: 90px 55px 80px;
}

.my-3 .carousel-inner .carousel-item-right.active,
.my-3 .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
}

.my-3 .carousel-inner .carousel-item-left.active,
.my-3 .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%)
}

.my-3 .carousel-inner .carousel-item-right,
.my-3 .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.my-3 .col-4 {
    border-radius: 40px;
    padding: 30px;
    float: left;
    height: 285px;
    margin: 0 10px;
    width: auto;
    max-width: 330px;
}

.my-3 .subheading {
    margin-bottom: 90px;
}

.my-3 .carousel-inner {
    margin-bottom: 70px;
}

.page-container.my-3.review-box {
    margin: 0 !important;
}

.stars-outer .fa {
    color: #ffd400;
    margin: 0 10px;
}

.stars-outer .fa:first-child {
    margin-left: 0;
}

.stars-outer .fa:last-child {
    margin-right: 0;
}

.stars-outer .fa.disabled {
    color: #fff;
}

#recipeSlickBooking .col-4.slick-slide.slick-current:focus {
    outline: none;
}

.carousel-3-indicators li {
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 1.4375rem;
    height: 30px;
    width: 30px;
}

.carousel-3-indicators li.active {
    border-color: #ec008c;
}

.col-4 .quote {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.my-3 .carousel-control-next,
.my-3 .carousel-control-prev {
    border: 2px solid #ec008c;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    opacity: 1;
    color: #ec008c;
    top: 0;
    bottom: 0;
    margin: auto;
}

.my-3 .carousel-control-next-icon,
.my-3 .carousel-control-prev-icon {
    background-image: none;
    height: auto;
    width: auto;
}

.my-3 .carousel-control-next-icon .fa,
.my-3 .carousel-control-prev-icon .fa {
    font-size: 2.125rem;
}

.my-3 .carousel-control-next {
    right: -55px;
}

.my-3 .carousel-control-prev {
    left: -55px;
}

.my-3 {
    margin: 0 auto !important;
}

.partenrs-list li {
    margin-bottom: 90px;
}

.container--footer-top {
    border-bottom: 3px solid #ec008c;
}

.container--footer,
.container--footer-top .heading {
    font-size: 1.25rem;
}

.container--footer a {
    color: #231f20;
    text-decoration: underline;
}

.container--footer.bg-black a {
    color: #fff;
}

.social-links {
    padding-top: 20px;
}

.social-links a {
    color: #fff;
    margin-right: 25px;
}

.social-media li {
    margin-right: 30px;
}

.social-media .fa,
.carousel-2 .carousel-caption .info {
    font-size: 1.875rem;
}

.container--footer-bottom {
    padding: 80px 0 70px;
}

.container--footer-top {
    padding-top: 60px;
}

.container--footer-top .heading {
    margin-bottom: 60px;
}

.container--footer nav li {
    margin-bottom: 5px;
}

.map {
    margin-bottom: 30px;
}

footer .widget, .widget {
    list-style: none;
}

#menu-footer-menu {
    list-style: none;
    padding-left: 0;
}

.slide {
    width: 100%;
}

.slide ul, .slide img {
    width: 100%;
    padding: 0;
}

.slide ul li {
    width: 100%;
    list-style: none;
}

.working-hours p {
    padding-right: 20px;
}

.container.page-container.text-center.p-0.my-3.bg-pink-light {
    margin-top: 0 !important;
}

.container.page-container.text-center.p-0.my-3.bg-pink-light {
    margin-bottom: 0 !important
}

.custom-post-image {
    max-width: 650px;
}

.slick-prev {
    left: -55px !important;
}

.slick-next {
    right: -55px !important;
}

.slick-prev,
.slick-next,
.carousel-control-next, .carousel-control-prev {
    border: 2px solid #ec008c !important;
    border-radius: 50% !important;
    height: 38px !important;
    line-height: 38px !important;
    width: 38px !important;
}

.slick-prev, .slick-next {
    top: 40% !important;
}

.slick-prev:before,
.slick-next:before,
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    font-family: "FontAwesome" !important;
    opacity: 1 !important;
    color: #ec008c !important;
    font-size: 40px !important;
    line-height: 0.8 !important;
}

.slick-prev:before {
    content: '\f104' !important;
}

.slick-next:before {
    content: '\f105' !important;
}

.slick-dots li button {
    border: 1px solid transparent !important;
    border-radius: 50% !important;
    color: #ec008c !important;
    font-size: 1.4375rem !important;
    font-family: 'Gotham Rounded Medium', sans-serif !important;
    height: 32px !important;
    line-height: 28px !important;
    padding: 0 !important;
    width: 32px !important;
}

.slick-dots li.slick-active button {
    border-color: #ec008c !important;
}

#recipeSlickBooking .slick-dots li button {
    color: #fff !important;
}

#recipeSlickBooking .slick-dots li.slick-active button {
    border-color: #fff !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: transparent !important;
}

.slick-track {
    margin-bottom: 70px !important;
}

.slick-dots li {
    margin: 0 7px;
}

.col-4.slick-slide {
    border: 2px solid transparent;
    box-sizing: border-box;
}

.col-4.slick-slide.slick-current {
    border-color: #ec008c;
}

.col-4.slick-slide {
    background-color: transparent;
}

#recipeSlickBooking .col-4.slick-slide.slick-current {
    border-color: #fff;
}

#recipeSlickBooking .col-4.slick-slide h2 {
    font-size: 1.831rem;
}

.dropdown-toggle::after {
    display: none !important;
}

#page-corporates .container--header-img {
    background-size: cover;
    height: 650px;
}

.post-type-archive-experience .container--header-img .btn-booking,
.single-experience .container--header-img .btn-booking {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
}

.container--info-only {
    padding: 88px 15px 125px;
}

.container--info-only .info-left,
.section-info-experience .info-left {
    max-width: 665px;
}

.container--info-only .info-right,
.section-info-experience .info-right {
    max-width: 380px;
}

.section-form-left {
    max-width: 568px;
}

.section-form-right {
    max-width: 500px;
}

.section-form-right .form-control:not(textarea),
.section-form-right .btn-submit {
    height: 55px;
}

.section-form-right .form-control,
.section-form-right .btn-submit {
    border: 2px solid #fff;
    border-radius: 28px;
}

.section-form-right .form-control {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.section-form-right .form-control:focus {
    box-shadow: 0 0 0 0.05rem rgba(23, 239, 0, .4);
    border-color: transparent;
}

.section-form-right .btn-submit {
    cursor: pointer;
}

.section-form-right .btn-submit:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 239, 0, .4);
}

.section-form-right textarea {
    padding-top: 1rem;
    padding-bottom: 1rem;
    resize: none;
}

.section-form-right .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ec008c;
}

.section-form-right .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #ec008c;
}

.section-form-right .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #ec008c;
}

.section-form-right .form-control:-moz-placeholder { /* Firefox 18- */
    color: #ec008c;
}

.section-form-right .form-group.select-box label {
    width: 100%;
    color: #ec008c;
}

.section-form-right .form-group.select-box label select {
    margin-top: 5px;
}

.section-form-right .form-group.row.select-box {
    margin-bottom: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 150px !important;
}

.heading.font-bold a {
    color: white !important
}

.homepage-hero-module {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0 !important;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0;
    left: 0;
    height: 730px;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.video-container video {
    position: relative;
    z-index: 0;
    bottom: 0;
}

.video-container video.fillWidth {
    width: 100%;
}

.widget.widget_text iframe {
    width: 100%;
}

span.wpcf7-not-valid-tip {
    padding-left: 1.2rem;
}

/**
 **
 * EXPERIENCE PAGE TEMPLATE
 **
 **/

header#experience-header .main-menu a {
    color: #fff;
}

header#experience-header .menu-item.current_page_item a {
    color: #ec008c;
}

.btn-booking.menu-item a,
.btn-booking.menu-item.current_page_item a {
    color: #fff;
}

body.post-type-archive-experience.admin-bar header .navbar-slider,
body.single-experience.admin-bar header .navbar-slider {
    top: 32px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none !important;
}

.carousel-control-next,
.carousel-control-prev,
.experience-slider .slick-prev,
.experience-slider .slick-next {
    border: 4px solid #ec008c !important;
    border-radius: 50% !important;
    height: 74px !important;
    line-height: 1;
    width: 74px !important;
    opacity: 1 !important;
    justify-content: center !important;
    margin: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 25px !important;
    height: 42px !important;
}

.experience-slider .slick-prev:before,
.experience-slider .slick-next:before,
.carousel-control-next-icon:before,
.carousel-control-prev-icon:before {
    font-size: 3.25rem !important;
    line-height: 1.25 !important;
}

.carousel-control-prev {
    left: 15px;
}

.carousel-control-next {
    right: 15px !important;
}

.experience-slider--back-btn-container{
    position: absolute;
    top:170px;
}
.experience-slider--back-btn,
.experience-slider--back-btn:hover,
.experience-slider--back-btn:active,
.experience-slider--back-btn:focus{
    color: #ffffff;
}


.experience-slider .experience-title h3 {
    color: #ec008c;
}

.experience-slider .experience-title h3,
.experience-slider .experience-title p {
    font-size: 2rem;
}

.experience-slider .experience-title p {
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.experience-slider .page-container--inner .carousel-indicators {
    bottom: 37px;
    margin-bottom: 0;
}

.experience-slider .slick-dots li button,
.experience-slider .carousel-indicators li,
.experience-slider .page-container--inner .carousel-indicators li {
    border: 4px solid #fff !important;
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;
}

.experience-slider .slick-dots li button {
    border: 4px solid #ec008c !important;
    font-size: 0 !important;
}

.experience-slider .page-container--inner .carousel-indicators li.active {
    background-color: #fff !important;
}

.experience-slider ul.slick-dots,
.experience-slider .carousel-indicators {
    height: 24px;
    bottom: -250px;
    margin: 0;
}

.experience-slider ul.slick-dots {
    top: 950px;
}

body.home .experience-slider ul.slick-dots {
    top: 100%;
}

.experience-slider .slick-slider .slick-track,
body.post-type-archive-experience .slick-slider .slick-list,
body.single-experience .slick-slider .slick-list {
    background-color: #000;
}

.experience-slider .carousel-indicators li,
.experience-slider ul.slick-dots li {
    border: 4px solid #ec008c !important;
}

.experience-slider ul.slick-dots li {
    margin: 0 3px !important;
    width: 24px !important;
    height: 24px !important;
    border: 0 !important;
}

.experience-slider .slick-dots li.slick-active button,
.experience-slider .carousel-indicators li.active {
    background-color: #ec008c !important;
}

.slider-img,
.slider-img-btm {
    height: 732px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider-img-btm {
    height: 510px;
}

.slider-img {
    background-position: top;
}

.experience-slider .experience-title {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 20px;
}

.experience-slider .container--info {
    padding-top: 0;
    padding-bottom: 45px;
    margin-bottom: -1px;
}

.experience-slider .container--info .section-info {
    color: #fff;
}

.experience-slider .container--info .section-info .view-txt {
    font-size: 1.625rem;
    padding-bottom: 22px;
}

.experience-slider .container--info .section-info .view-txt a {
    color: #ec008c;
    text-decoration: underline;
}

.experience-slider .container--info .section-info .btn-virivr {
    margin-bottom: 90px;
}

.experience-slider .container--info .section-info .info {
    margin-top: 90px;
    line-height: 1.25;
}

body.single-experience .experience-slider .container--info .section-info .info {
    margin-top: 0;
    padding-top: 20px;
}

body.single-experience .experience-slider .container--info .section-info .btn-virivr {
    margin-bottom: 0;
    margin-top: 40px;
    max-width: 355px;
    padding: 10px 0;
}

.rating-row .rates-field.stars i {
    margin-right: 8px;
}

.rating-row .rates-field p {
    font-family: 'Gotham Rounded Bold', sans-serif;
}

.rating-row .rates-field p:first-child {
    font-size: 1.25rem;
    color: #ec008c;
}

.rating-row .rates-field p:first-child img {
    margin-right: 17px;
}

.row.rating-row {
    padding-top: 45px;
}

.row.rating-row .rates-field p:last-child {
    font-size: 3.792rem;
}

.row.rating-row .rates-field.stars i {
    font-size: 1.875rem;
}

.row.rating-row .rates-field.stars p:last-child {
    line-height: 1;
}

.section-info-experience {
    padding-top: 15px;
}

.section-info-experience .info-right {
    width: 100%;
}

.section-info-experience .info-left {
    color: #fff;
}

#experience-header .navbar-light .navbar-toggler span{
    background: #fff;
}

.racing--container.my-3 {
    margin: 0 !important;
}

body.post-type-archive-experience .my-3 .subheading,
body.single-experience .my-3 .subheading {
    font-size: 1.875rem;
}

.racing--container.my-3 .container {
    padding: 65px 55px 95px;
    margin-bottom: -1px;
}

.faq_item {
    border: none;
    margin-bottom: 10px;
}

.faq_q {
    background: transparent;
    color: #ec008c;
    font-size: 1.5rem;
    padding-left: 0;
}

.faq_q:focus {
    box-shadow: none;
}

.experience-slider .slick-next {
    right: 0 !important;
}

.experience-slider .slick-prev {
    left: 0 !important;
    z-index: 999;
}

.experience-slider .slick-prev,
.experience-slider .slick-next {
    position: fixed;
    top: 335px !important;
    z-index: 999;
}

body.home .experience-slider .slick-prev,
body.home .experience-slider .slick-next {
    position: absolute;
    top: 58% !important;
}

body.home .experience-slider .slick-prev {
    left: 0 !important;
}

body.home .experience-slider .slick-next {
    right: 0 !important;
}

.experience-slider .slick-next:after {
    content: "Next Experience";
    display: inline-block;
    position: absolute;
    width: 110px;
    right: 90px;
    color: #ec008c;
    font-size: 16px;
    bottom: 15%;
    font-family: 'Gotham Rounded Medium', sans-serif;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: right;
}

body.home .experience-slider .carousel-indicators {
    bottom: -53%;
}

body.home .experience-slider {
    padding-bottom: 100px;
    background-color: #000;
}

.experience-slider .slick-dotted.slick-slider,
.experience-slider .slick-track {
    margin-bottom: 0 !important;
}

.experience-slider .slick-slide {
    outline: none;
}

.slick-slider {
    margin-bottom: -1px;
}

.book-online-item {
    width: 100%;
    cursor: pointer;
}

.book-online-item #daterange {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
}

body.home h1.heding.text-uppercase.txt-pink.font-bold.text-center.mb-3.d-none.d-md-block{
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    margin-bottom: 0!important;
    padding: 15px;
}
body.home h2.heading,
body.home h2.subheading {
    font-size: 1.5rem;
}

body.home .page-container.my-3.review-box h2.heading,
body.home .page-container.my-3.review-box h3.subheading {
    font-size: 1.875rem;
}

body.home .container--info.bg-black {
    padding-top: 0;
    padding-bottom: 125px;
}

body.home .container--info.racing-info.bg-black {
    padding-bottom: 40px;
}

body.home .booking-btn u {
    font-size: 1.625rem;
}

body.home .slider-img {
    background-position: center 22%;
    height: 650px;
}

body.home .section-info article {
    margin-bottom: 30px;
}

.link-box .btn-virivr {
    font-size: 1.375rem;
}

#navbar-fullscreen i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    visibility: hidden;
}

#navbar-fullscreen .viri-screen-maximize {
    background-image: url("img/icons8-full-screen-50.png");
    position: absolute;
    right: 0;
}

#navbar-fullscreen .viri-screen-minimize {
    background-image: url("img/icons8-normal-screen-50.png");
    position: absolute;
    right: 0;
}

/* template-waiver */
#register,#thankyou,#videoplay{
    display: none;
}
/* Style the video: 100% width and height to cover the entire window */
#waiverVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.page-template-template-waiver header,
.page-template-template-waiver footer {
    display: none;
}

.page-template-template-waiver .app-logo-center {
    text-align: center;
}

.page-template-template-waiver #fb-root {
    display: none;
}

.page-template-template-waiver .container--info-only {
    padding: 30px 15px 50px;
}

.page-template-template-waiver,.page-template-template-waiver-login, .bg-dark {
    background-color: #231f20 !important;
}

.page-template-template-waiver .text-center {
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.page-template-template-waiver-login .bg-dark,
.page-template-template-waiver-results-login .bg-dark{
    text-align: center;
    min-height: 100vh;
    color: #ffffff;
}
.page-template-template-waiver .form-group.text-center{
    flex-direction: column;
}
.page-template-template-waiver .bg-dark {
    min-height: 100%;
}

.row.welcome-screen.text-center {
    padding-top: 195px;
}

.page-template-template-waiver .dotted-bottom {
    border-bottom: 2px dotted;
    padding-bottom: 35px;
    padding-top: 20px;
}

.page-template-template-waiver p.dotted-bottom {
    padding-bottom: 60px;
}

.page-template-template-waiver p.form-top {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-template-template-waiver .form-group.row.dotted-bottom {
    margin-left: 0;
    margin-right: 0;
}

.page-template-template-waiver .col-sm-6.p-left-0 {
    padding-left: 0px;
}

.page-template-template-waiver .col-sm-6.p-right-0 {
    padding-right: 0px;
}

.page-template-template-waiver input.form-input,.page-template-template-waiver-login input.form-input ,
.page-template-template-waiver input.form-input,.page-template-template-waiver-results-login input.form-input {
    background: transparent;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
}

.page-template-template-waiver-login input.form-input ,
.page-template-template-waiver-results-login input.form-input {
    width: 50%;
}

.page-template-template-waiver input.form-input::-webkit-input-placeholder,.page-template-template-waiver-login input.form-input::-webkit-input-placeholder,.page-template-template-waiver-results-login input.form-input::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
    color: #fff;
}

.page-template-template-waiver input.form-input::-moz-placeholder,
.page-template-template-waiver-login input.form-input::-moz-placeholder,
.page-template-template-waiver-results-login input.form-input::-moz-placeholder,
.page-template-template-waiver input.form-input:-ms-input-placeholder,
.page-template-template-waiver-login input.form-input:-ms-input-placeholder,
.page-template-template-waiver-results-login input.form-input:-ms-input-placeholder,
.page-template-template-waiver input.form-input:-moz-placeholder,
.page-template-template-waiver-login input.form-input:-moz-placeholder ,
.page-template-template-waiver-results-login input.form-input:-moz-placeholder {
    color: #fff;
}

.page-template-template-waiver input.form-input:focus, .page-template-template-waiver input.form-input:active,
.page-template-template-waiver-login input.form-input:focus, .page-template-template-waiver-login input.form-input:active,
.page-template-template-waiver-results-login input.form-input:focus, .page-template-template-waiver-results-login input.form-input:active {
    border-color: #ec008c;
    color: #ec008c;
    outline: none;
}

.page-template-template-waiver input.form-input:focus::-webkit-input-placeholder,
.page-template-template-waiver input.form-input:active::-webkit-input-placeholder{
    color: #ec008c;
}
.page-template-template-waiver input.form-input:focus::-moz-placeholder,
.page-template-template-waiver input.form-input:active::-moz-placeholder{
    color: #ec008c;
}
.page-template-template-waiver input.form-input:active:-ms-input-placeholder,
.page-template-template-waiver input.form-input:focus:-ms-input-placeholder{
    color: #ec008c;
}
.page-template-template-waiver input.form-input:focus:-moz-placeholder,
.page-template-template-waiver input.form-input:active:-moz-placeholder {
    color: #ec008c;
}
.page-template-template-waiver-login input.form-input:focus::-webkit-input-placeholder,
.page-template-template-waiver-results-login input.form-input:focus::-webkit-input-placeholder,
.page-template-template-waiver-login input.form-input:active::-webkit-input-placeholder,
.page-template-template-waiver-results-login input.form-input:active::-webkit-input-placeholder{
    color: #ec008c;
}
.page-template-template-waiver-login input.form-input:focus::-moz-placeholder,
.page-template-template-waiver-results-login input.form-input:focus::-moz-placeholder,
.page-template-template-waiver-login input.form-input:active::-moz-placeholder,
.page-template-template-waiver-results-login input.form-input:active::-moz-placeholder{
    color: #ec008c;
}
.page-template-template-waiver-login input.form-input:active:-ms-input-placeholder,
.page-template-template-waiver-results-login input.form-input:active:-ms-input-placeholder,
.page-template-template-waiver-login input.form-input:focus:-ms-input-placeholder,
.page-template-template-waiver-results-login input.form-input:focus:-ms-input-placeholder{
    color: #ec008c;
}
.page-template-template-waiver-login input.form-input:focus:-moz-placeholder,
.page-template-template-waiver-results-login input.form-input:focus:-moz-placeholder,
.page-template-template-waiver-login input.form-input:active:-moz-placeholder ,
.page-template-template-waiver-results-login input.form-input:active:-moz-placeholder {
    color: #ec008c;
}

.page-template-template-waiver .new-player{
    margin: 0 auto;
    color: #ec008c;
    text-decoration: underline;
}

#user-4,#user-5,#user-6{
    display: none;
}

/* Customize the label (the container) */
.page-template-template-waiver-login .check_container,
.page-template-template-waiver-results-login .check_container,
.page-template-template-waiver .check_container {
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-template-template-waiver-login .field-group.check,
.page-template-template-waiver-results-login .field-group.check{
    width: 155px;
    margin: 15px auto;
}

/* Hide the browser's default checkbox */
.page-template-template-waiver-login .check_container input,
.page-template-template-waiver-results-login .check_container input, .page-template-template-waiver .check_container input {
    position: absolute;
    cursor: pointer;
    height: 1px;
    width: 1px;
    left: 12px;
}

/* Create a custom checkbox */
.page-template-template-waiver-login .checkmark,
.page-template-template-waiver-results-login .checkmark,
.page-template-template-waiver .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #fff;
}

/* On mouse-over, add a grey background color */
.page-template-template-waiver-login .check_container:hover input ~ .checkmark,
.page-template-template-waiver-results-login .check_container:hover input ~ .checkmark,
.page-template-template-waiver .check_container:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.page-template-template-waiver-login .check_container input:checked ~ .checkmark,
.page-template-template-waiver-results-login .check_container input:checked ~ .checkmark,
.page-template-template-waiver .check_container input:checked ~ .checkmark {
    background-color: #ec008c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.page-template-template-waiver-login .checkmark:after,
.page-template-template-waiver-results-login .checkmark:after,
.page-template-template-waiver .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.page-template-template-waiver-login .check_container input:checked ~ .checkmark:after,
.page-template-template-waiver-results-login .check_container input:checked ~ .checkmark:after,
.page-template-template-waiver .check_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.page-template-template-waiver-login .check_container .checkmark:after,
.page-template-template-waiver-results-login .check_container .checkmark:after,
.page-template-template-waiver .check_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-template-template-waiver .m-t-30{
    margin-top: 30px;
}

.page-template-template-waiver .m-b-70{
    padding-bottom: 70px;
    margin-bottom: 0px;
}

.page-template-template-waiver form{
    margin-bottom: 0px;
}
.page-template-template-waiver form p.form-error {
    color: red;
}
.page-template-template-waiver .animation {
    width: 70px;
    margin: 60px auto;
}
.page-template-template-waiver .animation.thy {
    margin: 90px auto 45px;
}

/* width */
::-webkit-scrollbar {
    width: 20px;
}
body.page-template-template-waiver.logged-in {
    margin-top: -32px!important;
}
/* Track */
.page-template-template-waiver section#register{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 75%;
}

.page-template-template-waiver section#register::-webkit-scrollbar-track {
    border-radius: 15px;
    width: 35px;
    background-color: transparent;
}
.page-template-template-waiver section#register::-webkit-scrollbar {
    width: 35px;
    background-color: transparent;
}


.page-template-template-waiver section#register::-webkit-scrollbar-thumb {
    border-radius: 35px;
    height: 60px;
    background-color: transparent;
    background-image: url("img/scroll.png");
    background-repeat: no-repeat;
}


/* Handle on hover */
.page-template-template-waiver section#register::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}



:-webkit-full-screen {
    /* properties */
}

:-moz-full-screen {
    /* properties */
}

:-ms-fullscreen {
    /* properties */
}

:full-screen { /*pre-spec */
    /* properties */
}

:fullscreen { /* spec */
    /* properties */
}

/* deeper elements */
:-webkit-full-screen video {
    width: 100%;
    height: 100%;
}

/* styling the backdrop*/
::backdrop {
    /* properties */
}

::-ms-backdrop {
    /* properties */
}

/* End template-waiver */

/*** Common Styles ***/

.ta-c, .heading-primary--small, .heading-primary--big, .heading-subtext--white-big {
    text-align: center;
}

.c-fff, .heading-subtext-white {
    color: #fff;
}

.c-primary {
    color: #ec008c;
}

.fz-14 {
    font-size: 0.875rem;
}

.mb-small, .archive-experience__container .heading-primary--big {
    margin-bottom: 25px;
}

.mb-medium, .archive-experience__featured-experience .heading-primary--small {
    margin-bottom: 50px;
}

.mb-big, .archive-experience__heading {
    margin-bottom: 65px;
}

.green-text {
    color: #18f000;
}

.heading-primary--big, .single-experience .experience-title {
    font-family: 'Gotham Rounded Bold';
    font-size: 2.25rem;
    line-height: 1;
    text-transform: uppercase;
    color: #ec008c;
}

.heading-primary--big {
    margin-bottom: 25px;
}

.heading-white--medium {
    font-size: 1.875rem;
    color: #fff;
    font-family: 'Gotham Rounded Bold';
    text-transform: uppercase;
}

.heading-subtext--white-big {
    font-family: 'Gotham Rounded Book';
    font-size: 2rem;
    line-height: 1;
    color: #fff;
}

.heading-subtext--white-medium {
    font-size: 1.875rem;
    color: #fff;
    font-family: 'Gotham Rounded Medium';
}

.heading-primary--small {
    font-family: 'Gotham Rounded Bold';
    text-transform: uppercase;
    font-size: 1.3125rem;
    line-height: 1.2;
    color: #ec008c;
}

/*** Common Styles End ***/

/*** FRANCHISE Page Styles Start ***/

main.franchise-page {
    padding-top: 0!important;
}

.franchise-page__heading {
    padding-left: 15px;
    padding-right: 15px;
}

.franchise-page__heading .heading-primary--big {
    margin-bottom: 20px;
    font-size: 2.25rem!important;
}

.franchise-page__heading-subtext {
    font-family: 'Gotham Rounded Book';
    font-size: 2.25rem;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.franchise-page-content {
    width: 100%;
    max-width: 1060px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.franchise-page__heading-subtext {
    font-family: 'Gotham Rounded Book';
    font-size: 1.875rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 50px;
}

.franchise-page__heading-subtext > p {
    margin-bottom: 0;
}

.franchise-page-content .entry-content-page p {
    font-family: 'Gotham Rounded Book';
    font-size: 1.125rem;
    color: #fff;
    /*  margin-bottom: 50px;*/
}

.franchise-page-content .entry-content-page .wp-caption {
    width: 100%!important;
    text-align: center;
    margin-top: 30px;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.franchise-page-content .entry-content-page .wp-caption > img[class*="wp-image"] {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

.franchise-page-content .entry-content-page .wp-caption-text {
    color: #ec008c;
    margin-bottom: 15px;
}

.franchise-page-content .entry-content-page p.form-top-text {
    font-size: 1.25rem;
    font-family: 'Gotham Rounded Book';
    margin-bottom: 0;
    line-height: 1.2;
}

.franchise-page-content .entry-content-page p.form-top-text__first-row {
    margin-top: 110px;
}

.franchise-page-content .entry-content-page p.form-top-text strong {
    font-family: 'Gotham Rounded Bold';
}

/** Franchise Page Main Form Styles Start **/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #ec008c !important;
    background-color: transparent;!important;
}

form.wpcf7-form.invalid .page-main-form .page-main-form__row {
    align-items: flex-start;
}

/*
form.wpcf7-form.invalid .page-main-form .form-group.page-main-form__row .select-box__angle-down {
    top: 39%;
}
*/

form.wpcf7-form.invalid .select-box select.form-control[aria-invalid="true"] + .select-box__angle-down {
    top: 39%;
}

.page-main-form .page-main-form__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-main-form .page-main-form__row.page-main-form__row-baseline {
    align-items: baseline;
}

.page-main-form {
    margin-top: 45px;
    margin-bottom: 60px;
}

.page-main-form br {
    display: none;
}

.page-main-form input.form-control::-webkit-input-placeholder,
.page-main-form textarea.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
    font-family: 'Gotham Rounded Book';
}

.page-main-form input.form-control:-moz-placeholder,
.page-main-form textarea.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-family: 'Gotham Rounded Book';
}

.page-main-form input.form-control::-moz-placeholder,
.page-main-form textarea.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    font-family: 'Gotham Rounded Book';
}

.page-main-form input.form-control:-ms-input-placeholder,
.page-main-form textarea.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-family: 'Gotham Rounded Book';
}

.page-main-form input.form-control::-ms-input-placeholder,
.page-main-form textarea.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    font-family: 'Gotham Rounded Book';
}

.page-main-form input.form-control::placeholder,
.page-main-form textarea.form-control::placeholder { /* Most modern browsers support this now. */
    color: #fff;
    font-family: 'Gotham Rounded Book';
}

.page-main-form .form-control {
    padding: 15px 25px 15px 35px;
    color: #ec008c;
}

.page-main-form .form-control.fullField,
.page-main-form .form-group.page-main-form__row select.form-control.fullField {
    border-color: #ec008c;
}

.page-main-form .form-control:focus,
.page-main-form .form-group.page-main-form__row select.form-control.fullField {
    color: #ec008c;
}

.page-main-form input[type="submit"], .page-main-form .form-group.page-main-form__row select.form-control,
.page-main-form .form-control {
    font-size: 1.25rem;
    line-height: 1.3;
    height: 72px;
    border-radius: 45px;
}

.page-main-form input[type="submit"], .page-main-form .form-control {
    font-family: 'Gotham Rounded Bold';
}

.page-main-form .form-group.page-main-form__row select.form-control {
    font-family: 'Gotham Rounded Book';
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.page-main-form .form-group.page-main-form__row select.form-control:focus {
    box-shadow: none;
    color: #ec008c;
}

.page-main-form .form-group.page-main-form__row select.form-control option {
    color: #ec008c;
    font-family: 'Gotham Rounded Book';
}

.page-main-form .form-group.page-main-form__row select.form-control option:checked {
    color: #ec008c;
}

.page-main-form .form-group.page-main-form__row .select-box {
    position: relative;
    display: block;
}

.page-main-form .form-group.page-main-form__row .select-box__angle-down {
    background-image: url("https://virivr.com.au/wp-content/uploads/2019/03/arrow-down.png");
    width: 27px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 25px;
    pointer-events: none;
}

/*.page-main-form .form-group.page-main-form__row .pinkText + .select-box__angle-down {
    background-image: url("https://virivr.com.au/wp-content/uploads/2019/03/arrow-down-pink.png");
}*/
/*
.page-main-form .form-group.page-main-form__row .wpcf7-select:focus + .select-box__angle-down {
    background-image: url("https://virivr.com.au/wp-content/uploads/2019/03/arrow-down-pink.png");
}*/

.page-main-form input.form-control, .page-main-form .form-group.page-main-form__row select.form-control,
.page-main-form input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-main-form input.form-control, .page-main-form input.form-control:focus,
.page-main-form .form-group.page-main-form__row select.form-control:focus,
.page-main-form textarea.form-control:focus {
    border-color: #ec008c;
}

.page-main-form input.form-control, .page-main-form .form-group.page-main-form__row select.form-control, .page-main-form textarea.form-control {
    border: 1px solid #dfdfdf;
    background-color: transparent;
}

.page-main-form textarea.form-control {
    resize: none;
    height: 165px;
    border-radius: 32px;
}

.page-main-form input.form-control:focus,
.page-main-form textarea.form-control:focus {
    box-shadow: none;
}

.page-main-form input.form-control:focus-within {
    color: #ec008c;
}

.page-main-form .form-group {
    margin-bottom: 35px;
}

.page-main-form input[type="submit"] {
    background-color: #ec008c;
    color: #fff;
    padding: 15px;
    max-width: none;
    text-transform: uppercase;
}

.page-main-form .form-group {
    margin-right: 0;
    margin-left: 0;
}

.page-main-form .form-group .page-main-form__col {
    flex: 1 1 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
}

.page-main-form .form-group .page-main-form__col:last-of-type {
    margin-right: 0;
}

/** Franchise Page Main Form Styles End **/

/*** FRANCHISE Page Styles End ***/

/**  New Template SINGLE EXPERIENCE Styles **/

.single-experience-rating-stars {
    color: #ec008c;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 40px;
}

.single-experience-rating-stars .fa-star {
    margin-right: 15px;
}

.single-experience-rating-stars .fa-star:last-of-type {
    margin-right: 0;
}

.single-experience .experience-title {
    margin-bottom: 20px;
}

.single-experience .experience-title h1 {
    margin-bottom: 0;
    font-size: 2.25rem!important;
}

.single-experience .experience-title > * {
    margin-bottom: 15px;
}

.single-experience .experience-slider .container--info {
    padding-bottom: 60px;
}

/* Experience Rating Styles */

.single-experience #experience-rating.row {
    padding-top: 0;
}

.single-experience .racing-info .heading-subtext--white-big {
    margin-bottom: 120px;
}

.single-experience #experience-rating .rates-field {
    padding-left: 0;
    padding-right: 60px;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    max-width: none;
}

.single-experience #experience-rating .rates-field:last-of-type {
    padding-right: 0;
}

.single-experience #experience-rating .rates-field > p {
    line-height: 1;
}

.single-experience #experience-rating .rates-field.stars p:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-bottom: 6px;
}

.single-experience #experience-rating .rates-field.stars i {
    margin-right: 17px;
}

.single-experience #experience-rating .rates-field.stars i:last-of-type {
    margin-right: 0;
}

.single-experience #experience-rating .rates-field > p:first-of-type {
    margin-bottom: 20px;
}

.single-experience #experience-rating .rates-field > p:first-of-type > img {
    margin-right: 25px;
}

.single-experience #experience-rating .rates-field > p:nth-of-type(2) {
    margin-bottom: 0;
}

/* Experience Rating Styles End */

/*  Single Game Page Datatable Styles */

.single-game-details-container {
    margin-bottom: 60px;
}

.single-game-info-section, .single-experience #experience-rating {
    width: 100%;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.single-game-info-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.single-game-info-section__text {
    width: 60%;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.single-game-info-section__title {
    font-size: 1.25rem;
    font-family: "Gotham Rounded Bold";
    color: #ec008c;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single-game-info-section__text {
    font-size: 1rem;
    font-family: "Gotham Rounded Book";
}

.single-game-info-section__text > p {
    margin-bottom: 5px;
}

.single-game-leaderboard {
    width: 40%;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-family: 'Gotham Rounded Bold';
    color: #fff;
    margin-top: 5px;
}

.single-game-leaderboard .game-leaderboards__card-header > h5 {
    margin-bottom: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.single-game-leaderboard .game-leaderboards__card-header > h5:focus {
    outline: 0;
    box-shadow: none;
}

.single-game-leaderboard__table.table > thead {
    display: none;
}

.single-game-leaderboard .table {
    color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}

.single-game-leaderboard .game-leaderboards__table-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.single-game-leaderboard .game-leaderboards__card {
    margin-bottom: 20px;
}

.single-game-leaderboard .game-leaderboards__card,
.single-game-leaderboard .game-leaderboards__card-header {
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

.single-game-leaderboard .game-leaderboards__link {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    text-align: left;
    height: auto;
}

.single-game-leaderboard .game-leaderboards__game-name {
    white-space: pre-wrap;
}

.single-game-leaderboard .game-leaderboards__link .game-leaderboards__view-more-less {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 8px;
    border-color: transparent transparent #ec008c;
    margin-left: 15px;
    margin-top: 6px;
}

.single-game-leaderboard .game-leaderboards__link.collapsed .game-leaderboards__view-more-less {
    border-width: 8px 5.5px 0;
    border-color: #ec008c transparent transparent;
}

.single-game-leaderboard .game-leaderboards__link:hover,
.single-game-leaderboard .game-leaderboards__link:focus {
    text-decoration: none;
}

.single-game-leaderboard .game-leaderboards__card-header,
.single-game-leaderboard .game-leaderboards__card-body {
    padding: 0;
}

.game-leaderboards__accordion-section .game-leaderboards__link.collapsed {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.single-game-leaderboard .game-leaderboards__link,
.single-game-leaderboard .game-leaderboards__link.active {
    color: #ec008c;
    border-radius: 0;
}

.single-game-leaderboard .game-leaderboards__link,
.single-game-leaderboard .game-leaderboards__link.active {
    border: 0;
    border-bottom: 1px solid transparent;
}

.single-game-leaderboard .game-leaderboards__link.collapsed {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.single-game-leaderboard .game-leaderboards__accordion-section .game-leaderboards__link {
    width: 100%;
    justify-content: space-between;
    background-color: #fff;
    font-size: .8125rem;
    text-transform: uppercase;
    border-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all .3s;
}

.single-game-leaderboard .game-leaderboards__card:first-of-type .game-leaderboards__link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.single-game-leaderboard .game-leaderboards__accordion-section {
    width: 100%;
}

.single-game-leaderboard .game-leaderboards__table-title,
.single-game-leaderboard__table.table > tbody > tr > td {
    padding-left: 15px;
    padding-right: 22px;
}

.single-game-leaderboard__table.table > tbody > tr > td:last-of-type {
    width: 80px;
}

.single-game-leaderboard__table.table > tbody > tr > td:first-of-type {
    padding-right: 0;
}

.single-game-leaderboard .dataTables_wrapper {
    flex-direction: column;
}

.single-game-leaderboard .dataTables_wrapper > .row:first-of-type {
    height: 0;
}

.single-game-leaderboard .dataTables_wrapper > .row:last-of-type > div[class*="col"]:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.single-game-leaderboard .dataTables_wrapper > .row {
    width: 100%;
}

.single-game-leaderboard .dataTables_wrapper > .row > div[class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

.single-game-leaderboard__table.dataTable {
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0!important;
    margin-bottom: 25px!important;
}

.single-game-leaderboard__table.table > tbody > tr > td {
    padding-bottom: 5px;
    padding-top: 5px;
    height: 35px;
    vertical-align: middle;
    box-sizing: border-box;
    border-top-width: 0;
    border-right: 1px solid #ec008c;
    border-bottom: 1px solid #ec008c;
}

.single-game-leaderboard__table.table > tbody > tr:first-child > td {
    border-top: 1px solid #ec008c;
}

.single-game-leaderboard__table.table > tbody > tr > td:first-child {
    border-left: 1px solid #ec008c;
}

.single-game-leaderboard__table.table > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 15px;
}

.single-game-leaderboard__table.table > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 15px;
}

.single-game-leaderboard .dataTables_wrapper > .row:last-of-type .paginate_numbers {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-game-leaderboard .dataTables_wrapper .paginate_number {
    font-size: 0.75rem;
    font-family: 'Gotham Rounded Medium';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.single-game-leaderboard .dataTables_wrapper .paginate_number[active="true"] {
    background-color: #ec008c;
    color: #231f20;
}

.single-experience__video-content {
    margin-bottom: 90px;
}

.single-experience__video-content-wrapper {
    text-align: center;
}

/*  Single Game Page Datatable Styles End*/

/**  New Template SINGLE EXPERIENCE Styles End **/

/*** New Template EXPERIENCE ARCHIVE Styles ***/

.racing__header {
    margin-bottom: 85px;
}

.racing__header .heading-white--medium,
.racing__header .heading-subtext--white-medium {
    margin-bottom: 0;
}

.archive-experience-container {
    padding-top: 240px;
    padding-bottom: 60px;
}

.archive-experience-container .alm-load-more-btn.more {
    font-size: 1rem;
    text-transform: uppercase;
    color: #ec008c;
    font-family: 'Gotham Rounded Bold';
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
    position: relative;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.archive-experience-container .alm-load-more-btn.more.done{
    display: none;
}

.archive-experience-container .alm-load-more-btn.more:hover {
    cursor: pointer;
}

.archive-experience-container .alm-load-more-btn.more:focus {
    outline: none;
}

.archive-experience-container .alm-btn-wrap {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.archive-experience-container .alm-load-more-btn.more::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #ec008e transparent transparent transparent;
    right: 0;
    content: '';
    margin-left: 10px;
}

.archive-experience__heading {
    text-align: center;
}

.archive-experience__featured-experience-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 50px;
    height: auto!important;
}

.archive-experience__featured-experience-item {
    width: calc(96%/4);
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-right: calc(4%/3);
}

.archive-experience__featured-experience-item:nth-of-type(4n) {
    margin-right: 0;
}

.archive-experience__featured-experience-item-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 165px;
}

.archive-experience__featured-experience-item-img > img {
    object-fit: cover;
    height: 200px;
}

.archive-experience__featured-experience-item-info  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    min-height: 50px;
}

.archive-experience__featured-experience-item-info  > p {
    margin-bottom: 0;
}

.archive-experience__featured-experience-item-name {
    font-size: 0.875rem;
    color: #ec008c;
    text-transform: uppercase;
    font-family: 'Gotham Rounded Bold';
    padding-right: 10px;
    line-height: 1.3;
}

.archive-experience__featured-experience-item-info-icon {
    text-align: center;
}

.archive-experience__view-more {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.archive-experience__view-more-dotes {
    height: 2px;
    flex-basis: 50%;
    border-bottom: 2px dotted #ec008c;
}

.archive-experience__view-more-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 50%;
}

.archive-experience__view-more-text {
    font-size: 1rem;
    text-transform: uppercase;
    color: #ec008c;
    font-family: 'Gotham Rounded Bold';
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
}

.archive-experience__view-more-arrow {
    color: #ec008c;
    font-size: 24px;
}

/*** New Template EXPERIENCE ARCHIVE Styles End ***/

/*** Game Leaderboards Styles ***/

.game-leaderboards-container {
    text-transform: uppercase;
}

.game-leaderboards-container .heading-subtext--white-big {
    margin-bottom: 50px;
}

.game-leaderboards__tab-section, .game-leaderboards__accordion-section {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
    font-family: 'Gotham Rounded Bold';
    color: #fff;
}

.game-leaderboards__tab-section .game-leaderboards__tab {
    border-bottom: 0;
}

.game-leaderboards__tab {
    flex-basis: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.game-leaderboards__header, .game-leaderboards__tab .game-leaderboards__link {
    padding-left: 35px;
    padding-right: 10px;
}

.game-leaderboards__header, .game-leaderboards-container.container .game-leaderboards__link,
.game-leaderboards__table-data, .game-leaderboards__table-title {
    padding-bottom: 5px;
    padding-top: 5px;
    height: 35px;
}

.game-leaderboards-container.container .game-leaderboards__nav-item {
    margin-bottom: 0;
}

.game-leaderboards-container.container .game-leaderboards__link,
.game-leaderboards__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.game-leaderboards-container.container .game-leaderboards__link,
.game-leaderboards-container.container .game-leaderboards__link.active {
    color: #ec008c;
    border-radius: 0;
}

.game-leaderboards-container.container .game-leaderboards__link,
.game-leaderboards-container.container .game-leaderboards__link.active,
.game-leaderboards__header  {
    border: 0;
    border-bottom: 1px solid transparent;
}

.game-leaderboards-container.container .game-leaderboards__link:hover,
.game-leaderboards-container.container .game-leaderboards__link:focus {
    border-color: transparent;
    text-decoration: none;
}

.game-leaderboards-container.container .game-leaderboards__link.active {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
}

.game-leaderboards__table-title {
    color: #fff;
    background-color: #ec008c;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.game-leaderboards__tab-content-leadercup-icon {
    padding-right: 15px;
}

.game-leaderboards__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.game-leaderboards__table-data {
    border-right: 1px solid #ec008c;
    border-bottom: 1px solid #ec008c;
    border-top-width: 0;
}

.game-leaderboards__table-data:first-child {
    border-left: 1px solid #ec008c;
}

.game-leaderboards__table-row:first-child .game-leaderboards__table-data {
    border-top: 1px solid #ec008c;
}

.game-leaderboards__accordion-section .game-leaderboards__table-row:last-child .game-leaderboards__table-data:first-child {
    border-bottom-left-radius: 15px;
}

.game-leaderboards__accordion-section .game-leaderboards__table-row:last-child .game-leaderboards__table-data:last-child {
    border-bottom-right-radius: 15px;
}

.game-leaderboards__data-number {
    width: 40px;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}

.game-leaderboards__gamer-name,
.game-leaderboards__gamer-score {
    padding-left: 40px;
    padding-right: 15px;
}

.game-leaderboards__gamer-name {
    width: 510px;
}

.game-leaderboards__dotted-divider {
    width: 100%;
    max-width: 1030px;
    height: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    border-bottom: 3px dotted #fff;
    margin-left: auto;
    margin-right: auto;
}

.game-leaderboards-container .game-leaderboards__card,
.game-leaderboards-container .game-leaderboards__card-header {
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

.game-leaderboards-container .game-leaderboards__card {
    margin-bottom: 20px;
}

.game-leaderboards-container .game-leaderboards__card-header,
.game-leaderboards-container .game-leaderboards__card-body {
    padding: 0;
}

.game-leaderboards-container .game-leaderboards__card-header > h5 {
    margin-bottom: 0;
}

.game-leaderboards-container .game-leaderboards__card-header:first-child {
    border-radius: 0;
}

.game-leaderboards__accordion-section {
    width: 360px;
    margin: auto;
    flex-direction: column;
    display: none;
}

.game-leaderboards__accordion-section .game-leaderboards__table-data {
    border-top-width: 1px;
}

.game-leaderboards-container.container .game-leaderboards__accordion-section .game-leaderboards__link {
    width: 100%;
    justify-content: space-between;
    background-color: #fff;
    font-size: 0.8125rem;
    text-transform: uppercase;
    border-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all .3s;
}

.game-leaderboards-container.container .game-leaderboards__card:first-of-type .game-leaderboards__link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.game-leaderboards__accordion-section .game-leaderboards__link.collapsed {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.game-leaderboards__accordion-section .game-leaderboards__link:hover {
    cursor: pointer;
}

.game-leaderboards__accordion-section .game-leaderboards__view-less {
    display: none;
}

.game-leaderboards__accordion-section .game-leaderboards__view-less:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 8px 5.5px;
    border-color: transparent transparent #ec008c transparent;
    margin-left: 15px;
}

.game-leaderboards__accordion-section .game-leaderboards__view-more:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #000 transparent transparent transparent;
    margin-left: 15px;
}

.game-leaderboards__accordion-section .game-leaderboards__link.collapsed .game-leaderboards__view-less {
    display: none;
}

.game-leaderboards__accordion-section .game-leaderboards__link.collapsed .game-leaderboards__view-more {
    color: #000;
}

.game-leaderboards__accordion-section .game-leaderboards__link .game-leaderboards__view-less,
.game-leaderboards__accordion-section .game-leaderboards__link.collapsed .game-leaderboards__view-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.game-leaderboards__accordion-section .game-leaderboards__link .game-leaderboards__view-more {
    display: none;
}

.game-leaderboards__accordion-section .game-leaderboards__link .fa {
    font-size: 1.25rem;
}

/*** Game Leaderboards Styles End ***/

/*** Single Game Leaderboards Styles ***/

.single-game-leaderboard .game-leaderboards__accordion-section {
    display: block;
}

/*** Single Game Leaderboards Styles End ***/

/*** Homepage New Changes ***/

.col-4.slick-slide:focus {
    outline: 0;
    box-shadow: none;
}

.aggregate-reviews__container.container {
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.aggregate-reviews__container.container::before,
.aggregate-reviews__container.container::after {
    display: none;
}

.aggregate-reviews__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aggregate-reviews__widget {
    height: 95px;
}

.aggregate-reviews__widget-link {
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.aggregate-reviews__widget:hover {
    text-decoration: none;
}

.aggregate-reviews__icon {
    display: inline-block;
}

.aggregate-reviews__title {
    font-size: 1.1875rem;
    font-family: 'Gotham Rounded Medium';
    color: #fff;
    margin-bottom: 0;
}

.aggregate-reviews__title--bold {
    font-family: 'Gotham Rounded Bold';
}

/*** Homepage New Changes End ***/

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
   background-color: transparent;
}*/
.players-block,.booths-block{
    width: 550px;
    overflow: hidden;
    margin: auto;
}
.booths-block{
    margin-top: 50px;
}
.players-count-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.players-item,.booths-item{
    width: 115px;
    height: 88px;
    border-radius: 24px;
    text-align: center;
    font-weight: bold;
    border: 7px solid #ec008c;
    color: #ffffff;
    margin-right: 15px;
    margin-left: 15px ;
    margin-bottom: 24px;
    font-size: 46px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.players-item.active,.booths-item.active{
    color: #ec008c;
}
.players-item.inactive,.booths-item.inactive{
    border: 7px solid #ffffff;
}
.players-title,.booths-title{
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 32px;
}
.players-image,.booths-image{
    text-align: center;
    margin-bottom: 17px;
}
.more-players{
    display: none;
    cursor: pointer;
}
.more-players-title,.booths-info{
    float: right;
    color: #FFFFFF;
    cursor: pointer;
}
.proceed-total{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
@media only screen and (max-width: 600px) {
    .players-block, .booths-block {
        width: 271px;
    }
    .players-item, .booths-item {
        width: 58px;
        height: 47px;
        border-radius: 18px;
        border: 4px solid #ec008c;
        color: #ffffff;
        margin-right: 9px;
        margin-bottom: 24px;
        font-size: 24px;
    }

    .players-block span:nth-of-type(4n),.booths-block span:nth-of-type(4n) {
        margin-right: 9px;
    }

    .players-block span.mr-30:nth-of-type(4n){
        margin-right: 9px;
    }
    .players-title, .booths-title {
        font-size: 27px;
    }
    .players-item.inactive, .booths-item.inactive {
        border: 4px solid #ffffff;
    }
    .align-items-center{
        text-align: center;
    }
}
.about_booth{
    text-decoration: underline;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
}
#payment-request-button{
    display: none;padding: 13px;
    border-radius: 25px;
    background-color: #ffffff;
    float: right;
    margin-top: 15px;
    width: 130px;
    margin-left: 10px;border:none
}

.page-id-844 h1.entry-title.txt-pink.font-bold.font-30.text-uppercase{
    text-align: center;
    margin-bottom: 30px;
}