/* -------------------------------------------------------------- */
/* ------------------------ Global Layout ----------------------- */
/* -------------------------------------------------------------- */
#siteContainerInner{
  padding:0 14px;
  background: transparent;
}
@media screen and (min-width: 620px) {
  #siteContainerInner{
    padding:0 20px;
  }
}

/* -------------------------------------------------------------- */
/* -------------------- Recipe Card Component ------------------- */
/* -------------------------------------------------------------- */

/*-------------------- Recipe Card --------------------*/
section.articleGrid .articleGrid__list{
  display: flex;
  flex-direction: column;
}

section.articleGrid article.articleGrid__list .articleGrid__imgWrap img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
}
section.articleGrid article.articleGrid__list .articleGrid__caption{
  border: 1px solid #E5E5E5;
  margin-top: 0;
  padding:30px 25px;
  height: auto;
  flex: 1;
}
section.articleGrid article.articleGrid__list .articleGrid__caption >div.details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

section.articleGrid article.articleGrid__list .articleGrid__caption .article_title{
  font-size: 20px;
  line-height: 26px;
  font-family: 'Jost-Bold';
  display: block;
}
section.articleGrid article.articleGrid__list .articleGrid__caption .cooking-time{
  display: flex;
  margin-top: 15px;
  font-size: 12px;
  opacity: 0.47;
}
section.articleGrid article.articleGrid__list .articleGrid__caption .cooking-time{
  font-size: 13.33px;
  line-height: 22px;
  opacity: 0.5;
}
section.articleGrid article.articleGrid__list .articleGrid__caption .cooking-time .icon{
  margin-right: 10px;
}
section.articleGrid article.articleGrid__list .articleGrid__caption .article_cat{
  color: #808080;
  font-size: 13px;
  font-family: 'Jost-Regular';
  margin-bottom: 10px;
}
.recipe-fav-btn-js {
  position: absolute;
  z-index: 9997;
  top:-1px;
  right: 30px;
  background-image: url(../img/FavIconBg.png);
  width: 55px;
  height: 64px;
  background-position: top center;
  background-repeat: no-repeat;
}
.recipe-fav-btn-js .user_favorite{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.recipe-fav-btn-js .user_favorite > span{
  padding-bottom: 10px;
}
.recipe-fav-btn-js .user_favorite > span.sprite-favourite_heart_active{
  background-image: url(../img/heart-fill.png);
}
.recipe-fav-btn-js .user_favorite > span.sprite-favourite_heart_inactive{
  background-image: url(../img/heart-outline.png);
}


/*-------------------- Recipe Grid --------------------*/
section.articleGrid {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

section.articleGrid > header {
  flex: 1 1 100%;
}


@media screen and (min-width: 620px) {
  .articleGrid__list {
    max-width:33.333333%;
    flex: 1 1 33.333333%;
  }
  .articleGrid__list:nth-of-type(2n+1) {
    padding-left: 0;
  }
  .articleGrid__list:nth-of-type(2n+2) {
    padding-right: 0;
  }
  .articleGrid__list:nth-of-type(3n+1) {
    padding-right: 0.666666rem;
    padding-left: 0;
  }
  .articleGrid__list:nth-of-type(3n+2) {
    padding-left: 0.3333333rem;
    padding-right: 0.3333333rem;
  }
  .articleGrid__list:nth-of-type(3n+3) {
    padding-left: 0.6rem;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  section.articleGrid{
    margin:0 -0.45rem;
  }
  section.articleGrid header h2{
    padding:0 0.45rem;
  }
  section.articleGrid .articleGrid__list {
    max-width: 25%;
    flex: 1 1 25%;
  }
  section.articleGrid .articleGrid__list {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
}

/* -------------------------------------------------------------- */
/* ------------------ Tabber Content Component ------------------ */
/* -------------------------------------------------------------- */
.tabber-content-widget{
  margin-top: 20px;
}
.tabber-content-widget .sub-heading,
.tabber-content-widget .main-heading {
  text-align: center;
  margin-bottom: 20px;
}

.tabber-content-widget .sub-heading span {
  color: #fff;
  background: #E56387;
  padding: 2px 6px;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (min-width: 620px) {
  .tabber-content-widget .sub-heading span {
    font-size: 14px;
    background: #000;
  }
}

.tabber-content-widget .main-heading span {
  font-size: 32px;
  display: inline-block;
  font-family: 'Jost-Bold';
  color: #000;
}

@media screen and (min-width: 620px) {
  .tabber-content-widget .main-heading span {
    font-size: 46px;
  }
}

.tabber-navigation-container{
  display: flex;
  justify-content: center;
  position: relative;
}

.tabber-navigation-container .inner-nav-container {
  border: 1px solid #D7D7D7;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  display: flex;
  max-width: 785px
}

.tabber-navigation-container:before {
  content: "";
  background: linear-gradient(90deg, rgb(250, 250, 250) 50%, rgba(250, 250, 250, 0) 100%);
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 100%;
  left: -15px;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  border-right: 0;
}

.tabber-navigation-container:after {
  content: "";
  background: linear-gradient(270deg, rgb(250, 250, 250) 50%, rgba(250, 250, 250, 0) 100%);
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 100%;
  right: -15px;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  border-left: 0;
}

@media screen and (min-width: 785px) {
  .tabber-navigation-container{
    margin: 0 15px 30px;
  }
  .tabber-navigation-container:before,
  .tabber-navigation-container:after{
    display: none;
  }
}

.tabber-navigation-container .inner-nav-container::-webkit-scrollbar {
  display:none;
  width: 0; /* Hide the default scrollbar */
}
.tabber-navigation-container .inner-nav-container::-webkit-scrollbar {
  width: 0.5em;
}

.tabber-navigation-container .inner-nav-container::-webkit-scrollbar-track,
.tabber-navigation-container .inner-nav-container::-webkit-scrollbar-thumb,
.tabber-navigation-container .inner-nav-container::-webkit-scrollbar-thumb:hover {
  display:none;
}

.tabber-navigation-container .inner-nav-container > span.tabber-nav-item {
  padding: 4px 15px;
  margin-left: 5px;
  display: inline-block;
  font-size: 18px;
  display: inline-block;
  font-family: 'Jost-Regular';
  text-wrap: nowrap;
  cursor: pointer;
  color: #808080;
}
@media screen and (min-width: 620px) {
  .tabber-navigation-container .inner-nav-container > span.tabber-nav-item{
    padding: 4px 20px;
    margin-left: 10px;
  }
}
.tabber-navigation-container .inner-nav-container > span.tabber-nav-item:first-child {
  margin-left: 0;
}
.tabber-navigation-container .inner-nav-container > span.tabber-nav-item.active {
  background: #000;
  color: #fff;
}

.tabber-content-main-data-container{
  display: none;
}
.tabber-content-main-data-container.active{
  display: block;
}
.articleGrid footer{
  text-align: center;
  padding: 20px 0;
  float: none;
}
.articleGrid footer a,.articleGrid footer a:hover{
  font-family: 'Jost-Bold';
  font-size: 14px;
  border: none;
  position: relative;
  padding-right: 40px;
  background-color: transparent;
  color:#000;
}
.articleGrid footer a::after{
  content:"";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-right.png);
  background-position: center;
  background-size: contain;
}
/* -------------------------------------------------------------- */
/* ------------- Tabber Component Newsletter widget ------------- */
/* -------------------------------------------------------------- */

.articleGrid__list.newsletter-signup .inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 620px) {

  .articleGrid__list.newsletter-signup .inner-container {
    background-image: url(../img/newsletter-bg.jpg);
    background-size: cover;
    background-position: center;
  }
  .articleGrid__list.newsletter-signup .Everlytics_Signup_Widget .promotionalcheck{
    color: #fff;
  }
  .articleGrid__list.newsletter-signup .Everlytics_Signup_Widget h2{
    display: block;
  }
  
}

.articleGrid__list.newsletter-signup .newsletter-signup-header {
  text-align: center;
  width: 100%;
  max-width: 257px;
}

.articleGrid__list.newsletter-signup .newsletter-signup-header span.tag,
.mobi-newsletter-widget .newsletter-signup-header span.tag{
  background-color: #FFC700;
  font-family: 'Jost-Bold';
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 4px 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.articleGrid__list.newsletter-signup .Everlytics_Signup_Widget{
  border: none;
  width: 100%;
  max-width: 257px;
  margin: 0;
}

.articleGrid__list.newsletter-signup  h1,
.mobi-newsletter-widget h1{
  font-family: 'Jost-Bold';
  font-size: 32px;
  line-height: 40px;
  color: #000;
  text-align: center;
}

.articleGrid__list.newsletter-signup .Everlytics_Signup_Widget h2,
.mobi-newsletter-widget .Everlytics_Signup_Widget h2{
  font-family: 'Jost-Bold';
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
  display: none;
}

.articleGrid__list.newsletter-signup .Everlytics_Signup_Widget .public_button,
.mobi-newsletter-widget .Everlytics_Signup_Widget .public_button{
  font-size: 12px!important;
}

.articleGrid__list.newsletter-signup .Everlytics_Signup_Widget .promotionalcheck{
  color: #fff;
}
.mobi-newsletter-widget {
  display: flex;
  background-color: #EFEFEF;
}
.mobi-newsletter-widget .articleGrid__list.newsletter-signup {
  width: 100%;
}
.mobi-newsletter-widget .articleGrid__list.newsletter-signup .Everlytics_Signup_Widget .promotionalcheck{
  color: #000;
}
.mobi-newsletter-widget .articleGrid__list.newsletter-signup .newsletter-signup-header{
  text-align: center;
  width: 100%;
  max-width: unset;
}
.mobi-newsletter-widget .articleGrid__list.newsletter-signup .Everlytics_Signup_Widget{
  max-width: unset;
}
.mobi-newsletter-widget .articleGrid__list.newsletter-signup h1, .mobi-newsletter-widget h1{
  font-size: 24px;
  margin: 5px 0 15px;
}

/* -------------------------------------------------------------- */
/* ----------------------- Comments section --------------------- */
/* -------------------------------------------------------------- */

#comments .comments-form-container {
  background: #F0F0F0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:0 30px;
}

#comments .comments__loginContainer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  max-width: 600px;
  width: 100%;
  border: none;
  margin: 0;
}
#comments .comments__loginContainer--login{
  margin-bottom: 20px;
}
#comments .comments__loginContainer--login,
#comments .comments__loginContainer--register{
  padding:0;
  width: 100%;
}

#comments .comments-listing-container{
  padding: 2rem 1rem;
}

#comments .comments-form-container .comment-title{
  margin-bottom: 15px;
}
#comments .comments-form-container .comment-title,
#comments .comments-listing-container .comment-reply-title{
  font-family: 'Jost-Bold';
  font-size: 32px;
  line-height: 40px;
  color: #000;
  text-align: center;
  text-transform: none;
}


#comments .comments__wrapper{
  border:none;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#comments .comments__wrapper #comments-list,
#comments section#respond{
  max-width: 600px;
  width: 100%;
  border: none;
  margin: 0;
  padding: 2rem 1rem;
  box-sizing: content-box;
}

#comments section#respond .form-submit input[type="submit"]{
  float:none;
  background: #000;
  color: #fff;
  border: none;
  margin-top: 20px;
}

#comments section#respond #comment{
  background: #fff;
}

#comments .comments__list img,
#comments .comments__list--vcard img{
  border-radius: 100px;
}

#comments .comments__list li, 
#comments .comments__list--vcard li,
#comments .comments__list .children li{
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border: none;
}
#comments{
  margin:0 -30px;
}
@media screen and (min-width: 620px) {
  #comments .comments-form-container .comment-title,
  #comments .comments-listing-container .comment-reply-title{
    font-size: 46px;
    line-height: 65px;
  }
  #comments{
    margin:0;
  }
  #comments .comments-form-container {
    padding: 0;
  }
}

/* -------------------------------------------------------------- */
/* --------------------- Single Recipe Page --------------------- */
/* -------------------------------------------------------------- */

.breadcrumbs{
  border:none;
  margin-bottom: 0.5rem;
}

.breadcrumbs a{
  font-size: 12px;
}

.breadcrumbs__item{
  display: inline-block;
}
.breadcrumbs__item:nth-last-of-type(2):after {
  content: '/';
}

.breadcrumbs__item:first-child:before {
  content: '<';
  color: #999;
  padding-right: 10px;
}
.breadcrumbs__item:nth-last-of-type(2):before {
  content: '';
  color: #999;
}

.breadcrumbs .breadcrumbs__list .breadcrumbs__item a,
.breadcrumbs__item:after {
  color: #A9A9A9;
}

.breadcrumbs .breadcrumbs__list .breadcrumbs__item:last-child a {
  color: #3b3b3b;
}

.articles--recipe{
  margin-top: 0;
  position: relative;
}

.recipe-header-container {
  display: flex;
  flex-direction: column;
  margin-bottom: -10px;
}
.recipe-header-container.article-header{
  flex-direction: column-reverse;
}

.recipe-header-container > div {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 620px) {
  .breadcrumbs__item:first-child:before {
    content: '';
    color: #999;
  }
  .breadcrumbs__item:first-child{
    padding-left: 0;
  }
  .recipe-header-container,.recipe-header-container.article-header {
    flex-direction: row;
  }
  .recipe-header-container.has-buy-link {
    margin-top: -38px;
  }
  .recipe-header-container > div {
    flex: 1 0 50%;
  }
}

.recipe-image-container{
  position: relative;
}

.recipe-image-container .recipe-image{
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
@media screen and (min-width: 620px) {
  .recipe-image-container .recipe-image{
    margin-bottom: 0;
  }
}

.recipe-course span.cat {
  background-color: #BBD00F;
  border:1px solid #BBD00F;
}

.recipe-course span.community_recipe {
  background-color: transparent;
  border:1px solid #AAAAAA;
}
.recipe-course span.sponsored {
  background-color: #000;
  color:#fff;
  border:1px solid #000;
}
.recipe-header-details-container{
  flex-direction: column;
  padding: 0 15px;
}

.recipe-header-details-container .recipe-course span {
    padding: 3px 10px;
    display: inline-block;
    font-size: 10px;
}
.recipe-header-details-container h1{
  font-family: 'Jost-Bold';
  font-size: 32px;
  line-height: 40px;
  margin: 20px 0;
  text-align: center;
}
.the-author {
  font-size: 12px;
}

.recipe-sub-details-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 400px;
  margin: 30px 0;
}

.recipe-sub-details-container .icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recipe-sub-details-container .icon-container img {
  max-width: 24px;
  margin-bottom: 10px;
}

.recipe-sub-details-container .icon-container label {
  color:#808080;
  font-size: 12px;
  margin-bottom: -5px;
}

.recipe-sub-details-container .icon-container span {
  font-family: 'Jost-Bold';
  font-size: 14px;
}

.recipe-header-details-container .description,.recipe-header-details-container .description p {
  width: 100%;
  max-width: 464px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
}

.recipe-header-details-container .description.article-desc{
  margin-top: 20px;
}

.wine-spirit-container {
  text-align: center;
  margin-top: 20px;
}

.wine-spirit-container .lable{
  font-family: 'Jost-Regular';
  font-size: 14px;
}
.wine-spirit-container .text{
  font-family: 'Jost-Bold';
  font-size: 14px;
}

@media screen and (min-width: 620px) {
  .recipe-header-details-container h1{
    font-family: 'Jost-Bold';
    font-size: 46px;
    line-height: 55.43px;
    margin: 30px 0;
  }
  .recipe-header-details-container .recipe-course span {
    font-size: 17px;
  }
}
.buy-cta-btn {
  position: sticky;
  top: 0;
  left: 100%;
  display: inline-block;
  z-index: 1;
}
.buy-cta-btn a.button--active {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: none;
}
.buy-cta-btn span.text {
  font-size: 14px;
  padding: 0 15px;
}
.buy-cta-btn span.icon {
  background-color: #D94030;
  padding: 5px;
}
.siteContainer__content{
  overflow: visible;
}

.recipe-details-container {
  display: flex;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
}

.col {
  display: flex;
}

.top-col.col {
  flex: 1 1 100%;
  /* margin-bottom: 40px; */
}

.bottom-col.col {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}

.left-col.col ,
  .right-col.col{
    flex: 1;
    padding: 0;
  }

.left-col.col {
  flex-direction: column;
}
.left-col.col p img{
  /* width: 100%; */
  height: auto;
  margin: 20px 0;
}
.left-col.col .fitVids{margin: 20px 0;}

.left-col.col a img{
  width: auto;
}
.right-col.col {
  flex-direction: column;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .left-col.col p img,.left-col.col .fitVids{
    margin: 30px 0;
  }
  .bottom-col.col {
    flex-direction: row;
  }
  .left-col.col {
    flex: 1 1 100%;
    padding-right:20px;
    max-width: 640px;
  }

  .right-col.col {
    flex: 1 0 300px;
    padding-left:20px;
  }
}

.ad-placeholder{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.details-container {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.details-container .details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.details-container .details-header h1 {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Jost-Bold';
} 
.details-container .details-header a {
  display: inline-block;
  font-size: 14px;
  color: #808080;
}

.details-container .details-header::after {
  display: none;
}

.details-container ul {padding: 0 0 0 15px;}

.details-container ul li {
    list-style-type: none;
    position: relative;
}

.details-container ul li:before {
    content: "• ";
    font-size: 23px;
    position: absolute;
    left: -15px;
    top: 0;
}


@media screen and (min-width: 620px) {
  .details-container {
    font-size: 18px;
    line-height: 27px;
  }
  .details-container .details-header h1 {
    font-size: 46px;
    line-height: 65px;
  }

  .details-container .details-header a {
    display: inline-block;
    font-size: 24px;
    color: #808080;
  }
}

.recipe-rating-container {
  padding: 30px 0;
}

.recipe-rating-container #favourites__tooltip,
.recipe-rating-container #rater__tooltip{
  position: relative;
  width: 100%;
  background-color: transparent;
}

.recipe-rating-container .rater_v2{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.recipe-rating-container .rater__rating{
  text-align: left;
  display: flex;
  width: auto;
  text-wrap: nowrap;
  margin-right: 0;
}
.recipe-rating-container .rater__rating .rater__toggle-v2{
  font-size: 18px;
  line-height: 20px;
  font-family: 'Jost-Bold';
  color: #000;
  background-color: transparent;
  border: none;
  width: auto;
}
.rater-stars-container {
  display: flex;
  align-items: center;
}
.rater__form_v2 .rater-stars-container .button--outline {
  width: 25px;
  height: 24px;
  background-image: url(../img/star-inactive-big-icon.jpeg);
  border: none;
  padding: 0;
  margin: 0;
  background-size: contain;
}
.rater__form_v2 .rater-stars-container:hover .button--outline {
  background-image: url(../img/star-active-big-icon.jpeg);
}

.rater__form_v2 .rater-stars-container .button--outline:hover {
  background-image: url(../img/star-active-big-icon.jpeg);
}

.rater__form_v2 .rater-stars-container .button--outline:hover ~ .button--outline {
  background-image: url(../img/star-inactive-big-icon.jpeg);
}

.rater_v2 .rater__thanks.active, .rater_v2 .rater__voted{
  display: block;
  padding: 0;
  margin: 0 0 0 15px;
  text-align: center;
}

@media screen and (min-width: 620px) {
  .recipe-rating-container .rater__rating{
    margin-right: 15px;
  }
  .rater__form_v2 .rater-stars-container .button--outline{
    width: 19px;
    height: 18px;
  }
  .recipe-rating-container .rater_v2{
    flex-direction: row;
  }
  .recipe-rating-container #favourites__tooltip,
  .recipe-rating-container #rater__tooltip{
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .rater_v2 .rater__voted{
    text-align: left;
  }
}
@media screen and (max-width: 620px) {
  .rater-stars-container{
    justify-content: center;
  }
}

/* -------------------------------------------------------------- */
/* --------------------- Recipe Guides Page --------------------- */
/* -------------------------------------------------------------- */

.recipe-guide-header-container{
  padding: 15px 0;
}
.recipe-guides-listing-container .recipe-guide-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* -------------------------------------------------------------- */
/* ------------------------ Profile Page ------------------------ */
/* -------------------------------------------------------------- */

#profile-details .section__body--border{
  border:none;
}
#profile-details .section__body--border .navigation--profile{
  display: flex;
}
#profile-details .section__body--border ul#menu-profile-navigation {
  display: flex;
  margin: 0 auto;
  width: auto;
  table-layout: unset;
}
#profile-details .navigation--profile li a{
  border: none;
  border-bottom: 1px solid #EFEFEF;
  padding: 0.5rem 1.5rem;
}
#profile-details .navigation--profile li[class*="current-menu-item"] a{
  color: #444;
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 3px solid #222222;
}
#profile-details .navigation--profile li a h1{
  color: #444;
}
#profile-details .section-header{
  display: flex;
  padding: 20px 0;
  justify-content: center;
}
#profile-details .section-header h1{
  font-size: 32px;
  line-height: 40px;
  font-family: 'Jost-Bold';
}
#profile-details .navigation--profile a span:nth-of-type(1) {
  display: inline!important;
}
#profile-details .navigation--profile a .sprite-profile-icon {
  display: none;
}
@media screen and (min-width: 620px) {
  #profile-details .section-header{
    padding: 30px 0;
  }
  #profile-details .section-header h1{
    font-size: 46px;
    line-height: 65px;
  }
}

.profile-details .form__section.register-fields{
  border:none;
}

.profile-details.form__wrapper .form__fieldset--register{
  max-width: 600px;
  border: 1px solid #E9E9E9;
  margin: 0 auto;
  padding: 13px 20px 20px;
}

.profile-details.form__wrapper .preferences {
  max-width: 600px;
  padding: 13px 20px 20px;
  border: none;
  float: unset;
  margin: 0 auto 1.4rem;
}

.profile-details.form__wrapper .preferences h3 {
  font-family: 'Jost-Bold';
  border-bottom: 3px solid #000;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-transform: none;
}

/* -------------------------------------------------------------- */
/* ----------------------- Form Elements ------------------------ */
/* -------------------------------------------------------------- */

.form__section fieldset > div {
  display: flex!important;
  flex-direction: column;
}

.form__section fieldset > div label {
  color: #808080;
  background: transparent;
  padding: 0.2rem 0;
  font-size: 14px;
}

.form__section fieldset > div input {
  border: 1px solid #000 !important;
  height: 49px;
  font-family: 'Jost-Bold';
  color: #000;
}

.form__section.preferences fieldset > div label{
  color: #000;
  font-family: 'Jost-Regular';
}

.preferences label > span::before{
  width:18px;
  height:18px;
}

.preferences .checkFirst:checked+label>span:first-of-type:before{
  width:18px;
  height:18px;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__footer input[type="submit"], 
.form__footer--footerLinks input[type="submit"], 
.form__footer--border input[type="submit"], 
.form__footer--spacing input[type="submit"]{
  color: #fff;
  height: 44px;
  display: inline-block;
  margin: 0;
  background: #000;
  padding: 0;
  width: 100%;
  max-width: 155px;
  text-align: center;
  font-size: 14px;
}
.logout-btn-container{
  text-align:center;
}

form .logout-url{
  font-size:12px;
  color: #000;
  font-family: 'Jost-Bold';
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
}

/* -------------------------------------------------------------- */
/* ----------- Login, Register and Forgotpassword page ---------- */
/* -------------------------------------------------------------- */

.login-details{}
.login-details h3{
  font-size:38px;
  line-height:40px;
  color: #000;
  font-family: 'Jost-Bold';
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}
.login-details div{
  font-size:12px;
  line-height:17px;
  font-weight:bold;
  color: #000;
  text-align: center;
}

.recipe-header-details-container.form-style-two {
  padding: 15px 45px;
  justify-content: space-around;
}

.recipe-header-details-container.form-style-two .form__section,
.recipe-header-details-container.form-style-two .form__footer--footerLinks{
  border:none;
}
.recipe-header-details-container.form-style-two .form__footer--footerLinks h4{
  font-size:22px;
  line-height:24px;
  color: #000;
  font-family: 'Jost-Bold';
}
.recipe-header-details-container.form-style-two .form__footer--footerLinks .bold-btn{
  margin-top:30px;
}
.recipe-header-details-container.form-style-two .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.recipe-header-details-container.form-style-two .bold-btn{
  color: #fff;
  height: 44px;
  display: inline-flex;
  margin: 0;
  background: #000;
  padding: 0;
  width: 100%;
  max-width: 155px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
}
.bottom-ctas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.recipe-header-details-container.form-style-two #register .form__section.preferences label{
  margin-bottom:15px;
}

.bottom-register-container .form__footer--footerLinks{
  border:none;
}
.bottom-register-container .form__footer--footerLinks h4 {
  font-size: 22px;
  line-height: 24px;
  color: #000;
  font-family: 'Jost-Bold';
}
.bottom-register-container .bold-btn {
  color: #fff;
  height: 44px;
  display: inline-flex;
  margin: 0;
  background: #000;
  padding: 0;
  width: 100%;
  max-width: 155px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
}
.bottom-register-container .form__footer--footerLinks .bottom-ctas{
  display:flex;
  flex-direction: column;
}
.bottom-register-container .form__footer--footerLinks .bottom-ctas .bold-btn{
  margin-bottom:15px;
}
.bottom-register-container .form__footer--footerLinks .bottom-ctas .forgot-btn,
.bottom-ctas a.btn{
  font-size:12px;
  line-height:17px;
  color: #000;
  font-family: 'Jost-Regular';
  text-decoration:none;
}
.bottom-ctas a.btn.underline{
  text-decoration:underline;
}
.form__fieldset.lost-password>div:not(.tabContent):last-of-type{
  width: 100%;
}
.recipe-header-container.login{
  margin-bottom:20px
}
.recipe-header-container.register{
  margin-bottom:20px
}
.ajax-auth label.invalid {
  background:transparent;
}
@media screen and (min-width: 620px) {
  .login-details h3{
    font-size:46px;
    line-height:65px;
    color: #000;
    font-family: 'Jost-Bold';
  }
  .login-details div{
    font-size:14px;
    line-height:20px;
    font-family: 'Jost-Bold';
  }
}

.load-more-btn-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:20px 0;
}

.infinite-scroll-trigger{
  color: #D94030;
  height: 44px;
  display: inline-flex;
  margin: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  max-width: 155px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size:14px;
  line-height:12px;
  font-family: 'Jost-Bold';
  text-transform: uppercase;
}

/* -------------------------------------------------------------- */
/* -------------------------- Mega Menu ------------------------- */
/* -------------------------------------------------------------- */

.navigation--primary{
  background-color: #fff;
}
.menu-grid-container {
  display: flex;
  width: 100%;
}
.menu-grid-container .menu-sidebar {
  height: 100%;
  flex: 0 0 300px;
  border-right: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 0 20px;
}
.menu-grid-container .editors-pic-container {
  flex: 1;
  overflow: hidden;
  padding: 20px 30px;
}
.menu-grid-container .editors-pic-container .articleGrid__imgContainer a,
.menu-grid-container .editors-pic-container .articleGrid__caption h3 a{padding: 0;}
.menu-grid-container .editors-pic-container .articleGrid__ratio {
  padding-top: 90%;
}
.menu-grid-container .editors-pic-container .title{
  color: #000;
  font-family: 'Jost-Bold';
  font-size: 15px;
}
.navigation--primary .menu-grid-container .menu-sidebar a{
  color:#000;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
}
.menu-grid-container .menu-sidebar > ul > li.my-profile-btn,
.menu-grid-container .menu-sidebar > ul > li.logout-btn{
  
}
.menu-grid-container .menu-sidebar > ul > li{
  width: 100%;
  border-top: 1px solid #000;
  margin: 0;
}
.menu-grid-container .menu-sidebar > ul > li.no-border{
  border-top: none;
}
.menu-grid-container .menu-sidebar > ul > li:first-child{
  border-top: none;
}
.menu-grid-container .menu-sidebar li.menu-item-has-children{
  position: relative;
}
.menu-grid-container .menu-sidebar li.menu-item-has-children span.icon{
  content:"";
  position: absolute;
  top: 12px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-right.png);
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.menu-grid-container .menu-sidebar li.menu-item-has-children.active span.icon{
  transform: rotate(270deg);
}
.menu-grid-container .menu-sidebar li.menu-item-has-children > ul{
  display:none;
}

.menu-grid-container .menu-sidebar li.menu-item-has-children.active > ul{
  display:block;
  padding: 0 20px 20px;
}

#mega--menu.navigation--primary.active{
  position: absolute;
  display: flex;
  top: 86px;
  z-index: 10000;
  width: 100%;
  padding: 0 20px;
  height: calc(100vh - 118px);
}

.navigation--primary.active{
  overflow: hidden;
}

/* #mega--menu.navigation--primary.active.sticky {
  position: sticky;
  top: 86;
  height: 100vh;
  padding: 0 ;
} */

body .navigation--primary.active {
  -webkit-overflow-scrolling: unset;
}

body .navigation--primary {
  top: 86px;
}

/* #mega--menu.navigation--primary.logged-in.active.sticky {
  position: sticky;
  top: 32px;
  height: calc(100vh - 32px);
} */

#mega--menu section.articleGrid .articleGrid__list{
  max-width: 33.33%;
  flex: 1 1 33.33%;
}

#mega--menu .articleGrid__imgWrap .articleGrid__center{display: none;}
#mega--menu .articleGrid__caption h3:after{display: none;}
#mega--menu .recipe-fav-btn-js .user_favorite{padding: 0;}
@media screen and (max-width: 960px) {
  section.articleGrid article.articleGrid__list .articleGrid__caption .article_title{
    font-size: 16px;
    line-height: 20px;
  }
  #mega--menu section.articleGrid .articleGrid__list {
    max-width: 50%;
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 768px) {
  .editors-pic-container{
    display: none;
  }
  .menu-grid-container .menu-sidebar{
    flex: 0 0 100%;
    border-right: none;
  }

  .top-col.col {
    margin-bottom: 0px;
  }

  body {
    overflow: visible;
  }
}

.modal__controls_wrapper .modal__control{
  cursor: pointer;
}

/* -------------------------------------------------------------- */
/* -------------------------- Win Page -------------------------- */
/* -------------------------------------------------------------- */

.win-posts-container {
  display: flex;
}

.win-posts-container .win-posts-listing {
  /* flex: 1 0 75%; */
  flex: 1 0 100%;
  display: flex;
}

.win-posts-container .side-bar {
  flex: 1 0 25%;
}

.win-posts-container .win-posts-listing section.articleGrid .articleGrid__list{
  /* max-width: 33%;
  flex: 1 1 33%; */
  max-width: 25%;
  flex: 1 1 25;
}

.win-posts-container .side-bar section.articleGrid .articleGrid__list{
  max-width: 100%;
  flex: 1 1 100%;
  min-height: 472px;
}
.win-posts-container .side-bar section.articleGrid > div {
  flex: 1 0 100%;
  padding: 0 9px;
}

.win-posts-container .side-bar section.articleGrid .widget_onnet_top_favorites_tab{
  display: none;
}

@media screen and (max-width: 1024px) {
  .win-posts-container {
    flex-direction: column;
  }
  .win-posts-container .win-posts-listing {
    flex: 1 0 100%;
    display: flex;
  }
  
  .win-posts-container .side-bar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .win-posts-container .win-posts-listing section.articleGrid .articleGrid__list{
    max-width: 50%;
    flex: 1 1 50%;
  }
}

@media screen and (max-width: 568px) {
  .win-posts-container .win-posts-listing section.articleGrid .articleGrid__list{
    max-width: 100%;
    flex: 1 1 100%;
  }
}

section.padding-top-20{
  padding-top: 20px;
}
section.padding-top-60{
  padding-top: 60px;
}
#latest-post-slider.owl-theme .owl-controls{
  display: block;
}
#latest-post-slider.owl-theme .owl-controls .owl-nav{
  display: none;
}
@media screen and (min-width: 768px) {
  .latest-post-slider-container.mobi{display:none;}
  .latest-post-slider-container.desktop{display:flex;}
}
@media screen and (max-width: 768px) {
  .latest-post-slider-container.mobi{display:block;}
  .latest-post-slider-container.desktop{display:none;}
}
#latest-post-slider.owl-theme .articleGrid__list{
  width: 100%;
  max-width: 100%;
}

.form__fieldset--register>div.confirm-password:not(.tabContent) {
  width: 100%;
}
#profile-details .form__section{
  float: none;
}

.sort-actions-container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sort-actions-container{
    display: none;
  }
}
.sort-actions-container .sort-actions{
  display: flex;
}

.sort-actions-container .sort-actions .label{
  color: #000;
  opacity: 0.5;
  font-size: 16px;
  font-family: 'Jost-Regular';
  margin-right: 10px;
}
.sort-actions-container .sort-actions .list{
  color: #000;
  font-size: 16px;
  font-family: 'Jost-Regular';
}
.sort-actions-container .sort-actions .list select{
  padding-right: 15px;
}

/* -------------------------------------------------------------- */
/* --------------------------- How To --------------------------- */
/* -------------------------------------------------------------- */

.articles__section.how-to img{
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .articles__section.how-to img{
    max-width: 25%!important;
  }
}