/*
Theme Name: Carbon Child
Description: Child theme for the Carbon Theme
Author: Upper
Template: carbon
Version: 2.4.1
*/

/* fonts */
@font-face {
    font-family: 'Minion Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Regular'), url('fonts/MinionPro-Regular.woff') format('woff');
}
    

@font-face {
    font-family: 'Dinot Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Dinot Regular'), url('fonts/DINOT-Regular.woff') format('woff');
}
    

@font-face {
    font-family: 'Dinot Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Dinot Medium'), url('fonts/DINOT-Medium.woff') format('woff');
}
    

@font-face {
    font-family: 'KozMinPro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('KozMinPro Bold'), url('fonts/KozMinPro-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    src: local('Helvetica Neue Medium'), local('Helvetica-Neue-Medium'),
        url('fonts/HelveticaNeueCyr-Medium.woff') format('woff');
}

.cf-mpr {
    font-family: 'Minion Pro Regular' !important;
}

.cf-dr {
    font-family: 'Dinot Regular' !important;
}

.cf-dm {
    font-family: 'Dinot Medium' !important;
}

.cf-kb {
    font-family: 'KozMinPro Bold' !important;
}

.cf-hn {
    font-family: 'Helvetica Neue' !important;
}


.custom-separator {
    width: 20px !important;
    margin:0 auto;
}

.custom-border-radius button {
    border-radius: 10px !important;
}

.present-container {
    padding:0px !important;
}

body, .fullwidth-container,.master_container.master_container_bgwhite {
    background:#fff !important;
    background-color:#fff !important;
}

#section-10835 > div > p:nth-child(1),
#section-10835 > div > p:nth-child(18){
    margin:0;
}

.dl-menuwrapper button {
    height:40px;
    padding:18px 13px 0px 3px;
}

.dl-menuwrapper button:after {
    left:20%;
}

header.style1 .navbar-right {
    margin:19px 0;
}

#menu-primary-navigation {
    margin-top:40px;
}

#reservation-table {
    font-family: 'Dinot Regular';
    float:left;
    text-align: center;
    margin-top:15px;
    margin-left:100px;
    margin-right:25px;
}

.reservation-tagline {
    font-weight: bold;
    font-size:1em;
    line-height:15px;
    color:#877758;
}
    
.reservation-landline {
    font-weight: bold;
    font-size:1.2em;
    color:#ffd833;
}
    
.reservation-mobile {
    font-weight: bold;
    font-size:1.2em;
    color:#ffd833;
}

.reservation-button {
    padding-top:5px;
}

.cf-dr.tagline {
    font-size:1.4em;
}



#wpcf7-f10798-o1 > form > div:nth-child(3),  
#wpcf7-f10798-o1 > form > div.content-column.one_half.last_column {
    padding:5px;
}

#wpcf7-f10798-o1 > form > div.content-column.one_half.last_column > span > textarea {
    margin:7px 0;
    height:175px;
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    header.header_after_scroll .nav-container .dl-menuwrapper {
        margin-top:21px;
    }
    
    header a.navbar-brand img {
        max-width: 85%;
    }
    
    #reservation-table {
        display: block;
        position: absolute;
        right:20%;
        top:20%;
        text-align: center;
        margin:0;
        z-index: 999;
    }
    
    .reservation-tagline {
        font-weight: bold;
        font-size:12px;
        line-height: 15px;
        margin-top:-3px;
        color:#877758;
    }

    .reservation-landline {
        font-weight: bold;
        font-size:15px;
        line-height: 15px;
        color:#ffd833;
    }

    .reservation-mobile {
        font-weight: bold;
        font-size:15px;

        color:#ffd833;
    }
    
    .dl-menuwrapper button {
        width: 60px!important;
        height:60px;
        padding:30px 10px 0px 10px;
        right:-5px;
    }    
    
    .dl-menuwrapper button:after {
        width:35px;
        height:3px;
        top:10px;
    }
    
    #dl-menu > div > button {
        border:0px solid #877758;
        border-radius: 10px;
        font-size:10px;
        font-weight:bold;
        text-transform: uppercase;
        background:#fff;
        color:#877758;
    }
    
    header:not(.header_after_scroll) .dl-menuwrapper button:after {
        background:#c2b59b;
        box-shadow: 0 10px 0 #c2b59b, 0 20px 0 #c2b59b;
    }
    
    header.header_after_scroll .dl-menuwrapper button{
        width: 60px!important;
        height:60px;
        padding:30px 10px 0px 10px;
        right:-5px;
        top:0px;
    }
    
    header.header_after_scroll .dl-menuwrapper button:after {
        background:#b3b3b3;
        box-shadow: 0 10px 0 #b3b3b3, 0 20px 0 #b3b3b3;
    }
    
    .nav-container {
        background:#fff;
    }
    
    #menu-main {
        margin-top:18px;
    }
    
    .cf-dr.tagline  {
        font-size:1em !important;
    }
    
}

:root{
  --btn-fg: #5C5A60;        /* text + phone icon color */
  --btn-border: #DAD7E2;    /* outline color */
}

.cta-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;                 /* allow wrapping when tight */
}

.cta-btn{
  flex:1 1 240px;                 /* side-by-side on mobile; grows evenly */
  max-width:360px;                /* prevents over-stretch on large screens */
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:14px 22px;
}

.cta-icon{
  width:22px;
  height:22px;
  display:block;
}

/* hover / focus / active */
.cta-btn:hover{
  border-color:#fff;
}
.cta-btn:focus{
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(184,180,198,.35);
}
.cta-btn:active{
  transform:translateY(0);
  box-shadow:0 3px 8px rgba(0,0,0,.06);
}

/* Keep them SIDE-BY-SIDE even on small screens */
@media (max-width:768px){
  .cta-row{ gap:0px; }
  .cta-btn{
    flex:1 1 calc(50% - 6px);     /* two columns */
    font-size:16px;
  }
  .cta-icon{ width:20px; height:20px; }
}




/* 📱 Responsive for Mobile */
@media (max-width: 768px) {
  
  #home {
    padding-top:58px;
  }
    
  .item {
    width: 380px; /* Mobile width */
    flex-direction: row;
  }

  .item-img {
    width: 160px;
  }

  .item-name-en {
    font-size: 15px;
  }

  .item-price {
    font-size: 14px;
  }
}


.more-wrap{
  display: flex;
  justify-content: center;
  margin: 20px 0 48px; /* space below the list */
}

.btn-more{
  min-width: 180px;
  padding: 14px 28px;
  border: 0;
  border-radius: 9999px;                 /* full pill */
  background: linear-gradient(#bba989, #a89273); /* warm beige */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  box-shadow:
    0 8px 18px rgba(0,0,0,.15),          /* outer drop shadow */
    inset 0 1px 0 rgba(255,255,255,.35); /* soft top highlight */
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

/* hover: a tad brighter and lifted */
.btn-more:hover{
  filter: brightness(1.03);
  box-shadow:
    0 10px 22px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.4);
  transform: translateY(-1px);
}

/* active/pressed: slightly darker and depressed */
.btn-more:active{
  filter: brightness(.97);
  box-shadow:
    0 4px 12px rgba(0,0,0,.14),
    inset 0 1px 2px rgba(0,0,0,.15);
  transform: translateY(0);
}

/* keyboard focus ring */
.btn-more:focus{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(187,169,137,.35),
    0 8px 18px rgba(0,0,0,.15),
    inset 0 1px 0 rgba(255,255,255,.35);
}

/* mobile spacing tweak (optional) */
@media (max-width: 768px){
  .btn-more{
    min-width: 160px;
    font-size: 16px;
    padding: 12px 24px;
  }
}
