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

@import url('css_variables.css') all;
/* @import url('relative_path/to/module/style') media_queries (all|max-width:576px|etc); */
@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;

html,
body {
  max-width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--font-nunito-sans);
  scroll-behavior: smooth;
}

h1 {
  font: normal normal 28px var(--font-vidaloka);
  font-weight: 500;
}

h2 {
  font: normal normal 15px/33px var(--font-raleway);
  font-weight: 500;
}

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

p {
  color: #b4b4b4 !important;
  font: normal normal 15px/30px var(--font-nunito-sans);
}

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

[class*=cta] button,
button {
  font: normal normal 15px/30px var(--font-raleway);
  font-weight: 500;
}

[class*=cta] button, [class*=cta] a, a:not(.icons), a:not(.slider-image), button {
  font: normal normal 15px/30px var(--font-raleway);
  font-weight: 400;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}

@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), a:not(.slider-image), button {
    line-height: 40px;
  }

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

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

.cta,
.slider-image .cta {
  max-width: max-content;
  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 {
  color: var(--text-dark);
  font: normal normal 17px var(--font-nunito-sans);
  font-weight: 700;
  margin-top: 1.5rem;
  text-transform: uppercase;
}

.btn {
  width: auto;
  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;
}

.about.profiles .gallery-container.section__theme--light .text {
  padding-top: 30px;
  padding-bottom: 30px;
}

.row-reverse,
.home__we-can-do[data-is-odd=false] [class*=section__theme] {
  flex-direction: row-reverse;
}

@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], button {
    height: 40px;
  }

  .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-bottom: 1rem;
  }
}

.wrapping {
  flex-wrap: wrap;
}


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

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

.border-around-1-light {
  border-bottom: 2px solid var(--state-color);
}

.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: transparent;
}

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

.btn,
.btn:active,
.btn:hover,
.btn:focus {
    outline: 0;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

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

.raleway,
.raleway * {
  font-family: var(--font-raleway);
}

.nunito-sans,
.nunito-sans * {
  font-family: var(--font-nunito-sans);
}

.vidaloka,
.vidaloka * {
  font-family: var(--font-vidaloka);
}

.open-sans,
.open-sans * {
  font-family: var(--font-open-sans);
}

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;
  line-height: 50px;
  letter-spacing: calc( 1em * ( 20 / 1000 ) );
}

.referral__item blockquote p,
.referral__item blockquote p span:not(.quotation-marks) {
  line-height: 2 !important;
  font-size: 15px;
}

cite span:last-of-type,
cite.reference p span {
  letter-spacing: calc( 1em * ( 50 / 1000 ) );
}

.position-ref {
  position: relative;
}

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

.full-height {
  max-height: 100vh;
  height: 100%;
}

@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 (min-width: 992px) {
  .container-halfed {
    max-width: 960px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .referral__item blockquote p,
  .referral__item blockquote p span:not(.quotation-marks) {
    font-size: 1rem;
  }

}

@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:576px) {
  blockquote p {
    font-size: 17px;
  }

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

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

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

  .cta {
    max-width: max-content;
  }


  .btn {
    max-height: 40px;
    line-height: 40px;
  }

}