/*
Theme Name: Condurre 2020
*/

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Regular.otf');
  font-weight: 400;
}
@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Medium.otf');
  font-weight: 500;
}
@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-SemiBold.otf');
  font-weight: 600;
}
@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Bold.otf');
  font-weight: 700;
}
@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-RegularItalic.otf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-BoldItalic.otf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Inria Serif';
  src: url('fonts/InriaSerif-Regular.otf');
  font-weight: normal;
}
@font-face {
  font-family: 'Inria Serif';
  src: url('fonts/InriaSerif-Italic.otf');
  font-weight: normal;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}
body {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  color: #0c2a4b;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

strong,
b {
  font-weight: bold;
}

a,
a span,
a span:after,
input,
.hamburger div,
.client-more:before {
  transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}
img.b-lazy {
  opacity: 0;
  transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -webkit-transition: all .9s ease-in-out;
}
img.b-lazy.b-loaded {
  opacity: 1;
}

.skip-link {
  display: none;
}

/* HEADER & FOOTER */

.header-wrapper,
.footer-wrapper {
  padding: 30px 0;
  position: relative;
  background-color: #ffffff;
}

header,
footer {
  display: block;
  position: relative;
  width: 90%;
  /*max-width: 1200px;*/
  margin: 0 auto;
}
header {
  height: 50px;
}

#condurre {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}

#condurre a,
.logo-footer {
  display: block;
  height: 50px;
  width: auto;
  background-image: url('images/condurre.svg');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  text-transform: lowercase;
  color: #455f78;
  text-decoration: none;
  font-family: 'Metropolis', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  padding-top: 9px;
  padding-left: 34px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@supports (-webkit-touch-callout: none)
{
  #condurre a,
  .logo-footer {
    padding-top: 10px;
  }
}

#nav-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}

#nav-wrapper ul {
  list-style: none;
  padding-top: 8px;
}

#nav-wrapper ul li {
  display: inline-block;
  margin-left: 60px;
}

#nav-wrapper ul li a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
#nav-wrapper ul li.current-menu-item a,
#nav-wrapper ul li a:hover {
  border-bottom: 3px solid #ffda00;
}

.logo-footer,
.footer-nav-wrapper {
  display: inline-block;
  vertical-align: top;
}

.footer-nav-wrapper ul {
  list-style: none;
  padding-top: 8px;
  margin-left: 20px;
}

.footer-nav-wrapper ul li {
  display: inline-block;
  padding: 0 15px 0 20px;
  border-left: 2px solid #ffda00;
}
.footer-nav-wrapper ul li:nth-child(1) {
  border-left: none;
}

.footer-nav-wrapper ul li a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  text-transform: lowercase;
}

.footer-column.footer-column-socials {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-column.footer-column-socials ul {
  padding-top: 8px;
  list-style: none;
}

.footer-column.footer-column-socials ul a {
  display: inline-block;
  margin-left: 15px;
  background-color: #ffda00;
  color: #455f78;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
}
.footer-column.footer-column-socials ul a:hover {
  color: #ffda00;
  background-color: #455f78;
}

.footer-column.footer-column-socials ul a i {
  line-height: 31px;
}

/* MAIN */

.main-wrapper {
  min-height: calc(100vh - 220px);
}

.page > h2,
.page > h3,
.page > h4,
.page > h5,
.page > p,
.page > ul,
.page > ol,
.page > .wp-block-buttons,
.client-second h2,
.client-second h3,
.client-second h4,
.client-second h5,
.client-second p,
.client-second ul,
.client-second ol,
.client-second .wp-block-buttons {
  width: 90%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.page p,
.page ul,
.page ol,
.page .wp-block-buttons {
  margin-bottom: 36px;
}
.page p:last-child,
.page ul:last-child,
.page ol:last-child,
.page .wp-block-buttons:last-child {
  margin-bottom: 0;
}

.page p a,
.page ul a,
.page ol a {
  color: inherit;
}

.page h2 {
  font-size: 44px;
  line-height: 50px;
  font-family: 'Inria Serif', serif;
  font-weight: normal;
}

.page h3 {
  text-align: center;
  color: #455f78;
  font-size: 38px;
  line-height: 58px;
  margin-bottom: 36px;
  font-weight: 600;
}

.page h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}

.page h5 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.page ol {
  padding-left: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.page ul {
  list-style: none;
}

.page ul li {
  position: relative;
  padding-left: 30px;
}
.page ul li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}

.page .wp-block-buttons {
  text-align: center;
}

.page .wp-block-media-text h3,
.page .wp-block-media-text .wp-block-buttons {
  text-align: left;
}

.page .wp-block-button {
  display: inline-block;
}

input[type="submit"],
a.button,
.page .wp-block-button a {
  display: block;
  background-color: #ffda00;
  color: #455f78;
  padding: 10px 15px 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
a.button {
  display: inline-block;
}
input[type="submit"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  border: none;
  font-family: inherit;
}
a.button:hover,
.page .wp-block-button a:hover {
  border: 2px solid #455f78;
}
input[type="submit"]:hover {
  cursor: pointer;
  background-color: #ffffff;
}

.testimonials-wrapper,
.wp-block-group {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f4f3f0;
  padding: 60px 50px;
}

.wp-block-group__inner-container {
  position: relative;
}

.wp-block-group .wp-block-media-text__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 31%;
  height: 100%;
}
.wp-block-group .has-media-on-the-right .wp-block-media-text__media {
  left: 69%;
}

.wp-block-group .wp-block-media-text__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wp-block-group .wp-block-media-text__content {
  position: relative;
  margin-left: 31%;
  padding-left: 60px;
}
.wp-block-group .has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  padding-left: 0;
  margin-right: 31%;
  padding-right: 60px;
}

.intro-wrapper {
  position: relative;
  margin-bottom: 80px;
}

.intro-image-wrapper,
.intro-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.intro-image-wrapper img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.intro-text-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 90px 0 180px;
  background: linear-gradient(90deg, rgba(69,95,120,1) 0%, rgba(69,95,120,1) 33%, rgba(69,95,120,0.1) 66%, rgba(69,95,120,0.1) 100%);
  color: #ffffff;
}

.intro-text-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
  left: -100%;
  background-image: url('images/bottom-circle.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom -2px center;
  z-index: 1;
}

.intro-text {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.intro-text h2 {
  display: inline-block;
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ffda00;
  text-shadow: 0px 0px 10px rgba(69, 95, 120, 0.4);
  max-width: 442px;
}

.intro-text p {
  font-size: 24px;
  line-height: 38px;
  max-width: 500px;
}

.intro-text a.button {
  border: none;
}
.intro-text a.button:hover {
  background-color: #ffffff;
}

.page > .wp-block-media-text {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}
.page > .wp-block-media-text.is-image-fill {
  width: 100%;
  max-width: none;
}

.page > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.page > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
}

.page > .wp-block-media-text .wp-block-media-text__media {
  width: 40%;
  height: 100%;
  background-color: #ffda00;
  position: absolute;
  left: 0;
  top: 0;
}
.page > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  left: auto;
  right: 0;
}

.page > .wp-block-media-text .wp-block-media-text__content {
  width: 60%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 60px;
  margin-left: 40%;
}
.page > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  padding-left: 0;
  padding-right: 60px;
}
.page > .wp-block-media-text.is-image-fill .wp-block-media-text__media,
.page > .wp-block-media-text.is-image-fill .wp-block-media-text__content {
  width: 50%;
}
.page > .wp-block-media-text.is-image-fill .wp-block-media-text__content {
  margin-left: 50%;
  position: relative;
  padding: 60px 80px;
  background-color: #f4f3f0;
}

.page > .wp-block-media-text .wp-block-media-text__media img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.page > .wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  object-fit: cover;
  mix-blend-mode: normal;
}

.form-block-wrapper {
  background-color: #455f78;
  color: #c9c1b6;
  position: relative;
  padding: 60px 0;
}

.form-block {
  width: 90%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.page .form-block h3 {
  color: inherit;
  text-align: left;
}

.form-block .form-field {
  margin-bottom: 30px;
}

.form-block label {
  display: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  color: #0c2a4b;
  background-color: #c9c1b6;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
.wpcf7 textarea {
  resize: vertical;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  background-color: #ffffff;
}

::placeholder {
  color: #0c2a4b;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #0c2a4b;
}
::-ms-input-placeholder {
  color: #0c2a4b;
}

.form-block div.wpcf7 .ajax-loader {
  display: none;
}

span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.form-block div.wpcf7-response-output {
  margin: 30px 0 0;
  padding: 0;
  border: none !important;
}
.form-block div.wpcf7-response-output.wpcf7-validation-errors {
  color: #ff0000;
}

.page .wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  border: none;
}

.testimonials-list {
  position: relative;
  overflow: hidden;
}

.testimonial-wrapper {
  float: left;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.testimonial-wrapper:nth-child(1) {
  padding-right: 30px;
}
.testimonial-wrapper:nth-child(2) {
  padding-left: 30px;
}

.testimonial {
  padding: 50px;
  background-color: #ffffff;
}

.testimonial-intro {
  font-weight: 600;
  margin-bottom: 36px;
}
.testimonial-text {
  margin-bottom: 36px;
}
.testimonial-details {
  font-size: 14px;
  line-height: 22px;
}

figure.wp-block-image.size-full {
  position: relative;
  width: 100%;
  display: block;
}

figure.wp-block-image.size-full img {
  display: block;
  width: 100%;
  height: auto;
}

.text-title-wrapper {
  padding: 80px 0;
}
.text-title-wrapper.background-grey {
  background-color: #f4f3f0;
}

.text-title {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.text-title__text,
.text-title__title {
  float: left;
  padding: 0 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.text-title__text {
  width: 58%;
  border-left: 2px solid #ffda00;
}
.text-title__title {
  overflow: hidden;
  width: 42%;
}
.position-right .text-title__text,
.position-right .text-title__title {
  float: right;
}
.position-right .text-title__text {
  border-left: none;
  border-right: 2px solid #ffda00;
}

.text-title__title h3 {
  text-align: left;
}

/* CLIENTS */

.client-wrapper {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}

.client-first {
  position: relative;
}

.client-content-wrapper {
  padding: 0 80px;
  width: 58%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

.client-title h3 {
  text-align: left;
  font-weight: 400;
}

.client-introduction {
  margin-bottom: 36px;
}

.client-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  left: 58%;
  width: 42%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.client-image-wrapper figure {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 80px);
  height: 100%;
  border: 2px solid #ffda00;
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.client-image-wrapper figure img {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.client-more {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}
.client-more:hover {
  cursor: pointer;
}

.client-more:before {
  content: '\f04b';
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  color: #ffda00;
  margin-right: 10px;
}
.show .client-more:before {
  transform: rotate(-90deg);
}
.client-more:hover:before {
  color: inherit;
}

.client-second {
  height: 0;
  background-color: #f4f3f0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
}
.show .client-second {
  height: auto;
  margin-top: 80px;
  padding: 80px;
  opacity: 1;
}

@media screen and (max-width: 1199px)
{
  body {
    font-size: 16px;
    line-height: 28px;
  }

  .header-wrapper {
    padding: 20px 0;
  }

  #nav-wrapper ul {
    padding-top: 10px;
  }

  #nav-wrapper ul li {
    margin-left: 30px;
  }

  .footer-nav-wrapper ul {
    margin-left: 0px;
  }

  .footer-nav-wrapper ul li a {
    font-size: 13px;
  }

  .intro-text-wrapper {
    padding: 70px 0 140px;
  }

  .page h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .intro-text p {
    font-size: 22px;
    line-height: 36px;
  }

  .page h3 {
    font-size: 36px;
    line-height: 50px;
  }

  .client-more,
  .testimonial-details {
    font-size: 13px;
    line-height: 21px;
  }

  .client-introduction,
  .testimonial-intro,
  .testimonial-text,
  .page h3,
  .page p,
  .page ul,
  .page ol,
  .page .wp-block-buttons {
    margin-bottom: 28px;
  }

  input[type="submit"], a.button, .page .wp-block-button a {
    font-size: 15px;
    line-height: 17px;
  }
}

@media screen and (max-width: 999px)
{
  .intro-text-wrapper:after {
    background-position: bottom -1px center;
  }

  .page > figure.wp-block-image.size-full {
    min-height: 300px;
  }

  .page > figure.wp-block-image.size-full img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .form-block-wrapper,
  .text-title-wrapper {
    padding: 50px 0;
  }

  .text-title__text, .text-title__title {
    padding: 0;
  }
  .text-title__title {
    padding-right: 40px;
  }
  .text-title__text {
    padding-left: 40px;
  }
  .text-title__right {
    padding-right: 40px;
  }

  .footer-nav-wrapper ul li {
    padding: 0 10px 0 15px;
  }

  .intro-text-wrapper {
    padding: 60px 0 130px;
  }

  .intro-text p {
    line-height: 32px;
    max-width: 442px;
  }

  .intro-wrapper {
    margin-bottom: 50px;
  }

  .page h3 {
    line-height: 44px;
  }

  .testimonials-wrapper, .wp-block-group {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
  }

  .testimonial-wrapper,
  .testimonial-wrapper:nth-child(1),
  .testimonial-wrapper:nth-child(2) {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }
  .testimonial-wrapper:nth-child(1) {
    margin-top: 0;
  }

  .page > .wp-block-media-text {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .wp-block-group .wp-block-media-text__media,
  .page > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 40px;
  }
  .page > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding: 50px;
  }
  .page > .wp-block-media-text .wp-block-media-text__media {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  .page > .wp-block-media-text.is-image-fill .wp-block-media-text__media,
  .page > .wp-block-media-text.is-image-fill .wp-block-media-text__content {
    width: 100%;
  }
  .page > .wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    max-height: 300px;
    object-fit: cover;
  }

  .wp-block-group .wp-block-media-text__media img,
  .page > .wp-block-media-text .wp-block-media-text__media img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .wp-block-group .wp-block-media-text__content,
  .wp-block-group .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
  .page > .wp-block-media-text .wp-block-media-text__content,
  .page > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  .wp-block-spacer {
    height: 50px !important;
  }

  .page > .wp-block-media-text.is-image-fill .wp-block-media-text__content {
    margin-left: 0;
    padding: 50px;
  }

  .client-wrapper {
    padding-top: 50px;
  }

  .client-content-wrapper {
    padding: 0;
    width: 100%;
  }

  .client-image-wrapper {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .client-image-wrapper figure {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 40px;
  }

  .client-image-wrapper figure img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .show .client-second {
    margin-top: 40px;
    padding: 50px;
  }
}

@media screen and (min-width: 700px)
{
  #nav-wrapper {
    display: block !important;
  }
}

@media screen and (max-width: 699px)
{
  .header-wrapper {
    padding: 15px 0;
  }

  header {
    height: 37px;
  }

  #condurre a {
    height: 37px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 8px;
    padding-left: 26px;
  }

  .logo-footer, .footer-nav-wrapper {
    display: block;
  }

  .logo-footer {
    width: 50px;
    margin: 0 auto 18px;
  }

  .footer-column.footer-column-socials {
    position: relative;
    text-align: center;
  }

  .footer-column.footer-column-socials ul {
    padding-top: 0;
  }

  .footer-column.footer-column-socials ul a {
    margin-left: 0;
  }

  .footer-nav-wrapper {
    text-align: center;
    margin-bottom: 28px;
  }

  .footer-nav-wrapper ul {
    display: inline-block;
    line-height: 22px;
  }

  .footer-nav-wrapper ul li {
    line-height: 16px;
    font-size: 12px;
    padding: 0 5px 0 9px;
    border-width: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .footer-nav-wrapper ul li:nth-child(3) {
    border-left: none;
    width: 48%;
    text-align: right
  }
  .footer-nav-wrapper ul li:nth-child(4) {
    width: 48%;
    text-align: left;
  }

  .footer-nav-wrapper ul li a {
    font-size: inherit;
  }

  h1#condurre, .hamburger-wrapper {
    z-index: 100001;
  }

  #nav-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.95);
    z-index: 100000;
    padding-top: 67px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
  }

  nav {
    -webkit-overflow-scrolling: touch;
    position: static;
  }

  #nav-wrapper ul {
    padding-top: 0;
  }

  #nav-wrapper ul li {
    display: block;
    margin-left: 0;
    text-align: center;
    border-bottom: 2px solid #ffda00;
    padding: 0;
  }
  #nav-wrapper ul li:nth-child(1) {
    border-top: 2px solid #ffda00;
  }

  #nav-wrapper ul li a {
    display: block;
    padding: 17px 0 13px;
  }
  #nav-wrapper ul li.current-menu-item a, #nav-wrapper ul li a:hover {
    border-color: transparent;
  }

  .hamburger-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100001;
  }

  .hamburger {
    position: relative;
    width: 30px;
    height: 32px;
  }

  .hamburger div {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0c2a4b;
    left: 0;
  }
  .hamburger div:nth-child(1) {
    top: 8px;
  }
  .hamburger div:nth-child(2) {
    top: 18px;
  }
  .hamburger div:nth-child(3) {
    top: 28px;
  }
  .menu-toggle.show .hamburger div:nth-child(1) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 19px;
  }
  .menu-toggle.show .hamburger div:nth-child(2) {
    background-color: transparent;
  }
  .menu-toggle.show .hamburger div:nth-child(3) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
  }

  .intro-text-wrapper {
    padding: 40px 0 90px;
    background: linear-gradient(90deg, rgba(69,95,120,1) 0%, rgba(69,95,120,0.9) 33%, rgba(69,95,120,0.7) 66%, rgba(69,95,120,0.3) 100%);
  }

  .intro-text h2 {
    padding-bottom: 20px;
    margin-bottom: 26px;
    max-width: 360px;
  }

  .intro-text p {
    font-size: 20px;
    line-height: 30px;
    max-width: 360px;
  }

  .page h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .page h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .client-introduction, .testimonial-intro, .testimonial-text, .page h3, .page p, .page ul, .page ol, .page .wp-block-buttons {
    margin-bottom: 24px;
  }

  .wp-block-group .wp-block-media-text__media,
  .page > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
  .client-image-wrapper {
    margin-bottom: 34px;
  }

  .testimonials-wrapper,
  .wp-block-group,
  .page > .wp-block-media-text.is-image-fill .wp-block-media-text__content,
  .show .client-second {
    padding: 40px;
  }

  .testimonial {
    padding: 32px;
  }

  .form-block-wrapper, .text-title-wrapper {
    padding: 40px 0;
  }

  .text-title__title {
    float: none;
    width: 100%;
    padding: 0;
  }

  .text-title__title .buttons {
    margin-bottom: 24px;
  }

  .text-title__text {
    float: none;
    width: 100%;
    padding: 0;
    border-left: 0;
  }

  .wp-block-spacer {
    height: 40px !important;
  }

  .client-second h2, .client-second h3, .client-second h4, .client-second h5, .client-second p, .client-second ul, .client-second ol, .client-second .wp-block-buttons {
    width: 100%;
  }

  @supports (-webkit-touch-callout: none)
  {
    #condurre a {
      padding-top: 9px;
    }
  }
}

@media screen and (max-width: 479px)
{
  .intro-text-wrapper {
    padding: 40px 0 70px;
  }

  .testimonials-wrapper, .wp-block-group, .page > .wp-block-media-text.is-image-fill .wp-block-media-text__content, .show .client-second, .wp-block-group {
    padding: 30px;
  }
  .testimonials-wrapper,
  .page > .wp-block-media-text,
  .wp-block-group {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .testimonials-wrapper {
    padding: 30px 8px 8px;
  }

  .testimonial-wrapper, .testimonial-wrapper:nth-child(1), .testimonial-wrapper:nth-child(2) {
    margin-top: 8px;
  }

  .testimonial {
    padding: 20px;
  }

  .client-introduction, .testimonial-intro, .testimonial-text, .page h3, .page p, .page ul, .page ol, .page .wp-block-buttons {
    margin-bottom: 20px;
  }

  .wp-block-group .wp-block-media-text__media, .page > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media, .client-image-wrapper {
    margin-bottom: 24px;
  }
  .page > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding: 30px;
  }

  .form-block-wrapper, .text-title-wrapper {
    padding: 30px 0;
  }

  .page > figure.wp-block-image.size-full {
    min-height: 200px;
  }

  .client-wrapper {
    padding-top: 40px;
  }

  .page h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
