a/**
 * 
 * Cape Gastro Stylesheet
 *
 */

html,
body {
  font-family: 'Open Sans', sans-serif;
}

.btn-bg-grey {
  background-color: #5f6062;
}

a.btn {
  max-width: 200px;
  width: 100%;
  max-height: 40px;
  padding: 0 !important;
  line-height: 40px;
}

.border-radius-0 {
  border-radius: 0;
}

.page {
  display: block;
}

.vertical-text {
  transform: rotate(90deg);
  transform-origin: right top;
}

.border-bottom-white-1 {
  
}

.sidebar-ctas {
  position: fixed;
  top: 12.5vmax;
  right: 0;
  max-width: 50px;
  width: 50px;
  max-height: 205px;
  height: auto;
}

.downloadables {
  min-height: 50px;
  max-height: 200px;
  height: auto;
  margin-bottom: 0.618rem;
}

.downloads-button {
  position: absolute;
  right: 0;
  height: 50px;
  width: 100px;
  cursor: pointer;
}

.downloads-button img { display: none; }
.downloads-button img.active{ display: block; opacity: 1 !important; }

.downloads-button img.open,
.downloads-button img.close
.downloads-button img:hover,
.downloads-button img:focus,
.downloads-button img:active { opacity: 1 !important; }

.downloads { display: none; height: 0; margin-left: 0; transition: all 0.618s ease-in; }
.downloads.active {
  display: block;
  position: relative;
  min-height: 155px;
  max-width: 205px;
  width: 100%;
  height: auto;
  margin-left: -155px;
  padding-top: 51px;
}

.sidebar-cta .sidebar-btn {
  min-width: 205px;
  max-width: 205px;
  max-height: 50px;
  border-bottom: 1px solid #ffffff;
  background-color: var(--theme-color);
  line-height: 50px;
  text-align: center;
}

.sidebar-cta .sidebar-btn {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font: normal normal 14px/50px 'Open Sans', sans-serif;
  letter-spacing: calc( 1em * ( 60 / 1000 ) );
}

.sidebar-cta:last-of-type .sidebar-btn {
  border-bottom: 0;
}

.sidebar-cta .sidebar-btn:hover,
.sidebar-cta .sidebar-btn:active,
.sidebar-cta .sidebar-btn:focus {
  outline: 0;
  box-shadow: none;
}

.downloadable-pdf {
  color: #ffffff;
  font: normal normal 18px/22px 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 50px;
}

.sidebar-ctas .share-cta {
  position: absolute;
  right: 0;
  max-width: 50px;
  width: 50px;
  max-height: 50px;
}

@media only screen and (max-width: 992px) {
  .sidebar-ctas {
    top: 25vmax;
    right: 0;
    max-width: 40px;
    width: 40px;
  }

  .sidebar-cta .sidebar-btn {
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
  }

  .downloadables {
    min-height: 40px;
  }

  .downloads-button,
  .downloads-button img {
    max-width: 80px;
    max-height: 40px;
    line-height: 40px;
  }

  .downloads.active {
    padding-top: 41px;
  }

  .sidebar-cta:nth-child(1) {
    top: 45px;
  }

  .sidebar-cta:nth-child(2) {
    top: 90px;
  }

  .downloadable-pdf {
    font-size: 14px;
    line-height: 40px;
  }

  .sidebar-ctas .share-cta {
    max-width: 40px;
    width: 40px;
    max-height: 40px;
  }
}

header.top-deco {
  background-color: var(--theme-color);
}


aside {
  background-color: var(--color-background);
  overflow: hidden auto;
  min-height: calc(100vh + 9px);
  position: fixed;
  top: 0;
  left: 0;
  max-width: 20vw;
  width: 100%;
}

main {
  min-height: calc(100vh - 50px - 1px);
  padding-left: 20vw;
  padding-top: 9px;
}

main .container-fluid.special-fluid-padding {
  max-width: 100vw;
  padding: 0 !important;
}

footer {
  line-height: 50px;
}

footer * {
  line-height: inherit;
  padding: 0;
}

footer:not(.article-footer) a.active,
footer:not(.article-footer) * a.active {
  text-decoration: underline;
}

h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  margin: 1rem auto;
}

h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 3rem;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.col-12.content {
  padding-top: 3rem;
}

.testimonials .content .content {
  padding-top: 0;
}

.navbar-brand {
  margin: 0 auto;
}

.nav-item * {
  letter-spacing: calc(1em * (60 / 1000));
  font-weight: 300;
}

.nav-item address {
  font-size: 14px;
  line-height: 24px;
}

/* .nav-item .email,
.nav-item a:not(.nav-link),
.nav-item p {
  font-size: 16px;
  line-height: 30px;
}

.nav-item .phone {
  font-size: 16px;
  line-height: 24px;
} */
.nav-item .phone,
.nav-item .email,
.nav-item a:not(.nav-link),
.nav-item p {
  font-size: 14px;
  line-height: 24px;
}

.share-desktop {
  position: fixed;
  top: 14vmax;
  right: 0;
  max-width: 50px;
  width: 50px;
  overflow: hidden;
}

.share-desktop-button {
  background-color: var(--theme-color);
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
}

.share-desktop-button img.img-fluid {
  width: 17.5px;
  height: 17.5px;
}

.share-desktop-dropdown>* {
  max-width: 50px !important;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.share-desktop,
.share-desktop-dropdown,
.share-desktop-dropdown>* {
  z-index: 9010;
}

.title-deco-line {
  max-width: 160px;
  width: 100%;
  background-color: #c0c0c0;
  height: 1px;
  vertical-align: middle;
  margin-top: 16px;
}
@media only screen and (max-width: 1600px) {
  .title-deco-line {
    display: none !important;
  }
  main .container-fluid.page-section .row .container {
    max-width: 100%;
/*
    padding-left: 25px;
    padding-right: 15px;
*/
  }
}


.homepage.banner .slick-dots li button:before,
.banner .slick-dots li button:before {
  color: var(--color-white);
  content: url('/assets/images/open-circle.png');
}

.homepage.banner .slick-dots li[class*=active] button:before,
.banner .slick-dots li[class*=active] button:before {
  color: var(--theme-color);
  content: url('/assets/images/closed-circle.png');
}

.testimonial-slider .slick-dots li button:before {
  content: url('/assets/images/grey-open-circle.png');
}

.testimonial-slider .slick-dots li[class*=active] button:before {
  content: url('/assets/images/green-closed-circle.png');
}

.page-section {
  margin-top: 50px;
  margin-bottom: 40px;
}

.page-section.home-introduction {
  margin-top: 50px;
}

.page-section::before {
  max-width: 200px;
  width: 100%;
  background-color: #c0c0c0;
  height: 1px;
  margin-top: 16px;
}

.page-section .title h2 {
  margin: 0;
  color: var(--theme-color);
  font: normal normal 32px/30px 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
}

.page-section a.goto-page,
.page-section .goto-page a {
  border: 1px solid #939393;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.page-section .goto-page a i.fa {
  color: var(--theme-color);
}

.page-section .content p {
  font: normal normal 16px/38px 'Open Sans', sans-serif;
  letter-spacing: calc(1em * (60 / 1000));
}

.page-section .introduction p {
  color: #656d6d;
}

.page-section .content .text .cta {
  max-width: 190px;
  width: 100%;
  max-height: 40px;
  line-height: 40px;
}

.page-section .content .text .cta a {
  font-size: 16px;
  line-height: 40px;
  border-radius: 0;
}

.page-section.testimonials {
  padding-top: 50px;
  padding-bottom: 80px;
}

.testimonials .content.testimonial {
  color: #656d6d;
}

.testimonials .content.testimonial p {
  color: inherit;
  min-height: 180px;
  max-height: 180px;
}

.testimonials cite.text-uppercase.d-block,
.testimonials-page cite.text-uppercase.d-block {
  color: inherit;
  font-style: normal;
  font-weight: 700;
}

.testimonials-page .content.testimonial {
  margin-bottom: 5rem;
}

.testimonial-slider .slick-dots {
  bottom: -75px;
}

.testimonial-slider .slick-dots li button:before {
  color: var(--color-background);
  font-size: 15px;
}

.testimonial-slider .slick-dots li[class*=active] button:before {
  color: var(--theme-color);
}

img.deco-img {
  max-width: 40px;
  max-height: 40px;
}

.wrapper p {
  margin-bottom: 0;
}

.btn {
  border-radius: 0;
}

.page-section.testimonials-page {
  margin-top: 100px;
  padding-bottom: 80px;
}

.title-deco-line~* {
  padding-left: 40px !important;
}


.navigation.mobile-responsive {
  margin-top: 0;
}


ul.navbar-nav.contact-details.text-center {
  margin-top: calc( 3 * 2.5vmax );
}

@media only screen and (max-width: 1600px) and (max-height: 780px) {
  img.img-fluid.desktop-logo {
    max-width: 65%;
  }

.title-deco-line~* {
  padding-left: 15px !important;
}


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

  ul.navbar-nav.contact-details {
    margin-top: 2.5vmax !important;
  }

  .navigation.mobile-responsive {
    margin-top: 0;
  }


  header:not(.article-header) nav ul li>a, .nav-item a.nav-link, .nav-link, nav a.nav-link {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .col-12.content {
    padding-top: 2rem;
  }

  .page-section .title h2 {
    font-size: 25px;
  }

  .page-section .content p {
    font-size: 14px;
    line-height: 33px;
  }

  .testimonials .content.testimonial p {
    min-height: 120px;
    max-height: 120px;
  }

}

@media only screen and (max-width: 1280px) {

  .testimonials .content.testimonial p {
    color: inherit;
    min-height: 200px;
    max-height: 200px;
  }

  .homepage.banner .slick-dots,
  .banner .slick-dots {
    bottom: 25px;
  }

  .title-deco-line~.title {
    padding-left: 45px !important;
  }

  .page-section .content.testimonial {
    padding: 0 15px !important;
  }


  footer {
    max-height: unset;
  }

}

@media only screen and (max-width: 1024px) {

  .page-section.home-introduction {
    margin-top: 50px;
  }

  h2,
  [class*=title] {
    font-size: 25px;
    margin-bottom: 30px;
  }

  aside {
    max-width: 20vw;
  }

  main,
  footer {
    padding-left: 20vw;
  }

  .testimonials .content.testimonial p {
    color: inherit;
    min-height: 220px;
    max-height: 220px;
  }

  .homepage.banner,
  .banner,
  .homepage.banner .slick-slide img,
  .banner .slick-slide img {
    overflow: hidden;
  }

  .nav-item address {
    font-size: 13px;
    letter-spacing: calc(1em * (40 / 1000));
  }

  .nav-item .email,
  .nav-item a:not(.nav-link),
  .nav-item p {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: calc(1em * (40 / 1000));
    line-height: 30px;
  }

  .nav-item .phone {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: calc(1em * (40 / 1000));
    line-height: 30px;
  }

  ul.navbar-nav.contact-details {
    margin-top: 5rem !important;
    margin-bottom: 2.5rem !important;
  }

  img.img-fluid.desktop-logo {
    max-width: 87.5% !important;
  }

  .navigation.mobile-responsive {
    margin-top: 2.5vmax;
  }

  header:not(.article-header) nav ul li>a, .nav-item a.nav-link, .nav-link, nav a.nav-link {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 992px) {
  header:not(.article-header) nav ul li>a, .nav-item a.nav-link, .nav-link, nav a.nav-link {
    font-size: 16px !important;
  }

  .nav-item .email, .nav-item a:not(.nav-link), .nav-item p {
    font-size: 15px !important;
  }

  .nav-item address {
    font-size: 14px !important;
  }

  .last-link {
    padding-bottom: 50px;
  }

  .page-section.home-introduction {
    margin-top: 35px !important;
    margin-bottom: 0;
  }

  .page-section .content.testimonial {
    padding: 0 !important;
  }

  /* .page-section .content {
    padding: 0 30px;
  } */

  .page-section .content .content {
    padding: 0 15px;
  }

  main {
    min-height: calc(100vh - 50px + 9px);
    max-width: 100%;
    width: 100%;
    padding-left: 0 !important;
  }

  aside {
    position: relative;
    min-height: unset;
    max-width: 100%;
    width: 100%;
  }

  aside .navigation {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  img.img-fluid.desktop-logo {
    max-width: 75%;
  }

  .page {
    display: block;
    max-width: 100% !important;
  }

  header:not(.article-header).top-deco {
    min-height: unset !important;
    max-height: 9px;
  }

  .title-deco-line {
    display: none !important;
  }

  .container-fluid.special-fluid,
  .page-section.testimonials {
    max-width: 100vw !important;
    width: 100vw !important;
  }

  .testimonial-slider .slick-dots {
    bottom: -75px;
  }

  .testimonials .content.testimonial blockquote,
  .testimonials .content.testimonial cite,
  .testimonials .content.testimonial time {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials .content.testimonial {
    padding: 3rem 0;
  }

  .testimonials .content.testimonial,
  .testimonials .content.testimonial p {
    min-height: unset;
    max-height: unset;
  }

  .testimonials .content.testimonial p {
    margin-bottom: 1rem;
  }

  main>*:not(footer) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .home-about .content.image {
    text-align: center;
    margin: 1.5rem auto;
  }

  .home-about a.btn {
    max-width: 200px;
    margin: 1rem auto 0;
    font-weight: 400;
  }

  .page-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .page-section.testimonials {
    padding-top: 65px !important;
    padding-bottom: 50px !important;
  }

}

@media only screen and (max-width: 768px) {
  main {
    padding-top: 0;
  }

  .page-section {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  img.img-fluid.desktop-logo {
    max-width: 75%;
    margin: auto;
    text-align: center;
  }

  .navbar-brand {
    margin: 5px auto 15px;
    text-align: center;
  }

  .testimonials .content.testimonial {
    padding: 1.5rem 0;
  }

  .testimonial-slider .slick-dots li button:before,
  .homepage.banner .slick-dots li button:before,
  .banner .slick-dots li button:before,
  .slick-dots li button:before {
    font-size: 12px;
  }

  .page-section .title {
    padding: 0;
  }

  .page-section .title h2,
  .title,
  .section-title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .page-section:nth-of-type(0) .title {
    padding: 50px 0 0 !important;
  }

  .testimonial-slider .slick-dots {
    bottom: -35px;
  }

  .page-section .content {
    padding: 0 5px;
  }

  .page-section .content .content {
    padding: 0 20px;
  }

  .card-columns {
    justify-content: space-around !important;
  }

}

@media only screen and (max-width: 576px) {

  .page-section {
    margin-top: 25px !important;
  }

  .page-section .title h2,
  .title,
  .section-title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .page-section .content p {
    font-size: 14px;
    line-height: 26px;
  }

}

@media only screen and (max-width: 992px) {

  .sidebar-ctas {
    top: 33.3vmax;
  }

}

@media only screen and (max-width: 576px) {

  .sidebar-ctas {
    top: 42.5vmax;
  }

}