/*
 Theme Name:   Rodich Child
 Theme URI:    http://themeforest.net/user/VictorThemes
 Description:  Rodich Child Theme
 Author:       VictorThemes
 Author URI:   http://themeforest.net/user/VictorThemes/portfolio
 Template:     rodich
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  rodich-child
*/

/* Write Custom CSS */

.kh-menu-1 .menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.kh-menu-1 .menu-item .img {
  width: 126px;
  height: 87px;
  margin-right: 20px;
  border-radius: 5px 15px;
  background-size: cover;
  background-position: center center;
}

.kh-menu-1 .menu-item .roch-food-menu-list-single-item {
  flex: 1;
  margin-bottom: 0;
  height: 100%;
}

.kh-menu-1 .kh-btn {
  background-color: transparent;
  transition: all 0.2s ease 0s;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-left: 25px;
  color: #35373e;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-family: "Cabin", Arial, sans-serif;
  font-style: normal;
  margin-bottom: -1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: none;
  padding: 0;
}

.kh-menu-1 .kh-btn::before {
  transition: all 0.2s ease 0s;
  position: absolute;
  content: "";
  height: 3px;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: 0;
  width: 0;
  z-index: -1;
  background-color: #cfa670;
}

.kh-menu-1 .kh-btn.active::before {
  width: 100%;
}
