/*=================================*/
/*  @Loaded All Plugins
/*=================================*/
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
@import "../css/bootstrap.min.css";
@import "../css/font-awesome.min.css";
@import "../css/slick.css";
@import "../css/magnific-popup.css";
/*=================================*/
/*  @Loaded Core Scss
/*=================================*/
/*=========================*/
/*  Font family
/*=========================*/
/*=========================*/
/*  Colors
/*=========================*/
/*=========================*/
/*  Responsive breakpoints
/*=========================*/
body {
  font-family: "Hind Siliguri", sans-serif;
  background: #F6F7F8;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  color: #6b6768;
  overflow-x: hidden;
  padding-top: 110px !important;
}
@media (min-width: 1200px) {
  body {
    padding-top: 75px !important;
  }
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  font-size: 16px;
  font-family: "Hind Siliguri", sans-serif;
  color: #6b6768;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hind Siliguri", sans-serif;
  color: #E0262A;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*=================================*/
/*  Color Classes
/*=================================*/
.theme_color {
  color: #E0262A;
}

.theme_bg {
  background-color: #E0262A;
}

.white_bg {
  background-color: #fff !important;
}

.text_color {
  color: #6b6768;
}

.color_black {
  color: #060606;
}

/*=================================*/
/*  Global class
/*=================================*/
a.btn, button.btn, .nav-link {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hind Siliguri", sans-serif;
}
a.btn i, button.btn i, .nav-link i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.btn:active, a.btn:focus-visible, a.btn:focus, button.btn:active, button.btn:focus-visible, button.btn:focus, .nav-link:active, .nav-link:focus-visible, .nav-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: transparent !important;
  color: #E0262A !important;
}
a.btn:hover, button.btn:hover, .nav-link:hover {
  color: #E0262A;
}
a.btn:hover i, button.btn:hover i, .nav-link:hover i {
  color: #E0262A;
}

.form-control {
  font-size: 16px;
  font-family: "Hind Siliguri", sans-serif;
  background-color: #fff;
  border-color: transparent;
  padding: 10px 20px;
  border-radius: 0px;
}
.form-control:focus {
  border-color: #E0262A;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group button {
  border-color: transparent;
  background-color: #fff;
}
.input-group button:active, .input-group button:hover {
  background-color: #fff !important;
  border-color: transparent !important;
}
.input-group button:active i, .input-group button:hover i {
  color: #E0262A !important;
}

.white-popup-block {
  background: #F6F7F8;
  padding: 40px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

a.ct_bg_color_btn,
button.ct_bg_color_btn {
  background-color: #E0262A;
  border-color: #E0262A;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 20px;
  width: 100%;
}
a.ct_bg_color_btn:active, a.ct_bg_color_btn:hover,
button.ct_bg_color_btn:active,
button.ct_bg_color_btn:hover {
  background-color: transparent !important;
  border-color: #E0262A !important;
  color: #E0262A !important;
}
@media (min-width: 576px) {
  a.ct_bg_color_btn,
button.ct_bg_color_btn {
    width: auto;
    padding: 9px 40px;
  }
}

a.white_btn,
button.white_btn {
  background-color: #fff !important;
  color: #E0262A !important;
}
a.white_btn:active, a.white_btn:hover,
button.white_btn:active,
button.white_btn:hover {
  background-color: #E0262A !important;
  color: #fff !important;
  border-color: #fff !important;
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  list-style: none;
  margin: 0 4px;
}
.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #050607;
  border: 0;
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.slick-dots .slick-active button {
  background-color: #E0262A;
}

.section_title_center,
.section_title {
  margin: 15px 0;
  position: relative;
}
@media (min-width: 992px) {
  .section_title_center,
.section_title {
    margin: 20px 0;
  }
}
.section_title_center p,
.section_title p {
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 3px;
  line-height: 1;
  font-size: 23px;
  font-weight: 400;
  background-color: #F6F7F8;
  color: #E0262A;
  z-index: 10;
  position: relative;
  display: inline-block;
}
.section_title_center .border_line,
.section_title .border_line {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section_title_center .border_line span,
.section_title .border_line span {
  display: block;
  background-color: #DDDEE0;
  height: 1px;
  width: 100%;
  margin-bottom: 4px;
}

.section_title_center {
  text-align: center;
}
.section_title_center p {
  padding-left: 10px;
}

#sidebar {
  margin: 20px 0;
}
#sidebar .sidebar_item {
  margin-bottom: 30px;
}
#sidebar .load-more__btn {
  color: #E0262A;
}
#sidebar .load-more__btn span {
  color: #E0262A;
}

.thumbs_up i, .thumbs_up p,
.post_time i,
.post_time p {
  font-size: 14px;
  font-weight: 500;
}

.posts_list .card-body a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.posts_list .card-body a:hover .card-title {
  color: #6b6768;
}

.card_post_item .card-body {
  padding: 15px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .card_post_item .card-body .title {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.48em;
  }
}
.card_post_item .card-body .post_meta {
  margin: 0 0 5px !important;
}
.card_post_item .card-body a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card_post_item .card-body a:hover .card-title,
.card_post_item .card-body a:hover .title {
  color: #6b6768 !important;
}

.card_post_item_only_title {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.card_post_item_only_title .title {
  margin-bottom: 0;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card_post_item_only_title .title:hover {
  color: #6b6768;
}
.card_post_item_only_title .card-body {
  padding: 15;
}
.card_post_item_only_title .post_meta {
  margin: 0 0 10px !important;
}
@media (min-width: 768px) {
  .card_post_item_only_title {
    padding: 0;
  }
}

.dropdown_menu_position {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em 1em !important;
  border-left: 1px solid #D8D9D9;
}
.dropdown_menu_position:focus-visible, .dropdown_menu_position:focus, .dropdown_menu_position:active {
  border-color: #D8D9D9 !important;
}

.slick-arrow {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}
.slick-arrow i {
  color: #fff;
  font-size: 24px;
}

.nextArrow {
  left: auto;
  right: 10px;
}

.pagination .active {
  font-size: 14px;
}
.pagination .active a, .pagination .active span {
  font-size: 16px;
  color: #E0262A;
}
.pagination .page-item {
  border-radius: 100%;
}
.pagination .page-item:last-child, .pagination .page-item:first-child {
  background-color: #E0262A;
}
.pagination .page-item:last-child a, .pagination .page-item:last-child span, .pagination .page-item:first-child a, .pagination .page-item:first-child span {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.pagination .page-link {
  background: transparent;
  border-color: transparent;
  color: #060606;
  line-height: 1;
  font-weight: 600;
}
.pagination .page-link:hover {
  background: transparent;
  border-color: transparent;
  color: #E0262A;
}
.pagination .page-link:hover i {
  color: #E0262A;
}
.pagination .page-link i {
  color: #060606;
}

.preparation .timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.preparation .timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  background-color: #E0262A;
}
.preparation .timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.preparation .timeline > li:before,
.preparation .timeline > li:after {
  content: " ";
  display: table;
}
.preparation .timeline > li:after {
  clear: both;
}
.preparation .timeline > li:before,
.preparation .timeline > li:after {
  content: " ";
  display: table;
}
.preparation .timeline > li:after {
  clear: both;
}
.preparation .timeline > li > .timeline-panel {
  float: right;
  position: relative;
  width: calc(100% - 80px);
  margin-left: 0;
  padding-right: 15px;
}
.preparation .timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 15px;
  width: 50px;
  height: 50px;
  margin-left: 0;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #E0262A;
}
.preparation .timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.preparation .timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.preparation .timeline-title {
  margin: 15px 0 10px;
  font-size: 20px;
  color: #6b6768;
  font-weight: 400;
}
.preparation .timeline-body > p,
.preparation .timeline-body > ul {
  margin-bottom: 0;
}
.preparation .timeline-body > p + p {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .preparation .timeline > li > .timeline-panel {
    width: calc(100% - 100px);
  }
}

.posts_featured_img {
  min-height: 350px;
  width: 100%;
  background-color: #F6F7F8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (min-width: 768px) {
  .posts_featured_img {
    min-height: 235px;
  }
}
@media (min-width: 1200px) {
  .posts_featured_img {
    min-height: 380px;
  }
}

@media (min-width: 992px) {
  .left_img_type {
    min-height: 120px;
  }
}

.main_sticky_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  background: #E0262A;
  color: #fff;
  border-radius: 25px;
  height: 36px;
  line-height: 35px;
  padding: 0 12px;
  font-size: 18px;
}
.totop i {
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1850px) {
  #slider_area .subscription_area {
    padding: 0 100px !important;
  }
  #slider_area .slider_item {
    left: 100px !important;
    max-width: 499px !important;
  }
  #slider_area .slick-track {
    height: 628px !important;
  }
  #slider_area .hero_subscription .title {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .height_control {
    min-height: calc(100vh - 400px);
  }
}
.tags_area i {
  font-size: 20px;
}
.tags_area a {
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tags_area a:hover {
  color: #6b6768 !important;
}

.sera_recipe .posts_featured_img {
  min-height: 220px;
}

.details_ajax_recipe .posts_featured_img {
  min-height: 220px;
}
@media (min-width: 768px) {
  .details_ajax_recipe .posts_featured_img {
    min-height: 110px;
  }
}
@media (min-width: 992px) {
  .details_ajax_recipe .posts_featured_img {
    min-height: 220px;
  }
}

a.outline_btn {
  background-color: transparent;
  color: #E0262A;
  margin-top: 15px;
}
a.outline_btn:hover {
  background-color: #E0262A !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  a.outline_btn {
    margin-top: 0px;
    margin-left: 10px;
  }
}

.share_btn {
  padding: 3px 20px 5px !important;
  line-height: 1;
}

.share_btn i {
  color: #fff;
}

.share_btn span {
  color: #fff;
  font-size: 12px;
}

.share_btn:hover span {
  color: #E0262A;
}

.fb_color {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}

.inst_color {
  background-color: #FD1D1D !important;
  border-color: #FD1D1D !important;
}

.social_media_offcanvas i {
  font-size: 24px;
  margin: 0 15px;
}

#main_nav {
  background-color: #f7f7f7;
  /*===================================*/
  /*  Mobile Nav
  /*===================================*/
  /*===================================*/
  /*  Dropdown Mobile Nav
  /*===================================*/
  /*===================================*/
  /*  Dropdown Mobile Nav
  /*===================================*/
}
#main_nav .mobile_logo {
  max-width: 90px;
}
#main_nav .navbar-toggler i {
  font-size: 26px;
}
#main_nav .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#main_nav .main_nav_mobile_area .mobile_menu_bar {
  min-width: 50px;
  padding-right: 30px;
}
#main_nav .navbar-nav .nav-item {
  font-weight: 500;
  border-bottom: 1px solid #D8D9D9;
}
#main_nav .navbar-nav:first-child {
  padding-top: 15px;
}
#main_nav .navbar-nav:first-child li:first-child {
  border-top: 1px solid #D8D9D9;
}
@media (min-width: 768px) {
  #main_nav .social_media_for_tab .navbar-nav:first-child {
    padding-top: 0;
  }
  #main_nav .social_media_for_tab .navbar-nav:first-child li {
    border-bottom: 0;
  }
  #main_nav .social_media_for_tab .navbar-nav:first-child li:first-child {
    border: 0;
  }
}
@media (min-width: 1200px) {
  #main_nav .navbar-nav .nav-item {
    border: 0;
  }
  #main_nav .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 400;
    color: #E0262A;
    padding: 0 10px;
  }
  #main_nav .navbar-nav .nav-link:hover {
    color: #6b6768;
  }
  #main_nav .navbar-nav:first-child {
    padding-top: 0;
  }
  #main_nav .navbar-nav:first-child li:first-child {
    border: 0;
  }
  #main_nav .social_media_xl {
    padding-right: 100px;
  }
  #main_nav .social_media_xl .nav-link {
    padding: 0 8px !important;
  }
  #main_nav .social_media_xl .nav-link i {
    color: rgb(45, 45, 40);
    font-size: 13px;
  }
  #main_nav .social_media_xl .nav-link:hover i {
    color: #E0262A;
  }
  #main_nav .action_nav_xl .nav-link {
    font-weight: 400;
    font-size: 13px;
    color: #6b6768;
    padding: 0 10px;
    margin-right: 10px;
  }
  #main_nav .action_nav_xl .nav-link:hover {
    color: #E0262A;
  }
  #main_nav .action_nav_xl .search_icon {
    font-size: 18px;
  }
  #main_nav .action_nav_xl .search_icon:hover {
    color: #6b6768;
  }
}
@media (min-width: 1600px) {
  #main_nav {
    padding: 0 40px;
  }
  #main_nav .navbar-brand {
    width: 75px;
  }
  #main_nav .navbar_left {
    padding-right: 20px;
  }
  #main_nav .navbar_right {
    padding-left: 20px;
  }
  #main_nav .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    padding: 0 30px;
  }
  #main_nav .social_media_xl .nav-link,
#main_nav .action_nav_xl .nav-link {
    font-size: 15px;
    font-weight: 400;
  }
  #main_nav .action_nav_xl .nav-link {
    padding: 0 10px;
  }
}
#main_nav .dropdown .dropdown-menu li {
  border-color: transparent;
}
#main_nav .dropdown .dropdown-menu li:first-child {
  border-color: transparent;
}
#main_nav .dropdown .navbar-nav a {
  font-size: 15px;
  color: #6b6768;
  padding: 3px 0;
}
#main_nav .dropdown .navbar-nav a:hover {
  color: #E0262A;
}
@media (min-width: 768px) {
  #main_nav .dropdown .dropdown-menu {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  #main_nav .dropdown .navbar-nav {
    min-width: 500px;
  }
}
#main_nav .offcanvas .navbar-nav a {
  padding: 1em 0;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #6b6768;
  letter-spacing: 0.1em;
}
#main_nav .offcanvas .navbar-nav li:first-child {
  border-top: 0;
}
#main_nav .offcanvas .navbar-nav li:last-child {
  border-bottom: 0;
}
#main_nav .offcanvas .navbar-nav .dropdown .dropdown-menu a {
  padding: 0 0px 5px;
}

.magnificPopup_content {
  position: relative;
}

.magnificPopup_close_btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border-color: transparent;
  color: #6b6768;
}
.magnificPopup_close_btn i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.magnificPopup_close_btn:hover i {
  color: #E0262A;
}

#slider_area {
  position: relative;
  /*===================================*/
  /*  Hero Search
  /*===================================*/
}
#slider_area img {
  width: 100%;
}
#slider_area .slider_item {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 35px;
}
#slider_area .item_title {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
}
#slider_area .item_content {
  font-size: 15px;
  line-height: 1.5;
  color: #060606;
}
#slider_area .slick-arrow {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}
#slider_area .slick-arrow i {
  font-size: 24px;
}
#slider_area .nextArrow {
  left: auto;
  right: 15px;
}
@media (min-width: 768px) {
  #slider_area .slider_item {
    text-align: left;
    max-width: 350px;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #slider_area .slick-track {
    height: 400px;
  }
}
@media (min-width: 992px) {
  #slider_area .slider_item {
    max-width: 400px;
    left: 40px;
    top: 40%;
  }
  #slider_area .slick-track {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #slider_area .slider_item {
    max-width: 550px;
    left: 250px;
    top: 40%;
  }
  #slider_area .custom_item {
    top: 50%;
  }
  #slider_area .item_title {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  #slider_area .item_content {
    font-size: 15px;
    line-height: 1.5;
  }
  #slider_area .slick-track {
    height: 850px;
  }
  #slider_area .slick-arrow {
    left: 50px;
  }
  #slider_area .nextArrow {
    left: auto;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  #slider_area .subscription_area {
    padding: 0 50px;
    width: 100%;
    position: absolute;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  #slider_area .subscription_area {
    padding: 0 20px;
    width: 100%;
    position: absolute;
    bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #slider_area .subscription_area {
    padding: 0 283px;
  }
}
#slider_area .hero_subscription {
  text-align: center;
  background-color: #E0262A;
  padding: 15px 20px;
}
#slider_area .hero_subscription .title {
  margin-bottom: 15px;
}
#slider_area .hero_subscription .input_col {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #slider_area .hero_subscription {
    text-align: left;
  }
  #slider_area .hero_subscription .input_col {
    margin-bottom: 0;
  }
  #slider_area .hero_subscription .title {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #slider_area .hero_subscription {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #slider_area .hero_subscription .title {
    margin-bottom: 0;
  }
  #slider_area .hero_subscription .input_col {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #slider_area .hero_subscription .title {
    font-weight: 400;
    font-size: 30px;
    margin-right: 0px;
  }
  #slider_area .hero_subscription form .form-control {
    font-size: 16px;
    line-height: 24px;
    padding: 0 24px;
    height: 55px;
  }
  #slider_area .hero_subscription .ct_bg_color_btn {
    font-size: 16px;
    line-height: 24px;
    height: 55px;
  }
}

#masonry_area,
#section_post_area,
#posts_area {
  background-color: #fff;
  padding: 20px 0;
}
@media (min-width: 992px) {
  #masonry_area,
#section_post_area,
#posts_area {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  #masonry_area,
#section_post_area,
#posts_area {
    padding: 80px 0;
  }
}
#masonry_area .post_meta,
#section_post_area .post_meta,
#posts_area .post_meta {
  margin: 15px 0 10px;
}
#masonry_area .title,
#section_post_area .title,
#posts_area .title {
  font-size: 20px;
  font-weight: 500;
}
#masonry_area .author_info,
#section_post_area .author_info,
#posts_area .author_info {
  margin-top: 20px;
}
#masonry_area .author_info .author_img,
#section_post_area .author_info .author_img,
#posts_area .author_info .author_img {
  width: 70px;
  height: 70px;
  background-color: #E0262A;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: fill;
     object-fit: fill;
  margin-right: 10px;
}
#masonry_area .author_info .author_name,
#section_post_area .author_info .author_name,
#posts_area .author_info .author_name {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  max-width: 200px;
}
#masonry_area .author_info .post_date,
#section_post_area .author_info .post_date,
#posts_area .author_info .post_date {
  font-size: 14px;
}
@media (min-width: 768px) {
  #masonry_area .author_info .author_img,
#section_post_area .author_info .author_img,
#posts_area .author_info .author_img {
    width: 50px;
    height: 50px;
  }
  #masonry_area .author_info .author_name,
#section_post_area .author_info .author_name,
#posts_area .author_info .author_name {
    font-size: 14px;
  }
}
#masonry_area .share_bookmark a,
#section_post_area .share_bookmark a,
#posts_area .share_bookmark a {
  font-size: 18px;
  margin: 0 10px;
}
#masonry_area .share_bookmark i,
#section_post_area .share_bookmark i,
#posts_area .share_bookmark i {
  color: #bfbfbf;
}
@media (min-width: 768px) {
  #masonry_area .share_bookmark a,
#section_post_area .share_bookmark a,
#posts_area .share_bookmark a {
    font-size: 16px;
    margin: 0 7px;
  }
}
@media (min-width: 1200px) {
  #masonry_area .share_bookmark a,
#section_post_area .share_bookmark a,
#posts_area .share_bookmark a {
    font-size: 24px;
    margin: 0 15px;
  }
}
#masonry_area .featured_post,
#section_post_area .featured_post,
#posts_area .featured_post {
  margin-bottom: 25px;
}
#masonry_area .featured_post .card-body,
#section_post_area .featured_post .card-body,
#posts_area .featured_post .card-body {
  background-color: #fff;
}
#masonry_area .featured_post .post_meta,
#section_post_area .featured_post .post_meta,
#posts_area .featured_post .post_meta {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  #masonry_area .featured_post .posts_featured_img,
#section_post_area .featured_post .posts_featured_img,
#posts_area .featured_post .posts_featured_img {
    min-height: 380px;
    background-size: 100%;
  }
}
@media (min-width: 992px) {
  #masonry_area .featured_post .title,
#section_post_area .featured_post .title,
#posts_area .featured_post .title {
    font-size: 23px;
    font-weight: 400;
  }
  #masonry_area .featured_post .posts_featured_img,
#section_post_area .featured_post .posts_featured_img,
#posts_area .featured_post .posts_featured_img {
    min-height: 255px;
    background-size: 100%;
  }
}
#masonry_area .posts_list,
#section_post_area .posts_list,
#posts_area .posts_list {
  margin-bottom: 20px;
}
#masonry_area .posts_list .card-body,
#section_post_area .posts_list .card-body,
#posts_area .posts_list .card-body {
  padding: 0 15px;
}
#masonry_area .posts_list .card-title,
#section_post_area .posts_list .card-title,
#posts_area .posts_list .card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 10px 0;
}
@media (min-width: 992px) {
  #masonry_area .posts_list .card-title,
#section_post_area .posts_list .card-title,
#posts_area .posts_list .card-title {
    margin: 0 0;
    font-weight: 400;
  }
}
#masonry_area .posts_list .card-text,
#section_post_area .posts_list .card-text,
#posts_area .posts_list .card-text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  #masonry_area .posts_list .card-text,
#section_post_area .posts_list .card-text,
#posts_area .posts_list .card-text {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #masonry_area .posts_list .card-text,
#section_post_area .posts_list .card-text,
#posts_area .posts_list .card-text {
    font-size: 20px;
  }
}

/*==========================================*/
/*  Section Post
/*==========================================*/
#masonry_area,
#section_post_area {
  background-color: #F6F7F8;
}
#masonry_area .card_post_item,
#section_post_area .card_post_item {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #masonry_area .card_post_item,
#section_post_area .card_post_item {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #masonry_area .author_info .author_img,
#section_post_area .author_info .author_img {
    width: 70px;
  }
  #masonry_area .share_bookmark,
#section_post_area .share_bookmark {
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  #masonry_area .author_info .author_img,
#section_post_area .author_info .author_img {
    width: 50px;
  }
  #masonry_area .title,
#section_post_area .title {
    font-size: 23px;
    font-weight: 400;
  }
}

#most_popular_post_slider {
  padding: 20px 0;
}
#most_popular_post_slider .img_area {
  position: relative;
}
#most_popular_post_slider .img_area .posts_featured_img {
  min-height: 340px;
}
#most_popular_post_slider .img_area .posts_featured_img i {
  color: #E0262A;
  font-size: 60px;
}
#most_popular_post_slider .img_area .posts_featured_img:hover i {
  color: #F6F7F8;
}
@media (min-width: 1200px) {
  #most_popular_post_slider .img_area .posts_featured_img {
    min-height: 456px;
  }
}
#most_popular_post_slider .img_area .cat_sicker {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E0262A;
  padding: 5px 10px;
}
#most_popular_post_slider .img_area .cat_sicker i {
  color: #fff;
  margin-right: 10px;
}
#most_popular_post_slider .img_area .cat_sicker p {
  color: #fff;
}
@media (min-width: 992px) {
  #most_popular_post_slider .img_area .cat_sicker {
    padding: 5px 15px;
  }
}
#most_popular_post_slider .content_area {
  background-color: #fff;
  padding: 15px;
}
#most_popular_post_slider .content_area p {
  color: #6b6768;
}
#most_popular_post_slider .content_area a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#most_popular_post_slider .content_area a:hover .title {
  color: #6b6768;
}
#most_popular_post_slider .content_area .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
#most_popular_post_slider .content_meta {
  margin-bottom: 10px;
}
#most_popular_post_slider .content_meta i {
  margin-right: 5px;
}
#most_popular_post_slider .content_meta .meta_video {
  margin-right: 10px;
}
#most_popular_post_slider .slick-dots {
  margin: 10px 0;
}
#most_popular_post_slider .footer_btn {
  text-align: center;
  width: 100%;
}
#most_popular_post_slider .footer_btn button {
  width: auto;
}
#most_popular_post_slider .footer_btn button:hover i {
  color: #E0262A;
}
#most_popular_post_slider .footer_btn i {
  margin-left: 5px;
  color: #fff;
}
@media (min-width: 992px) {
  #most_popular_post_slider {
    padding: 50px 0;
  }
  #most_popular_post_slider .content_area {
    padding: 15px 60px;
  }
  #most_popular_post_slider .content_area .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #most_popular_post_slider .slick-dots {
    margin: 15px 0;
  }
}
@media (min-width: 1200px) {
  #most_popular_post_slider {
    padding: 80px 0;
  }
  #most_popular_post_slider .slick-dots {
    margin: 20px 0;
  }
  #most_popular_post_slider .content_area {
    padding: 15px 190px 15px 75px;
  }
  #most_popular_post_slider .content_area .title {
    font-size: 35px;
  }
}

#most_popular_featured_post {
  background-color: #fff;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  #most_popular_featured_post {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  #most_popular_featured_post {
    padding: 80px 0;
  }
}
#most_popular_featured_post .image_with_content {
  position: relative;
}
#most_popular_featured_post .image_with_content:hover .overlay_content {
  max-height: 1000px;
  height: auto;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
#most_popular_featured_post .image_with_content .card-body {
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 0;
  width: 90%;
  z-index: 10;
  background-color: #fff;
}
#most_popular_featured_post .image_with_content .card-body .title {
  font-size: 20px;
  margin: 0;
}
@media (min-width: 1200px) {
  #most_popular_featured_post .image_with_content .card-body .title {
    font-size: 23px;
  }
}
#most_popular_featured_post .overlay_content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
#most_popular_featured_post .overlay_content p {
  margin-top: 12px;
}
#most_popular_featured_post .slick-arrow i {
  font-size: 40px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#most_popular_featured_post .slick-arrow i:hover {
  color: #E0262A;
}
#most_popular_featured_post .featured_post_img {
  min-height: 400px;
  width: 100%;
  background-color: #F6F7F8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (min-width: 768px) {
  #most_popular_featured_post .featured_post_img {
    min-height: 290px;
  }
}
@media (min-width: 992px) {
  #most_popular_featured_post .featured_post_img {
    min-height: 390px;
  }
}
@media (min-width: 1200px) {
  #most_popular_featured_post .featured_post_img {
    min-height: 550px;
  }
}
@media (min-width: 768px) {
  #most_popular_featured_post .slick-arrow i {
    color: #6b6768;
  }
  #most_popular_featured_post .prevArrow {
    left: -35px;
  }
  #most_popular_featured_post .nextArrow {
    right: -35px;
  }
}
@media (min-width: 1200px) {
  #most_popular_featured_post .prevArrow {
    left: -60px;
  }
  #most_popular_featured_post .nextArrow {
    right: -60px;
  }
}

/*==============================*/
/*  Home Catagory
/*==============================*/
#slide_categories_area {
  background-color: #E0262A;
  margin: 20px 0;
  padding: 10px 0;
  position: relative;
}
#slide_categories_area img {
  width: 50%;
  margin: 0 auto 20px;
}
#slide_categories_area .block {
  text-align: center;
  padding: 15px;
}
#slide_categories_area .title {
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
}
#slide_categories_area .prevArrow {
  left: -3px;
}
#slide_categories_area .nextArrow {
  right: -3px;
}
@media (min-width: 768px) {
  #slide_categories_area .prevArrow {
    left: -10px;
  }
  #slide_categories_area .nextArrow {
    right: -10px;
  }
}
@media (min-width: 1200px) {
  #slide_categories_area {
    padding: 20px 0;
  }
  #slide_categories_area #slide_categories_slider {
    padding: 0;
  }
  #slide_categories_area img {
    width: 80%;
  }
  #slide_categories_area .slick-arrow i {
    font-size: 50px;
  }
  #slide_categories_area .prevArrow {
    left: -25px;
  }
  #slide_categories_area .nextArrow {
    right: -25px;
  }
}

/*==============================*/
/*  Home Call to action
/*==============================*/
#call_to_action {
  background-color: #E0262A;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: fill;
     object-fit: fill;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 992px) {
  #call_to_action {
    padding: 30px 0 50px;
  }
}
#call_to_action img {
  max-width: 100px;
}
@media (min-width: 992px) {
  #call_to_action img {
    max-width: 100%;
  }
}
#call_to_action .title {
  margin: 5px 0 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  #call_to_action .title {
    font-size: 20px;
  }
}
#call_to_action .ct_bg_color_btn {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 5px 20px;
}

/*==============================*/
/*  Home instagram
/*==============================*/
#instagram_area {
  padding: 20px 0;
}
@media (min-width: 992px) {
  #instagram_area {
    padding: 50px 0;
  }
}
#instagram_area button {
  margin: 5px;
}
#instagram_area button i {
  margin: 0 5px;
  color: #fff;
}
#instagram_area button:hover i {
  color: #E0262A !important;
}

#masonry_area .masonry_post_img_bg {
  background: #F6F7F8;
  min-height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: fill;
     object-fit: fill;
  background-position: center center;
}
@media (min-width: 992px) {
  #masonry_area {
    padding-bottom: 0;
  }
  #masonry_area .card_post_item_end {
    margin-bottom: 0;
  }
  #masonry_area .card_post_item .title {
    font-size: 20px !important;
    line-height: 1.5em !important;
  }
  #masonry_area .masonry_post_img_bg {
    min-height: 720px !important;
  }
  #masonry_area .custom_card_post_item a .title {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  #masonry_area .card_post_item {
    margin-bottom: 20px;
  }
  #masonry_area .custom_card_post_item {
    margin-bottom: 0;
  }
  #masonry_area .posts_featured_img {
    min-height: 290px;
  }
  #masonry_area .card_post_item .title {
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.5em !important;
  }
}
@media (min-width: 768px) {
  #masonry_area .card_post_item .title {
    font-size: 22px;
  }
  #masonry_area .masonry_post_img_bg {
    min-height: 745px !important;
  }
  #masonry_area .custom_card_post_item a .title {
    font-size: 35px !important;
    line-height: 1.29em;
    margin-bottom: 10px;
  }
  #masonry_area .custom_card_post_item .card-body {
    padding: 34px 40px 34px;
    background-color: #fff;
  }
}

#all_recipes_area {
  padding: 20px 0;
}
@media (min-width: 768px) {
  #all_recipes_area {
    padding: 50px 0;
  }
}
#all_recipes_area .row_item {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #all_recipes_area .row_item {
    padding: 15px 0;
  }
}
#all_recipes_area .posts_featured_img {
  min-height: 215px;
}

#best_recipe,
#foram_area {
  padding: 20px 0;
}
@media (min-width: 768px) {
  #best_recipe,
#foram_area {
    padding: 50px 0;
  }
}

#best_recipe {
  background-color: #fff;
}

#single_post,
#single_page {
  padding: 20px 0;
}
@media (min-width: 768px) {
  #single_post,
#single_page {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  #single_post,
#single_page {
    padding: 80px 0 0;
  }
}
#single_post .section_title p,
#single_page .section_title p {
  padding-left: 10px;
}
#single_post .post_title .title,
#single_page .post_title .title {
  font-size: 27px;
  line-height: 1.5;
}
#single_post .ingredient,
#single_page .ingredient {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #single_post .ingredient,
#single_page .ingredient {
    margin-bottom: 50px;
  }
}
#single_post .ingredient i,
#single_page .ingredient i {
  cursor: pointer;
}
#single_post .preparation_list i,
#single_page .preparation_list i {
  cursor: pointer;
}
#single_post .post_actions a,
#single_post .post_actions button,
#single_page .post_actions a,
#single_page .post_actions button {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #single_post .post_actions a,
#single_post .post_actions button,
#single_page .post_actions a,
#single_page .post_actions button {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
#single_post .post_actions a:hover,
#single_post .post_actions button:hover,
#single_page .post_actions a:hover,
#single_page .post_actions button:hover {
  background-color: #E0262A !important;
  color: #fff !important;
}
#single_post .post_actions a:hover i,
#single_post .post_actions button:hover i,
#single_page .post_actions a:hover i,
#single_page .post_actions button:hover i {
  color: #fff;
}
#single_post .icon_area,
#single_page .icon_area {
  min-width: 45px;
  min-height: 45px;
}
#single_post .img_area,
#single_page .img_area {
  background-color: #fff;
  padding: 15px;
}
#single_post .img_area iframe,
#single_page .img_area iframe {
  width: 100%;
  min-height: 380px;
}
@media (min-width: 768px) {
  #single_post .img_area iframe,
#single_page .img_area iframe {
    min-height: 750px;
  }
}
@media (min-width: 768px) {
  #single_post .img_area .posts_featured_img,
#single_page .img_area .posts_featured_img {
    background-color: #F6F7F8;
    background-size: 100%;
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  #single_post .img_area .posts_featured_img,
#single_page .img_area .posts_featured_img {
    background-size: 80%;
  }
}

#video_area {
  padding: 20px 0;
}
@media (min-width: 768px) {
  #video_area {
    padding: 50px 0 0;
  }
}
@media (min-width: 1200px) {
  #video_area {
    padding: 80px 0 0;
  }
}

#our_story {
  background-color: #f0f3f5;
  padding: 20px 0;
  /*================================*/
  /*  Our Story Item
  /*================================*/
}
#our_story .section_title p {
  padding-left: 0px;
  background-color: #f0f3f5;
}
#our_story .hero_area {
  background-color: #F6F7F8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 390px;
  position: relative;
}
#our_story .hero_area .title {
  font-weight: 700;
  line-height: 1.625em;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #our_story {
    padding: 50px 0 0;
  }
  #our_story .hero_area .title {
    font-size: 29px;
    text-align: left;
    bottom: 10px;
    width: 70%;
  }
}
@media (min-width: 992px) {
  #our_story .hero_area .title {
    bottom: 30px;
    width: 56%;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  #our_story {
    padding: 80px 0 0;
  }
  #our_story .hero_area .title {
    width: 45%;
  }
}
#our_story .story_item {
  padding: 15px;
}
@media (min-width: 992px) {
  #our_story .story_item {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  #our_story .story_item {
    padding: 35px 50px;
  }
}
#our_story .story_item .content .title {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
@media (min-width: 768px) {
  #our_story .story_item .content .title {
    margin-top: 0;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #our_story .story_item .content .title {
    margin-top: 0;
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  #our_story .story_item .content {
    padding: 0 100px 0 0;
  }
}
#our_story .story_item .img_area img {
  width: 100%;
}
@media (min-width: 1200px) {
  #our_story .left_img .content {
    padding: 0 0 0 100px;
  }
}

#contact_area {
  background-color: #f0f3f5;
  padding: 20px 0;
}
@media (min-width: 992px) {
  #contact_area {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  #contact_area {
    padding: 80px 0;
  }
}
#contact_area .section_title p {
  padding-left: 0px;
  background-color: #f0f3f5;
}
#contact_area .top_content .title {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
}
#contact_area .bottom_content .content_item {
  margin-bottom: 20px;
}
#contact_area .bottom_content .content_item .title {
  font-size: 18px;
}
#contact_area .post_show,
#contact_area .bottom_content,
#contact_area .contact_form {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #contact_area .contact_form {
    margin-bottom: 50px;
  }
}
#contact_area .post_show {
  padding: 15px;
}
@media (min-width: 1200px) {
  #contact_area .post_show {
    padding: 43px 50px;
  }
}
#contact_area .post_show .card-body {
  padding: 0 15px;
}
@media (min-width: 768px) {
  #contact_area .post_show .card-body {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  #contact_area .post_show .card-body {
    padding: 0 15px;
  }
}
#contact_area .display_tags {
  padding: 15px;
}
@media (min-width: 1200px) {
  #contact_area .display_tags {
    padding: 43px 50px;
  }
}
#contact_area .display_tags .catagory_list li {
  padding: 5px 0;
}
#contact_area .display_tags .catagory_list li:first-child {
  padding-top: 0;
}
#contact_area .display_tags .catagory_list li a {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #6b6768;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact_area .display_tags .catagory_list li a i {
  margin-right: 5px;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact_area .display_tags .catagory_list li a:hover {
  color: #E0262A;
}
#contact_area .display_tags .catagory_list li a:hover i {
  color: #E0262A;
}

#search_form_area {
  background-color: #f0f3f5;
  padding: 20px 0;
}
@media (min-width: 992px) {
  #search_form_area {
    padding: 50px 0;
  }
}
#search_form_area .title {
  font-size: 23px;
  margin-bottom: 20px;
}
#search_form_area .search_form button {
  background-color: #E0262A;
}
#search_form_area .search_form button i {
  color: #fff;
}
#search_form_area .search_form button:hover {
  border: 1px solid #E0262A !important;
  background-color: transparent;
}
#search_form_area .search_form button:hover i {
  color: #E0262A;
}

#search_list_area {
  padding: 20px 0;
}
@media (min-width: 992px) {
  #search_list_area {
    padding: 50px 0;
  }
}
#search_list_area .search_img {
  width: 100%;
  height: 120px;
  background-color: #F6F7F8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (min-width: 768px) {
  #search_list_area .search_img {
    height: 100px;
  }
}
@media (min-width: 992px) {
  #search_list_area .search_img {
    height: 150px;
  }
}

footer {
  padding: 20px 0;
}
footer .copyright {
  color: #292725;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  footer .copyright {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  footer .copyright {
    margin-bottom: 0px;
  }
}
footer .footer_social {
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer_social {
    text-align: right;
  }
}
footer ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  footer ul {
    margin-bottom: 0px;
  }
}
footer ul li {
  display: inline-block;
  margin: 0 5px;
  color: #292725 !important;
}
footer ul li i {
  color: #292725 !important;
}