/**
 * Construkt
 *
 * Site Styling
 *
 */

/* @import url('relative_path/to/module/style') media_queries (all|max-width:576px|etc); */

@import url('normalize.css') all;
@import url('css_variables.css') all;
@import url('typography.css') all;

@import url('header/header.css') all;
@import url('sidebar/social_media.css') all;
@import url('footer/footer.css') all;

@import url('home_module/styles.css') all;
/**/
@import url('home_module/style_responsive.css') screen and (max-width: 768px);
/**/

/**/
@import url('services/style.css') all;
@import url('gallery/gallery.css') all;
/**/

/**/
@import url('news/news-listing.css') all;
@import url('news/news-articles.css') all;
/**/

/**/
@import url('referrals/referrals.css') all;
/**/

/**/
@import url('projects/projects-listing.css') all;
@import url('projects/projects-articles.css') all;
/**/

/**/
@import url('process/process.css') all;
@import url('contact/contact.css') all;
/**/

/* Styling Updates (could be merged with relevant section) */
/**/
@import url('about/about_module.css') all;
@import url('about/about_update.css') all;
@import url('about/about.css') all;
/**/

html,
body {
  max-width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Gotham', sans-serif;
  scroll-behavior: smooth;
  background-color: #f5f2ec;
}
.container {
  max-width: 1800px;
}
.custom-container {
    width: 1500px;
    margin: auto;
}
::-webkit-scrollbar {
  display: none;
}
h1 {
  font: normal normal 21px var(--font-josefin-sans);
  font-weight: 700;
}

h2 {
  font: normal normal 23px var(--font-josefin-sans);
  font-weight: 500;
}

h3 {
  font: normal normal 18px var(--font-josefin-sans);
  font-weight: 500;
}

p {
  font: normal normal 16px/30px var(--font-josefin-sans);
}

a,
a:active,
a:hover,
a:focus {
  color: var(--text-darkgrey);
  text-decoration: none;
  cursor: pointer;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .1s ease;
  -o-transition: height .1s ease;
  transition: height .1s ease;
}

[class*=cta] button,
button {
  font-family: 'Josefin Sans' !important;
  font-size: 17px;
  font-weight: 500;
}

[class*=cta] button,
[class*=cta] a,
/* a:not(.icons), */
/* a:not(.nav-link), */
button {
    font-family: 'Josefin Sans' !important;
    font-weight: 500;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

a.icons {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 1px;
  line-height: 40px;
  text-align: right;
}

.navbar-collapse .social-links a.icons {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 1px;
  line-height: 40px;
  text-align: right;
}

header.jumbotron {
  margin-bottom: 2px !important;
}

/* Easy zoom zoom distance */
.easyzoom-flyout img {
    height: 1400px;
    width: auto;
    cursor: zoom-in;
    padding-top: 120px;
    padding-bottom: 120px;
}
.easyzoom-flyout {
    padding-bottom: 300px;
}

span li {
    color: #1b1b19;
    font-size: 15px;
}
@media only screen and (max-width: 1600px) {
    .container {
        max-width: 100%;
    }
    .custom-container {
        width: 1300px;
        margin: auto;
    }
}
@media only screen and (max-width: 1440px) {
  .custom-container {
      width: 1170px;
      margin: auto;
  }
}
@media only screen and (max-width: 992px) {

  section.row article.container {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.row .gallery-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  a.nav-item {
    line-height: 50px !important;
    padding: 0 30px !important;
  }

  nav .footer-branding-social-media {
    padding: 15px 10px 0 !important;
  }

  [class*=cta] button,
  [class*=cta] a,
  a:not(.icons),
  button {
    line-height: 30px;
  }

  .social-links a.icons {
    line-height: 27px;
    color: #1d1b1b !important;
  }

  .social-links a .fa {
    color: #ffffff;
  }
}

.cta,
.slider-image .cta {
  max-width: 300px;
  margin: 1rem 0;
}

.slider-image .cta {
  margin-top: 3rem;
}

button {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border: 0;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

figure {
  max-height: 100%;
  max-width: 100%;
  margin: 0 !important;
  margin-bottom: 0;
}

figcaption h2 {
  margin-top: 1.5rem;
  font: normal normal 15px var(--font-josefin-sans);
  font-weight: 500;
  text-transform: uppercase;
  color: #787f8b;
}

.btn {
  width: 100%;
  height: 50px;
  line-height: inherit;
}

.vertical-flex-center {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.justify-content-evenly {
  /*-ms-flex-pack: distribute !important;*/
  /*justify-content: space-around !important;*/
  justify-content: space-evenly !important;
}

.no-wrap {
  flex-wrap: nowrap;
}

.about.profiles .image {
  padding-top: 1rem;
  padding-bottom: 0;
  /* text-align: center; */
}

.about.profiles .gallery-container.section__theme--light .text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.headerSearch .form-control {
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: #5a5a5a;
    background-clip: padding-box;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #5a5a5a;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.headerSearch .form-control::placeholder {
    color: white;
}
.headerSearch .input-group {
    width: 250px;
    margin-right: 10px;
    margin-top: 8px;
}
.headerSearch form .btn {
    background-color: #5a5a5a !important;
    color: white !important;
    height: 100%;
    display: table;
}
.headerSearch span {
    display:table-cell;
    vertical-align:middle;
}


.row-reverse,
.home__we-can-do[data-is-odd=false] [class*=section__theme] {
  flex-direction: row-reverse;
}
.modal-content {
  margin-top: 160px;
  background: #e8e4dd !important;
}
@media only screen and (max-width: 992px) {

  .container-halfed {
    max-width: 100%;
  }

  .slider-image .cta {
    margin-top: 1rem !important;
  }

  figcaption h2 {
    margin-bottom: 0;
  }

  [class*=cta] button,
  [class*=cta] a,
  button {
    height: 30px;
    font-size: 15px;
  }

  .about.profiles .image {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }

  article.gallery-container.section__theme--dark {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .no-wrap {
    flex-wrap: wrap;
  }

  .section__theme--image-text .text {
    padding: 30px 30px !important;
  }

  .cta {
    margin-top: 2rem !important;
    margin-bottom: 1rem;
  }
}

.wrapping {
  flex-wrap: wrap;
}


.border-around-1-lighter {
  border: 1px solid #fefefe;
}

.border-none {
  border: 0 !important;
}

.border-around-1-light {
  /* border: 1px solid #ff55b0; */
  background-color: #243e53;
}

.hero-banner-text p {
  font: normal normal 18px/24px var(--font-nunito-sans);
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 300;
}

.font-semibold {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.color-inversion {
  filter: invert(1);
}

button:hover,
button:active,
button:focus {
  outline: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}

.cta:hover,
.cta:active,
.cta:focus {
  background-color: #ffffff;
}

.cta:hover *,
.cta:active *,
.cta:focus * {
  color: var(--text-darkgrey) !important;
  font-weight: 600;
  letter-spacing: calc(1em * (50 / 1000));
}

.section-separater {
  height: 3px;
  width: 100%;
  background-color: #ffffff;
}

.raleway,
.raleway * {
  font-family: 'Raleway', sans-serif;
}

.nunito-sans,
.nunito-sans * {
  font-family: 'Nunito-Sans', sans-serif;
}

.vidaloka,
.vidaloka * {
  font-family: 'Vidaloka', sans-serif;
}

.open-sans,
.open-sans * {
  font-family: 'Open-Sans', sans-serif;
}

button.with-state {
  background-color: var(--color-yellow-30);
  color: var(--text-white);
}

button.with-state:hover,
button.with-state:active,
button.with-state:focus {
  background-color: var(--text-yellow);
  color: var(--text-darkgrey);
}

blockquote {
  padding-left: 15px;
  padding-right: 15px;
}

.two-column-text {
  height: auto;
  column-count: 2;
  column-gap: 90px;
  column-width: 100%;
  -moz-column-fill: balance;
  /* Firefox */
  column-fill: balance;
}

blockquote {
  padding-left: 100px;
  padding-right: 100px;
}

blockquote p {
  font: normal normal 20px/36px var(--font-vidaloka);
  font-weight: 300;
}

.position-ref {
  position: relative;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.full-height {
  height: 100vh;
}

.bg-transparent {
  background-color: transparent !important;
}

@media only screen and (min-width: 576px) {
  .container-halfed {
        max-width: 540px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  
  .container-halfed {
    max-width: 720px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
   .custom-container {
        /*width: 90%;*/
        margin: auto;
    }
    .headerSearch {
        margin-left: 16px;
        margin-bottom: 17px;
        margin-top: 30px;
    }
    .headerSearch .form-control {
        /* height: calc(1.5em + 0.75rem + 2px) !important; */
        height: 40px !important;
        width: auto !important;
    }
      .headerSearch .form-control {
        background-color: #d2d2d2;
        border-bottom: 1px solid #f5f2ec;
    }
    .headerSearch form .btn {
        background-color: #000000 !important;
    }
}

@media only screen and (min-width: 992px) {
  .container-halfed {
    max-width: 960px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1280px) {
  .container-halfed {
    max-width: calc(0.5 * (1140px + 60px));
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
    .custom-container {
        /*width: auto;*/
        /*margin: 20px;*/
    }
  .page-banner-slider .banner-text h2 {
    font-size: 16px;
  }

  .page-banner-slider .banner-text h1 {
    font-size: 40px;
  }

  .page-banner-slider .banner-text p.d-none.d-sm-block {
    line-height: 23px;
  }

  [class*=cta] button,
  [class*=cta] a,
  button {
    height: 40px;
    line-height: 40px;
  }

  .home__we-can-do .section__theme .text h1.title,
  .home__client-quote .section__theme .text h1.title {
    font-size: 19px;
    line-height: 30px;
  }

  .home__we-can-do .section__theme h2.subtitle,
  .home__client-quote .section__theme h2.subtitle {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 1rem;
  }

  .home__we-can-do .section__theme .text p,
  .home__client-quote .section__theme .text p {
    font-size: 14px;
    line-height: 23px;
  }

  .home__we-can-do .cta,
  .home__client-quote .cta {
    margin: 1rem 0 0;
  }

  .home__we-can-do [class*=cta] button,
  .home__we-can-do [class*=cta] a,
  .home__we-can-do button,
  .home__client-quote [class*=cta] button,
  .home__client-quote [class*=cta] a,
  .home__client-quote button {
    height: 40px;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
  }

  .col-12.col-lg-6.text:nth-of-type(2).vertical-flex-center {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home__client-quote blockquote p {
    font-size: 18px;
    line-height: 37px;
  }

  .quotation-marks {
    line-height: 0.5;
    font-size: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .home__about .text {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .section-padding {
    padding-top: 60px;
    padding-bottom: 0;
  }

  [class*=home__] blockquote p {
    font-size: 16px !important;
    line-height: 30px !important;
    letter-spacing: calc(1em * (60 / 1000));
  }

  .banner-text {
    top: 30%;
  }

  section.page-banner-slider-mobile p.d-none.d-sm-block {
    font-size: 14px;
    line-height: 1.618em;
    margin-top: 1.618rem;
  }

  h1 {
    font-size: 32px;
    font-family: 'Josefin Sans';
  }
    h1.about_title {
        font-size: 25px;
        text-align: left;
        font-family: 'Josefin Sans';
    }
  h1.page-title {
        font-size: 25px !important;
        color: #1f1f1f;
        font-family: 'Josefin Sans' !important;
        text-transform: uppercase !important;
        margin-bottom: 20px;
        margin-top: 0;
    }
  h2 {
    font-size: 13px !important;
    line-height: 18px !important;
    margin-bottom: 1rem !important;
  }

  h3 {
    font-size: 16px !important;
    line-height: 27px !important;
  }

  .page-banner-slider-mobile .banner-text h1 {
    font-size: 30px !important;
    line-height: 1 !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  header.jumbotron {
    min-height: 260px;
    max-height: 300px;
    margin-bottom: 1px;
  }

}

@media only screen and (max-width:576px) {
  header.jumbotron {
    min-height: 260px;
    max-height: 260px;
    margin-bottom: 1px;
  }

  .page-banner-slider,
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

  .page-banner-slider-mobile .banner-text h2 {
    font-size: 16px;
  }

  .page-banner-slider-mobile .banner-text h1 {
    font-size: 26px !important;
  }

  .slider-image img.img-fluid {
    object-fit: cover;
  }

  /* header, */
  /* nav, */
  /* main>section:not(.we-can-do), */
  /* main>section:not(section.we-can-do), */
  /* main>section.we-can-do article text, */
  /* footer>* { */
  /* padding-left: 15px !important; */
  /* padding-right: 15px !important; */
  /* } */

  .jumbotron figure figcaption,
  .jumbotron figure figcaption {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .cta {
    max-width: auto;
  }
 
  .cta > .btn,
  [class*=cta] button, [class*=cta] a, [class*=cta] .btn, button {
    max-height: 40px;
    line-height: 35px;
  }

}

@media only screen and (max-width: 360px) {
   .custom-container {
        /*width: 325px !important;*/
        margin: auto;
    }
  .page-banner-slider-mobile .banner-text h1 {
    font-size: 28px !important;
  }

}
