/*!
Theme Name: Oldest bar in town
Theme URI: http://example.com/
Author: my theme
Author URI: http://example.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oldest-bar-in-town
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/



/* Change current button text end  */


body.page-template-search #mobileSearchBar {
    display: none !important;
}
body {
  font-family: Georgia, serif;
}

/* Spinner container */
.spinner-border {
  display: inline-block;
  width: 1rem;      /* small size for -sm */
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

/* Small version */
.spinner-border-sm {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 0.1em;
}

/* Spinner animation */
@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}


/* Red stripe before menu items */
.container{
	max-width:1600px;
}
.menu-item.relative.pl-5::before {
    content: '';
    position: absolute;
    left: 0.5rem; /* left-2 */
    top: 0.5rem;
    bottom: 0.5rem;
    width: 2px;
    background-color: #b91c1c; /* red-700 */
}

aside#sideMenu{
	height:auto;
}
.prev{
		cursor: pointer;
	}
	.next{
		cursor: pointer;
	}

/* Header css */
.logo-column {
    width: 33.333%;
}
.menu-hamburger button{
	cursor:pointer;
}
.header-search {
/*     width: 33.333%; */
/*     position: static;
    translate: none; */
}
.flex.items-center.gap-1.ml-auto.menu-hamburger {
    width: 33.333%;
    justify-content: right;
    margin-left: 0px;
}
.hero-slider-img{
	width:100%;
	height:80vh;
}

.hero-text-left{
	width:95%
}
.hero-btn{
		font-size:22px;
		line-height:22px;
		text-align:center;
	}

@media only screen and (max-width:767px){
	.header-element {
    padding: 5px;
}
	div#mobileSearchBar {
    top: 35px;
	padding: 0px 10px 5px;
}
		.logo-column {
    width: 55%;
}
	.menu-hamburger {
    width: 45%!important;
}
	.logo-name{
		font-size:4vw;
	}
	.signup-text-mobile {
    font-size: 3vw;
    align-items: center;
}
	.slider-img-box {
    width: 100%;
}
	.hero-slider-img{
	width:100%;
	height:30vh;
}
	.swiper-slide {
    overflow: hidden;
    height: 600px!important;
    display: flex!important;
    align-items: center!important;
		justify-content:center;
}
	.hero-title{
		font-size:35px;
		line-height:45px;
	}
	.hero-sub-title{
		font-size:25px;
		line-height:38px;
	}
	.prev{
		left:0px;
		position:absolute;
	}
	.next{
		right:0px;
		position:absolute;
	}
	.featured-bar-title{
		font-size:22px;
		line-height:30px;
	}
	.feature-bar {
    border-radius: 0px 0px 1.5rem 1.5rem;
}
	.cta-section {
    width: 90%;
}
	.cta-box {
    width: 100%;
    padding: 20px;
}
	.cta-btn {
    padding: 10px 20px;
    width: 45%;
    font-size: 20px;
}
	.signup-title{
		width: 85%;
    margin: 20px auto;
	}
	footer a {
    color: #fff;
}
	.footer-logo{
		font-size:25px;
	}
	.f-heading {
    font-size: 22px;
}
	.copyright p {
    width: 70%;
    margin: auto;
    font-size: 18px;
}
	.hero-btn{
		font-size:4vw;
	}
	.main-search-div {
    min-height: 45vh!important;
    padding: 0px;
}
	aside#sideMenu {
    top: 40px;
}
	header div#barSuggestionsBox {
    margin: 0px 5%;
    width: 90%;
}
	
}

@media (max-width: 400px) {
	
	/* Search page map bar box design css */
 .listing-col-map .max-w-sm.bg-white.rounded-xl.shadow-lg.overflow-hidden.flex.flex-col.w-64.relative {
    width: 100%;
    max-width: 100%!important;
} 
	.listing-col-map .gm-style-iw.gm-style-iw-c {
    width: 100%;
    max-width: 250px!important;
}

}
@media (min-width: 768px) and (max-width: 1024px) {
	.header-search-wrapper.header-search {
    display: none;
}
div#mobileSearchBar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 0px 30px 10px;
    border-radius: 60px;
    padding: 5px;
	gap:10px;
}
	div#mobileSearchBar div {
    margin-bottom: 0px;
}
	.search-ipad-option {
    width: 70%;
		margin:0px;
}
.search-ipad-design {
    width: 30%;
}	
	
	
.logo-column {
    width: 50%;
}
.header-search {
    width: 100%;
    translate: none;
    position: static!important;
    left: 41%!important;
}
.flex.items-center.gap-1.ml-auto.menu-hamburger {
    width: 23%;
    justify-content: right;
    margin-left: 0px;
}
	
	.signup-text-ipad {
    position: absolute;
    translate: none;
    left: 74%;
}
	.logo-name {
    font-size: 20px!important;
}
	.hero-title{
		font-size:26px!Important;
		line-height:30px;
	}
	.hero-sub-title{
		font-size:22px;
		line-height:30px;
	}
	.hero-btn{
		font-size:15px;
		line-height:22px;
		width:96%;
		margin-top:0px;
		text-align:center;
	}
	.hero-slider-img{
	width:100%;
	height:28vh;
}
	.cta-section {
    width: 100%;
}
	.cta-box {
    width: 70%;
}
	.f-heading {
    font-size: 25px;
}
	.footer-logo {
    font-size: 30px;
}
	.copyright{
		font-size:18px;
	}
	.featured-bar-title {
    font-size: 25px;
}
	.ipad-input-grid {
    grid-template-columns: 1fr;
}
.main-search-div {
    min-height: 70vh!important;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
	.search-btn-list {
    font-size: 26px;
    padding: 16px;
}
	.main-search-div input {
    font-size: 22px;
}
	.header-searcherror {
    width: 42%;
}
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .logo-column {
    width: 35%;
}
.header-search {
    width: 80%;
    position: static;
    translate: none;
}
.flex.items-center.gap-1.ml-auto.menu-hamburger {
    width: 25%;
    justify-content: right;
    margin-left: 0px;
}
	.signup-text-ipad {
    position: absolute;
    translate: none;
    left: 80%;
}
	.header-searcherror {
    width: 40%;
}
}

@media screen and (width: 1024px) and (height: 600px) {
  .hero-slider-img {
    width: 100%;
    height: 50vh;
}
	.flex.items-center.gap-1.ml-auto.menu-hamburger {
    width: 25%;
    justify-content: right;
    margin-left: 0px;
}
	.header-search {
    width: 45%;
    position: static;
    translate: none;
}
	.logo-column {
    width: 35%;
}
	.ipad-input-grid {
    grid-template-columns: 2fr 2fr;
}
}
@media screen and (width: 1280px) and (height: 800px) {
  .hero-slider-img {
    width: 95%;
    height: 60vh;
	  margin:auto;
}
	.hero-btn{
		font-size:20px;
		line-height:22px;
		width:92%;
		margin-top:0px;
		text-align:center;
	}
		.flex.items-center.gap-1.ml-auto.menu-hamburger {
    width: 25%;
    justify-content: right;
    margin-left: 0px;
}
	.header-search {
    width: 45%;
    position: static;
    translate: none;
}
	.logo-column {
    width: 35%;
}
	.signup-text-ipad {
    position: absolute;
    translate: none;
    left: 84%!important;
}
}


/* loader css */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; /* Black background */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: #d4af37; /* Gold text */
}

.loader {
  border: 8px solid #333;         /* Dark gray border */
  border-top: 8px solid #a11b1b;  /* Dark red spinner */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* loader css end */

.main-search-div{
	min-height:75vh;
}