ul.two_column>li.parent {
    width: 50%;
}

ul.customList {
    font-size: 18px;
    margin: 10px 0;
    display: table;
}
.customList li {
	display: block !important;
	width:100% !important;
	background: transparent !important;
	padding:0px !important;
	font-size: 18px !important;
	font-weight:normal !important;
	color:#a7b1ae !important;
	line-height:24px !important;
}
.customList li:hover {
	display: block !important;
	width:100% !important;
	background: transparent !important;
	padding:0px !important;
	font-size: 18px !important;
	font-weight:normal !important;
}

.blog_wrapper1,
.blog_wrapper2 {
    margin-bottom: 5px;
}

iframe .inline-search {
    display: none;
}

.blog_categories_2 {
    padding: 40px 0;
}

table.white-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 98%;
    color: white;
    margin: 20px 0;
}

iframe .inline-search {
	display:none !important;
}

table.white-table tr:first-child {
    background-color: #7603ca;
}

table.white-table td,
table.white-table th {
    border: 1px solid #e2d4d4;
    text-align: left;
    padding: 8px;
}

table.white-table>tbody>tr>td>a:hover {
    color: #7603ca
}

table.white-table>tbody>tr>td>a {
    color: #e3d8d8
}

.stat-container {
    background-color: #121212;
    padding: 15px 20px 0px;
}

.stat-container .list-bx-title {
    color: #fff !important;
    background-color: transparent !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 20px !important;
}

.stat-container .list-bx {
    font-size: 16px !important;
}

.stat-container .ticket-btn-section {
    margin: 8px 0;
}

.ticket-btn-section a {
    width: 170px;
    height: 36px;
    font-size: 15px;
}

.bullet-item {
    list-style-type: disc !important;
}


.eventSearch__wrap {
  display: block;
  background: #7403c9;
  background: rgb(229, 229, 229);
  background: radial-gradient(circle, rgba(229, 229, 229, 1) 0%, rgba(209, 209, 209, 1) 100%);
  padding: 20px;
}

.eventSearch {
  margin-bottom: 20px;

}

.eventSearch .eventSearch__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr .6fr .4fr;
  gap: 20px;
}

.eventSearch .eventSearch__inputs input,
.eventSearch .eventSearch__inputs select {
  height: 100%;
  padding: 12px;
}

.eventSearch .eventSearch__title {
  margin: unset;
  color: #FEBC11;
  background: unset;
  text-shadow: unset;
}


@media screen and (max-width: 768px) {
  .eventSearch .eventSearch__inputs {
    grid-template-columns: 1fr;
  }

  .eventSearch__inputs button[type=submit] {
    padding: 20px;
  }
}

.eventSearch-for-nav .eventSearch .eventSearch__inputs {
  grid-template-columns: 1fr;
}

.eventSearch-for-nav .eventSearch .eventSearch__inputs button[type=submit] {
  padding: 20px;
}


.eventSearch__wrap .eventList {
  height: 900px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.eventList::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.eventList .grid {
    margin: 0 0px 0px;
    padding-left: 0px;
}

#calendar li:nth-child(2n-1) {
    margin-right: 1%;
    clear: both;
}
.eventList::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.eventList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.eventList::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.eventList::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}


/*new Event search section update end*/

#calendar li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  font-size: 90%;
  color: #222;
  padding: 10px;
  margin: 0 0 7px 0;
  background: #3c3c3c;
  color: white;
}

#calendar li:nth-child(2n-1) {
  margin-right: 1%;
  clear: both
}

#calendar li figure {
  padding: 0 !important;
  margin: 0 15px 0 0;
  width: 42%;
  text-align: center;
  vertical-align: top;
  -moz-box-shadow: none;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s
}

#calendar li figure img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: -moz-inline-box;
  display: inline-block
}

#calendar li .detail {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  width: 50%
}

#calendar li .detail h3 {
  margin: 0 0 20px 0;
  font-size: 100%;
}

#calendar li time {
  display: block
}

#calendar li a h3 {
  color: #111;
  margin: 0 0 6px;
  font-size: 130%
}

#calendar li a:hover h3 {
  text-decoration: none
}

#calendar li .btn {
  margin: 8px 0 5px;
  font-size: 110%;
  padding: 7px 10px;
  line-height: 1.2;
  height: auto;
  border: none;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 10px 10px;
}

#calendar li .btn.entry {
  font-size: 95%;
	background: rgb(0,171,228);
	background: linear-gradient(180deg, rgba(140, 37, 153) 0%, rgba(140, 37, 153) 50%, rgba(140, 37, 153) 80%);
  text-shadow: none;
  color:#fff;
}
[type=reset], [type=submit], button, html [type=button] {
    background: rgb(140, 37, 153);
    background: linear-gradient(180deg, rgba(140, 37, 153) 0%, rgba(140, 37, 153) 27%, rgba(140, 37, 153) 80%);
    color: #fff;
    -webkit-appearance: button;
    border: 0px solid #000;
    border-radius: 6px;
}

.eventSearch .eventSearch__inputs input, .eventSearch .eventSearch__inputs select {
    height: 100%;
    padding: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    color: #3f3f3f;
    height: 45px;
}

#calendar li .btn.bottle {
  font-size: 95%;
  background: rgb(255,169,83);
background: linear-gradient(180deg, rgba(255,169,83,1) 0%, rgba(255,177,100,1) 49%, rgba(250,148,47,1) 80%);
color:#fff;
  text-shadow: none;
}

@media (max-width: 1200px) {
  #calendar li .btn {
    margin-bottom: 0 !important;
    width: 100%
  }
}
#calendar li span i {
  color: #999;
  font-size: 90%
}

@media (max-width: 767px) {

    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 120px !important;
    }
}

.footer_heading h4 {
    padding-bottom: 32px !important;
}

.footer_heading h4:after {
    left: 10px !important;
    width: 70px !important;
    bottom: 16px !important;
}

ul.flexCenter>li {
    display: flex;
    justify-content: center;
}

/**.mainmenu ul li a{
    font-size: 17px;
}**/
.offer_wrapper {
    width: 100%;
    float: left;
    /* background-image: url(../img/event_bg.jpg);*/
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding: 70px 0;
    padding-bottom: 70px;
}

.night_club_wrapper {
    width: 100%;
    float: left;
    background-image: url(../img/event_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.news_letter_wrapper {
    width: 100%;
    float: left;
    background-image: url(../img/form-background.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.redColor {
    color: #7603ca;
    margin-right: 10px;
}


@media (max-width: 767px) {
    .topbar {
        height: 15px;
    }

}



.pricing_wrapper {
    padding: 25px;
}

.booking_table_wrapper {
    padding: 25px;
}

.jb_navigation_wrapper {
    width: max-content;
}

.mainmenu ul li a {
    padding: 30px 10px;
}

p {
    color: #a7b1ae;
    font-size: 20px;
    margin-top: 23px;
}

@media (max-width: 380px) {
    .bars2 {
        top: 90px;
    }
}

.bars2 {
    top: 96px;
}

.news_letter_wrapper {
    padding: 150px 0;
}

h3 {
    padding-top: 17px;
}

.fixedSizedImg {
    width: 350px !important;
    height: 288px !important;
}

.services_cntnt_img img {
    border-radius: 20px;
}

.about_us_btm_content {
    padding-top: 0px;
}

.menu_telephone {
    float: right;
    margin-right: 70px;
    margin-top: 122px;
}

.video {
    width: 100%;
    height: 637px;
    ;
}

@media (max-width: 991px) {
    .video {
        width: 100% !important;
        height: auto;
    }
}

@media (max-width: 991px) {
    .club_video_wrapper {
        padding: 58px 0px;

    }
}

.hs_btn_wrapper li a {
    width: 145px;

}

.inner_about_wrapper {
    background-image: url(../img/event_bg.jpg);
    position: relative;
    background-position: center 0;
    background-size: cover;
}

.blog_categories_content img {
    width: 32%;
}



.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    width: 427px;
}

.blog_indx_img_wrapper img {
    border-radius: 20px;
}

.offer_set_img img {
    border-radius: 20px;
}

.nightclubs_img {
    background-image: url(../img/nightclubs_header.jpg);

}

.right {
    float: right;
}

.nightclubs_buttons {
    margin-top: 10px;

}

@media (max-width: 991px) {
    .blog_categories_content img {
        width: 100%;

    }
}

.upcoming_wrapper {
    background-image: url(../img/event_bg.jpg);
}

.night_text {
    padding-top: 0px;
}

.night_button {
    padding-bottom: 0px;
}

@media (max-width: 992px) {
    .stat {
        display: flex;
        flex-direction: row;
        top: 63px;
    }
}

.stat_alt p {
    margin-top: 0px;
}

.event_single_slider {
    width: 71%;
}

@media (max-width: 991px) {
    .event_single_slider {
        width: 100%;
    }
}

.stat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;

}

@media (max-width: 992px) {
    .seatmap {
        width: 100%;
    }
}

.sag_menu {
    background-color: #1C1C1C;
    border-radius: 12px;

}

@media (max-width: 992px) {
    .styledContainer {
        margin: 15px !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        display: inline-block;
        background-color: #252525;


    }
}

@media (max-width: 992px) {
    .styledContainer p {
        padding: 0 15px;
        width: 98%;
    }
}

@media(max-width:992px) {
    .yazi {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.menu h2 {
    margin: 30px 0;
}


@media(max-width:992px) {
    .sag_menu {
        display: none;
    }
}

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    left: -28px;
}

.ustresim {
    width: 100%;
    margin-bottom: 66px;
    width: 100%;
}

.stat_alt {
    margin-bottom: 72px;
}

.post-thumbnail {
    width: 100%;
}

.sidebar_widget img {
    width: 100%;
}

@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 4.333333%;
    }
}

@media (max-width: 992px) {
    .event_box_wrapper {
        height: 338px;
    }
}

@media (max-width: 992px) {
    .stat_alt {
        margin-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .price_tag p img {
        width: unset;
    }
}

.bilgi th {
    text-align: inherit;
    color: #990209;
    width: 25%;

}

.rightimg {
    float: right;
    margin: 23px
}

@media (max-width: 992px) {
    #video {
        width: 384px;
        height: 205px;

    }
}

@media (max-width: 992px) {
    .ustresim {
        margin-bottom: unset;

    }
}


@media (max-width: 992px) {
    .project_single_wrapper {
        padding-top: unset;

    }
}

.bilgiler {
    width: 720px;
    float: left;
    background-color: #1C1C1C;
    padding: 24px;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .bilgiler {
        width: 346px;

    }
}

.flexibleButton {

    width: fit-content;
    padding-right: 10px;
    padding-left: 10px;
}

.zouk_img {
    background-image: url(../nightclubs/zouk-img/Zouk-vvs.jpg);
}

.eventsButtons {
    position: relative;
    display: block;
    width: 170px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #7603ca;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.category_btm_wrap {
    bottom: -72px;
}

.item.itemWrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.item.eventsCarousel {
    width: 90%;
    display: inline-block;
    margin: 10px 10px;
}

.item.itemWrapper figure {
    width: 100%;
    height: 286px;
    background-color: black;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .item.itemWrapper .category_btm_wrap {
        bottom: -70px
    }

    .item.itemWrapper .upcoming_event_content_box:after {
        top: 156px
    }

    .blog_slider_wrapper .owl-theme .owl-nav .owl-next,
    .upcoming_event_slider .owl-theme .owl-nav .owl-next {
        right: -40px;
    }

    .blog_slider_wrapper .owl-theme .owl-nav .owl-prev,
    .upcoming_event_slider .owl-theme .owl-nav .owl-prev {
        left: -40px;
    }

    .rightimg {
        float: unset;
        margin: unset;
    }
}

.fullimg {
    width: 100%;
    margin-top: 20px;
}

table.customTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 98%;
    color: white;
    margin: 20px 0;
}

table.customTable tr:first-child {
    /* background-color: #7603ca; */
}

table.customTable td,
table.customTable th {
    border: 1px solid #7603ca;
    text-align: left;
    padding: 8px;
}

.sidebar_widget .blog_image {
    width: 60px;
}

@media (max-width: 991px) {
    .smallsignature {
        display: flex;
        flex-direction: column !important;
    }

    .yazi img {
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
    }

}

.eventsButtons {
    position: relative;
    display: block;
    width: 170px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #7603ca;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.category_btm_wrap {
    bottom: -72px;
}



.pull-right {
    width: 400px;
    position: relative;
    float: right;
    margin-left: 30px;
    margin-top: 14px;
}




.footer_mobile.footer_img_logo {
    display: none;
}

/*
.footer_img_logo:after{
    content: '';
    position: absolute;
    background: #7603ca;
    height: 2px;
    left: 23px !important;
    width: 100px !important;
    bottom: 274px !important;
}
*/
.footer_img_logo {
    margin-bottom: 20px;
}

.footer_about_content {
    width: 110% !important;
}













.inner_about_wrapper {
    background-image: none;
}

.about_us_btm_content {
    text-align: unset;
}

ul {
    padding-left: 20px;
    list-style: square;
}

ol ol,
ol ul,
ul ol,
ul ul {
    padding-left: 20px;
}

h2 {
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
}

ul,
li {
    list-style: none;
}

.buttons-wrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 20px 0;
}

.buttons-wrapper * {
    width: auto;
}

.pull-left {
    display: inline-block;
    position: relative;
    width: 400px;
    float: left;
    margin: 20px 0;
    margin-right: 20px;
}

.pull-left img {
    position: relative;
    width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.eventsButtons {
    position: relative;
    display: block;
    width: 170px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #7603ca;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.category_btm_wrap {
    bottom: -72px;
}

/*ticket start*/
.ticket-area {
    display: block;
    background-color: #7603ca;
    color: white;
    margin-bottom: 30px;
    background-color: #1c1c1c;
    opacity: 1;
    background: repeating-linear-gradient(45deg, #1f1f1f, #1f1f1f 5px, #1c1c1c 5px, #1c1c1c 25px);
}

.ticket-area .top-banner {
    display: inline-block;
    width: 100%;
    position: relative;
}

.ticket-area .top-banner img {
    position: relative;
    width: 100%;
    height: auto;
    border: unset !important;
    margin-bottom: 0 !important;
}

.ticket-area .ticket-area-content {
    display: inline-block;
    width: 100%;

    padding: 30px 0px;
}

.ticket-area .padding {
    padding: 0px 20px;
}

.ticket-area .ticket-title {
    margin: 30px 0;
}

.ticket-area .ticket-title h2 {
    color: #7603ca;
    font-size: 230%;
    line-height: 35px;
    margin: 0 0 15px;
    text-align: center;
    text-shadow: -1px 0px 10px #000000;
    text-transform: uppercase;
}

.ticket-area .ticket-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ticket-area .ticket-stats .stat-item {
    display: inline-grid;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 10px;
    background-color: #7603ca0d;
    padding: 14px;
    border: 1px solid #7603ca;
    transition: all 0.5s ease;
}

.ticket-area .ticket-stats .stat-item:hover {
    background-color: #7603ca;
}

.ticket-area .ticket-stats .stat-item:hover .stat-icon {
    color: white;
}

.ticket-stats .stat-item .stat-icon {
    font-size: 42px;
    color: #7603ca;
    transition: all 0.5s ease;
}

.ticket-stats .stat-item .stat-title {
    font-size: 22px;
    font-weight: bold;
}

.ticket-stats .stat-item .stat-content {
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
}

.ticket-area a:link,
.ticket-area a:visited {
    color: #7603ca;
}

.ticket-area .action-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 30px;
}

.ticket-area .action-buttons .action-item {
    text-align: center;
    padding: 10px 5px;
    background: white;
    color: #493123;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #7603ca;
}

.ticket-area .action-buttons .action-item:hover {
    color: #7603ca;
}

.ticket-area .video-section-wrap {
    margin: 20px 0;
    position: relative;
}

.ticket-area .video-section {
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #7603ca0d;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}


/* .ticket-area .video-section iframe {
position: relative;
width: 100%;
min-height: 456px;
height: 52%;

} */

.video-container {}

.video-section iframe,
.video-section object,
.video-section embed,
.video-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #7603ca;
    opacity: .1;
    transition: all 0.5s ease;
}



.ticket-area .video-title-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;

}

.ticket-area .video-section-wrap .video-title-area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ticket-area .video-section-wrap .video-title-area .video-icon {
    font-size: 42px;
    margin-bottom: 20px;
    color: #7603ca;
}

.ticket-area .video-section-wrap .video-title-area .video-title {
    font-size: 22px;
    font-weight: bold;
}

.ticket-area .video-section-wrap:hover iframe {
    opacity: 1;
}

.ticket-area .video-section-wrap:hover video {
    opacity: 1;
}

.ticket-area .video-section-wrap:hover .video-title-wrap {
    opacity: 0;
    display: none;
}

.ticket-area .service-wrap {
    margin: 20px 0;
}

.ticket-area .service {
    display: flex;
    background-color: #7603ca0d;
    border: 1px solid #7603ca;
    padding: 14px;
    transition: all 0.5s ease;
}

.ticket-area .service .service-head {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    justify-items: center;
}

.ticket-area .service .service-icon {
    font-size: 42px;
    color: #7603ca;
    transition: all 0.5s ease;
}

.ticket-area .service .service-title {
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
}

.ticket-area .service .service-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ticket-area .service .service-content p {
    margin: unset;
}

.ticket-area .service:hover {
    background-color: #7603ca;
}

.ticket-area .service:hover .service-icon {
    color: white;
}

@media screen and (max-width: 768px) {
    .ticket-area .ticket-stats {
        grid-template-columns: 1fr;
    }

    .ticket-area .service {
        flex-direction: column;
    }

    .ticket-area .service .service-head {
        margin-bottom: 10px;
    }

    .ticket-area .action-buttons {
        grid-template-columns: 1fr 1fr;
    }

    .ticket-area .padding {
        padding: 0px 10px;
    }
}

/*ticket end*/

.videoWrapper {
    position: relative;
    padding-bottom: 55.25%;
    height: 0;
    margin-bottom: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.videoWrapper iframe {
    position: absolute;
    top: 0;

    width: 94%;
    height: 100%;
}

.pull-right.small {
    float: right;
    width: 300px;
}

.pull-left.small {
    float: left;
    width: 300px;
}

.pull-right.small img,
.pull-left.small img {
    width: 100%;
    margin-bottom: 25px;
}

.centered-btn {
    margin: 10px 0;
}

.centered-btn ul li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

ul.customList {
    font-size: 20px;
    margin: 20px 0;
}

ul.customList li {
    list-style: none;
    line-height: 30px;
}

ul.customList li:hover {
    color: #7603ca;
    font-weight: 600;
}

ul.customList li::before {
    content: "✓";
    position: relative;
    width: 20px;
    margin-right: 10px;
    color: inherit;
}

/*infusion form design start*/
form.infusionForm {
    margin: 20px 0px;
}

form.infusionForm .infusion-field {
    grid-template-columns: 0.4fr 1fr;
    display: grid;
    margin: 5px 0px;
    align-items: center;
}

form.infusionForm .infusion-field input {
    width: 100% !important;
    border: none;
    background: transparent !important;
    border-left: 1px solid #7603ca;
    padding: 10px 0px;
    border-radius: 0px;
    text-align: center;
    -moz-box-shadow: -15px 3px 37px 0px rgba(153, 0, 0, 0.26);
    box-shadow: -15px 7px 42px -5px rgba(153, 0, 0, 0.13);
    -moz-box-shadow: -15px 7px 42px -5px rgba(153, 0, 0, 0.13);
    -webkit-box-shadow: -15px 7px 42px -5px rgba(153, 0, 0, 0.13);
    color: #7603ca !important;
    font-weight: 600;
    -webkit-appearance: none;
}

form.infusionForm .infusion-field.radioInput input {
    width: auto !important;
}

form.infusionForm .infusion-field.radioInput .options-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

form.infusionForm .infusion-field input:focus {
    outline: none;
    -webkit-box-shadow: -15px 7px 42px -5px rgba(153, 0, 0, 0.5);
    -moz-box-shadow: -15px 7px 42px -5px rgba(153, 0, 0, 0.5);
    box-shadow: -15px 7px 42px -5px rgba(153, 0, 0, 0.5);
}

form.infusionForm .infusion-field label {
    color: #7603ca;
    font-weight: 600;
    text-align: right;
    padding-right: 1em;
}

form.infusionForm .infusion-submit {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

form.infusionForm .infusion-submit button {
    background-color: #7603ca;
    font-size: 20px;
    width: 40%;
    font-weight: 600;
    color: white;
    padding: 10px 0px;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    form.infusionForm .infusion-field {
        grid-template-columns: 1fr;
        display: grid;
    }

    form.infusionForm .infusion-field label {
        text-align: center;
        padding-right: 1em;
        margin: 6px 0px;
    }
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgb(160 13 153);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*infusion form design end*/

@media screen and (max-width: 768px) {

    .pull-right,
    .pull-left {
        width: 100% !important;
        margin-left: unset !important;
        margin-bottom: 15px;
    }

    .footer_mobile.footer_img_logo {
        display: inline !important;
    }

    .footer_pc.footer_img_logo {
        display: none;
    }

}


/*small signature desing*/
.smallsignature {
    float: left;
    background-color: #1C1C1C;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.smallsignature .smallsignature_image {
    border: 2px solid #7603ca;
}

.smallsignature .about {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.smallsignature .about h3 {
    padding: 10px 0;
}

.smallsignature .about p {
    margin: 10px 0;
}

.smallsignature .socialicons {
    display: flex;
    justify-content: flex-end;
}

.smallsignature .socialicons .social {
    font-size: 26px;
    margin-left: 10px;
}

.smallsignature .smallsignature_phone {
    font-size: 20px;
    margin: 10px 0;
    font-weight: bold;
}

/*small signature desing end*/

.upcoming_event_slider .category_content_wrapper {
    margin-bottom: 40px;
}



.btn_vvs {
    background-color: black;
    color: white;
    border: 2px solid #7603ca;
    padding: 10px;
    border-radius: 38px;
    margin-bottom: 38px;
    text-align: center;
}

.btn_vvs:hover {
    background-color: #7603ca;
    color: black;
}

@media screen and (max-width: 768px) {

    .btn_vvs {
        margin: 0 10px 0 10px;
        display: block;
    }

    .btn_5-1 .btn_vvs {
        margin-bottom: 7px;
    }

    .pull-right img {
        width: 100%;
    }

}




.ticket-btn-section {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.ticket-btn-section .btn {
    height: auto;
    padding: 5px 20px;
}

@media screen and (max-width: 768px) {
    .ticket-btn-section .btn {
        width: 100%;
    }
	
	#calendar li {
    width: 100% !important;
	}


    .ticket-area .topInfo {
        flex-direction: column;
    }

    .stat {
        top: unset;
    }
}






















/*guestlist start*/

.topInfo {
    display: flex;
    padding: 20px 20px 0px 20px;
}

.topInfo .infos {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.topInfo .infos .info {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    column-gap: 21px;
    padding-right: 20px;
}

.topInfo .infos .info span:first-child {
    text-align: right;
    color: #7603ca;
    font-weight: bold;
}

.topInfo .topLogo {
    width: 230px;
    height: 230px;
    box-sizing: border-box;
}

.svgStars svg {
    height: 15px;
    fill: rgb(188 2 2);
}

.topLogo img {
    width: 90%;
}

.topInfo .infos .info span {
    font-size: 20px;
}

.ticket-area .ticket-area-content {
    padding: 0px 0px 20px 0px !important;
}

.custom_List li {
    padding-bottom: 15px;
    padding-top: 15px;
    list-style-type: "♣";
    padding-left: 5px;
    line-height: 25px;
    font-size: 20px !important;
}





.clubbtn4-1 {
    display: flex;
    flex-direction: row;
}

.onlyMobilePhone {
    display: none;
}

.clubbtn4-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.clubbtn4-1 .ticket-btn-section {
    margin: 0px;
}

.clubbtn4-1 .ticket-btn-section .btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media screen and (max-width: 768px) {


    .clubbtn4-1 {
        flex-direction: column;
    }

    .clubbtn4-1 .ticket-btn-section {

        margin: 6px 0;
    }

    .clubbtn4-1 {
        grid-template-columns: 1fr;
    }

    .topLogo img {
        width: 100%;
    }

    .topInfo .topLogo {
        width: unset;
        height: unset;
    }

    .btn {
        white-space: inherit !important;
        width: fit-content !important;
        height: fit-content;
        padding: 0.4em 1.2em;
        display: inline-block;

    }



}

.guestlistForm .booking_form_field {
    position: relative !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*guestlist end*/


.booking_form_field {
    top: -46px;
    padding: 40px;
}

.action-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 30px;
}

.action-buttons .action-item {
    text-align: center;
    padding: 10px 5px;
    background: rgb(0,171,228);
	background: linear-gradient(180deg, rgba(0,171,228,1) 0%, rgba(0,162,217,1) 50%, rgba(9,142,187,1) 80%);
    color: white;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    border: 0px solid #7603ca;
}

.action-buttons .action-item:hover {
	background: rgb(0,171,228);
	background: linear-gradient(180deg, rgba(0,171,228,1) 0%, rgba(0,162,217,1) 27%, rgba(9,142,187,1) 80%);
    color: #fff;
}

@media screen and (max-width: 768px) {

    .action-buttons {
        grid-template-columns: 1fr 1fr;
        padding: 10px;
    }


}

.includeSection#events {
    position: relative;
    width: 100%;
    margin-top: 16px;
}

.includeSection#events .searchSection {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.includeSection#events .searchSection h2 {
    border-radius: 4px;
    background: rgb(153, 0, 0);
    background: linear-gradient(0deg, rgba(153, 0, 0, 1) 0%, rgba(249, 9, 9, 1) 100%);
    margin-bottom: 10px;
    padding: 10px 0;
}

.includeSection#events .searchSection .inputs {
    display: grid;
    grid-template-columns: 1fr 1fr .5fr;
    column-gap: 10px;
}

.includeSection#events .searchSection .inputs input {
    padding: 8px 10px;
    outline: none;
    border: 1px solid #7603ca;
    border-radius: 4px;
    color: #7603ca;
}

.includeSection#events .searchSection .inputs input:focus {
    border: 1px solid #7603ca;
}

.includeSection#events .btn {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}

.inputs .btn:hover {
    text-decoration: none;
}

/*#7d07d4*/
.includeSection#events .eventsSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    height: auto;
    height: 5640px;
    max-height: 5640px;
    overflow-y: scroll;
}

.includeSection#events .eventsSection .event-item {
    position: relative;
    width: 100%;
    background-color: #1f1f1f;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6px;
    border-radius: 4px;
    border: 1px solid #d6bebe;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.includeSection#events .eventsSection .event-item .poster {
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
}

.includeSection#events .eventsSection .event-item .poster img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.includeSection#events .eventsSection .event-item .description {
    font-size: 14px;
    padding-top: 10px;
    padding-right: 5px;
    color: white;
}

.includeSection#events .eventsSection .event-item .description h3 {
    margin: unset;
    padding-top: unset !important;
    margin-bottom: 16px;
    font-size: 15px !important;
    text-transform: uppercase;
    text-shadow: unset;
    color: rgb(153, 0, 0);
    overflow-wrap: anywhere;
}

.includeSection#events .eventsSection .event-item .description .desc-item {
    font-weight: bold;
}

.includeSection#events .eventsSection .event-item .description .moreInfoBtn {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    height: fit-content;
    padding: 0.4em 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
}

.gradientBtn1 {
    background: rgb(153, 0, 0);
    background: linear-gradient(0deg, rgba(153, 0, 0, 1) 0%, rgba(249, 9, 9, 1) 100%);
    color: white;
}

.gradientBtn1.animated:hover {
    background: linear-gradient(0deg, rgba(153, 0, 0, 1) 0%, rgba(73, 22, 22, 1) 100%);
    background-size: 400% 400%;
    animation: gradient 1s ease;
    background-position: 100% 50%;
}

@media screen and (max-width: 768px) {
    .includeSection#events .eventsSection {
        grid-template-columns: 1fr;
    }
	
	.action-buttons {
		display:none !important;
	}

    a.customButton {
        padding: 0.4em 0.3em;
    }

    .includeSection#events .searchSection .inputs {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .includeSection#events .eventsSection {
        height: 698px;
        max-height: 698px;
    }
}

.eventsSection::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fadada;
    background-color: #F5F5F5;
}

.eventsSection::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.eventsSection::-webkit-scrollbar-thumb {
    background-color: rgb(153, 0, 0);
    border: none;
}

@keyframes gradient {
    0% {
        background-position: 100% 50%;
    }

    30% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.includeSection#events .eventsSection {
    max-height: unset;
    height: 4000px;
}

.pageEvent .includeSection#events .eventsSection {
    height: auto;
    max-height: 690px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote{
  font-size: 1.2em;
  width:100%;
  margin:10px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #FBDF8D;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#000;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 1px;
  top:-1px;
}
