/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
}
.post-single h4.elementor-author-box__name {
    margin-top: 0;
}
.post-single .reading-time{
	color:#000;
	font-family: 'Poppins',sans-serif;
}
.post-single .elementor-post__text {
    margin-top: 0 !important;
}
.post-single a.elementor-post__read-more {
    background-color: #FF6E27;
    padding: 4px 15px;
    border-radius: 30px;
    color: #fff!important;
    border: 1px solid #000;
}
.post-single .elementor-post__read-more-wrapper {
    text-align: right;
}
.opacity0 {
	opacity: 0;
}
.height0 {
	height: 0;
}
.text-center{
	text-align:center;
}
a.recipe-list {
    text-decoration: none;
}
.recipe-star-rating-container {
    text-align: center;
}
span.recipe-stars {
    color: #F8A401;
    font-size: 35px;
    line-height: 1;
}

ul.menu-list {
  padding-left: 0;
  font-family: 'Poppins';
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  justify-content: space-between;
}

ul.menu-list.chicken-list{
  grid-template-columns: 1fr 1fr 1fr;
}

ul.menu-list.chicken-list .menu-thumbnail img{
	object-fit:contain;
}
ul.menu-list li {
  display: flex;
}

.menu-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #000;
  background: #fff;
}

ul.menu-list .menu-thumbnail {
  flex-shrink: 0;
  display: flex;
}

ul.menu-list .menu-thumbnail img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.menu-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex-grow: 1;
  background-color: #FF6E27;
}

.menu-content h3 span {
    display: block;
}

ul.menu-list h3 {
  font-size: 20px;
  background-color: #FF6E27;
  margin: 0;
  color: #272727;
  font-weight: 700;
  border: none;
  border-radius: 0;
  margin-bottom: 25px;
}

ul.menu-list a.btn {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #000000;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}
p.menu-excerpt {
    color: #272727;
	font-size: 18px;
}
ul.menu-list a.btn.d-btn {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    width: fit-content !important;
    padding: 5px 10px;
    font-weight: 400;
	cursor: default;
}
/* ul.menu-list a.btn.d-btn:hover {
    background-color: #fff ! Important;
    color: #000 !important;
    border-color: #000 !important;
} */
.btn-container{
	display: flex;
	gap: 10px;
	margin-top: auto;
}

ul.menu-list.side-dishes-list h4 {
    margin-bottom: 0;
}

.recipe-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.recipe-modal-content {
  background-color: #ff6e27;
  margin: 5% auto;
  border: 1px solid #000;
  border-radius: 20px;
  width: 90%;
  max-width: 1000px;
  position: relative;
  color: #fff;
  font-family: 'Poppins';
}

div#recipe-popup-body {
    display: flex;
}

.recipe-close {
  position: absolute;
  right: 25px;
  top: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.recipe-popup-image {
    width: 45%;
    height: 450px !important;
    object-fit: cover;
    border-radius: 10px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.recipe-popup-info {
  flex: 1;
  padding: 30px;
}

/* .dookki-original .recipe-popup-info img {
    width: 35% !important;
}

.roe-normal .recipe-popup-info img {
    width: 65% !important;
}
*/

@media screen and (max-width:1200px){
  ul.menu-list {
  	grid-template-columns: 1fr 1fr 1fr;
  }
  ul.menu-list .menu-thumbnail img {
  	height: 250px!important;
  }
}
@media screen and (max-width:990px){
  ul.menu-list {
  	grid-template-columns: 1fr 1fr;
  }
/*   ul.menu-list .menu-thumbnail img {
  	height: auto!important;
  } */
}
@media screen and (max-width:600px){
  ul.menu-list {
  	grid-template-columns: 1fr;
  }
}

.gradient-text {
  font-size: 4rem;
  font-weight: bold;
  background: linear-gradient(90deg, #cc561c 0%, #FF6E27 40%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
