@import url("../font/stylesheet.css");

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  cursor: pointer;
}
ul {
  margin: 0;
  padding: 0;
}
.bg_style {
  background-size: cover;
  background-repeat: no-repeat;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1240px;
  padding: 0 16px;
}
.theme_btn {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  padding: 16px 24px;
  border-radius: 4px;
  background: #e64427;
  border: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.theme_btn:hover {
  color: #fff;
}
.py_8 {
  padding: 80px 0;
}
.py_48 {
  padding: 48px 0 0;
}
.tittle_head {
  margin-bottom: 48px;
  text-align: center;
}
.tittle_head h2 {
  font-weight: 800;
  font-size: 52px;
  color: #2d3648;
  text-transform: uppercase;
  margin-bottom: 0;
}
/*-------------------
         HOMEPAGE 
----------------------*/
/*-------------------
         Header 
----------------------*/
header {
  border-bottom: 1px solid #e5e7eb;
}
.main_logo {
  max-width: 184px;
  width: 100%;
}
.main_logo a{
  display: block;
}
.main_header {
  justify-content: space-between;
  padding: 8px 0 16px;
}
.main_header,
.menu_links {
  display: flex;
  align-items: center;
}
.social_icons li a {
  border: 1px solid #105075;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_icons li {
  padding-left: 16px;
}
ul.menu_links li {
  padding: 0 12px;
}
ul.menu_links li:first-child {
  padding-left: 0;
}
ul.menu_links li:last-child {
  padding-right: 0;
}
ul.menu_links li a {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 4px;
  color: #2e2e2e;
}
.hero_banner_sec {
  padding: 254px 0;
  position: relative;
}
.hero_banner_sec:before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero_banner_txt {
  position: relative;
}
.hero_banner_txt h1 {
  font-weight: 800;
  font-size: 80px;
  line-height: 96px;
  text-transform: uppercase;
  color: #ffffff;
  margin: auto;
  max-width: 798px;
}
.hero_banner_txt h1 span {
  color: #f3735b;
}
.home_video_row {
  position: relative;
  margin-top: -98px;
}
.video_txt {
  padding: 24px;
  background: #fff;
}
.video_txt h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #05324c;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 14px;
  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 85px;
}
.video_img img.post-img {
    margin-bottom: 7px;
}
.video_txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #e64427;
  display: flex;
  align-items: center;
  margin: 0 0 22px;
}
.video_txt p img {
  padding-right: 14px;
}
.video_txt p span {
  display: inline-block;
  padding: 0 2px;
  color: #05324c;
}
.video_txt a {
  background: #e64427;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.video_txt a:hover {
  color: #fff;
}
.recipes_box .video_txt a.theme_btn {
  background: #fff;
  border: 1px solid #e64427;
  color: #2E2E2E;
}
.video_txt a.video_txt_a {
  background: none;
}
.video_txt a img {
  padding-right: 19px;
}
.video_img img {
  width: 100%;
}
.video_box {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgb(24 64 87 / 10%);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.home_video_sec {
  padding-bottom: 96px;
}
.videos_bttn a.theme_btn {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  background: #05324c;
  margin-top: 48px;
}
.home_shop_sec {
  padding: 96px 0;
}
.home_shoptxt h5 {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  object-fit: contain;
}
.instagram_search_bar {
  position: relative;
  margin-bottom: 20px;
}

.instagram_search_bar label {
  display: block;
}
.bolg_box {
  margin-bottom: 20px;
}

.bolg_box .row {
  align-items: center;
}
section.blog_latest_sec .bolg_tittle_head {
  font-size: 35px;
  text-decoration: underline;
  color: #e64427;
  font-weight: 600;
}
.newsletter_sec_buttons .tittle_head a {
  background: #e64427;
  display: block;
  padding: 10px 0;
  color: #ffff;
  border-radius: 100px;
}
.newsletter_sec_buttons .tittle_head a:hover {
  background: #2d3648;
}
.instagram_search_bar button.search-submit:hover {
  background: #2d3648;
}

.newsletter_sec_buttons {
  padding: 50px 0 0 0;
}
.instagram_search_bar input.search-field {
  width: 90%;
  border: 1px solid #ccc;
  padding: 8px 10px;
  border-radius: 4px;
}

.instagram_search_bar button.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #e64427;
  color: #fff;
  padding: 8px 14px;
  border-radius: 100px;
}
section.blog_latest_sec .bolg_tittle_head:hover {
  color: #2d3648;
}
.home_shoptxt {
  position: relative;
}
.home_shoptxt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}
.home_shoptxt a {
  border: 2px solid #e64427;
  color: #fff;
  background: transparent;
  transition: all 0.6s;
}
.home_shoptxt a:hover {
  background: #e64427;
  color: #fff;
}
.home_shop_card {
  padding: 224px 53px;
  position: relative;
}
.home_shop_card:before {
  background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(38, 118, 164, 0.57) 0%,
      rgba(35, 51, 61, 0) 100%
    ),
    linear-gradient(0deg, rgba(16, 80, 117, 0.64), rgba(16, 80, 117, 0.64));
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.home_subscribe_box {
  padding: 53px 0 35px;
}
.home_subscribetxt h2 {
  font-weight: 800;
  font-size: 52px;
  line-height: 64px;
  text-transform: uppercase;
  color: #184057;
  margin-bottom: 16px;
}
.home_subscribetxt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  margin-bottom: 20px;
}

.home_subscribeimg {
  padding: 98px 158px 115px 98px;
}
.home_subscribe_box .container {
  max-width: 1207px;
}
.home_subscribetxt {
  padding-right: 8px;
}
.subscribe_bttn a {
  background: #e64427;
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
}
.subscribe_bttn a:hover {
  color: #fff;
}
.subscribe_bttn a.theme_btn img {
  padding-right: 16px;
  border-right: 1px solid #f39584;
  margin-right: 16px;
}
footer {
  background: #1a202c;
  padding: 64px 0;
  display: none;
}
.footer_txt p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.footer_logo {
  max-width: 30%;
  flex: 0 0 30%;
  padding-right: 16px;
}
.footer_logo a{
  display: block;
}
.footer_txt p{
  margin-bottom: 0;
}

ul.footer_links li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat";
}
ul.footer_links {
  flex-wrap: wrap;
}
ul.footer_links li {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 12px 24px;
}
.footer_row .social_icons li a {
  filter: brightness(0) invert(1);
}
.footer_head h6 {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 19px;
}
.social_icons li:first-child {
  padding-left: 0;
}
.subscribe_form form input[type="text"] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-feature-settings: "calt" off;
  border: none;
  width: 100%;
}
.subscribe_form form input[type="text"]::placeholder {
  color: #2e2e2e;
}
.subscribe_form form {
  padding: 16px 32px 16px 40px;
  width: 100%;
  background: #ffffff;
  border-radius: 44px;
  /* display: flex;
  align-items: center; */
  position: relative;
  /* justify-content: space-between; */
  margin: auto;
}
.subscribe_form form:before {
  position: absolute;
  content: "";
  background-image: url("../img/news.png");
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.subscribe_form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.subscribe_form .mc4wp-response {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
}
.subscribe_form .mc4wp-alert.mc4wp-error p {
  font-size: 16px;
  color: red;
  margin: 0;
}
input.tnp-button-image {
  position: absolute;
  right: -24px;
}
.subscribe_form input[type="email"] {
  border: none;
  width:100%;
}
.subscribe_form input[type="email"]:focus-visible{
  outline: none;
}
.subscribe_form form button.submit_btn {
  border: none;
  padding: 0;
  background: transparent;
}
.subscribe_form .tnp-field.tnp-field-email input {
  background: none;
  padding: 0 !important;
  height: unset !important;
}
.subscribe_form .tnp-field.tnp-field-email {
  margin-bottom: 0;
}
.subscribe_form .tnp-field.tnp-field-button {
  margin-bottom: 0;
}
/* ----------------------
          about page
------------------------- */
.inner_banner {
  padding: 174px 0;
}
.inner_banner_txt h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 0;
}

.inner_banner_txt h3 span {
  color: #f3735b;
}
.inner_banner_txt h1 {
  font-weight: 800;
  font-size: 80px;
  line-height: 96px;
  color: #fff;
}
.inner_banner_txt {
  max-width: 524px;
}
.subs_list {
  display: flex;
  align-items: center;
}
.sub_txt {
  display: flex;
  align-items: flex-end;
}
.subs_list li {
  margin-right: 24px;
}
.subs_list li:last-child {
  margin-right: 0;
}
.sub_txt h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin: 0 4px 0 0;
}
.sub_txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  transform: translateY(-3px);
  margin-bottom: 0;
}
.inner_banner .subscribe_bttn {
  margin-top: 32px;
}
.inner_banner .subscribe_bttn a {
  margin-top: 0;
}
.mark_thom .container {
  max-width: 828px;
}
.mark_head h2 {
  font-weight: 800;
  font-size: 52px;
  line-height: 64px;
  color: #2e2e2e;
  text-align: center;
  margin-bottom: 32px;
}
.mark_head p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #2e2e2e;
  margin-bottom: 32px;
}
.mark_head p:last-child {
  margin-bottom: 0;
}
.mark_head.mark_innov h2 {
  font-size: 24px;
  line-height: 36px;
}
.mark_innov_btm_txt {
  max-width: 591px;
  margin: 0 auto;
}
.mark_innov_btm_txt p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: #2e2e2e;
}
.add_img {
  margin: 32px 0;
}
/* ----------------------
          about2 page
------------------------- */
.make_ing_vegan .inner_banner_txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}
.the_ve_gan .container {
  max-width: 834px;
  margin: 0 auto;
}
.the_ve_gan_head {
  margin-bottom: 32px;
}
.the_ve_gan_head h2 {
  font-weight: 800;
  font-size: 52px;
  line-height: 64px;
  color: #2e2e2e;
}
.the_ve_gan_img {
  margin-bottom: 32px;
}
.the_ve_gan_cntnt_txt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #2e2e2e;
  margin-bottom: 32px;
}
.the_ve_gan_cntnt_txt p:last-child {
  margin-bottom: 0;
}
.food_card .food_icon {
  margin-bottom: 24px;
}
.food_card .food_cntnt h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.food_card .food_cntnt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}
.food_ies {
  background: #184057;
}
.food_ies .row {
  margin: 0 -69px;
}
.food_ies .row > [class^="col-"] {
  padding: 0 34.5px;
}
.testi_monial {
  padding: 40px 0 54px;
}
.testi_monial .container {
  max-width: 1020px;
}
.testi_monial_cntnt {
  background: #ffffff;
  padding: 48px 48px;
  box-shadow: 0px 4px 16px rgb(16 80 117 / 12%);
  max-width: 558px;
  margin: 0 auto;
}
.testi_monial_user {
  display: flex;
  flex: 1 0 0;
  align-items: center;
}
.testi_monial_user h4 {
  font-weight: 800;
  font-size: 24px;
  color: #000000;
  margin: 0 16px 0 0;
}
.testi_monial_user_date {
  display: flex;
  align-items: center;
  margin-bottom: 16px;

}
.testi_monial_user_date .star i {
  color: #b93922;
  margin-right: 4px;
  font-size: 20px;
}
.date_txt p {
  font-weight: 400;
  font-size: 12px;
  color: #6299ba;
  margin-bottom: 0;
}
.testi_monial_txt p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #2e2e2e;
  margin-bottom: 0;
}
.testi_monial_slider .slick-prev {
  left: 0;
  z-index: 1;
}
.testi_monial_slider .slick-next {
  right: 0;
  z-index: 1;
}
.testi_monial_slider .slick-prev,
.testi_monial_slider .slick-next {
  width: unset;
  height: unset;
}
.testi_monial_card {
  padding: 40px 0;
}
.testi_monial_slider .slick-dots {
  bottom: -7px;
}
.testi_monial_slider .slick-dots li {
  margin: 0 8px;
  width: 16px;
  height: 16px;
}
.testi_monial_slider .slick-dots li.slick-active button:before {
  content: none;
}
.testi_monial_slider .slick-dots li button {
  width: 16px;
  height: 16px;
  background: #e7e7e7;
  border-radius: 50%;
  margin: 0;
}
.testi_monial_slider .slick-dots li.slick-active button {
  background: #e64427;
}
/* ----------------------
        contact page
------------------------- */
.contact_sec {
  padding: 48px 0 52px;
}
.contact_sec .container {
  max-width: 830px;
}
a.social_link {
  display: inline-flex;
  align-items: center;
}

a.social_link .social_link_img {
  width: 32px;
  height: 32px;
  border: 2px solid #105075;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.social_link_txt p {
  font-weight: 500;
  font-size: 16px;
  color: #184057;
  text-decoration: underline;
  margin: 0;
}
.contact_add {
  padding: 48px 0;
}
.all_link_social {
  padding: 48px 50px 0;
  border-top: 1px solid #e5e7eb;
}
.all_link_social a.social_link {
  margin-bottom: 48px;
}
.contact_form.bg_style {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.contact_form .tittle_head h2 {
  color: #fff;
}
.contact_form {
  background: #000;
}
.cstm_input {
  margin-bottom: 35px;
}
.cstm_input input[type="text"],
.cstm_input input[type="email"] {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #2e2e2e;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  padding: 20px 24px;
}
.cstm_input textarea {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #2e2e2e;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  padding: 20px 24px;
}
.cstm_input select {
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #2e2e2e;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  padding: 20px 24px;
  -webkit-appearance: none;
}
.cstm_input select {
  background-image: url("../img/select-arrow.png");
  background-position: 98% 53%;
  background-repeat: no-repeat;
}
.cstm_input input[type="text"]::placeholder,
.cstm_input textarea::placeholder {
  color: #2e2e2e;
}
.cstm_input input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.cstm_input label {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-left: 12px;
  transform: translateY(-2px);
}
.form_con_tact {
  max-width: 856px;
  margin: 0 auto;
}
/* -------------------
        shop
----------------------*/
.reco_product {
  padding: 48px 0 96px;
}
.reco_product_tab {
  max-width: 800px;
  margin: 0 auto;
}
.reco_product_tab .nav.nav-pills {
  max-width: 502px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.reco_product_tab li.nav-item {
  flex: 1 0 0;
}
.reco_product_tab li.nav-item button.nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  border-radius: 6px;
  width: 100%;
  text-transform: capitalize;
}
.reco_product_tab li.nav-item button.nav-link.active {
  color: #fff;
  background: #105075;
}
.pro_duct_list_crd {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
}
.pro_duct_list_crd:first-child {
  padding: 0 0 24px;
}
.pro_duct_list_crd:last-child {
  border-bottom: none;
  padding: 24px 0 0;
}
.pro_duct_list_thumb {
  display: flex;
  align-items: center;
  flex: 1 0 0;
}
.pro_duct_list_img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.pro_duct_list_img {
  max-width: 124px;
  width: 100%;
  height: 80px;
  border-radius: 8px;
}
.pro_duct_list_name {
  margin: 0 16px 0;
  max-width: 375px;
}
.pro_duct_list_name h3 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.subscribe_bttn.pro_duct_list_btn a {
  margin-top: 0;
}
.subscribe_bttn.pro_duct_list_btn a img {
  padding-right: 0;
  border-right: none;
}
/* ----------------
        videos
------------------- */
.amaz_ing {
  padding: 48px 0 96px;
}
.amaz_ing .container {
  max-width: 830px;
}
.amaz_ing_img {
  text-align: center;
}
.amaz_ing_card_txt {
  padding: 24px 23px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.prep_time {
  padding: 40px 0 48px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.prep_time_txt h4 {
  font-weight: 700;
  font-size: 18px;
  color: #2e2e2e;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.prep_time_txt p {
  font-weight: 400;
  font-size: 16px;
  color: #2e2e2e;
  margin-bottom: 0;
}
.equipment_head {
  margin-bottom: 24px;
  text-align: center;
}
.equipment_head h3 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.equipment_list {
  padding: 48px 0 48px;
  border-bottom: 1px solid #e5e7eb;
}
.equipment_list_txt p {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #2e2e2e;
  padding-left: 22px;
  margin-bottom: 0;
}
.equipment_list_txt p::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #e64427;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.ingridi_ents {
  padding: 48px 0 85px;
}
.ingridi_ents .equipment_head {
  margin-bottom: 36px;
}
.ingridi_ents_list_head h4 {
  font-weight: 700;
  font-size: 18px;
  color: #a4a4a4;
  margin-bottom: 24px;
}

.ingridi_ents_list_head ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #2e2e2e;
  margin-bottom: 24px;
  padding-left: 22px;
}

.ingridi_ents_list_head ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #e64427;
  border-radius: 50%;
  top: 5px;
  left: 0;
}
.ingridi_ents_list_head ul li:last-child {
  margin-bottom: 0;
}
ul.cus_row {
  display: flex;
  max-width: 560px;
  margin: 0 auto;
}
ul.cus_row li.cus_row {
  flex: 0 0 50%;
  max-width: 50%;
}
.instruc_tions {
  padding: 48px 0 36px;
}
.instruc_tions .equipment_head {
  margin-bottom: 36px;
}
ul.instruc_tions_list li {
  font-weight: 400;
  font-size: 20px;
  color: #2e2e2e;
  margin-bottom: 12px;
}
ul.instruc_tions_list li:last-child {
  margin-bottom: 0;
}
.pro_duct_vid_eo {
  padding-bottom: 48px;
}
.nutri_tion {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 36px 36px;
  margin: 48px 0 48px;
}
.nutri_tion_txt h5 {
  font-weight: 400;
  font-size: 16px;
  color: #2e2e2e;
  margin-bottom: 0;
}
.nutri_tion_txt h5 span {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #b93922;
  margin-left: 8px;
}
.nutri_tion_txt {
  padding: 24px 0 24px;
  border-bottom: 1px solid #d5d5d5;
}
.equipment_head ul .row:last-child .nutri_tion_txt {
  padding-bottom: 0;
}
/* ----------------
    recipes-page
------------------- */
.recipes_sec .container {
  max-width: 1246px;
}
.cate_gory_cntnt {
  padding: 0 0 72px;
}
.cate_gory_head h4 {
  font-weight: 700;
  font-size: 18px;
  color: #2e2e2e;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cate_gory_head {
  margin-bottom: 24px;
}
.cate_gory_name,
.tag_name {
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.cate_gory_name::-webkit-scrollbar,
.tag_name::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.cate_gory_name::-webkit-scrollbar-track,
.tag_name::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.cate_gory_name::-webkit-scrollbar-thumb,
.tag_name::-webkit-scrollbar-thumb {
  background: #e64427;
}
/* Handle on hover */
.cate_gory_name::-webkit-scrollbar-thumb:hover,
.tag_name::-webkit-scrollbar-thumb {
  background: #555;
}
.cate_gory_name ul.nav {
  flex-direction: column;
}
.cate_gory_name li.nav-item button.nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #5e5e5e;
  padding: 12px 0;
  background: none;
  width: 100%;
  text-align: left;
}
.cate_gory_name ul.nav li:first-child button.nav-link {
  padding-top: 0;
}
.cate_gory_name ul.nav li:last-child button.nav-link {
  padding-bottom: 0;
}
.cate_gory_name li button.nav-link.active {
  background: none;
  color: #184057;
}
.tag_name .nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.tag_name .nav .list_s_tag {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 16px;
}
.tag_name .nav .list_s_tag button {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 2px 6px;
  background: #428dba;
  border-radius: 4px;
  text-align: center;
  text-transform: capitalize;
}
.latest_video_cntnt {
  display: flex;
}

.latest_video_txt {
  flex: 1 0 0;
}

.latest_video_txt p {
  font-weight: 500;
  font-size: 16px;
  color: #2e2e2e;
  line-height: 24px;
  margin-bottom: 0;
}
.latest_video_img {
  margin-right: 16px;
}
.latest_video_list ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}
.latest_video_list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.latest_video_list ul li:first-child {
  padding-top: 0;
}
.recipes_box .video_txt h6 {
  font-size: 16px;
  margin-bottom: 20px;
}
.recipes_box .video_img img {
  height: 100%;
  object-fit: cover;
}
.so_rt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.so_rt select {
  max-width: 203px;
  width: 100%;
  padding: 13px 10px;
  border: none;
  font-weight: 500;
  font-size: 12px;
  color: #5e5e5e;
}

.search_flex {
  margin: 0 0 24px;
}

.search_input_field input {
  width: 100%;
  border: none;
  font-weight: 400;
  font-size: 12px;
  color: #2e2e2e;
  background: #f9f9f9;
  border-radius: 30px;
  padding: 19px 32px;
}
.search_input {
  position: relative;
  max-width: 285px;
  width: 100%;
}
.search_input_field img {
  position: absolute;
  right: 35px;
  top: 15px;
}
.cstm_pagination li.page-item a {
  font-weight: 500;
  font-size: 14px;
  color: #2e2e2e;
  border: none;
  border-top: 2px solid #e5e7eb;
  padding: 16px 16px 16px;
  border-radius: 0 !important;
}
.cstm_pagination li.page-item.active a {
  background: none;
  color: #96220d;
  border-top: 2px solid #b93922;
}
.cstm_pagination ul.pagination li:last-child {
  flex: 1 0 0;
  text-align: right;
}
.cstm_pagination ul.pagination li:first-child {
  flex: 1 0 0;
}
.page-template.page-template-Video {
}
.page-template.page-template-Video .video_txt {
  padding: 24px 24px 27px;
}
.page-template.page-template-Video .video_txt p {
  margin-bottom: 10px;
}
.ta_gs_tabs {
  display: none;
}
.recipes_sec .video_box.recipes_box .video_img a {
  display: block;
  width: 100%;
  height: 160px;
}
.recipes_sec .video_box.recipes_box .video_img a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  max-width: unset !important;
}

/*-------------------
      single-page
---------------------*/
.single.single-post h1.entry-title {
  font-weight: 800;
  font-size: 52px;
  color: #2d3648;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px;
}
.single-post header.entry-header {
  max-width: 830px;
  padding: 48px 16px 24px;
  margin: auto;
  border-bottom: none;
}
.single-post header.entry-header img{
  max-width:100% !important;
}
.single.single-post figure.post-thumbnail {
  text-align: center;
  margin-bottom: 0;
}
.single.single-post .entry-content, .single.single-post .posted-by, .post-taxonomies {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
}
.single.single-post .entry-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #2e2e2e;
}
.single.single-post
  .wprm-recipe.wprm-recipe-snippet.wprm-recipe-template-snippet-basic-buttons
  a {
  background: #e64427 !important;
  border: none;
  border-radius: 4px !important;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 24px !important;
  margin-bottom: 0;
}
.single.single-post .wprm-recipe.wprm-recipe-snippet {
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 40px;
}
.single.single-post .entry-content p strong {
  font-weight: 400;
}
.single.single-post .entry-content li {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #2e2e2e;
  margin-bottom: 16px;
}
.single.single-post .entry-content li strong {
  font-weight: 400;
}
.single.single-post .wprm-recipe.wprm-recipe-template-chic {
  border: none;
  padding: 0;
}
.single.single-post .wprm-recipe-block-container {
  align-items: flex-start;
}
.single.single-post span.wprm-recipe-details-label {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  color: #2e2e2e;
  margin-bottom: 8px;
  text-transform: uppercase;
  opacity: 1;
}
.single.single-post span.wprm-recipe-details,
.wprm-recipe-details-unit,
.single.single-post  .wprm-block-text-normal span,
.single.single-post  .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
  font-weight: 400 !important;
  font-size: 16px;
  color: #2e2e2e;
  margin-bottom: 0;
  font-family: 'Montserrat';
}
.single.single-post  .wprm-block-text-normal span{
  text-align: left;
}
.single.single-post .wprm-recipe-details-container-table{
  padding: 0;
  margin: 0;
}
.wprm-container-columns-spaced{
  padding:48px 0;
  border-bottom: 1px solid #e5e7eb !important;
}
.single.single-post .wprm-recipe-meta-container.wprm-recipe-times-container {
  margin: 0;
  padding: 40px 0 48px;
  border-top: 1px solid #e5e7eb !important;
  border-bottom: 1px solid #e5e7eb !important;
}
.single.single-post
  .wprm-icon-shortcode.wprm-icon-shortcode-separate.wprm-align-center.wprm-icon-decoration-line {
  display: none;
}
.single.single-post #wprm-recipe-rating-0 .wprm-rating-star.wprm-rating-star-full svg * {
    fill: #B93922 ;
    stroke: #B93922;
}
.single.single-post .wprm-recipe a.wprm-recipe-link, .wprm-recipe a.wprm-recipe-link:hover {
  background: #e64427 !important;
  border: none;
  border-radius: 4px !important;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 24px !important;
  margin-bottom: 0;
  flex: unset;
  }
  .single.single-post .wprm-recipe a.wprm-recipe-link{
  margin:0 12px;
}
.cstm-rating-sec .wprm-recipe-rating{
margin-right:12px;
}
.single.single-post .wprm-block-text-normal span.wprm-recipe-details-label{
  font-family: 'Montserrat';
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase !important;
  color: #2E2E2E;
  margin-bottom: 8px;
}
.single.single-post  .wprm-spacer{
  height: auto;
}
.single.single-post ul.wprm-recipe-equipment.wprm-recipe-equipment-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px !important;
}
.single.single-post
  ul.wprm-recipe-equipment.wprm-recipe-equipment-list
  li.wprm-recipe-equipment-item
  .wprm-recipe-equipment-name {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #2e2e2e;
  padding-left: 22px;
  margin-bottom: 0;
}
.single.single-post
  ul.wprm-recipe-equipment.wprm-recipe-equipment-list
  li.wprm-recipe-equipment-item::marker {
  content: none;
}
.single.single-post
  ul.wprm-recipe-equipment.wprm-recipe-equipment-list
  li.wprm-recipe-equipment-item
  .wprm-recipe-equipment-name::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #e64427;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.single.single-post
  ul.wprm-recipe-equipment.wprm-recipe-equipment-list
  li.wprm-recipe-equipment-item {
  padding: 0 15px !important;
  margin: 0 !important;
  flex: 1 0 0;
}
.single.single-post ul.wprm-recipe-ingredients li.wprm-recipe-ingredient span {
  font-weight: 400;
  font-size: 16px;
  color: #2e2e2e;
}
.single.single-post
  .wprm-recipe-ingredient-group
  ul.wprm-recipe-ingredients
  li.wprm-recipe-ingredient {
  position: relative;
  margin: 0 0 24px !important;
  padding-left: 22px !important;
}
.single.single-post
  .wprm-recipe-ingredient-group
  ul.wprm-recipe-ingredients
  li.wprm-recipe-ingredient::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #e64427;
  border-radius: 50%;
  left: 0;
  top: 7px;
  display: inline-block;
}
.single.single-post
  .wprm-recipe-ingredient-group
  ul.wprm-recipe-ingredients
  li.wprm-recipe-ingredient::marker {
  content: none;
}
.single.single-post
  h4.wprm-recipe-group-name.wprm-recipe-ingredient-group-name.wprm-block-text-faded {
  opacity: 1;
  font-weight: 700;
  font-size: 18px;
  color: #a4a4a4;
  margin-bottom: 24px !important;
}
.single.single-post .wprm-decoration-line {
  display: none;
}
.single.single-post h3.wprm-recipe-header.wprm-recipe-ingredients-header {
  text-align: center !important;
  display: block;
  font-weight: 800;
  font-size: 24px;
  color: #2e2e2e;
}
.single.single-post h3.wprm-recipe-header.wprm-recipe-instructions-header, .single.single-post .wprm-recipe-template-chic .wprm-recipe-header {
  text-align: center !important;
  display: block;
  font-weight: 800;
  font-size: 24px;
  color: #2e2e2e;
  padding: 0px 0 24px !important;
  margin: 0 !important;
}
.single.single-post ul.wprm-recipe-instructions li {
  margin-bottom: 12px !important;
}
.single.single-post
  ul.wprm-recipe-instructions
  li
  .wprm-recipe-instruction-text
  span {
  font-weight: 400;
  font-size: 20px;
  color: #2e2e2e;
  line-height: 32px;
}
.single.single-post .entry-content li a, .single.single-post .entry-content p a {
  color: #E64427;
  word-wrap: break-word;
}
.single.single-post  h3.wprm-recipe-header.wprm-recipe-equipment-header.wprm-block-text-uppercase.wprm-align-left.wprm-header-decoration-line {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase !important;
  display: block;
  color: #2E2E2E;
  margin: 0 0 24px !important;
}
.single.single-post .wprm-recipe-equipment-container {
  padding: 0 0 48px 0;
  border-bottom: 1px solid #E5E7EB;
}
.single.single-post .comments-area {
  padding-top: 48px;
}
.single.single-post .comments-area  .comment-respond, nav.navigation.post-navigation{
  max-width: 955px;
  padding: 0 16px;
  margin:auto;
}
.single.single-post .wprm-comment-ratings-container svg .wprm-star-empty {
  stroke: #e64427;
}
.single.single-post  .wprm-comment-ratings-container svg .wprm-star-full{
  fill: #e64427;
}
.comment-form p.logged-in-as {
  font-size: 16px;
  font-family: 'montserrat';
}
.comment-form p.logged-in-as a{
  color: #e64427;
}
.single.single-post .wprm-recipe-block-container-table {
  padding: 0 0 24px;
}
.single.single-post  p.comment-form-comment label {
  display: block;
  margin-bottom: 10px;
}
.single.single-post p.comment-form-comment textarea {
  width: 100%;
  border-radius: 5px;
  padding: 16px;
}
p.comment-form-comment, .single.single-post p.form-submit{
  margin-bottom: 0;
}
.single.single-post p.form-submit input {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  padding: 16px 24px;
  border-radius: 4px;
  background: #e64427;
  border: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 48px;
}
.single.single-post nav.navigation.post-navigation{
  padding: 48px 16px;
}
.single.single-post p.meta-nav {
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: #184057;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
p.post-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  margin-bottom: 0;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  margin:auto;
  align-items: center;
}
.nav-previous, .nav-next{
  max-width: 50%;
  flex:  0 0 50%;
}
.single.single-post .nav-links p.meta-nav{
  display: block;
}
.nav-next{
  text-align: right;
}
.posted-by span.posted-on, span.cat-links, span.tags-links, span.byline{
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Montserrat';
}
span.byline{
  padding-left: 7px;
}
.single.single-post  .posted-by{
  margin-bottom: 24px;
}
span.cat-links a, span.tags-links a, span.byline a, span.edit-link a{
  color: #e64427;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 400;
}
span.edit-link a{
  color: #fff;
}
span.tags-links {
  display: block;
  padding-top: 24px;
}
/* -----------------------
          04-01-12
------------------------------ */
.head_logo, .hamburger{
  display: none;
}
.cate_gory_mob{
  display: none;
}
.single.single-post h2{
  font-family: 'Montserrat';
  font-weight: 800 !important;
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px !important;
  line-height: 36px;
  color:#2e2e2e;
}

/* ----------
404 page
06-01-2023
----------*/

.error_page{
  padding: 50px  0px 70px 0px;
}

.error_page p{
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #05324c;
    margin-top: 24px;
}
.error_page button.main-btn{
  background: #e64427;
 padding: 15px 42px;
 border: none;
 border-radius: 4px;
}
.error_page button.main-btn a{
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.error_img {
  max-width: 500px;
  margin: auto;
}

/* -----------------------
         09-01-23
------------------------------ */
button.sub-menu-toggle{
  display: none;
}
ul.menu_links li.menu-item-has-children{
  position: relative;
  padding-right: 20px;
}
span.arrow {
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 27px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  background-color: transparent;
  color: #2e2e2e;
  cursor: pointer;
}
/* ul.sub-menu {
  position: absolute;
    border: 1px solid #e64427;
    background: #e64427;
    transition: all ease-in-out 0.5s;
    margin-left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px
} */
ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #e64427;
  background: #e64427;
  border-radius: 10px;
}
ul.menu_links li.menu-item-has-children ul.sub-menu li{
  padding: 10px 15px;
}
ul.menu_links li.menu-item-has-children ul.sub-menu li a{
  color:#fff;
}
ul.menu_links li.menu-item-has-children:hover ul.sub-menu {
  /* display: block; */
  visibility:  visible;
  opacity: 1;
}
.pagination-recipe {
  background: #e64427;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin: 60px auto 0;
  padding: 10px;
}

.pagination-recipe span {
  color: #fff;
  font-size: 16px;
  padding: 10px;
}

.pagination-recipe a.page-numbers {
  font-size: 16px;
  color: #fff;
  padding: 10px;
}


/* -----------------------
          02-02-23
------------------------------ */

/* span.sb-icon-search svg {
  fill: red;
  width: 20px;
  height: 20px;
}
span.sb-icon-search {
  background: transparent;
  border: 1px solid #105075 !important;
  padding: 5px 6px;
  border-radius: 30px;
  width:33px;
  height:33px;
} */
/* form.search-form:before{
  display: none !important;
} */
/* .main_header ul.social_icons form.search-form .search-submit{
  opacity: 0;
  width:33px;
  height:33px;
    display: block;
    position: absolute;
    right: 15px;
    top: 7px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
} */
/* .main_header ul.social_icons form.search-form{
  padding-left:13px !important;
} */
/* .main_header ul.social_icons form.search-form input#search-form-1{
   position: absolute; 
    top: 0;
    right: 0;
    border: none;
    width: auto;
    height: 19px;
    margin: 0;
    z-index: 10;
    padding: 10px 40px 10px 15px;
    font-family: inherit;
    font-size: 16px;
    color: #fff;
     visibility: hidden;
    opacity: 0; 
    border: none;
    border-radius: 50px;
    transition: width .3s;
    transition: .2s ease all;
    background: #818592;
    transition:width .6s,border-radius .6s, background .6s;
} */
/* .main_header ul.social_icons form.search-form input#search-form-1{
  background: #818592  !important;
} */

.subscribe_form .mc4wp-form-fields{
  width:100%;
}
.wprm-recipe-video iframe{
  width:100% !important;
}
.video_sec .video_txt h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #05324c;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 124px;
}

.type-post .amazon-auto-links {
  display: none;
}

.video_img {
  position: relative;
}

.video_img .vedio_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
}

.video_img .vedio_icon img {
  width: 30px;
  margin-left: 8px;
}
.main_header ul.social_icons form.search-form{
  display: flex;
}
form.search-form:before{
  top: 11px !important;
  right: 5px !important;
}
input.search-submit {
  position: absolute;
  width: 33px !important;
    height: 33px;
  right: 0;
  border: 1px solid #105075 !important;
  padding: 5px 6px;
  border-radius: 30px;
}

input#search-form-1 {
  width: 32px;
  transition: 0.3s all;
  border: 1px solid transparent;
  position: relative;
  z-index: 9;
  right: -12px;
  height: 33px;
  padding-left: 10px;
  padding-right: 37px;
}
form.search-form input#search-form-1:focus{
  width: 160px;
  border: 1px solid #105075 !important;
  transition: 0.3s all;
 
  border-right: none !important;
  /* border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; */
  border-radius: 30px;
  z-index: -1;
}
section.no-results.not-found {
  text-align: center;
  padding: 80px 0;
}
section.no-results.not-found header{
  border: none;
}

.video_sec .video_img iframe {
    max-height: 185px !important;
}
.recipes_sec .video_img iframe {
    max-height: 185px !important;
}
.cstm-search-arc footer.entry-footer {
    display: none;
}
.single-post footer.entry-footer {
    display: none;
}
/* --------------------------------------
        ADDITIONAL CSS BACKUP
------------------------------------- */
.contact_form form.wpcf7-form.invalid .wpcf7-response-output {
  color: #e64427;
  border-color: #e64427 !important;
  max-width: 856px;
  margin: 30px auto 0 !important;
  padding: 5px 10px;
}
.contact_form  form.wpcf7-form.sent  .wpcf7-response-output{
  border-color: green !important;
  color: green;
  max-width: 856px;
  margin: 30px auto 0 !important;
  padding: 5px 10px;
}
.cstm_input input[type="text"]:focus-visible, .cstm_input input[type="email"]:focus-visible, .cstm_input select:focus-visible, .cstm_input textarea:focus-visible{
  outline:0;
}
footer {
  display: block;
}

section.no-results.not-found h1.page-title {
  font-weight: 800;
  font-size: 36px;
  color: #2d3648;
  text-align: center;
  margin-bottom: 15px;
}

.main_header ul.social_icons form.search-form {
color: #a9a9a9;
  padding: 7px 13px 7px 0;
  border-radius: 32px;
/*     margin-left: 15px; */
  position: relative; 
}
form.search-form:before {
  content: "";
  background: url(https://saucestache.spacebarsorcery.com/wp-content/uploads/2023/01/searchicon.png);
  top: 9px;
  right: 14px;
  width: 19px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
form.search-form input.search-submit {
  width: 28px !important;
  height: 28px;
}

.main_header ul.social_icons form.search-form input#search-form-1 {
  background: transparent;
  border: none;
/*     color: #fff; */
font-size: 12px;
padding-left: 3px;
height: 28px !important;
padding-right: 30px;
cursor:pointer;
}

.main_header ul.social_icons form.search-form .search-submit {
  background: transparent;
  border: unset;
  color: #fff;
  font-size: 14px;
}
.main_header ul.social_icons form.search-form input:focus-visible {
border: unset;
outline: unset;
}
.search.search-results h1.page-title {
  margin: auto;
  color: #2d3648;
  text-transform: uppercase;
  padding: 40px 12px;
  max-width:1240px;
  margin-bottom:0;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.search.search-results h2.entry-title.default-max-width a {
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: #2e2e2e;
  margin-bottom: 15px;
  line-height: 34px;
  font-family: 'montserrat';
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 102px;
}

.search.search-results .search-result-count.default-max-width {
  background: #f7f7f7;
  max-width: 1220px;
  margin:auto;
  padding: 18px;
  text-align: center;
  font-size: 16px;
  font-family: 'montserrat';
  font-weight: 500;
  color: #2e2e2e;
}
.search.search-results nav.navigation.pagination {
  /* background: #f6f6f6; */
  padding: 0px 15px;
  margin: 0 auto;
  max-width: 100%;
    flex: 0 0 100%;
}
.search.search-results nav.navigation.pagination a.page-numbers {
  color: #212529;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
}
.search.search-results nav.navigation.pagination a.prev , .search.search-results nav.navigation.pagination a.next{
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  padding: 16px 24px;
  border-radius: 4px;
  background: #e64427;
  border: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.search.search-results nav.navigation.pagination a.prev {
  margin-right: 20px;
}
.search.search-results nav.navigation.pagination a.next{
  margin-left: 35px;
}
.recipe-instructions{
    border-top: 1px solid #e5e7eb !important;
}

.search_postflex {
  display: flex;
  flex-wrap: wrap;
  margin:0 -12px;
}
.search_postflex .cstm-search-arc {
  max-width:33.33%;
  flex: 0 0 33.33%;
  padding:0 12px;
  margin-bottom: 50px;
}

/* -----------------------
          03-02-23
------------------------------ */
.single.single-post .wprm-recipe-container .wprm-recipe h2 {
  padding-top: 20px !important;
}
.search_postflex .cstm-search-arc header{
  border: none;
}
.search_resultpost{
  padding:80px 0;
}
.search header.page-header {
  border-bottom: none;
}
.search_resultpost figure.post-thumbnail{
  margin-bottom: 0;
}
.search_resultpost figure.post-thumbnail a.post-thumbnail-inner img {
  height: 220px !important;
  object-fit: cover;
}
.search_resultpost .entry-content{
  padding-top: 30px;
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nav-links span.page-numbers  {
  color: #2e2e2e;
  font-weight: 600;
  padding: 0 10px 0 0;
}
.nav-links span.current{
  padding: 0 0px 0 15px;
}
.subscribe_form .mc4wp-alert.mc4wp-success p {
  font-size: 16px;
  color: green;
  margin: 0;
  position: relative;
  top:30px;
}
.single-post .wprm-recipe-summary.wprm-block-text-normal {
  padding-bottom: 30px;
}
.single-post .cstm-rating-sec{
  max-width:100% ;
  width:100% !important;
}











.sb-search, .main_header{
  position: relative;
}
.sb-search {
  width: 33px;
  height: 33px;
}
.mainn_searchform{
  position: absolute;
  right: 0;
}
ul.social_icons{
  padding-right: 45px;
}
.sb-search .sb-icon-search, .sb-search .sb-search-submit{
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.sb-search .sb-search-submit{
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: #363940;
  border: none;
  z-index: -1;
}
.sb-search .sb-icon-search {
  border: 1px solid #105075;
  width: 33px;
  height: 33px;
  border-radius: 50px;
  line-height: 30px;
}
.sb-search .sb-icon-search svg{
  fill:#105075;
}
form.search-form:before{
  display: none;
}
 .main_header .sb-search input#search-form-1{
  position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 33px;
    height: 33px;
    margin: 0;
    z-index: 10;
    padding: 10px 40px 10px 15px;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    visibility: hidden;
    opacity: 0;
    border: none;
    border-radius: 50px;
    transition: width 0.3s;
    transition: 0.2s ease all;
    background: #ecf7fd;
    transition: width 0.6s, border-radius 0.6s;
    border: 1px solid #105075;
}
.sb-search.sb-search_open input.sb-search-submit {
  z-index: 90;
}
.sb-search.sb-search_open input#search-form-1 {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition: width .6s cubic-bezier(0,1.22,.66,1.39),border-radius .6s,background .6s;
}
.sb-search.sb-search_open span.sb-icon-search {
  background: 0 0;
  z-index: 11;
}
form.search-form input#search-form-1:focus{
  width: auto;
    border: 1px solid #105075 !important;
    transition: 0.3s all;
    border-right: none !important;
    border-radius: 30px;
    z-index: 1;
}
.sb-search.sb-search_open input.sb-search-submit.intro{
  z-index:-1;
}
.main_header .sb-search input#search-form-1:focus-visible{
  outline: none;
}
.no-results .sb-search {
  display: none;
}
/* -----------------------
          06-02-23
------------------------------ */
.video_sec .tittle_head h2, .recipes_sec .tittle_head h2{
  text-align: left;
}

/* -----------------------
          MEDIA RESPONSIVENESS
------------------------------ */
@media screen and (max-width:1366px){
  .food_ies .row{
    margin:0 -12px;
  }
}
@media screen and (max-width:1199px){
  .subscribe_form form:before{
    left: 14px;
  }
  .subscribe_form form {
    padding: 16px 40px 16px 38px;
  }
  .subscribe_form .tnp-field.tnp-field-button {
    position: absolute;
    right: 15px;
    top: 17px;
}
.footer_logo {
  max-width: 40%;
  flex: 0 0 40%;
}
.subscribe_form .mc4wp-alert.mc4wp-error p {
  font-size: 14px;
}
}
@media screen and (min-width:992px) and (max-width:1199px){
  .subscribe_form input[type="email"] {
    font-size: 12px;
  }
}
@media screen and (max-width:991px){
  .mainn_searchform {
    position: absolute;
    right: 21px;
    top: 50px;
}
  .head_logo, .hamburger{
    display: block;
  }
  .subscribe_form input[type="email"] {
  
    font-size: 14px;
}
.footer_head {
  padding-top: 50px;
}
.hamburger .bar{
    width: 18px;
    margin: 0 auto 4px;
    border: 1px solid #000;
    display: block;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    background: #000;
}
.mob_respo {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(46, 46, 46, 0.8);
  height: 100vh;
  z-index: 12;
  width: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  display: block;
  text-align: center;
  padding: 0 16px;

}
ul.social_icons {
  justify-content: center;
}
.hamburger.is-active .bar{
  border-color: #fff;
  background: #fff;
}
.main_header {
  max-width: 100%;
  margin: 78px auto;
  background: #fff;
  height: 100vh;
  padding: 32px 24px;
}
.main_header, .menu_links {
  display: block;
}
.main_logo.open_logo{
  max-width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #E5E7EB;
}
ul.menu_links li{
  padding: 0 20px 32px !important;
}
ul.menu_links li.menu-item-has-children ul.sub-menu li{
  padding:10px 15px !important;
}
ul.menu_links li.menu-item-has-children ul.sub-menu {
  position: static;
  transition: none;
  box-shadow: none;
  border: 1px solid #ddd;
  display: none;
  margin: 0;
  margin-top: 20px;
  visibility: visible;
  opacity: 1;
  padding: 10px 0;
}
ul.menu_links li.menu-item-has-children{
  display: inline-block;
}
 .menu_links{
  display: block;
  margin: 32px 0;
  border-bottom: 1px solid #E5E7EB;
}
.hamburger.is-active .bar:nth-child(1) {
  transform: translateY(0px) rotate(49deg);
  margin-bottom: 0;
}
.hamburger.is-active .bar:nth-child(2) {
  transform: translateY(-2px) rotate(-46deg);
  margin-bottom: 0;
}
.hamburger.is-active .bar:nth-child(3){
  display: none;
}
.respo_header .hamburger.is-active {
  position: fixed;
  right:16px;
}
.respo_header .hamburger {
  z-index: 13;
  cursor: pointer;
}
.mob_respo.is-active {
  /* padding: 32px 24px; */
  opacity: 1;
  visibility: visible;
}
.respo_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.respo_header .hamburger .bar:last-child {
  margin-bottom: 0;
}
/* .respo_header .hamburger.is-active .bar {
  border: 2px solid #582B20;
  background: #582B20;
} */
  .hero_banner_sec{
    padding: 204px 0;
  }
  .hero_banner_txt h1 {
    font-size: 52px;
    line-height: 64px;
  }
  .home_video_row{
    margin-top:0;
   
  }
  .home_video_sec {
    padding: 96px 0;
    
}
  .home_shop_card {
    padding: 208px 12px;
}
.home_subscribeimg {
  padding: 40px;
}
.home_subscribetxt h2 {
  font-size: 24px;
  line-height: 36px;
}
.comapny_bio {
  align-items: center;
  padding-bottom: 49px;
}
.footer_logo {
  max-width: 16%;
  flex: 0 0 16%;
}
footer{
  padding-bottom: 40px;
}

/* -------------------
      ABOUT PAGE
------------------------- */

.inner_banner_txt h1 {
  font-size: 52px;
  line-height: 64px;
}
.page-template-about .inner_banner {
  padding: 80px 0;
}
.the_ve_gan_head h2 {
  font-size: 24px;
  line-height: 36px;
}
/* -------------------
      Contact PAGE
------------------------- */
 .tittle_head h2 {
  font-size: 24px;
  line-height: 36px;
}
.contact_head .tittle_head{
  margin-bottom: 24px;
}
/* -------------------
      SINGLE POST PAGE
------------------------- */
.single.single-post h1.entry-title {

  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}
.search_postflex .cstm-search-arc{
  max-width: 50%;
  flex: 0 0 50%;
}
#mys-content, iframe, div#aswift_1_host {
  width: 100% !important;
}
ins.adsbygoogle.example_responsive_1 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
div#mys-content {
  width: 100% !important;
}
}
@media screen and (max-width:767px){
  .video_sec .video_txt h6{
    min-height:auto;
  }
  .video_img iframe{
    width:100% !important;
  }
  .home_shop_card{
    margin-bottom: 32px;
  }
  .social_icons {
    justify-content: center;
  }
  .footer_head h6{
    text-align: center;
  }
  .home_shop_sec{
    padding: 56px 0 24px;
  }
  .home_video_sec{
    padding: 48px 0;
  }
  .home_subscribeimg {
    padding: 108px 40px;
    text-align: center;
    background-position: center;
}
.home_subscribe_box{
  padding: 56px 0 0;
}
.subscribe_form form {
  max-width: 100%;
}
.comapny_bio, .subscribe_form{
  padding-bottom: 24px;
}
.comapny_bio, ul.footer_links, .subscribe_form {
  margin-bottom: 24px;
  /* border-bottom: 1px solid #105075; */
}
.subscribe_form form{
  display: block;
}
.subscribe_form {
  padding-bottom:0;
  margin-bottom: 0;
}
.home_subscribetxt {
  padding-right: 0;
  padding-bottom: 36px;
}
.home_shoptxt a{
  display: block;
}
.subscribe_bttn a {
  display: block;
  text-align: center;
}
footer .container{
  padding: 0 16px;
}
.subscribe_form .mc4wp-response {
  position: absolute;
  bottom: -45px;
}
.subscribe_form .mc4wp-alert.mc4wp-success p{
  top:0;
}
/* -------------------
      ABOUT PAGE
------------------------- */
.py_8{
  padding: 56px 0;
}
.inner_banner .subscribe_bttn a, .the_ve_gan .subscribe_bttn a{
  display: inline-block;
}
.food_ies {
  padding-bottom: 32px;
}
.testi_monial {
  padding: 16px 0;
}
footer{
  padding: 56px 0;
}
.food_card {
  text-align: center;
}
.testi_monial_cntnt {
  padding: 24px 16px;
}
/* -------------------
      Contact PAGE
------------------------- */
.contact_add {
  padding: 24px 0;
}
.all_link_social a.social_link{
  margin-bottom: 24px;
}
.contact_sec {
  padding: 24px 0 36px;
}
.all_link_social{
   padding: 24px 0 0;
}

/* -------------------
      Recipe PAGE
------------------------- */
.cate_gory_desk{
  display: none;
}
.cate_gory_mob{
  display: block;
  padding-bottom: 20px;
  padding-top: 8px;
}
.search_resultpost{
  padding: 50px 0;
}

.search.search-results nav.navigation.pagination a.prev{
  margin-right: 15px;
}
.search.search-results nav.navigation.pagination a.next{
  margin-left: 25px;
}
.search.search-results nav.navigation.pagination a.page-numbers, .nav-links span.current{
  padding-left: 10px;
}
.nav-links span.page-numbers, .search.search-results nav.navigation.pagination a.page-numbers{
  font-size:14px;
}
.search.search-results nav.navigation.pagination a.prev, .search.search-results nav.navigation.pagination a.next{
  font-size: 13px;
  padding: 12px 10px;
}
.single.single-post h1.entry-title {
  margin-bottom: 5px;
}
}
@media screen and (max-width:680px){
  .testi_monial_slider .slick-prev, .testi_monial_slider .slick-next{
    top:auto;
    bottom: 0;
  }
  .testi_monial_slider .slick-dots {
    bottom: 0;
}
}

@media screen and (max-width:575px){
.footer_logo {
  max-width: 33%;
  flex: 0 0 33%;
}
.form_con_tact_btn .theme_btn{
  display: block;
  width:100%;
}
.contact_form{
  padding-bottom: 32px;
}
 .testi_monial_user {
  display: block;
}
.testi_monial_user_date {
  align-items: end;
}
.testi_monial_user h4{
  margin: 0 0 8px;
}
.nav-links{
  display: block;
}
.nav-previous, .nav-next {
  max-width: 100%;
}
.nav-next {
  text-align: left;
  padding-top: 24px;
}
.search_postflex .cstm-search-arc{
  max-width:100%;
  flex: 0 0 100%;
}
.mainn_searchform{
  right:20px;
}
.search.search-results nav.navigation.pagination a.prev, .search.search-results nav.navigation.pagination a.next{
  padding:10px 7px;
}
.nav-links span.page-numbers, .search.search-results nav.navigation.pagination a.page-numbers{
  font-size: 13px;
}
.search.search-results nav.navigation.pagination a.page-numbers, .nav-links span.current{
  padding-left: 7px;
}
.search.search-results nav.navigation.pagination a.prev{
  margin-right: 0;
}
.search.search-results nav.navigation.pagination a.next{
  margin-left: 7px;
}
.nav-links span.page-numbers{
  padding-right: 0;
}
}
@media screen and (max-width:508px){
  .search.search-results nav.navigation.pagination a.next{
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width:460px){
  .social_link_txt p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 277px;
}
.single-post .cstm-rating-sec{
  display: block;
}
.single.single-post .wprm-recipe a.wprm-recipe-link{
  margin-top:20px;
}
}

@media screen  and (max-width:360px){
  .social_link_txt p {
    max-width: 230px;
}
}

.testi_monial_slider .slick-dots li.slick-active button {
    display: none;
}
.single.single-post figure.post-thumbnail {
    display: none;
}
.recipes_sec .video_box.recipes_box .recipe-img a {
    height: 160px;
}
p.cstm-search-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #e64427;
    display: flex;
    align-items: center;
    margin: 0px 0px 23px;
}

p.cstm-search-date img {
    padding-right: 14px;
}
.hero_video_sec video {
    width: 100%;
}

.pagination-recipe span.page-numbers.current {
  color: #105075;
}