/*!
Theme Name: Nola ChristmasFest
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nola-christmasfest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nola ChristmasFest is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
}

h1,
.h1 {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  padding: 0;
  font-size: 72px;
  line-height: 75px;
}

h2,
.h2,
.title-main {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  padding: 0;
  font-size: 55px;
  line-height: 62px;
  font-weight: bold;
}

h3,
.h3 {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  padding: 0;
  font-size: 35px;
  line-height: 42px;
}

h4,
.h4 {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  padding: 0;
  font-size: 30px;
  line-height: 38px;
}

h5,
.h5 {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  padding: 0;
  font-size: 25px;
  line-height: 34px;
}

h6,
.h6 {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  padding: 0;
  font-size: 20px;
  line-height: 28px;
}

.title-main {
  text-transform: uppercase;
}

.sub-title {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: bold;
  color: inherit;
  letter-spacing: 3.5px;
  margin: 0 0 10px;
}

p {
  margin: 15px 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0px 35px;
}

.home .container {
  max-width: 1348px;
}

.site {
  position: relative;
  overflow: hidden;
}

.cover-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cover-bg img {
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  transition: all ease 0.5s;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.btn {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 34px;
  color: #fff !important;
  padding: 14px 47px;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  background-color: #2a7936;
  border: none;
  height: auto;
}

.btn:hover {
  background-color: #cd2a0f;
}

.btn img {
  width: 28px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
  transition: all ease 0.5s;
  display: none;
}

.btn:hover img {
}

.btn:after {
  content: "";
  background-image: url("images/arrow-right-white.svg");
  height: 15px;
  width: 30px;
  display: inline-block;
  background-size: 100%;
  margin-left: 20px;
}

.btn.btn-red {
  background-color: #cd2a0f;
}

.btn.btn-red:hover {
  background-color: #2a7936;
}

.slick-arrow {
  cursor: pointer;
}

.slick-arrow:focus {
  border: none;
  outline: none;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*---------------------------------
    Header Section
---------------------------------*/
.site-header {
  width: 100%;
  top: 0;
  z-index: 12;
  background-color: #003926;
  position: relative;
}

.home .site-header {
  /*position: absolute;*/
  /*background-color: transparent*/
}

.top-header {
  background: #cd2a0f;
  text-align: center;
  padding: 10px 0;
}

.top-header h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}

.logo {
  width: 100%;
  /*   max-width: 160px; */

  /*   margin: 0px auto; */
  padding: 20px 0;
  text-align: center;
}

.home .top-header + .site-header {
  /* top: 80px; */
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-navigation .menu {
  padding: 0;
  margin: 0;
}

.main-navigation .menu li {
  display: inline-block;
  margin: 5px 20px;
  position: relative;
}

.main-navigation .menu > li > a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 10px;
  position: relative;
  font-weight: bold;
}

.main-navigation .menu > li > a:before {
  content: "";
  height: 15px;
  width: 100%;
  background-image: url("images/menu-red-line.svg");
  position: absolute;
  left: 0;
  bottom: -5px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: 1;
  background-size: contain;
}

.main-navigation .menu > li > a:after {
  content: "";
  height: 15px;
  width: 100%;
  background-image: url("images/menu-green-line.svg");
  position: absolute;
  left: 0;
  bottom: -5px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: 1;
  background-size: contain;
}

.main-navigation .menu > li:hover > a:after {
  opacity: 1;
}

.main-navigation .menu > li:hover > a {
  background-color: #cd2a0f;
}

.main-navigation .menu > li.current_page_item > a:before {
  opacity: 1;
}

.main-navigation .menu > li .sub-menu {
  position: absolute;
  padding: 5px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  background-color: #cd2a0f;
  visibility: hidden;
  pointer-events: none;
  top: 36px;
}

.main-navigation .menu > li .sub-menu li {
  width: 100%;
  padding: 3px 20px 3px 10px;
  margin: 0;
}

.main-navigation .menu > li .sub-menu li a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  white-space: nowrap;
}

.main-navigation .menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper-main {
  width: 100%;
}

.banner-img-block {
  display: none;
}

.banner-section {
  padding: 190px 0 130px;
  position: relative;
  background-color: #2a7936;
  background-position: center -150px;
}

.banner-section .cover-bg img {
  opacity: 1;
}

.dot-animation .item img {
  opacity: 1;
}

.banner-slider {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 130px;
}

.banner-slider:after {
  content: "";
  width: 210px;
  height: 158px;
  background: url("images/bottom-right.png") no-repeat;
  display: block;
  position: absolute;
  top: auto;
  right: -34px;
  bottom: -30px;
  background-size: 100% auto;
  z-index: 1;
}

.banner-slider:before {
  content: "";
  width: 210px;
  height: 145px;
  background: url("images/top-left.png") no-repeat;
  display: block;
  position: absolute;
  top: -30px;
  left: -26px;
  background-size: 100% auto;
  z-index: 1;
}

.banner-img {
  height: 100%;
  display: flex !important;
  align-items: flex-end;
  padding-bottom: 90px;
  padding-left: 44px;
  position: relative;
  min-height: 768px;
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.16);
}

.banner-img {
  position: relative;
}

.banner-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    269deg,
    rgba(17, 72, 49, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
}

.banner-caption {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 610px;
  position: relative;
}

.banner-caption h2 {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.banner-caption h2:after {
  content: "";
  width: 86px;
  height: 3px;
  background: #fff;
  display: block;
  margin-top: 26px;
  margin-bottom: 20px;
}

.banner-caption .date {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  margin-bottom: 60px;
}

.sponsor span {
  display: block;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.sponsor img {
  opacity: 1;
  width: auto;
  height: auto;
  display: block;
}

.block {
  text-align: center;
}

.block h2 span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  font-family: "Playfair Display", serif;
  color: #fff;
  letter-spacing: 3.5px;
  margin: 0 0 10px;
}

.block h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 30px;
}

.block p {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

.banner-slider .slick-arrow {
  font-size: 0;
  border: none;
  background-color: transparent;
  height: auto;
  padding: 0;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 40px;
  left: 60px;
  z-index: 12;
  transition: all ease 0.5s;
}

.banner-slider .slick-arrow.slick-prev {
  background-image: url("images/arrow-left-white.svg");
}

.banner-slider .slick-arrow.slick-next {
  background-image: url("images/arrow-right-white.svg");
  margin-left: 60px;
}

.banner-slider .slick-arrow:hover {
  opacity: 0.5;
}

/* our-service-section */
.our-service-section {
  padding: 150px 0 100px;
  position: relative;
}

.our-service-section:before {
  content: "";
  width: 100%;
  height: 700px;
  background: url("images/shap-left-top.png") no-repeat left top;
  display: block;
  position: absolute;
  left: -50px;
  top: -180px;
  z-index: -1;
}

.our-service-wrap .item-inner {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.our-service-wrap .item-inner img {
  display: block;
}

.our-service-wrap .item-inner a {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 30px 0 0;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .our-service-wrap .item-inner a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1112px) {
  .our-service-wrap .item-inner a {
    font-size: 14px;
  }
}

.our-service-wrap .item-inner a:after {
  content: "";
  background-image: url("images/arrow.png");
  width: 11px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}

.our-service-wrap .item-inner a:hover {
  color: #cd2a0f;
}

.our-service-wrap .item-inner a.img-link {
  margin: 0;
}

.our-service-wrap .item-inner a.img-link:after {
  display: none;
}

/* spotlight-section */

.spotlight-section .container {
  max-width: 1162px;
  position: relative;
  color: #cd2a0f;
}

.spotlight-section {
  position: relative;
  padding: 50px 0 100px;
}

.spotlight-section:before {
  content: "";
  background-image: url("images/bg-white.png");
  height: 210px;
  width: 226px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  bottom: 70px;
  right: 520px;
  margin: 0 auto;
}

.spotlight-section:after {
  content: "";
  max-width: 790px;
  height: 790px;
  background: url("images/shap-bottom-right.png") no-repeat;
  display: block;
  position: absolute;
  right: -73px;
  bottom: -250px;
  width: 100%;
  background-size: 100% 100%;
}

.spotlight-section .block h2 span {
  color: #cd2a0f;
}

.spotlight-section .block h2 {
  color: #cd2a0f;
}

.spotlight-list {
  display: flex;
  text-align: left;
  background: url("images/h-line.svg") no-repeat;
  background-size: 96% auto;
  padding: 36px 0 35px;
  background-position: 50% 0px;
}

.spotlight-list.closed {
  background-position: 50% 5px;
}

.spotlight-list.last {
  margin-top: -4px;
}

/*.spotlight-list.first { padding-top: 50px; background-position: 50% 30px; }*/
.spotlight-list.first {
  background-position: 50% 0px;
}

.spotlight-section .spotlight-list.first.outer-after-item {
  margin-top: -5px;
}

.spotlight-list.last:before {
  background: url("images/h-line.svg") no-repeat;
  background-size: 100% auto;
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
}

.spotlight-list .left-block {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.month-day span {
  color: #cd2a0f;
  font-size: 20px;
  font-weight: 400;
  display: block;
  line-height: normal;
  text-transform: uppercase;
}

.left-block .edate {
  margin-top: -18px;
  font-size: 50px;
  font-family: "Playfair Display", serif;
  color: #cd2a0f;
  font-weight: 400;
  margin-right: 10px;
}

.spotlight-list .right-block {
  width: 80%;
  display: flex;
  align-items: center;
  padding-left: 40px;
  flex-wrap: wrap;
}

.spotlight-lists {
  position: relative;
  padding-top: 10px;
}

.spotlight-lists:before {
  content: "";
  width: 6px;
  height: 100%;
  background: url("images/v-line.svg") no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 18%;
  background-size: auto 100%;
}

.right-block h3 {
  color: #cd2a0f;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  width: 100%;
}

.right-block h3 span {
  font-weight: 400;
  padding-left: 10px;
}

.spotlight-list.closed .right-block h3 {
  color: #fff;
  text-transform: uppercase;
}

.spotlight-list.closed .left-block .month-day span {
  color: #fff;
}

.spotlight-list.closed .left-block .edate {
  color: #fff;
}

.closed-outer {
  background: url("images/green-closed.png") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.sponsor-section {
  background-color: #a21d07;
  padding: 137px 0 74px;
}

.sponsor-section .container {
  max-width: 975px;
}

.action {
  padding-top: 40px;
}

.spotlight-section .btn-wrap {
  text-align: center;
  padding: 95px 0 0;
  position: relative;
  z-index: 1;
}

.spotlight-section .btn-wrap .btn {
  padding: 14px 30px;
}

.spotlight-section .bottom_dot_animation {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 50px;
  text-align: left;
  height: 100px;
}

.spotlight-section .bottom_dot_animation.dot-animation .item.dot_2 {
  bottom: auto;
  right: auto;
  top: -70px;
}

.spotlight-section .bottom_dot_animation.dot-animation .item.dot_1 {
  top: auto;
  right: auto;
  bottom: 0;
}

/*------------------------
    Footer
------------------------*/
.site-footer {
  background-color: #003926;
  padding: 38px 0;
  position: relative;
  height: 245px;
}

.site-footer .site-info {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  margin: 0 0 36px 0;
}

.footer-logo img {
  display: block;
  max-width: 143px;
}

.copy-rights {
  color: #fff;
  font-size: 14px;
  width: 100%;
}

.social-links ul {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-content: center;
  justify-content: flex-end;
}

.social-links ul li a {
  display: block;
  margin: 0 10px;
}

.social-links ul li:hover a {
  opacity: 0.5;
}

.social-links ul li:last-child a {
  margin-right: 0;
}

.footer-menu {
  width: 80%;
  margin-top: 10px;
  padding-left: 6px;
}

.footer-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-menu .menu li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-menu .menu li a:hover {
  color: #cd2a0f;
}

.for-mobile {
  display: none;
}

.inner-banner-section {
  padding: 100px 0;
  position: relative;
  min-height: 370px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.inner-banner-section .container {
  display: flex;
  align-items: center;
}

.inner-banner-section:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#114831+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6114831', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.inner-banner-section h1 {
  position: relative;
  z-index: 12;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.page-template-tp-faqs .inner-banner-section h1 {
  text-transform: capitalize;
}

.faq-section {
  padding: 126px 0;
  position: relative;
  overflow: hidden;
}

.faq-section:before {
  content: "";
  background-image: url("images/green-shape.svg");
  width: 1000px;
  height: 1040px;
  position: absolute;
  right: -80px;
  top: -490px;
}

.faq-section:after {
  z-index: -1;
  content: "";
  background-image: url("images/green-shape-btm.svg");
  width: 1000px;
  height: 1040px;
  position: absolute;
  right: -350px;
  bottom: -350px;
}

.back-button {
  padding: 0 0 75px;
  position: relative;
  z-index: 1;
}

.back-button .btn img {
  margin-right: 10px;
  margin-left: 0;
}

.back-button .btn:after {
  display: none;
}

.back-button .btn:before {
  content: "";
  background-image: url("images/arrow-left-white.svg");
  height: 15px;
  width: 30px;
  display: inline-block;
  background-size: 100%;
  margin-right: 20px;
}

.faq-wrap {
  position: relative;
}

.faq-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-wrap ul > .faq-list .faq-link {
  font-size: 25px;
  color: #003926;
  display: inline-block;
  font-weight: bold;
  margin: 24px 0;
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 30px;
}

.faq-wrap ul > .faq-list .faq-link:after {
  content: "";
  background-image: url("images/down-arrow-green.svg");
  width: 16px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 4px;
  transition: all ease 0.5s;
}

.faq-wrap ul > .faq-list .faq-link:before {
  content: "";
  background-image: url("images/arrow-up-red.svg");
  width: 16px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 4px;
  transition: all ease 0.5s;
  opacity: 0;
}

.faq-wrap ul > .faq-list {
  position: relative;
  padding: 10px 0;
}

.faq-wrap ul > .faq-list:after {
  content: "";
  height: 6px;
  width: 100%;
  background-image: url("images/h-line-red.svg");
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 100%;
}

.faq-wrap ul > .faq-list:first-child:before {
  content: "";
  height: 6px;
  width: 100%;
  background-image: url("images/h-line-red.svg");
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 100%;
}

.faq-wrap .content-wrap {
  display: none;
  max-width: 950px;
  padding-bottom: 20px;
}

.faq-wrap ul > .faq-list:nth-child(odd):after {
  transform: rotate(180deg);
}

.faq-wrap ul > .faq-list .faq-link.on:after {
  opacity: 0;
  transform: rotate(180deg);
}

.faq-wrap ul > .faq-list .faq-link.on:before {
  opacity: 1;
}

.faq-wrap:before {
  content: "";
  height: 1256px;
  width: 1171px;
  background-image: url("images/rounded-shape.svg");
  position: absolute;
  right: 40%;
  top: 180px;
  background-repeat: no-repeat;
}

.faq-wrap:after {
  content: "";
  height: 55px;
  width: 55px;
  background-image: url("images/rounded-green-bg.png");
  background-repeat: no-repeat;
  right: 220px;
  top: 34%;
  position: absolute;
  background-repeat: no-repeat;
}

.faq-wrap ul:before {
  content: "";
  height: 50px;
  width: 50px;
  background-image: url("images/star.svg");
  position: absolute;
  top: -70px;
  right: 103%;
  background-size: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
}

.faq-wrap ul:after {
  content: "";
  height: 50px;
  width: 50px;
  background-image: url("images/star.svg");
  position: absolute;
  top: 17%;
  left: 102%;
  background-size: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
}

.faq-section .container {
  max-width: 1260px;
}

/* EXPERIENCE section */

.image-content-section {
  padding: 110px 0;
  position: relative;
  /*overflow: hidden*/
}

.image-content-section .row {
  justify-content: space-between;
  align-items: center;
}

.right-img .row {
  flex-direction: row-reverse;
}

.image-content-section .row.no-reverce {
  flex-direction: unset;
  align-items: flex-start;
}

.image-content-section .img-col {
  text-align: center;
}

.img-col-inner {
  display: inline-block;
  position: relative;
}

.image-content-section .content-col {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

.image-content-section .sub-title {
  color: #cd2a0f;
}

.image-content-section .title-main {
  color: #cd2a0f;
  text-transform: uppercase;
  font-weight: 700;
}

.image-content-section .content-col p {
  margin: 30px 0;
}

.image-content-section .content-col .btn {
  padding: 18px 25px;
  margin: 15px 0 0;
}

.listing-info-section {
  padding: 35px 0 120px;
}

.listing-info-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}

.listing-info-row {
  width: 33.33%;
  padding: 20px 20px;
  position: relative;
}

.listing-info-row .link-btn {
  padding: 16px 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
}

.listing-info-row .link-btn h6 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #003926;
}

.listing-info-row .listing-content {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  left: 20px;
  right: 20px;
  top: 20px;
  padding: 16px 20px;
  background-color: #a21d07;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.listing-info-row .listing-content h6 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}

.listing-info-row .listing-content ul {
  padding-left: 20px;
  display: inline-block;
}

.listing-info-row .listing-content.open .label {
  display: inline-block;
  vertical-align: top;
}

.listing-info-row .listing-content ul li {
  list-style-position: outside;
  padding: 2px 0;
  width: 100%;
}

.close-btn {
  height: 12px;
  width: 12px;
  background-image: url("images/close.svg");
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  right: 20px;
  top: 25px;
}

.listing-info-row .listing-content .img {
  margin: 25px 0 10px;
}

.listing-info-row .listing-content .img img {
  width: 100%;
}

.listing-info-row .listing-content.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 12;
}

.attraction-section {
  padding: 110px 0 150px;
  background-image: url("images/bg-dot-1.png");
  background-repeat: no-repeat;
  background-position: 80px 90px;
}

.attraction-section .listing-info-section:after {
  content: "";
  height: 1256px;
  width: 1171px;
  background-image: url("images/rounded-shape.svg");
  position: absolute;
  left: -272px;
  bottom: -123px;
  background-repeat: no-repeat;
  z-index: -1;
}

.attraction-section:after {
  content: "";
  background-image: url("images/mobile-pink-dote-1.png");
  width: 17px;
  height: 16px;
  position: absolute;
  bottom: 80px;
  right: 300px;
  background-repeat: no-repeat;
}

.section-content-box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 30px;
  background: #fff;
  position: relative;
  border-radius: 5px;
}

.section-content-box h3 {
  text-transform: uppercase;
  text-align: center;
  color: #2a7936;
  font-weight: bold;
}

.section-content-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 10px 0 0;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}

.section-content-box li {
  position: relative;
  width: 100%;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
}

.section-content-box li:before {
  content: "";
  height: 8px;
  width: 7px;
  border-radius: 100%;
  background-color: #cd2a0f;
  position: absolute;
  left: 0;
  top: 15px;
}

.section-content-box li a {
  text-decoration: underline;
  color: #2a7936;
  font-weight: 600;
}

.section-content-box li a:hover {
  color: #cd2a0f;
}

.dining-section {
  background-color: #2a7936;
  color: #fff;
  padding: 110px 0 0;
}

.dining-section .sub-title {
  color: #fff;
}

.dining-section .title-main {
  color: #fff;
}

.dining-section .listing-info-section {
  padding-bottom: 150px;
}

.dining-section .listing-info-row .link-btn {
  background-color: #489353;
}

.dining-section .listing-info-row .link-btn h6 {
  color: #fff;
}

.full-with-img img {
  width: 100%;
}

.market-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

.market-section .listing-info-row .link-btn h6 {
  font-weight: normal;
}

.content-box-with-img .row {
  flex-direction: unset;
}

.content-box-with-img .img-col img {
  width: 100%;
  height: auto;
}

.section-content-box .content-col {
  text-align: left;
  padding-left: 40px;
}

.content-box-with-img.section-content-box h3 {
  text-align: left;
  font-weight: bold;
  margin: 0 0 10px;
}

.section-content-box .timing-table {
  text-align: left;
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  width: 100%;
}

.section-content-box .timing-table li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 3px 10px;
}

.section-content-box .timing-table li:nth-child(odd) {
  background: rgba(205, 42, 15, 0.1);
}

.section-content-box .timing-table li:before {
  display: none;
}

.section-content-box .timing-table .time {
  width: 180px;
}

.market-section:before {
  content: "";
  background-image: url("images/red-shape-white-bg.svg");
  height: 1050px;
  width: 1000px;
  position: absolute;
  top: -430px;
  left: -250px;
}

.market-section:after {
  content: "";
  background-image: url("images/green-shape-1.svg");
  height: 760px;
  width: 760px;
  position: absolute;
  bottom: 70px;
  right: -253px;
  z-index: -1;
  background-repeat: no-repeat;
}

.more-link {
  color: #cd2a0f;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 30px;
  float: right;
  margin: 3px 0 0;
  position: relative;
  display: none;
}

.more-link:after {
  content: "";
  background-image: url("images/right-red-arrow.svg");
  height: 9px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 8px;
}

.more-link:hover {
  color: #cd2a0f;
}

.dining-section .more-link {
  color: #fff;
}

.dining-section .more-link:after {
  background-image: url("images/white-arrow.svg");
}

.about-section {
  background-image: url("images/about-us-bg.svg");
  background-position: 40px 80px;
  background-repeat: no-repeat;
}

.about-section:before {
  content: "";
  width: 1050px;
  height: 1260px;
  background-image: url("images/rounded-green-shape.svg");
  position: absolute;
  top: -880px;
  right: -180px;
  z-index: -1;
  background-repeat: no-repeat;
}

.about-section:after {
  content: "";
  width: 760px;
  height: 760px;
  background-image: url("images/red-shape-btm-bg.svg");
  position: absolute;
  bottom: -420px;
  left: -180px;
  z-index: -1;
  background-repeat: no-repeat;
}

.about-section .back-button {
  padding-bottom: 0;
}

.gfield {
  text-align: left !important;
}

.gfield_required {
  display: none !important;
}

.stayintouch-section .row {
  align-items: unset !important;
}

.stayintouch-section .content-col {
  text-align: right !important;
}

.stayintouch-section .left-col {
  font-size: 24px;
  line-height: 32px;
}

.stayintouch-section:before {
  content: "";
  width: 100%;
  height: 700px;
  background: url("images/shap-left-top.png") no-repeat left top;
  display: block;
  position: absolute;
  left: -50px;
  top: -180px;
  z-index: -1;
}

.stayintouch-section:after {
  content: "";
  max-width: 790px;
  height: 790px;
  background: url("images/shap-bottom-right.png") no-repeat;
  position: absolute;
  right: -73px;
  bottom: -250px;
  width: 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.stayintouch-section .back-button {
  padding-bottom: 0;
}

.big-freezy-section .back-button {
  padding-bottom: 0;
}

.big-freezy-section .back-button .btn {
  background-color: #023453;
}

.big-freezy-section .back-button .btn:hover {
  background-color: #2a7936;
}

.big-freezy-section .sub-title,
.big-freezy-section .title-main {
  color: #0280c4;
}

.big-freezy-section .listing-info-row .link-btn h6 {
  color: #023453;
}

.big-freezy-section .listing-info-row .listing-content {
  background-color: #0280c4;
}

.big-freezy-section:before {
  content: "";
  background-image: url("images/snow-shape-3.svg");
  height: 450px;
  width: 450px;
  position: absolute;
  left: -80px;
  top: -128px;
  z-index: -1;
  background-repeat: no-repeat;
}

.big-freezy-section:after {
  content: "";
  background-image: url("images/blue-img-white-bg.svg");
  height: 1100px;
  width: 1100px;
  position: absolute;
  left: -420px;
  bottom: -480px;
  z-index: -1;
  background-repeat: no-repeat;
}

.big-freezy-section .listing-info-section:before {
  content: "";
  background-image: url("images/snow-shape-1.svg");
  height: 200px;
  width: 200px;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 0.1;
  right: -30px;
  bottom: -50px;
  z-index: -1;
}

.big-freezy-section .listing-info-section:after {
  content: "";
  background-image: url("images/snow-shape-2.svg");
  height: 50px;
  width: 50px;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 0.2;
  right: 9px;
  bottom: 300px;
  z-index: -1;
}

.page-template-tp-the-big-freezy .inner-banner-section:before {
  display: none;
}

.error-404 {
  padding-bottom: 150px;
}

.error-404:before {
  content: "";
  background-image: url("images/red-bg-shape.svg");
  height: 1040px;
  width: 1090px;
  position: absolute;
  top: -460px;
  left: -470px;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.error-404:after {
  content: "";
  background-image: url("images/404-green-dots.svg");
  width: 155px;
  height: 67px;
  position: absolute;
  left: 350px;
  bottom: 70px;
  background-repeat: no-repeat;
}

.error-404 .content-col .btn:after {
  display: none;
}

.error-404 .content-col .btn:before {
  content: "";
  background-image: url("images/arrow-left-white.svg");
  height: 15px;
  width: 30px;
  display: inline-block;
  background-size: 100%;
  margin-right: 20px;
  background-repeat: no-repeat;
}

.media-top-section:before {
  content: "";
  background-image: url("images/red-bg-shape.svg");
  height: 1040px;
  width: 1090px;
  position: absolute;
  top: -460px;
  left: -470px;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.media-top-section:after {
  content: "";
  background-image: url("images/404-green-dots.svg");
  width: 155px;
  height: 67px;
  position: absolute;
  left: 350px;
  bottom: 70px;
  background-repeat: no-repeat;
}

.media-top-section .content-col .btn:after {
  display: none;
}

.media-top-section .content-col .btn:before {
  content: "";
  background-image: url("images/arrow-left-white.svg");
  height: 15px;
  width: 30px;
  display: inline-block;
  background-size: 100%;
  margin-right: 20px;
  background-repeat: no-repeat;
}

.galley-section {
  padding: 130px 0 82px;
  background-color: #a21d07;
  text-align: center;
  color: #fff;
}

.galley-section .slick-slider {
}

.galley-section .slick-list {
  padding-top: 10.5% !important;
  padding-bottom: 5% !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.galley-section .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.galley-section .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.galley-section .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.galley-section .slick-snext,
.galley-section .slick-sprev,
.galley-section .slick-snext2,
.galley-section .slick-sprev2 {
  display: block;
}

.galley-section .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.galley-section .slick-snext {
  opacity: 1;
  transform: translate3d(30%, 0, -30px);
  z-index: 1;
  perspective: 1000px;
}

.galley-section .slick-snext2 {
  opacity: 1;
  transform: translate3d(67%, 0, -70px);
  z-index: 0;
  perspective: 1000px;
}

.galley-section .slick-sprev {
  opacity: 1;
  transform: translate3d(-30%, 0, -30px);
}

.galley-section .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-67%, 0, -70px);
}

.galley-section .test {
  display: block;
  width: 100%;
  height: 300px;
  background: #c00;
  box-shadow: inset 0px 0px 0px 3px #000;
}

.gallery-slider .item {
  outline: none;
}

.gallery-slider .item img {
  min-width: 570px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.gallery-slider .item:before {
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(162, 29, 6, 0.6);
}

.gallery-slider .item .item-inner {
  display: inline-block;
  position: relative;
}

.gallery-slider .item .item-inner:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a21d07;
  opacity: 0.6;
  transition: all ease 0.5s;
}

.gallery-slider .item.slick-center .item-inner:before {
  opacity: 0;
}

.gallery-slider .slick-arrow {
  font-size: 0;
  border: none;
  background-color: transparent;
  height: auto;
  padding: 0;
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 12;
  transition: all ease 0.5s;
  top: 57%;
  transform: translateY(-50%);
}

.gallery-slider .slick-arrow.slick-prev {
  background-image: url("images/arrow-left-white.svg");
  left: 10px;
}

.gallery-slider .slick-arrow.slick-next {
  background-image: url("images/arrow-right-white.svg");
  margin-left: 60px;
  right: 10px;
}

.gallery-slider .slick-arrow:hover {
  opacity: 0.5;
}

.content-btm-section {
  padding: 150px 0;
  text-align: center;
  position: relative;
}

.content-btm-section .sub-title,
.content-btm-section h2 {
  color: #cd2a0f;
}

.content-btm-section .description {
  margin: 60px 0 0;
  font-size: 22px;
  line-height: 32px;
}

.content-btm-section .description .btn {
  margin: 20px 0 0;
}

.entertainment-schedule {
  padding: 120px 0;
  position: relative;
}

.entertainment-schedule:before {
  content: "";
  background-image: url("images/green-bg-shape.svg");
  position: absolute;
  top: -420px;
  right: -300px;
  height: 1200px;
  width: 1200px;
  opacity: 0.05;
  z-index: -1;
  background-repeat: no-repeat;
}

.entertainment-schedule .sub-title {
  color: #cd2a0f;
}

.entertainment-schedule .title-main {
  color: #cd2a0f;
}

.entertainment-schedule .spotlight-lists {
  padding-bottom: 60px;
  padding-top: 50px;
}

.entertainment-schedule .spotlight-lists:before {
  background-image: url("images/v-line-large.svg");
  background-size: auto 97%;
  left: 27%;
}

.entertainment-schedule .spotlight-list {
  position: relative;
  padding: 25px 0px;
  background-image: none;
  align-items: center;
}

.entertainment-schedule .spotlight-list:last-child:after {
  content: "";
  background: url("images/h-line.svg") no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  position: absolute;
}

/*.entertainment-schedule .spotlight-lists .closed-outer .spotlight-list.closed:after {display: none;}
.entertainment-schedule .spotlight-lists .closed-outer:last-child .spotlight-list.closed:after {display: block;}*/
.entertainment-schedule .spotlight-list.outer-after-item:before {
  display: none;
}

.entertainment-schedule .spotlight-list:before {
  content: "";
  background: url("images/h-line.svg") no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 6px;
  left: 0;
  top: 0;
  position: absolute;
}

.entertainment-schedule .spotlight-list:nth-child(odd):before {
  transform: rotate(180deg);
}

.entertainment-schedule:after {
  content: "";
  height: 1256px;
  width: 1171px;
  background-image: url("images/rounded-shape.svg");
  position: absolute;
  left: -272px;
  bottom: -233px;
  background-repeat: no-repeat;
  z-index: -1;
}

.entertainment-schedule .block {
  position: relative;
}

.entertainment-schedule .block:before {
  content: "";
  background-image: url("images/mobile-pink-dote-1.png");
  width: 17px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  top: 260px;
  left: -20px;
  z-index: -1;
}

.entertainment-schedule .spotlight-list .left-block {
  width: 30%;
}

.entertainment-schedule .spotlight-list .right-block {
  width: 70%;
  display: block;
}

.green-bg {
  background-color: #2a7936;
  color: #fff;
  padding: 120px 0 150px;
}

.green-bg .sub-title,
.green-bg .title-main {
  color: #fff;
}

.green-bg .btn:hover {
  background-color: #003926;
}

.elf-chat-section:before {
  content: "";
  height: 1200px;
  width: 1200px;
  background-image: url("images/rounded-green-shape-1.svg");
  position: absolute;
  top: -331px;
  left: -420px;
  opacity: 0.05;
  background-repeat: no-repeat;
  z-index: -1;
}

.elf-chat-section:after {
  content: "";
  height: 800px;
  width: 1050px;
  background-image: url("images/red-bg-shape-1.svg");
  position: absolute;
  bottom: -400px;
  right: -187px;
  opacity: 0.08;
  background-repeat: no-repeat;
  z-index: -1;
}

.full-img img {
  width: 100%;
}

.purchase-section .content-box {
  padding: 30px 0;
}

.purchase-section .content-box .icon {
  margin: 0 0 20px;
  min-height: 100px;
}

.purchase-section .content-box .box-title {
  color: #2a7936;
  text-transform: uppercase;
  margin: 30px 0;
  font-weight: bold;
}

.purchase-section .content-box p {
  margin: 0 0 30px;
}

.purchase-section .content-box h6 {
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
  color: #003926;
}

.purchase-section:after {
  content: "";
  background-image: url("images/green-bg-shape-2.svg");
  height: 860px;
  width: 1200px;
  position: absolute;
  bottom: -290px;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: -1;
  left: -500px;
}

.map-with-content h3 {
  text-transform: none;
}

.map-with-content .content-col {
  font-size: 16px;
  line-height: 24px;
}

.map-with-content .content-col p {
  margin: 20px 0 5px;
}

.purchase-section .no-reverce {
  padding-top: 60px;
}

.hours-section {
}

.purchase-section {
  background-image: url("images/circle-green-bg.png");
  background-repeat: no-repeat;
  background-position: 95% 98%;
}

.purchase-section .line_animation {
  top: -630px;
  bottom: auto;
  left: -420px;
}

.purchase-section:before {
  content: "";
  background-image: url("images/rounded-green-shape-2.svg");
  width: 380px;
  height: 473px;
  position: absolute;
  top: -50px;
  left: -100px;
  opacity: 0.05;
}

.purchase-section .content-col {
  padding: 60px 0;
}

.hours-section {
  background-color: #a21d07;
  color: #fff;
  padding: 120px 0;
}

.hours-lists {
  position: relative;
  padding: 50px 0;
}

.hours-list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hours-lists .left-block {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}

.hours-lists .middle-block {
  width: 30%;
  padding: 20px 10px;
}

.hours-lists .right-block {
  width: 50%;
  padding: 20px 10px;
}

.hours-lists .block p {
  font-size: 20px;
}

.hours-lists .left-block .edate {
  color: #fff;
  line-height: 80px;
}

.hours-lists .month-day span {
  color: #fff;
}

.hours-lists h6 {
  max-width: 260px;
  margin: 0 auto;
}

.hours-lists h6 strong {
  font-weight: 400;
}

.hours-lists:before {
  content: "";
  width: 6px;
  height: 100%;
  background-image: url("images/white-v-line.svg");
  display: block;
  position: absolute;
  top: 0;
  left: 23%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.hours-lists:after {
  content: "";
  width: 6px;
  height: 100%;
  background-image: url("images/white-v-line.svg");
  display: block;
  position: absolute;
  top: 0;
  left: 55%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.hours-list:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  background-image: url("images/white-h-line.svg");
  background-repeat: no-repeat;
  bottom: -4px;
}

.hours-list:first-child:before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  background-image: url("images/white-h-line.svg");
  background-repeat: no-repeat;
  top: 0px;
}

.transport-section {
}

.transport-section .content-col p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}

.transport-section .content-col p a {
  font-weight: bold;
  color: #2a7936;
  text-decoration: underline;
}

.transport-section .content-col h3 {
  font-weight: bold;
  color: #2a7936;
  text-transform: uppercase;
}

.transport-section .img-col-inner {
  margin: 30px 0 0;
}

.transport-section:before {
  content: "";
  height: 1200px;
  width: 1200px;
  background-image: url("images/rounded-green-shape-1.svg");
  position: absolute;
  top: -331px;
  left: -420px;
  opacity: 0.05;
  background-repeat: no-repeat;
  z-index: -1;
}

.transport-section .img-col-inner:after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("images/red-shape-1.png");
  position: absolute;
  bottom: 0;
  left: -50px;
  opacity: 0.5;
  background-repeat: no-repeat;
  z-index: -1;
}

.map-with-content {
  margin: 80px 0 0;
}

.map-with-content:before {
  content: "";
  height: 80px;
  width: 52px;
  background-image: url("images/star-dot-bg.png");
  position: absolute;
  top: -150px;
  right: 10px;
}

.map-with-content .content-col {
  padding: 0;
}

.become-sponsor-section:before {
  content: "";
  width: 900px;
  height: 800px;
  background: url("images/red-bg-shape-3.svg") no-repeat left top;
  display: block;
  position: absolute;
  left: -300px;
  top: -280px;
  z-index: -1;
  opacity: 0.05;
}

.become-sponsor-section:after {
  content: "";
  background-image: url("images/green-bg-shape-4.svg");
  height: 1200px;
  width: 1200px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -320px;
  right: -420px;
  z-index: -1;
}

.become-sponsor-section .content-col p a {
  color: #2a7936;
  text-decoration: underline;
  font-weight: bold;
}

.become-sponsor-section .content-col {
  padding-right: 50px;
}

.become-sponsor-section .section-content-box {
  margin: 120px 0 0;
}

.decore-chirstmas-section {
  background-color: #a21d07;
  color: #fff;
}

.decore-chirstmas-section .sub-title,
.decore-chirstmas-section .title-main,
.decore-chirstmas-section h3 {
  color: #fff;
}

.decore-chirstmas-section .content-col {
  padding-left: 60px;
}

.decore-chirstmas-section .content-col p {
  margin: 0 0 30px;
}

.decore-chirstmas-section .content-col h6 {
  margin: 0;
}

.decore-chirstmas-section .section-content-box {
  margin: 80px 0 0;
  background-color: #bf3924;
}

.section-content-box.new-sponsors {
  background-color: #fff;
  padding-bottom: 0;
  padding-left: 75px;
  padding-right: 75px;
}

.section-content-box.new-sponsors .row {
  justify-content: flex-start;
}

.sponsor-img {
  margin-bottom: 50px;
  text-align: center;
}

/*.sponsor-img img {max-width: 300px; max-height: 152px; width: 100%; height: 100%;}*/
.sponsor-img img {
  width: 100%;
  height: 100%;
  max-height: 152px;
}

.decore-chirstmas-section .section-content-box.new-sponsors h3 {
  color: #bf3924;
  margin-top: 0;
  margin-bottom: 30px;
}

.become-enterner .full-width-content {
  margin: 80px 0 0;
}

.become-enterner .full-width-content:before {
  content: "";
  height: 95px;
  width: 70px;
  background-image: url("images/star-dot-red-bg.png");
  position: absolute;
  right: -100px;
  top: 400px;
  z-index: -1;
}

.become-enterner .full-width-content h5 {
  color: #2a7936;
  font-weight: bold;
  margin: 0;
}

.become-enterner .full-width-content ul {
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  margin: 0;
}

.become-enterner .full-width-content li {
  width: 100%;
}

.become-enterner .full-width-content p {
  margin: 0 0 20px;
}

.become-enterner:before {
  content: "";
  height: 580px;
  width: 380px;
  background-image: url("images/red-bg-shape-4.svg");
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.05;
  top: -60px;
  left: 320px;
}

.become-enterner:after {
  content: "";
  height: 800px;
  width: 1050px;
  background-image: url("images/red-bg-shape-1.svg");
  position: absolute;
  bottom: -90px;
  left: -335px;
  opacity: 0.08;
  background-repeat: no-repeat;
  z-index: -1;
}

.media-btm-section:after {
  content: "";
  background-image: url("images/green-bg-shape-4.svg");
  height: 1200px;
  width: 1200px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -320px;
  right: -420px;
  z-index: -1;
}

.media-btm-section:before {
  content: "";
  background-image: url("images/red-bg-shape-5.svg");
  height: 1110px;
  width: 1360px;
  position: absolute;
  top: -800px;
  left: -830px;
  z-index: -1;
  opacity: 0.05;
}

/* dot animation */

.dot-animation {
  position: absolute;
  width: 130px;
  height: 200px;
}

.dot-animation .item {
  position: absolute;
}

.left_dot_animation {
  left: 100px;
  bottom: 200px;
}

.right_dot_animation {
  right: 100px;
  bottom: 0px;
  width: 100px;
}

.dot-animation .item.dot_1 {
  top: 0;
  right: 60px;
  -webkit-animation: move1 2s infinite alternate;
  animation: move1 2s infinite alternate;
}

.dot-animation .item.dot_2 {
  bottom: 20px;
  right: 0;
  -webkit-animation: move2 2.5s infinite alternate;
  animation: move2 2.5s infinite alternate;
}

.dot-animation .item.dot_3 {
  bottom: 0;
  -webkit-animation: move3 1.8s infinite alternate;
  animation: move1 1.8s infinite alternate;
}

.dot-animation .item.dot_4 {
  left: 0;
  top: 40px;
  -webkit-animation: move1 2s infinite alternate;
  animation: move1 2s infinite alternate;
}

.dot-animation .item.dot_5 {
  right: 0px;
  bottom: 70px;
  -webkit-animation: move2 2.5s infinite alternate;
  animation: move2 2.5s infinite alternate;
}

.dot-animation .item.dot_6 {
  -webkit-animation: move2 2s infinite alternate;
  animation: move2 2s infinite alternate;
}

.dot-animation .item.dot_7 {
  -webkit-animation: move2 2.5s infinite alternate;
  animation: move2 2.5s infinite alternate;
}

.our-service-section .right_dot_animation {
  width: 170px;
  bottom: -100px;
}

.our-service-section .dot-animation .item.dot_3 {
  left: 0;
  bottom: 40px;
}

.our-service-section .dot-animation .item.dot_2 {
  right: 40px;
}

.faq-section .right_dot_animation {
  top: 70px;
  bottom: auto;
  width: 90px;
  height: 140px;
  right: 70px;
}

.faq-section .right_dot_animation .item.dot_1 {
  right: auto;
  left: 0;
}

.faq-section .right_dot_animation .item.dot_2 {
  bottom: 70px;
}

.faq-section .right_dot_animation .item.dot_3 {
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.faq-section .bottom_dot_animation {
  bottom: 70px;
  width: 47px;
  height: 70px;
  left: 50px;
}

.faq-section .bottom_dot_animation .item.dot_1 {
  right: auto;
  left: 0;
}

.faq-section .bottom_dot_animation .item.dot_2 {
  bottom: 10px;
  right: -16px;
}

.faq-section .bottom_dot_animation .item.dot_3 {
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.faq-section .middle_dot_animation {
  z-index: -1;
  width: 65px;
  height: 120px;
  right: 40px;
  top: 50%;
}

.faq-section .middle_dot_animation .item.dot_1 {
  top: 0;
  left: -10px;
}

.faq-section .middle_dot_animation .item.dot_2 {
  bottom: -20px;
}

.attraction-section .img-col .left_dot_animation {
  width: 130px;
  height: 100px;
  left: -44px;
  bottom: auto;
  top: -10px;
}

.attraction-section .img-col .left_dot_animation .item.dot_1 img {
  width: 13px;
  height: 11px;
}

.attraction-section .img-col .left_dot_animation .item.dot_2 {
  bottom: -20px;
  right: -20px;
}

.attraction-section .img-col .left_dot_animation .item.dot_3 img {
  width: 18px;
}

.attraction-section .img-col .left_dot_animation .item.dot_4 {
  right: -52px;
  left: auto;
  top: auto;
  bottom: 0;
}

.attraction-section .img-col .left_dot_animation .item.dot_5 {
  bottom: 20px;
  right: -70px;
}

.attraction-section .img-col .left_dot_animation .item.dot_5 img {
  width: 8px;
}

.attraction-section .img-col .right_dot_animation {
  width: 60px;
  height: 60px;
  bottom: 50px;
  right: 0px;
  left: auto;
}

.attraction-section .img-col .right_dot_animation .item.dot_1 {
  right: 0;
  left: auto;
}

.attraction-section .img-col .right_dot_animation .item.dot_2 {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.attraction-section .img-col .right_dot_animation .item.dot_1 img {
  width: 30px;
}

.attraction-section .img-col .right_dot_animation .item.dot_2 img {
  width: 6px;
  height: 7px;
}

.attraction-section .listing-info-section .bottom_dot_animation {
  width: 102px;
  height: 110px;
  top: auto;
  bottom: 50px;
  left: 20px;
}

.attraction-section
  .listing-info-section
  .bottom_dot_animation
  .item.dot_1
  img {
  width: 14px;
}

.attraction-section
  .listing-info-section
  .bottom_dot_animation
  .item.dot_2
  img {
  width: 8px;
}

.attraction-section .listing-info-section .middle_dot_animation {
  width: 75px;
  height: 110px;
  right: 30px;
  top: 50%;
}

.attraction-section .listing-info-section .middle_dot_animation .item.dot_1 {
  right: 0;
}

.attraction-section
  .listing-info-section
  .middle_dot_animation
  .item.dot_1
  img {
  width: 12px;
}

.attraction-section .listing-info-section .middle_dot_animation .item.dot_2 {
  left: 0;
  right: auto;
  bottom: 0;
}

.dining-section .img-col .left_dot_animation {
  height: 120px;
  width: 120px;
  bottom: auto;
  top: -40px;
  left: 60px;
}

.dining-section .img-col .left_dot_animation .item.dot_1 {
  right: 0;
}

.dining-section .img-col .left_dot_animation .item.dot_2 {
  bottom: -10px;
  right: 20px;
}

.dining-section .img-col .left_dot_animation .item.dot_2 img {
  width: 9px;
}

.dining-section .img-col .left_dot_animation .item.dot_3 {
  top: 30px;
  right: auto;
}

.dining-section .img-col .left_dot_animation .item.dot_3 img {
  width: 15px;
}

.dining-section .img-col .bottom_dot_animation {
  height: 70px;
  width: 80px;
  bottom: 0px;
  right: -80px;
  left: 0;
  margin: 0 auto;
}

.dining-section .img-col .bottom_dot_animation .item.dot_1 {
  right: -30px;
  top: 10px;
}

.dining-section .img-col .bottom_dot_animation .item.dot_1 img {
  width: 10px;
}

.dining-section .img-col .bottom_dot_animation .item.dot_2 img {
  width: 20px;
}

.market-section .img-col .right_dot_animation {
  right: -34px;
  bottom: auto;
  width: 100px;
  top: 40px;
  height: 140px;
}

.market-section .img-col .right_dot_animation .item.dot_1 {
  top: 40px;
  right: auto;
  left: 10px;
}

.market-section .img-col .right_dot_animation .item.dot_1 img {
  width: 5px;
  height: 5px;
}

.market-section .img-col .right_dot_animation .item.dot_2 {
  bottom: 71px;
  right: 35px;
}

.market-section .img-col .right_dot_animation .item.dot_2 img {
  width: 5px;
  height: 5px;
}

.market-section .img-col .right_dot_animation .item.dot_3 {
  bottom: 34px;
  left: 4px;
}

.market-section .img-col .right_dot_animation .item.dot_4 {
  top: auto;
  bottom: 2px;
  left: 3px;
  right: auto;
}

.market-section .img-col .left_dot_animation {
  left: 8px;
}

.market-section .img-col .left_dot_animation .item.dot_1 {
  top: 32px;
  left: 42px;
}

.market-section .img-col .left_dot_animation .item.dot_2 {
  top: auto;
  bottom: 4px;
  left: 16px;
  right: auto;
}

.line_animation {
  width: 1030px;
  height: 640px;
  bottom: -150px;
  top: auto;
  left: -520px;
  z-index: -1;
  -webkit-animation: move1 2s infinite alternate;
  animation: move1 2s infinite alternate;
}

.about-section .img-col .left_dot_animation {
  bottom: auto;
  height: 200px;
  width: 100%;
  top: 0;
  left: 0;
}

.about-section .img-col .left_dot_animation .item.dot_1 {
  right: 111px;
  bottom: auto;
}

.about-section .img-col .left_dot_animation .item.dot_2 {
  left: 0;
  right: auto;
  bottom: 0;
}

.about-section .img-col .right_dot_animation {
  right: 0;
  bottom: 0px;
  width: 80px;
  height: 100px;
}

.about-section .img-col .right_dot_animation .item.dot_1 {
  top: 25px;
  right: 11px;
}

.about-section .img-col .right_dot_animation .item.dot_1 img {
  transform: rotate(45deg);
}

.about-section .img-col .right_dot_animation .item.dot_2 {
  bottom: auto;
  top: -18px;
  right: auto;
  left: -7px;
}

.big-freezy-section .img-col .left_dot_animation {
  height: 70px;
  width: 70px;
  bottom: auto;
  top: 74px;
  left: 41px;
}

.big-freezy-section .img-col .left_dot_animation .item.dot_1 {
  top: 1px;
  right: 30px;
}

.big-freezy-section .img-col .right_dot_animation {
  right: 0;
  bottom: auto;
  width: 100px;
  height: 100%;
  top: 0;
}

.big-freezy-section .img-col .right_dot_animation .item.dot_1 {
  top: 105px;
  right: 26px;
}

.big-freezy-section .img-col .right_dot_animation .item.dot_2 {
  bottom: auto;
  right: 12px;
  top: 52px;
}

.big-freezy-section .img-col .right_dot_animation .item.dot_3 {
  right: 14px;
  bottom: 79px;
}

.error-404 .img-col .left_dot_animation {
  bottom: auto;
  height: 200px;
  width: 100%;
  top: 0;
  left: 0;
}

.error-404 .img-col .left_dot_animation .item.dot_1 {
  right: 111px;
  bottom: auto;
}

.error-404 .img-col .left_dot_animation .item.dot_2 {
  left: 0;
  right: auto;
  bottom: 0;
}

.error-404 .img-col .right_dot_animation {
  right: 0;
  bottom: 0px;
  width: 80px;
  height: 100px;
}

.error-404 .img-col .right_dot_animation .item.dot_1 {
  top: 25px;
  right: -19px;
}

.error-404 .img-col .right_dot_animation .item.dot_1 img {
  transform: rotate(45deg);
}

.error-404 .img-col .right_dot_animation .item.dot_2 {
  bottom: auto;
  top: -18px;
  right: 40px;
  left: -7px;
}

.media-top-section .right_dot_animation {
  height: 150px;
  width: 150px;
  right: 0;
  left: auto;
  top: 100px;
  bottom: auto;
}

.media-top-section .right_dot_animation .item.dot_1 {
  top: -3px;
  right: auto;
  left: 50px;
}

.media-top-section .right_dot_animation .item.dot_1 img {
  transform: rotate(-45deg);
  width: 14px;
}

.media-top-section .right_dot_animation .item.dot_2 {
  bottom: -4px;
  right: 65px;
}

.media-top-section .right_dot_animation .item.dot_2 img {
  transform: rotate(47deg);
}

.media-top-section .right_dot_animation .item.dot_3 {
  right: -5px;
  bottom: auto;
  top: 43px;
}

.media-top-section .right_dot_animation .item.dot_3 img {
  height: 30px;
}

.media-top-section .left_dot_animation {
  height: 80px;
  width: 50px;
}

.media-top-section .left_dot_animation .item.dot_1 {
  top: auto;
  bottom: -10px;
  left: -3px;
}

.media-top-section .left_dot_animation .item.dot_1 img {
  width: 20px;
}

.media-top-section .left_dot_animation .item.dot_2 {
  bottom: auto;
  right: auto;
  left: -53px;
  top: 14px;
}

.media-top-section .left_dot_animation .item.dot_2 img {
  width: 45px;
}

.content-btm-section .bottom_dot_animation {
  height: 111px;
  width: 118px;
  bottom: 90px;
  left: 150px;
}

.content-btm-section .bottom_dot_animation .item.dot_2 {
  bottom: 0;
  right: 0;
}

.content-btm-section .bottom_dot_animation .item.dot_2 img {
}

.content-btm-section .bottom_dot_animation .item.dot_1 {
  right: auto;
  left: 0;
}

.entertainment-schedule .left_dot_animation {
  top: 80px;
  width: 163px;
  height: 188px;
  bottom: auto;
  left: 130px;
}

.entertainment-schedule .left_dot_animation .item.dot_1 {
  right: 0;
  top: 80px;
}

.entertainment-schedule .left_dot_animation .item.dot_2 {
  bottom: auto;
  top: 0;
  right: auto;
  left: 50px;
}

.entertainment-schedule .left_dot_animation .item.dot_2 img {
  height: 14px;
}

.entertainment-schedule .left_dot_animation .item.dot_3 {
}

.entertainment-schedule .middle_dot_animation {
  top: 50%;
  right: 10px;
  width: 74px;
  height: 195px;
}

.entertainment-schedule .middle_dot_animation .item.dot_1 {
  right: auto;
  left: 0;
}

.entertainment-schedule .middle_dot_animation .item.dot_2 {
  bottom: 60px;
  right: auto;
  left: 0;
}

.entertainment-schedule .middle_dot_animation .item.dot_3 {
  right: 0;
}

.entertainment-schedule .middle_dot_animation .item.dot_3 img {
  width: 8px;
}

.entertainment-schedule .bottom_dot_animation {
  width: 154px;
  height: 66px;
  left: 50px;
}

.entertainment-schedule .bottom_dot_animation .item.dot_1 {
  right: auto;
  left: 0;
}

.entertainment-schedule .bottom_dot_animation .item.dot_1 img {
  width: 28px;
}

.entertainment-schedule .bottom_dot_animation .item.dot_2 {
  right: 0;
}

.entertainment-schedule .bottom_dot_animation .item.dot_2 img {
  width: 9px;
  transform: rotate(-45deg);
}

.skating-section .img-col .right_dot_animation {
  width: 200px;
  height: 100%;
  right: 0;
  bottom: auto;
  top: 0;
}

.skating-section .img-col .right_dot_animation .item.dot_1 {
  right: 69px;
  left: auto;
  top: 3px;
}

.skating-section .img-col .right_dot_animation .item.dot_1 img {
  width: 9px;
}

.skating-section .img-col .right_dot_animation .item.dot_2 {
  right: auto;
  left: 52px;
  bottom: auto;
  top: 75px;
}

.skating-section .img-col .right_dot_animation .item.dot_3 {
  top: 7px;
  left: 10px;
  bottom: auto;
}

.skating-section .img-col .right_dot_animation .item.dot_3 img {
  width: 34px;
  transform: rotate(48deg);
}

.skating-section .img-col .right_dot_animation .item.dot_4 {
  right: 9px;
  left: auto;
  top: auto;
  bottom: 76px;
}

.skating-section .img-col .right_dot_animation .item.dot_4 img {
  width: 34px;
  transform: rotate(48deg);
}

.elf-chat-section .img-col .left_dot_animation {
  height: 170px;
  width: 120px;
  bottom: 68px;
  left: 15px;
}

.elf-chat-section .img-col .left_dot_animation .item.dot_1 {
  right: 20px;
  top: 60px;
}

.elf-chat-section .img-col .left_dot_animation .item.dot_2 {
  bottom: auto;
  top: -2px;
  right: 34px;
}

.elf-chat-section .img-col .left_dot_animation .item.dot_3 {
  left: -4px;
}

.elf-chat-section .img-col .left_dot_animation .item.dot_3 img {
  transform: rotate(48deg);
}

.elf-chat-section .img-col .right_dot_animation {
  top: 80px;
  bottom: auto;
  height: 73px;
  width: 50px;
  right: -16px;
}

.elf-chat-section .img-col .right_dot_animation .item.dot_1 {
  left: 0;
  right: auto;
}

.elf-chat-section .img-col .right_dot_animation .item.dot_2 {
  bottom: 0;
  right: 17px;
}

.elf-chat-section .img-col .right_dot_animation .item.dot_2 img {
  width: 10px;
}

.elf-chat-section .bottom_dot_animation {
  width: 50px;
  height: 75px;
  top: -80px;
  right: -60px;
}

.elf-chat-section .bottom_dot_animation .item.dot_1 {
  left: 0;
  right: auto;
}

.elf-chat-section .bottom_dot_animation .item.dot_2 {
  bottom: 27px;
  right: -20px;
}

.elf-chat-section .bottom_dot_animation .item.dot_3 {
  bottom: -5px;
  right: 0;
}

.elf-chat-section .bottom_dot_animation .item.dot_3 img {
  width: 10px;
}

.purchase-section .img-col .left_dot_animation {
  width: 100%;
  height: 170px;
  bottom: auto;
  top: 0;
  left: 0;
}

.purchase-section .img-col .left_dot_animation .item.dot_1 {
  left: 70px;
  top: 1px;
  right: auto;
}

.purchase-section .img-col .left_dot_animation .item.dot_1 img {
  width: 30px;
}

.purchase-section .img-col .left_dot_animation .item.dot_2 {
  left: 50px;
  bottom: 65px;
  right: auto;
  top: auto;
}

.purchase-section .img-col .left_dot_animation .item.dot_2 img {
  width: 22px;
}

.purchase-section .img-col .left_dot_animation .item.dot_3 {
  bottom: 46px;
  right: 43px;
}

.purchase-section .img-col .left_dot_animation .item.dot_3 img {
  width: 15px;
}

.purchase-section .img-col .left_dot_animation .item.dot_4 {
  top: auto;
  bottom: -7px;
  right: 0px;
  left: auto;
}

.purchase-section .img-col .left_dot_animation .item.dot_4 img {
  width: 10px;
}

.purchase-section .middle_dot_animation {
  top: 37%;
  left: 50px;
  width: 44px;
  height: 96px;
  right: auto;
}

.purchase-section .middle_dot_animation .item.dot_1 {
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
}

.purchase-section .middle_dot_animation .item.dot_1 img {
  width: 7px;
}

.purchase-section .middle_dot_animation .item.dot_2 {
  bottom: -10px;
  right: auto;
  left: 0;
}

.purchase-section .middle_dot_animation .item.dot_2 img {
}

.purchase-section .left_dot_animation {
  top: 80px;
  width: 163px;
  height: 188px;
  bottom: auto;
  left: 130px;
}

.purchase-section .left_dot_animation .item.dot_1 {
  right: 0;
  top: 80px;
}

.purchase-section .left_dot_animation .item.dot_2 {
  bottom: auto;
  top: 0;
  right: auto;
  left: 50px;
}

.purchase-section .left_dot_animation .item.dot_2 img {
  height: 14px;
}

.purchase-section .left_dot_animation .item.dot_3 {
}

.purchase-section .bottom_dot_animation {
  width: 154px;
  height: 66px;
  left: 50px;
  bottom: 20px;
}

.purchase-section .bottom_dot_animation .item.dot_1 {
  right: auto;
  left: 0;
}

.purchase-section .bottom_dot_animation .item.dot_1 img {
  width: 28px;
}

.purchase-section .bottom_dot_animation .item.dot_2 {
  right: 0;
}

.purchase-section .bottom_dot_animation .item.dot_2 img {
  width: 9px;
  transform: rotate(-45deg);
}

.transport-section .bottom_dot_animation {
  width: 50px;
  height: 75px;
  bottom: -50px;
  right: -60px;
}

.transport-section .bottom_dot_animation .item.dot_1 {
  left: auto;
  right: 0;
  top: -4px;
}

.transport-section .bottom_dot_animation .item.dot_2 {
  bottom: -6px;
  left: 10px;
}

.transport-section .bottom_dot_animation .item.dot_2 img {
  width: 13px;
}

.transport-section .bottom_dot_animation .item.dot_3 {
  bottom: 0;
  left: -14px;
}

.transport-section .bottom_dot_animation .item.dot_3 img {
  width: 10px;
}

.transport-section .left_dot_animation {
  left: 40px;
  bottom: auto;
  width: 70px;
  height: 120px;
  top: 130px;
}

.transport-section .left_dot_animation .item.dot_1 {
  bottom: 0;
  top: auto;
}

.transport-section .left_dot_animation .item.dot_2 {
  bottom: auto;
  top: 0;
}

.become-sponsor-section .right_dot_animation {
  width: 100%;
  height: 190px;
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
}

.become-sponsor-section .right_dot_animation .item.dot_1 {
  top: -5px;
  right: 12px;
}

.become-sponsor-section .right_dot_animation .item.dot_2 {
  bottom: auto;
  top: 98px;
  right: 68px;
}

.become-sponsor-section .right_dot_animation .item.dot_3 {
  left: auto;
  right: 93px;
  top: 46px;
  bottom: auto;
}

.become-sponsor-section .right_dot_animation .item.dot_4 {
  top: auto;
  bottom: 2px;
  left: 71px;
}

.decore-chirstmas-section .right_dot_animation {
  width: 100px;
  height: 100px;
  bottom: auto;
  top: 100px;
  right: 50px;
}

.decore-chirstmas-section .right_dot_animation .item.dot_1 {
  top: -2px;
  right: auto;
  left: -29px;
}

.decore-chirstmas-section .right_dot_animation .item.dot_2 {
  bottom: 38px;
  right: 10px;
}

.decore-chirstmas-section .right_dot_animation .item.dot_3 {
  bottom: -2px;
}

.decore-chirstmas-section .bottom_dot_animation {
  width: 140px;
  height: 60px;
  bottom: 6px;
  left: 0px;
}

.decore-chirstmas-section .bottom_dot_animation .item.dot_1 {
  left: 20px;
  right: auto;
  top: -3px;
}

.decore-chirstmas-section .bottom_dot_animation .item.dot_1 img {
  transform: rotate(45deg);
}

.decore-chirstmas-section .bottom_dot_animation .item.dot_2 {
  bottom: 4px;
  right: 12px;
}

.become-enterner .right_dot_animation {
  height: 100%;
  width: 100%;
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
}

.become-enterner .right_dot_animation .item.dot_1 {
  right: 22px;
  top: 86px;
}

.become-enterner .right_dot_animation .item.dot_2 {
  right: 188px;
  bottom: 12px;
}

.become-enterner .right_dot_animation .item.dot_3 {
  bottom: auto;
  top: 0;
  left: -130px;
  right: 0;
}

.become-enterner .right_dot_animation .item.dot_4 {
  top: 128px;
  bottom: auto;
  left: 113px;
}

.become-enterner .right_dot_animation .item.dot_5 {
  bottom: auto;
  left: 175px;
  right: auto;
  top: 175px;
}

.become-enterner .right_dot_animation .item.dot_6 {
  right: 147px;
  top: 39px;
}

.become-enterner .right_dot_animation .item.dot_7 {
  bottom: 55px;
  right: 1px;
}

.become-enterner .right_dot_animation .item.dot_1 img,
.become-enterner .right_dot_animation .item.dot_2 img {
  width: 48px;
  transform: rotate(45deg);
}

.become-enterner .top_dot_animation {
  top: 100px;
  width: 34px;
  height: 93px;
  left: 40px;
}

.become-enterner .top_dot_animation .item.dot_1 {
  right: auto;
}

.become-enterner .top_dot_animation .item.dot_2 {
  bottom: 0;
}

.become-enterner .middle_dot_animation {
  left: 50px;
  width: 63px;
  height: 84px;
  top: 50%;
}

.become-enterner .middle_dot_animation .item.dot_1 {
  right: auto;
}

.become-enterner .middle_dot_animation .item.dot_1 img {
  width: 7px;
}

.become-enterner .middle_dot_animation .item.dot_2 {
  bottom: 0;
}

.become-enterner .middle_dot_animation .item.dot_2 img {
  width: 44px;
}

.become-enterner .bottom_dot_animation {
  width: 50px;
  height: 75px;
  bottom: 50px;
  right: 60px;
}

.become-enterner .bottom_dot_animation .item.dot_1 {
  left: auto;
  right: 0;
  top: -4px;
}

.become-enterner .bottom_dot_animation .item.dot_2 {
  bottom: -6px;
  left: 10px;
}

.become-enterner .bottom_dot_animation .item.dot_2 img {
  width: 13px;
}

.become-enterner .bottom_dot_animation .item.dot_3 {
  bottom: 0;
  left: -14px;
}

.become-enterner .bottom_dot_animation .item.dot_3 img {
  width: 10px;
}

.become-sponsor-section .middle_dot_animation {
  top: 55%;
  width: 48px;
  height: 82px;
  left: 50px;
}

.become-sponsor-section .middle_dot_animation .item.dot_1 {
  right: 0;
}

.become-sponsor-section .middle_dot_animation .item.dot_2 {
  left: 0;
  bottom: 0;
}

.become-sponsor-section .middle_dot_animation .item.dot_2 img {
  width: 10px;
}

@-webkit-keyframes move1 {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -40px);
  }
}

@keyframes move1 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, -40px);
  }
}

@-webkit-keyframes move2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, -30px);
  }
}

@keyframes move2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, -30px);
  }
}

@-webkit-keyframes move3 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, -20px);
  }
}

@keyframes move3 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, -20px);
  }
}

.page-template-tp-the-big-freezy .inner-banner-section {
  padding: 0;
  min-height: auto;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
[class^="swiper-button-"] {
  transition: all 0.3s ease;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
  /*padding: 0px 50px;*/
  height: 26vw;
  transition: opacity 0.6s ease;
  margin-top: 10% !important;
  margin-bottom: 2.5% !important;
}

/*.swiper-container.swiper-container-coverflow {
  padding: 1% 0;
}*/
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("images/arrow-left-white.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 44px auto;
  height: 30px;
  width: 50px;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("images/arrow-right-white.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 44px auto;
  height: 30px;
  width: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
  max-height: 324px;
}

.swiper-slide:before {
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(162, 29, 6, 0.6);
}

.swiper-slide.swiper-slide-active {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.swiper-slide.swiper-slide-active:before {
  display: none;
}

.swiper-slide img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 66%;
  /*width: 100%;*/
  padding-left: 5%;
  color: #fff;
}

.swiper-slide .content .title {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 30px;
}

.swiper-slide .content .caption {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

/*.swiper-button-prev {
  transform: translateX(50px);
}

.swiper-button-next {
  transform: translateX(-50px);
}*/

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:hover,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

@media (max-width: 1180px) {
  .swiper-container {
    height: 28vw;
  }

  .swiper-slide .content .title {
    font-size: 25px;
  }

  .swiper-slide .content .caption {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .swiper-container {
    height: 40vw;
  }

  .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}

#lcx-widget:before {
  content: "CHAT WITH US!";
  position: absolute;
  right: 105px;
  color: #fff;
  width: 85px;
  text-align: center;
  top: 34px;
  background: #003926;
  padding: 9px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.gform_body {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
}

.gform_footer {
  text-align: left !important;
}

.gform_button {
  display: inline-block;
  min-width: 200px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 34px;
  color: #fff !important;
  padding: 14px 47px;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  border: none;
  height: auto;
  background-color: #cd2a0f;
}

.gform_button:hover,
.gform_button:focus {
  background-color: #2a7936;
  outline: none !important;
}

.ginput_container input {
  font-size: 16px;
  border: none;
  border-bottom: 2px #cd2a0f solid;
  padding-left: 0 !important;
}

.ginput_container input:active,
.ginput_container input:focus,
.ginput_container input:focus-within {
  border: none;
  outline: none !important;
  border-bottom: 2px #2a7936 solid;
  padding-left: 0 !important;
}

.ginput_container input::placeholder {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.ginput_container textarea {
  font-size: 16px;
  border: 2px #cd2a0f solid;
}

.ginput_container textarea:active,
.ginput_container textarea:focus,
.ginput_container textarea:focus-within {
  outline: none !important;
  border: 2px #2a7936 solid;
}

.gform_heading {
  color: #2a7936;
  text-align: left;
}

.gform_heading h3 {
  font-size: 27.5px;
  font-weight: 700;
}

.form_divider {
  color: #cd2a0f;
  background-color: #cd2a0f;
  height: 1px;
  margin-bottom: 32px;
}

.top_form_heading {
  margin-top: 0;
}

.grecaptcha-badge {
  bottom: -200px !important;
}

/* sponsors */

.sponsor-main {
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}

.sponsor-title {
  text-align: center;
}

.sponsor-title h2 {
  text-transform: uppercase;
  margin: 20px 0 30px;
}

.sponsor-item.slick-slide img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.sponsor-item.slick-slide {
  padding: 0 20px;
  text-align: center;
}

#sponsor-slider .slick-track {
  display: flex;
  align-items: center;
}

.attraction-section-padding {
  padding: 0px 0 0px;
}

.entertainment-schedule-padding {
  padding: 25px 0;
}

.menu-left-header-menu-container {
  width: 50%;
}

.menu-right-header-menu-container {
  width: 50%;
}

/*Blog CSS 05-09-2022*/

.blog-main {
  padding: 128px 0;
  position: relative;
}

.blog-box {
  display: flex;
  flex-wrap: nowrap;
  background: url(images/line.svg) no-repeat;
  padding-top: 35px;
  padding-bottom: 26px;
}

.blog-left img {
  width: 240px;
  height: 174px;
  object-fit: cover;
}

.blog-right {
  padding-left: 56px;
}

.blog-box .blog-right h5 {
  font-weight: 700;
  color: #2a7936;
  margin: 0;
  line-height: 24px;
}

.blog-box .blog-right h5 a {
  color: #2a7936;
}

.blog-box .blog-right h5 a:hover {
  text-decoration: underline;
}

.blog-box .blog-right span {
  font-size: 16px;
  font-weight: 700;
  color: #2a7936;
  text-transform: uppercase;
  margin-top: 3px;
  display: inline-block;
}

.blog-box .blog-right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 6.4rem;
}

.blog-box .blog-right a.read-more {
  color: #2a7936;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 30px;
}

.blog-box .blog-right a.read-more:hover {
  text-decoration: underline;
}

.blog-box .blog-right a.read-more:after {
  position: absolute;
  top: 8px;
  right: -38px;
  content: "";
  background: url(images/green-arrow-right.svg) no-repeat;
  width: 29px;
  height: 16px;
}

.view-more {
  display: flex;
  background: url(images/line.svg) no-repeat;
  justify-content: center;
  padding-top: 103px;
}

.view-more .btn:after {
  display: none;
}

.circle-box {
  position: relative;
}

.circle-box .item {
  position: absolute;
}

.circle-box .item.dot_1 {
  left: -100px;
  top: -50px;
  animation: move2 2.5s infinite alternate;
}

.circle-box .item.dot_2 {
  left: 0px;
  animation: move1 1.8s infinite alternate;
}

/*Blog Right*/
.recent-posts {
  background: #fff;
  padding: 20px 30px 20px 30px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  min-width: 335px;
  float: right;
}

.recent-posts h3 {
  color: #cd2a0f;
  font-weight: 700;
  text-transform: uppercase;
}

.recent-posts ul {
  margin: 0;
  padding: 0;
}

.recent-posts ul li {
  list-style: none;
}

.recent-posts ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  padding: 12px 0;
  display: inline-block;
}

.recent-posts ul li a:hover,
.recent-posts ul li a.active,
.recent-posts ul li a:focus {
  color: #3e8037;
}

.recent-posts .dot-animation {
  position: absolute;
  width: 70px;
  height: 100px;
  right: -80px;
  top: -10px;
}

.recent-posts .dot-animation .item.dot_1 {
  top: 60px;
  left: 10px;
}

.recent-posts .dot-animation .item.dot_2 {
  top: 0px;
  left: 30px;
}

.recent-posts .dot-animation .item.dot_3 {
  top: -20px;
  left: -50px;
}

/*Blog Details*/
.blog-details h2 {
  color: #3e8037;
  line-height: 50px;
}

.blog-details span {
  color: #3e8037;
  line-height: 50px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}
.blog-details span .addtoany_shortcode {
  margin-left: 20px;
}

.blog-details p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 28px;
}

.blog-details img.post-img {
  margin: 27px 0;
  height: 558px;
  object-fit: cover;
  width: 770px;
}

.bottom-arrow {
  text-align: center;
  margin: 56px 0 0 0;
  display: flex;
  justify-content: center;
}

.bottom-arrow a {
  margin: 0 11px;
}

.back-to-blog {
  margin-bottom: 80px;
}

.back-to-blog .btn {
  padding: 15px 35px;
  min-width: 292px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.back-to-blog .btn:after {
  display: none;
}

.back-to-blog .btn:before {
  content: "";
  background-image: url(images/arrow-left-white.svg);
  height: 15px;
  width: 30px;
  display: inline-block;
  background-size: 100%;
  margin-right: 12px;
}

.bottom-arrow path:hover {
  fill: #2a7936;
}

.share {
  margin-left: 10px;
}

.view-more-blog-cus {
  flex-direction: column;
}

#loader.loader {
  width: 60px;
  display: block;
  background: url(images/spinner.gif) no-repeat;
  height: 60px;
  background-size: 60px;
  margin: 0 auto;
}

.loadmore {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*update 13-09-22*/
#appenddata {
  padding-right: 30px;
}
.blog-details img {
  width: 100%;
  height: auto;
}
.blog-details ul {
  list-style: none;
}
.blog-details ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
}
.blog-details ul li:before {
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #000;
  content: "";
  border-radius: 100%;
  left: 0;
  top: 10px;
}
.blog-details ol {
  list-style-position: inside;
}
.blog-details {
  padding-right: 30px;
}
.loadmore a.btn.postloadmore:focus,
.back-to-blog a.btn:focus {
  box-shadow: none;
}
.blog-details ol li {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
}

@media only screen and (max-width: 1199px) {
  #menu-left-header-menu {
    text-align: right;
    padding-right: 10px;
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #menu-left-header-menu {
    text-align: right;
    padding-right: 50px;
  }
}

.mainSlider {
  padding: 30px 0 60px;
  text-align: center;
}

.mainSlider .sliderTxt h3 {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  padding: 0;
  font-size: 37px;
  line-height: 40px;
  color: #003926;
  font-weight: bold;
  margin-bottom: 42px;
  margin-top: 0;
}

.mainSlider .sliderTxt p {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 39px;
  color: #003926;
  margin-bottom: 0;
}

.mainSlider .subSlider .slick-arrow {
  color: transparent;
  border: none;
  background-color: transparent;
  width: 55px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  /* transform: translate(0, -50%); */
}

.mainSlider .subSlider .slick-arrow.slick-prev {
  left: -10%;
  background-image: url(./images/nola_left_arrow.png);
}

.mainSlider .subSlider .slick-arrow.slick-next {
  right: -10%;
  background-image: url(./images/nola_right_arrow.png);
}

@media only screen and (max-width: 1440px) {
  .subSlider {
    padding: 0 50px;
  }
  .mainSlider .subSlider .slick-arrow.slick-prev {
    left: -3%;
  }
  .mainSlider .subSlider .slick-arrow.slick-next {
    right: -3%;
  }
  .mainSlider .subSlider .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .mainSlider .sliderTxt h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 32px;
  }
  .mainSlider .sliderTxt p {
    font-size: 20px;
    line-height: 33px;
  }
  .subSlider {
    padding: 0 50px;
  }
  .mainSlider .subSlider .slick-arrow.slick-prev {
    left: 0;
  }
  .mainSlider .subSlider .slick-arrow.slick-next {
    right: 0;
  }
  .mainSlider .subSlider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .mainSlider {
    padding: 40px 0 70px;
  }
  .mainSlider .sliderTxt h3 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 32px;
  }
  .mainSlider .sliderTxt p {
    font-size: 16px;
    line-height: 29px;
  }
  .subSlider {
    padding: 0 50px;
  }
  .mainSlider .subSlider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .mainSlider .subSlider .slick-arrow.slick-prev {
    left: 0;
  }
  .mainSlider .subSlider .slick-arrow.slick-next {
    right: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #menu-right-header-menu {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1035px) and (max-width: 1200px) {
  #menu-left-header-menu {
    max-width: unset;
    padding-right: 70px;
  }
}

/*  ======================= Custom 21-06-2024 CSS ADDED ==================== */

#giveaways-section {
  display: none;
}
.map-with-content {
  display: none;
}
.main-navigation .logo img {
  max-width: 250px;
}

.eventsLists .hours-list > div {
  width: 33.33%;
  display: flex;
  padding: 20px 35px;
  height: 170px;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  text-align: left;
}

.eventsLists .hours-list > div.empty:after {
  content: "";
  background-color: #a21d07;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 65px;
  z-index: 9;
}

.eventsLists .hours-list > div.empty {
  position: relative;
  padding: 0;
}

.eventsLists.hours-lists:before {
  left: 33.33%;
}

.eventsLists.hours-lists:after {
  left: 66.66%;
}

.eventsLists .hours-list:first-child:before {
  display: none;
}

.eventsLists p {
  margin: 0;
}

.eventsLists p strong {
  margin-bottom: 15px;
  display: inline-block;
}

.eventsLists .greenTitle {
  background: #2a7936;
  text-align: center;
  border-radius: 15px;
  padding: 10px 15px;
  margin: 0 auto;
  width: 90%;
}

.eventsLists .greenTitle p {
  margin: 0;
}

.eventBlock > p {
  margin: 0 auto 75px;
  width: 70%;
}

.main-navigation {
  flex-wrap: wrap;
}

.whiteBg {
  background-color: white;
}

.whiteBg .content-col.left,
.whiteBg .content-col.left .sub-title {
  text-align: left;
  color: black;
}

.whiteBg .title-main {
  color: #cd2a0f;
}

.main-navigation .menu > li .sub-menu li {
  text-align: right;
}

@media screen and (min-width: 991px) {
  .logo {
    order: 1;
  }
  .menu-left-header-menu-container {
    order: 2;
  }
  .menu-right-header-menu-container {
    order: 3;
  }
  .entertainment-schedule .spotlight-list:before,
  .entertainment-schedule .spotlight-list:last-child:after {
    width: 60%;
  }
  .entertainment-schedule .spotlight-lists:before {
    left: 20%;
  }
  .entertainment-schedule .spotlight-list .left-block {
    width: 21%;
  }
}

@media screen and (max-width: 767px) {
  .eventsLists .hours-list > div {
    padding: 0px 2px !important;
    align-items: center;
    text-align: center;
  }
  .eventsLists .hours-list > div p {
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
  }
  .hours-section .container {
    padding: 0 !important;
  }
  .eventsLists .greenTitle {
    padding: 10px 5px;
  }
  .eventsLists .hours-list > div .greenTitle p {
    padding: 0;
  }
  .whiteBg .content-col.left,
  .whiteBg .content-col.left .sub-title {
    text-align: center;
  }
  .image-content-section .content-col p {
    text-align: center !important;
  }
}

.custom-transport-section .btn-wrap {
  text-align: center;
}

.custom-transport-section .title-bottom {
  margin-top: 25px;
}

.custom-transport-section .row {
  align-items: flex-start;
}

.custom-transport-section h2 {
  font-weight: bold;
  color: #2a7936;
  text-transform: uppercase;
}

.custom-transport-section a {
  text-decoration: underline;
}

.custom-transport-section .content-col p {
  text-align: left;
}

.purchase-section .row.no-reverce {
  align-items: baseline;
}

.purchase-section .row.no-reverce .content-box .icon {
  height: 100px;
}

.purchase-section .row.no-reverce .content-box .icon img {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .purchase-section .row.no-reverce .content-box .priceTop {
    height: auto !important;
  }
}
