/*!
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;
    }
}
@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;
}
/*.vip-global-datepicker{*/
/*    background-image:url(vendors/assets/images/cal.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: right;*/
/*    background-position-y: 10px;*/
/*    padding-left: 10px !important;*/
/*}*/
/*book to single*/
#date_btn{
    background-image:url(vendors/assets/images/cal.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding: 10px;
    width: 20px;
    background-position: right;
    position: absolute;
    right: 30px;
    top: 10px;
    
}
.form-group.date-icon-layer{
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;    
}
/*book to single*/
.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;        
}
@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;
    }
     .single-club header.site-header, header.site-header {
    min-height: 70px;
    position: relative;
}
}
/*global form*/
textarea.form-control{
    height: 85px;
}
.all-boxes .single-box .card img.equal-height{
    height: 235px;
    object-fit:cover;
}
#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;
}
.page-template-template-services .all-boxes .single-box .card img {
    width: 100%;
    height: auto;
}

/*ffd*/
#subscribeModal .modal-content{
	overflow:hidden;
}
#subscribeModal .form-control {
    height: 56px;
    /*border-top-left-radius: 30px;*/
    /*border-bottom-left-radius: 30px;*/
	padding-left:30px;
}
#subscribeModal .btn {
    /*border-top-right-radius: 30px;*/
    /*border-bottom-right-radius: 30px;*/
	padding-right:20px;
	background:#FEBE1E;
	border-color:#FEBE1E;
	height: 56px;
	width: 100%;
}
#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #FEBE1E;
    outline: 0;
    box-shadow: none;
}
.with-no-padding{
    padding: 0;
}
/*.newsletter-btn{
    margin-left: -3px;
}*/
.pum-content{
    text-align: center;
}
.pum-content h3{
      color: #013F6B !important;
    font-family: 'abril_fatfaceregular';
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px !important;  
}
.pum-content p{
    line-height: 22px;
}
.pum-content p small{
   color: #013F6B;
    font-family: 'poppinsregular';
    font-weight: 400;
    font-size: 1rem;
}
.pum-content .wpcf7-form-control{
     height: 56px;
    padding-left: 30px;   
}
.pum-content #button-addon2{
        padding-right: 20px;
    background: #FEBE1E;
    border-color: #FEBE1E;
    height: 56px;
    width: 100%;
}
.pum-content p.pre-text small{
    font-size: 12px;
}
.pum-content .newsletter-btn{
    flex: 0 0 50%;
  max-width: 50%;
}

/*popup enquire now*/
.enquire-now-main .wpcf7-form-control {
    height: 40px;
}
.enquire-now-main .wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

@media screen and (max-width: 768px){
	.iti-mobile .intl-tel-input.iti-container{
	z-index:1999999999;
	height: 250px;
  top: 200px;
}
}
.enquire-now-main .btn-book {
	border: 0;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    padding: 10px 20px;
    font-family: 'poppinsregular';
    font-weight: 400;
    background: #FEBE1E;
    color: white !important;
}

/*MA Styles*/
.home .all-boxes .single-box .card{
    border-radius: 12px !important;
    box-shadow: 0 7px 15px rgba(232, 232, 232, .66) !important;
}
.all-boxes .single-box .card img.equal-height {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

@font-face {
    font-family: "Gilroy";
    src: url("fonts/gilroy-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("fonts/gilroy-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("fonts/gilroy-semi-bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Santorini";
    src: url("fonts/santorini.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Gilroy",sans-serif;
    font-weight: 400;
    color: #89898a
}

@media screen and (min-width: 992px){
    .top-header h2{
       max-width: 60%;
    }   
    .top-header p.lead{
        max-width: 70%;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #1a1a1a;
}
.top-header h2{
    font-family: "Gilroy",sans-serif;    
    font-weight: 600;
    font-size: 42px;
    line-height: normal;
    text-transform: initial;
    margin: 0 auto;
    color:white;
}
.top-header p.lead{
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.61; 
    font-family: "Gilroy",sans-serif;
}
/*three blocks*/
.ma-three-blocks.vip-tables .main-heading h1{
    font-family: "Gilroy",sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #1a1a1a;
    line-height:40px;
}
.ma-three-blocks{
     font-family: "Gilroy",sans-serif;   
}
/*.ma-three-blocks .all-boxes .single-box .card {*/
/*    border-radius: 0 !important;*/
/*    box-shadow: unset !important;*/
/*}*/
.ma-three-blocks .all-boxes .single-box .card img.equal-height{
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;   
}
.ma-three-blocks .all-boxes .single-box .card-body{
    padding: 24px;
}
.ma-three-blocks .all-boxes .single-box h3{
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #1a1a1a;
    font-family: "Gilroy",sans-serif;
        line-height: 30px;
}
.ma-three-blocks .all-boxes .single-box .card .card-text{
    font-size: 14px;
    line-height: 1.57;
    margin: 0 0 12px;
    color: #89898a;   
}
.ma-three-blocks .all-boxes .single-box .card .btn-action a{
     background: none;
    border: 0;
    color: #d4a267;
    padding-right: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    width: 100%;
    text-align: left;  
    font-size:14px;
    display:flex;
    
}
.ma-three-blocks .all-boxes .single-box .card .btn-action a .fa {
    margin-left: 10px;
    font-size: 20px;
}

.ma-three-blocks-height .all-boxes .single-box .card{
    background: unset;
}
.ma-three-blocks-height.vip-tables{
    padding-bottom:40px;
}
.light-gray-bg{
    background: #f7f8f9;;
}
.ma-three-blocks-height  .all-boxes .single-box .card img.equal-height{
    height:370px;
    object-fit:cover;
}

/* Container for the masonry layout */
.masonry {
    column-count: 3;
    column-gap: 1.5rem;
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual item styling */
.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: block;
    text-decoration: none;
    color: inherit;
}
.masonry-item:hover{
    text-decoration: none;
}

/* Image container to clip zoomed image */
.image-container {
    overflow: hidden; /* Clips the zoomed image */
    width: 100%;
}

/* Image styling */
.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease; /* Smooth zoom transition */
}

/* Zoom-in effect on hover */
.masonry-item:hover .image-container img {
    transform: scale(1.1); /* Zoom in by 10% */
}

/* Heading styling */
.masonry-item h3 {
    margin: 0;
    padding: 1rem;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
}

/* Responsive design */
@media (max-width: 768px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .masonry {
        column-count: 1;
    }
}
.masonry-layout-section.ma-three-blocks-height.vip-tables{
    background:unset;
}
.mah-slider .single-box{
    max-width:100%;
}
.mah-slider .slick-dots li button:before{
    font-size:16px;
}
.vip-tables.mah-slider-main {
    padding-bottom: 60px;
}
.mah-slider-main .slick-dots{
    margin-bottom: -30px;
}
.mah-slider-main .slick-prev:before, .mah-slider-main .slick-next:before{
  color:#d4a267;  
}
.mah-slider-main .slick-prev {
    left: -50px;
}
.mah-slider-main .slick-next {
    right: -50px;
}
.mah-slider-main .slick-prev:before, .mah-slider-main .slick-next:before{
    font-size:40px;
}
.mah-slider-main .main-heading h1, .mah-slider-main .main-heading p{
     width: 70%;
    margin: 0 auto;  
}
.mah-slider-main .main-heading h1{
        line-height: 36px;
    margin-bottom: 25px;
}
.mah-slider-main .main-heading {
    margin-bottom:40px;
}
.venue-section .single-box h3{
    font-family: "Gilroy",sans-serif;
    font-weight: 600;
    color: #1a1a1a ; 
}
.venue-section .single-box .card .card-text, .venue-section .single-box .card .card-text{
        font-family: "Gilroy",sans-serif;
    font-weight: 400;
    color: #1a1a1a; 
}
.venue-section.vip-tables .main-heading h1
 {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #1a1a1a;
    line-height:40px;
}
.venue-section .single-box .card .btn-action .btn-detail {
    border: none;
    background-color: #d4a267;
    color: white;
    width: 100%;
}
.venue-section  .single-box .card-body {
    padding: 25px;
    padding-top: 0;
}
@media (max-width: 767.9px) {
   .top-header h2 {
        font-size: 30px;
    } 
    .top-header p.lead {
        font-size: 16px;
    }
    .tables-top.mah-slider-main  .all-boxes .single-box {
        padding-left: 15px; 
        padding-right: 15px; 
    }
    .mah-slider-main .slick-dots li button:before {
        opacity: 0.25;
        color: BLACK;
    }
    .mah-slider-main .slick-prev, .mah-slider-main .slick-next {
        display:none;
    }
   .mah-slider-main .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
    }
    .mah-slider-main .main-heading h1, .mah-slider-main .main-heading p{
         width: 100%;
    }
}

/*masonay layout*/

        .masonry-layout-home {
            padding: 40px 20px;
        }

        .masonry-layout-home .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .masonry-layout-home .header {
            text-align: center;
        }

        .masonry-layout-home .main-title {
            font-size: 28px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 40px;
            line-height:40px;
        }

        .masonry-layout-home .masonry-grid {
            column-count: 3;
            column-gap: 20px;
            column-fill: balance;
        }

        @media (max-width: 968px) {
            .masonry-layout-home .masonry-grid {
                column-count: 2;
            }
        }

        @media (max-width: 580px) {
            .masonry-layout-home .masonry-grid {
                column-count: 1;
            }
        }

        .masonry-layout-home .masonry-item {
            break-inside: avoid;
            margin-bottom: 20px;
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .masonry-layout-home .masonry-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .masonry-layout-home .item-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .masonry-layout-home .masonry-item:hover .item-image {
            transform: scale(1.05);
        }

        .masonry-layout-home .item-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
            padding: 40px 24px 24px;
            color: white;
        }

        .masonry-layout-home .item-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
            color:white;
            padding:0;
        }

        .masonry-layout-home .item-title::after {
            content: '>';
            font-size: 1.2rem;
            opacity: 0.8;
        }

        .masonry-layout-home .item-subtitle {
            font-size: 0.95rem;
            opacity: 0.9;
            font-weight: 300;
            color: #d4a574;
            margin:0;
        }

        .masonry-layout-home .loading-animation {
            animation: fadeInUp 0.6s ease-out forwards;
            opacity: 0;
            transform: translateY(30px);
        }

        .masonry-layout-home .loading-animation:nth-child(1) { animation-delay: 0.1s; }
        .masonry-layout-home .loading-animation:nth-child(2) { animation-delay: 0.2s; }
        .masonry-layout-home .loading-animation:nth-child(3) { animation-delay: 0.3s; }
        .masonry-layout-home .loading-animation:nth-child(4) { animation-delay: 0.4s; }
        .masonry-layout-home .loading-animation:nth-child(5) { animation-delay: 0.5s; }
        .masonry-layout-home .loading-animation:nth-child(6) { animation-delay: 0.6s; }
        .masonry-layout-home .loading-animation:nth-child(7) { animation-delay: 0.7s; }
        .masonry-layout-home .loading-animation:nth-child(8) { animation-delay: 0.8s; }
        .masonry-layout-home .loading-animation:nth-child(9) { animation-delay: 0.9s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
/*masonary layout */
/*Mah services*/
.post-content-section .post-header-content {
    position: relative;
    background: #f7f8f9;
    margin: 0 0 67px
}
.section-container {
    max-width: 1210px;
    width: 100%;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}
.post-content-section .post-header-content .section-container {
    display: flex;
}
.blog-title-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 0 40px;
}
@media (min-width: 992px) {
    .blog-title-holder {
        padding: 20px 20px 40px 0;
        width: 51%;
        min-height: 436px;
    }
}
@media screen and (min-width: 922px) {
    .services-temp-ma .post-content-section .blog-title-holder {
        z-index: 9 !important;
    }
}
@media screen and (min-width: 992px) {
    .services-temp-ma .post-content-section .blog-title-holder {
        text-align: center;
        z-index: 999;
        width: 100%;
        max-width: 50%;
        margin: 0 auto;
    }
}
.blog-title-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 0 40px;
}
@media (min-width: 992px) {
    .blog-title-holder {
        padding: 20px 20px 40px 0;
        width: 51%;
        min-height: 436px;
    }
}
@media screen and (min-width: 922px) {
    .services-temp-ma .post-content-section .blog-title-holder {
        z-index: 9 !important;
    }
}
@media screen and (min-width: 992px) {
    .services-temp-ma .post-content-section .blog-title-holder {
        text-align: center;
        z-index: 999;
        width: 100%;
        max-width: 50%;
        margin: 0 auto;
    }
}
.global-blog__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 1.5;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .services-temp-ma .post-content-section .blog-title-holder h1 {
        color: white;
    }
}
@media (min-width: 992px) {
    .global-blog-single__cover-img {
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        width: 49%;
        top: 0;
        right: 0;
        bottom: 0;
    }
}
@media screen and (min-width: 922px) {
    .services-temp-ma .global-blog-single__cover-img {
        width: 1200px;
    }
}
@media screen and (min-width: 992px) {
    .services-temp-ma .post-content-section .global-blog-single__cover-img {
        margin-left: auto;
        margin-right: auto;
        left: 0;
    }
}
.global-blog-single__cover-img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.section-container {
    max-width: 1210px;
    width: 100%;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}
.global-blog-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
@media (min-width: 992px) {
    .post-content-section .global-blog-grid {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.global-blog-grid__col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 0 30px;
}
@media (min-width: 767px) {
    .global-blog-grid__col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (min-width: 767px) {
    .global-blog-grid__col_2-3 {
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }
}
@media (min-width: 992px) {
    .post-content-section .global-blog-grid>div {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.global-blog-single__content {
    font-weight: 300;
}
.global-blog-single__body {
    font-size: 18px;
    line-height: 1.61;
    color: #5f5f5f;
}
.prev-next-posts-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 44px;
    margin-top: 74px;
    border-top: 1px solid #eaeaea;
}
.global-blog-single__content p {
    margin-bottom: 20px;
}
.global-blog-single__content h2{
    font-weight: 700;
    line-height: 1.2em;
        font-size: 24px;
        border: none;
    margin: 0;
    padding: 0;
}
.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0;
}
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.global-blog-single__content img {
    max-width: 100%;
    margin: 15px 0;
}
.global-blog-single__body img {
    border-radius: 12px;
}
.prev-next-posts-block .label {
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 12px;
    color: #5f5f5f;
}
.prev-next-posts-block .link a {
    position: relative;
    display: block;
    padding-top: 18px;
    padding-left: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
}
.prev-next-posts-block .link {
    position: relative;
    width: 40%;
    transition: .2s opacity;
}
.prev-next-posts-block .label {
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 12px;
    color: #5f5f5f;
}
.prev-next-posts-block .link.next .label {
    left: auto;
    right: 50px;
}
.prev-next-posts-block .link a {
    position: relative;
    display: block;
    padding-top: 18px;
    padding-left: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
}
.prev-next-posts-block .link.next a {
    padding-left: 0;
    padding-right: 50px;
    text-align: right;
}
.global-blog-grid__col {
    padding: 0 15px;
    margin: 0 0 30px;
}

@media (min-width: 992px) {
    .post-content-section .global-blog-grid>div {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.single-blog-sidebar .discover-also {
    margin: 0 0 50px;
}
.single-blog-sidebar .discover-also-title {
    display: block;
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.image-card {
    display: block;
    position: relative;
    border-radius: 12px;
    height: 340px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #ccc;
    transition: .5s box-shadow;
}
.single-blog-sidebar .image-card {
    position: relative;
    height: auto;
    border-radius: 0;
    background: 0 0;
    display: flex;
    align-items: center;
}
.single-blog-sidebar .image-card:first-child, .single-blog-sidebar .image-card:nth-child(2), .single-blog-sidebar .image-card:nth-child(3) {
    display: flex;
}
.single-blog-sidebar .image-card:not(:last-of-type) {
    margin: 0 0 18px;
    padding: 0 0 18px;
}
.global-blog-single__cover-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height:440px;
}
.post-content-section {
    padding: 0 0 95px;
}
.image-card .image-block {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    transition: transform .7s;
    width: 100%;
    height: 100%;
    background: #ccc;
}
.single-blog-sidebar .image-card .image-block {
    position: static;
    width: 76px;
    height: 76px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}
.image-card .image-block img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.image-card .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px 25px;
    z-index: 5;
}
.single-blog-sidebar .image-card .content {
    position: static;
    padding: 0;
}
.image-card .title {
    display: block;
    color: #fff;
    font-size: 22px;
    margin: 0 0 5px;
}
.single-blog-sidebar .image-card .title {
    color: #1a1a1a;
    font-size: 20px;
}
.chevron-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    color: #d4a267;
    padding-right: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.image-card .label {
    font-size: 14px;
    color: #d4a267;
}
.single-blog-sidebar .image-card .chevron-link {
    font-weight: 500;
}
.chevron-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    color: #d4a267;
    padding-right: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.image-card .label {
    font-size: 14px;
    color: #d4a267;
}
.single-blog-sidebar .image-card .chevron-link {
    font-weight: 500;
}
.chevron-link:after {
    content: '';
    width: 7px;
    height: 7px;
    border: solid #d4a267;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s right;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -1px;
}
.single-blog-sidebar .image-card:not(:last-of-type):after {
    content: '';
    height: 2px;
    background: #f1f2f2;
    width: calc(100% - 96px);
    position: absolute;
    bottom: 0;
    right: 0;
}
.single-blog-sidebar .image-card:hover .title, .single-blog-sidebar .image-card:hover{
    text-decoration: none;
}
@media (max-width: 991px) {
    .global-blog-single__cover-img img {
        min-height: 209px;
    }
}
@media (max-width: 991px) {
    .global-blog__title {
        font-size: 24px;
        margin: 0 0 11px;
    }
}
@media (max-width: 991px) {
    .post-content-section .post-header-content .section-container {
        flex-direction: column-reverse;
    }
}
@media (max-width: 991px) {
    .blog-title-holder .holder {
        text-align: center;
    }
}
.page-template-template-blog .vip-tables .main-heading h1, .blog-page .blog-area .main-heading h1, .blog-page.blog-single-page .blog-area .main-heading h1 {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
}
.c-form .form-control {
    color: #1a1a1a;
    font-family:"Gilroy",sans-serif;
}
.page-template-template-blog .all-boxes .single-box h3, .blog-area.blog-top .all-boxes .blog-sidebar-blog .single-box h3 {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
}
.page-template-template-blog .all-boxes .single-box h3, .category .all-boxes .single-box h3 {
    line-height: 35px;
}
.latest-news .news-boxes .news-box .card-body .card-text, .latest-news .news-boxes .news-box .card-body .btn-action a, .latest-news.blog-area .cate-text {
    font-family: "Gilroy", sans-serif;
}
.latest-news .news-boxes .news-box .card-body .card-text, .latest-news .news-boxes .news-box .card-body .btn-action a, .latest-news.blog-area .cate-text {
    font-family: "Gilroy", sans-serif;
}
.latest-news .news-boxes .news-box .card-body .card-text, .latest-news .news-boxes .news-box .card-body .btn-action a, .latest-news.blog-area .cate-text {
    font-family: "Gilroy", sans-serif;
}
.latest-news .news-boxes .news-box .card-body .btn-action a {
    display: block !important;
}
.page-template-template-blog .pagination a, .page-template-template-blog .pagination span {
    min-width: 32px;
    width: auto;
}
.page-template-template-blog .vip-tables .main-heading h1, .blog-page .blog-area .main-heading h1, .blog-page.blog-single-page .blog-area .main-heading h1 {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
}
.latest-news .news-boxes .news-box .card-body .card-text, .latest-news .news-boxes .news-box .card-body .single-c-area p, .latest-news .news-boxes .news-box .card-body .single-c-area ul li, .latest-news .news-boxes .news-box .card-body .single-c-area {
    color: #013F6B;
}
body.single-post, .blog-left-sidebar .card-body h3 {
    font-family: "Gilroy", sans-serif;
}
.latest-news .news-boxes .news-box .card-body .card-text, .latest-news .news-boxes .news-box .card-body .single-c-area p, .latest-news .news-boxes .news-box .card-body .single-c-area ul li, .latest-news .news-boxes .news-box .card-body .single-c-area {
    color: #013F6B;
}
body.single-post, .blog-left-sidebar .card-body h3 {
    font-family: "Gilroy", sans-serif;
}
.blog-page .blog-area .main-heading h1 {
    line-height: 45px;
}
.club-v-page .club-header .club-header-heading, .club-about h3.details-heading, .all-clubs .main-heading h2, .single-club .club-updated .vip-tables .main-heading h2{
      font-family: "Gilroy", sans-serif;
      font-weight:600;
}
.club-about .club-about-content p{
    font-weight:500;
}
.feature_posts_picked .single-box .card-body p{
    min-height:100px;
}
.feature_posts_picked .all-boxes .single-box .card, .venue-section .all-boxes .single-box .card{
    margin-bottom: 0;
}
.blog-page.blog-single-page .blog-area .main-heading h1{
    font-size:30px;
    line-height:35px;
}
.blog-page.blog-single-page .single-c-area h2{
    font-size:25px;
    color:#013F6B;
}
.category .blog-page .blog-area .main-heading h1 {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #1a1a1a;
    line-height: 40px;
}
.category .all-boxes .single-box h3 {
    line-height: 35px;
        font-family: "Gilroy", sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    font-size:22px;
}
.category .latest-news .news-boxes .news-box .card-body .card-text{
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    color: #89898a;
}
.feature-categories .mah-slider .single-box, .mah-slider .single-box{
    margin-bottom:20px;
}
.page-template-template-services-ma .enquire-now-main .btn-book{
     border: 1px solid #d4a267 !important;
    background-color: #fff !important;
    color: #d4a267 !important;
    margin: 0 auto;
    width: 200px;
    display: inherit;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    height: 50px;
    align-items: center;
    font-size: 17px;   
}