/* This is the Sass/Scss file loaded by WordPress in frontend.
 * Tweak it and have fun.
 */
@import url("../../reverie-master/css/style.css");
/* Mixins */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  body {
    background: #e6e6e6 !important;
  }

  .margint-30 {
    margin-top: 30px;
  }

  .marginb-30 {
    margin-bottom: 30px;
  }

  .hidden {
    opacity: 0;
  }

  .spinner {
    margin: 100px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
  }

  .spinner > div {
    background-color: #a9a9a9;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
  }

  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }

  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

  @-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
      -webkit-transform: scaleY(0.4);
    }

    20% {
      -webkit-transform: scaleY(1);
    }
  }
  @keyframes stretchdelay {
    0%, 40%, 100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }

    20% {
      transform: scaleY(1);
      -webkit-transform: scaleY(1);
    }
  }
  div.video-background-inner .track-heading-1, .hero-banner-circuits .track-heading-1 {
    margin-top: 0;
    padding-top: 0;
  }

  div.video-background-inner {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }

  #sidebar {
    padding-left: 0;
  }
  #sidebar .panel {
    max-width: 280px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 20px 11px;
    background-color: transparent;
  }
  #sidebar .panel .product-categories {
    padding-left: 3px;
  }
  #sidebar .panel .product-categories li {
    margin-bottom: 10px;
  }

  .brand-image {
    padding-top: 20px;
  }

  .home .main-logo {
    margin: 0 auto 0;
  }
  .home .video-background {
    min-height: 560px;
  }
  .home .tripadvisor-section {
    padding: 20px 20px 20px 20px;
    text-align: center;
  }
  .home .tripadvisor-section .w-row {
    margin: 0;
    padding: 0;
    background-color: #dddddd;
    padding: 0 10px;
  }
  .home .tripadvisor-section .w-row img {
    margin: 5px 5px 0 !important;
    width: 250px;
  }
  .home .tripadvisor-section .w-row h2 {
    padding-top: 10px;
    padding-bottom: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0px;
  }

  .woocommerce div.product form.cart div.quantity, .woocommerce div.product form.cart .single_add_to_cart_button {
    float: none;
    display: inline-block;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    content: initial;
  }

  .w-section.about-us-text p, .w-section.about-us-text li {
    line-height: 1.4rem;
  }
  .w-section.about-us-text .heading-2 {
    margin-bottom: 30px;
  }
  .w-section.about-us-text blockquote {
    line-height: 35px;
  }

  .tripadvisor {
    display: inline-block;
  }

  .page-content h2 {
    margin-top: 30px;
  }

  .announcements {
    position: relative;
    display: block;
    margin: auto;
    padding: 20px 20px 0px;
  }
  .announcements h3 {
    margin-top: 10px;
    font-size: 18px;
  }
  .announcements .w-slide {
    padding: 10px 70px;
  }
  .announcements .w-slider {
    height: auto;
  }
  .announcements .w-round {
    position: relative;
    padding-top: 0;
    height: initial;
  }

  .team-page {
    margin-top: 20px;
  }
  .team-page .row {
    padding: 10px;
  }
  .team-page .grey-box {
    min-height: inherit;
    height: auto;
    background-image: none;
  }
  .team-page .grey-box:after {
    content: "";
    clear: both;
    display: block;
  }
  .team-page .thumbnail {
    margin: 0 auto 20px auto;
  }
  .team-page .thumbnail img {
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
  }

  li.menu-item-basket a::before, a.menu-item-basket::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f291";
    margin-right: 10px;
  }

  .off-canvas ul {
    padding: 0;
    list-style: none;
  }
  .off-canvas ul a {
    display: block;
    padding: 20px;
    padding-bottom: 5px;
    color: #000;
    text-decoration: initial;
    text-transform: uppercase;
    font-weight: bold;
  }
  .off-canvas ul a.flyout-toggle {
    display: none;
  }
  .off-canvas ul a:hover {
    background: #000000;
    color: #f6e04a;
  }
  .off-canvas ul ul a {
    padding: 5px 20px 5px 40px;
  }

  .navbar .menu-icon {
    margin-top: 35px;
  }
  .navbar .fa span {
    display: none;
  }
  .navbar .w-dropdown {
    width: inherit;
  }
  .navbar .w-dropdown .dropdown-button {
    text-align: center;
    width: 100%;
    padding-right: 40px;
  }
  .navbar .w-dropdown .dropdown-button .dropdown-icon:before {
    margin-right: 0;
  }

  h3.addon-name {
    margin-top: 20px !important;
  }
  .vouchermessage h3.addon-name {
    display: none;
  }

  .woocommerce ul.products .experience-day-paragraph {
    padding: 0 10px;
  }
  .woocommerce ul.products form {
    padding: 10px;
  }
  .woocommerce ul.products form .addon-name {
    display: none;
  }
  .woocommerce form .form-row {
    margin: 0;
  }
  .woocommerce form .form-row label {
    line-height: inherit;
    display: inline-block;
  }
  .woocommerce.single-product .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .product-addon .extras label {
    display: inline;
  }

  .w-nav-overlay {
    position: fixed;
  }

  .footer .footer-text {
    margin-bottom: 0;
  }
  .footer .footer-text.address {
    line-height: 22px;
  }
  .footer .footer-text.footer-contact i {
    margin-right: 10px;
  }
  .footer .footer-col {
    margin-bottom: 20px;
  }
  .footer a:link, .footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  .footer a:hover, .footer a:active {
    color: #f6e04a;
  }

  #return-to-top {
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    right: 20px;
    font-size: 50px;
    color: #000;
  }

  .w-background-video.video-background {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    height: initial;
  }
  .w-background-video.video-background video, .w-background-video.video-background .video {
    width: 100%;
    position: static;
    display: block;
    min-height: initial;
  }
  .w-background-video.video-background.hero-banner-home .w-row {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .brand-number {
    color: #f6e04a;
    font-family: Exo, sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .brand-number:link, .brand-number:visited,
  .brand-number a:link, .brand-number a:visited {
    color: #f6e04a;
    text-decoration: none;
  }
  .brand-number:hover, .brand-number:active,
  .brand-number a:hover, .brand-number a:active {
    color: #FFF;
  }

  #nearestTrack.form-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  #nearestTrack ul {
    list-style: none;
    padding-left: 0;
  }
  #nearestTrack ul li {
    margin: 20px 0 0 0;
  }
  #nearestTrack ul li a {
    float: left;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    text-decoration: none;
    color: #444444;
  }
  #nearestTrack ul li a:hover {
    background: #f3f3f3;
  }
}
@media only screen and (max-width: 40em) {
  .hero-banner, .featured-experiences, .parralax-middle-banner {
    height: 0;
    padding-top: 100px;
    padding-bottom: 150px;
    background-position: 0 25%, 50% 50%;
    background-attachment: scroll, scroll;
  }

  div.video-background-inner .track-heading-1 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .team-page .grey-box {
    padding: 50px 100px;
  }
  .team-page .thumbnail {
    margin: 0 50px 0 0;
    float: left;
  }
  .team-page .member {
    overflow: hidden;
  }

  .announcements h3 {
    font-size: 24px;
  }
  .announcements .w-slide {
    padding: 10px 90px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .hero-banner, .featured-experiences, .parralax-middle-banner {
    height: 0;
    padding-top: 150px;
    padding-bottom: 200px;
    background-position: 0 25%, 50% 50%;
    background-size: 100% auto;
    background-attachment: scroll, scroll;
  }

  div.video-background-inner .track-heading-1 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  #return-to-top {
    display: none !important;
  }

  .track-heading-1 {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 90.063em) {
  .w-nav-overlay {
    position: absolute;
  }
}
@media (max-width: 1380px) {
  #menu-main-menu-1, .dropdown-text, span {
    font-size: 13px !important;
  }
}
