/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  width: auto;
}
.main_heading {
  font-size: 22px;
  line-height: 20px;
  color: #223645;
  font-weight: 800;
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
}
.main_para {
  font-size: 18px;
  line-height: 25px;
  color: #703a88;
  font-weight: 400;
  font-family: 'Pacifico', cursive;
  text-align: center;
}

/* --------- SLIDER--------- */

  #slider { 
    max-width:100%; 
    margin:auto; 
    position:relative;
    padding: 0;
  }
  #slider img {
    width: 100%;
  }
  #slider .slider-box h1 {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: left;
  }
  #slider .custom_ani {
    background-image: linear-gradient( -225deg, #fff 0%, #fff 51%, #703a88 67%, #fff3b9 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear;
    display: inline-block;
  }

  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
  #slider .slider-box h4 i {
    color: #ffdc64;
  }
  #slider h4:after {
    left: 0px;
    content: "";
    border-style: solid;
    border-color: #703a88 transparent;
    position: absolute;
    border-width: 12px 10px 0 0;
    z-index: 999999999;
    bottom: -10px;
  }
  #slider .slider-box h4 {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: left;
    background: #703a88;
    display: inline-block;
    padding: 10px 20px;
    border-bottom-right-radius: 22px;
    border-top-left-radius: 5px;
    position: relative;
  }
  #slider .slider-box p {
    font-size: 14px;
    line-height: 25px;
    color: #d6dfe5;
    font-weight: 500;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: left;
  }
  #slider .slider-box {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    max-width: 35%;
    left: 6%;
    right: 0;
  }
  #slider .carousel-caption {
    top: 0;
    bottom: inherit;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
  }
  #slider .slider-box a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #slider .slide_btn {
    padding: 13px 22px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: left;
    border-radius: 50px;
  }
  #slider .rating_box {
    background: #e3e3e3;
    position: absolute;
    bottom:20%;
    left: 40%;
    padding: 20px;
    border-radius: 6px;
  }
  #slider .rating_box h6 i {
    color: #fff3b9;
    font-size: 14px;
    background: #703a88;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 4px;
  }
  #slider .rating_box h6 {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 10px;
    color: #703a88;
    font-weight: 500;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #slider .rating_box p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #2e3044;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #slider .rating_box:before {
    content: "";
    background: #e5e3e2;
    width: 16px;
    height: 16px;
    /* box-shadow: -5px 5px 5px rgb(0 0 0 / 30%); */
    transform: translateX(-50%) rotate( 
  -45deg);
    position: absolute;
    top: 15px;
    right: -6%;
  }

/* --------------- Top Category ------------- */

  #service .category-image img {
    height: 150px;
    width: 150px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  #service .category-content {
    position: absolute;
    bottom: 4px;
    width: 100%;
  }
  #service h5 a {
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: center;
    background: #703a88;
    padding: 9px 15px;
    border: 1px solid transparent;
    border-radius: 28px;
  }
  #service h5 {
    text-align:center;
  }
  #service ul.post-categories {
    padding:0;
  }
  #service .owl-dots {
    margin-top: 20px;
    text-align: center;
  }
  #service .owl-dots .active {
    background: #703a88;
  }
  #service .owl-dots button {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50px;
    border: 1px solid transparent;
    margin-right: 5px;
    outline: none;
  }

/* --------------- Popular Recipe ------------- */

  .popular-imagebox {
    position: relative;
    padding-bottom: 40px;
  }
  #popular_recipes img.avatar {
    border-radius: 50%;
  }
  .popular_content {
    position: absolute;
    bottom: 0;
    background: #fff;
    margin: 0 15px;
    border-radius: 8px;
  } 
  .popular_content .name {
    font-size: 16px;
    line-height: 23px;
    color: #223645;
    font-weight: 500;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  .popular_content .date {
    font-size: 12px;
    line-height: 20px;
    color: #8899a6;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  .popular_content h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #223645;
    font-weight: 800;
    font-family: 'Be Vietnam Pro', sans-serif;
  } 
  .popular_content p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #949fa7;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
  } 
  .popular_content .popular-btn a {
    font-size: 14px;
    line-height: 22px;
    color: #703a88;
    font-weight: 500;
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing: 1px;
  }
  #popular_recipes .border {
    border-top: 2px solid #eee;
  }
  #popular_recipes .meta-field span {
    font-size: 13px;
    line-height: 23px;
    color: #8899a6;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #popular_recipes .owl-nav button {
    border-radius: 50%;
    outline: none;
    height: 30px;
    width: 30px;
    padding: 4px 0;
    background: #fff;
  }
  #popular_recipes .owl-nav .owl-prev {
    position: absolute;
    left: -9%;
    top: 50%;
    outline: none;
    font-size: 21px;
    background: #703a88;
    border-color: transparent;
    display: flex;
    align-items: center;
  }
  #popular_recipes .owl-nav .owl-next {
    position: absolute;
    right: -9%;
    top: 50%;
    outline: none;
    border-color: transparent;
    font-size: 21px;
    background: #703a88;
    display: flex;
    align-items: center;
  }
  #popular_recipes .owl-nav .disabled i {
    color: #fff;
  }
  #popular_recipes .owl-nav .disabled {
    background: #e1e0e8;
  }
  #popular_recipes .owl-nav i {
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
  }
  #popular_recipes  .like i {
    border-radius: 50%;
    padding: 10px 0;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
  }
  #popular_recipes  .bookmark a {
    border-radius: 50%;
    padding: 7px 7px;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
  }
  .cbxwpbkmarktrig:before {
    content: "\f02e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ccc;
    font-size: 15px;
    z-index: 99999;
    text-align: center;
    background: unset!important;
    width: unset;
    height: unset;
    display: block;
    margin-right: unset;
    padding: 2px;
  }

/* ------------Newsletter --------------- */
  
  #newsletter {
    padding: 30px 0;
  }
  #newsletter span i {
    font-size: 50px;
    color: #703a88;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #newsletter h3 {
    font-size: 20px;
    line-height: 28px;
    color: #703a88;
    font-weight: 400;
    font-family: 'Pacifico', cursive;
    text-align: center;
  }
  #newsletter p.text {
    font-size: 14px;
    line-height: 25px;
    color: #8899a6;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: center;
  }
  #newsletter input[type="email"] {
    border: 1px solid #eee;
    font-size: 14px;
    padding: 13px 15px;
    height: auto;
    width: 80%;
    background: #f4f7f9;
  }
  #newsletter input[type="email"]::placeholder {
    font-size: 16px;
    line-height: 25px;
    color: #b7b5cf;
    font-weight: 400;
    font-family: "Inter";
  }
  #newsletter .newsletter_form {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 60px;
  }
  #newsletter .newsletter_form p {
    margin-bottom: 0;
  }
  #newsletter button[type="submit"] {
    font-size: 16px;
    background: #703a88;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: center;
    border: 1px solid transparent;
    padding: 10px 25px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
  }
  #newsletter div.wpcf7 .ajax-loader {
    display: none;
  }

/* ----------- Banner --------------- */
  
  .banner {
    background: #f7f8fa;
    border: 1px solid #f7f8fa;
    padding: 10px;
  }

/* ----------- Latest News --------------- */
  
  #latest_news {
    padding: 30px 0;
  }
  #latest_news .card-body {
    padding: 0;
    flex: 2 2 auto;
  }
  #latest_news .card-horizontal {
    display: flex;
  }
  .latest-image img {
    height: 100%;
  }
  #latest_news h3 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #223645;
    font-weight: 800;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #latest_news .main_btn a {
    font-size: 16px;
    line-height: 46px;
    color: #703a88;
    font-weight: 400;
    font-family: 'Pacifico', cursive;
    text-align: center;
  }
  #latest_news img.avatar {
    border-radius: 50%;
  }
  .latest-news-head {
    border-bottom: 1px solid #eee;
  }
  #latest_news .name {
    font-size: 16px;
    line-height: 23px;
    color: #223645;
    font-weight: 500;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #latest_news .date {
    font-size: 12px;
    line-height: 20px;
    color: #8899a6;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #latest_news h5 {
    font-size: 16px;
    line-height: 20px;
    color: #223645;
    font-weight: 800;
    font-family: 'Be Vietnam Pro', sans-serif;
  } 
  #latest_news p {
    font-size: 15px;
    line-height: 25px;
    color: #949fa7;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
  } 
  #latest_news .latest-btn a {
    font-size: 14px;
    line-height: 22px;
    color: #703a88;
    font-weight: 500;
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing: 1px;
  }
  #latest_news .meta_border {
    border-top: 2px solid #eee;
  }
  #latest_news .meta-field span {
    font-size: 14px;
    line-height: 23px;
    color: #8899a6;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #latest_news  .like i {
    border-radius: 50%;
    padding: 10px 0;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
  }
  #latest_news  .bookmark a {
    border-radius: 50%;
    padding: 7px 7px;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
  }

/* ----------- Healthy Recepies --------------- */
  
  #healthy_recepies {
    padding: 30px 0;
  }
  #healthy_recepies h3 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #223645;
    font-weight: 800;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #healthy_recepies .main_btn a {
    font-size: 16px;
    line-height: 46px;
    color: #703a88;
    font-weight: 400;
    font-family: 'Pacifico', cursive;
    text-align: center;
  }
  .healthy-head {
    border-bottom: 1px solid #eee;
  }
  #healthy_recepies .healthy-image {
    position: relative;
  }
  #healthy_recepies .healthy-image img {
    border-radius: 5px;
  }
  #healthy_recepies .healthy-data {
    position: absolute;
    bottom: 5%;
    padding: 0 20px;
  }
  #healthy_recepies .healthy-data h5 a{
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #healthy_recepies .meta-field span {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding-right: 7px;
    border-right: 1px solid #ccc;
  }
  #healthy_recepies span.entry-share {
    border-right: none;
  }
  #healthy_recepies .icons {
    position: absolute;
    top: 18px;
    right: 0px;
  }
  #healthy_recepies .like i {
    border-radius: 50%;
    padding: 10px 0;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
    background: #fff;
  }
  #healthy_recepies .bookmark a {
    border-radius: 50%;
    padding: 7px 7px;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
    background: #fff;
  }

/* ----------- Hot Recepies --------------- */
  
  #hot_recepies {
    padding: 30px 0;
  }
  #hot_recepies h3 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #223645;
    font-weight: 800;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #hot_recepies .main_btn a {
    font-size: 16px;
    line-height: 46px;
    color: #703a88;
    font-weight: 400;
    font-family: 'Pacifico', cursive;
    text-align: center;
  }
  #hot_recepies img.avatar {
    border-radius: 50%;
  }
  .hot-head {
    border-bottom: 1px solid #eee;
  }
  #hot_recepies .hot-imagebox {
    border: 2px solid #eee;
  }
  #hot_recepies .name {
    font-size: 16px;
    line-height: 23px;
    color: #223645;
    font-weight: 500;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #hot_recepies h5 {
    font-size: 14px;
    line-height: 50px;
    color: #223645;
    font-weight: 800;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #hot_recepies p {
    font-size: 14px;
    line-height: 26px;
    color: #949fa7;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #hot_recepies .hot_content {
    padding: 5px 18px;
  }
  #hot_recepies .date {
    font-size: 12px;
    line-height: 20px;
    color: #8899a6;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #hot_recepies h5 {
    font-size: 14px;
    line-height: 20px;
    color: #223645;
    font-weight: 800;
    font-family: 'Be Vietnam Pro', sans-serif;
  } 
  #hot_recepies p {
    font-size: 12px;
    line-height: 20px;
    color: #949fa7;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
  } 
  #hot_recepies .hot-btn a {
    font-size: 14px;
    line-height: 22px;
    color: #703a88;
    font-weight: 500;
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing: 1px;
  }
  #hot_recepies .meta-field span {
    font-size: 13px;
    line-height: 23px;
    color: #8899a6;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #hot_recepies .icons {
    position: absolute;
    top: 18px;
    right: 0px;
  }
  #hot_recepies .like i {
    border-radius: 50%;
    padding: 10px 0;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
    background: #fff;
  }
  #hot_recepies .bookmark a {
    border-radius: 50%;
    padding: 7px 7px;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
    background: #fff;
  }

/* ----------- Sidebar --------------- */
  
  #right-sidebar .urgent {
    border: 2px solid #eee;
  }
  #right-sidebar .icons {
    position: absolute;
    top: 18px;
    right: 15px;
  }
  #right-sidebar .icons:hover .cbxwpbkmarktrig:before {
    color: #703a88;
  }
  #right-sidebar .bookmark a {
    border-radius: 50%;
    padding: 7px 7px;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
    background: #fff;
  }

  #right-sidebar .tag {
    border: 2px solid #eee;
  }
  #right-sidebar .tag-content {
    padding: 15px 30px;
  }
  #right-sidebar .tag-content span {
    float: right;
  }
  #right-sidebar .tag-content p{
    font-size: 16px;
    line-height: 30px;
    color: #8899a6;
    font-weight: 500;
    font-family: "Be Vietnam";
  }
  #right-sidebar .urgent-content {
    position: relative;
  }
  #right-sidebar .urgent-image img {
    border-radius: 5px;
  }
  #right-sidebar .urgent-data {
    position: absolute;
    bottom: 5%;
    padding: 0 20px;
  }
  #right-sidebar .urgent-data h5 a{
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #right-sidebar .urgent-data .meta-field span {
    font-size: 12px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding-right: 7px;
    border-right: 1px solid #ccc;
  }
  #right-sidebar .urgent-data span.entry-time {
    border-right: none;
  }
  #right-sidebar .social_media {
    border: 2px solid #eee;
  }
  #right-sidebar .socialbox {
    margin: 10px 0 ;
  }
  #right-sidebar .social_media i {
    margin: 0 2px;
    color: #6b7b8f;
    border: 2px solid #eee;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  #right-sidebar a.facebook:hover i {
    background: #3b5998 ;
    color: #fff;
    border-color: #3b5998;
  }
  #right-sidebar a.twitter:hover i {
    background: #00acee;
    color: #fff;
    border-color: #00acee;
  }
  #right-sidebar a.youtube:hover i {
    background: #FF0000;
    color: #fff;
    border-color: #FF0000;
  }
  #right-sidebar a.insta:hover i {
    background: #8a3ab9;
    color: #fff;
    border-color: #8a3ab9;
  }
  #right-sidebar a.pintrest:hover i {
    background: #E60023;
    color: #fff;
    border-color: #E60023;
  }
  #right-sidebar a.linkedin:hover i {
    background: #0e76a8;
    color: #fff;
    border-color: #0e76a8;
  }
  
  #right-sidebar .instagram {
    border: 2px solid #eee;
  }
  #right-sidebar h3 {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Pacifico', cursive;
    background: #703a88;
    border-radius: 5px;
    padding: 14px;
  }
  #right-sidebar .vegetarian {
    border: 2px solid #eee;
  }
  #right-sidebar .vegetarian-content {
    padding: 0 15px;
  }
  #right-sidebar .vegetarian-content h5 a{
    font-size: 12px;
    line-height: 22px;
    color: #223645;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  #right-sidebar .vegetarian-content .meta-field span {
    font-size: 12px;
    line-height: 23px;
    color: #949fa7;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding-right: 7px;
    border-right: 1px solid #ccc;
  }
  #right-sidebar .vegetarian-content span.entry-time {
    border-right: none;
  }

/* ----------- Videos --------------- */
  
  #videos .video-image {
    position: relative;
  }
  #videos .video-content {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    opacity: 0.3;
  }
  #videos .video-content i {
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 10px 10px;
    font-size: 12px;
    cursor: pointer;
    border: 4px solid transparent;
    border-radius: 50%;
    background: #703a88;
  }
  #videos .video-image img {
    opacity: 0.7;
  }
  #videos .video-image:hover img  {
    opacity: 1;
  }
  #videos .video-image:hover .video-content  {
    opacity: 1;
  }
  #videos .owl-dots {
    margin-top: 20px;
    text-align: center;
  }
  #videos .owl-dots .active {
    background: #703a88;
  }
  #videos .owl-dots button {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50px;
    border: 1px solid transparent;
    margin-right: 5px;
    outline: none;
  }