@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  padding: 0;
  margin: 0px;
  color: #000;
  font-family: "Rubik", sans-serif;
  background: #fff;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #cbc0c3;
}

::-moz-placeholder {
  color: #cbc0c3;
  opacity: 1;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  color: #cbc0c3;
  opacity: 1;
}

:-moz-placeholder {
  color: #cbc0c3;
  opacity: 1;
}

img {
  max-width: 100%;
}

.primaryCol {
  color: #00654f;
}

.secondaryCol {
  color: #b0b18f;
}

p {
  color: #231f20;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 17px;
}

a {
  color: #ed1b34;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

iframe {
  max-width: 100%;
}

.btnCommon {
  background: #00654f;
  font-family: Georgia, "Times New Roman", Times, serif;
  border: none;
  height: 40px;
  font-weight: bold;
  box-shadow: none !important;
  font-size: 18px;
  border-radius: 8px;
  min-width: 150px;
  padding: 0 15px;
  color: #fff;
  line-height: 40px;
}

.btnCommon:hover {
  background: #b0b18f;
  color: #fff;
}

/*------------------------------------*\

         Custom Css Start

\*------------------------------------*/
header {
  position: relative;
}

.head-wrap {
  height: 50px;
  background-color: #231f20;
}

.head-wrap .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.head-wrap-left {
  display: flex;
  align-items: center;
}

.head-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.site-location {
  display: flex;
}

.head-wrap ul li {
  margin: 0 8px;
}

.head-wrap .head-wrap-right ul {
  position: relative;
  top: -1px;
}

.head-wrap .head-wrap-right ul li:last-child {
  margin-right: 0;
}

.head-wrap ul li a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 8px;
  vertical-align: middle;
}

.head-wrap ul li a:hover,
.collapse-submenu .navbar-nav .nav-link:hover {
  color: #ed1b34;
  text-decoration: none;
}

.head-wrap .venueLink {
  border-radius: 3px;
  background-color: #b1b3b6;
  color: #ed1b34;
}

.wishlistLink {
  border: none;
  border-radius: 3px;
}

.head-wrap ul li a.active {
  background: #ed1b34;
  border-radius: 3px;
  color: #fff;
}

.mad-header {
  margin: 25px 0 34px 0;
}

.collapse-submenu .navbar-nav li.current-menu-item .nav-link {
  color: #ed1b34;
}

.navbar.navbar-expand-lg {
  padding: 0;
  border-bottom: 1px solid #ed1b34;
}

.navbar .navbar-nav {
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  flex-direction: row;
  /*margin-right: 2.5%;*/
}

.navbar .navbar-nav .nav-link {
  color: #231f20;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding: 7px 15px;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0px;
}

.navbar .navbar-nav .nav-item.whats-on a {
  /*color: #fff; background: #ed1b34; font-size: 20px; letter-spacing: -0.5px; width:168px;*/
  line-height: 20px;
  padding: 9px 40px;
}

.navbar .navbar-nav .nav-item.gldhead a {
  color: #fff;
  background: #ed1b34;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 20px;
  padding: 9px 24px;
  width: 168px;
  text-align: center;
}

.navbar .navbar-nav .nav-item.mobile-label {
  display: none;
}

.navbar .navbar-nav .current-menu-item .nav-link,
.navbar .navbar-nav .nav-link:hover {
  color: #ed1b34;
}

/*.navbar .navbar-nav .menu-item:first-child .nav-link { padding-left:0px;}*/

.collapse-submenu .navbar-nav {
  flex-direction: row;
  justify-content: space-between;
}

.collapse-submenu .navbar-nav .nav-link {
  color: #b1b3b6;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
}

.collapse-submenu .navbar-nav .Popular-tag .nav-link {
  color: #000;
  background: #d8d8d8;
  border-radius: 3px;
  padding-right: 30px;
}

.collapse-submenu {
  margin: 18px 0;
  padding-bottom: 5px;
}

.nav-item.Popular-tag {
  position: relative;
}

.collapse-submenu .navbar-nav .Popular-tag .nav-link::after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #d8d8d8;
  position: absolute;
  right: -15px;
  top: 0;
}

.main-menu .collapse {
  display: block;
  width: 100%;
}

.main-menu .head-wrap,
.closebtn {
  display: none;
}

.openNav {
  font-size: 30px;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  padding: 5px 20px;
}

.landing-genric .openNav {
  color: #fff;
}

.landing-genric .mad-header,
.landing-genric .navbar.navbar-expand-lg,
.landing-genric .collapse-submenu,
.landingLogo {
  display: none;
}

.head-wrap-social {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

#hommeBanner {
  position: relative;
}

#hommeBanner .carousel img {
  width: 100%;
  min-height: 750px;
}

.home-caption {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 25%;
}

.home-caption p {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.home-caption p span {
  display: block;
  color: #b1b3b6;
}

#hommeBanner .carousel-indicators {
  flex-direction: column;
  align-items: flex-end;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1140px;
  bottom: 120px;
}

#hommeBanner .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  opacity: 1;
  margin: 9px 0;
  border: 6px solid transparent;
  font-size: 0;
}

#hommeBanner .carousel-indicators .active {
  opacity: 1;
  border-color: rgba(225, 255, 255, 0.2);
}

.home-search {
  position: absolute;
  top: 40px;
  width: 100%;
}

.searchLogo {
  margin: 60px 0;
}

.searchForm {
  width: 100%;
  background: #fff;
  max-width: 59%;
  padding: 25px;
  border-radius: 4px;
  position: relative;
  z-index: 99;
}

.searchForm select {
  text-indent: 0.01px;
  background: url(../images/select-arrow.png) right center no-repeat #efefef;
  height: 52px;
  border-radius: 5px;
  width: 100%;
  border: none;
  margin-bottom: 15px;
  padding: 0 50px 0 20px;
  text-transform: uppercase;
  color: #b1b3b6;
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.searchForm input[type="submit"] {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 28px;
  text-align: center;
  height: 50px;
  width: 222px;
  border-radius: 4px;
  background: #ed1b34;
  border: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s 0s;
  letter-spacing: 1.6px;
}

.searchForm input[type="submit"]:hover {
  background: #000;
}

.searchForm h4 {
  color: #231f20;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 25px;
}

.login-form select {
  text-indent: 0.01px;
  background: url(../images/select-arrow.png) right center no-repeat #efefef;
  height: 52px;
  border-radius: 5px;
  width: 100%;
  border: none;
  margin-bottom: 15px;
  padding: 0 50px 0 20px;
  text-transform: uppercase;
  color: #b1b3b6;
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.featureVenues {
  padding: 60px 0;
  background: #f1f1f1;
}

.main-title {
  border-bottom: 1px solid #ed1b34;
  color: #231f20;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 0;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.venueBox {
  margin: 0 0 26px 0;
}

.venue-title {
  margin: 18px 0;
  border-radius: 2px;
  background-color: #231f20;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.venue-title span {
  padding-left: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.venue-title a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  width: 100px;
  border-radius: 2px;
  background-color: #505050;
  height: 40px;
  line-height: 40px;
  transition: all ease-in-out 0.2s 0s;
}

.thumbBlock img {
  width: 100%;
  height: 265px;
  object-fit: cover;
}

.venueBox h3 {
  color: #231f20;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 30px 0 015px 0;
  min-height: 48px;
}

.more-detail {
  height: 30px;
  width: 200px;
  border-radius: 2px;
  background-color: #b1b3b6;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all ease-in-out 0.2s 0s;
  margin: 20px 0 0 0;
}

.more-detail:hover,
.venue-title a:hover {
  background-color: #ed1b34;
  color: #fff;
}

.latestNews {
  padding: 60px 0;
  background-color: #ed1b34;
}

.latestNews .main-title {
  color: #fff;
  margin-bottom: 40px;
}

.latestNews .venueBox h3 {
  color: #fff;
  min-height: 75px;
}

.latestNews .venueBox p {
  color: #fff;
}

.read-more {
  height: 30px;
  width: 200px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  color: #b1b3b6;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  transition: all ease-in-out 0.3s 0s;
  margin-top: 10px;
}

.read-more:hover {
  background: #ffffff;
  color: #ed1b34;
}

.inner-head {
  display: none;
}

/*Footer*/
footer {
  background: #231f20;
}

footer h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  border-bottom: 1px solid #b1b3b6;
  margin-bottom: 20px;
  padding: 5px 0;
}

footer h4.panel-title {
  margin: 0;
}

footer .panel-title a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  padding: 12px 40px 12px 0;
  line-height: 28px;
  border-bottom: 1px solid #b1b3b6;
  width: 100%;
  display: inline-block;
  background: url(../images/toggle-arrow.png) right center no-repeat;
}

footer h5 {
  color: #fff;
  font-weight: 500;
  margin: 30px 0;
  font-size: 20px;
  line-height: 24px;
  min-height: 60px;
}

footer h6 {
  color: #fff;
  font-weight: 500;
  margin: 30px 0;
  font-size: 20px;
  line-height: 24px;
  min-height: 60px;
  text-transform: capitalize;
}

footer h6 a {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

footer h6 a:hover {
  color: #fff;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

footer ul li a:hover {
  color: #ed1b34;
}

footer #collapse1 .row .col-md-2:last-child h6 {
  text-transform: uppercase;
}

.copyright p {
  color: #ffffff;
  font-weight: 300;
  line-height: 23px;
  margin: 0px;
}

/*Footer*/

/*Landing State inner page css*/

.find-section {
  padding: 0px 0 45px 0;
}

.find-venue {
  background: #d8d8d8;
  padding: 20px;
}

.find-venue h3 {
  font-size: 20px;
  color: #231f20;
  padding: 10px 0 23px 0;
}

.find-venue select,
.orderby {
  width: 100%;
  height: 40px;
  background: #fff url(../images/select-arrow2.png) 100% 0 no-repeat;
  border: none;
  border-radius: 3px;
  padding: 0 6px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
}

.tml .tml-label {
  font-weight: 500;
}

.find-venue input[type="text"] {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 3px;
  padding: 0 6px;
  margin-bottom: 15px;
  color: #231f20;
  font-size: 16px;
}

.tml-field-wrap .tml-field {
  border: 1px solid #231f20;
  margin-bottom: 0;
}

.tml-links {
  display: flex;
  list-style: none;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  margin-top: 20px;
}

.tml-links li a:hover {
  text-decoration: underline;
}

.find-venue input[type="submit"] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  background: #ed1b34;
  border: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s 0s;
  padding: 0px 15px;
}

.search-bar {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 260px;
  height: 100%;
  padding: 30px;
}

.search-bar h4 {
  font-size: 20px;
  color: #fff;
  padding: 5px 0 35px 0;
}

.search-bar h4 a {
  color: #fff;
}

.search-bar p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.search-bar-x {
  color: #fff;
  padding: 45px 0 25px 0;
}

.search-bar-btn a {
  border: #fff solid 1px;
  padding: 5px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
}

.search-bar-btn a:hover {
  color: #ed1b34;
  border: #ed1b34 solid 1px;
}

.reviews-list {
  padding: 50px 0;
  clear: both;
}

.reviews-list .nav-tabs {
  border-color: #f04459;
  margin-bottom: 10px;
}

.reviews-list .nav-tabs li {
  padding: 0 30px 0 0;
}

.reviews-list .nav-tabs li a {
  color: #b1b3b6;
  font-size: 30px;
  font-weight: 500;
}

.reviews-list .nav-tabs li a.active {
  color: #272324;
}

.venue-review-img span {
  display: block;
  text-align: center;
  background: #f1f1f1;
  color: #b3b5b8;
  padding: 5px 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.venue-review-img span:hover {
  color: #ed1b34;
}

.venue-review-list {
  border-bottom: #d1d2d4 solid 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.venue-review-detail {}

.venue-review-detail h3 {
  font-size: 20px;
  color: #231f20;
  text-transform: uppercase;
}

.venue-review-detail p {
  line-height: 20px;
}

.load-more {
  text-align: right;
  padding: 58px 0 0px 0;
}

.load-more a {
  background: #231f20;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  width: 360px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 10px 0px;
}

.load-more a:hover {
  background: #ed1b34;
  color: #fff;
}

.newsletter {
  padding: 30px;
  background: #d8d8d8;
  margin-top: 45px;
}

.newsletter h4 {
  color: #231f20;
  font-size: 20px;
  padding: 0 0 40px 0;
}

.newsletter input[type="text"] {
  background: #fff;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 10px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.newsletter input[type="email"] {
  background: #fff;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 10px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.newsletter input[type="submit"] {
  background: #ed1b34;
  width: 100%;
  height: 40px;
  border: none;
  color: #fff;
  text-align: right;
  padding: 10px 10px;
  border-radius: 3px;
}

.social-link {
  padding: 30px 0 0 0;
}

.social-link label {
  color: #b1b3b6;
  font-size: 17px;
  padding: 0 35px 0 0;
}

.social-link a {
  font-size: 24px;
  color: #000;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.social-link a:hover {
  color: #ed1b34;
}

.inner-featureVenues .main-title {
  margin: 0 0 30px 0;
}

.featureVenues.inner-featureVenues {
  padding: 45px 0 20px 0;
}

.banner-img {
  padding: 37px 0px 44px 0px;
}

.venue-review-detail {
  padding: 20px 0 0 0;
}

.inner-featureVenues .view-all {
  float: right;
  font-size: 12px;
  color: #fff;
  background: #ed1b34;
  padding: 0 10px;
  position: relative;
  top: 5px;
}

.inner-featureVenues .more-detail {
  font-size: 16px;
  color: #b1b3b6;
  background: #fff;
}

.inner-featureVenues .more-detail:hover {
  background: #ed1b34;
  color: #fff;
}

#inner-state.flexslider .slides>li {
  position: relative;
}

#inner-state.flexslider .search-bar-btn {
  width: 200px;
  position: absolute;
  bottom: 25px;
}

#inner-state.flexslider .flex-control-nav {
  width: 260px;
  text-align: left !important;
  bottom: 95px !important;
  right: 0 !important;
  padding: 0 30px;
  z-index: 99;
}

#inner-state.flexslider .flex-control-nav li {
  margin: 0 2px;
}

#inner-state.flexslider .flex-control-nav li a {
  background: url(../images/out-x.png) 50% 50% no-repeat !important;
  width: 25px !important;
  height: 25px !important;
  border: none !important;
}

#inner-state.flexslider .flex-control-nav li a.flex-active {
  background: url(../images/fill-x.png) 50% 50% no-repeat !important;
}

/*Venue Page inner page css*/

.find-inner {
  display: none;
}

.hotel-detail-page {
  background: #f1f1f1;
  margin-top: 33px;
  padding: 0 0 100px 0;
}

.hotel-detail-title {
  padding: 46px 0 12px 0;
  overflow: hidden;
}

.hotel-detail-title h2 {
  font-size: 40px;
  color: #231f20;
  width: 50%;
  line-height: 40px;
  float: left;
}

.hotel-detail-title span {
  float: right;
  color: #231f20;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 54px 0 0 0;
}

.hotel-detail-top {
  clear: both;
  padding-bottom: 57px;
}

.hotel-detail-top .back-btn {
  float: left;
  background: #ed1b34;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 30px;
  text-transform: uppercase;
}

.hotel-detail-top .back-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.hotel-detail-top .social-link {
  float: left;
  padding: 3px 0 0 32px;
}

.hotel-detail-top .social-link label {
  padding: 6px 15px 0 0;
  font-weight: bold;
  font-size: 22px;
}

.hotel-detail-top .social-link a {
  color: #9c9c9c;
}

.hotel-detail-top .social-link a:hover {
  color: #ed1b34;
}

.wishlist-btn {
  background: #ed1b34;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 12px;
  float: right;
  margin-top: 10px;
  border-radius: 3px;
}

.wishlist-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.wpfp-link {
  background: #ed1b34;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 12px;
  float: right;
  margin-top: 0px;
  border-radius: 3px;
}

.wpfp-link:hover {
  opacity: 0.8;
  color: #fff;
}

.flexslider {
  margin: 0px !important;
  border: none !important;
  background: none !important;
}

#carousel.flexslider {
  padding: 10px 0px !important;
}

.flex-direction-nav a::before {
  display: none !important;
}

.flex-direction-nav a {
  font-size: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1 !important;
}

.flex-direction-nav .flex-next {
  background: url(../images/arrow-next.png) 50% 50% no-repeat;
  right: 10px !important;
  opacity: 1 !important;
}

.flex-direction-nav .flex-prev {
  background: url(../images/arrow-pre.png) 50% 50% no-repeat;
  left: 10px !important;
  opacity: 1 !important;
}

.week-detail table tr th {
  background: #b1b3b6;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.week-detail table tr td {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  word-break: break-word;
  white-space: normal;
}

.about-hotel {
  padding: 60px 0 0 0;
  color: #231f20;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
}

.about-hotel h3 {
  font-size: 30px;
  color: #231f20;
  border-bottom: #ed364c solid 1px;
  padding: 0 0 8px 0;
  margin: 0 0 32px 0;
}

.about-hotel p {
  line-height: 20px;
}

.about-hotel h4 {
  font-size: 20px;
  color: #231f20;
  padding: 22px 0 17px 0;
  border-top: #333 solid 1px;
  border-bottom: #333 solid 1px;
  text-align: center;
}

.side-venue-detail {
  background: #b1b3b6;
  padding: 22px;
  border-radius: 3px;
}

.side-venue-detail h4 {
  font-size: 20px;
  color: #231f20;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

.side-venue-detail ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.side-venue-detail ul li {
  border-bottom: #9d9e9f solid 1px;
  padding: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
}

.side-venue-detail ul li:last-child {
  border: none;
}

.side-venue-detail ul li span {
  color: #231f20;
}

.side-venue-detail ul li a {
  color: #fff;
  text-decoration: underline;
}

.side-venue-detail ul li a:hover {
  text-decoration: none;
}

.side-venue-detail ul li p {
  font-size: 16px;
  color: #231f20;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  padding-top: 10px;
  text-transform: none;
}

.capacities {
  background: #fff;
  padding: 22px;
  border-radius: 3px;
  margin-top: 25px;
}

.capacities h4 {
  font-size: 20px;
  color: #231f20;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

.capacities table tr th {
  color: #ed1b34;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 0px;
  border-bottom: #a2a2a2 solid 1px;
  text-align: left;
}

.capacities table tr td {
  font-size: 12px;
  color: #231f20;
  border-bottom: #a2a2a2 solid 1px;
  padding: 10px 0px;
  text-align: left;
  font-weight: 500;
}

.extra-info {
  padding: 22px 0 0 0;
}

.extra-info h4 {
  font-size: 20px;
  color: #231f20;
  padding: 0 0 18px 0;
  text-transform: uppercase;
}

.extra-info ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.extra-info ul li {
  padding: 6px 0px;
  border-top: #a2a2a2 solid 1px;
  border-bottom: #a2a2a2 solid 1px;
}

.extra-info ul li span {
  background: url(../images/pdf-icon.png) 100% 50% no-repeat;
  font-size: 12px;
  color: #231f20;
  font-weight: 500;
  display: block;
  padding: 10px 0px;
}

.extra-info-mel {
  padding: 22px 0 0 0;
}

.extra-info-mel h4 {
  font-size: 20px;
  color: #231f20;
  padding: 0 0 18px 0;
  text-transform: uppercase;
}

.extra-info-mel ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.extra-info-mel ul li {
  padding: 6px 0px;
  border-top: #a2a2a2 solid 1px;
  border-bottom: #a2a2a2 solid 1px;
}

.extra-info-mel ul li span {
  background: url(../images/pdf-icon.png) 100% 50% no-repeat;
  font-size: 12px;
  color: #231f20;
  font-weight: 500;
  display: block;
  padding: 10px 0px;
}

.enquiry-form-main {
  padding: 0 0 25px 0;
}

.enquiry-form-main .nav-tabs {
  border: none;
}

.enquiry-form-main .nav-tabs li {
  float: left;
  width: 50%;
}

.enquiry-form-main .nav-tabs li a {
  background: #b1b3b6;
  font-size: 20px;
  color: #231f20;
  font-weight: 500;
  display: block;
  line-height: 20px;
  padding: 15px 20px;
}

.enquiry-form-main .nav-tabs li a.active {
  background: #231f20;
  font-size: 20px;
  color: #ffffff;
}

.enquiry-form-main .tab-content {
  background: #231f20;
  padding: 22px 20px;
}

.frm-row {
  padding: 0 0 15px 0;
}

.frm-row input[type="text"],
.frm-row input[type="email"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 2px;
}

.frm-row textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 2px;
}

.frm-row input[type="submit"] {
  width: 100%;
}

.frm-row label.flexible-label {
  font-size: 16px;
  color: #b1b3b6;
  font-weight: 500;
  padding: 12px 0 12px 0;
  margin: 0px;
}

.frm-row span {
  float: right;
}

.flexible {
  float: right;
}

.flexible .custom-radio {
  float: left;
  margin: 0 0px 0 10px;
  width: 40px;
}

.enquiry-form .custom-control-input {
  width: 40px;
  height: 40px;
}

.enquiry-form .custom-control-label::after {
  background-image: none !important;
}

.enquiry-form .custom-control-label::before {
  width: 40px;
  height: 40px;
  border-radius: 3px !important;
  border: none;
}

.enquiry-form .customRadio-label1::before {
  content: "Y";
  text-align: center;
  line-height: 40px;
}

.enquiry-form .customRadio-label2::before {
  content: "N";
  text-align: center;
  line-height: 40px;
}

.enquiry-form .custom-radio .custom-control-label::before {
  border-radius: 0px;
  color: #b1b3b6;
}

.enquiry-form .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.enquiry-form .custom-control-input:checked~.custom-control-label::before {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  background: #ed1b34;
  border-color: #ed1b34;
  color: #fff;
}

.enquiry-form .custom-radio .custom-control-input:checked~.custom-control-label::after {
  width: 40px;
  height: 40px;
  border-radius: 0px;
}

.enquiry-form input[type="submit"],
.custom-state-registration input[type="submit"] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  height: 40px;
  width: 100%;
  border-radius: 2px;
  background: #ed1b34;
  border: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s 0s;
  padding: 0px 15px;
}

.enquiry-form input[type="submit"]:hover {
  background: #f94056;
}

div#to-top-searchbox {
  display: none;
}

.banner-img2 {
  padding: 95px 0px;
}

.venue-search-page {
  padding: 0 0 100px 0;
}

.function-venue {
  padding: 48px 0 0 0;
}

.function-venue-top {
  border-bottom: #f04a5e solid 1px;
}

.function-venue-top h3 {
  padding: 0 0 15px 0;
}

.function-venue-top a {
  background: #ed1b34;
  color: #fff;
  padding: 11px 15px;
  display: inline-block;
  border-radius: 5px 5px 0 0;
}

.function-venue-list {
  padding: 10px 0 0 0;
}

.function-venue-post {
  border-bottom: #a8a8a8 solid 1px;
  padding: 30px 0;
}

.function-venue-detial {
  padding: 0 0px 0 0;
  min-height: 100px;
}

.function-venue-detial p,
.function-venue-post p {
  word-break: break-word;
}

.function-venue-detial h4 {
  font-size: 20px;
  color: #231f20;
  margin: 0px;
}

.hotel-contry {
  color: #ed1b34;
  font-size: 14px;
  display: inline-block;
  padding: 5px 0 25px 0;
}

.function-btn {
  padding: 27px 0 0 0;
}

.view-listing-btn {
  background: #b1b3b6;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 12px;
  border-radius: 3px;
  display: inline-block;
  width: 232px;
}

.view-listing-btn:hover {
  color: #fff;
  background: #ed1b34;
}

.function-btn .wishlist-btn {
  margin: 0px;
}

.function-btn .view-listing-btn {
  margin-top: 0px;
  width: 230px;
  text-transform: uppercase;
}

.function-venue-detial.fetured_listing {
  background: url(../images/top-pick-icon.png) 95% 0 no-repeat;
  padding: 0 0px 0 0;
  background-size: 58px auto;
}

.function-venue-detial.fetured_listing h4 {
  padding: 0 90px 0 0;
}

.view-map {
  background: url(../images/view-map-img.png) 0 0 no-repeat;
  text-align: center;
  padding: 96px 30px;
  background-size: cover;
}

.view-map.melbourne {
  background: url(../images/HCS-02.1912_Melbourne_360.jpg) 0 0 no-repeat;
  text-align: center;
  padding: 96px 30px;
  background-size: cover;
  border-radius: 10px;
  margin-top: 10px;
}

.view-map.sydney {
  background: url(../images/HCS-02.1912_Sydney_360.jpg) 0 0 no-repeat;
  text-align: center;
  padding: 96px 30px;
  background-size: cover;
  border-radius: 10px;
  margin-top: 10px;
}

.view-map.brisbane {
  background: url(../images/HCS-02.1912_Brisbane_360.jpg) 0 0 no-repeat;
  text-align: center;
  padding: 96px 30px;
  background-size: cover;
  border-radius: 10px;
  margin-top: 10px;
}

.view-map.perth {
  background: url(../images/HCS-02.1912_Perth_360.jpg) 0 0 no-repeat;
  text-align: center;
  padding: 96px 30px;
  background-size: cover;
  border-radius: 10px;
  margin-top: 10px;
}

.view-map.adelaide {
  background: url(../images/HCS-02.1912_Adelaide_360.jpg) 0 0 no-repeat;
  text-align: center;
  padding: 96px 30px;
  background-size: cover;
  border-radius: 10px;
  margin-top: 10px;
}

.view-map a {
  background: #231f20;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  display: block;
  padding: 12px 10px;
  width: 100%;
  border-radius: 3px;
  font-weight: 500;
}

.view-map a:hover {
  background: #ed1b34;
}

.venue-search-page .newsletter {
  margin-top: 12px;
  border-radius: 10px;
}

/*artical page css */

.artical-page {
  padding: 80px 0 25px 0;
}

.artical-top {
  border-bottom: #a2a2a2 solid 1px;
  padding-bottom: 10px;
}

.artical-header h1 {
  font-size: 70px;
  line-height: 70px;
  padding: 0 0 53px 0;
  color: #231f20;
}

.artical-header p {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.artical-auther {
  padding: 35px 0 35px 0;
}

.auther-post span {
  font-size: 20px;
  color: #231f20;
  padding: 0 0 0 15px;
}

.post-date {
  font-size: 20px;
  color: #231f20;
  padding: 22px 0 0 0;
  text-align: right;
}

.artical-page .col-lg-8 .social-link {
  padding: 20px 0 30px 0;
}

.artical-page .col-lg-8 .social-link label {
  font-size: 22px;
  color: #231f20;
  font-weight: 500;
  padding: 3px 12px 0px 0px;
  vertical-align: middle;
  margin: 0px;
  float: left;
}

.artical-content {
  padding: 0px 0 0 0;
  border-right: #bbbbbb solid 1px;
  padding: 0 30px 0 0;
}

.artical-content p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 30px;
}

.artical-content img {
  height: auto;
}

.add-banner {
  padding: 0 0 30px 0;
}

.artical-info {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 32px 18px;
}

.artical-info ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.artical-info ul li {
  color: #231f20;
  font-size: 20px;
  padding: 0 0 5px 0;
}

.artical-info ul li span {
  font-weight: 500;
}

.new-category {
  background: #d8d8d8;
  padding: 15px 35px;
  text-align: center;
  margin-top: 20px;
}

.new-category h4 {
  color: #ed1b34;
  font-size: 18px;
  border-bottom: #a5a5a5 solid 1px;
  padding: 0 0 15px 0;
}

.new-category ul {
  list-style: none;
  margin: 0px;
  padding: 8px 0px 12px 0px;
}

.new-category ul li {
  padding: 8px 0 0 0;
}

.new-category ul li a {
  color: #231f20;
  font-weight: 500;
  font-size: 18px;
}

.artical-page .newsletter {
  margin-top: 14px;
}

.side-food-list {
  padding: 16px 0 0 0;
}

.side-food-post {
  padding: 0px 0 35px 0px;
  margin-bottom: 35px;
  border-bottom: #a2a2a2 solid 1px;
}

.side-food-post h4 {
  font-size: 20px;
  color: #231f20;
  padding: 30px 0 10px 0;
}

.side-food-post h4 a {
  color: #231f20;
}

.side-food-post h4 a:hover {
  color: #ed1b34;
}

.side-food-post a.read-more {
  background: #b1b3b6;
  color: #fff;
  border-radius: 4px;
}

.side-food-post a.read-more:hover {
  background: #ed1b34;
}

.input-checkbox {
  color: #fff;
  font-size: 14px;
}

/*profile page css */

.profile-top {
  overflow: hidden;
  padding: 15px 0 38px 0px;
  border-bottom: #a2a2a2 solid 1px;
}

.profile-top h2 {
  font-size: 50px;
  line-height: 70px;
  color: #231f20;
  float: left;
}

.profile-form-section {
  padding: 77px 0 50px 0;
}

.profile-form-section .row {
  margin: 0 -49px;
}

.profile-form-section .row .col-md-6 {
  padding: 0 49px;
}

.profile-form-section .row .col-md-12 {
  padding: 0 49px;
}

.profile-frm {
  padding: 0px 0px 20px 0px;
}

.profile-frm label {
  color: #b1b3b6;
  font-size: 14px;
}

.profile-frm a.edit-btn {
  text-transform: uppercase;
  float: right;
  font-size: 14px;
  font-weight: 500;
}

.profile-frm input[type="text"],
.profile-frm input[type="password"],
.profile-frm input[type="email"] {
  width: 100%;
  border: #a2a2a2 solid 1px;
  height: 48px;
  border-radius: 3px;
  margin: 0 0 8px 0;
  padding: 0 10px;
  font-size: 20px;
}

.profile-frm select {
  width: 100%;
  border: #a2a2a2 solid 1px;
  height: 48px;
  border-radius: 3px;
  margin: 0 0 8px 0;
  padding: 0 10px;
  font-size: 20px;
  background: url(../images/select-arrow-right.png) 100% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.profile-frm input::placeholder {
  color: #231f20;
}

.profile-form-section .remove-list label {
  color: #231f20;
}

.wishlist-section {
  padding: 50px 0 0 0;
}

.wishlist-top {
  overflow: hidden;
  padding: 0 0 38px 0px;
  border-bottom: #a2a2a2 solid 1px;
}

.wishlist-top h2 {
  font-size: 50px;
  line-height: 70px;
  color: #231f20;
  float: left;
}

.wishlist-top a {
  font-size: 18px;
  color: #ed1b34;
  font-weight: 500;
  border: #3a3637 solid 1px;
  padding: 10px 20px;
  border-radius: 3px;
  width: 358px;
  display: inline-block;
  text-align: center;
  float: right;
  margin-top: 10px;
}

.wishlist-listing {
  padding: 0px 0px 100px 0px;
}

.wishlist-listing>.row {
  margin: 0 -48px;
  border-bottom: #a2a2a2 solid 1px;
  padding: 50px 0px 50px 0px;
  overflow: hidden;
}

.wishlist-listing>.row:last-child {
  border: none;
}

.wishlist-listing .row .col-md-6 {
  padding: 0 48px;
  border-right: #a2a2a2 solid 1px;
}

.wishlist-listing>.row .col-md-6:last-child {
  border: none;
}

.wishlist-post-top {
  padding: 0 0 8px 0px;
}

.wishlist-post-top h3 {
  font-size: 20px;
}

.wishlist-post-top h3 a {
  font-size: 20px;
  color: #000;
}

.wishlist-post-top span {
  color: #ed1b34;
  font-size: 14px;
  padding: 0 0 3px 0;
  margin: 0px;
}

.added {
  font-size: 14px;
  color: #231f20;
  padding: 0px 0 0 0;
}

.wishlist-post .social-link label {
  color: #231f20;
  font-weight: 500;
  font-size: 18px;
}

.view-listing-btn {
  width: 100%;
  margin: 15px 0 0 0;
  text-align: center;
}

.remove-list {
  padding: 0px 0 15px 0;
}

.remove-list .custom-control-label {
  padding: 2px 0 0 7px;
  color: #b9bbbd;
}

.remove-list .custom-control-label::before {
  width: 22px;
  height: 22px;
}

.remove-list .custom-control-label::after {
  width: 22px;
  height: 22px;
}

.remove-list .custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.edit-submit {
  padding: 20px 0px 0px 0px;
}

.edit-submit input[type="submit"] {
  background: #fff;
  font-size: 18px;
  color: #ed1b34;
  font-weight: 500;
  border: #3a3637 solid 1px;
  padding: 10px 20px;
  border-radius: 3px;
  width: 358px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

.edit-submit input[type="submit"]:hover {}

/*popup css */

.popup-box {
  padding: 0px !important;
  width: 680px;
}

.popup-box .popup-top {
  background: #231f20;
  padding: 50px 0px;
  text-align: center;
}

.login-frm .login-row {
  padding: 0px 0px 20px 0px;
}

.login-frm .login-row input[type="text"],
.login-frm .login-row input[type="password"] {
  background: #eff0f1;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: none;
  padding: 10px !important;
}

.login-frm .login-username input[type="text"],
.login-frm .login-password input[type="password"],
.tml-field-wrap .tml-field {
  background: #eff0f1;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 10px !important;
  border: none !important;
  outline: none;
}

.account-login {
  padding: 54px 0 0 0;
  width: 378px;
  margin: 0 auto;
}

.account-login h3 {
  text-align: center;
  color: #000000;
  font-weight: 400;
  margin: 0px;
  padding: 0 0 50px 0px;
}

.login-frm .login-row input[type="submit"],
.tml-field-wrap .tml-button {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  background: #ed1b34;
  border: none;
  text-transform: uppercase;
  padding: 0px 15px;
  border-radius: 3px;
}

.login-frm .login-row input[type="submit"]:hover,
.tml-field-wrap .tml-button:hover {
  opacity: 0.9;
}

.login-frm .login-submit input[type="submit"] {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  background: #ed1b34;
  border: none;
  text-transform: uppercase;
  padding: 0px 15px;
  border-radius: 3px;
}

.login-frm .login-submit input[type="submit"]:hover {
  opacity: 0.9;
}

.create-account {
  padding: 0 0 40px 0;
}

.create-account a {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  background: #b1b3b6;
  border: none;
  text-transform: uppercase;
  padding: 0px 15px;
  color: #fff;
  display: block;
  line-height: 50px;
}

.create-account a:hover {
  opacity: 0.9;
}

.account-login .social-link {
  padding-bottom: 50px;
  text-align: center;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0px !important;
  right: 10px !important;
  top: 8px !important;
}

.fancybox-close-small {
  opacity: 1;
}

.fancybox-button svg path {
  fill: #fff !important;
}

.page-title {
  padding: 20px 0 30px 0;
}

.page-title h3 {
  font-size: 40px;
}

.rendered-form .erf-button button {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  height: 50px;
  width: 300px;
  border-radius: 4px;
  background: #ed1b34;
  border: none;
  text-transform: uppercase;
  padding: 0px 15px;
}

.rendered-form .erf-button button:hover {
  opacity: 0.8;
}

.popup-box2 {
  padding: 0px !important;
  width: 680px;
}

.popup-box2 .popup-top {
  background: #b1b3b6;
  padding: 50px 0px;
  text-align: center;
}

.popup-box2 .login-row textarea {
  background: #eff0f1;
  width: 100%;
  height: 250px;
  border-radius: 3px;
  padding: 10px !important;
  border: none !important;
  outline: none;
}

.popup-box2 .fancybox-button svg path {
  fill: #231f20 !important;
}

.popup-box2 .login-frm .login-row input[type="submit"] {
  background: #231f20;
  color: #fb1935;
}

.popup-box2 .account-login h3 {
  padding: 0 0 40px 0px;
}

.share-social {
  font-size: 20px;
  color: #231f20;
}

.want-share {
  padding: 0px 0px 40px 0px;
  font-size: 20px;
  color: #231f20;
  text-align: center;
}

.login-form {
  background-color: unset !important;
  padding: unset !important;
  border-radius: 0 !important;
}

.footer-load-more {
  text-align: center;
  padding: 70px 0 50px 0;
  width: 100%;
}

.footer-load-more a {
  color: #fff;
  border: #fff solid 1px;
  font-size: 20px;
  border-radius: 3px;
  display: inline-block;
  width: 300px;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.enquiry-form {
  color: #ed1b34;
  font-size: 14px;
}

.copyright {
  overflow: hidden;
}

.footer-social {
  float: right;
}

.copyright p {
  float: left;
}

.footer-social .social-link {
  padding: 0px;
}

.footer-social .social-link a {
  color: #fff;
}

.footer-social .social-link a:last-child {
  margin: 0px;
}

.main-title a.view-all-news {
  color: #fff;
  float: right;
  font-size: 12px;
  text-decoration: underline;
}

.main-title a.view-all-news:hover {
  text-decoration: none;
}

#recaptcha1,
#recaptcha2 {
  padding: 0px 0px 15px 0px;
}

.addthis_sharing_toolbox {
  display: inline-block;
  clear: none !important;
  padding-top: 6px;
}

.collapse-submenu .navbar-nav.innermenu li:first-child {
  color: #000;
  background: #d8d8d8;
  border-radius: 2px;
  padding-right: 30px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  position: relative;
}

.collapse-submenu .navbar-nav.innermenu li:first-child:after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #d8d8d8;
  position: absolute;
  right: -15px;
  top: 0;
}

.collapse-submenu .navbar-nav.innermenu li:first-child i {
  display: none;
}

.footer-border {
  border-top: 1px solid #b1b3b6;
  padding: 39px 0 0 0;
  margin-top: 30px;
}

.term-and-privacy li:nth-last-child(2) {
  margin-top: 15px;
}

.input-checkbox {
  position: relative;
  margin-top: 50px;
  padding-left: 32px;
}

.input-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.enquiry-form-main .input-checkbox input {
  height: 25px;
  width: 25px;
  z-index: 999;
  left: 0px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.input-checkbox:hover input~.checkmark {
  background-color: #ccc;
}

.input-checkbox input:checked~.checkmark {
  color: #ed1b34;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input-checkbox input:checked~.checkmark:after {
  display: block;
}

.input-checkbox .checkmark:after {
  left: 9px;
  top: 6px;
  width: 7px;
  height: 12px;
  border: solid #ed1b34;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.collapse-submenu li {
  list-style: none;
}

.newsletter-frm input[type="submit"] {
  text-transform: uppercase;
}

.navigation .wp-paginate {
  text-align: left;
  padding: 20px 0 0 0;
}

.navigation .wp-paginate .title {
  margin-right: 20px;
  text-transform: uppercase;
  color: #333333;
}

.navigation .wp-paginate a {
  color: #eb0d27;
  padding: 8px 10px;
  background: #fff;
}

.navigation .wp-paginate .current {
  background: #efefef;
  padding: 8px 10px;
  color: #909090;
  border: #c1c1c1 solid 1px;
}

.function-venue-top span {
  background: #ed1b34;
  color: #fff;
  padding: 11px 15px;
  display: inline-block;
}

.function-venue-post img {
  height: 251px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}

.function-venue-detial h4 {
  min-height: 50px;
}

.at-share-btn {
  background: #9c9c9c !important;
}

.at-share-btn:hover {
  background: #ed1b34 !important;
}

.col-md-2.term-and-privacy h6 a {
  text-transform: uppercase;
}

.newssingle div#atstbx {
  float: right;
}

/*li.flex-active-slide img { height: 26.5625rem !important;}*/
.mainclass17001 a.view-all-news {
  display: none;
}

.mainclass17001 .footer-load-more {
  display: none;
}

.mad-header .add {
  max-width: 694px;
  float: right;
}

.term-privacy {
  display: inline-block;
}

.term-privacy a {
  color: #fff;
  padding: 0 0px 0 10px;
  font-size: 14px;
  vertical-align: top;
}

.term-privacy a:hover {
  color: #ed1b34;
}

.venueBox p {
  min-height: 68px;
  margin: 0px;
}

#inner-state.flexslider .slides img {
  height: 420px;
  object-fit: cover;
}

.function-venue img.wpfp-hide.wpfp-img {
  width: 30px;
  height: 30px;
}

.form-control.login-field {
  border: 1px solid #ccc;
}

.login-form .remeber-custom-checkbox {
  padding-left: 0px;
}

.bar-ads.adverts {
  padding-top: 20px !important;
}

span.news-wishlist a {
  color: #fff !important;
  font-size: 16px;
}

.about-hotel {
  font-size: 20px;
  line-height: 30px;
}

.about-hotel p {
  font-size: 20px;
  line-height: 30px;
}

/*.about-hotel p a { color:#231F20!important; text-decoration:none; }
.about-hotel p a:hover { color:#ED1B34!important; text-decoration:none;}

.about-hotel ul li a { color:#231F20; }
.about-hotel ul li a:hover { color:#ED1B34; }*/

/*.about-hotel p u {text-decoration-color: #ED1B34;}*/

.about-hotel p a {
  color: #231f20;
  text-decoration: underline;
  text-decoration-color: #ed1b34 !important;
}

.about-hotel p a:hover {
  color: #ed1b34;
  text-decoration-color: #ed1b34 !important;
}

.about-hotel p a span {
  text-decoration-color: #ed1b34 !important;
}

.about-hotel p a span:hover {
  color: #ed1b34;
  text-decoration-color: #ed1b34 !important;
}

.about-hotel ul li a {
  color: #231f20;
  text-decoration: underline;
  text-decoration-color: #ed1b34 !important;
}

.about-hotel ul li a:hover {
  color: #ed1b34;
  text-decoration-color: #ed1b34 !important;
}

/*
.artical-content p a { color:#231F20!important; text-decoration:none; }
.artical-content p a:hover { color:#ED1B34!important; text-decoration:none;}

.artical-content p a span { color:#231F20!important; text-decoration:none; }
.artical-content p a:hover span { color:#ED1B34!important; text-decoration:none;}*/

.artical-content p a {
  color: #231f20 !important;
  text-decoration: underline;
  text-decoration-color: #ed1b34 !important;
}

.artical-content p a:hover {
  color: #ed1b34 !important;
}

.artical-content p u {
  text-decoration-color: #ed1b34;
}

.artical-content p a span {
  color: #231f20 !important;
  text-decoration-color: #ed1b34 !important;
}

.artical-content p a span:hover {
  color: #ed1b34 !important;
}

.hotel-detail-top .wpfp-span {
  margin-top: 10px;
  float: right;
}

.hotel-detail-page .hotel-detail-top .social-link a {
  font-size: 0px;
}

.hotel-detail-top .social-link label {
  float: left;
  margin-bottom: 0;
}

.artical-page .col-lg-8 .social-link .addthis_sharing_toolbox {
  width: 240px;
  padding-top: 4px !important;
}

.artical-page .col-lg-8 .social-link .addthis_sharing_toolbox a {
  font-size: 0px;
  margin-bottom: 0;
}

.function-venue-detial.news-venue-detail h4 {
  min-height: 101px;
}

.function-venue-detial.news-venue-detail p {
  min-height: 68px;
}

#inner-state.flexslider.adverts .slides img {
  height: auto;
  border-radius: 10px;
}

.auther-post img {
  max-width: 77px;
  border-radius: 100%;
}

/*------------------------------------*\
         Kevin CSS
\*------------------------------------*/

.btn-primary-register {
  color: #fff;
  background-color: #ed1b34 !important;
  border-color: #ed1b34 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s 0s;
}

.btn-primary-register:hover {
  color: #fff;
  text-decoration: none;
}

#submit-button {
  color: #fff;
  background-color: #ed1b34 !important;
  border-color: #ed1b34 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s 0s;
}

#submit-button:hover {
  color: #fff;
  text-decoration: none;
}

.login-form .login-field:focus {
  border-color: #ed1b34;
}

.login-form .login-field:focus+.login-field-icon {
  color: #ed1b34;
}

.profilepress-reg-status {
  background-color: #ed1b34 !important;
}

.function-venue img.wpfp-hide.wpfp-img {
  width: 15px;
  height: 15px;
}

/* update by dev*/

/**
li#menu-item-79361,
li#menu-item-79369,
li#menu-item-79378,
li#menu-item-79369,
li#menu-item-79510,
li#menu-item-107386,
li#menu-item-106231{
  display: none;
}

*/

li.nav-item.whats-on a.nav-link {
  display: none;
}

.slug-custom-melbourne .custom-header-state {
  display: none;
}

.slug-custom-sydney .custom-header-state {
  display: none;
}

.slug-custom-brisbane .custom-header-state {
  display: none;
}

.slug-custom-adelaide .custom-header-state {
  display: none;
}

.slug-custom-perth .custom-header-state {
  display: none;
}

.mapdesc {
  color: black !important;
  font-size: 12px !important;
}

hr.green {
  background: url(../template_images/grunge-line-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block !important;
  border: none;
  height: 3px;
}

.mapdesc a {
  border: 1px solid;
  background: red;
  color: white;
  height: auto;
  width: auto;
  font-size: 12px;
  padding: 0 5px;
}

.hotel-detail-page .social-link .addthis_sharing_toolbox {
  display: block;
  width: 300px;
}

.hotel-detail-page .hotel-detail-top .social-link label {
  padding: 0px 15px 0 0;
}

.form-group select {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border-color: #3333;
}

.mainclass77657 .login-form .form-group select {
  background: #fff url(../images/select-arrow.png) right center no-repeat;
  border: 1px solid #ccc;
  font-size: 17px;
  font-weight: normal;
  height: 40px;
  color: #495057;
  text-transform: capitalize;
  background-size: 36px auto;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0px 15px;
}

input#reg-username {
  display: none;
}

/*new css*/

div#map {
  height: 220px !important;
}

#go_down {
  display: none;
}

.wishlist-listing {
  overflow: hidden;
}

.wishlist-listing .row:first-child {
  display: none;
}

.hide-for-large-up {
  display: none;
}

.hide-for-large-up table {
  width: 100%;
}

.hide-for-large-up table thead {
  background: #000;
}

.hide-for-large-up table thead th {
  color: #fff;
  font-weight: 500;
}

.hide-for-large-up table .day {
  font-weight: 500;
}

.hide-for-large-up table td,
.hide-for-large-up table th {
  border: 1px solid #000;
}

.hide-for-large-up table td,
.hide-for-large-up table th {
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 14%;
}

.hide-for-large-up table tr.even,
table tr.alt,
.hide-for-large-up table tr:nth-of-type(even) {
  background: #e2e2e2;
}

.find-venue.mobile-view {
  display: none;
}

.landing-genric #carouselExampleIndicators.homepage-mobileonly {
  display: none;
}

.news-grey {
  background: #f1f1f1;
  padding: 30px 20px;
  border-radius: 5px;
  line-height: 36px;
  font-size: 20px;
  font-weight: 300;
}

.news-grey strong {
  font-weight: 500;
}

.custom-state-registration {
  background: #231f20;
  padding: 22px 20px;
}

.custom-state-registration p {
  color: #fff;
}

.custom-state-registration .error {
  color: #ed1b34;
}

.addthis-smartlayers.addthis-smartlayers-desktop {
  display: none;
}

.custom_form_details {
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: #231f20;
  margin: 0px;
  min-height: 50px;
}

.button.product_type_booking.add_to_cart_button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #b1b3b6;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 12px;
  border-radius: 3px;
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
}

.button.product_type_booking.add_to_cart_button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background: #ed1b34;
}

.woocommerce ul.products li.product .price {
  color: #ed1b34;
  font-size: 14px;
}

.orderby {
  border: 1px solid #f2f2f2;
}

.related.products {
  display: inline-block;
  width: 100%;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #ed1b34;
  font-weight: 500;
}

.wc-bookings-booking-form .block-picker li:nth-child(2n + 1) a:hover,
.wc-bookings-booking-form .block-picker li:nth-child(2n + 1) a:focus,
.wc-bookings-booking-form .block-picker li:nth-child(2n) a:hover,
.wc-bookings-booking-form .block-picker li:nth-child(2n) a:focus {
  background: #ed1b34;
}

.wc-bookings-booking-form .block-picker li a {
  color: #333;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #ddd;
  color: #333;
}

.woocommerce-result-count {
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 10px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}

.woocommerce form #customer_details .form-row-wide.form-row label,
.woocommerce form #customer_details .form-row-wide.form-row .woocommerce-input-wrapper,
.woocommerce form #customer_details .notes.form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin-bottom: 50px;
}

.woocommerce form .form-row .input-checkbox {
  margin: 6px 8px 0 0;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 6px 1em 0 0;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  margin-right: 50px;
}

.wc_payment_method>label {
  width: 50%;
}

.pro-cat-wpli {
  background: #ed1b34;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 12px;
  margin-top: 0px;
  border-radius: 3px;
}

.pro-cat-wpli:hover {
  opacity: 0.8;
  color: #fff;
}

/*07-08*/
.venue-logo img {
  max-height: 100px;
}

.inner-featureVenues .more-detail {
  border-radius: 5px;
  color: #ffffff;
  background: #231f20;
  height: 40px;
  line-height: 40px;
}

.venueBox p {
  font-weight: 400;
}

.inner-featureVenues .view-all {
  display: none;
}

.melbournecalss .navbar .navbar-nav .nav-item.whats-on a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.melbournecalss .navbar .navbar-nav .nav-link {
  text-transform: inherit;
}

.find-venue {
  border-radius: 10px;
}

div#inner-state.bar-ads {
  border-radius: 10px;
  overflow: hidden;
}

.melbournecalss .search-bar-btn a {
  border-radius: 5px;
}

.melbournecalss .find-venue input[type="submit"] {
  text-align: center;
}

.thumbBlock img {
  border-radius: 8px;
}

.venue-review-img {
  border-radius: 8px;
  overflow: hidden;
}

/*.venue-review-img img{*/
/*    border-radius: 8px;*/
/*}*/
.newsletter-wrapper {
  background-color: #d8d8d8;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.newsletter-revised.newsletter {
  background: #f1f1f1;
  border-radius: 10px;
}

.newsletter-revised.newsletter input[type="submit"] {
  text-align: center;
  text-transform: inherit;
  font-weight: 600;
}

.newsletter-revised h4 {
  padding-bottom: 5px;
  font-size: 40px;
  font-weight: 600;
}

.newsletter-revised p {
  font-weight: 400;
  margin-bottom: 0;
}

.newsletter-revised {
  margin-top: 0;
  padding: 25px 30px;
}

.restaurant-card {
  border-radius: 10px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.restaurant-card .nav-link {
  padding: 0;
  height: 100%;
}

.restaurant-card .nav-link figure {
  height: 100%;
}

.restaurant-card .nav-link figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.restaurant-card figure img {
  border-radius: 10px;
}

.restaurant-card figure:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  /*background-image: linear-gradient(*/
  /*  180deg,*/
  /*  rgb(139 139 139 / 5%) 24%,*/
  /*  rgb(30 30 30 / 73%) 99%*/
  /*);*/
  background-image: linear-gradient(180deg,
      rgb(0 0 0 / 2%) 10%,
      rgb(0 0 0 / 90%) 110%);
}

.restaurant-card-footer {
  color: #fff;
  position: absolute;
  bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}

.card-footer-title {
  margin-bottom: 0;
  font-weight: 500;
}

.outline-btn,
.restaurant-card-footer .btn,
.restaurant-card-footer .nav-link {
  border: 1px solid #fff;
  color: #fff;
  width: 105px;
  font-weight: 600;
}

.outline-btn:hover,
.restaurant-card-footer .btn:hover,
.restaurant-card-footer .nav-link:hover {
  border: 1px solid #ed1b34;
  color: #ed1b34;
  /*color: #fff;*/
}

.restaurant-card-footer .nav-link {
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-align: center;
  vertical-align: middle;
}

.icon-logo {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 10px;
  top: 10px;
}

.venue-review img {
  width: 80px;
}

.venue-review h3 {
  color: #231f20;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -2px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.venue-review .view-phone-btn {
  background-color: #ed1b34;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.37px;
  display: inline-block;
}

.popular-flexslider.carousel li {
  margin-right: 15px;
}

.popular-flexslider .slider-card img {
  width: 100%;
  height: 250px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.popular-flexslider .slider-card h4 {
  background-color: #231f20;
  color: #fff;
  height: 65px;
  border-radius: 0 0 8px 8px;
  padding: 10px 16px 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.28125px;
  display: flex;
  align-items: center;
}

.popular-flexslider .flex-direction-nav .flex-prev.flex-disabled,
.popular-flexslider .flex-direction-nav .flex-next.flex-disabled {
  opacity: 0.5 !important;
  z-index: 1;
}

.popular-flexslider .flex-direction-nav .flex-prev {
  background: url(../img/next-icon.PNG);
  transform: rotate(180deg);
  top: 47%;
  background-repeat: no-repeat;
  width: 33px;
  height: 34px;
  border-radius: 7px 0 0 7px;
  left: -1px !important;
}

.popular-flexslider .flex-direction-nav .flex-next {
  background: url(../img/next-icon.PNG);
  top: 47%;
  background-repeat: no-repeat;
  width: 33px;
  height: 34px;
  border-radius: 7px 0 0 7px;
  right: -1px !important;
}

.slider-card .nav-link {
  padding: 0;
}

.artical-content img {
  border-radius: 8px;
}

.food-img img {
  border-radius: 8px;
}

.new-category {
  border-radius: 8px;
}

/*29-08*/
.main-menu .navbar.navbar-expand-lg {
  border-bottom: none;
}

.main-menu .navbar .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: -0.44px;
  font-weight: 700;
  border-radius: 5px;
  min-width: 168px;
  text-align: center;
  background-color: rgba(241, 241, 241, 1);
  color: #231f20;
  text-transform: capitalize;
}

.main-menu .navbar .navbar-nav .current-menu-item .nav-link,
.main-menu .navbar .navbar-nav .nav-link:hover {
  background-color: #ed1b34;
  color: #fff;
}

.navbar-nav.innermenu,
.collapse-submenu .navbar-nav {
  align-items: center;
}

.collapse-submenu .navbar-nav.innermenu li:first-child,
.collapse-submenu .navbar-nav .Popular-tag .nav-link {
  color: #ed1b34;
  border-radius: 5px;
  padding: 17px 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  font-family: "Inter";
}

.collapse-submenu .navbar-nav.innermenu li:first-child:after,
.collapse-submenu .navbar-nav .Popular-tag .nav-link::after {
  border-top: 25px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 22px solid #d8d8d8;
  right: -20px;
}

.collapse-submenu .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  font-family: "Inter";
}

@media (max-width: 767px) {
  div#inner-state.bar-ads {
    border-radius: 0;
  }

  .venue-review {
    text-align: center;
    margin-bottom: 20px;
  }

  .restaurant-card {
    margin-bottom: 15px;
    height: auto;
  }

  .newsletter-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .newsletter-revised h4 {
    font-size: 35px;
  }

  .newsletter-revised p {
    margin-bottom: 15px;
  }

  .venue-review h3 {
    font-size: 36px;
  }

  .popular-flexslider.carousel li {
    margin-right: 10px;
  }

  .venue-review .view-phone-btn {
    font-size: 16px;
  }
}



.tml-register-link {
  display: none;
}