/**
 * Theme Name: Cala San Miguel
 */
a[href="#no-follow"]{
	cursor: default;
}

body.post-type-archive-tribe_events .tribe-events-header__title{
	display: none;
}

/* #footer .footer-bottom {
	display: none; 
} */

.wp-block-button__link {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.4rem;
    --bs-btn-font-size: 1.4rem;
    --bs-btn-line-height: 1.3571428571;
    --bs-btn-font-weight: 300;
    --bs-btn-box-shadow: none;
    --bs-btn-border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.0571428571em;
    min-width: 11.3rem;
    font: 300 1.6rem / 1.25 "DM Sans", sans-serif;
    padding: 6px 20px;
    margin-top: 20px;
    background: black;
    border: 1px solid black;
 }
 
 .wp-block-button__link:hover {
	background: white;
    color: black;
    text-decoration: none;
 }

 
.restaurant-intro .logo {
	max-width: 250px!important;
}
.restaurant-intro .logo img {
	width: 100%!important;
}


.introduction-section img{
  max-width: 200px!important;
  padding: 40px 0!important;
}

#reservation-iframe {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 1s ease;
}

#reservation-iframe.active {
  opacity: 1;
  
}


