/*
Theme Name: Milttoncom
Author: Esmes Digital Oy
Author URI: https://esmes.fi/
Description: A custom WordPress theme
Version: 0.1
Text Domain: milttoncom
*/

.module.links > .wrapper {
  max-width: 60.5rem;
}

body.page-contactless .module.contacts > .wrapper > .content > .contacts .contact .text {
  white-space: normal;
}

@media screen and (min-width: 601px) {
  #menu > .wrapper > .floater > .container > .navigation > .language-selector {
    margin-top: 0;
  }
  .module.heading > .wrapper > .content h1 {
    font-size: 7rem;
  }
  .module.contacts > .wrapper > .content > .contacts .contact .text {
    white-space: nowrap;
  }
}

span.nb {
  white-space: nowrap;
}

body.single-service .module.heading {
  margin-bottom: 4rem;
}

body.single-service .module.heading blockquote p {
  font-size: 2rem;
  line-height: 1.1em;
}

@media screen and (max-width: 600px) {
  body.single-service .module.heading blockquote p {
    font-size: 1.875rem;
    line-height: 2.0625rem;
  }
}

body.single-service .module.heading + .module.content {
  margin-top: 4rem;
}

@media screen and (max-width: 600px) {
  .modules .module.content:first-child {
    margin-top: 8rem;
  }
}

#menu > .wrapper > .floater > .container > .navigation > .language-selector ul > li a {
    margin-left: 1rem;
}

body.career-head-of-public-affairs-miltton-group .module.heading.has-picture {
  max-height: initial;
}

@media screen and (min-width: 601px){

  #menu > .wrapper > .floater > .container {
    max-width: 50.25rem;
  }

  #menu > .wrapper > .floater > .container > .navigation {
    max-width: 32.75rem;
  }

  #menu > .wrapper > .floater > .container .search {
    width: calc(100% - 32.75rem);
  }

}