/* Theme Name:Food */
:root{
  --main-color: #000000;
  --ui-color: #f33333;
  --facebook: #3b5999;
  --twitter: #55acee;
  --whatsapp: #25D366;
  --google: #dd4b39;
  --instagram:#e4405f;
  --link-color: #fff;
  --link-color-reverse: #000;
  --container: 1200px;
  --container-boxed: 890px;
  --font-family: 'Changa',sans-serif;
  --ui-second-color: #6f6e6e;
}
* {
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}
@media (max-width:1199px) {
  :root {
    --container:100%
  }
}
[data-src] {
  display:none
}
.disabled,br {
    display:none 
}
.owl-item {
  float:right
}
input,form,button,textarea,select {
  font-family: var(--font-family);
  border: 0;
  background: none;
  outline: 0;
}
.text-center {
  text-align: center;
}
.text-left{
  text-align: left
}
.text-right{
  text-align: right;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.block-tag {
  display: block;

}
.flex-1 {
  flex: 1
}
.pull-right {
  float: right
}
.pull-left{
  float: left;
}
img {
  max-width: 100%;
  display: block;
  text-align: center;
  margin: auto;
}
.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.list-unstyled {
    list-style: none 
}
.clearfix:after {
    content:'';
    display:block;
    clear:both 
}
a {
    color: #005199;
    text-decoration: none;
}
.container {
    width: var(--container);
    margin:auto;
    position: relative;
}
.container-boxed {
  max-width: var(--container-boxed);
  margin: auto;
}
.col-1{ width:calc( ( 1 / 12 ) * 100% );  }
.col-2{ width:calc( ( 2 / 12 ) * 100% );  }
.col-3{ width:calc( ( 3 / 12 ) * 100% );  }
.col-4{ width:calc( ( 4 / 12 ) * 100% );  }
.col-5{ width:calc( ( 5 / 12 ) * 100% );  }
.col-6{ width:calc( ( 6 / 12 ) * 100% );  }
.col-7{ width:calc( ( 7 / 12 ) * 100% );  }
.col-8{ width:calc( ( 8 / 12 ) * 100% );  }
.col-9{ width:calc( ( 9 / 12 ) * 100% );  }
.col-10{ width:calc( ( 10 / 12 ) * 100% );  }
.col-11{ width:calc( ( 11/ 12 ) * 100% );  }
.col-12{ width:calc( ( 12/ 12 ) * 100% );  }
body {
    font-family: var(--font-family);
    position: relative;
    direction: rtl;
}
html {overflow-x: hidden;}
top-header {
    height: 35px;
    background: #f8d7e0;
    position:relative
}
marquee {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height: 35px;
}
marquee a {
  color: #4d4d4d;
  display:inline-block;
  line-height: 35px;
  position:relative;
  font-size: 14px;
  margin: 0 30px;
}
marquee a:after {
  content: '';
  position: absolute;
  right: -39px;
  width: 8px;
  height: 8px;
  background: #e7e7e7;
  border-radius: 50%;
  top: 13px;
  box-shadow: 0 0 0 2px #0000001f, 0 0 0 5px #5a5a5a26, 0 0 0 8px #00000012;
  transition: .4s all ease-in-out;
}
.logo {
  background:#f7f7f7;
  height:35px;
  position:relative;
  z-index:999;
}
.logo img {
  height: 100%;
}

header {
    height: 80px;
    background: #ff658f;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.bars {
    color: #f8d7e0;
    font-size: 28px;
    margin-left: 10px;
    cursor: pointer;
    line-height: 85px;
}

.main-logo {
    width: 230px;
    padding-top:20px
}

a.discover,.more {
    display: inline-block;
    background: #f8d7e0;
    line-height: 40px;
    height: 40px;
    margin: 0 10px;
    margin-top: 20px;
    padding: 0 20px;
    color: #000;
    position: relative;
    border-radius: 20px;
}

.search {
    height: 50px;
    margin: 15px 10px;
    background: #fff;
    width: 450px;
    border-radius: 9px;
    position: relative;
}
.search input {
  width:100%;
  padding:10px
}
.search button {
  position:absolute;
  width:48px;
  height:48px;
  left:0;
  top:0;
  font-size:30px;
  cursor:pointer
}

.user-login a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}
.user-login a span {
  position:absolute;
 line-height:30px;
 padding:0 10px;
 border-radius:5px;
 background:#f8a624;
 white-space:nowrap;
 font-size:12px;
 right:-20px;
 top:101%;
 opacity:0;
 visibility:hidden;
 z-index:9
}
.user-login a:hover span {
  opacity:1;
  visibility:visible
}
.fixed-menu {
    position: fixed;
    width: 380px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    box-shadow: 0 0 10px #00000052;
    overflow:auto;
    right: 0;
    top: 0;
    transition:.35s ease-in-out;
    transform: translateX(200%);
}
.fixed-menu.open {
  transform:translateX(0)
}
.overlay {
  position:fixed;
  width:100%;
  top:0;
  right:0;
  height:100%;
  background: rgb(0 0 1 / 88%);
  z-index: 99999;
  transition:.35s ease-in-out;
  opacity:0;
  visibility: hidden;
  cursor:pointer;
}
.overlay.active {
  visibility:visible;
  opacity:1
}
.fixed-menu li a {
  display:block;
  color:#222;
  font-size: 16px;
  font-weight: bold;
  transition: .35s ease;
  padding:10px;
  border-bottom:1px solid #ddd;
}
.fixed-menu li a:hover {
  background:#f7f7f7
}
.pin-posts {
  text-align:center;
}
.pin {
  display:inline-block;
  width: calc(25% - 8px);
  height: 218px;
  background:#ddd;
  margin: 0 4px;
  overflow: hidden;
  position: relative;
}
.first-section {
  padding-left: 295px;
}
.first-section .pin:nth-child(1),
.second-section .pin:nth-child(6) {
  flex:1;
  min-width: 592px;
  height: 445px;
  float: right;
  vertical-align: top;
}
.first-section  {
  position:relative;
  margin-top: 20px;
  height: 660px;
}
.first-section .pin:nth-child(2),.first-section .pin:nth-child(3) {
  width: 290px;
  height: 320px;
}
.first-section .pin:nth-child(4) {
  position:absolute;
  right:0;
  bottom: 10px;
  height: 200px;
}
.first-section .pin:nth-child(5) {
  position:absolute;
  right: 301px;
  bottom: 10px;
  height: 200px;
}
.first-section .pin {
  width: 290px;
}
.second-section .pin:nth-child(6) {
  float:left
}


.pin a:before {
  content:'';
  position:absolute;
  bottom:0;
  width:100%;
  height:100%;
  right:0;
  background:linear-gradient(transparent, #f8d7e0);
  z-index:9
}
.pin a:after {
  content:'';
  position:absolute;
  bottom:0;
  width:100%;
  height:100%;
  right:0;
  background:linear-gradient(transparent,#0000009c,#000000d4);
  z-index:2;
  transition:.3s ease-in-out;
  transform:translateY(100%)
}
.pin:hover a:after {
  transform:translateY(0)
}

h2.pin-title {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    font-size: 17px;
  transition:.3s ease-in-out;
}
.pin:hover h2.pin-title {
  transform:translateY(-25px)
}
span.category {
    position: absolute;
    background: #000;
    color: #fff;
    top: 10px;
    left: 10px;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 25px;
}

slider {
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    background: linear-gradient(#ff658f,#ffffff);
}

.slider-background {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-attachment: fixed;
}

.slider-background:after {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  right:0;
  background:#f8d7e0c9
}

h2.latest-recipes-title {
    color: #fff;
    margin: 20px 0;
}
.chef-recipes li{
  margin-bottom:15px;
  border-bottom:1px solid #ddd;
  padding-bottom:20px
}
.recipe-item {
    height: 300px;
    padding: 10px;
    position: relative;
}
.pin-categories .recipe-item {
  width:50%
}
.blocks .recipe-item  {
  width: 400px;
  height: 360px;
}
.more-recipes .blocks .recipe-item {
  width: 25%;
  height: 250px;
}
.recipe-item a {
  display:block;
  position:relative;
  height:100%;
  border-radius: 10px;
  overflow: hidden;
}
.recipe-item a:before {
    content:'';
  position:absolute;
  bottom:0;
  width:100%;
  height:100%;
  right:0;
  background:linear-gradient(transparent, #ffdae4);
  z-index:9
}
.recipe-item a:after {
   content:'';
  position:absolute;
  bottom:0;
  width:100%;
  height:100%;
  right:0;
  background:linear-gradient(transparent, ##f8d7e0);
  z-index:2;
  transition:.3s ease-in-out;
  transform:translateY(100%)
}
.recipe-item:hover a:after {
  transform:translateY(0)
}
h2.recipe-title {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
      transition:.3s ease-in-out;
}
.recipe-item:hover h2.recipe-title {
  transform:translateY(-25px)
}

.latest-recipes {
    overflow: hidden;
}

slider .owl-dots {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 100%;
    text-align: center;
}
slider .owl-dot {
  display:inline-block;
  width:20px;
  height:20px;
  margin:2px;
  border-radius:50%;
  border:2px solid #fff;
  cursor:pointer
}
slider.related-category .owl-dot {
  border-color:black
}
.owl-prev,.owl-next {
    position: absolute;
    top: 200px;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f8a624;
    border-radius: 5px;
    cursor:pointer;
    transition:.35s ease-in-out;
    opacity:0
}
.owl-next {
  left:0
}
slider .owl-dot.active {
  border-color:#f8a624
}
slider:hover .owl-next,
slider:hover .owl-prev {
  opacity:1
}

a.more-recipes {
    float: left;
    display: inline-block;
    background: #f8d7e0;
    line-height: 40px;
    height: 40px;
    margin: 0 10px;
    margin-top: 20px;
    padding: 0 20px;
    color: #000;
    position: relative;
    border-radius: 20px;
}

.blocks-title {
    padding: 20px 0;
}

.blocks-title span {
    font-size: 34px;
}
h2.more-searched-title {
    color: #6b3fa0;
    margin: 70px 0 0 0;
    font-size: 35px;
}
h2.more-searched-title img {
    display: inline-block;
    vertical-align: middle;
}
.list-searched li a {
    display: block;
    color: #222;
    font-size: 18px;
    transition: .3s ease;
    border-bottom: 1px solid #00000038;
}
.list-searched li a:hover {
  color:#f8a624
}
.list-searched li a span {
  display:inline-block;
  width:40px;
  text-align:center;
  vertical-align: middle;
  font-size: 35px;
  line-height: 70px;
  margin-left: 10px;
  font-weight: 400;
  color:#6b3fa0
}

.more-posts {
    width: 150px;
    line-height: 50px;
    margin: 15px auto;
    background: #f8a624;
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    border-bottom: 2px solid #00000047;
}

.pin-categories {
    margin-top: 30px;
}

.videos-title span {
    font-size: 31px;
    font-weight: bold;
}

.video-item {
    padding: 11px;
}
.video-item a {
  display:block;
  position: relative;
}

.thumb {
    height: 240px;
    position: relative;
}
.col-6 .thumb {
  height: 550px;
}
.thumb:before {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  right:0;
  background:#0000001f
}
.thumb:after {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  right:0;
  background:#f8a62454;
  opacity:0;
  transition:.35s ease-in-out
}
.video-item:hover .thumb:after {
  opacity:1
}
h2.video-title {
    color: #222;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 0;
}

.playicon {
    position: absolute;
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    right: calc(50% - 45px);
    z-index: 999;
    border: 4px solid;
    text-align: center;
    line-height: 90px;
    font-size: 29px;
    border-radius: 50%;
    color: #ffffffa1;
}
.col-6 .thumb .playicon {
  width:120px;
  height:120px;
  right:calc(50% - 60px);
  top:calc(50% - 60px);
  line-height: 120px;
  font-size: 60px;
}

chefs {
    background: #f8d7e0;
    padding: 20px 0;
}
chefs .img-cont {
      width: 160px;
      height: 160px;
      position: relative;
      margin: auto;
      border-radius: 50%;
      overflow: hidden;
}
chefs .img-cont:after {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  border-radius:50%;
  top:0;
  right:0;
  background:#f8a62433;
  opacity:0;
  transition:.35s ease
}
chefs .col-2:hover .img-cont:after {
  opacity:1
}
chefs img.image-cover {

border-radius: 50%;
}
chefs  span {
  color:#000;
  font-size:18px;
  margin-top: 15px;
  display: block;
}

footer {
    background: #f8d7e0;
    padding: 20px 0;
}

h2.footer-title {
    color: #ff0000;
}
footer li {
    font-size: 13px;
    padding: 10px 0;
}
.social a {
    display: inline-block;
    font-size: 28px;
    margin: 0 15px;
}
p.rights {
    color: #fff;
    border-top: 1px solid #ffffff36;
    padding-top: 15px;
}

breadcrumb a {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    padding-right: 10px;
}

breadcrumb {
    margin-top: 15px;
}
h1.post-title {
    font-size: 35px;
}
.avatar {
    display: inline-block;
    width: 30px;
    border-radius: 50%;
    vertical-align: middle;
    background: #ddd;
    height: 30px;
    overflow: hidden;
    margin-left: 5px;
}
.author a {
  color:red
}
.avatar img {
  height:100%;
  object-fit:cover
}
.post-info {
    font-size: 13px;
}
span.post-date {
    margin-right: 10px;
}
span.post-date i {
  margin-left:10px
}

.post-thumbnail {
    height: 450px;
    border: 2px solid #f8a624;
    margin-bottom: 20px;
    position: relative;
}

.post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.post-share a {
    display: inline-block;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
}

a.facebook {
    background: var(--facebook);
}

.post-share {
    margin: 15px 0;
}

a.twitter {
    background: var(--twitter);
}

a.whatsapp {
    background: var(--whatsapp);
}

post-content {
    font-size: 14px;
    padding-bottom: 0px;
    position: relative;
}
post-content a {
  color:#f8a624
}
preparation  {
  color:#444
}
ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  margin-right: 20px;
}
ol li {
  margin: 20px;
  counter-increment: my-awesome-counter;
  position: relative;

}
li {
    list-style: none;
}
ol li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  right: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #f8a624;
  border-radius: 50%;
  text-align: center;
}

h2.cont-title {
    border-bottom: 5px solid #f8a624;
    padding-bottom: .5rem;
    line-height: 1.2;
    color: #f8a624;
    margin: 80px 0 20px 0;
}

ingredients ul,ingredients ol {
    list-style: decimal;
    margin-right: 20px;
}
ingredients ul li {font-size: 17px;color: #333;}

single .col-8 article, comment ,single .col-4 >div{
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}
comment {
  background: #ffffff;
}
single .col-4 >div {
  margin-right:20px;
  padding: 20px;
  margin-bottom: 10px;
  position: sticky;
  top: 100px;
}
single .col-4 >div li {
  list-style:none
}
single .col-4 >div form {
  width:100%;
  background:#ebebeb;
  padding:10px;
  border-radius:5px;
  position:relative
}
single .col-4 >div form  button {
  position:absolute;
  width:40px;
  top:0;
  left:0;
  height:50px;
  font-size:25px;
  color:#888
}
.list li {

padding: 10px;

border-bottom: 1px solid#ddd;




transition:.4s ease;
}
.list li:hover {
  background:#fbfbfb
}

.list li a .post-date {
  color:#888;
  font-size:13px
}

.list-image {
    height: 80px;
    margin-left: 10px;
    width: 70px;
    border-radius: 4px;
    border: 1px solid #00000059;
    overflow: hidden;
    background: #ebebeb;
    color: #ebebeb;
}

.list-info h3 {
  color: #696868;
  font-size: 13px;
  transition: .35s ease;}

h2.list-title {
    color: #575252;
    font-size: 15px;
    transition:.3s ease;
    line-height: 20px;
}

.list li:hover .list-title {
  color:var(--ui-color)
}

h2.related-title {
    color: var(--ui-color);
    padding: 10px;
}

single .col4 >div.search-box-single {
    padding: 10px;
}

.tags a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    color: #f8a624;
    font-size: 14px;
    border: 1px solid;
    margin-bottom: 5px;
}
.tags a i {
  margin-left:5px;
}

h3#reply-title {
    color: #f8a624;
    text-align: center;
    background: #000;
    padding: 10px;
    border-radius: 35px;
    cursor: pointer;
}

div#respond {
    margin: 20px 0;
}

p.comment-notes {
    padding: 10px;
    border-radius: 20px;
    background: #c1e1fb;
    font-size: 13px;
    text-align: center;
    margin: 10px 0;
    width:100%
}
div#respond textarea ,
div#respond input {
  width:100%;
  border: 1px solid #00000038;
  padding: 6px;
  margin-bottom: 15px;
  border-radius: 4px;
}
div#respond textarea  {
  height:150px
}
p.comment-form-comment {
    width: 100%;
    order: 3;
}

form#commentform {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}
form#commentform.open {
  visibility:visible;
  height:auto;
}

p.comment-form-author {
    width: 50%;
    order: 1;
    padding-left:10px
}

p.comment-form-email {
    width: 50%;
    order: 2;
    padding-right:10px
}

p.comment-form-cookies-consent {
    order: 5;
}

label[for="wp-comment-cookies-consent"] {
    padding: 10px 20px;
    color: #ffdada!important;
    font-size: 13px!important;
    text-align: center;
    display: inline-block!important;
    border-radius: 20px;
}

p.form-submit {
    width: 100%;
    order: 5;
}
p.form-submit input {
  padding: 10px!important;
  background: #f8a624 !important;
  border-radius: 20px!important;
  color: #000;
  cursor: pointer;
  width: 110px!important;
  margin: 10px auto;
  display: block;
  border: 0!important;
}

form#commentform label {
    font-size: 14px;
    color: #18122a;
    display: block;
    margin-bottom: 15px;
}

.comments-list {
}
.comments-list h2 {
  text-align:center;
  color:var(--ui-color);
  margin-bottom: 20px;
  font-size: 18px;
}

.comments-list li {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #ffffff26;
}
.comments-list li p {
  color:#777;
  padding:10px 0
}
.comments-list li  a {
  color: #636363;
  font-style: normal;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}
.comment-author.vcard {font-size: 0;}
.comment-meta.commentmetadata {
    font-size: 12px;
    left: 20px;
    top: 26px;
}
.comment-meta.commentmetadata a {
  color: #808080;
  font-size: 11px;
  margin-right: 40px;
  position: relative;
  top: -10px;
}

.reply a {
    display: inline-block;
    width: 50px;
    text-align: center;
    background: var(--ui-color);
    line-height: 30px;
    border-radius: 4px;
    color: #fff!important;
}

img.avatar.avatar-32.photo {
    border-radius: 50%;
}

span.says {
    font-size: 13px;
    display: inline-block;
    margin-right: 4px;
    color: #777;
}

input#wp-comment-cookies-consent {
    width: auto!important;
}

single {
    margin: 20px auto;
}

ingredients {}

.cook-time,.persons-number {
    background: #f8a624;
    color: #fff;
    padding: 10px 8px;
    font-size: 14px;
    border-radius: 30px;
    line-height: 30px;
    height: 52px;
}

.cook-time i,.persons-number i {
    font-size: 34px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    float: right;
}

.recipe-hint {
    width: 190px;
    margin-right: 10px;
}

.persons-number {
    background: #f58120;
    margin-top: 10px;
}

.next-thumb {
    width: 80px;
    margin-left: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.next-info i {
    display: block;
    color: #f8a624;
    font-size: 25px;
}

.next-info span {
    color: #f8a624;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

h2.next-post {
    margin-bottom: 10px;
}

.list-views {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
    overflow: hidden;
}

span.views {
    font-size: 14px;
    color: #f8a624;
}
span.views i {
  margin-left:5px
}
ul.list-views-posts li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    transition:.45s ease-in-out
}
ul.list-views-posts li:hover .list-info h3 {
  color:#f8a624
}
a.next:not(.page-numbers) {
    background: black;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.video-embed {
    position: relative;
    height: 630px;
    margin-bottom: 40px;
    margin-top:40px;
}
.video-embed iframe {
   display:block;
   width:100%;
   height:100%
}
.fixed-video {
  position: fixed;
  width: 290px;
  height: 210px;
  left: 70px;
  bottom: 20px;
  z-index: 9999;
  transition: .45s ease;
  transform: translateX( calc(-100% - 140px));
}
.fixed-video.show{
  transform:translateX(0)
}
span.close {
    color: #fff;
    position: absolute;
    top: -40px;
    background: #ff2e2e;
    width: 33px;
    height: 33px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    right: -42px;
}

.image-cat {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
}

.image-cat:after {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  right:0;
  background:#f8a6245e;
  transition:.45s ease-in-out;
  opacity:0;
}
a:hover .image-cat:after  {
  opacity:1
}
.cat-title {
    font-size: 19px;
    margin-bottom: 13px;
    color: #f8a624;
}

slider.related-category {
    background: #f7f7f7;
    height: 400px;
}
slider.related-category .recipe-item {
  height: 230px;
}
slider.related-category h2.latest-recipes-title {
    color: black;
}

.loadmore {
    color: #f8a624;
    width: 90px;
    margin: 10px auto;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    cursor: pointer;
}

.loader {
  margin: 15px auto;
  width: 100%
}
svg {
  width: 50px;
  height: 50px;
  margin: 20px;
  display: inline-block;
}
svg path {
  fill:#f8a624
}

profile {
    height: 280px;
    position: relative;
    margin-top: 15px;
}

.bacground {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}

.poster {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 60px;
}
.poster img {
  width:100%;
  height:100%;
  object-fit:cover
}
.chef-info h1 {
    color: #fff;
    margin-top: 60px;
    margin-right: 30px;
}

span.follow {
    display: inline-block;
    color: #f8a624;
    margin-right: 30px;
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: .35s ease;
}
span.follow:hover {
  color:#fff;
}
tabs {
    background: #fff;
    height: 60px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px #867f7f;
}
.post-ratings img {
  display:inline-block
}
.chef-info li {
    line-height: 60px;
    padding: 0 20px;
    border-left: 1px solid #e3e3e3;
    color: #3c3a3a;
}
.chef-info li.rate {
  border-left:0
}
.tabs-info li {
  border-left:0;
  cursor:pointer;
  position: relative;
  transition:.35s ease-in-out
}
.tabs-info li.active,.tabs-info li:hover {
  color:#f8a624;
}
.tabs-info li.active:before {
  content:'';
  position:absolute;
  width:100%;
  height:2px;
  background:#f8a624;
  bottom:0;
  right:0
}
.user-info li {
  
line-height: 25px;
  
border: 0;
  
color: #fff;
  
border-right: 3px solid #ffffff6e;
  
margin-bottom: 5px;
  
font-size: 13px;
  
margin-right: 28px;
  
padding: 0 10px;
}
.chef-info li span {
    color: #f82424;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}
.user-info li span {
  color: #f8a624;
  font-size: 13px;
}
.rate-box {
    display: inline-block;
}
.rate-box i {
    cursor: pointer;
}
.rate-box i:hover {
  color:#f8a624
}

.chef-image {
    width: 130px;
    height: 160px;
    margin-left: 20px;
}

h2.chef-title {
    color: #6b3fa0;
}

.chef-info p {
    color: #5f5c5c;
    font-size: 14px;
    margin-bottom: 10px;
}

.chef-info div span {
    color: #8c8989;
    margin-left: 10px;
}

login {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 99999999;
    opacity: 0;
    transition: .45s ease;
    top: 0;
    visibility: hidden;
    background: #000000c4;
}
login.open {
  visibility:visible;
  opacity:1
}
.signup{
  width: 440px;
  max-width: 90%;
  height: 600px;
  margin: 60px auto;
  position: relative;
  transition: 1s ease;
}
.register {
    position: absolute;
    width: 100%;
    height: 115%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    box-shadow: 0 0 10px #0000003d;
    right: 0;
    background: #fff;
    transform: rotateY(0deg);
    transition: 1s;
    z-index: 9;
    padding: 60px;
    border-radius: 7px;
    backface-visibility: hidden;
}
div.login {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px #0000003d;
    padding: 60px;
    border-radius: 7px;
    transition: 1s;
}

.register.closed {transform: rotateY(180deg);}
.login.open {transform: rotateY(180deg);}
.form-control input {
    width: 100%;
    background: none;
    padding: 12px;
    border: 1px solid;
    font-size: 14px;
    border-radius: 3px;
}
.form-control input::placeholder {
  color:#888686
}
.form-group {
    position: relative;
}

.show-password {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 23px;
    cursor: pointer;
    color: #fff;
}

.form-control {
    position: relative;
    margin-bottom: 12px;
}

h2.sign-title {
    font-size: 29px;
    color: #FF9800;
    margin-bottom: 40px;
    margin-top: 30px;
}

.form-control button {
    width: 49%;
    background: var(--ui-color);
    padding: 10px;
    font-size: 13px;
    color: #fff;
    margin-left: 1%;
    cursor: pointer;
}
.has-account,.has-not-account {
     width: 49%;
     background:#00d357;
     padding: 10px;
     font-size: 13px;
     margin-right: 1%;
     color: #fff;
     cursor: pointer;
}

.form-control.flex-center.text-center {
    margin-top: 30px;
}

.signup.rotate {
    transform: rotateY(180deg);
}


.form-container {
    min-width: 50%;
    flex: 1;
    padding: 16px;
}

.form-container input {
    border: 1px solid #b5b5b5;
    padding: 10px;
    width: 100%;
}

.form-container label {
    display: block;
    margin-bottom: 10px;
}

.form-container label span {
    color: red;
}

form.edit-profile {
    margin: 90px auto;
    box-shadow: 0 0 50px #ccc;
    padding: 50px;
    border-radius: 20px;
    width: 630px;
    max-width: 98%;
}

form.edit-profile button {
    width: 120px;
    height: 50px;
    background: #f8a624;
    font-size: 19px;
    border-radius: 40px;
}

.success {
    position: absolute;
    width: 600px;
    right: calc(50% - 300px);
    text-align: center;
    background: #f8a624;
    margin-top: 20px;
    padding: 10px;
}

ul.errors {
    margin: 20px auto -30px;
    width: 500px;
    text-align: center;
}

ul.errors li {
    margin-bottom: 5px;
    padding: 10px;
    font-size: 15px;
    background: #ffbfbf;
}

.must-logged {
    position: fixed;
    width: 260px;
    height: 270px;
    background: #ef8383;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
    border-radius: 5px;
    box-shadow: 0 0 20px #0000008c;
    transition: .45s ease-in-out;
    transform: translateX(-150px);
    opacity: 0;
    visibility: hidden;
}
.must-logged.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.close-box {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    text-align: center;
    line-height: 40px;
    background: black;
    border-radius: 4px;
    font-size: 27px;
    color: #fff;
    cursor: pointer;
}

.smile-icon {
    width: 100px;
    height: 100px;
    margin: 25px auto;
    color: #f8eded;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    font-size: 110px;
}

a.log-now {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    width: 180px;
    margin: auto;
    padding: 5px;
    border-radius: 20px;
}
chefs-page .col-3 a {
  margin:10px;
  display:block
}
.chef-img {
    height: 260px;
    position: relative;
    overflow: hidden;
}
.chef-img:before {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  right:0;
  background:#f8a6242e;
  opacity:0;
  transition:.35s ease-in-out;
}
chefs-page a:hover .chef-img:before {
  opacity:1
}
h2.title-chef {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

ul.page-numbers {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.pagination {
    margin: 15px auto;
}

.pagination li a,.pagination li span {
    color: #000;
    min-width: 40px;
    display: block;
    line-height: 34px;
    margin: 0 1px;
    text-align: center;
    border: 1px solid #00000038;
}
.pagination li span.current  {
  background: #f2f2f2;
}

join-us {
    background: #ff658f;
    padding: 20px;
}
join-us a {
  font-size:25px
}
join-us a:hover {
  color:#000
}

.order-form {
    background: #f8d7e0;
    padding: 50px;
    display: none;
}
.order-form input {
  width:100%;
  padding:10px;
  margin-bottom: 15px;
  background:#fff;
  border:1px solid #0003;
}

.order-form button {
  display:block;
  width:150px;
  margin:auto;
  background:#f8a624;
  padding:10px;
  cursor:pointer
}

span.add-recipe {
    display: inline-block;
    margin: 5px;
    background: #f8a624;
    padding: 10px 20px;
    cursor: pointer;
}

span.favorite {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #4CAF50;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 2px 5px #00000047;
    transition:.35s ease-in-out
}
span.favorite:hover {
  background:#5fc963
}
span.favorite.faved {
  background:#d91b1b
}
span.favorite.faved:hover {
  background:#d12323
}

.cats-header {
    position: sticky;
    z-index: 999999;
    background: #fff;
    right: 0;
    width: 100%;
    display: none;
    padding: 50px;
    top: 80px;
    box-shadow: 0 0 20px #00000052;
}
.cat-7 {
  width:calc(100% / 7)
}
.cats-header h2 {
    font-size: 16px;
    margin-bottom: 15px;
}


.cat-lists li a {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
}
.cat-7 > ul  li {
  list-style:none
}
.cat-7 > ul > li >a{
  font-size:16px;
  font-weight:bold;
  color:#000
}
.cats-header >div >div {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

a.all-cats {
    color: #f8a624;
    display: inline-block;
    margin-top: 15px;
}

a.all-cats i {
    margin-left: 5px;
    font-size: 13px;
}

.discover-list {
    display: block;
    color: #222;
    font-weight: bold;
    font-size: 16px;
    transition: .35s ease;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.discover-list i {
    float: left;
    margin: 9px;
}

.sub-menu-categories a {
    display: block;
    background: #f0f0f0;
    padding: 5px;
    color: #000;
    border-bottom: 1px solid #0000001f;
}
.sub-menu-categories a i {
  float:left;
  margin: 8px;
  font-size: 16px;
}
.sub-menu-categories {
    margin: 5px;
    display: none;
}

form#addRecipe {
    width: 800px;
    max-width: 98%;
    margin: 50px auto;
    background: #fff;
    padding: 60px;
    box-shadow: 0 0 20px #ccc;
}

.upload-image {
    height: 120px;
    background: #dddddd;
    border: 1px solid #ccc;
    border-radius: 25px;
    cursor: pointer;
}
.upload-image i {
  display:block;
  width:40px;
  height:40px;
  margin: 20px auto 5px;
  background: black;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
}

form#addRecipe input,form#addRecipe select {
    border: 1px solid #000;
    width: 49%;
    padding: 10px;
    margin-top: 30px;
}

form#addRecipe textarea {
      border: 1px solid #000;
      padding: 10px;
      width: 98.5%;
      margin-top: 30px;
      height: 120px;
}
form#addRecipe button {
    display: block;
    margin: auto;
    width: 150px;
    cursor: pointer;
    background: #f8a624;
    padding: 10px;
}

span.add-more-step {
    display: block;
    background: #f8a624;
    padding: 10px;
    margin-top: 10px;
    width: 98.5%;
    text-align: center;
    cursor: pointer;
}

span.add-more-step i {
  margin-left:10px
}
form#addRecipe .gredients input {
  width: 98.5%;
}
.error {
    background: #ffdada;
    text-align: center;
    padding: 10px;
    font-size: 13px;
}

.main-ad {
    position: absolute;
    width: 280px;
    height: 640px;
    background: #ddd;
    left: 0;
    top: 0;
}

.chef-description {
    height: 80px;
    overflow: auto;
    padding-right: 30px;

}
.chef-description p {
      color: #fff;
    font-size: 12px;
}


.email-subscriber {
    position: fixed;
    width: 300px;
    background: #f8d7e0;
    top: 0;
    z-index: 999999;
    transition: .45s ease;
    right: calc(50% - 150px);
    padding: 30px;
    box-shadow: 0 0 10px #00000073;
    border-radius: 0 0 5px 5px;
    transform: translateY(-100%);
    opacity: 0;
    visibility:hidden
}
.email-subscriber.open {
  visibility:visible;
  opacity:1;
  transform:translateY(0)
}



.es_caption {
    color: #f8a624;
    font-size: 18px;
}

.es-field-wrap label {
   font-size:0
}
.es-field-wrap input {
  border:1px solid #000;
  width: 100%;
  padding: 10px;
}

.es_subscription_form_submit {
    background: #f8a624;
    width: 100%;
    padding: 10px;
    font-size: 17px;
}

span.close-window {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #f01f1f;
    width: 30px;
    font-size: 27px;
    height: 30px;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.alert.alert-success {
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    background: #8BC34A;
    color: #fff;
}

.rengs {
    text-align: -webkit-center;
    border: 1px solid;
    color: #f8a624;
    padding: 15px 33px;
    font-size: 30px;
    border-radius: 50px;
    line-height: 12px;
    height: 154px;
}


.today-cooking {
    padding: 80px;
    margin: auto;
    width: 365px;
    background: #e62828;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 23px;
}
.load-cook a {
  display:block;
  margin: 40px auto;
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px #ccc;
  border-radius: 6px;
  overflow: hidden;
}
.load-cook a:before {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  background: linear-gradient(transparent,#000c);
  z-index:9;
  color:#fff;
}
.load-cook a h2 {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.rand-image {
    height: 220px;
}
.rand-image img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 10px;
}

.menu .row {
    margin-bottom: 10px;
}
.menu .row div {
  height: 100%;
}
.menu .row div a {
  border-radius:5px;
  height: 130px;
  color: #000;
  border: 1px solid #ccc;
  position:relative;
}
.menu .row div img {
 width:100%;
 height:100%;
 
}
.menu .row div.col-2 {
  padding-left:10px;
}
.menu .row div.col-2 img {
  object-fit: contain;
}
.menu .row div.col-7 {
 padding-right:10px
}
.menu .row .col-4 a:before {
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  bottom:0;
  right:0;
  background:linear-gradient(transparent,#000)
}
.menu .cat-title {
  position:absolute;
  bottom:0
}
.menu .row .col-7 a {
  transition:.35s ease-in-out;
  padding: 10px;
}
.menu .row .col-7 a  h2 {
  font-size: 19px;
  width: 100%;
  color: #f8a624;
}
.menu .row .col-8 a p {
  color:#444
}
.menu .row .col-8 a:hover {
  background:#eee
}
@media (max-width:1199px){
  .search {
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    box-shadow:0 0 10px #00000054;
    visibility:hidden;
    opacity:0;
  }
  .tabs {

  }
  .container {
    padding: 0 10px;
  }
  .first-section {
    padding-left:0;
    height: auto;
  }
  .search.open {
    visibility:visible;
    opacity:1
  }
  .pin:nth-child(1), .pin:nth-child(12) {
    min-width: 48%;
  }
  .blocks .recipe-item {
    width: 33.33%;
      height: 260px;
  }
  .pin {
    width: calc(25% - 8px)!important;
    height:200px!important;
    min-width:200px!important;
    min-height:200px!important;
    float:none!important;
    position:relative!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    bottom:auto !important;
  }
  .video-embed {
     width: 100%;
     margin:auto;
  }
  .recipe-hint {
    width: calc(100% - 23px);
    margin-bottom:10px;
    float:none;
    margin-top: 10px;
  }
}
@media (max-width:1023px){
  .pin-categories .recipe-item {
    height: 240px;
  }
  .col-6,.col-4,.col-5,.col-7,.col-8 {
    width:100%
  }
 .menu .row .col-8  {
  padding-right:0;
  padding-top: 10px;
 }
  .videos .col-4 {
    display:flex;
  }
  .video-item {
    display:inline-block;
   
  }
 chefs .img-cont {
   width:60px;
   height:60px
 }
 .pin,.first-section .pin:nth-child(2), .first-section .pin:nth-child(3) {
   height:150px;
   width: calc(50% - 8px);
 }
 .pin:nth-child(1), .pin:nth-child(12) {
   height: 310px;
 }
 .recipe-item {
   height:200px
 }
 .categories .col-2 {
  width:33.33%;
 }
 .image-cat {
   width:60px;
   height:60px;
 }

}
@media (max-width:767px) {
  .pin {
    width: calc(50% - 8px)!important;
    min-width: calc(50% - 8px)!important;
    height:180px !important;
    min-height: 180px!important;
  }
  .pin:nth-child(15) {
    width: calc(100% - 8px)!important;
  }
 .main-ad {
   display:none
 }
 .blocks .recipe-item, .pin-categories .recipe-item,.more-recipes .blocks .recipe-item{
   width:100%
 }
  .videos .col-4 {
    display:block
  }
  .col-2 {
    width:100%
  }
  chefs {
    overflow:hidden;
    padding:10px;
  }
   chefs .col-2 {
     display:flex;
     padding:10px 0;
     border-bottom:1px solid #0000001f
   }
   .video-embed {
     height:300px
   }
   .video-embed {

   }
  chefs .img-cont {
    display:inline-block;
    vertical-align:middle;
    float: right;
    margin-left:10px;
  }
  chefs span {
    display:inline-block;
    float: right;
  }
  a.discover,a.recipe,a.send-mail {
    display:none
  }
  .main-logo {
    width: 250px;
  }
  h2.pin-title {
    font-size:14px
  }
  .fixed-menu {
    width:250px
  }
  slider .owl-dots {
    display: none
  }
  .latest-recipes {
    overflow: visible;
  }
  .post-thumbnail{
    margin:10px;
    height:250px
  }
  .form-control button,.has-account,.has-not-account{
    width:100%;margin:2px 0
  }
  .poster{
    width:50px;
    height:50px
  }
  .chef-info h1{
    font-size:22px
  }
  .chef-image {
    height:100px
  }
  .form-container {
    min-width:100%
  }
  form.edit-profile {
    margin:20px auto
  }
  tabs {
    height:auto;
    padding:0 10px
  }
  tabs .container div {

width: 100%;

text-align: center;

}
  .chef-info li {
    padding:0 10px;
    width: 100%;
    text-align: center;
    line-height: 29px;
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  span.add-recipe {
    padding:10px;
    font-size:13px;
    margin: 8px 3px 5px 5px;
  }
  form#addRecipe input, form#addRecipe select {
    width:100%
  }
single .col-8 article, comment, single .col-4 >div {
  padding:0
}
post-content {
  padding:20px 0;
 
}
.playicon {
  width:40px;
  height:40px;
  top:calc(50% - 20px);
  right:calc(50% - 20px);
  line-height:40px;
  font-size:15px
}
}

@media (max-width:376px){
    .main-logo  {
      width:160px;
      padding-top:25px
    }
}

div#ez-toc-container {
    width: 100%;
    padding: 20px;
    border: 0;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 1px 2px 5px #f8a624;
    border-top: 4px solid #f8a624;
}

div#ez-toc-container  li {
  padding: 5px 40px;
  border-bottom:1px solid #ddd;
}
div#ez-toc-container  li a {
  font-size:15px;
  
}
div#ez-toc-container  li a:hover {
  color:#f8a624;
  text-decoration:none
}
.ez-toc-title-container {
    position: absolute;
    background: #f8a624;
    width: 180px;
    top: -30px;
    right: calc(50% - 90px);
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
}
.ez-toc-title-container p {
  width:100%;
  display:block;
  text-align: center!important;
}
.checklist {
    list-style: none;
    padding: 0;
}

.checklist li {
    position: relative;
    padding-right: 50px; 
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: right;
}

/* النقطة الرمادية قبل الضغط */
.checklist li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(1);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #999; /* اللون الرمادي قبل الضغط */
    transition: all 0.3s ease;
}

/* عند الشطب - تحول لأيقونة صح برتقالية */
.checklist li.checked::before {
    content: '✔';
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    background-color: #f8a624; /* اللون البرتقالي بعد الضغط */
    transform: translateY(-50%) scale(1.3);
}

/* نص مشطوب */
.checklist li.checked {
    text-decoration: line-through;
    color: #999;
}

.rengs {
    text-align: center; /* تجعل النص في الوسط */
    font-size: 18px;    /* حجم مناسب للعرض */
    font-weight: bold;  /* تمييز النص */
    margin: 20px 0;     /* مسافة من الأعلى والأسفل */
}

/* تجاوب مع الشاشات الصغيرة */
@media (max-width: 768px) {
    .rengs {
        font-size: 16px;  /* تصغير الحجم على الموبايل */
        margin: 15px 0;   /* تقليل المسافة */
        padding: 0 10px;  /* مسافة من الجوانب */
    }
}

.rengs {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

/* إذا كان داخل جدول */
.rengs table {
    width: auto;       /* يسمح للجدول بأن يكون حجمه تلقائي */
    max-width: 100%;   /* لا يتعدى عرض الشاشة */
    margin: 0 auto;    /* يجعل الجدول في الوسط */
}

/* تجاوب مع الموبايل */
@media (max-width: 768px) {
    .rengs {
        font-size: 16px;
        margin: 15px 0;
        padding: 0 10px;
    }
    .rengs table {
        display: block;   /* يجعل الجدول يظهر ككتلة منفصلة */
        width: 100%;      /* يحتل كامل عرض الشاشة */
        overflow-x: auto; /* يمكن تمرير الجدول أفقياً إذا كبير */
    }
}
/* أي رابط داخل المقال يظهر باللون الأزرق ويكون بدون شطب */
.entry-content li a {
    color: #007bff !important; /* اللون الأزرق */
    text-decoration: none !important; /* إزالة أي خط أو شطب */
}
/* ===== مربعات المعلومات تحت الصورة ===== */
.recipe-info-under-thumb {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.recipe-info-under-thumb > div {
    flex: 1;
    min-width: 120px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px 10px;
    background: #fff;
    transition: all 0.3s ease;
    cursor: default;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* أيقونة المربع */
.recipe-info-under-thumb i {
    font-size: 26px;
    display: block;
    margin-bottom: 8px;
    color: #f8a624; /* لون أيقونة جذاب */
    transition: color 0.3s ease;
}

/* نص المربع */
.recipe-info-under-thumb div div {
    margin: 4px 0;
    font-weight: 500;
    color: #333;
}

/* ===== تأثير Hover ===== */
.recipe-info-under-thumb > div:hover {
    transform: translateY(-5px) scale(1.03);
    border-color: #f8a624;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    background: #fff9f0;
}

.recipe-info-under-thumb > div:hover i {
    color: #f8a624;
}

/* ===== للجوال ===== */
@media screen and (max-width: 768px) {
    .recipe-info-under-thumb {
        flex-direction: column;
        gap: 12px;
    }

    .recipe-info-under-thumb > div {
        width: 100%;
    }
}
@media (max-width: 768px) {
    /* اخفاء صور الاقسام */
    .categories .image-cat img {
        display: none !important;
    }

    /* اخفاء صور الوصفات في قسم المزيد من الوصفات */
    .blocks-section.more-recipes img {
        display: none !important;
    }

    /* اخفاء صورة الشيف تحت التعليقات */
    .post-info .avatar img {
        display: none !important;
    }
}
