/***** Import css file Start***/

/*========= Fonts ============*/

@import url("font-awesome.min.css");
@import url("all-fontawesome.min.css");
@import url("font/flaticon.css");
@import url("../fonts/all-fonts/stylesheet.css");
@import url("../fonts/PT-Sans/stylesheet.css");
@import url("../fonts/Josefin-Sans/stylesheet.css");
@import url("../fonts/MadinaScript/stylesheet.css");
@import url("../fonts/KlinicSlab/stylesheet.css");

/***** Import css file End***/

/********AJAX LOADER CSS*************/

.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  top: 0;
}
.loader-spinner {
  width: 100%;
  height: 100%;
  position: relative;
  top: 40%;
  left: 45%;
  /* margin-left: -20px; */
  /* margin-top: -20px; */
  display: flex;
  align-items: center;
  justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  margin: 0 auto;
  vertical-align: middle;
}
.double-bounce1,
.double-bounce2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #38414a;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  background-image: url('../images/wd-logo-white.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.no-loader .loader {
  display: none !important;
}

.ajax-loader{
    display: none;
}
.ajax-loader{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100000;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.no-loader .ajax-loader {
  display: none !important;
}
.loader-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.loader,
.loader:before,
.loader:after {
  background: #c85f7a;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #c85f7a;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/********AJAX LOADER CSS**************/

body {
    /*font-family: 'KlinicSlabBook';*/
    font-family: 'Lato-Regular';
}

.main-nav {
    background: #383838;
    padding: 0;
    height: 76px;
    align-items: center;
    justify-content: center;
    display: flex;
    display: -webkit-flex;
    box-shadow: 0px 1px 2px #000;
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.nav-brand a img {
    max-width: 260px;
}

.nav-brand {
    float: left;
    margin: 3px 0 0;
    padding: 0;
}

.nav-brand a {
    display: block;
    padding: 16px 0px;
    color: #555;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
}

#main-menu {
    clear: both;
}

@media (min-width: 768px) {
    #main-menu {}
}


/* Mega menus */


/* make mega menus take the full width of .main-nav */

#main-menu,
#main-menu > .has-mega-menu {
    position: static !important;
}

#main-menu .mega-menu {
    margin-left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    z-index: 1;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
    margin-left: 0 !important;
}


/* clear any floats inside the mega menus */

#main-menu .mega-menu > li {
    overflow: auto;
}


/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

#main-menu .mega-menu {
    color: #353451;
}

#main-menu .mega-menu ul {
    position: static;
    display: block;
    margin: 0.83em 0;
    border: 0;
    padding: 0 0 0 20px;
    width: auto;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main-menu .mega-menu ul li {
    display: list-item;
    list-style-type: disc;
    border: 0;
}

#main-menu .mega-menu a {
    display: inline;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    text-decoration: none;
}


/* simple columns inside the mega menus */

#main-menu .mega-menu .column-1-6 {
    padding: 0 20px;
}

@media (min-width: 1200px) {
    #main-menu .mega-menu .column-1-6 {
        float: left;
        width: 16%;
    }
    .sm-clean.sm-custom ul {
        border: 1px solid #c85f7b;
        padding: 20px 10px;
        background: #c85f7b;
        border-radius: 5px !important;
        box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    }
    .column-1-6 a p {
        padding-top: 10px;
        text-align: center;
        color: #fff;
    }
    .column-1-6 a img {
        display: flex;
        display: -webkit-flex;
        margin: 0 auto;
    }
    .sm-clean.sm-custom > li > ul.sm-offer::before,
    .sm-clean.sm-custom > li > ul.sm-offer::after {
        content: '';
        position: absolute;
        top: -18px;
        left: 32px;
        right: 300px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 9px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #c85f7b transparent;
        margin: 0 auto;
    }
    .sm-clean.sm-custom > li > ul.sm-offer::after {
        top: -16px;
        left: 31px;
        border-width: 8px;
        border-color: transparent transparent #c85f7b transparent;
    }
}


/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 16px 10px;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 3px;
    width: 30px;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -9px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 9px;
    left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
}

@media (min-width: 1200px) {
    .main-nav {
        /*			line-height: 0;*/
        text-align: center;
    }
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: inline-block;
    }
}

.book-party-btn {
    /*
    float: right;
    margin: 28px 20px;
*/
}

.top-nav-section {
    background-color: #C85F7B;
    padding: 7px 0;
}

.top-nav-right-section ul {
    padding: 0;
    margin: 0;
}

.top-nav-right-section ul li {
    display: inline-block;
}

.top-nav-right-section {
    float: right;
}

.sm-clean.sm-custom {
    background: transparent;
    padding: 0px 0;
/*    margin: 5px 0 0;*/
    margin: 0;
    margin-top: 7px;
    margin-left: -8px;
    margin-right: -2px;
    overflow-y: auto;
    max-height: 80vh;
}

.sm-clean.sm-custom li {
    padding: 0px;
    margin-left: -1px;
}

.sm-clean.sm-custom a {
    font-size: 13px;
    color: #f8f7ee;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
    padding: 20px 12px;

}
.sm-clean.sm-custom a:hover, .sm-clean.sm-custom a:focus {
    color: #f8b6bd;
}
.top-nav-right-section ul li a {
    color: #fff;
    font-size: 14px;
    /*    font-family: 'KlinicSlabBold';*/
    font-family: 'PT-Sans-Bold';
    text-transform: uppercase;
    padding: 0 15px;
    text-shadow: 1px 0px #000;
    text-decoration: none;
    letter-spacing: 4px;
}

p.contact-section {
    color: #fff;
    margin: 0px;
    font-family: 'PT-Sans-Bold';
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    text-shadow: 1px 0px #000;
}

.contact-section em {
    background: #F8B6BD;
    color: #c85f7b;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 5px;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    box-sizing: content-box;
    text-align: center;
    transform: rotate(-90deg);
    text-shadow: none;
    margin-top: -5px;
}

p.contact-section a {
    color: #fff;
    text-decoration: none;
}

.book-party-btn-content a {
    letter-spacing: 1px;
    border-radius: 50px;
    color: #383838;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'Josefin Sans', sans-serif;
    background-image: url('../images/btn-light-texture.jpg');
    transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out, color 0.3s ease-in-out;
    display: inline-block;
    background-color: #fcb2c9;
    color: #383838;
    padding: 25px 40px 21px 40px;
}
.book-party-btn-content a:hover {
    background-color: #f8b6bd;
    color: #383838;
    background-image: none;
}
.mobile-party-btn {
    background-color: #c85f7b;
}
.footer-section {
    background-color: #38393F;
    /*    display: flex;*/
    padding: 40px 0;
}

.footer-header {
    font-size: 18px;
    color: #f8f7ee;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato-Bold';
    line-height: 28px;
    padding-bottom: 5px;
    margin: 0;
    /*font-family: 'KlinicSlabBold';*/
}

.location-footer-header {
    font-size: 18px;
    color: #f8f7ee;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato-Bold';
    line-height: 28px;
    padding-bottom: 35px;
    margin: 0;
    /*font-family: 'KlinicSlabBold';*/
}

.footer-address-section p,
.footer-address-section p a {
    color: #fff;
    font-family: 'Lato-Regular';
    font-size: 16px;
    /*font-family: 'KlinicSlabBook';*/
}

.footer-address-section p a {
    text-decoration: none;
}

.footer-location-address {
    line-height: 30px;
}

.footer-navigation ul li a {
    color: #f8f7ee;
    font-family: 'Lato-Regular';
    font-size: 16px;
    /*font-family: 'KlinicSlabBook';*/
}

.footer-navigation ul li a {
    color: #f8f7ee;
    font-family: 'Lato-Regular';
    font-size: 18px;
    text-decoration: none;
    line-height: 32px;
    /*font-family: 'KlinicSlabBook';*/
}

.subscribe-header {
    font-size: 18px;
    color: #f8f7ee;
    padding: 0;
    margin: 0;
    font-family: 'PT-sans';
    letter-spacing: 1px;
    font-style: inherit;
}

.subscribe-form .form-control {
    background-color: transparent;
    border: navajowhite;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    font-size: 20px;
    font-family: 'Lato-Regular';
    color: #fff;/*font-family: 'KlinicSlabBook';*/
}

.subscribe-form .subscribe-btn {
    letter-spacing: 3px;
    padding: 10px 17px;
    background-color: #f7b6bd;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    text-shadow: none;
    background-image: none;
/*    margin-top: 10px;*/
/*    margin-left: -20px;*/
}

.footer-navigation ul {
    list-style: none;
    padding: 0;
}

.footer-social-header {
    font-size: 18px;
    color: #f8f7ee;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato-Bold';
    line-height: 28px;
    padding-bottom: 5px;
    margin: 0;/*font-family: 'KlinicSlabBold';*/
}

.social-list ul li a {
    background: #F8B6BD;
    color: #38393f;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid transparent;
    width: 22px;
    height: 22px;
    padding: 5px;
    margin: 4px;
    font-size: 22px !important;
    line-height: 22px;
    box-sizing: content-box;
}

.social-list ul li {
    display: inline-block;
}

.social-list ul {
    padding: 0;
    list-style: none;
}

.subscribe-newsletter-section {
    padding-bottom: 40px;
}

.copy-right-section p {
    color: #fff;
    font-size: 13px;
    font-family: 'Lato-Regular';
    /*font-family: 'KlinicSlabBook';*/
}

.footer-logo {
    padding-top: 40px;
    padding-bottom: 20px;
}

.desktop-party-btn {
    float: right;
    margin: 0px;
}

.sticky-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.event-search-section {
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -6px #cecece;
    -moz-box-shadow: 0 8px 6px -6px #cecece;
    box-shadow: 0 8px 6px -6px #cecece;
}

.event-grid-section {
    padding: 50px 0;
}

.event-content-section .event-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-color: #efefef;
    width: 100%;
    height: 290px;
    background-image: none !IMPORTANT;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    padding: 20px;
    margin: 0 auto;
}

.event-content-section .event-img img.place-img {
    /*    display: none;*/
    max-width: 100%;
    max-height: 100%;
    box-shadow: -2px 3px 2px 0 rgba(0, 0, 0, 0.5);
}

.event-list-date,
.event-list-price {
    display: inline-block;
}

.event-list-price {
    float: right;
}

.event-content-section a {
    text-decoration: none;
    color: #222;
}

.event-list-header {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-family: 'Lato-Bold';
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-family: 'KlinicSlabBold';*/
}

.dt-price {
    padding-bottom: 5px;
}

.event-date-description,
.event-price-description {
    /*font-family: 'KlinicSlabBold';*/
    font-family: 'Lato-Bold';
    font-size: 14px;
    margin: 0px;
}

.event-content-section {
    padding: 10px 0px 25px;
    margin-bottom: 15px;
}

.event-list-description {
    /*    font-family: 'PT-sans';
    font-family: 'KlinicSlabBook';*/
    font-family: 'Lato-Regular';
    color: #000;
    font-size: 16px;
    height: 40px;
}
.event-grid-section .events-calendar-bar {
    margin: 0;
    text-align: center;
}
/*@media (max-width:767px){
   .event-grid-section .events-calendar-bar{
        display: none;
    }
}*/
.event-grid-section .tiva-events-calendar .events-calendar-bar {
    display: none;
}
.view-more-btn .view-btn {
    letter-spacing: 3px;
    padding: 10px 35px;
    background-color: #f7b6bd;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    text-shadow: none;
    background-image: none;
    margin-top: 10px;
}

.load-more-btn {
    padding: 30px 0;
}

.search-nav {
    position: relative;
    z-index: 1;
}

.search-nav-scrolled {
    position: fixed;
    width: 100%;
    top: 121px;
    background: #fff;
}

#custom-search-input {
    margin: 0;
    padding: 0;
}

#custom-search-input .search-query {
/*    padding: 16px 15px;*/
    margin-bottom: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0px;
    box-shadow: none;
}

#custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 1px;
    position: absolute;
    right: 10px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    z-index: 3;
    box-shadow: none;
    top: 4px;
}

.search-query:focus + button {
    z-index: 3;
}

label.custom-select {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.custom-select select {
    display: inline-block;
    border: none;
    padding: 10px 20px 10px 15px;
    margin: 0;
    font: inherit;
    line-height: 1.2;
    border-radius: 20px;
}

.custom-select:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    right: 5px;
    bottom: 5px;
    padding: 0 10px;
    background: #fff;
    color: #222;
    pointer-events: none;
}

.event-detail-section {
    padding: 50px 0;
}

.slick-initialized .event-slider-bg-img {
    text-align: center;
    box-sizing: border-box;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    height: 500px;
    width: 500px;
    padding: 20px 20px 50px;
    ;
    background-image: none !important;
}

.slick-initialized .event-slider-bg-img img {
    max-width: 100%;
    max-height: 100%;
    box-shadow: -2px 3px 2px 0 rgba(0, 0, 0, 0.5);
}

.event-slider .slick-prev:before,
.event-slider .slick-next:before {
    font-size: 24px;
    color: #000;
}

.event-slider .slick-prev {
    left: 15px;
    z-index: 1;
}

.event-slider .slick-next {
    right: 15px;
    z-index: 1;
}

.event-slider .slick-prev,
.event-slider .slick-next {
    opacity: 0;
}

.event-slider:hover .slick-prev,
.event-slider:hover .slick-next {
    opacity: 1;
}

.event-slider .slick-dots {
    bottom: 10px;
}

.event-slider .slick-dots li button:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 12px;
}

.event-slider .slick-dots li.slick-active {
    margin: 0;
}

.event-slider .slick-dots li.slick-active button {
    border: 1px solid #000;
    border-radius: 50%;
}

.event-detail-title {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0;
    line-height: 42px;
    font-family: 'Lato-Bold';
    padding-bottom: 10px;
    /*font-family: 'KlinicSlabBold';*/
}

.event-detail-header {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
}

.event-time-address {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
}

.event-time-address:last-child {
    margin-bottom: 20px;
}

.buy-btn-link {
    letter-spacing: 3px;
    padding: 10px 35px;
    background-color: #f7b6bd;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    text-shadow: none;
    background-image: none;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.buy-btn-link:hover, .buy-btn-link:focus, .buy-btn-link:active {
    color: #38393f;
    text-decoration: none;
}

.event-price-title {
    font-family: 'PT-Sans-Bold';
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-top: -15px;
}

.event-time-address p {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #222;
    line-height: 28px;
}

.event-time-address p .event-icon {
    position: absolute;
    left: 0;
}

.event-icon-header {
    /*font-family: 'KlinicSlabBold';*/
    font-family: 'Lato-Bold';
    font-size: 18px;
}

.view-map {
    /*font-family: 'KlinicSlabBold';*/
    font-family: 'Lato-Bold';
    font-size: 18px;
    color: #222;
    text-decoration: none;
}

.event-social-list ul {
    padding: 0;
    list-style: none;
}

.event-social-list ul li {
    display: inline-block;
}

.event-social-list ul li a {
    background: #F8B6BD;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid transparent;
    width: 14px;
    height: 14px;
    padding: 5px;
    margin: 4px;
    font-size: 16px !important;
    line-height: 14px;
    box-sizing: content-box;
    transition: all .3s ease;
}

.event-social-list ul li a:hover {
    transform: scale(1.09);
}

.event-social-list ul li a.fb {
    background: #3B5998;
}

.event-social-list ul li a.tw {
    background: #55ACEE;
}

.event-social-list ul li a.ing {
    background: #125688;
}

.event-social-list ul li a.ytube {
    background: #bb0000;
}

.pd-tb {
    padding-bottom: 30px;
}

.event-desc-title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0;
    line-height: 30px;
    padding-bottom: 10px;
    font-family: 'Lato-Bold';
    /*font-family: 'KlinicSlabBold';*/
}

.event-sub-description p {
    font-family: 'PT-sans';
    font-size: 16px;
    line-height: 30px;
    font-family: 'Lato-Regular';
    color: #000;
    /*font-family: 'KlinicSlabBook';*/
}

.your-location-title,
.your-host-title {
    font-size: 24px;
    margin: 0px;
    padding: 0;
    line-height: 30px;
    font-family: 'Lato-Bold';
    padding-bottom: 10px;
    /*font-family: 'KlinicSlabBold';*/
}

.your-location {
    padding-bottom: 30px;
}

.yo-loc-title,
.yo-host-title {
    /*    font-family: 'PT-Sans-Bold';
    font-family: 'KlinicSlabBold';*/
    font-family: 'Lato-Bold';
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
}

.event-host-rating {
    float: right;
    font-size: 12px;
}

.event-like-slider {
    margin: 20px;
}

.event-like-slider .event-list-item {
    /*    width: 290px;*/
}

.event-like-slider .event-content-section .event-img {
    width: auto;
    height: 290px;
}

.event-bottom-slider .slick-prev {
/*    left: 0;*/
    z-index: 1;
}

.event-bottom-slider .slick-next {
/*    right: 0;*/
    z-index: 1;
}

.event-bottom-slider .slick-prev:before,
.event-bottom-slider .slick-next:before {
    color: #000;
    font-size: 36px;
}

.event-like-this-section {
    padding: 50px 0 30px;
}

.event-like-title {
    font-size: 24px;
    margin: 0px;
    padding: 0;
    line-height: 30px;
    font-family: 'Lato-Bold';
    /*font-family: 'KlinicSlabBold';*/
}

#custom-search-input .input-group {
    width: 265px;
}
p.g-lname {
    text-transform: capitalize;
}
.filter-section {
    display: flex;
    /* align-items: center; */
    float: right;
}

.event-experience-dropdown,
.event-guest-dropdown {
    padding-right: 10px;
}

.event-list-item {
    padding: 5px;
}

.yo-host-desc,
.yo-loc-desc {
    /*font-family: 'KlinicSlabBook';*/
    font-family: 'Lato-Regular';
    font-size: 16px;
}

.event-price,
.qtn-field {
    display: inline-block;
}

.qtn-field {
    padding-right: 20px;
}

.qty-table {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    padding: 10px 0;
}

span.qty-label {
    /*font-family: 'KlinicSlabBook';*/
    font-family: 'Lato-Regular';
    font-weight: 600;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.select {
    position: relative;
    display: block;
    width: 12em;
    height: 36px;
    line-height: 20px;
    overflow: hidden;
}

.select select {
    width: 100%;
    height: 100%;
    margin: 0;
    /*    padding: 0 0 0 .5em;*/
    color: #222;
    cursor: pointer;
    padding: 0 15px;
}

.select select::-ms-expand {
    display: none;
}

.select::after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 7px 1em;
    background: transparent;
    pointer-events: none;
}
.layout-view{
    display: none;
}
.layout-view.show{
    display: block;
}
.select:hover::after {
    color: #222;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.alert-content {
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Lato-Bold';
    /*font-family: 'KlinicSlabBold';*/
}

.alert-content a {
    color: #fff;
    text-decoration: none;
}

.alert-close.close {
    color: #fff;
    opacity: 1;
    right: 10px;
    top: 1px;
}

.custom-dropdown {
    border-radius: 0;
    border: 1px solid #ccc;
    background: transparent;
}

.custom-dropdown:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    margin-left: 10px;
}

.custom-open.open .custom-dropdown:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-checkbox {
    /*
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    max-width: 100%;
*/
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checklist_square {
    position: absolute;
    top: -10px;
    left: 15px;
    height: 25px;
    width: 25px;
    background-color: #ddd;
    border-radius: 0;
    border: 1px solid #b3b3b3;
}

.checklist_square1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ddd;
    border-radius: 0;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
}

.custom-checkbox:hover input ~ .checklist_square,
.custom-checkbox1:hover input ~ .checklist_square1 {
    background-color: #adadad;
}

.custom-checkbox input:checked ~ .checklist_square {
    background-color: #c85f7b;
}

.custom-checkbox1 input:checked ~ .checklist_square1 {
    background-color: #c85f7b;
}

.checklist_square:after,
.checklist_square1:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checklist_square:after {
    display: block;
}

.custom-checkbox1 input:checked ~ .checklist_square1:after {
    display: block;
}

.custom-checkbox .checklist_square:after {
    left: 4px;
    top: -1px;
    width: 10px;
    height: 10px;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 16px;
}

.custom-checkbox1 .checklist_square1:after {
    left: 4.5px;
    top: 2px;
    width: 10px;
    height: 10px;
    content: "\f111";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 10px;
}

.dropdown-desktop-overlay__content_inner.dropdown-menu {
    position: absolute;
    margin-top: 12px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0 24px;
    border: 1px solid #e4e4e4;
    z-index: 999;
    min-width: 400px;
    box-sizing: border-box;
    overflow-y: auto;
    /*height: 400px;*/
    max-height: 400px;
}

.checklist__list {
    padding: 0;
    list-style: none;
}

.custom-inline em {
    font-weight: normal;
    font-size: 13px;
}

.custom-inline p {
    margin: 0;
}

li.checklist__list-item {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 5px 10px;
    position: relative;
}

.custom-checkbox {
    position: absolute;
    right: 15%;
    top: 15px;
}

.custom-checkbox1 {
    position: absolute;
    right: 15%;
    top: 7px;
}

section.menu-buttons {
    padding: 20px 0 60px;
}

.menu-buttons__cancel-button,
menu-buttons__apply-button {
    display: inline-block;
}

button.menu-buttons__button.menu-buttons__cancel-button {
    background: transparent;
    box-shadow: none;
    border: none;
    float: left;
}

button.menu-buttons__button.menu-buttons__apply-button {
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 19px;
    font-family: 'Lato-Bold';
    float: right;
    /*font-family: 'KlinicSlabBold';*/
}

.dblock-title, .dblock-button {
    display: inline-block;
}
.dblock-button {
    float: right;
    padding: 15px 0 0;
}
.dblock-button button.menu-buttons__button.menu-buttons__apply-button {
    background: #f7b6bd;
    box-shadow: none;
    border: none;
    font-size: 16px;
    font-family: 'Lato-Bold';
    float: right;
    /* font-family: 'KlinicSlabBold'; */
    padding: 5px 20px;
    border-radius: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'PT-Sans-Bold';
    letter-spacing: 1px;
    color: #38393f;
}
.experience-dropdown,
.dates-dropdown,
.featured-dropdown {
    display: inline-block;
    padding-right: 15px;
}

.dropdown-mobile-modal__title {
    /*font-family: 'KlinicSlabBold';*/
    font-family: 'Lato-Bold';
    font-size: 20px;
    margin: 0;
    padding: 20px 0;
}

.experience-black-filter {
    background: #38393f;
    padding: 6px 10px 6px;
    margin-right: 10px;
    display: -webkit-flex;
    display: flex;
}

.ex-black-list-item {
    margin-right: 15px;
    color: #fff;
    float: left;
    cursor: pointer;
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ex-black-list,
.ex-close {
    display: inline-block;
}

.ex-black-list a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}

.ex-close a {
    color: #fff;
    opacity: 1;
}

.ex-close a:hover {
    color: #f1f1f1;
    opacity: 0.9;
}

.dates-black-filter {
    background: #38393f;
    padding: 6px 10px 6px;
    margin-right: 10px;
    display: flex;
    display: -webkit-flex;
}

.dt-black-list-item {
    margin-right: 15px;
    color: #fff;
    float: left;
    cursor: pointer;
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dt-black-list,
.dt-close {
    display: inline-block;
}

.dt-black-list a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}

.dt-close a {
    color: #fff;
    opacity: 1;
}

.dt-close a:hover {
    color: #f1f1f1;
    opacity: 0.9;
}

.feature-black-filter {
    background: #38393f;
    padding: 6px 10px 6px;
    margin-right: 10px;
    display: flex;
    display: -webkit-flex;
}

.ft-black-list-item {
    margin-right: 15px;
    color: #fff;
    float: left;
    cursor: pointer;
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ft-black-list,
.dt-close {
    display: inline-block;
}

.ft-black-list a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}

.ft-close a {
    color: #fff;
    opacity: 1;
}

.ft-close a:hover {
    color: #f1f1f1;
    opacity: 0.9;
}

li.checklist__list-item.active {
    background-color: #efefef;
}

.artist-name {
    padding-bottom: 5px;
}

.art-name {
    /*font-family: 'KlinicSlabBook';*/
    font-family: 'Lato-Regular';
    font-size: 14px;
    margin: 0px;
}

span.art-name-title {
    /*font-family: 'KlinicSlabBold';*/
    font-family: 'Lato-Bold';
}

.event-location-title {
    /*font-family: 'KlinicSlabBold';*/
    font-family: 'Lato-Bold';
    font-size: 16px;
    margin: 0px;
    padding-top: 5px;
}

.event-location-title a {
    /*font-family: 'KlinicSlabBook';*/
    font-family: 'Lato-Regular';
    font-size: 15px;
    color: #000;
    text-decoration: underline;
}

.event-art-name,
.event-ticket-limit span {
    /*font-family: 'KlinicSlabBold';*/
    font-family: 'Lato-Bold';
}

.event-art-name a,
.event-ticket-limit {
    /*font-family: 'KlinicSlabBook';*/
    font-family: 'Lato-Regular';
    color: #000;
}

.event-time-address.no-border.padding-sec {
    padding: 30px 0 5px;
    border-bottom: none;
}
.tiva-calendar-full .calendar-event-name {
    position: relative;
}
span.soldout-calendar {
    position: absolute;
    top: 0px;
    background-color: #de0505;
    color: #fff !important;
    padding: 4px 10px;
    right: 0;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Lato-Bold';
}
.available-offer span.clickMore.active:after {
    content: " ";
    position: absolute;
    left: -5px;
    top: 22px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid white;
    z-index: 11;
}
/***************** CHECKOUT PAGE *****************/

.checkout-wrapper {
    margin-top: 25px;
    padding: 16px 0;
    position: relative;
}
.checkout-step {
    background: #fff;
    border: 1px solid rgba(0, 0, 1, 0.08);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 1, 0.08);
    padding: 16px;
    margin: 0 0px 16px 16px;
}
[id="step-cart"] {
    /*position: absolute;
    right: 0;
    top: 0px;
    margin-top: 16px;
    margin-right: 16px;
    padding-bottom: 0;*/
}
[id="step-cart"] {
    margin-right: 0;
}
.checkout-step .step-header {
    margin: 0px -16px 0 -16px;
    padding: 0 16px 10px 16px;
    border-bottom: 2px solid rgba(190, 190, 190, 0.25);
}
.progress-steps, .progress-value, .step-btn-back {
    display: none;
}
.checkout-step .step-headline, #payment-details-headline {
    /*font-family: 'PT-Sans-Bold';*/
    font-family: 'Lato-Regular';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin: 0;
    display: block;
    padding: 4px 0 6px 0;
}
.checkout-step .step-header h3 {
    margin-top: -3px;
}
.checkout-step .step-hint {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #7f7f7f;
    display: none;
}
.notice-hidden {
    display: none;
}
.cart-items {
    list-style: none;
    padding: 0;
    font-size: 14px;
    /*border-bottom: 3px solid #e8e8e8;*/
    margin: 0px -16px 0 -16px;
}
.cart-items .cart-item {
    display: block;
    margin: 0;
    width: 100%;
    padding: 16px 16px;
    position: relative;
    background: #fff;
    opacity: 1;
    -webkit-transition: opacity 450ms cubic-bezier(0.23, 1.25, 0.32, 1);
    clear: both;
    /*border-bottom: 1px solid #cfd4d7;*/
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cart-items .item-image {
    width: 64px;
    height: 75px;
    float: left;
    vertical-align: top;
    margin: 0px;
    overflow: hidden;
}
.cart-items .item-image img {
    max-width: 75px;
    max-height: 64px;
}
.cart-items .item-details {
    margin-left: 65px;
    width: auto;
    padding: 0 0 0 8px;
}
.cart-items h3 {
    margin: 0 30px 0 0;
    max-height: 40px;
    line-height: 18px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
}

.cart-items .item-options {
    padding: 8px 0;
    float: left;
}
.cart-items .select-wrapper {
    display: inline-block;
}
.cart-items .item-qty {
    width: 73px;
    height: 42px;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    padding-left: 5px;
    border-radius: 2px;
}
.select-wrapper .icon-arrow-down {
    pointer-events: none;
    position: absolute;
    top: 18px;
    right: 14px;
    left: auto;
    color: #cfd4d7;
}
.select-wrapper .icon-arrow-down {
    pointer-events: none;
    position: absolute;
    top: 18px;
    right: 14px;
    left: auto;
    color: #cfd4d7;
}
.cart-items .unit-price {
    font-size: 13px;
    color: #7f7f7f;
}
.cart-items .unit-price:before {
    content: "× ";
}
.cart-items .row-total {
    margin-left: 15px;
    float: right;
    margin-top: 15px;
}
.cart-items .row-total .price {
    color: #35495d;
    font-size: 15px;
    font-weight: 700;
}
.cart-totals {
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
    overflow: hidden;
}
.cart-totals dt, .cart-totals dd {
    margin: 0;
    padding: 0 0 0px 0;
    min-height: 20px;
    line-height: 20px;
    font-weight: 700;
    flex: 1;
}
.cart-totals dt {
    text-transform: uppercase;
    font-size: 12px;
    color: #35495d;
    font-weight: 700;
    width: 70%;
    float: left;
    clear: both;
}

.cart-totals dd {
    text-align: right;
    font-size: 20px;
    font-size: 16px;
    color: #35495d;
    font-weight: 700;
    width: 30%;
    float: right;
}
.cart-totals .total {
    padding: 0px 0 0 0;
    margin: 2px 0 0 0;
    font-size: 16px;
}
.cart-totals dd.total {
    font-size: 20px;
    font-weight: 900;
    color: #35495d;
}
#step-address {
    /*background: none;
    box-shadow: none;
    border: none;
    padding: 0px;
    margin-top: 0px;*/
}
.fields-wrap {
    background: #fff;
    padding: 16px 16px 0 16px;
    margin: 0px -16px 0 -16px;
    /*border-bottom: 2px solid #d8d8d8;*/
}
.base-address {
    padding-bottom: 0;
    position: relative;
}
.base-address .nav-tabs>li{ padding:0; }
#step-address .fields-wrap {
    /*background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 1, 0.08);
    padding: 16px;*/
}
#step-address .fields-wrap .nav-tabs {
    margin: 0 -16px;
    margin-bottom: 15px;
}
.base-address .nav-tabs>li>a {
    border-radius: 0;
    margin-right: 0;
}
.base-address .nav-tabs>li:first-child>a {
    border-left: 0;
}
.base-address .nav-tabs>li:last-child>a {
    border-right: 0;
}
.step-toggle-login, .logout-link, .shipping-details, .tab {
    /*position: absolute;top: -50px;width: 50%;
    background-color: #fafafa;
    border-bottom: 2px solid rgba(190, 190, 190, 0.2);
    border-left: 1px solid #ebebeb;font-family: 'PT-Sans-Bold';*/
    right: 0;
    padding: 1px 6px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 0px;
    height: 50px;
    text-align: center;
    padding-top: 19px;
    font-family: 'Lato-Regular';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin: 0px;
    display: block;
    box-shadow: none;
    cursor: pointer;
    box-shadow:none;
}
.shipping-details {
    right: 50%;
    border-left: none;
}
.step-toggle-login.top-tab, .logout-link.top-tab, .shipping-details.top-tab, .tab.top-tab {
    /*background-color: #fff;*/
    border-bottom: none;
}
.show-login {
    color: #54a1db;
}
.step-toggle-login h3, .logout-link h3, .shipping-details h3, .tab h3 {
    /*font-family: 'PT-Sans-Bold';*/
    font-family: 'Lato-Regular';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: #000;
    margin: 0px;
    display: block;
}
.logout-link {
    padding-top: 10px;
}
.hidden-input, .logout-link {
    display: none;
}
.form-section {
    margin: 0 0 16px 0;
}
.separated-section {
    margin-bottom: 16px;
}
.login-fields {
    margin-bottom: 0;
}
.form-group label.floating {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
    color: #7f7f7f;
    position: absolute;
    top: 3px;
    left: 60px;
    opacity: 0;
    z-index: 5;
    transition: all .4s ease;
}
input.with-icon, .form-control.with-icon {
    padding-left: 42px;
}
select.form-control.with-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 42px !important;
/*
    -webkit-appearance: textfield;
    text-indent: 42px;
*/
}
.top-field input[type=text], .top-field input[type=number], .top-field input[type=email], .top-field input[type=password], .top-field select {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.bottom-field input[type=text], .bottom-field input[type=number], .bottom-field input[type=email], .bottom-field input[type=password], .bottom-field select {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.parsley-errors-list, .error-message, .warnings-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    border-radius: 0px;
    position: relative;
}
.form-group{ position: relative; }
.form-control{ height: 50px;
    border-radius: 0;
    box-shadow: none;
}
.form-group .icon, .form-group .fa {
    position: absolute;
    left: 10px;
    top: 18px;
    z-index: 5;
    color: #7f7f7f;
    font-size: 20px;
}
.password-fields, .billing-fields {
    /*-webkit-transition: all 450ms cubic-bezier(0.23, 1.25, 0.32, 1);
    -webkit-transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    opacity: 0;
    position: absolute;*/
}
.icon-lock:before {
    content: "\e611";
}
.icon-user:before {
    content: "\e601";
}
.field-hint, .field-error {
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    padding: 8px;
    font-size: 11px;
    border-radius: 3px;
}
.field-hint {
    background: #30ac63;
}
.arrow-hint {
    background: #c6f2d9;
    color: inherit;
    text-shadow: none;
    margin-top: -1px;
    position: relative;
    overflow: visible;
    border-radius: 0;
}
.login-notice-hint {
    height: 50px;
}
.arrow-hint span {
    width: 100%;
    display: block;
}
.arrow-hint .arrow-up {
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #c6f2d9;
}
.login-error-hint {
    margin-top: 4px;
    background: rgba(217, 19, 20, 0.5);
}
.btn .icon, .button .icon {
    font-size: 24px;
}
.btn .icon-right, .button .icon-right {
    position: absolute;
    right: 8px;
    top: 15px;
    z-index: 2;
}
.address-section {
    margin-top: 16px;
    margin-bottom: 0;
}
.form-group .address-gender-icon {
    position: absolute;
    left: 10px;
    top: 18px;
    z-index: 5;
    color: #7f7f7f;
}
.form-group .icon.right {
    left: auto;
    right: 15px;
}
.form-group .address-gender-icon.right {
    left: auto;
    right: 15px;
}
.address-section #address-gender-icon, .address-section .address-gender-icon, .address-section #billing-address-gender-icon {
    display: none;
    cursor: pointer;
}
.nested-group .form-group {
    width: 50%;
    display: inline-block;
    float: left;
}
.address-section .group-zip {
    width: 38%;
}
.icon-location:before {
    content: "\e605";
}
.address-section .group-city {
    width: 62%;
}
.icon-office:before {
    content: "\e618";
}
.multiple-errors-container > ul {
    display: none;
}
.icon-street:before {
    content: "\e61a";
}
.hidden-input, .logout-link {
    display: none;
}
textarea.with-icon {
    padding-left: 32px;
}
.select-wrapper {
    position: relative;
    display: block;
}
.select-wrapper .icon-arrow-down {
    pointer-events: none;
    position: absolute;
    top: 18px;
    right: 14px;
    left: auto;
    color: #cfd4d7;
}
.icon-arrow-down:before {
    content: "\e613";
}
#step-delivery {
    padding-bottom: 0;
}
.delivery-methods {
    margin: 0px -16px 0 -16px;
}
.delivery-method {
    position: relative;
    background: #ffffff;
}
.delivery-method > input[type=radio] {
    display: none;
}
.delivery-method .delivery-label {
    display: block;
    padding: 20px 16px 20px 16px;
    margin: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #54a1db;
    z-index: 2;
    line-height: 12px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-top: none;
    -webkit-transition: background 450ms ease-in-out;
    background: #f6f6f6;
}
.delivery-method label > .icon , .delivery-method label > .fa{
    font-size: 32px;
    color: #7f7f7f;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -16px;
    z-index: 2;
}
.icon-delivery:before {
    content: "\e61d";
}
.delivery-method .delivery-price {
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    display: block;
}
.delivery-method label > .icon-right {
    left: auto;
    top: 50%;
    margin-top: -16px;
    right: 16px;
}
.delivery-method .progress {
    opacity: 0.9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    width: 0;
    border-radius: 2px;
    z-index: 2;
    visibility: hidden;
    background: #e8e8e8;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.icon-fastdelivery:before {
    content: "\e61e";
}
.delivery-method .delivery-price {
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -0.7em;
    color: #35495d;
    font-weight: 700;
}
.icon-pack:before {
    content: "\e61f";
}
.code-block {
    margin-top: 18px;
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
    background: #FAFAFA;
    border: 0px solid #E8E8E8;
    border-width: 1px 0px;
    line-height: 1em;
    position: relative;
}
.code-toggle-wrapper {
    display: block;
}
.code-block .code-toggle-wrapper {
    font-size: 11px;
}
.code-toggle-wrapper .icon , .code-toggle-wrapper .fa{
    font-size: 20px;
    color: #8F8F8F;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}
.icon-gift:before {
    content: "\e620";
}
.code-block .code-input-wrapper, .code-block .code-discount-wrapper {
    display: none;
}
.code-block .code-send, .code-block .code-cancel {
    border: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    background: #F1F1F1;
    width: 50px;
    bottom: 1px;
    border-left: 1px solid #c9c9c9;
}
.code-block .icon-arrow-right {
    display: inline-block;
    position: static;
}
.code-discount-wrapper .cart-totals {
    padding: 0px;
}
.code-block .code-cancel {
    right: 35px;
    top: 0px;
    background: none;
    border: none;
    width: 20px;
}
.checkout-agreements {
    margin: 16px 0;
    padding: 16px 0 0 0;
    font-size: 11px;
    color: #7f7f7f;
    border-top: 1px solid #cfd4d7;
}
.icon-arrow-right:before {
    content: "\e610";
}
.btn .rc-btn-progress, .button .rc-btn-progress {
    opacity: 0.9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    visibility: hidden;
    width: 0;
    border-radius: 2px;
    z-index: 1;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.billing-section .checkbox-toggle{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.billing-section input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin: 0;
}
.secure-notice {
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: #7f7f7f;
    text-align: center;
}
.secure-notice .secure {
    color: #fff;
    background: #30ac63;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px 0 0;
}
.secure-notice .ssl-notice {
    display: inline;
}
.secure-notice .demo-hint {
    text-transform: none;
    padding: 5px 0;
    margin: 0;
}
.payment-method > input[type=radio] {
    display: none;
}
.payment-method .payment-label {
    display: block;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    z-index: 2;
    -webkit-transition: background 450ms ease-in-out;
    padding: 18px 16px 14px 0;
    text-align: left;
    color: #333;
    background: #fff;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding-bottom: 7px;
}
.payment-method span.fa{ margin-right:10px; }
.code-block .code-toggle-wrapper .fa-gift
{
    float: right; font-size: 25px;  position: relative; bottom: 5px;margin: 0;
}
.checkout-wrapper .btn-primary
{
    letter-spacing: 2px;
    padding: 6px 12px;
    background-color: pink;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    background-image: url(../images/btn-alt-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 8px 10px 0 0;
}

.shopping-cart-section {
    /*    padding: 10px;*/
}

table {
    border: none;
    border-collapse: collapse;
    margin: 0px 0 0px;
    width: 100%;
}

.cart-table th {
    text-align: left;
    background: #f6f6f6;
    text-shadow: 1px 1px 0 #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    padding: 10px 10px !important;
    font-family: 'Lato-Bold';
    /*font-family: 'KlinicSlabBold';*/
}

.cart-table tbody .product-picture {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    padding: 10px 0;
}

.cart-table .a-right {
    text-align: right;
        width: 120px
}
.qty-col {
    width: 80px;
}
.product-info {
    text-align: left;
}
.cart-table .cart-totals {
    padding: 15px 0px;
}
.cart-table tfoot {
    border-top: 2px solid #e8e8e8;
    background: #f6f6f6;
}

.cart-table tfoot .total-grand_total {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #cfd4d7;
}

.action-checkout {
    text-align: center;
}

.continue-checkout {
    letter-spacing: 3px;
    padding: 10px 17px;
    background-color: #f7b6bd;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    text-shadow: none;
    background-image: none;
    margin-top: 20px;
    margin-bottom: 30px;
}

.cart-totals dt {
    text-transform: uppercase;
    font-size: 12px;
    color: #35495d;
    font-weight: 700;
    /*    width: 70%;*/
    float: left;
    clear: both;
}

.cart-totals dt,
.cart-totals dd {
    margin: 0;
    padding: 0 0 0px 0;
    min-height: 20px;
    line-height: 20px;
    font-weight: 700;
    flex: 1;
}

.cart-totals .discount-value {
    color: #C85F7B;
    margin-top: 5px;
    margin-bottom: 5px;
}
.cart-totals .tax-value {
    color: #909090;
    padding-bottom: 5px;
}
.cart-totals dt.discount-value, .cart-totals dt.tax-value {
    font-size: 10px;
}
.cart-totals dd.discount-value .price, .cart-totals dd.tax-value .price {
    font-size: 16px;
}
.remove-btn {
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}
.remove-btn .btn {
    padding: 0;
    background-color: transparent;
    font-size: 20px;
    line-height: 1;
    outline: none;
    color: #c85f7b;
}

#ShoppingCart td,
#ShoppingCart th {
    padding: 0 10px;
}

#ShoppingCart .modal-content {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

#ShoppingCart .modal-title {
    /*font-family: 'KlinicSlabBold';*/
    font-family: 'Lato-Bold';
    font-size: 26px;
}

.continue-checkout:hover, .continue-checkout:focus,
.continue-checkout:active {
    background-color: #f7b6bd;
    color: #38393f;
    border: 1px solid #f7b6bd;
}

#ShoppingCart .close {
    float: right;
    font-size: 24px;
    font-family: 'Lato-Bold';
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.9;/*font-family: 'KlinicSlabBold';*/
}

.special-instructions p{ margin: 15px 0 15px 0; }
.discount-code .step-content{ padding: 15px 0 0 0; }
.filter-section .form-control {
    height: 34px;
}
.group-field {
    position: relative;
}
.group-field .form-control {
    border-radius: 0 30px 30px 0;
}
.group-field .btn-right {
    border-radius: 30px;
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    min-width: 100px;
    font-family: 'PT-Sans-Bold';
    background-image: url(../images/btn-alt-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 2px;
}
.nav-icon a {
    position: relative;
    color: #ffffff;
}
.nav-icon a > span {
    position: relative;
}
.nav-icon a > span:after {
    content: attr(data-label);
    position: absolute;
    right: -30px;
    top: -12px;
    font-size: 16px;
    font-family: 'PT-Sans-Bold', sans-serif;
/*    background-image: url(../images/cart_count_bg.png);*/
    background-image: url(../images/cart_count_bg_black.png);
    width: 29px;
    height: 26px;
    text-align: center;
    line-height: 1.6;
    background-size: contain;
    letter-spacing: 0;
}

.under-construction {
    text-align: center;
    padding: 15px;
}
.uc-logo {
    text-align: center;
    display: flex;
    width: 150px;
    height: 150px;
    background-color: #38393f;
    border-radius: 50%;
    padding: 10px 15px;
    margin: 0 auto 30px;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.under-construction .title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 30px;
}
#order-sucsess .modal-dialog {
    max-width: 500px;
}
.order-success-contain {
    text-align: center;
    padding: 15px;
    padding-bottom: 50px;
    font-size: 18px;
    color: #000000;
}
.order-success-contain img {
    max-width: 240px;
    margin: 0 auto 15px;
}
.order-success-img {
    display: inline-block;
    margin: 0 auto 15px;
    margin: 0 auto;
    width: 240px;
    height: 240px;
    background-image: url(../images/champagne.gif);
    background-size: cover;
    background-position: center;
}
.sucess-title {
    font-size: 28px;
    margin-bottom: 15px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}
.sucess-order-no {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.sucess-order-no span {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #c85f7a;
}
.order-success-contain p {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.list-section-view {
    padding-top: 25px;
}
.quantity {
  position: relative;
}
.quantity-options {
    position: relative;
    padding-right: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.cart-items .quantity-options .item-qty {
    width: 50px;
    height: 32px;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    border-radius: 2px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    border: 1px solid #ccc;
}
.quantity input {
    width: 102px;
    height: 52px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 30px;
    border: 1px solid #ccc;
}
.quantity input:focus {
  outline: 0;
}
.quantity-options input:focus {
  outline: 0;
}
.quantity-options .quantity-nav {
    float: left;
    position: relative;
    height: 30px;
    z-index: 1;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 50px;
    z-index: 1;
}
.quantity-options .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ccc;
    width: 22px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ccc;
    width: 30px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity-options  .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0px;
    border-bottom: 1px solid #ccc;
}
.quantity-button.quantity-up {
    position: absolute;
    height: 53%;
    top: 0;
    border-bottom: 1px solid #ccc;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
label.add-qty{
    display: block;
    position: relative;
    top: 5px;
    clear: both;
}
.item-options.d-flex-options {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.guest-content {
    margin: 0px -16px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(190, 190, 190, 0.25);
}
.guest-content:last-child {
    border-bottom: none;
    padding: 0 16px 0;
}
.guest-edit-btn {
    background: #38393f;
    color: #fff;
    padding: 5px 8px;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
    top: 5px;
}
.guest-edit-btn:hover, .guest-edit-btn:focus, .guest-edit-btn:active {
    color: #fff;
    background: #000;
}
.guest-remove-btn {
    background: #d8140e;
    color: #fff;
    padding: 5px 8px;
    font-size: 18px;
    border-radius: 5px;
    margin-left: 5px;
    position: relative;
    top: 5px;
}

.guest-body input {
    margin-right: 5px;
}
.guest-remove-btn:hover, .guest-remove-btn:focus, .guest-remove-btn:active {
    color: #fff;
    background: #f7160f;
}
.guest-content.cart-checkbox .form-group {
    margin-bottom: 5px;
    margin-top: 10px;
}
.cart-checkbox .form-group {
  display: block;
  margin-bottom: 15px;
}

.cart-checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart-checkbox .form-group label {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  width: 100%;
}
.guest-content.cart-checkbox label span {
    position: absolute;
}
.cart-checkbox .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #c85f7b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.cart-checkbox .form-group input:checked + label:before{
    background-color: #c85f7b;
    color: #fff;
}
.cart-checkbox .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.offer-table .form-group {
  display: block;
  margin-bottom: 15px;
}
.mr .label-btn {
/*    border-right: 0px;*/
}
.offer-cart p {
    margin: 0;
    padding-top: 10px;
    color: #c85f7b;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
}
.offer-cart p span {
    text-transform: uppercase;
    font-weight: bold;
}
.offer-table .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.offer-table .form-group label {
  position: relative;
  cursor: pointer;
  display: block;
}

.offer-table .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    z-index: 100;
    border-radius: 50%;
    top: 13px;
    left: 10px;
}
.offer-table .form-group input:checked + label:before {
    background-color: #fff;
}
.pd-0 {
    padding: 0 !important;
}
.offer-table .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 18px;
    width: 6px;
    height: 14px;
    border: solid #c85f7b;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    z-index: 100;
}
.label-btn {
   display: inline-block;
    width: 100%;
    text-transform: uppercase;
    background-color: #f7b6bd;
    color: #000;
    padding: 15px 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    border: 1px solid #c85f7b;
    position: relative;
    margin-left: 0;
    text-align: left;
    padding-left: 45px;
}
.offer-table .form-group input:checked + label .label-btn {
    background-color: #c85f7b;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}

.uc-logo .flaticon-shopper:before {
    font-size: 80px;
    margin-left: -10px;
    color: #fff;
}

.empty-cart-title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
}
.empty-desc{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}
.empty-cart-btn {
    padding: 10px 0 30px;
}
.buy-btn-link.empty-cart-link {
    display: inline-block;
}
.available-offer .form-group {
  display: block;
  margin-bottom: 0px;
}

.available-offer .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.available-offer .form-group label {
  position: relative;
  cursor: pointer;
/*font-family: 'Josefin Sans', sans-serif; */
    font-weight: normal;
    color: #000;
}
.sold-out p {
    color: red;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-family: 'PT-Sans-Bold';
    margin: 0;
}
.event-ticket-limit {
    padding-top: 10px;
}
.event-social-list ul li a em {
    display: flex;
    align-items: center;
    justify-content: center;
      display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.social-list ul li a em {
    display: flex;
    align-items: center;
    justify-content: center;
      display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.event-social-list ul li a, .social-list ul li a{
    text-decoration: none;
}
.available-offer .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #c85f7b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    top: -1px;
}
.available-offer .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
}
.available-offer .form-group input:checked + label:before {
    background-color: #c85f7b;
}
.offer-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
    /* font-family: 'Josefin Sans', sans-serif; */
    font-weight: 800;
}
span.clickMore {
    font-size: 16px;
    color: #c85f7b;
    cursor: pointer;
    position: relative;
}
span.clickMore.active:after {
    content: " ";
    position: absolute;
    left: -5px;
    top: 14px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid white;
    z-index: 11;
}
.showMore {
    background: #fff;
    display: none;
    position: absolute;
    padding: 10px 15px;
    z-index: 10;
    color: #000;
    /* font-family: 'Josefin Sans', sans-serif; */
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    margin-top: 10px;
}
.sold-out {
    padding-right: 50px;
}
.sold-out, .event-price {
    display: inline-block;
}
.showMore p {
    margin: 0 0 5px;
    color: #000;
    font-weight: normal;
}
.showMore ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.available-offer-section {
    padding: 15px 0;
}
.showMore h1, .showMore h2, .showMore h3, .showMore h4, .showMore h5, .showMore h6 {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 15px 0px 2px;
    line-height: 28px;
}
.discount-offer {
    padding-top: 10px;
}
.discount-offer p {
    font-family: 'Lato-Regular';
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.discount-offer .dmr span {
    float: right;
    font-weight: normal;
}
.discount-total {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
    margin: 10px 0;
}
.discount-total p {
    margin: 0;
    padding: 0;
}
.event-list-soldout {
    position: absolute;
    top: 10px;
    right: 15px;
}
.event-list-soldout p {
    background-color: #d80000;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Lato-Bold';
    margin: 0;
}
.order-options-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Lato-Bold';
    padding-bottom: 1px;
    line-height: 20px;
    position: relative;
    margin-bottom: 2px;
}
.order-options-title:before {
    content: '';
    position: absolute;
/*    border-bottom: double #a0a0a0;*/
    width: 115px;
    height: 100%;
}
.order-options p {
    margin: 0;
    padding-bottom: 4px;
}
.order-options p span {
    line-break: normal;
     display: block;
    padding-bottom: 5px;
}
.guest-content.cart-checkbox {
    border-bottom: none;
}
.cart-items .cart-item {
    border-top: 1px solid #cfd4d7;
}
.cart-items .cart-item:first-child {
    border-top: none;
}
.pagination-rounded .page-link {
    border-radius: 30px!important;
    margin: 0 3px;
    border: none;
    background-color: #d1d1d1;
    color: #000;
}
.pagination-rounded.pagination>.active>a, .pagination-rounded.pagination>.active>a:focus, .pagination-rounded.pagination>.active>a:hover, .pagination-rounded.pagination>.active>span, .pagination-rounded.pagination>.active>span:focus, .pagination-rounded.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #c85f7b;
    border-color: #c85f7b;
    border-radius: 50%;
}
/**************************************************
###################################################
###################################################
        ~~~~~~~~ MEDIA QUERY ~~~~~~~~~~
###################################################
###################################################
***************************************************/
@media (min-width:992px) and (max-width: 1199px){
    .main-nav {
        padding: 0 20px !important;
    }
}
@media (max-width: 1199px) {
    .mobile-party-btn .book-party-btn {
        display: flex;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-items: center;
        justify-content: space-between;
    }
    .mr .label-btn {
        border-right: 1px;
    }
    .book-party-btn .cart-icon {
        margin-right: 28px;
        margin-left: 15px;
    }
    .book-party-btn .cart-icon a > span:after {
        width: 29px;
        height: 29px;
        line-height: 1.8;
        background-color: #ad4e67;
        border-radius: 50%;
        background-image: none;
    }
    .span6.right {
        display: none;
    }
    .main-nav {
        background: #383838;
        padding: 0;
        height: auto;
        align-items: center;
        justify-content: center;
        display: flex;
        display: -webkit-flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
    }
}
@media (min-width: 992px) {
    .nav-icon a {
        padding: 0 !important;
        font-size: 24px !important;
    }
    .nav-icon a > span {
        padding: 8px 12px;
    }
    .nav-icon a > span:after {
        right: -7px;
        top: -5px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1299px) {
    .nav-brand a img {
        max-width: 250px;
    }
    .top-nav-right-section ul li a {
        font-size: 14px;
    }
    .sm-clean.sm-custom a {
/*
        font-size: 14px;
        color: #f8f7ee;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'PT-Sans-Bold';
        letter-spacing: 2px;
        padding: 10px;
*/
        /* font-family: 'KlinicSlabBold'; */
    }
    .book-party-btn-content a {
        letter-spacing: 1px;
    padding: 22px 23px;
    background-color: pink;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    /* font-family: 'PT-Sans-Bold'; */
    background-image: url(../images/btn-light-texture.jpg);
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat;*/
    }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
    .nav-brand a img {
        max-width: 200px !important;
    }
}
@media (min-width:1200px) {
    .sm-clean.sm-custom li.mobile-list {
        display: none;
    }
    .mobile-party-btn {
        display: none;
    }
    .modal-dialog.modal-lg {
        width: 750px;
    }
}

@media (max-width:1199px) {
    .sm-clean.sm-custom li.mobile-list {
        display: block;
    }
    .top-nav-right-section {
        display: none;
    }
    .desktop-party-btn {
        display: none;
    }
    #main-menu .mega-menu .column-1-6 img {
        display: none;
    }
    #main-menu .mega-menu .column-1-6 {
        border: 1px solid #3f3e3e;
    }
    #main-menu .mega-menu .column-1-6 p {
        color: #f8f7ee;
        margin: 10px 0 15px;
    }
    .mobile-party-btn .book-party-btn-content a {
        padding: 8px 20px;
        font-size: 14px;
        margin: 0;
    }
    .mobile-party-btn .book-party-btn {
        float: right;
    }
    .search-nav-scrolled {
        position: static;
        width: 100%;
        top: 135px;
        background: #fff;
    }
    .filter-section {
        float: none;
    }
    .filter-section {
/*        display: inherit;*/
    }
    .event-location-title {
        padding-bottom: 20px;
    }
    .event-experience-dropdown,
    .event-guest-dropdown {
        display: inline-block;
    }
    .select {
        margin-bottom: 12px;
    }
    .custom-open {
        padding-bottom: 10px;
    }
    .top-widget, .mobile-party-btn {
        display: none;
    }
}

@media (max-width:767px) {
    p.contact-section {
        font-size: 14px;
        text-align: center;
    }
    .mobile-party-btn .book-party-btn {
        float: none;
        text-align: center;
        margin: 5px 0 0;
    }
    .mobile-party-btn .book-party-btn-content a {
        padding: 8px 20px;
        font-size: 14px;
        display: inline-block;
    }
    .sm-clean.sm-custom a {
        font-size: 16px;
    }
    .subscribe-form .subscribe-btn {
        margin-left: 0px;
    }
    .search-nav-scrolled {
        top: 168px;
    }
    .filter-section {
        display: block;
    }
    .event-experience-dropdown,
    .event-guest-dropdown {
        display: inline-block;
    }
    .select {
        margin-bottom: 12px;
    }
    .nav-brand a img {
        max-width: 220px;
    }
    .checkout-step{
        margin: 0;
    }
}

@media (max-width:550px){
    .nav-brand a img {
        max-width: 170px;
        margin-top: 5px;
    }
}
/*
.event-grid-section .events-calendar-bar .bar-btn {
    letter-spacing: 2px;
    padding: 6px 12px;
    background-color: pink;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    background-image: url(../images/btn-alt-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: none;
}
*/
.events-calendar-bar .btn {
    letter-spacing: 2px;
    padding: 6px 12px;
    background-color: pink;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    background-image: url(../images/btn-alt-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: none;
    width: 120px;
    opacity: 0.75;
}
.cal-view-btn {
    margin-right: 10px;
}
.events-calendar-bar .btn.active {
    opacity: 1;
}
/************/
  .guest-btn {
      letter-spacing: 2px;
    padding: 6px 12px;
    background-color: pink;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    background-image: url(../images/btn-alt-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        text-shadow: none;
  }

  .guest-btn:focus,
  .guest-btn:active,
  .guest-btn:hover {
      letter-spacing: 2px;
    padding: 6px 12px;
    background-color: pink;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    background-image: url(../images/btn-alt-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: none;
  }

  .guest-btn-section {
      padding-bottom: 15px;
  }
.checkout-step.guest-step{
    padding: 16px 16px 0;
}
.no-details {
    font-size: 12px;
}
.guest-content p, .guest-content .guest-right-btn {
    display: inline-block;
}
.guest-content .guest-right-btn {
    float: right;
    margin-top: 8px;
}
  .save-btn {
      letter-spacing: 2px;
      padding: 6px 12px;
      background-color: pink;
      border-radius: 30px;
      color: #38393f;
      text-transform: uppercase;
      font-size: 14px;
      text-decoration: none;
      border: 1px solid #f7b6bd;
      transition: all 0.5s ease-in-out;
      font-family: 'PT-Sans-Bold';
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin: 8px 10px 0 0;
      background-image: none;
  }

  .guest-close {
      letter-spacing: 2px;
      padding: 6px 12px;
      background-color: pink;
      border-radius: 30px;
      color: #38393f;
      text-transform: uppercase;
      font-size: 14px;
      text-decoration: none;
      border: 1px solid #f7b6bd;
      transition: all 0.5s ease-in-out;
      font-family: 'PT-Sans-Bold';
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin: 8px 10px 0 0;
      background-image: none;
  }

  .guest-header {
      background-color: #484848;
        border-bottom: none;
  }
    .guest-title {
        color: #fff;
        font-size: 18px;
    }

  .guest-content .modal-content {
      border-radius: 0;
  }

  .guest-content button.close {
      color: #fff;
      opacity: 1;
  }
  /**checkbox**/

  .guest-content .custom-checkbox {
      display: inline-block;
      margin: 0;
      position: relative;
      padding-left: 35px;
      padding-right: 5px;
      right: 0;
      top: 0;
  }

  .guest-content .custom-checkbox input[type="checkbox"],
  .guest-content .custom-checkbox input[type="radio"] {
      opacity: 0;
      position: absolute;
  }

  .guest-content .custom-checkbox span {
      line-height: 1.2;
      display: inline-block;
      font-weight: normal;
  }

  .guest-content .custom-checkbox input[type="checkbox"] + span,
  .guest-content .custom-checkbox input[type="radio"] + span {
      width: 25px;
      height: 25px;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #fff;
      border: 1px solid #ccc;
  }

  .guest-content .custom-checkbox input[type="radio"] + span {
      border-radius: 50%;
  }

  .guest-content .custom-checkbox input[type="checkbox"]:checked + span:before {
      content: "\f00c";
      font-family: Fontawesome;
      font-size: 14px;
      position: relative;
      left: 0px;
      top: 4px;
      background: #c85f7b;
      color: #fff;
      padding: 5px;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
     -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }

    @-webkit-keyframes fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

  .guest-content .custom-checkbox input[type="radio"]:checked + span:before {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      top: 6px;
      left: 7px;
      background-color: #666;
      border-radius: 50%;
  }

  .guest-content .custom-checkbox span a {
      color: #000;
      text-decoration: underline;
  }

  table {
      border: 1px solid #ccc;
      border-collapse: collapse;
      margin: 0;
      padding: 0;
      width: 100%;
      table-layout: fixed;
  }

  table caption {
      font-size: 1.5em;
      margin: .5em 0 .75em;
  }

  table tr {
      background-color: #fff;
      border: 1px solid #ddd;
      padding: .35em;
  }

  thead tr {
      background-color: #3c3c3c;
      color: #fff;
  }

  table thead th {
      padding: 10px 0px;
  }

  table th,
  table td {
      padding: .625em;
      text-align: center;
  }

  table th {
      font-size: .85em;
      letter-spacing: .1em;
      text-transform: uppercase;
  }

  .guest-body .form-group {
/*      margin-bottom: 0px;*/
  }

  @media screen and (max-width: 600px) {
      table {
          border: 0;
      }
      table caption {
          font-size: 1.3em;
      }
      table thead {
          border: none;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
      }
      table tr {
          border-bottom: 3px solid #ddd;
          display: block;
          margin-bottom: .625em;
      }
      table td {
          border-bottom: 1px solid #ddd;
          display: block;
          font-size: 15px;
          text-align: right;
      }
      table td::before {
          content: attr(data-label);
          float: left;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 12px;
          text-align: left;
      }
      table td:last-child {
          border-bottom: 0;
      }
      .cart-items .item-qty{
          width: 100%;
      }
      .cart-table .a-right{
          width: 100%;
      }
      #ShoppingCart td, #ShoppingCart th {
        padding: 10px 5px;
    }
      #ShoppingCart .item-qty .select-wrapper {
        float: right;
    }
    td[data-label="Product Name"] {
        display: flex;
        align-items: center;
            display: -webkit-flex;
    -webkit-align-items: center;
    }
    .cart-table tbody .product-picture img {
            width: 60px !IMPORTANT;
            height: 60px !important;
        }
      .cart-table tbody .product-picture {
            width: auto;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            padding: 10px 0;
        }
      span.product-name {
        font-size: 16px;
        text-align: left;
    }
      .cart-row-item .product-info {
            margin-left: 20px;
        }
  }
@media (min-width: 992px) and (max-width:1199px) {
    #custom-search-input .input-group {
        width: 200px;
    }
}
  @media (min-width: 992px) {
      .guest-content .modal-dialog.modal-lg.guest-dialog{
        display: flex;
        align-items: center;
        justify-content: center;
        display: -webkit-flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
        height: 100vh;
        margin: 0;
    }
  }

@media (max-width:767px){
    .cart-items .quantity-options .item-qty {
    width: 65px;
    height: 45px;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    border-radius: 2px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    border: 1px solid #ccc;
}
    .quantity-options .quantity-nav {
    float: left;
    position: relative;
    height: 43px;
    z-index: 1;
}
.item-options .quantity-options .quantity-button {
    width: 32px;
    line-height: 1.2;
}
    .event-location-title {
        padding-bottom: 10px;
    }
    .dropdown-desktop-overlay__content_inner.dropdown-menu {
        position: absolute;
        margin-top: 0;
        background-color: #fff;
        border-radius: 2px;
        padding: 0 24px;
        border: 1px solid #e4e4e4;
        z-index: 999;
        min-width: 320px;
        box-sizing: border-box;
        overflow-y: auto;
        height: 250px;
    }
    .checklist__list p {
        font-size: 12px;
    }
    .checklist_square {
        position: absolute;
        top: -11px;
        left: 8px;
        height: 25px;
        width: 25px;
        background-color: #ddd;
        border-radius: 0;
        border: 1px solid #b3b3b3;
    }
    .dropdown-mobile-modal__title {
        font-size: 17px;
    }
    .dblock-button button.menu-buttons__button.menu-buttons__apply-button {
        padding: 0 15px;
        font-size: 13px;
    }
    .experience-black-filter, .feature-black-filter {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ex-close, .ft-close {
        position: relative;
        width: 100%;
    }
    .ex-close a, .ft-close a{
        position: absolute;
        right: 0px;
        top: -3px;
    }
    .filter-section .custom-open{
        width: 100%;
        padding-right: 0;
    }
    .filter-section .custom-dropdown {
        width: 100%;
        text-align: left;
    }
    #custom-search-input .input-group {
        width: 100%;
    }
    span.qty-label{
        font-size: 12px;
    }
    .event-price-title{
        font-size: 24px;
    }
    .event-detail-header{
        padding-bottom: 10px;
    }
    .event-session-section {
        padding-top: 20px;
    }
    .event-price, .qtn-field{
        display: block;
    }
    .event-price {
        padding-top: 25px;
    }
    .qty-table{
        display: block;
    }
    #add-to-cart-form .alert {
        padding: 6px 10px;
        margin-bottom: 15px;
    }
}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
      #custom-search-input .input-group {
        width: 210px;
    }

}

.event-detail-image .event-image .event-bg-img {
/*
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50%;
*/
    padding-bottom: 10px;
}
.event-detail-image .event-image .event-bg-img img {
/*    display: none;*/
    max-width: 100%;
}
.event-detail-section .buy-btn {
    margin-bottom: 25px;
}

.no-pad.error-page {
    padding: 50px 0;
}
.not-found-section {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
        display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.found-title {
    margin-bottom: 30px;
}
@media (min-width:1400px) {
    .no-pad.error-page {
        padding: 100px 0;
    }
    .not-found-section {
        height: 65vh;
    }
}

.error-page .jumbo {
    font-size: 160px;
    line-height: 160px;
    font-weight: 600;
    color: #c85f7b;
    margin-bottom: 16px !important;
}

.found-btn {
    padding-top: 10px;
}

.page-found {
    font-size: 36px;
    color: #c85f7b;
}

.wine-btn {
    letter-spacing: 3px;
    padding: 10px 35px;
    background-color: #f7b6bd;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    text-shadow: none;
    background-image: none;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.wine-default-btn{
   letter-spacing: 3px;
    padding: 10px 35px;
    background-color: #f7b6bd;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    text-shadow: none;
    background-image: none;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
}
.error-page i {
    color: #c85f7b;
    display: inline-block;
    font-size: 80px;
    margin-bottom: 24px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: spin 6s ease-in-out infinite alternate;
    -moz-animation: spin 6s ease-in-out infinite alternate;
    -o-animation: spin 6s ease-in-out infinite alternate;
    animation: spin 6s ease-in-out infinite alternate;
}
ul.error-page-btns li {
    list-style: none;
}
.spin-me {
    -webkit-animation: spin 6s ease-in-out infinite alternate;
    -moz-animation: spin 6s ease-in-out infinite alternate;
    -o-animation: spin 6s ease-in-out infinite alternate;
    animation: spin 6s ease-in-out infinite alternate;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(-15deg);
    }
    10% {
        -webkit-transform: rotate(-85deg);
    }
    30% {
        -webkit-transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(250deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(-15deg);
    }
    10% {
        -moz-transform: rotate(-85deg);
    }
    30% {
        -moz-transform: rotate(5deg);
    }
    50% {
        -moz-transform: rotate(250deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(-15deg);
    }
    10% {
        -o-transform: rotate(-85deg);
    }
    30% {
        -o-transform: rotate(5deg);
    }
    50% {
        -o-transform: rotate(250deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(-15deg);
    }
    10% {
        transform: rotate(-85deg);
    }
    30% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(250deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover{
    color: #333;
    background-color: #c85f7b;
    border-color:#c85f7b;
}
.btn-default:focus, .btn-default:hover {
    background-color: #c85f7b;
}
.posts-holder .span11 {
    padding: 0 10px;
}
@media (min-width:1025px){
    .form-flex{
        display: flex;
        align-items: center;
        display: -webkit-flex;
    -webkit-align-items: center;
    }
}
@media (max-width:1024px){
    .address-section .group-zip {
        width: 100%;
    }
    .address-section .group-city {
        width: 100%;
    }
}

.event-modal-title{
    font-family: 'Lato-Bold';
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}
.event-modal-body p{
    font-size: 16px;
    line-height: 27px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.code-d-flex{
    display: flex;
    align-items: center;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.verify-btn{
    letter-spacing: 3px;
    padding: 10px 25px;
    background-color: #f7b6bd;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    text-shadow: none;
    background-image: none;
}
.verfication-popup .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width:768px){
    .verfication-popup .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

}

@media screen and (max-width: 600px){
    table.rwd-table thead{
        position: relative;
    }
    table.rwd-table tr {
        display: table-row;
        border-bottom: 1px solid #ddd;
    }
       table.rwd-table td {
        display: table-cell;
        font-size: 15px;
        text-align: center;
    }
}

.register-title {
    font-family: 'Lato-Bold';
    font-size: 24px;
    margin: 0;
    padding-bottom: 5px;
}
.coose-art-title {
    font-family: 'Lato-Bold';
    font-size: 24px;
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
}
.register-attendees {
    padding: 30px 0 60px;
    text-align: center;
}
table.rwd-table {
    margin-bottom: 25px;
    margin-top: 20px;
}
.art-form {
    padding: 20px 0;
}
.f-weight {
    font-weight: 600;
}
.pagination-contain .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
/*    float: right;*/
}
 /********** choose art **/
.art-form label {
    display: block;
    margin-bottom: .5rem;
}
.mr-2 {
    margin-right: .75rem!important;
}
.mb-2 {
    margin-bottom: .75rem!important;
}
.art-clear{
    letter-spacing: 3px;
    padding: 10px 35px;
    background-color: #38393f;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #38393f;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    text-shadow: none;
    background-image: none;
    display: block;
    text-align: center;
    text-decoration: none;
}
.art-clear:hover, .art-clear:focus{
    color: #fff;
    text-decoration: none;
}
.art-search {
    letter-spacing: 3px;
    padding: 10px 35px;
    background-color: #f7b6bd;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #f7b6bd;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    text-shadow: none;
    background-image: none;
    display: block;
    text-align: center;
}
.art-search:focus, .art-search:hover {
    background-color: #c85f7b;
}
.artwork-gallery .event-list ul {
    padding: 0;
}
.artwork-gallery .event-list {
    /* overflow: auto; */
    position: relative;
    max-height: 600px;
    margin-bottom: 10px;
    padding: 30px 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.artwork-gallery .event-list ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.artwork-gallery .gal-box {
    position: relative;
/*    margin-bottom: 15px;*/
}
/*
.gal-box.arts-sec.select-art{
    width: 100px;
}
*/
/*
.gal-box {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    margin-bottom: 24px;
}
*/
/*
.artwork-gallery .gal-box .gall-info {
    position: relative;
    border: 0;
    padding: 10px;
    padding-top: 5px;
}
.artwork-gallery .gal-box .gall-info .art-title {
    font-size: 12px;
    margin: 0;
    text-align: center;
}
.gal-box .gall-info .art-title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
*/
.artwork-gallery {
    padding: 30px 0;
}

.choose-art-section label {
    display: block;
}
.choose-art-section .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.art-section {
    position: relative;
    width: 168px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    margin-bottom: 15px;
}
.gall-info {
    position: relative;
    overflow: hidden;
}
.gall-info .art-title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: center;
}
.gal-box.arts-sec.select-art {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 100%;
}
.gal-box.arts-sec.select-art img{
    display: none;
}
.choose-art-form {
    position: relative;
    overflow: hidden;
}
.choose-art-form .filter-section .form-control {
    height: 40px;
}
.choose-art-form .filter-section {
    float: none;
}
@media (min-width:992px){
    table.rwd-table {
        width: 60%;
        margin: 0 auto;
    }
    .choose-art-form .filter-section {
        display: flex;
        align-items: center;
        /* float: right; */
        justify-content: center;
        padding: 15px 0 10px;
        float: none;
    }
    .choose-art-form .filter-section .form-control {
        height: 50px;
        width: 200px;
    }
}
.rwd-table thead tr th {
    padding-left: 10px;
    text-align: left;
}
.rwd-table tbody tr td {
    padding-left: 10px;
    text-align: left
}

@media (max-width:767px){
    .art-section {
        width: 115px;
    }
    .list-section-view {
        padding-top: 0px;
    }
}

.list-wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.row.list-wrap:after, .row.list-wrap:before {
    display: none;
}
tr.cart-row-item .product-info {
    display: flex;
    align-items: center;
/*    justify-content: center;*/
}
span.product-name {
    font-size: 14px;
    font-family: 'Lato-Bold';
    line-height: 24px;
}
.event-detail-image .event-image .event-bg-img img {
    margin: 0 auto;
}

.confirmation-option li {
	float: left;
	width: 50%;
}

.confirmation-option {
	padding: 0;
	margin: -1px;
	list-style: none;
}

.confirmation-option li:first-child a {
	background-color: #c85f7b;
	display: block;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.confirmation-option li:last-child a {
	background-color: #38393f;
	display: block;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 1;
	width: 100%;
	font-weight: normal;
	line-height: inherit;
}

#event-confimation .modal-content {
    border-radius: 0;
}

.confirmation-modal-body {
	padding: 0;
}

.confirmation-modal-body p {
	font-size: 18px;
	padding: 30px 0;
	margin: 0;
}

.confirmation-modal-body button.close {
	position: absolute;
	right: 5px;
	opacity: 0.6;
	font-size: 24px;
}

@media (min-width: 768px) {
	#event-confimation .modal-sm {
		width: 420px;
	}
}

.studio-hours-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato-Bold';
}
.stuido-hours-list ul li p {
    color: #fff;
}
.stuido-hours-list ul li span {
    display: block;
    font-weight: 900;
    font-size: 13px;
}
.stuido-hours-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 190px;
    justify-content: space-between;
    margin-bottom: 0;
}
.stuido-hours-list ul li {
    font-family: 'KlinicSlabMedium';
    color: #fff !important;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    width: 85px;
}
.studio-notes {
    color: #fff;
    font-size: 12px;
    padding-right: 40px;
}

.what-we-offer {
	padding: 100px 0;
}

.home-events-list {
	position: relative;
	margin-bottom: 60px;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.home-events-list:after {
	content: '';
	border: 2px solid #C65E79;
	width: 100%;
	display: block;
	margin: 0 auto;
	bottom: 0;
	position: absolute;
    z-index: 1;
}

.home-events-list.last-child:last-child:after {
	content: none;
}

.find-btn {
	background-image: url('../images/btn-dark-texture.jpg');
	transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out, color 0.3s ease-in-out;
	display: inline-block;
	text-align: center;
	padding: 20px 60px 20px 60px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	font-size: 18px;
	/* background: #c85f7b; */
	letter-spacing: 4px;
	border-radius: 50px;
	text-shadow: 1px 1px 1px #383838;
	margin-bottom: 0;
	text-decoration: none;
	line-height: 24px;
}

.find-btn:hover {
	color: #ffffff;
	background: #f8b6bd;
	text-decoration: none;
}

.home-find {
	margin: 35px 0 60px;
}

.what-we-title {
	font-family: 'MadinaScript';
	font-size: 160px;
	text-align: center;
}

.home-event-list-title {
	font-family: 'MadinaScript';
	font-size: 72px;
	text-align: center;
	padding-bottom: 25px;
}

.rose {
	color: #C65E79;
}

.fancy {
	font-family: 'MadinaScript';
	font-size: 56px;
	color: #C65E79;
	font-weight: normal;
}

.home-events-list-section p {
	font-family: 'KlinicSlabBook';
	font-weight: 400;
	font-size: 22px;
	color: #202020;
	letter-spacing: 0;
	line-height: 38px;
}

.home-event-list-mid-title {
	font-weight: 700;
	font-size: 48px;
	font-family: 'KlinicSlabBold';
	padding-bottom: 15px;
}

.home-event-list-last-title {
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	line-height: 48px;
	font-family: 'KlinicSlabBold';
	padding-top: 15px;
}

.client-logo-list ul {
	list-style: none;
	padding: 0;
	display: block;
	text-align: center;
}

.client-logo-list ul li {
	display: inline-block;
	padding: 20px 20px;
}
.circle-image {
    position: absolute;
    left: 0;
}
.circle-image-right {
    position: absolute;
    right: 0;
    margin-top: -10%;
}
.circle-image-left {
    position: absolute;
    left: 0;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .circle-image img {
        max-width: 500px;
    }
    .circle-image-right img {
        max-width: 400px;
    }
    .circle-image-left img {
        max-width: 300px;
    }
    .what-we-title {
        font-family: 'MadinaScript';
        font-size: 120px;
        text-align: center;
    }
    .what-we-offer {
        padding: 60px 0;
    }
    .find-btn {
        padding: 15px 40px 15px 40px;
        font-size: 16px;
    }
}
@media (min-width:992px) {
	.client-logo-list ul {
		list-style: none;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.client-logo-list ul li {
		padding: 25px 30px;
	}
}

@media (max-width:991px) {
    .circle-image img {
        max-width: 280px;
    }
    .circle-image-right img {
        max-width: 200px;
    }
    .circle-image-left img {
        max-width: 160px;
    }
	.home-events-list-section p {
		font-size: 16px;
		line-height: 30px;
	}
	.home-find {
		margin: 20px 0 40px;
	}
	.find-btn {
		padding: 10px 35px 10px 35px;
		font-size: 14px;
	}
	.home-events-list {
		margin-bottom: 40px;
	}
	.what-we-offer {
		padding: 50px 0;
	}
	.what-we-title {
		font-size: 72px;
	}
	.fancy {
		font-size: 30px;
	}
	.home-event-list-last-title {
		font-size: 18px;
		padding-top: 5px;
	}
	.home-event-list-title {
		font-size: 36px;
		padding-bottom: 10px;
	}
	.home-event-list-mid-title {
		font-size: 24px;
		padding-bottom: 5px;
	}
}
@media (min-width: 1200px){
    .cart-mobile {
        display: none;
    }
}

.cart-mobile .nav-icon.cart-icon{
    float: right;
    top: 10px;
    position: relative;
    right: 5px;
}
.cart-mobile .nav-icon a > span {
    padding: 8px 12px;
}
.cart-mobile .nav-icon a{
    font-size: 18px;
}
.cart-mobile .nav-icon a > span:after {
    content: attr(data-label);
    position: absolute;
    right: -2px;
    top: -5px;
    font-size: 14px;
    font-family: 'PT-Sans-Bold', sans-serif;
    background-image: url(../images/cart_count_bg.png);
    /* background-image: url(../images/cart_count_bg_black.png); */
    width: 23px;
    height: 21px;
    text-align: center;
    line-height: 1.5;
    background-size: contain;
    letter-spacing: 0;
}
body.lock-scroll {
    overflow: hidden;
}
.pink-color {
    font-family: 'MadinaScript';
    color: #C65E79;
    font-weight: normal;
}
.home-events-list.thank-you-list:after{
    content: none;
    content: none;
}

/* Continue Shopping Button */
.cart-actions .btn.continue-shopping{
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    letter-spacing: 3px;
    padding: 10px 17px;
    border-radius: 30px;
    color: #38393f;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-family: 'PT-Sans-Bold';
    text-shadow: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
@media (max-width:483px){
    .cart-actions .btn.continue-shopping{
        margin-top:0;
    }
}

button[disabled], html input[disabled] {
    cursor: no-drop;
    opacity: 0.6;

}


/* sms and email events */
.event-social-list ul li.only-mobile{
    display:none;
}
.event-social-list ul li.only-desktop{
    display:inline-block;
}
@media (max-width:500px){
    .event-social-list ul li.only-mobile{
        display:inline-block;
    }
    .event-social-list ul li.only-desktop{
        display:none;
    }
}
/*** days custom checkbox start***/
.days-custom-checkbox .form-group {
    display: block;
    margin-bottom: 5px;
}
.days-custom-checkbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.days-custom-checkbox .form-group label {
    position: relative;
    cursor: pointer;
}
.days-custom-checkbox .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
}
.days-custom-checkbox .form-group input:checked + label:before {
    background-color: #c85f7b;
    color: #fff;
}
.days-custom-checkbox .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.days-custom-checkbox {
    padding-bottom: 15px;
}
.days-custom-checkbox .form-group input:disabled + label:before {
    background-color: #e6e6e6;
    cursor: no-drop;
}
.days-custom-checkbox .form-group input:checked:disabled + label:before, .days-custom-checkbox .form-group input:checked.disabled + label:before {
    background-color: #985869;
    cursor: no-drop;
}
/*** days custom checkbox end***/

.checkout-step .step-header .step-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.billing-edit {
    position: relative;
}
.billing-edit span {
    position: absolute;
    right: 0;
    font-size: 31px;
    top: -5px;
}
.billing-edit span a {
    color: #c85f7b;
}

/*custom mobile calendar css*/
@media (max-width:979px){
    .tiva-event-tooltip{
        display:none !important;
    }
    .tiva-calendar-full .table.calendar-table.table-bordered tr th,
    .tiva-calendar-full .table.calendar-table.table-bordered tr td{
        width:unset;
    }
    .tiva-calendar .table.calendar-table.table-bordered{
        table-layout:fixed;
    }
}
@media (max-width:767px){
    .tiva-calendar-full .table.calendar-table.table-bordered tr th,
    .tiva-calendar-full .table.calendar-table.table-bordered tr td{
        max-width:85px;
    }
    .tiva-calendar-full .table.calendar-table.table-bordered span.event-image img{
        width:100%;
    }
    .tiva-calendar-full .table.calendar-table.table-bordered>tbody>tr.active>th{
        font-size:10px;
    }
    .tiva-calendar-full .table.calendar-table.table-bordered tr{
        display:table-row !important;
    }
    .tiva-calendar-full .table.calendar-table.table-bordered td{
        display:table-cell;
    }
    .tiva-calendar-full .table.calendar-table.table-bordered .calendar-event-name span{
        font-size:10px;
        line-height:15px;
        display:block;
    }
}


/*17 June 2021 Work*/
.form-control.form-required {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f8d7da;
}
.mandatory {
  padding-bottom: : 10px;
}
