/**
 * This sections bladed styling
 *
 */
 *{
  padding: 0;
  margin: 0;
}
.row.info {
    background-color: #fcfbf9;
    padding: -50px;
    margin: 0;
    width: 99%;
    height: 35%;
    border-radius: 15px;
}

p {
  color: #000000;
}
.eapps-instagram-feed-header-inner {
  display: none !important;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-header {
  background: rgb(245 242 236) !important;
}
header.jumbotron {
 /* min-height: 550px !important; */
  max-height: 800px;
}
h2 {
  font-size: 32px;
  font-family: 'josefin sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: black;
  margin-bottom: 50px;
  font-weight: 600;
}
p.article-info {
  line-height: 26px;
  padding-top: 20px;
  font-size: 19px !important;
  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 ;
}
a.btn.smlBtn {
  line-height: 25px;
  margin-bottom: 50px;
  /*margin-left: 11px !important;*/
}
p.blogArticleDescription {
  font-family: 'josefin sans', sans-serif;
  max-width: 90%;
  margin: 13px;
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 24px;
}
a.btn.smlBtn:hover {
  color: #ffffff !important;
}
.content h5 {
    font-size: 16px;
    font-family: 'josefin sans', sans-serif;
    color: #000000;
    margin-bottom: 0;
    text-align: right;
    margin-top: -71px !important;
    margin-right: 12px;
}
.tags {
  font-size: 14px;
  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;
}

.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 {*/
/*  opacity: 1;*/
  /* filter: blur(0); */
/*  transform: translateX(0);*/
/*}*/

.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;
}

@media only screen and (max-width: 390px) {
  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: 1440px) {

  .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) {
  .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) {
  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: 6.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 ;
    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) {
  h2 {
    font-size: 18px !important;
    margin-bottom: 30px !important;
    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 !important;
  }
    .home__client-quote.section-padding {
        padding: 0px !important;
        margin-top: 0;
    }
  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: 90% !important;
        margin-bottom: 50px;
        margin-top: 30px;
        margin: 0;
    }
  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;
  }

  .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;
  }
}
