/*!
Theme Name: Vip Tables London
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vip-tables-london
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Vip Tables London is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.intl-tel-input{
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th{
    background: white !important;
      border: 0 solid #ddd !important;
      color: #013F6B !important;
      text-align: center !important; 
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
box-shadow: unset !important;
color: #fff !important;
font-weight: 700 !important;
background: #febe1e !important;
border-radius: 50% !important;
width: 32px !important;
height: 32px !important;
padding-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th{
    width: 32px !important;
    height: 32px !important; 
}
.page-id-169 .xdsoft_datetimepicker .xdsoft_calendar td:hover, .page-id-169 .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
box-shadow: unset !important;
color: #fff !important;
font-weight: 700 !important;
background: #febe1e !important;
border-radius: 50% !important;
width: 32px !important;
height: 32px !important;
padding-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th{
color: #013F6B !important;
}


.xdsoft_datetimepicker .xdsoft_calendar th {
background:  #fff !important;
}

.blog-left-sidebar img{
    height: 400px;
    object-fit: cover;
}
.all-bottom-blog .news-box img{
    height: 350px;
    object-fit: cover;
}
.pagination a, .pagination span{
    width: 32px;
    height: 32px;
    background: #013F6B;
    color: white;
    padding: 7px 10px;
    font-size: 14px;
    margin-right: 5px;  
    border:1px solid transparent;
}
.pagination a:hover{
    text-decoration: none;
}
.pagination span.current, .pagination a:hover{
    background-color: transparent;
    border-color: #013F6B;
    color: #013F6B;
}
.pagination{
    justify-content: center;
}
.blog-sidebar-blog .news-box img{
    height: 125px;
    object-fit: cover;
}
.blog-sidebar-blog .news-box .mob-img img{
    height: 131px;
    width: 184px;
    object-fit: cover; 
}
.latest-news .news-boxes .news-box .card-body .single-c-area p{
    font-size: 16px;
    line-height: 27px;
    color: #013F6BB2;
}

.gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	}	
.gal img{ width: 100%; padding: 7px 0; border-radius: 25px;}
@media (max-width: 500px) {
	.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
}
.tabs-to-dropdown h1{
    font-size: 30px;
    line-height: 30px;
    color: #013F6B;
    font-family: 'abril_fatfaceregular';
    font-weight: 400;
  }
@media screen and (min-width: 768px) {
    .home .cities-with-dropdown .nav-pills .nav-link{
        display: block;
        background-color: inherit;
        color: #013F6B;
        padding: 22px 0;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 28px;
        line-height: 42px;
        font-weight: 500;
    }
    .home .cities-with-dropdown .nav-pills .nav-link{
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    .home .cities-with-dropdown .nav-pills .nav-link{
        margin: 0 20px;
        width: auto;
    }
    .home .cities-with-dropdown .nav-pills .nav-link:after {
        content: "";
        left: 0;
        top: 100%;
        display: block;
        height: 1px;
        width: 0;
        background-color: transparent;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        background-color: #000;
        -webkit-transition: width .5s cubic-bezier(.23,1,.32,1);
        transition: width .5s cubic-bezier(.23,1,.32,1);
    }
    .home .cities-with-dropdown .nav-pills .nav-link.active:after {
        width: 100%;
    }
    .home .cities-with-dropdown .nav-pills .nav-link:hover:after {
        width: 100%;
    }
    .home .cities-with-dropdown .nav-pills{
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .home-bottom-heading{
        margin-bottom: 30px;
    }
    #pills-tabContent{
        float: left;
        width: 100%;
    }
    .dropdown.d-md-none{
        text-align: center;
    }
    #dropdownMenuButton{
        width: 90%;
    }
    .new-home.party-main.vip-table-top .club-all-cities h1{
        text-align: center;
    }
    .tabs-to-dropdown h1{
        text-align: center;
      }
      .blog-area.blog-top .all-boxes .blog-sidebar-blog .single-box .card-text {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0;
    }
}

@media (min-width: 768.1px){
    .club-updated .all-boxes .single-box h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .club-v-page .all-boxes .single-box .card .party-feature-img img{
        object-fit: cover;
        min-height: 250px;
        object-fit: cover;
    }
    
    
}
@media (min-width: 768px){
    .dropdown.d-md-none{
        display: block !important;
        margin-bottom: 10px;
    }
      #dropdownMenuButton {
        padding: 10px;
        border: 1px solid #013F6B;
        width: 250px;
        border-radius: 0;
        text-align: left;
    }
    .dropdown-toggle::after{
        float: right;
        margin-top: 10px;
    }
    #pills-tab{
        display: none !important;
    }
    #dropdownMenuButton{
        border: 0;
        border-bottom: 1px solid #013F6B; 
    }

}
.navigation-top #menu-menu-main li.current_page_item a:after {
    width: 100%;
}
.navigation-top #menu-menu-main li .sub-menu{
    display: none;
    padding: 10px;
    position: absolute;
    width: 200px;
    margin-left: -10px;
}
.navigation-top #menu-menu-main li .sub-menu li{
    padding: 10px;
    background: #e9e9e9;  
    width: 150px;
    text-align: center;
}
.navigation-top ul#menu-menu-main{
    position: relative;
}
.navigation-top #menu-menu-main li .sub-menu li a:after{
    display: none;
}
.navigation-top #menu-menu-main li{
    position: relative;
}
#menu-menu-main .menu-item-has-children:after{
    content: '▼';
    top: 10px;
    right: -15px;
    margin-top: -10px;
    font-size: 15px;
    position: absolute;
}
.navigation-top #menu-menu-main li {
    margin-right: 30px;
}
#dropdownMenuButton {
    border:0;
}
#dropdownMenuButton {
    border-bottom: 1px solid #013F6B;
}
.all-clubs.all-boxes.vip-table-main{
    padding-bottom: 0;
}
body.search .all-boxes .single-box .card img{
    height: 350px;
    object-fit: cover;
}
body.search  .all-clubs .main-heading h1{
    margin-bottom: 30px;
}
.search-section{
    display: none;
    position: absolute;
    right: 0;
    top: 62px;
}
.header-nav .container{
    position: relative;
}
.search-section .search-box {
    width: 250px;
    background: #fff url(vendors/assets/images/search.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 220px;
    background-image: none;
}
.city-club-thumbnail .only-thumb img{
    height: 255px;
    object-fit:cover;
}
.news-boxes.desktop-section .attachment-post-thumbnail{
    max-height: 350px;
        object-fit:cover;
}
/*customize*/
.latest-news .slick-dots li button:before {
    content: '•';
}

.port_section ul, .port_page_template ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	  flex-wrap: wrap;
}
.port_section ul li, .port_page_template ul li{
  width: 16.6%;
  box-sizing: border-box;	
	text-align:center;
}

.port_page_template ul li{
  width: 20%;
	margin-bottom:50px;
}

.all-clubs.all-boxes.vip-table-main.port_page_template{
	padding-bottom: 50px
}
	.port_section ul li  img, .port_page_template ul li img{
  max-width: 150px;
}	
.port_section ul{
	margin-bottom: 50px;
}
.club-slider .wait-load {
    transition: opacity 5s ease;
    -webkit-transition: opacity 5s ease;
    opacity:0;
    visibility:hidden;
}
.club-slider.slick-initialized .wait-load {
    opacity:1;
    visibility: visible;
}
    .club-slider .slick-slide{
        min-width:200px;
    }
.all-clubs .main-heading h1 a, .all-clubs .main-heading h1 a:hover{
    color: #013F6B; 
    text-decoration: none;
}    
@media screen and (min-width: 768px){
.club-slider .slick-slide{
        min-width:350px;
    }
    
    .page-template-template-restaurants .all-boxes .single-box .card .btn-action {
        width: 88%;
        bottom: 15px;
        position: absolute;
    }
    .club-slider .slick-slide{
        max-height: 530px;
    }
}
@media screen and (max-width: 767px){
.port_section ul li, .port_page_template ul li{
  width: 50%;
}	
	.port_section ul li  img, .port_page_template ul li img{
  max-width: 150px;
}
.mobile-section.top-header {
    padding-top: 20px !important;
}
.club-slider .slick-slide{
        min-width:311px;
    }
}
@media screen and (max-width: 350px){
  .club-slider .slick-slide{
        min-width:240px;
    }  
}
/*customize*/
#dropdownMenuButton:focus{
 outline: none;
 box-shadow: none;
}
.club-slider .slick-dots{
    display: none !important;
}
.page-template-template-vip-booking .c-form .form-control{
    padding-left: 0;
}
.page-template-template-vip-booking .c-form #input, #input_vip, #input_city, #input, #input_party, .vip-datepicker{
    background-image:url(vendors/assets/images/cal.svg);
    background-repeat: no-repeat;
    background-position-y: 10px;
    padding-left: 25px !important;
}
.intl-tel-input .selected-flag{
    padding-left:0;
}
.c-form .form-control{
    padding-left: 0;
}
.intl-tel-input .selected-flag{
    padding-left: 0 !important;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{
    background-color: none !important;
}
.single-club #c_location iframe{
    width: 100% !important;
}
.single-club #c_gallery .slick-slide img, #c_gallery .slick-slide img{
    height: 390px;
    object-fit: cover;
    border-radius: 10px;    
}
.c-form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
}
.c-form select:after{
       display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;   
      font-family: "FontAwesome"; 
      content: "\f078";
}
*:focus {
    outline: none !important;
    box-shadow: 0 0 0 !important;
}
.intl-tel-input .country-list{
        width: 480px !important;
    }
#full-screen-search form div {
    margin: -100px 0 0 -25% !important;
}
    .f-img img{
        height: 250px;
        object-fit:cover;
    }
    .page-template-template-restaurants .all-boxes .single-box .card-body{
         min-height: 325px;   
    }
    
.res-abt-section h4:before{
    content: "o";
    font-size: 15px;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 10px;
}  
/*#pills-buckinghamshire .club-slider:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(vendors/assets/images/wait.gif);
    opacity: 1;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
}
#pills-buckinghamshire .club-slider.slick-initialized:after{
    opacity: 0;
}
.club-slider .slick-slide{
    min-width: 316px;
}*/
.form-control:disabled, .form-control[readonly]{
    background-color: unset !important; 
}
.mc-calendar--modal{
    z-index: 99999 !important;
}
.mc-calendar--modal.mc-calendar--opened .mc-display{
    display: none !important;
}
.mc-calendar--modal{
    background: transparent !important;
}
.mc-select__nav, .mc-picker__header, .mc-date--active, .mc-table__weekday, .mc-btn--success{
color: #013F6B !important;
}
.mc-date--active.mc-date--picked{
    color: #fff !important;
	background-color: var(--mc-date-active-pick-background);
}
.mc-date--active.mc-date--today{
    background-color:unset !important;
}
@media screen and (max-width: 767px) {
    .search-section {
        right: 28px;
        top: 57px;
    }
    .club-v-page #c_parties .single-box .card .btn-action .btn-book{
        margin-bottom: 10px;
    }
    .club-v-page #c_parties .single-box .card .party-feature-img img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .home .view-all{
        margin-bottom: 30px;
    }
    .port_section ul li img, .port_page_template ul li img {
     max-width: 100px;
    }
    .port_section ul li, .port_page_template ul li {
    width: 33%;
    margin-bottom: 20px;
    }
    .port_section ul, .port_page_template ul {
        align-items: center;
    }
    .footer-main .contacts{
        display:block;
    }
    .contacts a.ph{
        margin-left:0;
        margin-top: 10px !important;
    }
    .footer-menu-1.footer-menu-2 ul li a{
        font-size: 14px;
    }
    .port_section ul li, .port_page_template ul li {
        margin-bottom: 50px;
    }
    .port_section ul{
        margin-bottom: 30px;
    }
    .news-slider-mobile .attachment-post-thumbnail{
        max-height: 290px;
    }
    .club-tab-menu ul li a {
        font-size: 12px;
    }
    .club-v-page .club-header{

    padding-bottom: 15px;  
        min-height: 200px;
        height: auto;
    }
    .all-clubs .main-heading h1{
        margin-top: 0 !important;
        margin-bottom: 30px;
    }
    .rest-details .club-header .icons-area .row{
        text-align:center;
    }
    .club-slider .slick-dots{
    display: block !important;
    }
    .home .slider-default .slide-arrow{
        display: none !important;
    }
    .vip-tables.port_section{
        float:left;
    }
    .club-v-page .see-more-btn {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .club-v-page .vip-tables.all-tables .main-heading h1{
        margin-top: 0;
    }
    .single-club .new-home .tab{
        margin-top: 0;
        padding-right:20px;
    }
    .single-club .club-v-page .vip-tables.all-tables .main-heading h1{
        margin-bottom: 30px;
    }
    .single-club .club-about h3{
        margin: 30px 0;
    }
    .club-v-page.rest-details .club-header .club-header-heading.contact-heading {
        font-size: 30px;
        text-align: center;
    }
    .club-v-page.rest-details .club-header .contact-right-section .club-header-heading.contact-heading{
        font-size: 22px;
        text-align: left;
    }
    .club-v-page.rest-details .all-acc .faq-heading{
         font-size: 30px;  
        line-height: 41px;
    }
    .all-boxes.services-start .single-box .card img{
	      object-fit: cover;
    }
    /*.single-restaurant .club-v-page .slider-default .slide-arrow {
        top: 170px;
    }*/
    .intl-tel-input .country-list{
        width: 300px !important;
    }
    /*.all-boxes.news-slider-mobile .single-box h3{
	    min-height: 111px;
    }*/
    .latest-news .news-boxes .news-box .card-body .btn-action a{
        display: none;
    }
    .single-club #c_location{
        float: left;
        width: 100%;
    }
    body #full-screen-search form div {
        width: 75%;
        left: 35%;
    }
    
    .rd-back, .rd-next{
        touch-action: manipulation;   
    }
    
   
    body #full-screen-search{
          top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;  
    border: 2px solid #013F6B;
    border-radius: 5px;
    }
    .tabs-to-dropdown .dropdown-menu{
        width: 300px;
    }
    .all-acc .accordion .card{
        margin-bottom: 10px;
        padding: 10px 15px;
    }
    .c-form .row .col-sm-6.col-xs-6, .c-form .row .mob-half{
	    width: 50%;
    }
    .mc-calendar--modal{
        max-width: 330px !important;
    }
    .mc-calendar--modal{
        top: 100px !important;
       box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }
    
}    


/*evnets*/

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row{
    padding-top: 20px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.tribe-events .tribe-events-calendar-list__month-separator{
    display: none;
}
.tribe-events .tribe-events-c-events-bar__views{
    display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar{
    width: 35%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar{
    width: 50%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search{
    flex-direction: row-reverse;
}
.tribe-common .tribe-common-b2, .tribe-common .tribe-common-anchor-thin, .tribe-common .tribe-common-b2--bold, .tribe-common--breakpoint-medium.tribe-common .tribe-common-b2, .tribe-events .tribe-events-calendar-list__event-datetime{
    color: #013F6B !important;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item a{
    background: #FEBE1E;
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 10px 14px;
}
.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
    fill: #fff;
}
.tribe-common .tribe-common-c-btn-icon--caret-right:hover .tribe-common-c-btn-icon__icon-svg path{
    fill: #fff;
}
.tribe-events .tribe-events-c-top-bar__nav-list-item button[disabled]{
    background: transparent;
    border:1px solid #013F6B;
    color: #013F6B;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 8px 10px;  
}
.tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg{
    fill: #013F6B;   
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small{
    display: none !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3{
    color: #013F6B;
    font-family: 'abril_fatfaceregular';
    font-weight: 400;
}
.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
    fill: white;
}
.tribe-common a.tribe-common-c-btn-icon--caret-left:hover .tribe-common-c-btn-icon__icon-svg path{
    fill: white;   
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar{
    border: 0;
    border-bottom: 1px solid #013F6B;  
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button{
    background-image: url(vendors/assets/images/search-icon.svg);
    background-repeat: no-repeat;
    background-color: unset;
    border: none;
    border-radius: 0%;
    width: 30px;
    padding: 0;
    text-indent: -999999px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg{
    display: none;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input::placeholder{
    color: #013F6BB2;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input{
    padding-left: 10px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header{
    margin: 0 calc(var(--tec-grid-gutter-page-small)*-1);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav{
    display: none;
}
.tribe-events-c-subscribe-dropdown__container{
    display: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row{
    margin-top: 20px;
    margin-bottom: 20px;  
    align-items: center;
    min-height: 125px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime{
    flex-direction: row;
}
.small-text{
    font-size: 12px;
    color: #013F6B !important;   
    height: 20px;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}
img.yellow-icon{
    width: 20px;
    height: 20px;
}
.cal-ic{
    margin-right: 10px !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday, .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium{
    font-size: 18px;
    font-weight: bold;
    color: #013F6B !important;  
    margin-right: 5px;
    line-height: 20px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium{
    font-weight: 400 !important; 
    font-size: 16px;
}
.event-name{
    width: 200px;
}
.event-venue-inner{
    display: flex;
}
.event-name a{
    font-size: 18px;
    line-height: 28px;
}
.tribe-common .tribe-events-calendar-list__event-header{
    display: flex;
    flex-wrap: wrap;
}
.tribe-common .tribe-events-calendar-list__event-header .header-event-inner{
    width: 23%;
    border-right: 1px solid #013F6B4D;
    margin-right: 2%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col{
    min-height: 100px;
}
.tribe-events-c-promo{
    display: none;
}
.event-timing-inner{
    display: flex;
}
.event-timing{
    min-width: 150px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details{
    width: 100%;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{
    padding-right: 0;
    border-left: 1px solid #013F6B4D;
}
.tribe-common .tribe-events-calendar-list__event-header .header-event-inner:last-child{
    border-right: 0;
}
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover{
    border: none !important;
    transition:none !important;
}
.tribe-common .tribe-common-anchor-thin{
    border-bottom: unset;
    transition: none;   
}
.event-org .event-venue-inner{
    color: #013F6B !important;     
}
.tribe-common .tribe-common-c-svgicon {
    color: #FEBE1E !important;
}
.mc-calendar--modal{
    z-index: 99999 !important;
}
.single-tribe_events .tribe-events-back{
    display: none;
}
.event-metadata{
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-bottom: 1px solid #FEBE1E;
    padding-bottom: 20px;
}
.event-metadata .meta-single{
    color : #013F6B;
    width: 19%;
    margin-right: 1%;
    
}
.event-metadata .meta-single span{
    font-size: 12px;
    color: #013F6B !important;
    height: 20px;
    margin-bottom: 5px !important;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.event-metadata .meta-single .meta-single-inner{
    display: flex;
    float: left;
}
.event-metadata .meta-single .meta-single-inner p{
    font-weight: 400 !important;
    font-size: 14px;
}
.event-metadata .meta-single .tribe-address *{
    float:left;
    width: auto;
    margin-right: 4px;
    cursor: default;
    text-decoration: none;
    margin-bottom: 0 !important;
}
.event-metadata .meta-single .tribe-address br{
    display: none;
}
.event-metadata .meta-single .make-book-now{
    color: #013F6B;
    font-size: 14px;
    border: 1px solid #013F6B;
    padding: 10px 20px;
    margin-top: 15px;
    float: left;   
}
.event-metadata .meta-single .make-book-now:hover{
    text-decoration: none;
}
.single-tribe_events .tribe-events-event-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.single-tribe_events .tribe-events-event-image{
    margin-bottom: 0;
}
.c-form select.form-control{
    position: relative;
}
.single-tribe_events .form-img .c-form button.btn{
    border: 0;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    padding: 10px 0;
    font-family: 'poppinsregular';
    font-weight: 400;
    background: #FEBE1E;
    color: white;
    width: 100%;
}
.single-tribe_events .form-img .c-form{
    margin-top: 30px;
}
.single-tribe_events .form-img .c-form a.btn{
    border: 0;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    padding: 10px 0;
    font-family: 'poppinsregular';
    font-weight: 400;
    background: transparent;
    color: #013F6B;
    border: 1px solid #013F6B;
    width: 100%;
}
.row.form-img{
    margin-bottom: 40px;
    padding-bottom: 20px;
    margin-top: 50px;   
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border-radius: 5px;
    height: 300px;
}
.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets){
    border: 0;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta{
    display: none;
}
#tribe-events-footer{
    border-top: 1px solid #FEBE1E;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{
    color: #013F6B;  
    padding-left:0;
}
.tribe-events-single .tribe-events-sub-nav{
    padding-left: 0;
}
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover{
        background: #FEBE1E !important;
}
.mc-calendar--modal .mc-display{
    display: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row{
		    cursor: pointer;
			padding-top: 20px;
			box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
			margin-top: 20px;
			margin-bottom: 20px;
			align-items: center;
			min-height: 125px;
		}
@media screen and (max-width: 767px) { 
    .event-metadata .meta-single {
        width: 100%;
        margin-bottom: 20px;
    }
    .row.form-img{
        height: auto;
        margin: 0;
    }
    .row.form-img .form-sig{
        padding: 0;

    }
    .single-tribe_events .tribe-events-event-image img{
        border-radius: 5px;
    }
    .tribe-events-single .tribe-events-sub-nav{
        padding-left: 0;
    }
    .event-metadata .meta-single:last-child, .event-metadata .meta-single:last-child a.make-book-now{
        width: 100%;
        text-align: center;
    }
    .single-tribe_events  .new-home.party-main.vip-table-top .club-all-cities h1{
        margin-top: 0;
    }
}
/*events*/
 @media screen and (max-width: 767px) { 
    .tribe-common .tribe-events-calendar-list__event-header {
        display: block;
        flex-wrap: unset;
    }
    .tribe-common .tribe-events-calendar-list__event-header .header-event-inner {
        width: 100%;
        border-right: none;
        margin: 0;
        margin-bottom: 15px;
    }
    .tribe-events .tribe-events-l-container{
        padding: 0;
    }
    .tribe-events .tribe-events-calendar-list__event-date-tag {
        flex: none;
        position: relative;
        width: 100px;
        border-right: 1px solid #013F6B4D;
    }
    .tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row{
        padding: 15px;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        min-height: 320px;
    }
    .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6{
        line-height: 20px;
        color: #013F6B !important;
    }

    .tribe-common .tribe-common-g-row--gutters{
        margin-left: 0;
    }
}

/*new*/
.contact-hidden-section{
    height: 125px;
}
.contact-hidden-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #013F6B;
    height: 125px;
    width: 100%;
    float: left;
}
.contact-hidden-inner a{
    border: 0;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    padding: 10px 0;
    font-family: 'poppinsregular';
    font-weight: 400;
    width: 45%;
    height: 55px;
    text-align: center;
    padding-top: 20px;

}
.contact-hidden-inner a.btn-book{
    background: #FEBE1E;
    color: white;
}
.contact-hidden-inner a.more-details{
    border: 1px solid #FEBE1E;
    background-color: transparent;
    color: #FEBE1E;
    margin-left: 5%;
    color: white;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row{
    margin-bottom: 0;
}
.contact-hidden-section{
    display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row{
    margin-left: 0;
    margin-right: 0;
}
.mob-event-data {
    background-color: #013F6B !important;
    padding-top: 15px !important;
    padding-left: 15px !important;
}
.mob-event-data .small-text{
    color: white !important;
}
.tribe-events .mob-event-data .tribe-events-calendar-list__event-datetime, .tribe-common .mob-event-data  .tribe-common-b2{
    color: white !important;
}
.tribe-common .mob-event-data .tribe-common-b2--bold, .mob-event-data  .event-org .event-venue-inner{
    color: white !important;
}
.mob-event-data .header-event-inner{
    padding-bottom: 30px;
}
.mob-event-data{
    display: none;
    margin-bottom: 20px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin-top: -25px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.tribe-common .tribe-common-b2--bold{
    font-weight: normal;
}
.event-name a{
    font-weight: bold;
}
.club-tab-menu.events-tabs ul li a{
      font-size: 18px;  
}
.club-tab-menu.events-tabs ul li.active-tab a{
    color: #013F6B;
}
.club-tab-menu.events-tabs ul li.active-tab{
    border-color: #013F6B;    
}
.club-tab-menu.events-tabs{
 float: left;
 width: 100%;
}
.tribe-events .tribe-events-c-breadcrumbs{
    display: none;
}
.event-metadata .meta-single .meta-single-inner p strong{
        font-weight: 400;
    }
.arrow-read-more{
    float: left;
    width: 100%;
    display: block;
    position: absolute;
    margin-top: 70px !important;
    margin-left: 50px !important;   
}    
.arrow-read-more a, .arrow-read-more a:hover, .arrow-read-more a:active, .arrow-read-more a:focus{
    font-size: 25px;
    color: #FEBE1E;
}
.latest-news .news-boxes .news-box .card-body .single-c-area ul li, .latest-news .news-boxes .news-box .card-body .single-c-area{
    font-size: 16px;
    line-height: 27px;
    color: #013F6BB2;
}
.single-service .all-services-main .vip-table-main .c-form .btn{
    width: 100%;
}
.single-tribe_events .event-metadata .meta-single span{
    height: auto;
}
.club-updated .club-header .icons-area .header-mu:nth-child(2){
    padding-left:0;
}
.c-form .form-group:last-child{
    margin-bottom: 0;
}
.c-form .form-group{
      margin-bottom: 0;  
}
.c-form .modal-body.vip-table-main,  .modal-body.vip-table-main{
    padding-bottom: 0;
}
body.modal-open {
   /* overflow-y: hidden;
    position: fixed;
    width: 100%;*/
}  
.all-boxes .single-box a:hover{
    text-decoration: none;
}
.single-tribe_events .tribe-events-content .wpcf7 .wpcf7-response-output{
    margin: 0;
    font-size: 12px;
    text-align: center;
    border-width: 1px;
    margin-top: 5px;    
}
@media screen and (max-width: 375px){
       .club-slider .slick-slide {
         min-width: 200px; 
    } 
}
@media screen and (max-width: 767px) { 
    .contact-hidden-inner{
        height: 100px;
    }
    .tribe-events-calendar-list__event-details .event-timing, .tribe-events-calendar-list__event-details  .event-venue, .tribe-events-calendar-list__event-details  .event-org{
        display: none;
    }  
    .tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row{
        min-height: 130px;   
    }
    .tribe-events .mob-event-data .tribe-events-calendar-list__event-row{
        margin-bottom: 0;
    }
    .mob-event-data{
        display: block;
    }
    .contact-hidden-section{
        height: auto;
    }
    .contact-hidden-inner{
        width: 100%;
        float: none;  
        margin-top: -1px !important;
    }
    .tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row, .tribe-events .tribe-events-calendar-list__event-row{
        margin-bottom: 0;
    }
    .tribe-events .tribe-events-calendar-list-nav{
        padding-bottom: 50px;
    }
    .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn{
        display: none;
    }
    .contact-hidden-inner a{
        padding-top: 18px;
    }
    .club-tab-menu.events-tabs{
        padding-bottom: 60px;
    }
    .club-tab-menu.events-tabs ul{
            overflow-y: auto;
                display: -webkit-inline-box;
    }
    .tribe-events .tribe-events-calendar-list__event-row{
    padding: 15px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    min-height: 130px;
    }
    .mc-calendar--modal{
        border-radius: 30px !important;  
        box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    }
    .arrow-read-more{
        margin-left: 30px !important;   
    }
    .club-tab-menu.events-tabs ul li{
        padding: 0 15px;
    }
    .tribe-events .datepicker{
        min-width: 92% !important;
    	width: 92% !important;
    }
    
    .post-type-archive-tribe_events main.site-main{
        margin-top: 0;
    }
    .new-home.party-main.vip-table-top .club-all-cities h1.tribe-events-single-event-title{
	line-height: 30px;
    font-size: 30px;
}
.single-tribe_events #tribe-events-pg-template{
	padding-top: 30px;
}
    /*.tribe-common .tribe-common-h3{
        color: #013F6B !important;
    }*/
.home .club-slider .slick-dots{
    display: flex !important;
overflow-y: auto;
    margin-left: 20px;
width: 90%;
    text-align: center;
    justify-content: center;
/*padding-bottom: 15px;*/
}
 
 .contact-hidden-inner a.more-details{
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    padding: 10px 0;
    font-family: 'poppinsregular';
    font-weight: 400;
}
.contact-hidden-inner a.btn-book{
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    padding: 10px 0;
    font-family: 'poppinsregular';
    font-weight: 400;
}  
.post-type-archive-tribe_events  .new-home.party-main .all-clubs.all-boxes{
	margin-top: 100px;
}
.club-v-page .slider-default .slide-arrow {
    z-index: 8;
}
	.mob-event-data .header-event-inner:last-child{
	padding-bottom:5px;
}
}
.sidebar {
    min-height: 450px;
}
.page-template-template-services .all-boxes .single-box .card{
    justify-content: center;
    text-align: center;
}

.latest-news.blog-area .single-c-area h3, .latest-news.blog-area .single-c-area a{
color: #FEBE1E;
}
/*@media screen and (min-width: 769px) { 
 .single-tribe_events .form-img .c-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	display: none;
}
.single-tribe_events .form-img .c-form .wpcf7-form-control-wrap .wpcf7-not-valid{
	border-color: red !important;
}   
}*/
.rest-details .club-header .c-address.food-div img{
    margin-bottom: 35px;
    float: left;
}
.single-tribe_events  .row.form-img {
    min-height: 300px;
    height: auto;
}
/*private events*/
@font-face {
    font-family: 'Big Caslon';
    src: local('Big Caslon Regular'), local('Big-Caslon-Regular'),
        url('vendors/fonts/BigCaslonFB-Regular.woff2') format('woff2'),
        url('vendors/fonts/BigCaslonFB-Regular.woff') format('woff'),
        url('vendors/fonts/BigCaslonFB-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
/*video*/
.top-header-video video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-header-video   .hero-text-box-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header-video   .hero-text-box {
    max-width: 720px;
}
.top-header-video .hero-text-box h1 {
    font-size: 61px;
    letter-spacing: 0;
    line-height: 74px;
    text-transform: capitalize;
    color: #F2F2F2;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Big Caslon';
    
}
.top-header-video   .hero-text-box p {
    margin: 0px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    color: #F2F2F2;
}
.top-header-video{
    height: 31.25vw;
    min-height: 392px;  
}
.top-header-video a.btn, .top-header-video a.btn:hover, .top-header-video a.btn:focus{
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    padding: 10px 0;
    font-family: 'poppinsregular';
    font-weight: 400;
    background: #FEBE1E;
    color: white;
    width: 120px;
    border: 0;
    margin-top: 20px;
}
.hero-text-box{
    text-align: center;
}
.private-event-content .enent-inner-content{
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 60px;
}
.private-event-content .enent-inner-content .event-c h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Big Caslon';
}
.private-event-content .enent-inner-content .event-c h3{
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    font-family: 'Big Caslon';
}
.private-event-content .enent-inner-content .event-c hr{
    border-color: black;
    width: 50%;
    margin-left: 0;
}
.private-event-content{
    background-color: #F2F2F2; 
}
.private-event-content .event-single-box h3{
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
        font-weight: 400;
    font-family: 'Big Caslon';
}
.private-event-content .event-single-box blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}
.private-event-content .event-single-box img{
    width: 100%;
    height: 420px;
    margin: 20px auto;
    object-fit: cover;
}
.private-event-content .event-single-box {
    display: block;
    margin: 50px 0;
}
.private-event-form{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    background: transparent linear-gradient(0deg,#f2f2f2 0%,#e5e5e5 100%) 0% 0% no-repeat padding-box;  
}
.private-event-form .c-form .form-control{
    background-color: transparent;
}
.private-event-form  .c-form .form-control::placeholder, .private-event-form  .c-form .form-control {
    color: #666;
}
.private-event-form .c-form .form-control {
    border-bottom: 1px solid #666;
}
.private-event-form h3{
    color: #191919;
    font-family: 'Big Caslon';
    font-weight: 400;
    font-size: 31px;
    line-height: 27px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;  
}
.private-event-form .container{
    max-width: 620px;
    width: 100%;
    padding: 0 20px; 
}
.private-event-form .c-form .form-group {
    margin-bottom: 40px !important;
}

.private-event-form .c-form .select-class .wpcf7-form-control-wrap select {
 -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
.page-template-template-vip-booking .c-form .form-control{
    font-weight: bold;    
        font-size: 14px;
}
.page-template-template-vip-booking .c-form .wpcf7-acceptance .wpcf7-list-item-label, .page-template-template-vip-booking .c-form .wpcf7-acceptance .wpcf7-list-item-label a{
     font-size: 12px;
    color: #666;
    font-weight: bold;   
}
.page-template-template-vip-booking .c-form .wpcf7-acceptance .wpcf7-list-item-label a{
     border-bottom: 1px solid #666;   
}
.page-template-template-vip-booking .c-form .wpcf7-acceptance .wpcf7-list-item{
    margin-left: 0;
}
.page-template-template-vip-booking .c-form .wpcf7-acceptance .wpcf7-list-item label input{
 float: left;
    margin-right: 10px;
    margin-top: 6px;   
}
.page-template-template-services .single-service-box, .page-template-template-services .all-boxes .single-box .card {
    margin-bottom: 0;
}
.page-template-template-services .single-service-box .single-box{
    padding: 0;
        justify-content: center;
    align-items: center;
    display: flex;
}
.single-restaurant .res-abt-section h4:before{
    display: none;
}
.club-updated .club-about .club-about-content p, .res-abt-section p, .service-details-main .single-service-box p, .page-template-template-contact .club-v-page.rest-details .club-header .col-md-8 p{
    text-align:justify;
}
.res-abt-section p, .rest-details .club-about-content p {
    font-size: 16px;
}
.with-popup-logo .modal-title{
    display: none;
}
.with-popup-logo .modal-header{
    padding-bottom: 0;
}
.with-popup-logo .modal-body{
    padding-top:0;
}
 a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
/*.all-acc .accordion .card h2:not(.collapsed) {
    background-image: url(vendors/assets/images/socials/up-arrows.png);
}*/
.all-acc .accordion .card h2 {
    background-image: unset !important;
}
.all-acc .accordion .card h2:after {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    right: 38px;
    z-index: 9999;
    width:22px;
    height: 22px;
    background-image: url(vendors/assets/images/socials/chevron.svg);
}
.all-acc .accordion .card h2:not(.collapsed):after {
    transform: rotate(180deg);
}
.club-tab-menu.r-menu{
    padding-top: 30px;
}
.club-tab-menu.r-menu ul li{
    padding: 8px 20px;
}
.navigation-top ul li a{
    font-weight: bold;
}
.mobile-res{
    display: none;
}
.service-detail-full .card img {
    max-height: initial;
}
.club-about h3.details-heading{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left; 
    color: black;
        font-family: 'poppinsregular';
        line-height: initial;
}
.res-abt-section {
    margin-top: 25px;
}
.res-abt-section p, .rest-details .club-about-content p, .res-abt-section h4, .timeline li.active-tl{
    color: black;
}
.single-restaurant .res-abt-section h4 {
        font-size: 17px;
    }
    .club-updated #c_bottle .tables-img img{
        margin: 0 auto;
    }
@media screen and (max-width: 767px) { 
.top-header-video .hero-text-box h1 {
     font-size: 39px;
    line-height: 47px;
}  
.private-event-content .enent-inner-content{
    margin-top: 50px;
    margin-bottom: 50px;    
}
.private-event-content .event-single-box img {
    height: 200px;
}

.private-event-form .c-form .col-md-6 {
    width: 50%;
    }
    .private-event-form {
        margin-top:0 !important;
        padding-top: 30px !important;
    }
    .private-event-form h3{
        font-size: 22px;
    }
    .top-header-video .hero-text-box p{
         font-size: 16px;
    line-height: 19px;   
    }
    .private-event-content .enent-inner-content .event-c hr{
        width: 100%;
    }
    .private-event-form{
        padding-bottom: 40px !important;
    }
    .page-template-template-services .services-start .container {
       padding: 0 15px;
    }
    .page-template-template-services .all-boxes .single-box .card-body {
        padding: 0 15px;
        padding-bottom: 30px;
    }
    .home .vip-tables .main-heading h1{
        font-size: 28px;
    }
    .all-acc .accordion .card h2{
      background-position:  calc(100% - 0px) center;  
          padding-right: 10px;
          font-size: 14px;
    }
    .rest-details .club-header .c-address.food-div{
        text-align: left;
    }
    .rest-details .club-header .c-address.food-div span{
        float:left;
        margin-top:5px;
    }
    .all-acc .accordion .card h2:after{
        top: 8px;
        right: 13px;
        background-size: contain;
        background-repeat: no-repeat;
        width:18px;
        height: 18px;
    }
    .club-tab-menu.r-menu {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .mobile-res{
        display: block;
    }
    .desktop-res{
        display: none;
    }
   .single-restaurant .club-v-page.rest-details .club-header .book-btn{
         width: 150px;
        height: 35px;
        padding: 7px 10px;
   }
   .single-restaurant  .club-v-page.rest-details .club-header .club-header-heading {
        font-size: 25px;
        line-height: 25px;
        margin-top: 10px;
    }
    .single-service .all-boxes.services-start .single-box .card img{
       /* margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 1000%;
        width: auto;*/
    }
    .single-service .new-home.party-main .all-clubs.all-boxes .main-heading h1 {
        font-size: 23px;
        text-align: center !important;
    }
    .single-service .services-start{
        padding-top: 20px;
    }
    .single-club .club-tab-menu {
        padding-top: 43px;
    }
    .single-restaurant header.site-header {
        min-height: 70px;
        position: relative;
    }
    .single-restaurant .club-v-page.rest-details .club-header .club-header-heading{
        margin-top:0;
    }
    .single-restaurant .site-main{
        margin-top:0;
    }
    .single-restaurant .club-v-page.rest-details .club-header .container{
        padding-bottom: 0;
    }
    .single-restaurant .club-v-page.rest-details .club-header{
        border-bottom: 1px solid #FEBE1E;   
    }
    .single-restaurant .club-v-page.rest-details .club-header .container{
        border-bottom: 0;
    }
    .single-restaurant .club-tab-menu.r-menu ul li{
        padding-top: 0;
    }
    .single-restaurant .club-tab-menu.r-menu {
        padding-top: 43px;
    }
    .single-restaurant .club-tab-menu.r-menu{
        padding-bottom: 0;
    }
    .single-restaurant .res-abt-section {
        margin-top: 30px;
    }
    .single-restaurant .rest-details .club-header .c-address{
        font-size: 12px;
    }
    /*.res-content-with-images img{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
        height: 250px;
        object-fit:cover;
        
    }*/
}


/*calendar style*/
.mc-month-year__cell--picked{
    background-color: #FEBE1D !important;
    color: #fff !important;
   /* border-radius: 50% !important;
    opacity: 0.5;*/
}
.mc-date--today.mc-date--active.mc-date--picked{
    opacity: 1;
}
.mc-date--active.mc-date--picked{
    background-color: #FEBE1D !important;
    color: #fff !important;
}
.mc-picker__body{
    padding-bottom: 20px !important;
}
.home .mc-picker__footer{
    display: none !important;
} 
.mc-container{
    width: 100% !important;
}
.mc-picker__body{
    padding-left: 7px;
    padding-right: 7px;
}
.mc-calendar--modal .mc-picker{
    border-radius: 10px 10px 0 0 !important; 
}
.mc-calendar--modal{
    border-radius: 0 0 10px 10px !important; 
    box-shadow: none !important; 
}

.mc-calendar--modal {
    flex-direction: row;
    width: auto;
    max-width: unset;
    height: 400px !important;
    opacity: 0 !important;
    transform: translate(-50%,-50%) scale(.9) !important;
    /*transition: transform .3s,opacity .3s,visibility 0s linear .3s,top 0s linear .3s !important;*/
}
.mc-calendar--modal.mc-calendar--opened {
    top: 30vh !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: 95vh !important;
    max-height: 350px !important;
    animation: none !important;
    -webkit-animation: none !important;
    transform: translate(-50%,-50%) scale(1) !important;
    /*-webkit-animation: zoom-in .1s linear !important;
    animation: zoom-in .1s linear !important;*/
}
/*calendar style*/
/*cal with plugin*/
.xdsoft_today_button{
    display: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{
box-shadow: unset !important;
    color: #fff !important;
    font-weight: 700 !important;
    background: #febe1e !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    padding-left: 5px;    
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{
    box-shadow: unset !important;
    color: #fff !important;
    font-weight: 700 !important;
    background: #febe1e !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    padding-left: 5px;
    opacity: 0.5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{
    opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label{
     color: #013F6B !important;   
}
.xdsoft_datetimepicker .xdsoft_next{
    background-image: url(vendors/assets/images/next.png) !important;
    background-size: 15px 15px !important;
    opacity: 1 !important;
        background-position: center !important;
}
.xdsoft_datetimepicker .xdsoft_prev{
    background-image: url(vendors/assets/images/back.png) !important;
    background-size: 15px 15px !important;
    opacity: 1 !important;
        background-position: center !important;
}
.xdsoft_datetimepicker .xdsoft_label i{
    display: none !important;
}
.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{
    background: #FEBE1E;
    box-shadow: #FEBE1E 0 1px 3px 0 inset;
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    background: #FEBE1E;
}
.xdsoft_datetimepicker .xdsoft_month{
    width: 90px !important;
}
/*.fixed-dd{
    animation: appear linear 2s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}

@keyframes appear{
    0% {
    opacity:0;
    }
    100% {
    opacity:1;
    }
}*/

.sidebar .menu-sidebar{
	margin-bottom: 15px;
}
.sidebar-pre-bottom{
    display: flex;
    align-items: center;
}
.sidebar-pre-bottom .sidebar-socials{
    margin-left: 30px;
    position: relative;
    left: 0;
    margin-bottom: 0;
    bottom: 0;
}
@media screen and (max-width: 767px){
    .new-home.party-main.vip-table-top .club-all-cities h1 {
        margin-top: 30px;
    }    
    .single-service .services-start{
        padding-top: 0;
    }
    .club-v-page.contact-page .club-header{
        padding-top: 50px;
    }
    
    .single-restaurant .res-abt-section .res-content-with-images img{
        object-fit: cover;
        width: 100%;
        height: 250px;
    }
}


/*event search*/
img.yellow-icon {
    width: 20px !important;
    height: 20px !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday, .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #013F6B !important;
    margin-right: 5px;
    line-height: 20px !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    flex-direction: row !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: 100% !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-top: 0;
        font-family: 'poppinsregular';
}
.tribe-common .tribe-common-b2--bold{
      font-weight: 400 !important;  
}
.event-venue .yellow-icon.cal-ic{
    width: 15px !important;
}
.tribe-events-view--shortcode .tribe-events-header, .tribe-events-view--shortcode .tribe-events-calendar-list__month-separator{
	display: none !important;
}
.tribe-events-view--shortcode.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin: 0 auto;
    margin-top: 20px !important;
}
.tribe-events-view--shortcode.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row{
    max-width: 1024px;
}
.tribe-events-view--shortcode .contact-hidden-inner a{
    color: white;    
        padding: 15px 0 !important;
}
.tribe-events-view--shortcode .contact-hidden-inner a{
    color: white !important;
}
.page-template-teamplate-events-by-search .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
    padding-top: 50px; 
}
.page-template-teamplate-events-by-search .events-by-search p{
    max-width: 80%;
    margin: 0 auto;
}
.tribe-events .tribe-events-calendar-list__event-title-link:hover{
    text-decoration: none;
}
.page-template-teamplate-events-by-search .arrow-read-more{
    width: auto;
}
@media screen and (max-width: 767px){
 .tribe-events .tribe-events-calendar-list__event-date-tag {
    width: 100px !important;
}   
.small-text{
    text-align: left;
}
.arrow-read-more{
    width: auto;
}
.tribe-events .tribe-events-calendar-list__event-title{
font-family: 'poppinsregular' !important;   
}
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    line-height: 20px !important;
}
.tribe-events-view--shortcode .contact-hidden-inner a {
    padding: 8px 0 !important;
}
.tribe-common .tribe-common-g-row--gutters{
    margin-left: 0 !important;
}
.tribe-events .tribe-events-calendar-list__event-title{
    text-align: left;
}
}
.home-banner-slider .slick-next {
    right:25px;
}
.home-banner-slider .slick-prev {
    left:25px;
}
.home-banner-slider .slide-arrow {
    width: 60px;
    height: 60px;
    font-size: 27px;
    background-color: #4D7997;
    color: #fff;
    border-radius: 50%;
    z-index: 999;
    border: 1px solid #013F6BB2;
}
.slick-next i, .slick-prev i {
    font-size: 40px;
    width: 48px;
    height: 46px;
}
.home-banner-slider  .slick-prev:before, .home-banner-slider  .slick-next:before{
    display: none;
}
.banner-read-more, .banner-read-more:hover, .banner-read-more:focus{
    background: #FEBE1E !important;
    color: white !important;
    border: 0;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    padding: 10px 15px;
    font-family: 'poppinsregular';
    font-weight: 400;
    margin: 0 auto;
}
.home-banner-slider .container-fluid{
    text-align: center;
}
.home-banner-slider .top-header h3{
    display: none;
}
.home-banner-slider .slick-list {
  margin: 0 !important;
}
.home-banner-slider .slick-list {
  padding: 0 !important;
}
.event-mob-feature-img{
    display: none;
}
.single-tribe_events .tribe-events-related-events-title, .single-tribe_events .tribe-related-events{
	display: none !important;
}
.page-template-template-vip-booking .c-form .form-control.wpcf7-textarea{
		height: 104px;
}
.res-abt-section .res-content-with-images img{
    width: 100%;
    height: 480px;
    object-fit: cover;		
}
@media screen and (max-width: 767px){
   .home-banner-slider .slide-arrow{
    display: none !important;
} 
.single-tribe_events #tribe-events-pg-template{
    padding-left: 0;
    padding-right: 0;
}
.single-tribe_events .event-metadata .meta-single {
    width: 49%;
}
.single-tribe_events .event-metadata .meta-single:last-child {
    width: 100%;
}
.single-tribe_events .event-metadata{
    margin-bottom: 30px;
}
.hide-event-feature-img{
    display: none;
}
.event-mob-feature-img{
    display: block;
    margin-bottom: 15px;
}
/*.single-tribe_events .event-metadata .meta-single:last-child{
    margin-bottom: 0;
}*/
.event-metadata .meta-single:last-child a.make-book-now {
    margin-top:0;
}
}
@media only screen and (max-width: 1199px) and (min-width: 767.9px)  {
.page-template-template-parties .all-clubs.all-boxes .single-box.col-md-3, .home .vip-tables.tables-top .all-boxes .single-box.col-md-3, .page-template-template-vip-booking .all-boxes .single-box.col-md-3, .page-template-template-res .all-boxes .single-box.col-md-3, .page-template-template-cities .all-boxes .single-box.col-md-3{
    flex: 0 0 50%;
    max-width: 50%;
}
.f-book-now {
    display: none;
}
}
/*.single-tribe_events .row.form-img{
    margin-top: 0;
}
.single-tribe_events .event-metadata{
    margin-bottom: 20px;
}*/
.event-bottom-btns{
    margin-top: 20px;
}
/*.c-form .form-control.wpcf7-not-valid{
    border-color: red;
}
.form-sig .wpcf7-not-valid-tip{
    display: none;
}*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav{
    display: block;
}
.club-updated .tables-img img {
    margin: 0 auto;
}
.wpcf7 form .wpcf7-response-output{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
    margin: 0;
    font-size: 15px;
    margin-bottom: 15px !important;
}
.wpcf7 form .wpcf7-response-output{
    border: 0;
}
.form-bottom-btns p{
    margin-bottom: 0;
}
.service-details-main .single-service-box p, .service-content-box p, .vip-table-main .main-heading p {
    color: #013F6B;
    font-family: 'poppinsregular';
    font-weight: 400;
    font-size: 1rem;
}
@media screen and (max-width: 767px){
    /*.page-template-template-parties .new-home.party-main .club-all-cities .container {*/
    /*    padding-left: 10px;*/
    /*    padding-right: 10px;*/
    /*}*/
    .page-template-template-parties .new-home.party-main.vip-table-top .club-all-cities h1{
        margin-bottom:0;
    }
    .tribe-events-single-event-description .event-mob-feature-img{
        margin-bottom: 0;
    }
    .single-tribe_events .row.form-img{
        box-shadow: none;
    }
    .single-tribe_events .form-img .c-form{
        margin-top: 0;
    }
    .single-tribe_events .tribe-events-event-image img{
        margin-bottom: 20px;
    }
    .single-tribe_events .row.form-img{
        min-height: auto;
    }
    .tribe-events-single .tribe-events-sub-nav{
        margin-bottom: 0;
    }
    #events-tabs{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .post-type-archive-tribe_events .new-home.party-main .club-all-cities .container, .post-type-archive-tribe_events .new-home.party-main .all-clubs.all-boxes.vip-table-main .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #events-tabs .container{
             padding-left: 20px;
        padding-right: 20px;   
    }
    .club-tab-menu.events-tabs ul li a {
        font-size: 16px;
    }
    .club-tab-menu.events-tabs {
        float: left;
        width: auto;
    }
    /*.home .tables-top .all-boxes .single-box {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    /*.home .all-clubs.all-boxes .slider-default .slick-slide {*/
    /*    margin: 0px 5px;*/
    /*}*/
    .home .vip-tables.tables-top .view-all {
        margin-bottom: 0;
    }
    .vip-tables.port_section{
        padding-top: 15px;
    }
    .vip-tables.port_section .main-heading h1{
           margin-bottom: 20px; 
    }
    .port_section ul li, .port_page_template ul li {
        margin-bottom: 0;
    }
    .page-template-template-cities .new-home.party-main.vip-table-top .club-all-cities h1 {
        margin-bottom: 20px !important;
    }
   /* .new-home.party-main.vip-table-top .club-all-cities .nav-wrapper h1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }*/
    .single-club .club-about .container {
        padding: 0 25px;
    }
    .tables-top#c_parties .all-boxes .single-box {
        padding-left: 25px;
        padding-right: 25px;
    }
    /*.page-template-template-vip-booking .new-home.party-main .club-all-cities .container {*/
    /*    padding-left: 25px;*/
    /*    padding-right: 25px;*/
    /*}*/
    .page-template-template-vip-booking .new-home.party-main .all-clubs.all-boxes.vip-table-main .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    /*.page-template-template-cities .new-home.party-main .club-all-cities .container {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    .single-service .all-restaurants .all-clubs .container {
        padding: 0 25px;
    }
    .page-template-template-contact .rest-details {
        padding: 0 10px;
    }
    .vip-table-main .main-heading p {
        text-align: justify;
    }
    .page-template-template-res .new-home.party-main.vip-table-top .club-all-cities h1{
        margin-bottom: 20px;
    }
    /*.page-template-template-res  .new-home.party-main .club-all-cities .container {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    .single-club .header-mu {
        width: 100%;
    }
}
.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar{
    width: 25%;
    margin: 0 auto;
    margin-right: 30px;
    right: 0;
    justify-content: end;
    align-items: end;
        display: flex;
}
.tribe-events-c-events-bar__filter-button-container{
    display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar{
    width: 35%;
}
.tribe-filter-bar-c-pill__pill {
    border: 0 !important;   
    font-size: 14px !important;   
    height: 50px !important;   
    padding: 12px 10px !important;   
    font-family: 'poppinsregular' !important;   
    font-weight: 400 !important;   
    background-color: white !important;  
    color: #013F6BB2 !important;  
    border-bottom: 1px solid #013F6B !important;
    padding-right: 20px !important;
    border-radius: 0 !important;
    margin-bottom: 20px !important;
}

.tribe-filter-bar-c-pill__pill:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 10px;
    right: 0;
    position: absolute;
}
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-clear-button, .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__remove-button{
    display: none;
}
@media screen and (max-width: 767px){
  .tribe-events .tribe-events-c-events-bar__filter-button-container{
    display: block;
}  


#full-screen-search form {
    position: relative;
    width: 100%;
    height: 200px;
    top: 100px;
}
body #full-screen-search{
height: 250px;
}

body #full-screen-search form div {
    width: 85%;
    left: 30%;
}
#full-screen-search form div input {
    width: 100%;
    height: 70px !important;
    padding: 20px !important;
    font-size: 20px !important;
    line-height: 50px !important;
    color: black;
    border: 0;
    border-bottom: 1px solid #013F6BB2;
    border-radius: 0;
}
#full-screen-search{
    background: rgba(255,255,255,1) !important;    
}
#full-screen-search{
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
      top: 70px !important;
}
#full-screen-search button.close{
    color: #333 !important;
}
body #full-screen-search{
    border: 0 !important;
}
body #full-screen-search {
    height: 190px !important;
}
#full-screen-search form {
    height: 75%;
}
#full-screen-search form div input::placeholder{
    color: black;
}

.page-template-teamplate-events-by-search .latest-news .news-boxes .news-box .card-body .single-c-area p {
    margin-bottom: 30px;
}
.page-template-teamplate-events-by-search .latest-news .news-boxes .news-box .card-body .single-c-area ul li {
    color: #212529;
    text-align: left;
}
.page-template-teamplate-events-by-search .vip-tables.latest-news .main-heading h1 {
    margin-top: 25px;
}
.home .all-clubs.all-boxes .tab-content>.tab-pane {
    display: block !important;
    visibility: hidden;
    height: 0;
}
.home .all-clubs.all-boxes .tab-content>.active {
    visibility: visible;
    height: 635px;
}
}
.hpcdd-selector-box select.hpcdd-select {
    margin: 0 0 20px 0;
    padding: 10px;
    border-bottom: 1px solid #013F6B !important;
    border: 0;
    padding-left: 0;
}
.hpcdd-selector-box{
	max-width: 300px;
	margin: 0 auto;
    margin-top: 30px;
}
#submitbtn:disabled,
#submitbtn[disabled]{
    opacity: 0.8;
}
#submitbtn{
    background: #FEBE1E;
    color: white;
    border: 0;
    border-radius: 4px;
    padding: 10px;  
    opacity: 1;
}
.hpcdd-select.lvl2, .hpcdd-select.lvl3, .hpcdd-select.lvl4{
    display: block;
}
.hpcdd-select.lvl2:disabled{
    display: none;
}
.hpcdd-select.lvl3:disabled{
    display: none;
}
.hpcdd-select.lvl4:disabled{
    display: none;
}
.hpcdd-block-content {
    padding: 0 15px;
}
.page-template-teamplate-events-by-search .tribe-events .tribe-events-l-container{
    padding-top: 30px;
}
.hpcdd-selector-box select.hpcdd-select{
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    border-radius: 0;
}
#full-screen-search{
    display:none;
}
#full-screen-search.open{
    display:block;
}
/*heading style*/
.top-header h2 {
    color: white;
    font-family: 'abril_fatfaceregular';
    font-weight: 400;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
}
.tabs-to-dropdown h2 {
    font-size: 30px;
    line-height: 30px;
    color: #013F6B;
    font-family: 'abril_fatfaceregular';
    font-weight: 400;
}
.vip-tables .main-heading h2 {
    color: #013F6B;
    font-family: 'abril_fatfaceregular';
    font-weight: 400;
    font-size: 45px;
    line-height: 80px;
    margin-bottom: 40px;
}
.new-home.party-main.vip-table-top .club-all-cities h2 {
    text-align: left;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #013F6B;
    font-family: 'abril_fatfaceregular';
    font-weight: 400;
    font-size: 35px;
}
.single-club .club-updated .vip-tables .main-heading h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 25px;
    color: #013F6B;
    font-family: 'abril_fatfaceregular';
    font-weight: 400;
}
.all-clubs .main-heading h2{
    color: #013F6B;
    font-family: 'abril_fatfaceregular';
    font-weight: 400;    
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    height: 30px;        
}
.page-template-teamplate-events-by-search .tribe-events-view--shortcode .tribe-events-header{
	display: block !important;
}
.post-type-archive-tribe_events .tribe-swiper-wrapper .tribe-swiper-slide:nth-child(2){
	display: none !important;
}

.page-template-teamplate-events-by-search .tribe-swiper-wrapper .tribe-swiper-slide:nth-child(1){
	display: none !important;
}

.page-template-teamplate-events-by-search .tribe-events-header__events-bar{
	display: none !important;
}
.page-template-teamplate-events-by-search .tribe-filter-bar .tribe-filter-bar__filters-slider-nav{
	display: none !important;
}

.page-template-teamplate-events-by-search .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar{
	display: none !important;
}

.page-template-teamplate-events-by-search .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar{
	margin: 0 auto !important;
	justify-content: center;
}
.page-template-teamplate-events-by-search  .tribe-filter-bar-c-pill__pill-label{
    font-size: 17px;
}
.page-template-teamplate-events-by-search .tribe-filter-bar-c-pill__pill-selections, .page-template-teamplate-events-by-search .tribe-filter-bar-c-pill__pill-label-colon{
    display: none !important;
}
.page-template-teamplate-events-by-search .tribe-filter-bar-c-pill__remove-button{
    display: none !important;    
}
@media (max-width: 767.9px){
    .top-header h2 {
        font-size: 31px;
        line-height: 42px;
    }
    .tabs-to-dropdown h2 {
        text-align: center;
    }
    .home .vip-tables .main-heading h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .new-home.party-main.vip-table-top .club-all-cities h2 {
        text-align: center;
        margin-top: 30px;
    }
    .single-club .club-v-page .vip-tables .main-heading h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .club-v-page .vip-tables.all-tables .main-heading h2 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .home.page-template-front-page .site-main{
        margin-top: 0px;
    }
    .home.page-template-front-page .site-header{
        height: 70px;
    }
    .page-template-teamplate-events-by-search .tribe-events-header__events-bar{
       display: block !important; 
    }
    .page-template-teamplate-events-by-search .tribe-events .tribe-events-c-events-bar__search-button{
        display: none !important;
    }
    .page-template-teamplate-events-by-search .tribe-events .tribe-events-c-events-bar__views{
       display: none !important;  
    }
    .page-template-teamplate-events-by-search .tribe-events .tribe-events-c-events-bar__filter-button{
        float: right;
        z-index: 99999;    
    }
    .tribe-filter-bar__selected-filters-list-container{
        display: none !important;
    }
   .tribe-filter-bar__actions{
        display: none !important;  
    }
     .tribe-filter-bar__selected-filters-label{
        display: none !important;         
    }
    .page-template-teamplate-events-by-search .tribe-filter-bar__filters .tribe-filter-bar-c-filter:nth-child(1){
	    display: none !important
    }
    .post-type-archive-tribe_events .tribe-filter-bar__filters .tribe-filter-bar-c-filter:nth-child(2){
	    display: none !important
    }
    #events-tabs {
        width: 100%;
    }
    #events-tabs .container{
        padding: 0;
        text-align: center;
    }
    .tribe-events-c-events-bar__filter-button svg{
        display: none !important;
    }
    .club-about .container {
        padding: 0 25px;
    }
    .post-type-archive-tribe_events .new-home.party-main .club-all-cities .container, .post-type-archive-tribe_events .new-home.party-main .all-clubs.all-boxes.vip-table-main .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .blog-page .blog-area .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .latest-news .news-boxes .news-box .card-body .single-c-area p{
      text-align: justify;  
    }
    /*calendar box*/
    .tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {
       height: 110px;
       min-height: 110px;
    }
    .tribe-events .tribe-events-calendar-list__event-row{
    height: 110px;
    min-height: 110px;
    }
    .tribe-events .tribe-events-calendar-list__event-wrapper{
        justify-content: start;
        align-items: center;
        display: flex;
    }
    .tribe-events .tribe-events-calendar-list__event-date-tag {
        align-items: center;
        justify-content: start;
        display: flex;
    }
    .small-text {
        display: none;
    }
    .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
        margin-top: 50px;
    }
    .tribe-common .tribe-events-calendar-list__event-header .header-event-inner{
        margin-bottom:0;
    }
    .arrow-read-more{
        margin-top: 60px !important;
    }
    .tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tribe-events-c-events-bar__filter-button-container{
        display: block;
    }
     .tribe-events .tribe-events-c-events-bar__filter-button-container{
        display: block;
    }  
    .page-template-teamplate-events-by-search .latest-news .news-boxes .news-box .card-body .single-c-area p{
        max-width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        color: black !important;
    }
    .page-template-teamplate-events-by-search .tribe-events .tribe-events-c-events-bar__filter-button{
        color: black;
    }
    .page-template-teamplate-events-by-search .tribe-events .tribe-events-c-top-bar__datepicker{
        display: none;
    }
    .page-template-teamplate-events-by-search .tribe-events .tribe-events-c-events-bar__filter-button{
        display: none;
    }
    .page-template-teamplate-events-by-search .tribe-events-header--has-event-search .tribe-filter-bar.tribe-filter-bar--horizontal{
        display: block;
            position: relative;
    padding-bottom: 0;
    }
    .social-footer{
        margin-top: 15px;
        margin-bottom:0;
    }
    .site-header{
        height: 70px;
        position: relative;
    }
    .page-template-template-res .site-main, .page-template-template-cities .site-main, .page-template-template-parties .site-main, .page-template-template-vip-booking .site-main, .site-main {
        margin-top: 0;
    }
}
.service-details-main .single-service-box p{
    color: black;
}
.service-details-main .single-service-box p strong{
    color: #013f6b;
}
.social-footer{
    float: left;
    padding-left: 0;
}
.social-footer li{
    float: left;
    margin-right: 15px;
    width: 20px;
    list-style:none;
}
.social-footer li a i{
    font-size: 20px;
}
.two-btns p{
    display: flex;
    gap: 15px;
}
.vip-table-main .c-form .btn.whatsapp-btn{
	background: #25D366;
}
.vip-table-main .c-form .btn{
    padding: 10px 10px
}
 .page-template-template-contact .club-v-page.rest-details .club-header .col-md-8 p{
     color: black;
 }
 .service-details-main .single-service-box p, .service-content-box p, .vip-table-main .main-heading p{
        color: black;  
 }
/*customize*/
body.modal-open {
    overflow: hidden;
}
.page-template-template-services .all-boxes .single-box .card img {
    width: 100%;
    height: auto;
}
#select-box{
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    width: 250px;
    border: 0;
    border-bottom: 1px solid #013F6B;
    padding: 10px 5px;
}
@media (max-width: 767.9px){
	.single-club header.site-header {
		min-height:70px;
		position:relative;
	}
	.page-template-teamplate-events-by-search .events-by-search p{
		text-align: justify;
	}
	
	.page-template-template-res .site-main, .page-template-template-cities .site-main, .page-template-template-parties .site-main, .page-template-template-vip-booking .site-main{
		margin-top: 0;
	}
	.site-main{
		margin-top: 0;
		position: relative;
	}
	.home .site-main, .single-party .site-main{
		margin-top: 0;
	}
	.single-club .site-main{
		margin-top: 0;
	}
	
	.club-v-page.contact-page .club-header {
    	padding-top: 30px;
	}	
	.club-all-cities {
        position: relative;
    }
    .post-type-archive-tribe_events .new-home.party-main .all-clubs.all-boxes{
        margin-top:30px;
    }
    .tabs-to-dropdown.mobile-only-not-desktop{
        min-height: 130px;
        position:relative;
    }
#select-box{
    width: 100%;
}
.page-template-teamplate-events-by-search .tribe-events .tribe-events-l-container{
    padding-left: 10px;
    padding-right: 10px;
}
.page-template-teamplate-events-by-search .party-main .main-heading h1{
    font-size: 30px;
    line-height: 30px;
}
.page-template-teamplate-events-by-search .blog-left-sidebar .card-body h3{
    margin-top: 0;
}
.page-template-teamplate-events-by-search .tribe-events .tribe-events-calendar-list__event-row{
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
	.logo-header-white{
		align-items: center;
	}
}

.equal-height{
	    height: 255px !important;
    object-fit: cover !important;
}
.page-template-template-parties  .all-boxes .single-box h3{
    line-height: 26px;	
	    min-height: 52px;
}

/*customize*/
.btn-book{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.btn-book, .btn-book:hover, .btn-book:focus, .btn-book:not(:disabled):not(.disabled):active{
     width: 150px;
    background: #FEBE1E;
    color: white !important;
    border: 0;
    border-radius: 0;
    padding: 15px 10px;
    text-transform: uppercase;   
}
.header-desktop .header-nav .container {
    align-items: center;
}
.home .club-slider {
    display:none;
}
.home .club-slider.slick-initialized {
    display:block;
}