/*------------------ Main Post Slider --------------------*/
.colored_word{
  color: var(--color-primary);
}
.post-views {
  background-color: #474953;
  padding: 3px 10px;
  border-radius: 6px;
  color: white;
  margin-left: 10px;
}
#main-post-slider {
  padding: 0;
  position: relative;
  background-color: #FFF8EA;
  padding-bottom: 6em;
}
.main-post-slider-inner {
  max-width: 86%;
  margin: 0 0 0 auto;
}
.post-time {
    text-transform: uppercase;
}
#main-post-slider .post_tag a {
  color: white;
}
.main-news-inner {
  padding: 13em 0 15em 6em;
}
.main-news-box {
  background-size: 100% 100%;
  background-position: right;
  border-radius: 22px 0px 0px 20px;
}
.main-auther-details img {
  width: 40px !important;
  height: 40px !important;
  margin-right: 10px !important;
  border-radius: 50%;
}
.main-auther-details .media {
    align-items: center;
}
.main-news-box .auther_name {
  color: white;
}
.post-time i, .post_tag i {
  margin-right: 10px;
}
.post_tag i {
  transform: rotate(91deg);
}
.main-auther-blocks {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.post-comment a i, .post-view-count i, .post-comment a i, .post-ratings i {
  margin-right: 8px;
}
.post-ratings .rmp-results-widget__visual-rating {
    display: none;
}
.post-ratings i {
  color: #E9C200;
}
.post-ratings {
  background-color: #474953;
  padding: 3px 10px;
  border-radius: 6px;
  color: white;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.post-comment {
  margin-left: 10px;
}
.post-comment a {
  background-color: #474953;
  padding: 5px 10px;
  border-radius: 6px;
  color: white;
}
.main-news-inner ul.post-categories a {
  color: white;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.post-cat-time {
  display: flex;
  align-items: center;
}
.post-time {
  text-transform: uppercase;
  color: white;
  margin-left: 24px;
}
.main-news-inner h5 a {
  color: white;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 400;
}
.main-news-text {
  color: white;
  font-weight: 300;
  font-size: 15px;
  margin-top: 10px;
}
.post-metabox div {
  display: inline-block;
  margin-right: 20px;
}
.main-news-inner .post-metabox div, .main-news-inner .post-metabox div a {
  color: white;
  font-weight: 300;
}
.post-metabox div i {
  padding-right: 6px;
}
.main-news-inner .post-metabox div i {
  color: var(--color-primary);
}
.post-metabox {
  margin: 20px 0;
}
.navigation-thumbs.owl-carousel .owl-item img {
  width: 220px !important;
  height: 143px !important;
  border-radius: 10px;
  margin-right: 10px;
}
.post-thumb-media {
  text-align: center;
}
.navigation-thumbs a {
  font-size: 12px;
  color: white;
}
#sync2 {
  /* position: absolute; */
  /* bottom: -10em; */
  z-index: 99;
  /* left: 0; */
  /* right: 0; */
  /* margin-top: -10em; */
}
.carousel-thumb-line {
  background-color: white;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  /* right: 0; */
  z-index: 9;
  top: 17px;
}
.navigation-thumbs-block .container {
  position: relative;
  max-width: 1275px;
}
.navigation-thumbs-block .owl-item.active.current .thumb-counter {
  background-color: var(--color-primary);
  color: white;
}
.navigation-thumbs-container {
  max-width: 75%;
  margin: 0 0 0 auto;
  position: absolute;
  right: 30px;
  bottom: -6.0em;
}
.thumb-counter {
  background-color: white;
  display: inline-block;
  padding: 7px 12px;
  border-radius: 50%;
  color: black;
  font-weight: 700;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-bottom: 17px;
  position: relative;
}
.navigation-thumbs:before {
    content: '';
    background-color: white;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 13px;
}
.navigation-thumbs:after {
  content: '';
  background-color: white;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 13px;
}
.main-pot-slide-bg {
  position: absolute;
  height: 100%;
  width: 23%;
  z-index: 9;
}
.main-post-slider-inner {
  padding-top: 6em;
  z-index: 9;
  position: relative;
}
.post-metabox-block {
  display: flex;
  align-items: center;
}
.post-metabox-block .pld-like-dislike-wrap .pld-common-wrap {
    margin: 0;
    background-color: #474953;
    padding: 3px 10px;
    border-radius: 6px;
    color: white;
}
.post-metabox-block .pld-like-dislike-wrap {
  margin-bottom: 0;
  margin-left: 9px;
  color: white;
}
.post-metabox-block .pld-common-wrap > a.pld-like-dislike-trigger {
  color: white;
}
.custom-nav-container.owl-nav {
  position: absolute;
  left: 66px;
  top: 50%;
  transform: translateY(-50%);
}
#main-post-slider button.owl-prev {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
}
/*------------------ Blog Categories  --------------------*/
.category-box a {
  color: black;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}
/*------------------ Featured and trending recipes --------------------*/
#trending-recipes .post-image-block img {
  border-radius: 10px;
}
#featured-recipes .news-inner {
  padding-top: 10px;
}
#featured-trending-recipe {
  padding-top: 0;
}
.post-image-block-outer {
  position: relative;
}
.post-image-block-outer .pld-like-dislike-wrap.pld-template-1 {
    margin-bottom: 0;
}
.post-image-block-outer .post_likes {
    margin-left: 20px;
    color: black;
}
.post-image-block-outer .post_likes {
  color: black;
}
#featured-recipes .post-image-block-outer  h5 a{
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  font-family: var(--primary-font);
}
.post-image-block-outer  h5 a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-family: var(--primary-font);
}
.news-text {
  margin: 7px 0 3px 0;
  font-weight: 400;
  color: black;
  font-size: 13px;
}
.auther-name, .post-date {
  color: black;
  font-weight: 500;
  font-size: 13px;
}
.author-meat-sep {
  background-color: black;
  width: 7px;
  height: 1px;
  margin: 0 4px;
}
.lfeatured-recipes-blog {
  margin-bottom: 10px;
}
.post-image-block img {
  border-radius: 15px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}
.post-image-block-outer .post_tag a, .post-image-block-outer .post_tag {
  color: black;
  font-weight: 500;
}
.post-image-block-outer .post_likes a {
  color: black;
}
#trending-recipes .post-image-block-outer h5 a, .post-image-block-outer .post-image-block-outer h5 a {
  font-size: 13px;
  font-weight: 500;
}
#trending-recipes .auther-name, #trending-recipes .post-date {
    color: black;
    font-weight: 500;
    font-size: 11px;
}
#trending-recipes .post-image-block-outer {
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}
#trending-recipes .lfeatured-recipes-blog:last-child .post-image-block-outer {
    border-bottom: none;
}
/*------------------ Offer --------------------*/
#offer-banner {
  padding: 0;
}
#offer-banner .container-theme {
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 2em;
}
.offer-image-two {
  position: relative;
  margin-top: -11em;
  left: -17em;
}
.offer-image-one {
  position: relative;
  z-index: 9;
}
.offer-inner {
  padding: 2em;
}
.promo-bg-inner.position-relative {
  text-align: end;
  padding: 13px;
}
.offer-top-head, .offer-text {
  font-family: var(--ternary-font);
  color: white;
  font-size: 23px;
}
.offer-head {
  font-family: var(--ternary-font);
  color: white;
  font-size: 50px;
  display: block;
  margin: 10px 0;
  color: #373737;
}
.offer-head-inner {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  /* transform: skewX(-7deg) skewY(-2deg); */
  /* margin-top: 10px; */
  display: inline-block;
  width: 100%;
}
.offer-head-outer {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}
.countdown-box {
  display: inline-block;
  margin-right: 16px;
  padding: 5px 8px;
  padding-left: 0;
  width: 65px;
  height: 45px;
  position: relative;
  text-align: center;
}
.countdown-box .countdown-block {
  font-size: 25px;
  color: white;
  font-weight: 700;
  display: block;
}
.countdown-time {
  color: white;
  font-size: 12px;
  display: block;
  font-weight: 500;
  line-height: 1.2;
}
.countdown-box:after {
  content: ':';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: white;
  font-size: 22px;
}
.countdown-box:last-child:after {
  display: none;
}
.offer-text {
  padding-left: 6em;
  margin-top: 18px;
  display: block;
}
.countdown-head {
  margin-top: 4em;
}
.countdown-head {
  margin-top: 4em;
  color: white;
  font-weight: 500;
  font-size: 12px;
}
.countdown-text {
  max-width: 70%;
  color: white;
  font-size: 13px;
  margin-top: 10px;
}
.offer-percentage-inner {
  font-family: var(--ternary-font);
  color: white;
  font-size: 36px;
}
.offer-percentage-inner {
  font-family: var(--ternary-font);
  color: white;
  font-size: 36px;
  transform: rotate(-45deg);
  line-height: 1;
  text-align: center;
}
.offer-images {
  position: relative;
}
.offer-percentage-text {
  box-shadow: 0px 3px 6px #FFFFFF29;
  border: 6px solid #FFFFFF;
  border-radius: 17px;
  width: 130px;
  height: 130px;
  transform: rotate(45deg);
  padding: 24px;
  position: absolute;
  top: 2em;
  left: -10em;
}
.offer-head-outer-block {
  display: inline-block;
  border: 3px solid white;
  padding: 10px;
  border-radius: 10px;
  /* transform: skewX(10deg) skewY(0deg); */
  margin-top: 10px;
  position: absolute;
  width: 111%;
  height: 135%;
  left: -11px;
  right: 0;
  top: -21px;
}
/*------------------ Latest Blog  --------------------*/
#latest-blog .news-inner {
  margin: 10px 0 10px 0;
}
#latest-blog .section-text {
    margin: 0 auto;
    max-width: 50%;
}
#latest-blog h3 {
  margin-bottom: 6px;
}
#latest-blog .format-quote, #latest-blog .format-video {
    margin-bottom: 10px;
}
#latest-blog .post-image-block-outer h5 a {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.author-box-date{
    margin-top: 7px;
}
#latest-blog .lfeatured-recipes-blog {
    margin-bottom: 15px !important;
}
/*------------------ Free Recipe Book  --------------------*/
#free_recipe_book-banner {
  background-color: white;
  border-radius: 15px;
  position: relative;
}
.free_recipe_book-image-one {
  position: relative;
  z-index: 2;
}
.free_recipe_book-image-two {
  position: absolute;
  left: 20px;
  width: 57%;
  top: 26px;
  z-index: 1;
}
.free_recipe_book-inner {
  padding-left: 3em;
}
.free_recipe_book-inner h3 {
  color: black;
  font-weight: 700;
  font-family: var(--primary-font);
  display: block;
}
.free_recipe_book-inner .section-text {
  padding: 10px 0;
}
.free-book-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--color-primary);
  /* left: 0; */
  right: 0;
  width: 45%;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0 15px 15px 0;
}
/*------------------ Partners  --------------------*/
#our-partners {
  padding: 20px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 10px;
  margin-bottom: 20px;
}
/*------------------ Start Categories  --------------------*/
/* Main CSS */
.categories_image_box  img {
    width: 100%;
}
.categories_image_box h4 {
  color: white;
  font-weight: 600;
  font-family: var(--primary-font);
}
.categories_image_box {
  transition: 0.3s ease all;
  position: relative;
}
.categories_image_box a.theme_button2 {
  display: none;
  transition: 0.3s ease all;
  width: auto;
}
.categories_image_box:hover a.theme_button2{
  display: block;
  transition: 0.3s ease all;
}
.newsletter-container {
  background-color: black;
  padding: 20px;
  border-radius: 15px;
}
/*------------------ End Categories  --------------------*/
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
/*------------------ Team  --------------------*/
#team .owl-carousel .owl-nav i:hover, #team .owl-nav i:hover {
    background-color: var(--color-primary);
    color: black;
}
.owl-carousel .owl-item .team_img img {
  width: 100% !important;
}
#team {
  border-top: 1px solid black;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid black;
}
.team_head a {
  color: black;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 18px;
}
.team-box-inner span {
  color: black;
  font-weight: 600;
}
.team_head {
  padding-bottom: 0;
}
.team_img img {
    border-radius: 15px;
}
.social-menu {
  position: absolute;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-menu .share i.fa {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background-color: var(--color-primary);
  border-radius: 2px;
  color: white;
  border-radius: 6px;
}
.social-menu .share:hover.bottom .submenu li:nth-child(1) {
   opacity: 1;
   top: 50px;
   transform: rotate(0deg);
   border-top: 1px dashed #ccc;
   transition-delay: 0.08s;
}
.social-menu .share:hover.bottom .submenu li:nth-child(2) {
   opacity: 1;
   top: 100px;
   transform: rotate(0deg);
   border-top: 1px dashed #ccc;
   transition-delay: 0.16s;
}
.social-menu .share:hover.bottom .submenu li:nth-child(3) {
   opacity: 1;
   top: 150px;
   transform: rotate(0deg);
   border-top: 1px dashed #ccc;
   transition-delay: 0.24s;
}
.social-menu .share:hover.bottom .submenu li:nth-child(4) {
   opacity: 1;
   top: 200px;
   transform: rotate(0deg);
   border-top: 1px dashed #ccc;
   transition-delay: 0.32s;
}
.social-menu .share:hover.bottom .submenu li:nth-child(5) {
   opacity: 1;
   top: 250px;
   transform: rotate(0deg);
   border-top: 1px dashed #ccc;
   transition-delay: 0.4s;
}
.social-menu .submenu {
   list-style-type: none;
   padding: 0;
   margin: 0;
}
.social-menu .submenu li {
   transition: all ease-in-out 0.5s;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   opacity: 0;
}
.social-menu .submenu li a {
  background-color: white;
  padding: 5px 8px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 6px;
  color: black;
}
.social-menu .submenu li a i {
  padding: 0;
}
.social-menu .submenu li a:hover i.fa {
   color: #fff;
}
.social-menu .submenu li a:hover.facebook i.fa {
   background-color: #3b5999;
}
.social-menu .submenu li a:hover.twitter i.fa {
   background-color: #55acee;
}
.social-menu .submenu li a:hover.googlePlus i.fa {
   background-color: #dd4b39;
}
.social-menu .submenu li a:hover.instagram i.fa {
   background-color: #e4405f;
}
.social-menu .submenu li:nth-child(1) {
   transform: rotateX(45deg);
}
.social-menu .submenu li:nth-child(2) {
   transform: rotateX(90deg);
}
.social-menu .submenu li:nth-child(3) {
   transform: rotateX(135deg);
}
.social-menu .submenu li:nth-child(4) {
   transform: rotateX(180deg);
}
.social-menu.topLeft {
   top: 10px;
   left: 10px;
}
.social-menu.topRight {
   top: 10px;
   right: 10px;
}
.social-menu.bottomLeft {
   bottom: 10px;
   left: 10px;
}
.social-menu.bottomRight {
   bottom: 10px;
   right: 10px;
}
.social-menu .share:hover.left .submenu li:nth-child(1) {
   opacity: 1;
   left: -51px;
   transform: rotate(0deg);
   transition-delay: 0.5s;
   border-right: 1px dashed #ccc;
}
.social-menu .share:hover.left .submenu li:nth-child(2) {
   opacity: 1;
   left: -102px;
   transform: rotate(0deg);
   transition-delay: 1s;
   border-right: 1px dashed #ccc;
}
.social-menu .share:hover.left .submenu li:nth-child(3) {
   opacity: 1;
   left: -153px;
   transform: rotate(0deg);
   transition-delay: 1.5s;
   border-right: 1px dashed #ccc;
}
.social-menu .share:hover.left .submenu li:nth-child(4) {
   opacity: 1;
   left: -204px;
   transform: rotate(0deg);
   transition-delay: 2s;
   border-right: 1px dashed #ccc;
}
.social-menu .share:hover.left .submenu li:nth-child(5) {
   opacity: 1;
   left: -255px;
   transform: rotate(0deg);
   transition-delay: 2.5s;
   border-right: 1px dashed #ccc;
}
.social-menu .share:hover.right .submenu li:nth-child(1) {
   opacity: 1;
   left: 50px;
   transform: rotate(0deg);
   transition-delay: 0.08s;
   border-left: 1px dashed #ccc;
}
.social-menu .share:hover.right .submenu li:nth-child(2) {
   opacity: 1;
   left: 100px;
   transform: rotate(0deg);
   transition-delay: 0.16s;
   border-left: 1px dashed #ccc;
}
.social-menu .share:hover.right .submenu li:nth-child(3) {
   opacity: 1;
   left: 150px;
   transform: rotate(0deg);
   transition-delay: 0.24s;
   border-left: 1px dashed #ccc;
}
.social-menu .share:hover.right .submenu li:nth-child(4) {
   opacity: 1;
   left: 200px;
   transform: rotate(0deg);
   transition-delay: 0.32s;
   border-left: 1px dashed #ccc;
}
.social-menu .share:hover.right .submenu li:nth-child(5) {
   opacity: 1;
   left: 250px;
   transform: rotate(0deg);
   transition-delay: 0.4s;
   border-left: 1px dashed #ccc;
}
.social-menu .share:hover.top .submenu li:nth-child(1) {
   opacity: 1;
   top: -37px;
   transition-delay: 0.08s;
   transform: rotateY(0deg);
   border-bottom: 1px dashed #d9d9d9;
}
.social-menu .share:hover.top .submenu li:nth-child(2) {
   opacity: 1;
   top: -73px;
   transition-delay: 0.16s;
   transform: rotateY(0deg);
   border-bottom: 1px dashed #d9d9d9;
}
.social-menu .share:hover.top .submenu li:nth-child(3) {
   opacity: 1;
   top: -108px;
   transition-delay: 0.24s;
   transform: rotateY(0deg);
   border-bottom: 1px dashed #d9d9d9;
}
.social-menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -144px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.social-menu .share:hover.top .submenu li:nth-child(5) {
   opacity: 1;
   top: -188px;
   transition-delay: 0.4s;
   transform: rotateY(0deg);
   border-bottom: 1px dashed #d9d9d9;
}
/*-------------- New Recipes ---------------*/
.new-recipes-box {
  padding: 32px;
  text-align: center;
}
.new-recipes-box h3 {
  font-family: var(--primary-font);
  color: white;
  font-size: 24px;
}
.new-recipes-box .section-text {
  color: white;
  font-size: 12px;
  margin-bottom: 10px;
}
.count-box li {
  color: white;
  font-size: 16px;
  margin-bottom: 4px;
  list-style: none;
}
ul.count-box {
  margin: 0;
}
.new-recipes-head {
  border-radius: 15px;
  background-size: cover;
}
.new-recipes-box a.theme_button {
  border-radius: 6px;
  background-color: black;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: unset;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: transparent !important;
  /* border: 2px solid black; */
  margin: 0 9px;
  outline: none;
  /* border: none; */
  border-radius: 3px;
  padding: 3px !important;
  height: 2px!important;
  width: 2px !important;
  display: inline-block;
  border: 2px solid black;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
  padding: 3px !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next, #testimonials button.prev-btn, #testimonials button.next-btn {
    padding: 0;
    border: none;
    background-color: transparent;
}
.owl-carousel .owl-nav i, .owl-nav i, #testimonials button i {
  font-size: 14px;
  color: white;
  border: none;
  transition: .3s ease;
  opacity: 1;
  background-color: black;
  padding: 12px 16px;
  border-radius: 5px;
}
button.owl-prev {
  margin-right: 17px;
}
.owl-nav {
  margin-top: 20px;
  text-align: center;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
  color: transparent;
  background-color: transparent;
  transition: .3s ease;
  opacity: 1;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  background-color: white;
  color: black;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
