/*

Tooplate 2126 Antique Cafe

https://www.tooplate.com/view/2126-antique-cafe

*/


body {
    font-family: 'Raleway', sans-serif;
    background-color: #666;
}

p a {
	color: #FF6;
}

p a:hover {
	color: #9FF;
}

#about p a { color: #066; }
#about p a:hover { color: #F36; }

#contact p a { color: #066; }

footer span a { color: #FFF; }

.tm-logo-font {
    font-family: 'Oswald', sans-serif;
}

.tm-container {
    max-width: 1200px;
}

.parallax-window {
    min-height: 1064px;
    background: transparent;
}

.tm-text-yellow {
    color: #FC6;
}

.tm-text-gold {
    color: #CC9966;
}

.tm-text-brown {
    color: #544639;
}

.tm-text-green {
    color: #006666;
}

a.tm-bg-green:hover {
    background-color: #0a8585;
}

.tm-bg-brown {
    background-color: #544639;
}

.tm-bg-green {
    background-color: #006666;
}

.tm-border-gold {
    border-color: #CC9966;
}

.tm-intro-width {
    max-width: 436px;
}

.tm-item-container {
    max-width: 520px;
}

.input:focus {
    outline: none !important;
    border:1px solid #CC9966;
    box-shadow: 0 0 10px #b67533;
}

input::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(214, 212, 212);
    opacity: 1; /* Firefox */
}
  
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(214, 212, 212);
}
  
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(214, 212, 212);
}

#tm-nav {
    z-index: 1000;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, rgba(30,12,2,0.6) 0%, transparent 100%);
}

#tm-nav.scroll {
    background: rgba(30,12,2,0.88);
}

#tm-nav li a {
    color: #F5E2B8;
    text-shadow: 0 1px 5px rgba(0,0,0,0.75);
    border-bottom-color: transparent;
    transition: all 0.3s ease;
}

#tm-nav li a.current,
#tm-nav li a:hover {
    color: #FFCC66;
    border-bottom: 4px solid #FFCC66;
    text-shadow: 0 1px 8px rgba(255,180,50,0.5);
}

.tm-text-2xl {
    font-size: 1.2rem;
    line-height: 2rem;
}

@media (min-width: 768px) {
    #tm-nav.scroll .tm-container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #tm-nav {
        width: 100%;
        right: 0;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0.92);
    }

    #tm-nav ul {
        padding: 0.5rem 1rem 1.25rem;
        border-top: 1px solid rgba(204, 153, 102, 0.3);
    }

    #tm-nav ul li {
        display: block;
        margin: 0;
    }

    #tm-nav ul li a {
        display: block;
        padding: 0.85rem 1.25rem;
        font-size: 1.1rem;
        border-radius: 6px;
    }

    #tm-nav ul li a:hover {
        background-color: rgba(255, 255, 255, 0.07);
        border-bottom: none;
    }

    #tm-nav ul li a.current {
        border-bottom: none;
        color: #ffcc66;
    }
}

@media (max-width: 639px) {
    .parallax-window {
        min-height: 600px;
    }
}

#menu .tm-item-container {
    max-width: 100%;
    padding: 1rem 1.25rem !important;
}

#menu .tm-item-container h3 {
    font-size: 1.1rem;
}

#menu .tm-item-container .text-base {
    font-size: 0.82rem;
}

#menu .tm-item-container .flex.items-center.mb-6 {
    margin-bottom: 0.75rem;
}

#menu .tm-item-container .flex.justify-between.py-2 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.tm-menu-rows .tm-menu-row:nth-child(n+3) {
    display: none;
}

.tm-menu-rows.show-all .tm-menu-row {
    display: flex;
}

/* Social icon buttons */
.tm-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex-shrink: 0;
}

.tm-social-icon:hover {
    transform: scale(1.12);
    color: #fff;
}

.tm-social-icon-instagram {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #515bd4 100%);
    box-shadow: 0 4px 12px rgba(221, 42, 123, 0.35);
}

.tm-social-icon-instagram:hover {
    box-shadow: 0 6px 18px rgba(221, 42, 123, 0.5);
}

.tm-social-icon-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

.tm-social-icon-whatsapp:hover {
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.5);
}

.tm-social-icon-maps {
    background: linear-gradient(135deg, #ff4b2b 0%, #EA4335 100%);
    box-shadow: 0 4px 12px rgba(234, 67, 53, 0.35);
}

.tm-social-icon-maps:hover {
    box-shadow: 0 6px 18px rgba(234, 67, 53, 0.5);
}

/* Gallery */
#gallery {
    background-color: #1a1008;
    padding: 3rem 0;
}

.tm-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tm-gallery-item {
    flex: 1 1 calc(20% - 0.5rem);
    min-width: 130px;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
}

.tm-gallery-item img,
.tm-gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.tm-gallery-item:hover img,
.tm-gallery-item:hover video {
    transform: scale(1.06);
}

/* Expressions / Reviews */
.tm-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1a1008;
    flex-shrink: 0;
}

.tm-bg-gold {
    background-color: #FFCC66;
}

.tm-stars {
    color: #FFCC66;
    font-size: 1rem;
    letter-spacing: 2px;
}

/* Hide gallery items beyond the first 8 until expanded */
.tm-gallery-grid .tm-gallery-item:nth-child(n+9) {
    display: none;
}

.tm-gallery-grid.show-all .tm-gallery-item {
    display: block;
}

@media (max-width: 767px) {
    .tm-gallery-item {
        flex: 1 1 calc(33.33% - 0.5rem);
    }
}

@media (max-width: 370px) {
    .tm-menu-item {
        flex-direction: column;
    }

    .tm-menu-item-2 {
        flex-direction: column-reverse;
    }

    .tm-menu-item img {
        margin-bottom: 10px;
    }

    .tm-menu-item-2 img {
        margin-bottom: 10px;
    }
}