/**
* This sections bladed styling
*
*/
* {
    padding: 0;
    margin: 0;
}
a:hover, a:focus {
    text-decoration: none;
    color: #c10230 !important;
}
.square-image {
    object-fit: cover;
    width: 100%;
    height: 735px;
    padding-bottom: 100%;
}
video#mobile-instagram {
    object-fit: cover;
    width: 100%;
    height: 735px;
    padding-bottom: 100%;
}
.image-container.insta-feed-block {
    height: 430px;
}
.container.gallery-container {
    max-width: 1800px;
    width: 90%;
    margin: auto;
    padding: 40px 0;
}
.sectionTitle h1 {
    font-size: 32px !important;
    font-family: 'Josefin Sans';
}
.photo-gallery {
    display: flex;
    gap: 50px;
}
.column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.photo {
    position: relative;
}
.overlay-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.overlay-text h3 {
    font-size: 20px;
    font-family: 'Josefin', sans-serif;
    font-weight: 600;
    color: black;
    margin: 0;
}
.overlay-text h4{
    margin: 0; 
    font-size: 20px;
    font-weight: 400;
}
.overlay-text .border {
    border: 1px solid #789a3d !important;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
}
.photo img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}
h1.about_title {
    font-size: 32px;
    text-align: left;
}
p {
    color: #000000;
}
.instagram-feed.section__theme--light.section-padding {
    margin-top: 50px;
}
header.jumbotron {
    /* min-height: 550px !important; */
    max-height: 800px !important;
}
h2 {
    font-size: 32px !important;
    font-family: 'josefin sans', sans-serif;
    text-transform: uppercase;
    color: black;
    margin-bottom: 50px;
    font-weight: 600;
}
p.article-info {
    line-height: 26px;
    padding-top: 20px;
    font-size: 19px;
    /*font-family: 'Josefin Sans';*/
    font-weight: 300;
}
.btn {
    color: #ffffff !important;
    background-color: black;
    width: 157px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 15px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 14px;
    margin-bottom: 10px;
    margin-top: 50px;
    font-family: 'Josefin Sans' !important;
}
a.btn.smlBtn {
    line-height: 25px;
    margin-bottom: 100px;
    /*margin-left: 11px !important;*/
    margin-top: 10px;
}
.blogArticleDescription {
    max-width: 90%;
    margin: 23px;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 25px;
    font-family: 'gotham', sans-serif;
    letter-spacing: 0;
    margin-left: 13px;
}
.blogArticleDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.btn.smlBtn:hover {
    color: #ffffff !important;
}
.content h1 {
    font-size: 23px;
    margin: 13px;
    color: #000000;
    font-family: 'josefin sans', sans-serif;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.content h5 {
    font-size: 16px;
    font-family: 'josefin sans', sans-serif;
    color: #000000;
    margin-bottom: 0;
    text-align: right;
    margin-right: 12px;
}
.tags {
    font-size: 17px;
    line-height: 30px;
    font-family: 'Gotham', sans-serif;
    height: 30px;
    color: rgb(0, 0, 0) !important;
    border: none;
    border-radius: 20px;
    text-transform: none;
    font-weight: 300;
    text-align: left;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
h6.tags {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 10px;
}
.recipe-tags {
    margin: 0;
}
  .home-articles.articleWrap {
    margin-top: 0 !important;
}
.recipes-home.see-more-button {
    margin-top: 40px;
    margin-bottom: -30px;
}
.page-banner-slider {
    overflow: hidden;
}
  
.page-banner-slider .slick-dots {
    bottom: 1rem !important;
    left: -1rem !important;
    width: calc(1200px * 0.625);
}
  
.page-banner-slider .slick-dots li button:before {
    color: #000000;
}

.page-banner-slider .slick-dots li button:before {
    opacity: 1;
    color: #000000;
    font-size: 11px;
    line-height: 2.5;
}

.page-banner-slider .slick-dots li.slick-active button:before {
    content: "o";
    color: #000000;
    font-size: 22px;
    font-family: monospace;
    line-height: 1;
    opacity: 1;
}

.page-banner-slider .slick-dots li.slick-active {
    margin-bottom: 15px;
}
  
.desktop-logo, 
.mobile-logo {
    max-width: 300px;
}
  
.hidden {
    opacity: 1;
    /* filter: blur(5px); */
    transform: translateX(-100%);
    transition: all 3s;
}
  
.show-reverse {
    opacity: 1;
    filter: blur(0);
    transform-origin: 100% 50%;
    transform: translateX(0);
}
.reveal {
    position: relative;
    transform: translate(150px);
    opacity: 0;
    transition: all 1s;
}
.reveal.active {
    transform: translate(0px);
    opacity: 1;
}
  
#mobile-instagram {
    max-width: 100% !important;
}
a.btn.see-more-btn.smlBtn {
    font-size: 17px;
    font-family: 'josefin sans', sans-serif;
    width: 260px;
    height: 50px;
    line-height: 47px;
    border: none;
    background-color: black;
    color: white !important;
    margin-top: 26px;
    margin-bottom: 26px;
    border-radius: 15px;
    margin-top: 50px !important;
}
a.btn.smlBtn {
  line-height: 50px !important;
  margin-bottom: 50px;
  /*margin-left: 11px !important;*/
  width: 20%;
}

.home-articles.articleSlide {
  margin: 40px;
}
a.btn.view-btn.smlBtn {
  min-height: 44px !important;
  min-width: 174px;
  margin-top: 20px !important;
}
.content img {
    width: 98%;
}
.content h1 {
    font-size: 17px;
    margin: 13px;
    color: #000000;
    font-family: 'josefin sans', sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    padding: 0;
}
row.recipe.info {
    background-color: #fcfbf9;
    padding: -50px;
    margin: 0;
    width: 86% !important;
    height: 45% !important;
    border-radius: 15px;
}
.row.blogWrap.mb-lg-6.mb-1 {
    margin-left: 0;
}
.introduction-text .intro-article {
    width: 93%;
    margin: auto;
    margin-bottom: 30px;
}
.feature-text {
    margin-top: 100px;
}
.home-articles.articleWrap {
    margin-top: 80px !important;
    margin-bottom: 0;
}
.intro-article p {
    font-size: 15px;
    color: #1b1b19;
    font-weight: 300;
    line-height: 30px;
    margin-top: 12px;
    width: 100%;
    margin: auto;
}
.section-padding {
    padding-top: 0;
    padding-bottom: 20px !important;
}
.home-articles.articleWrap .article:nth-of-type(even) .text {
    padding: 0px 40px 0px 0px;
    margin: auto;
}
.home-articles.articleWrap .article:nth-of-type(odd) .text {
    padding: 0px 0 0px 40px;
    margin: auto;
}
@media only screen and (max-width: 390px) {
     .intro-article p {
        margin: 0;
    }
    .home-articles.articleWrap {
        margin-top: 0 !important;
    }
    .insta-feed-see-more-button.see-more-button {
        margin-top: 0 !important;
        margin-bottom: 0;
    }
  a.btn.view-btn.smlBtn {
    min-width: 50%;
    margin-top: 20px !important;
}
  .column {
    display: grid;
    margin-left: 10px;
    margin-right: 10px;
  }
    .photo img {
        width: 100%;
    }
  .content.img-fluid {
    max-width: 100%;
  }
  .footerContain {
    margin-top: 0;
  }
  .see-more-button {
    margin-top: -50px !important;
    margin: 0;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
}
  .image-container {
    margin: 15px;
    margin-top: -20px;
  }
  .sectionTitle h2 {
    font-size: 22px !important;
  }
    a.btn.smlBtn {
      margin-left: 0 !important;
  }
  /*  .container.articleWrap {*/
  /*    margin-top: -60px !important;*/
  /*}*/
    .articleSlide img {
      width: 100% !important;
      padding: 0;
      margin: inherit;
  }
    p.article-info {
      font-size: 16px !important;
    }
    .container.gallery-container {
      padding: 0px 0;
    }
  }
@media only screen and (max-width: 1024px) {
      a.btn.see-more-btn.smlBtn {
        margin-top: 70px !important;
    }
 
    video#mobile-instagram {
        max-height: 540px;
    }
    img#mobile-instagram {
        max-height: 540px;
    }
}
  @media only screen and (max-width: 1440px) {
      .intro-article p {
        font-size: 14px;
        color: #1b1b19;
        font-weight: 300;
        line-height: 25px;
        margin-top: 12px;
        width: 100%;
        margin: auto;
    }
     .row.blogWrap.mb-lg-6.mb-1 {
        margin-left: 0
    }
      .content img {
        width: 99%;
    }
    .home-articles.articleWrap {
         margin-top: 0 !important;
        margin-bottom: 50px;
    }
     .image-container.insta-feed-block {
        height: 360px;
    }
      video#mobile-instagram {
        height: 595px;
    }
     .square-image {
        object-fit: cover;
        width: 100%;
        height: 595px;
        padding-bottom: 100%;
    }
    .photo-gallery {
        display: flex;
        gap: 30px;
    }
    .intro-article {
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }
    .recipes-home.see-more-button {
        margin-top: 80px !important;
        margin-bottom: -40px;
    }
    a.btn.see-more-btn.smlBtn {
        margin-top: 90px !important;
        margin-bottom: -40px !important;
    }
    .row.info {
        height: 44% !important;
      }
    .content img.img-fluid {
        max-width: 100%;
    }
    h1.about_title {
        margin-top: 20px;
        font-size: 25px;
     }
     .row.recipe.info {
        background-color: #fcfbf9;
        margin: 0;
        border-radius: 15px;
        height: 44% !important;
    }
    .content.img-fluid {
        max-width: 50%;
    }
    .recipes-home.see-more-button {
        margin-top: 20px;
    }
    .row.info {
         height: 43%;
    }
      img#mobile-instagram {
        width: 300px;
    }
    .page-banner-slider .banner-text {
        padding-right: 25%;
    }
  
    .jumbotron .page-banner-slider h1 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
  
    .page-banner-slider .cta,
    .page-banner-slider-mobile .cta {
        margin-top: 2rem;
    }
  
    .home__we-can-do .text h2.subtitle {
        line-height: 1.5;
        margin-bottom: 2rem;
    }
  
    .home__we-can-do .text p {
        font-size: 15px;
        line-height: 31px;
    }
  
    [class*=cta] button,
    [class*=cta] a,
    button {
      line-height: 40px !important;
      height: 40px !important;
    }
  }
  
  @media only screen and (max-width: 1280px) {
    .sectionTitle h2 {
      font-size: 22px !important;
  }
    .content h5 {
      margin-top: -91px !important;
      margin-right: 12px;
      margin-bottom: 40px !important;
  }
    .recipe.info, a.btn.smlBtn {
      min-width: 160px;
      margin-top: 0px;
  }
    .row.info {
        height: 50%;
    }
    .home__we-can-do .text h1.title {
      line-height: 1.25;
    }
  
    .home__we-can-do .text h2.subtitle {
      line-height: 1.25;
      margin-bottom: 1.5rem;
    }
  
    .home__we-can-do .text p {
      font-size: 14px;
      line-height: 27px;
    }
  
    [class*=cta] button,
    [class*=cta] a,
    button {
      line-height: 50px;
      height: 50px;
    }
  
  }
  
  @media only screen and (max-width: 992px) {
   .home-articles .articleWrap .article:nth-of-type(odd) {
        flex-direction: row;
        margin-bottom: 0 !important;
    }
    .photo-gallery {
        margin-top: 100px;
    }
    [class*=home__] blockquote p {
      text-align: center !important;
    }
     .about.image .articleSlide img {
        width: 100% !important;
        padding: 30px;
        margin: inherit;
        margin-left: 0 !important;
    }
    section.row article.container {
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .home__about h1.title,
    .home__services h1.title,
    .home__we-can-do h1.title {
      font-size: 20px;
    }
  
    .home__about h2.subtitle,
    .home__we-can-do h2.subtitle {
      font-size: 12px;
    }
  
    .home_about p,
    .home__we-can-do p {
      font-size: 14px;
      line-height: 28px;
    }
  
    .home__services figcaption h2 {
      font-size: 15px;
    }
  
    [class*=home__] blockquote p {
      font-size: 13px;
      line-height: 21px;
      letter-spacing: calc(1em * (20 / 1000));
    }
  
    [class*=home__] .quotation-marks {
      font-size: 36px;
      line-height: 19px;
    }
  
    [class*=home__] cite.reference {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: calc(1em * (50 / 1000));
      margin-top: 1.5rem;
    }
  
    [class*=home__] cite span:first-child {
      margin-right: 0.5rem;
    }
  
    [class*=home__] cite span:last-child {
      margin-left: 0.5rem;
    }
  
    [class*=home__] cite.reference p span {
      color: #aaaaaa !important;
      font-size: 13px;
      letter-spacing: calc(1em * (50 / 1000));
      text-transform: initial;
    }
  
    [class*=home__] .btn {
      font-size: 11px;
      line-height: 38px;
      text-transform: uppercase;
    }
  
    [class*=home__] .cta {
      max-height: 40px;
    }
  
    [class*=home__] .cta>.btn {
      height: 40px !important;
    }
  
    .jumbotron .page-banner-slider h1 {
      font-size: 40px !important;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
  
    .cta {
      margin-top: 2rem;
    }
  
    .home__we-can-do .cta,
    .home__client-quote .cta {
      margin: 1rem 0 2rem;
    }
  
    p ~ .cta.read-more {
      margin-top: 3rem !important;
    }
  
    .cta > * {
      height: 40px !important;
    }
  }
  
@media only screen and (max-width: 768px) {
    .home-articles.articleWrap .article:nth-of-type(even) .text {
        padding: 0px 0 0px 0px;
        margin: auto;
    }
     .home-articles.articleWrap .article:nth-of-type(odd) .text {
        padding: 0px 0 0px 0px;
        margin: auto;
    }
    .home-articles .image .articleSlide img {
        margin-left: 0 !important;
        margin-bottom: 130px;
        margin-top: 0;
    }
    .home-articles .articleSlide img {
        width: 100% !important;
        margin: inherit;
    }
    .feature-text {
        margin-top: 100px;
        margin-bottom: 70px !important;
    }
    .about_title {
        font-size: 21px;
        text-align: center;
    }
    .article-info p {
        margin: 0 !important;
        text-align: center !important;
        text-transform: none !important;
    }
    video#mobile-instagram {
        height: 300px;
        padding: 0;
        margin-top: 0;
    }
    .intro-article p {
        width: 100%;
        margin: auto;
    }
    .square-image {
        object-fit: cover;
        width: 100%;
        height: 300px;
        padding-bottom: 100%;
        padding: 0;
    }
      .overlay-text {
        top: 16%;
    }
    .sectionTitle h1 {
        font-size: 22px !important;
        width: 100%;
        line-height: 24px !important;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .recipes-home.see-more-button {
        margin-top: 60px !important;
    }
    a.btn.view-btn.smlBtn {
      min-height: 44px !important;
      min-width: 174px;
      margin-top: -20px !important;
  }
    .row.recipe.info {
        width: 100% !important;
        height: auto;
    }
      img#mobile-instagram {
        width: 100%;
        margin-top: 0;
    }
    .content {
        margin-left: auto;
        margin-right: auto;
    }
    h1.about_title {
        margin-left: 0;
        text-align: center;
    }
    a.btn.see-more-btn.smlBtn {
      margin-bottom: -60px !important;
    }
    .row.recipe.info {
        height: auto;
        height: 50% !important;
    }
    .recipes-home.see-more-button {
      margin-top: 0 !important;
    }
    .row.info {
        width: 100% !important;
    }
    h2 {
      font-size: 18px !important;
      margin-bottom: 30px;
      margin-top: 30px;
    }
    a.btn.smlBtn {
        line-height: 25px;
        margin-bottom: 30px;
    }
    .row.info {
        height: auto;
        margin-bottom: 30px;
    }
    .recipes-home.see-more-button {
        margin-top: -30px;
    }
    h1 {
        font-size: 18px;
    }
    .section-padding {
        padding: 0 !important;
    }
    a.btn.see-more-btn.smlBtn {
        font-size: 14px;
        font-family: 'josefin sans', sans-serif;
        width: 260px;
        height: 50px;
        line-height: 38px;
        border: none;
        background-color: black;
        color: white !important;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    a.btn.smlBtn {
      line-height: 40px;
    }
    
    .tags {
      margin: 10px 0px 0px;
      display: none;
    }
    .dropdown-menu {
          width: 100% !important;
          margin-left: 0px !important;
    }
    a.btn.see-more-btn.smlBtn {
        width: 95% !important;
        margin-bottom: 50px;
        margin-left: 0;
        margin: 10px;
        margin-bottom: 0px ! IMPORTANT;
    }
    img#mobile-instagram {
      width: 100%;
    }
    a:hover {
      color: #7e9e12 !important;
    }
    .btn {
      color: #ffffff !important;
      background-color: black;
      width: 100%;
      height: 50px;
      border: 1px solid #000000;
      border-radius: 15px;
      font-size: 14px;
      text-transform: uppercase;
      margin: auto;
      margin-bottom: 10px;
      margin-top: 0;
    }
    .recipe-tags {
      margin: 0;
      margin-bottom: 30px;
    }
    .content h1 ,.content h5 {
        margin: 30px 0px 0px 0px;
    }
    p.blogArticleDescription {
      font-family: 'josefin sans', sans-serif;
      max-width: 100%;
      margin: 0;
      font-size: 15px;
      font-weight: 200;
      margin-bottom: 20px;
      margin-top: 20px;
      line-height: 33px;
  }
  
    .photo-gallery {
      flex-direction: column;
    }
    .jumbotron figure figcaption,
    .jumbotron figcaption {
      top: 25%;
    }
  
    .jumbotron .page-banner-slider h2 {
      font-size: 16px !important;
      line-height: 27px !important;
      margin-bottom: 0 !important;
    }
  
    .jumbotron .page-banner-slider h1 {
      font-size: 30px !important;
    }
  
    .page-banner-slider .slick-dots {
      top: 87.5% !important;
      left: 0;
      width: 100vw;
    }
  
    .home__about .text {
      padding-top: 50px;
      padding-bottom: 50px !important;
    }
  
    .home__services .text {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .home__we-can-do .section__theme .text p,
    .home__client-quote .section__theme .text p {
      font-size: 15px;
      line-height: 28px;
    }
  
    [class*=cta] button,
    [class*=cta] a,
    [class*=cta] .btn,
    button {
      font-size: 13px !important;
      height: 40px !important;
      line-height: 35px !important;
    }
  
    header.jumbotron {
      min-height: 260px !important;
      max-height: 300px !important;
    }
  
    .desktop-logo,
    .mobile-logo {
      max-width: 180px;
    }
  }
@media only screen and (max-width: 360px) {
    .square-image {
        object-fit: cover;
        width: 100%;
        height: 300px ;
        padding-bottom: 100%;
        padding: 10px !important;
    }
    video#mobile-instagram {
        padding: 10px !important;
    }
    a.btn.see-more-btn.smlBtn {
        width: 90% !important;
        margin-bottom: 50px;
        margin-top: 70px !important;
        margin: 14px;
    }
}
@media only screen and (max-width: 576px) {
    img#mobile-instagram {
        width: 100%;
        padding: 20px;
    }
    .intro-article p {
        font-size: 14px;
        line-height: 30px;
    }
    .intro-article {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }
   .home-articles .about_title {
        font-size: 25px !important;
        padding-left: 0 !important;
        text-align: center;
        margin-top: 30px !important;
    }
    .image-container.insta-feed-block {
        height: 300px;
    }
     video#mobile-instagram {
        height: 300px;
        padding: 20px;
        margin-top: 0;
    }
    .recipe-articles {
        margin-top: 40px !important;
    }
    .home-recipes.content {
        margin-left: 0px;
        margin-right: 10px;
    }
    .photo-gallery {
        gap: 10px;
    }
      .photo img {
        margin-top: 30px;
    }
    .article-info p {
        margin: 0 !important;
    }
    .row.blogWrap.mb-lg-6.mb-1 {
        margin-left: 0;
    }
    .content img {
        width: 100%;
    }
    .recipes-home.see-more-button {
      margin-top: 0 !important;
    }
    .sectionTitle h1 {
        font-size: 22px !important;
        text-transform: uppercase;
    }

   .image .articleSlide img {
        margin-left: 0 !important;
        margin-top: 0;
    }
      a.btn.recipes.see-more-btn.smlBtn {
        margin-top: 0 !important;
        min-width: 90%;
    }
    .blogArticleDescription {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  button.grid-images-load-more.btn.see-more-btn.smlBtn {
      width: 90%;
      margin: 17px;
      font-family: 'Josefin Sans' !important;
      font-size: 14px !important;
  }
    .blogArticleDescription {
      font-size: 14px !important;
  }
    .recipes-home.see-more-button {
      margin-bottom: 0px !important;
      min-width: 100%;
      margin: auto;
      margin-left: 0;
  }
    .recipe.info, .content h5 {
      margin-top: -70px !important;
      margin-bottom: 50px !important;
  }
    .recipe-info, a.btn.smlBtn {
      min-width: 110px;
      font-size: 13px;
      min-height: 30px;
      margin: 20px;
      /* margin-left: 1px !important; */
  }
    .content h1 {
      margin: 13px !important;
      margin-top: 100px !important;
  }
    .recipes-home, a.btn.see-more-btn.smlBtn {
      width: 0;
      /*min-width: 100%;*/
      margin: 0;
  }
   .row.recipe.info {
        width: 100% !important;
        height: 56% !important;
    }
  .content img.img-fluid {
    max-width: 100% !important;
  }
  main[role=main].container-fluid {
    padding-top: 0 !important;
    padding: 10px;
  }
  .container.gallery-container {
    max-width: 1800px;
    width: 100% !important;
    margin: auto;
    padding: 40px 0;
  }
  .home-articles .articleSlide {
      margin-bottom: -100px !important;
  }
}
