/*
Theme Name: Taste Paradise Child
Description: This is a child theme for Taste Paradise Theme
Author: Iman Sugirman
Template: tasteparadise
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-language-list .language-inline-wrapper {
	display: flex;
	align-items: center;
	gap: 14px;
}

.header-language-list .language-item {
	text-decoration: none;
	font-size: 13px;
	opacity: 0.8;
    font-weight: 600;
	transition: 0.2s ease;
    color: #7a7265;
}

.header-language-list .language-item.active {
	opacity: 1;
	font-weight: 700;
    color: #947b53;
}

.header-language-list .language-item:hover {
	opacity: 1;
}


.reservasi_button {
    background: linear-gradient(135deg, #a88b4a, #C9A96E);
    color: #0a0a0a !important;
    padding: 5px 24px !important;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer;
    border: none;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.stuck .reservasi_button {
    padding: 0px 24px !important;
 }

.nav > li > a {
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #B8B0A0;
    position: relative;
    padding: 4px 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}