:root {
  --mainfont: "InterstateCondensedRegular", Arial, Helvetica, sans-serif;
  --LatoBold: "LatoBold";
  --LatoBlack: "LatoBlack";
  --LatoRegular: "LatoRegular";
  --InterstateCondensedBold: "InterstateCondensedBold";
  --interstateregularcomp:"interstateregularcomp";
  --font60: 60px;
  --font50: 50px;
  --font45: 45px;
  --font40: 40px;
  --font32: 32px;
  --font30: 30px;
  --font24: 24px;
  --font20: 20px;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
  --font12: 12px;
  --maincolor: #402020;
  --maintrans: #40201fe0;
  --secondaryColor: #faf5eb;
  --clrwhite: #fff;
  --midblack: #080808;
  --midGrey: #6f6f6f;
  --orange: #F5D596;

  --brown: #442a28;
  --black: #000000;
  --lightGrey: #f5f5f5;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--mainfont);
  scroll-behavior: smooth;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
  .top-3-des
  {
    line-height: 20px !important;
  }
  .bonus-img-heading
  {
    padding-top: 20px;;
  }
  
.videomode{
  display:none !important;
}
.post-template-recipie-template-holiday footer#socket .container {
 
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  float: none;
}

}

body {
  margin: 0;
  padding: 0;
  background: var(--maincolor);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

p,
div {
  line-height: normal;
}

footer p,
footer div {
  line-height: inherit;
}

footer nav {
  text-align: left;
}

a {
  line-height: normal;
  text-decoration: none;
  color: #000;
}

#_evidon_banner a {
  text-decoration: underline;
}

h2,
h3 {
  line-height: normal;
}LatoBold

button {
  font-family: var(--mainfont);
}

/*page level css starts*/

/*header starts*/
header {
  width: 100%;
  background: var(--maincolor);
  margin: 0 auto;
}

.header-wrapper {
  box-shadow: 0px 3px 20px #0000004d;
  position: relative;
  padding: 10px 20px 10px 20px;
}

.soh-logo {
  width: 100%;
  text-align: center;
}
.soh-logo img {
  width: 95px;
  height: 46px;
}
.hero-wrapper {
  width: 100%;
  margin: 0 auto;
  background: var(--maincolor);
}

.header-text {
  display: none;
}

 
.social-media ul {
  margin: 0 10px 20px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.social-media ul li {
  margin: 0 10px;
  list-style-type: none;
}

.social-media ul li a {
  text-decoration: none;
  outline: none;
  display: flex;
  justify-content: center;
}

.social-media ul li a img {
  max-width: 60%;
  border: none;
}
.post-template-recipie-template-holiday #main{
  background: var(--clrwhite);
  padding-top: 147px!important;
}
 
.hero-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}

/*header ends*/

/*featured-receipe starts*/
.featured-receipe-wrapper {
  background: var(--maincolor);
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 24px 30px 24px;
}
.top-3-des {
  color: var(--orange);
  font-size: var(--font12);
  text-align: center;
  font-family: var(--LatoRegular);
  padding: 0;
  line-height: 36px; 
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
  box-shadow: 0px 6px 10px -11px rgba(0,0,0,0.60);
}
.featured-receipe-wrapper .featured-header {
  color: var(--orange);
  text-align: center;
  font-size: var(--font20);
  background: var(--maincolor);
  font-family: var(--InterstateCondensedBold) !important;
  position: relative;
}

.featured-receipe-inner {
  max-width: 100%;
  width:100%;
  margin:0 auto;
  display: flex;
  justify-content: center;
}
.featured-receipe-subheader {
  position: relative;
  width: auto !important;
  bottom: -25px;
  color: var(--orange);
  font-size: var(--font12);
  font-family: var(--LatoRegular);
}
.featured-card {
  width: 180px !important;

  border: 10px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.featured-card a {
  text-decoration: none;
  outline: none;
}

.featured-card:hover {
  border: 10px solid var(--orange);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.featured-card-header {
  width: 100%;
  background: var(--clrwhite);
  padding: 0.8rem 0;
  color: var(--maincolor);
  text-align: center;
  font-size: var(--font16);
  font-family: var(--LatoBold);
  position: relative;
  z-index: 5;
}

.featured-card img {
  display: block;
  max-width: 100%;
}

.featured-text {
  background: var(--orange);
  color: var(--clrwhite);
  padding: 1rem;
}

.featured-receipe-wrapper .holiday-slider {
  max-width: 100%;
  overflow: visible;
  padding-top: 40px;
}

.featured-receipe-wrapper .holiday-slider.slick-initialized {
  display: block;
}

.featured-receipe-wrapper .slick-disabled {
  display: none !important;
}

.featured-receipe-wrapper .slick-list {
  overflow: visible;
}

/* the slides */

.slider-item img {
  width: 100%;
}

/*featured-receipe ends*/
.ingredients-online-btn {
  width: 230px;
  margin: 0 auto;
  border-radius: 42px;
  box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.25);
  background: var(--orange);
  margin-top: 20px;
  padding: 16px 0 16px 0;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
 }
.btn-text {
  color: var(--maincolor);
  font-family: var(--InterstateCondensedBold);
  line-height: 28px;
  margin-right:10px;
  font-size: var(--font16);
}
.shop-online-1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.shop-online-2{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.shop-overlay-wrapper,.shop-overlay-wrappers {
  width: 276px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--clrwhite);
  border-radius: 30px;
  z-index: 10;
  display: none;
  padding: 15px 0;
}
 
.logo-1 {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  display: none;
}
.logo-1 img {
  width: 36px;
  max-width: 100%;
}
.logo-2 {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  display: none;
}
.logo-2 img {
  width: 36px;
  max-width: 100%;
}
.close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}
.close-btn img {
  width: 20px;
  max-width: 100%;
}
.shop-verlay-heading {
  width: 100%;
  text-align: center;
  font-family: var(--InterstateCondensedRegular);
  font-size: var(--font16);
  color: var(--midGrey);
  line-height: 28px;
  margin: 20px 0;
}
.shop-online-1 a img {
  width: 40px;
  max-width: 100%;
}
.shop-online-2 a img {
  width: 40px;
  max-width: 100%;
}
.shop-overlay-wrapper ul,.shop-overlay-wrappers ul {
  margin: 0 60px;
  padding: 0;
}
.shop-overlay-wrapper ul li,.shop-overlay-wrappers ul li {
  list-style-type: none;
  display: block;
  margin: 20px 0;
}
.shop-overlay-wrapper ul li a,.shop-overlay-wrappers ul li a {
  text-align: center;
  background: var(--orangeDark);
  border: 1px solid var(--darkGrey);
  border-radius: 10px;
  padding: 6px 24px;
  width: 100%;
  display: block;
  font-family: var(--InterstateCondensedBold);
  font-size: var(--font18);
  white-space: nowrap;
  background: var(--orange);
  border: 1px solid var(--maincolor);
}
.recipe-caurosel-wrapper {
  width: 100%;
  display: block;
}
.directions-btn {
  width: 180px;
  border-radius: 42px;
  background: var(--orange);
  margin-top: 20px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  display: none;
  font-family: var(--InterstateCondensedBold);
  color: var(--maincolor);
 }
 .directions-btn img {
    transform: rotate(-90deg);
    width: 10px;
    max-width: 100%;
    margin-left: 10px;
    position: relative;
    top: 3px;
 }
/*custom-widget-wrapper starts*/
.custom-widget-wrapper {
  background: var(--maincolor);
  padding: 0px 0px 30px 0;
  color: var(--clrwhite);
}
.widget-wrapper-mobile {
  background: var(--orange);
}
.custom-widget-inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.widget-heading {
  color: var(--maincolor);
  font-size: var(--font32);
  text-align: center;
  padding: 36px 0;
  font-family: var(--InterstateCondensedBold);
}

.custom-widget-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.social-heading {
  color: var(--maincolor);
  font-size: var(--font12);
  text-align: center;
  padding: 20px 0;
}

.custom-widget-wrapper .social-media {
  display: block;
}

/*custom-widget-wrapper starts*/

.video-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
  padding-bottom: 20px;
}

.video-inner {
  padding: 12px 24px;
  position: relative;
}

/*Recipes content starts*/
.recipes-content-wrapper {
  width: 100%;
  background: var(--orange);
}

.recipe-page-content-inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 24px;
}

.recipes-content-inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

.recipes-content-wrapper .recipes-content-card {
  width: 150px;
  margin: 0 15px 15px 0;
  overflow: hidden;
}
.recipes-content-wrapper .recipes-content-card:nth-child(even) {
    margin: 0 0 15px 0;
}
.recipes-content-wrapper .recipes-content-heading {
  width: 100%;
  padding: 2rem;
  text-align: center;
  background: var(--orange);
  color: var(--maincolor);
  font-family: var(--InterstateCondensedBold);
  font-size: var(--font20);
}
.video-wrapper-heading {
  width: 100%;
  text-align: center;
  color: var(--orange);
  font-family: var(--InterstateCondensedBold);
  font-size: var(--font20);
  padding: 30px 20px 20px 20px;
}

.recipes-content-wrapper .recipes-content-card .card-img {
  width: 100%;
}

.recipes-content-wrapper .recipes-content-card .card-img img {
  max-width: 100%;
}

.recipes-content-wrapper .recipes-content-card .card-text {
  width: 100%;
  background: var(--clrwhite);
  color: var(--maincolor);
  padding: 1rem 0.5rem;
  min-height: 65px;
}

/*Recipes content ends*/
.bonus-img-left {
  width: 100%;
}

.bonus-img-right {
  width: 100%;
}

.text-center {
  text-align: center;
}

.btn-wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 60px;
}

.btn-wrapper a {
  width: 260px;
  border-radius: 50px;
  margin: 0 auto;
 font-size: var(--font20);
}

.loadmore-btn {
  outline: none;
  background: transparent;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  border: 4px solid var(--maincolor);
  color: var(--maincolor);
}
.loadmore-btn:hover {
  background: var(--maincolor);
  color: var(--clrwhite);
}
.recipe-mobile-view-btns {
  display: none;
}
.footer-wrapper {
  background: #401f20;
  margin: 0 auto;
  padding: 1rem;
}
.recipe-page-body .footer-wrapper {
  margin-bottom: 100px;
}
.footer-wrapper .footer-inner {
  display: flex;
  flex-wrap: wrap;
}

.footer-wrapper .footer-inner .text-left {
  text-align: left;
  color: var(--orange);
  width: 100%;
}

.footer-wrapper .footer-inner .text-right {
  display: flex;
  width: 100%;
}

.footer-wrapper .footer-inner .text-right ul {
  display: flex;
  margin: 10px 0;
  padding: 0;
}

.footer-wrapper .footer-inner .text-right li {
  list-style-type: none;
  margin: 0 5px;
  color: var(--orange);
}

.footer-wrapper .footer-inner .text-right ul li a {
  text-decoration: none;
  color: var(--orange);
  text-transform: uppercase;
}

.footer-wrapper .footer-bottom-text {
  display: flex;
  flex-wrap: wrap;
  color: var(--clrwhite);
}

/*receipe page css starts*/
.recipe-page-content-wrapper {
  width: 100%;
  display: none;
}

.recipe-page-hero-wrapper {
  display: none;
}


.recipe-page-sub-header {
  width: 100%;
  background: var(--maincolor);
  padding: 8px 0;
}

.sub-header-inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.sub-header-title {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.sub-header-title .arrow-left {
  width: auto;
}
.sub-header-title .arrow-left img {
  width: 10px;
  max-width: 100%;
}
.sub-header-title .arrow-right {
  width: auto;
}
.sub-header-title .arrow-right img {
  width: 10px;
  max-width: 100%;
}
.sub-header-text {
  font-size: var(--font16);
  color: var(--orange);
  font-family: var(--interstateregularcomp);
  margin: 0 20px;
  width: 130px;
  text-align: center;
}
.sub-header-text a {
  text-decoration: none;
  color: var(--orange);
  text-transform: uppercase;
}

.arrow-btn {
  display: none;
}

.back-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  margin: 0;
  padding: 0;
  background-color: #3D2121;
  border-radius: 10px;
  font-family: var(--LatoBold);
  font-size: var(--font12);
}

.back-btn a {
  color: var(--orange);
}

.back-btn img {
  width: 6px;
}

.arrow-back-mobile {
  color: var(--clrwhite);
  font-size: var(--font12);
  display: none;
}

.recipe-hero-video {
  background: var(--maincolor);
}

.recipe-hero-video .video-wrapper video {
  width: 100%;
  height: 490px;
}

.recipe-page-buttons {
  width: 100%;
  z-index: 5;
  bottom: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.chicory-btn {
  width: 50px;
  display: none;
}

.recipe-page-tabs {
  width: 100%;
  background: var(--maincolor);
  display: flex;
  padding: 20px;
  justify-content: center;
}

.tabs-1,
.tabs-2 {
  padding: 10px;
  text-align: center;
  font-size: var(--font14);
  color: var(--clrwhite);
  border: 1px solid var(--clrwhite);
  margin: 0 10px;
  width: 170px;
}

.border-none {
  border: none;
  position: relative;
}

.video-play-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 6;
  width: 100%;
  top: calc(50% - 60px);
}

.ingredients-btn {
  width: 200px;
  border-radius: 50px;
  background: var(--orange);
  color: var(--maincolor);
  text-align: center;
  padding: 20px 30px;
  margin: 0 20px 0 0;
}

.recipe-page-content-heading {
  border-bottom: 2px solid #00000026;
  color: var(--black);
  font-size: var(--font24);
  text-align: left;
  display: flex;
  font-family: var(--interstateregularcomp);
  justify-content: flex-start;
}

.recipe-page-content-inner .recipe-right {
  width: 100%;
}

.recipe-page-content-inner .recipe-left {
  width: 100%;
}

.recipe-list-text {
  margin: 10px 0 64px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.recipe-list-text ul li span {
  padding-left: 20px;
}
.recipe-list {
  color: var(--black);
  font-size: var(--font14);
  width: 50%;
  display: flex;
  align-items: baseline;
  margin: 10px 0;
}

.recipe-list-heading strong {
  display: inline-block;
  margin-top: 28px;
}
.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: var(--black);
  box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.2);
  padding-top: 7px;
  margin-right: 10px;
}

.text {
  width: 100%;
  background: var(--clrwhite);
  padding: 0;
  border-radius: 10px;
  text-align: left;
  font-family: var(--LatoRegular);
  font-size: var(--font14);
  display: flex;
}
.text-count {
  margin-right: 10px;
  font-weight: bold;
}
.display-none {
  display: none;
}

.mobile-img {
  display: block;
}

.desktop-img {
  display: none;
}

.print-btn {
  background: url(./../images/print.svg) center center;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover;
}

.print-btn:hover {
  background-image: url("./../images/share-hover-new-1.svg");
}

.share-btn {
  background-image: url("./../images/share.svg");
  display: inline-block;
  width: 78px;
  height: 78px;
}

.share-btn:hover {
  background-image: url("./../images/share-hover.svg");
}

.tools-mobile-hide {
  display: none;
}

/*receipe page css starts*/

.selected {
  background: var(--orange);
  color: var(--maincolor);
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.recipe-list {
  width: 100%;
}

.tools-mobile-only {
  display: block;
}
.featured-receipe-inner .featured-card-header
{
  text-transform: capitalize;
}
.bonus-img-heading {
  color: var(--orange);
  font-size: var(--font32);
  text-align: center;
  margin-bottom: 10px;
  font-family: var(--InterstateCondensedBold);
}

.bonus-img-text,
.bonus-img-text2 {
  color: var(--orange);
  font-size: var(--font14);
  text-align: center;
  margin-bottom: 10px;
  line-height: 20px;
  font-family: var(--LatoRegular);
}
.bonus-img-text2 {
  font-family: var(--mainfont);
  text-align: center;
 
}
.recipe-page-body {
  background: var(--clrwhite);
  position: relative;
}

.border-top-2px {
  border-top: 2px solid transparent;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.display-flex {
  display: flex !important;
  justify-content: center;
}
.video-mobile {
  display: block;
  margin-top: 0;
}
.video-desktop {
  display: none;
}
.padding-lr {
  padding: 25px 20px;
}
.recipe-buttons-desktop {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 20px;
}

.recipe-buttons-mobile {
  display: flex;
  justify-content: center;
}
.recipe-buttons-mobile .print-btn {display: none;}
.recipe-buttons-mobile .addtoany_shortcode {display: none;}
.pt-40 {
  padding-top: 40px;
}
.text-left-icon {
  margin-right: 10px;
}
.recipe-note-sec {
  padding: 20px;
}
.hero-arrow-img {
  display: flex;
  justify-content: center;
  margin: 20px 0 60px 0;
}
.hero-arrow-img img {
    width: 15px;
    max-width: 100%;
 }

.wrapper {
    max-width: 100%;
    margin: auto;
    margin-top: 10px;
    position: relative;
  }
  
  .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 100%;
  }
  
  .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  
  .tab-link {
    list-style: none;
    padding: 10px 0;
    color: #00000099;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
    letter-spacing: 1px;
    width: 30%;
  }
  
  .tab-link:hover {
    color: #000;
    border-color: #000;
  }
  
  .tab-link.active {
    color: #000;
    border-color: #000;
  }
  
  .content-wrapper {
    padding: 15px 0;
  }

  .content-wrapper::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.content-wrapper::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

.content-wrapper::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
  .tab-content {
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
    display: none;
  }
  
  .tab-content.active {
    display: block;
  }
  
  @keyframes fadeIn {
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .pt-20 {
    padding-top: 20px;
  }
  .recipe-text-style {
    margin: 0;
  }
  .recipe-text-style p {
    margin-bottom: 0;
    font-size: var(--font14);
  }
  .font-size24 {
    font-size: var(--font24);
    display: none;
  }
  .tools-desktop-hide {
    display: block;
    margin-bottom: 40px;
  }
  .tips-bg {
    background: var(--clrwhite);
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
    padding: 0 20px 20px 20px ;
    font-family: var(--LatoRegular);
    font-size: var(--font14);
    line-height: 20px;
  }
  .bonus-img-text {
    line-height: 20px;
    padding: 0 20px;
    text-align: center;
  }
  .bonus-img-text2 {
    padding: 0 20px;
    line-height: 20px;
  }
  .grey-bg {
    background: #3D212126;
}
.copyright-text {
  margin-left: 20px;
  color: var(--orange);
}
#recipe-buttons-mobile {
  transition: all ease 0.5s;
}

.display-block {
  display: block;
}
.tools-bg {
  background: var(--clrwhite);
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
  font-family: var(--LatoRegular);
  font-size: var(--font14);
  line-height: 20px;
}
/*accordian css starts*/
.holiday-recipe-accordian {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  display: none;
}

.holiday-recipe-accordian li {
  list-style:none;
}
.holiday-recipe-accordian li p {
  border: 1px solid #707070;
  text-align:left;
  cursor:pointer;
  padding: 10px;
  font-family: var(--interstateregularcomp);
  font-size: var(--font24);
  font-weight: bold;
}
.holiday-recipe-accordian li p img {
  float: right;
  margin: 6px 10px;
  transform: rotate(90deg);
  width: 10px;
}
.recipe-accordian-content{
  font-size:var(--font14);
  line-height: 24px;
  display:none;
  padding: 0;
  color: var(--black);
}
/*accordian css ends*/
.hero-banner-bottom-header {
  width: 100%;
  box-shadow: 0px 8px 20px -17px rgba(0,0,0,1);
  padding: 8px 20px 9px 0px;
  display: none;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
.hero-banner-bottom-header iframe {
  width: 70px;
  height: 25px;
  overflow: hidden;
  margin-bottom: 5px;
}

.buttons-inner {
  display: flex;
  align-items: center;
}
.holiday-recipe-accordian ul {
  margin-bottom: 50px;
}
/*page level css ends*/
 .custo-bg {
  background: #402020;
 }
 
 @media only screen and (max-width: 430px) {
  .recipe-hero-video .video-wrapper video {
    height: 460px;
  }
  .buttons-mobile {
    bottom: -100px;
  }
 }
 @media only screen and (max-width: 390px) {
  .recipe-hero-video .video-wrapper video {
    height: 330px;
  }
 }
@media only screen and (min-width: 1025px) {
  .featured-receipe-wrapper {
    padding: 60px 0 30px 0;
  }
  .featured-receipe-inner {
    width: 85%;
  }
  .hero-arrow-img img {
    width: 42px;
    max-width: 100%;
 }
  .bonus-img-text2 {
    font-size: var(--font24);
    padding: 0;
    line-height: 40px;
  }
  .soh-logo img {
    width: auto;
    height: auto;
  }
  .padding-lr {
    padding: 0 40px;
  }
  .tab-link a {
    padding: 10px 40px;
  }
  .pt-20 {
    padding-top: 40px;
  }
  .recipe-page-content-inner {
    padding: 40px 40px 0 40px;
  }
  .content-left {
    justify-content: flex-start;
  }
  .pt-40 {
    padding-top: 0px;
  }
  .bonus-img-text2 {
    text-align: left;
  }
  .sub-header-text a {
    color: var(--brown);
    font-size: var(--font40);
  }
  .top-3-des {
    font-size: var(--font24);
    line-height: 36px;
    box-shadow: none;
  }
  /*header*/
  .header-wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1366px;
    padding: 13px 20px 13px 20px;
  }

  .soh-logo {
    width: 50%;
    text-align: left;
  }

  .social-media {
    width: 50%;
    display: block;
  }

  .social-media ul {
    margin: 20px 0 20px 0;
    justify-content: end;
  }

  .social-media ul li a img {
    max-width: 100%;
    height: 30px;
  }
  
  .widget-heading {
    font-size: var(--font50);
    font-family: var(--InterstateCondensedBold);
  }
  .arrow-back-mobile {
    display: none;
  }
  /*featured-receipe starts*/
  

  .featured-receipe-wrapper .featured-header {
    font-size: var(--font50);
    color: var(--orange);
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    letter-spacing: 2px;
    padding-left: 10px;
  }

  .featured-card {
    width: 260px !important;
    margin: 6px;
  }
  .ingredients-online-btn {
    width: 351px;
    margin: 0 auto;
    padding: 16px 20px;
    justify-content: space-evenly;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .shop-online-1 {
    margin-right: 10px;
  }
  .shop-online-1,  .shop-online-2 {
    position: relative;
    margin-top: -10px;
    width: 60px;
    height: 60px;
  }
  .shop-online-1 a img,  .shop-online-2 a img{
    width: 60px;
    max-width: 100%;
  }
  .recipe-buttons-desktop .shop-online-2 a img {
    margin-top: 3px;
    position: relative;
    right: -20px;
  }
  .recipe-buttons-desktop .shop-online-1 a img {
    position: relative;
    top: 5px;
    right: -25px;
  }
  .holiday-home-page .shop-online-2 a img{
    position: relative;
    top: 4px;
    right: -15px;
  }
  .holiday-home-page .shop-online-1 a img {
    position: relative;
    top: 4px;
    right: -15px;
  }
  .shop-overlay-wrapper, .shop-overlay-wrappers {
    width: 351px;
  }
  .padding-bottom-90px {
    padding-bottom: 90px;
  }
  /*widget*/

  .custom-widget-wrapper .social-media {
    width: 100%;
  }

  .custom-widget-wrapper .social-media ul {
    justify-content: center;
  }
  .directions-btn {
    margin-left: 30px;
    display: block;
    font-size: var(--font16);
  }
  /*widget*/
  .kit-sold-wrapper {
    padding: 0;
  }

  .kit-sold-wrapper {
    margin: 0 auto;
  }

  .custom-video-width {
    width: 750px;
    margin: 0 auto;
  }
  .bonus-img-left {
    width: 50%;
  }

  .bonus-img-right {
    width: 50%;
    padding: 50px 100px 0 0;
  }

  .bonus-img-heading {
    color: var(--orange);
    font-size: var(--font60);
    text-align: left;
    margin-bottom: 10px;
  }

  .bonus-img-text {
    color: var(--orange);
    font-size: var(--font24);
    text-align: left;
    margin-bottom: 10px;
    line-height: 30px;
    padding: 0;
  }

  .border-top-2px {
    border-top: 2px solid #d17c21;
    display: block;
  }

  /* the slides */
  .desktop-img {
    display: block;
  }
  /*Recipes content starts*/
  .recipes-content-wrapper {
    margin: 0 auto;
    background: var(--orange);
  }

  .recipes-content-inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0px 60px;
    display: flex;
    justify-content: center;
  }

  .recipes-content-wrapper .recipes-content-card {
    opacity: 0.8;
    position: relative;
    cursor: pointer;
  }

  .recipes-content-wrapper .recipes-content-card:hover {
    opacity: 1;
  }

  .recipes-content-wrapper .recipes-content-heading {
    font-size: var(--font50);
    padding: 90px 0 40px 0;
  }

  .recipes-content-wrapper .recipes-content-card {
    width: 230px;
    margin: 0 50px 50px 0;
    overflow: hidden;
  }

  .recipes-content-wrapper .recipes-content-card .card-img img {
    max-width: 100%;
    transition-duration: 2s;
  }

  .recipes-content-wrapper .recipes-content-card .card-img img:hover {
    transform: scale(1.1);
  }

  .recipes-content-wrapper .recipes-content-card .card-text {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    color: var(--maincolor);
    pointer-events: none;
  }

  .recipes-content-wrapper .recipes-content-card .card-text:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: var(--clrwhite);
    border-width: 10px;
    margin-left: -10px;
  }
  .recipes-content-wrapper .recipes-content-card:nth-child(even) {
    margin: 0 50px 50px 0;
  }
  /*Recipes content ends*/

  /*receipe page css starts*/
  .recipe-page-content-wrapper {
    width: 100%;
    display: block;
  }

  .recipe-page-hero-wrapper {
    display: block;
  }

  .sub-header-text {
    margin: 0 30px;
    font-size: var(--font40);
    color: var(--maincolor);
    width: 500px;
    text-align: center;
  }

  .sub-header-title {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  .recipe-page-sub-header {
    background: var(--orange);
  }

  .recipe-page-content-inner .recipe-left {
    width: 285px;
    margin: 0 auto;
  }

  .recipe-page-content-inner .recipe-right {
    width: 720px;
    margin: 0 auto;
    position: relative;
  }

  .text-left-icon {
    margin-right: 10px;
  }

  .recipe-page-content-heading {
    font-size: var(--font32);
    justify-content: flex-start;
  }

  .recipe-list-text {
    display: flex;
    flex-wrap: wrap;
  }

  .recipe-list {
    color: var(--black);
    font-size: var(--font14);
    display: flex;
    align-items: baseline;
    margin: 10px 0;
  }

  .recipe-page-buttons {
    position: relative;
    justify-content: space-between;
    width: 100%;
  }

  .buttons-inner {
    display: flex;
  }

  .ingredients-btn {
    width: 200px;
    border-radius: 50px;
    background: var(--orange);
    color: var(--maincolor);
    text-align: center;
    padding: 20px 30px;
    margin: 0 20px 0 0;
  }

  .chicory-btn {
    display: block;
  }
  .chicory-btn img {
    width: 185px;
    margin-top: 15px;
  }

  .print-btn {
    background: url('./../images/print.svg') center center;
    width: 60px;
    height: 60px;
    background-size: auto !important;
    margin-right: 6px!important;
  }
  .print-btn:hover {
    background-image: url("./../images/share-hover-new-1.svg");
  }

  .share-btn {
    background-image: url("./../images/share.svg");
  }

  .pr-50px {
    padding-right: 50px;
  }

  .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: var(--black);
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.2);
    padding-top: 7px;
    margin-right: 10px;
  }

  .recipe-hero-video {
    display: none;
  }

  .back-btn {
    position: absolute;
    right: 30px;
    border: 1px solid var(--maincolor);
    margin: 5px 0;
    padding: 5px 10px;
    font-size: var(--font20);
    top: 0px;
    font-family: var(--LatoBold);
  }

  .recipe-page-tabs {
    display: none;
  }


  .display-none {
    display: block;
  }

  .arrow-btn {
    display: block;
  }

  .tools-mobile-only {
    display: none;
  }

  .tools-mobile-hide {
    display: block;
  }

  /*receipe page css ends*/
  .mobile-img {
    display: none;
  }

  /*footer*/
  .footer-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-wrapper .footer-inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }

  .footer-wrapper .footer-inner .text-left,
  .footer-wrapper .footer-inner .text-right {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    color: var(--orange);
  }
  .copyright-text {
    margin-left: 20px;
    color: var(--orange);
  }
  .footer-wrapper .footer-inner .text-right ul {
    margin: 0;
  }

  .footer-wrapper .footer-bottom-text {
    justify-content: center;
    color: var(--orange);
  }
  .video-mobile {
    display: none;
  }
  .video-desktop {
    display: block;
  }
  .recipe-buttons-desktop {
     
    width: 100%;
    justify-content: space-between;
    position: absolute;
    bottom: 40px;
  
  }
  .recipe-buttons-mobile {
    display: none;
  }
  .video-wrapper {
    padding-bottom: 100px;
  }
  .video-wrapper-heading {
    font-size: var(--font50);
    max-width: 810px;
    margin: 0 auto;
    width: 100%;
    padding:  0px 0px 60px 0;
  }
  .font-size24 {
    font-size: var(--font24);
    opacity: .6;
    cursor: pointer;
    display: block;
  }
  .tools-desktop-hide {
    display: none;
  }
  .tools-bg {
    background: var(--clrwhite);
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
    font-family: var(--LatoRegular);
    font-size: var(--font14);
    line-height: 20px;
  }
  .tools-bg ul {
    margin: 25px 10px 25px 0;
  }
  .tips-bg {
    background: var(--clrwhite);
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
    padding: 0 20px 20px 20px ;
    font-family: var(--LatoRegular);
    font-size: var(--font14);
    line-height: 20px;
  }
  .recipe-page-body .footer-wrapper {
    margin-bottom: 0;
  }
  .featured-receipe-subheader {
    position: relative;
    width: auto !important;
    bottom: -25px;
    color: var(--orange);
    font-size: var(--font24);
    font-family: var(--LatoBold);
  }
  .holiday-recipe-accordian {
    display: flex;
    width: 100%;
    justify-content: end;
  }
  .accordian-left-content {
    width: 430px;
  }
  .recipe-accordian-content {
    display: block;
  }
  .holiday-recipe-accordian ul {
    display: flex;
    
}
  .holiday-recipe-accordian ul li {
    width: 48%;
    margin: 0 20px 0 0;
  }
  .holiday-recipe-accordian li p {
    pointer-events: none;
    border-bottom: 2px solid #00000026;
    color: var(--black);
    font-size: var(--font32);
    text-align: left;
    display: flex;
    font-family: var(--InterstateCondensedBold);
    justify-content: flex-start;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .holiday-recipe-accordian li p img {
    display: none;
}
  #footer .footer-wrapper .footer-inner .text-left {
    text-align: right !important;
  }
  #footer .footer-wrapper .footer-inner .text-right {
    justify-content: left !important;
  }
  footer#socket .container {
    align-items: center!important;
  }
  .ot-sdk-show-settings {
    margin-top: 1px !important;
    line-height: 13px !important;
  }
}

.evidon-banner button {
    margin: 10px 10px !important;
    display: inline-block !important;
}

footer#socket .copyright
{
  margin-top:7px;;
}


/****Safari scroll issue****/
@media only screen and (min-width: 769px) 
{
    html.custom_recipes, body.post-template-recipie-template, body.post-template-recipie-template-house {
         overflow-x: visible;
    }
}

@media only screen and (max-width: 768px)
{
 .post-template-recipie-template-holiday .shop-overlay-wrapper, .post-template-recipie-template-holiday .shop-overlay-wrappers
  {
top: -280px;
}.social-media.display-flexs ul {
  float: left;
  width: 100%;
}
.social-media ul li {
   width: 9%;
}
.sub-header-inner {
  top: -8px;
}
    html.custom_recipeshtml {
    	 overflow-x: visible !important;
    }
   body.post-template-recipie-template, body.post-template-recipie-template-house 
	{
         overflow-x: visible !important;
    }
    .responsive #top .logo {
      display: flex;
      height: 66px !important;
      float: left;
      width: 77%;
  }
  
}

/****Safari scroll issue****/

@media print {
  body, header, footer, div, section, .recipe-right, .recipe-page-content-heading {
   display: block !important;
   visibility: visible!important;
  }
  .recipe-page-content-inner .recipe-left, .recipe-page-buttons {
   display: none!important;
  }
  .content-wrapper {
    height: 100% !important;
  }
 }
 .addtoany_shortcode {
  margin-top: 10px;
 }

 .page-template-holidays-landing-soh .html_header_top.html_header_sticky #top #wrap_all #main {
  padding-top: 0!important;
 }
 html.responsive, .responsive body {
  overflow-x: inherit!important;
}

.heateor_sss_sharing_title, .heateor_sss_button_instagram {
	display:none !important;
}
.heateor_sss_sharing_container svg {
	display: none!important;
}
.heateor_sss_button_kakao {
  display: none!important;
}
.recipe-page-buttons .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_more .heateor_sss_svg {
  background: url('./../images/share.svg') center center !important;
    width: 60px !important;
    height: 60px !important;
}
.recipe-page-buttons .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_more .heateor_sss_svg:hover {
  background-image: url("./../images/share-hover.svg") !important;
}
.post-template-recipie-template-holiday #main{
  background: var(--clrwhite);
}
.display-flexs {
  display: block !important;
}
.social-media.display-flexs ul li a img {
  max-width: 100%;
  max-height: 100% ;
  }
 .social-media.display-flexs ul {
  float: left;
}
.bonus_secs .social-media {
  display: block !important;
}

.hero-banner-bottom-header {
  width: 100%;
  box-shadow: 0px 8px 20px -17px rgba(0, 0, 0, 1);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
.bake-mode-text
{
font-size: var(--font24);
color:var(--brown);
font-family: var(--interstateregularcomp);

}


.post-template-recipie-template-holiday .recipes-content-wrapper .recipes-content-heading{

  font-size: var(--font32);
  padding: 0px 0 40px 0;
  background-color: var(--clrwhite);
}

.post-template-recipie-template-holiday .recipes-content-inner{

background-color: var(--clrwhite);
}

.post-template-recipie-template-holiday .loadmore-btn{

  background:var(--orange);
}

.post-template-recipie-template-holiday .recipes-content-wrapper
{
  background-color: var(--clrwhite);

}
.recipe-list.display-block:before {
  content: '•';
  margin-right: 2px;
}
.recipe-accordian-content .recipe-list:before {
  content: '•';
  margin-right: 2px;
}

.recipe-mobile-btn{
  display: none;
}

 

.recipe-left-sec {
  width: 285px;
  margin: 0 auto;
}

article.recipe-direction-list {
   width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
article.recipe-right-sec{
  width:800px;
  margin: 0 auto;
}
.buttons-mobile {
    background: var(--maincolor);
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -130px;
}

.post-template-recipie-template-holiday span.logo.avia-standard-logo img {
  width: 80% !important;
}
.post-template-recipie-template-holiday span.logo.avia-standard-logo {
  max-height: 100px;
}
.post-template-recipie-template-holiday .container.av-logo-container {
  max-height: 117px;
}
.post-template-recipie-template-holiday .header-scrolled .header-scrolled li#menu-item-search
{
  top: 0px;

}
  
.post-template-recipie-template-holiday .header-scrolled li#menu-item-search
{
  top: 0px;
}
