/* Variables */
@import url(jquery.fancybox.min.css);
@import url(vegas.css);
.sans, .header-menu ul li, .about-copy p, .wpcf7 input, .wpcf7 textarea, .wpcf7 input[type='submit'], .wpcf7 .wpcf7-list-item-label, .post-list .filter-wrapper .filter .filters a, .post-list .post-item-wrapper .post-item .text .date, .post-list .post-item-wrapper .post-item .text .publication {
  font-family: Untitled Sans Regular, sans-serif; }

.uppercase {
  text-transform: uppercase; }

.col-red {
  color: #F04864; }

.col-black, .about-copy p, .wpcf7 input, .wpcf7 textarea, .wpcf7 .wpcf7-list-item-label {
  color: #000000; }

.col-white {
  color: #FFFFFF; }

.col-grey {
  color: #7F7A7D; }

.body-copy, .about-copy p, .wpcf7 .wpcf7-list-item-label {
  font-size: 15px; }

.cta-copy {
  font-size: 14px; }

.cta-copy-xs {
  font-size: 12px; }

.heading-lg {
  font-size: 85px; }

.heading-md {
  font-size: 54px; }

.heading-sm {
  font-size: 24px; }

@media (max-width: 991px) {
  .body-copy, .about-copy p, .wpcf7 .wpcf7-list-item-label {
    font-size: 16px; }
  .cta-copy {
    font-size: 16px; }
  .heading-lg {
    font-size: 35px; }
  .heading-md {
    font-size: 24px; }
  .heading-sm {
    font-size: 24px; } }

/* Various fixes */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

::-webkit-input-placeholder {
  color: #7F7A7D; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #7F7A7D; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7F7A7D; }

:-ms-input-placeholder {
  color: #7F7A7D; }

::-moz-selection {
  /* Code for Firefox */ }

/* Mixins & Extends */
.clearfix, .common, .about-footer .content-wrapper, .single-project .images, .international-projects .project {
  zoom: 1; }
  .clearfix:before, .common:before, .about-footer .content-wrapper:before, .single-project .images:before, .international-projects .project:before, .clearfix:after, .common:after, .about-footer .content-wrapper:after, .single-project .images:after, .international-projects .project:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .common:after, .about-footer .content-wrapper:after, .single-project .images:after, .international-projects .project:after {
    clear: both; }

/* Fonts */
@font-face {
  font-family: 'Armitage Light';
  src: url("../other/fonts/armitage-light-webfont.eot");
  src: url("../other/fonts/armitage-light-webfont.eot?#iefix") format("embedded-opentype"), url("../other/fonts/armitage-light-webfont.woff2") format("woff2"), url("../other/fonts/armitage-light-webfont.woff") format("woff"), url("../other/fonts/armitage-light-webfont.ttf") format("truetype"), url("../other/fonts/armitage-light-webfont.svg#armitagelight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Armitage Regular';
  src: url("../other/fonts/armitage-webfont.eot");
  src: url("../other/fonts/armitage-webfont.eot?#iefix") format("embedded-opentype"), url("../other/fonts/armitage-webfont.woff2") format("woff2"), url("../other/fonts/armitage-webfont.woff") format("woff"), url("../other/fonts/armitage-webfont.ttf") format("truetype"), url("../other/fonts/armitage-webfont.svg#armitageregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Colfax Light';
  src: url("../other/fonts/colfax-light-webfont.eot");
  src: url("../other/fonts/colfax-light-webfont.eot?#iefix") format("embedded-opentype"), url("../other/fonts/colfax-light-webfont.woff2") format("woff2"), url("../other/fonts/colfax-light-webfont.woff") format("woff"), url("../other/fonts/colfax-light-webfont.ttf") format("truetype"), url("../other/fonts/colfax-light-webfont.svg#colfaxlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Untitled Sans Regular';
  src: url("../other/fonts/UntitledSansWeb-Regular.eot");
  src: url("../other/fonts/UntitledSansWeb-Regular?#iefix") format("embedded-opentype"), url("../other/fonts/UntitledSansWeb-Regular.woff") format("woff"), url("../other/fonts/UntitledSansWeb-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

/* Main */
.guide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10000px;
  background-image: url("../images/guide.png");
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 9999; }

html, body {
  height: 100%; }

html {
  font-family: 'Untitled Sans Regular', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #F04864; }

body {
  margin: 0; }

h1, h2, h3, h4, h5, h6, p, ul, li {
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul {
  padding-bottom: 10px; }
  ul li {
    list-style: none;
    text-indent: -8px;
    padding-left: 24px;
    padding-bottom: 10px; }
    ul li:before {
      position: relative;
      left: -16px;
      color: #A7A2A2; }
    ul li:last-child {
      padding-bottom: 0; }

input, select, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

input[type='checkbox'] {
  -webkit-appearance: checkbox; }

@media (max-width: 800px) {
  .mobile-hide {
    display: none; } }

@media (max-width: 800px) {
  .desktop {
    display: none; } }

.mobile {
  display: none; }
  @media (max-width: 800px) {
    .mobile {
      display: inline; } }

/* Imports */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #FFF;
  z-index: 70;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.logo {
  padding-left: 60px;
  width: 185px; }
  .logo img {
    width: 103px !important;
    height: auto; }

.burger {
  margin-left: auto;
  margin-right: 52px;
  letter-spacing: 2px; }
  .burger img {
    width: 20px;
    height: auto; }

.close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 25px; }
  .close:hover {
    cursor: pointer; }
  .close img {
    width: 9px;
    height: auto; }

.header-menu {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -200vw;
  width: 50%;
  max-height: 100vh;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 100;
  overflow-y: scroll;
  transition: all 1.2s cubic-bezier(0.32, 0.24, 0.15, 1); }
  .header-menu ul {
    padding-bottom: 0; }
    .header-menu ul li {
      text-align: center;
      position: relative;
      font-size: 24px;
      line-height: 58px;
      color: #000000;
      padding-top: 23px;
      padding-bottom: 23px;
      padding-left: 56px;
      margin: 0; }
      .header-menu ul li.active {
        color: #000000;
        border-bottom: 1px solid #000000; }
      .header-menu ul li:hover {
        color: #E6295B; }
    .header-menu ul a {
      text-decoration: none; }

.close-holder {
  position: absolute;
  top: 24px;
  right: 60px; }

.menu-close svg {
  width: 35px; }

.menu-close:hover svg polygon {
  fill: #E6295B; }

.menu-active {
  right: 0; }

.header-wrapper {
  position: relative;
  width: 100%;
  background-color: #FFF;
  z-index: 3; }

@media (max-width: 991px) {
  .header-menu {
    width: 100%; }
    .header-menu ul li {
      line-height: normal;
      padding-left: 10px;
      width: 100%; }
  .close-holder {
    right: 15px; }
  .menu-close svg {
    width: 20px; }
  .logo {
    padding-left: 15px; }
    .logo svg {
      width: 103px;
      height: 25px; }
  .burger {
    margin-right: 15px; } }

.common {
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  padding-top: 70px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .common {
      padding-top: 130px; } }
  @media (max-width: 600px) {
    .common {
      padding: 75px 25px 0; } }
  .common img {
    width: 100%;
    height: auto; }
  .common .left {
    float: left;
    width: 55.9%;
    padding-right: 5%; }
    @media (max-width: 1100px) {
      .common .left {
        width: 45%; } }
    @media (max-width: 800px) {
      .common .left {
        width: 100%;
        height: auto !important;
        padding-right: 0; } }
  .common .right {
    float: right;
    width: 44.1%;
    padding-left: 2.1%; }
    @media (max-width: 1100px) {
      .common .right {
        width: 55%; } }
    @media (max-width: 800px) {
      .common .right {
        width: 100%;
        height: auto !important;
        padding-left: 17px;
        margin-top: 35px; } }
    .common .right > *:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }

.body-link {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .body-link:hover {
    color: #E6295B;
    border-color: #E6295B;
    text-decoration: none; }

.white-link:hover {
  border-bottom: 1px solid #E6295B;
  text-decoration: none; }

.col-25 {
  width: 25%; }

.hero {
  margin-top: 70px; }
  .hero img {
    width: 100%; }

.about .hero {
  height: 70vh;
  height: calc(var(--vh, 1vh) * 70);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.underline {
  text-decoration: underline; }

.center-link {
  text-align: initial; }

.no-padding {
  padding: 0; }

.copy-spacing__bottom {
  padding-bottom: 25px; }

.about-headline {
  position: absolute;
  padding-left: 60px;
  padding-top: 60px; }

.scroll-container {
  height: 100vh;
  overflow: scroll; }

.partner-headline {
  position: absolute;
  padding-left: 60px; }

.partner-fixed {
  position: fixed;
  top: 140px; }

.about-copy-wrapper {
  background-color: #F0EBEB; }
  .about-copy-wrapper .heading-md {
    padding-top: 40px;
    padding-left: 60px; }

.about-copy__padding {
  padding-top: 120px;
  padding-bottom: 260px; }

.about-copy p {
  margin-bottom: 10px; }

.partners {
  padding-top: 70px; }
  .partners .about-copy {
    margin-bottom: 90px; }

.partner-logo {
  padding-right: 11%;
  margin-bottom: 70px; }
  .partner-logo img {
    width: 100%; }

.about-footer {
  width: 100%;
  background-color: #EDECEC;
  margin-top: 120px; }
  .about-footer .content-wrapper {
    width: 100%;
    max-width: 1400px;
    padding: 50px 40px 80px;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .about-footer .content-wrapper {
        padding: 40px 25px 0; } }
    .about-footer .content-wrapper .content, .about-footer .content-wrapper .content-left {
      float: right;
      width: 44.1%;
      font-family: 'Colfax Light', sans-serif;
      font-size: 35px;
      line-height: 40px;
      padding-left: 2.1%;
      border-left: 1px solid #FFF; }
      @media (max-width: 1100px) {
        .about-footer .content-wrapper .content, .about-footer .content-wrapper .content-left {
          width: 50%; } }
      @media (max-width: 800px) {
        .about-footer .content-wrapper .content, .about-footer .content-wrapper .content-left {
          width: 100%;
          padding-left: 17px; } }
      @media (max-width: 600px) {
        .about-footer .content-wrapper .content, .about-footer .content-wrapper .content-left {
          font-size: 25px;
          line-height: 30px; } }
      .about-footer .content-wrapper .content .text, .about-footer .content-wrapper .content-left .text {
        color: #A7A2A2; }
      .about-footer .content-wrapper .content .link a, .about-footer .content-wrapper .content-left .link a {
        color: #736B6B;
        text-decoration: none; }
        .about-footer .content-wrapper .content .link a:hover, .about-footer .content-wrapper .content-left .link a:hover {
          color: #E6295B; }
    .about-footer .content-wrapper .content-left {
      float: left; }
      @media (max-width: 800px) {
        .about-footer .content-wrapper .content-left {
          margin-bottom: 40px; } }

.menu-open:hover {
  color: #E6295B;
  text-decoration: none; }

.footer-wrapper {
  position: relative;
  background-color: #F0EBEB;
  padding: 60px 60px 60px 60px;
  width: 100%; }
  .footer-wrapper a {
    color: #000000;
    border-bottom: 1px solid #000000; }
    .footer-wrapper a:hover {
      color: #E6295B;
      text-decoration: none;
      border-color: #E6295B; }
  .footer-wrapper .page-links {
    float: left; }
  .footer-wrapper .social {
    float: right; }
    .footer-wrapper .social svg {
      width: 20px;
      margin-right: 10px; }
      .footer-wrapper .social svg path {
        color: #979797; }
    .footer-wrapper .social a {
      border-bottom: none; }
      .footer-wrapper .social a:hover {
        text-decoration: none; }
        .footer-wrapper .social a:hover svg path {
          color: #E6295B; }
  .footer-wrapper .footer-flex {
    margin-top: 190px;
    display: flex;
    justify-content: space-between; }

.wpcf7 {
  padding-top: 25px; }
  .wpcf7 input, .wpcf7 textarea {
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    background-color: #F6F6F6;
    border: 0;
    padding: 13px 15px;
    margin-bottom: 30px;
    letter-spacing: 1px; }
  .wpcf7 textarea {
    height: 200px; }
  .wpcf7 input[type='checkbox'] {
    width: auto;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 0; }
  .wpcf7 input[type='submit'] {
    color: #FFFFFF;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #000000;
    padding: 13px 49px;
    border: 1px solid #000000;
    margin-top: 30px;
    margin-bottom: 0;
    transition: 1s all ease; }
    .wpcf7 input[type='submit']:hover {
      color: #000000;
      background-color: transparent; }
  .wpcf7 img {
    width: auto;
    padding-left: 25px; }
  .wpcf7 .screen-reader-response {
    display: none; }
  .wpcf7 .wpcf7-not-valid-tip {
    position: relative;
    top: -10px;
    left: 5px;
    color: #A7A2A2; }
  .wpcf7 .wpcf7-response-output {
    color: #A7A2A2;
    padding-top: 25px; }
  .wpcf7 .wpcf7-display-none {
    display: none; }
  .wpcf7 p {
    padding-bottom: 0; }

.heading-link {
  color: #000000; }
  .heading-link:hover {
    text-decoration: none;
    color: #E6295B; }

@media (max-width: 800px) {
  .map {
    height: calc(100vw - 40px) !important; } }

.grid-container {
  display: grid;
  grid-template-columns: 33% 33% 33%; }

.grid-item {
  margin-bottom: 60px; }
  .grid-item img {
    width: 60%; }

.slide:hover .overlay {
  background-color: rgba(0, 0, 0, 0.1); }

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: background-color 1ms ease; }

.menu-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 1s ease;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -200;
  top: 0; }

.menu-overlay-active {
  z-index: 100;
  opacity: 1; }

@media (max-width: 991px) {
  .about .hero {
    background-attachment: initial; }
  .center-link {
    text-align: center; }
  .footer-wrapper {
    padding: 30px 15px 30px 15px; }
  .footer-flex {
    flex-direction: column; }
  .about-headline {
    position: relative;
    padding-top: 40px;
    padding-left: 15px;
    margin-top: 0;
    background-color: #F0EBEB; }
  .about-copy__padding {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0; }
  .partner-headline {
    position: relative;
    padding-left: 15px;
    padding-bottom: 40px; }
  .partners {
    padding-top: 60px; }
    .partners .about-copy {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 40px;
      margin-bottom: 0; }
  .scroll-container {
    height: auto; }
  .grid-container {
    grid-template-columns: 47% 47%;
    column-gap: 6%;
    padding-bottom: 40px; }
  .grid-item {
    margin-bottom: 40px; }
    .grid-item img {
      width: 90%; }
  .partner-logos {
    padding: 0; }
  .overlay {
    background-color: rgba(0, 0, 0, 0.1); }
  .about-copy-wrapper .heading-md {
    padding-left: 15px; }
  .footer-link:last-of-type {
    margin-top: 15px; }
  .footer-date {
    margin-top: 15px; }
  .to-top {
    position: absolute;
    bottom: 30px;
    right: 15px; } }

.home-hero {
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0; }

.spacer {
  height: 100vh;
  padding-top: 100vh; }

.hero-link {
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 auto;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: 2px; }
  .hero-link:hover {
    color: #F04864;
    border-color: #F04864;
    text-decoration: none; }

.hero-link-wrapper {
  padding-top: 40px; }

.spacer-smaller {
  height: 38vh;
  padding-top: 38vh; }

.home-container-spacing {
  padding: 60px 60px 40px 60px; }

.homepage {
  position: relative; }

.hero-heading {
  position: relative;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFFFFF; }

.home-about, .homepage-projects, .latest-news {
  background-color: #FFFFFF; }

.explore-arrow {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }

.home-about {
  padding-top: 300px;
  padding-bottom: 300px;
  text-align: center; }
  .home-about p {
    padding-bottom: 30px; }

.slider {
  margin-bottom: 60px; }

.slide {
  position: relative; }
  .slide img {
    width: 100%; }

.slick-slide {
  margin: 0 10px; }

.slick-list {
  margin: 0 -10px; }

.explore-project-header {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 60px; }
  .explore-project-header h3 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0; }

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .slider-arrow svg {
    width: 40px; }
  .slider-arrow:hover svg polygon {
    fill: #E6295B; }

.slider-arrow-rs {
  right: 10px; }

.slider-arrow-ls {
  left: 10px; }

.long-arrow {
  margin-top: 20px; }

.project-name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center; }

.all-link {
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #000000;
  letter-spacing: 1px; }
  .all-link:hover {
    color: #E6295B;
    border-color: #E6295B;
    text-decoration: none; }

.homepage-projects {
  padding-bottom: 70px; }

.latest-news {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #F0EBEB;
  border-bottom: 1px solid #979797; }
  .latest-news .row {
    margin-bottom: 70px; }
  .latest-news .date {
    padding-bottom: 16px; }
  .latest-news .heading-sm {
    margin-bottom: 16px; }

.latest-news-image-holder {
  height: 20vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin-bottom: 25px; }

@media (max-width: 991px) {
  .latest-news-image-holder {
    height: 500px; }
  .news-holder .text {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .home-about {
    padding-top: 104px;
    padding-bottom: 72px; }
    .home-about p {
      font-size: 16px;
      padding-bottom: 15px; }
  .mobile-projects img {
    width: 100%; }
  .project-inner {
    position: relative;
    margin-bottom: 15px;
    height: 320px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .latest-news-image-holder {
    height: 200px; }
  .news-holder {
    padding-bottom: 70px; }
    .news-holder .text {
      margin-bottom: 0; }
  .spacer-smaller {
    height: 28vh;
    padding-top: 28vh; }
  .homepage-projects {
    padding: 0; }
  .explore-project-header {
    margin-bottom: 30px; }
  .view-more-projects {
    padding-top: 15px;
    padding-bottom: 30px; }
  .latest-news {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    .latest-news .row {
      margin-bottom: 0; } }


.single-project-enquiry{
  position: relative;
}

.single-project-enquiry a.enquire-button{
  background-color: #ED1849;
  border-bottom-left-radius: 15px;
  position: fixed;
  right: 0;
  padding: 10px 30px;
  color: white;
  z-index: 1;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .single-project-enquiry a.enquire-button{
    font-size: 14px;
  }
}

.single-project-enquiry a.enquire-button:hover{
  color: white;
  text-decoration: none;
}

.single-project {
  margin-top: 70px; }
  .single-project img {
    width: 100%; }
  .single-project .project-hero {
    height: 60vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .single-project .project-details, .single-project .project-details__inner {
    padding-top: 60px; }
  .single-project .project-link:hover {
    text-decoration: none !important; }
  .single-project .project-link:first-of-type {
    padding-bottom: 20px; }
  .single-project .link-block {
    padding-bottom: 60px; }
  .single-project .project-video-holder {
    position: relative;
    margin-left: 15%;
    margin-right: 15%; }
    .single-project .project-video-holder:hover {
      cursor: pointer; }
  .single-project .play-video {
    width: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }
  .single-project .featured-image {
    padding-top: 60px; }
  .single-project .image img {
    padding-bottom: 60px; }
  .single-project .last-image img {
    padding-bottom: 0; }
  .single-project .project-link a {
    border-bottom: 1px solid #000000; }
    .single-project .project-link a:hover {
      border-color: #E6295B; }
  .single-project .hero {
    padding-bottom: 50px; }
    .single-project .hero img {
      width: 100%;
      height: auto; }
    .single-project .hero .play-vimeo {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      background-position: center center;
      background-size: cover;
      z-index: 10; }
      .single-project .hero .play-vimeo:hover {
        cursor: pointer; }
        .single-project .hero .play-vimeo:hover img {
          opacity: 0.6; }
      .single-project .hero .play-vimeo img {
        position: relative;
        width: 74px;
        height: auto;
        margin-top: 27%; }
        @media (max-width: 600px) {
          .single-project .hero .play-vimeo img {
            margin-top: 20%; } }
  .single-project .info-holder {
    padding-bottom: 17px; }
  .single-project .description-block {
    padding-bottom: 60px; }
  .single-project .caption {
    clear: both;
    font-family: 'Armitage Regular', sans-serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    color: #D3D1D1;
    text-transform: uppercase;
    text-align: left;
    padding-top: 18px; }
    @media (max-width: 800px) {
      .single-project .caption {
        font-size: 10px; } }
  @media (max-width: 1400px) {
    .single-project .primary-caption {
      opacity: 0; } }
  .single-project .images {
    padding-top: 80px; }
    .single-project .images .image.full {
      float: left;
      width: 100%; }
    .single-project .images .image.half {
      float: left;
      width: 50%;
      padding-right: 0.8%; }
      @media (max-width: 800px) {
        .single-project .images .image.half {
          width: 100%;
          padding-right: 0; } }
    .single-project .images .image.quarter img {
      float: left;
      width: 22.4% !important; }
    .single-project .images .image.three-quarter img {
      float: right;
      width: 74.4% !important; }
    .single-project .images .image.half + .half {
      float: left;
      width: 50%;
      padding-right: 0;
      padding-left: 0.8%; }
      @media (max-width: 800px) {
        .single-project .images .image.half + .half {
          width: 100%;
          padding-left: 0;
          padding-bottom: 0; } }
    .single-project .images .image img {
      width: 100%;
      height: auto; }
    .single-project .images .image .caption {
      clear: both;
      font-family: 'Armitage Regular', sans-serif;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 1px;
      color: #D3D1D1;
      text-transform: uppercase;
      text-align: left;
      padding-top: 18px;
      padding-bottom: 38px; }
      @media (max-width: 800px) {
        .single-project .images .image .caption {
          font-size: 10px;
          padding-top: 5px;
          padding-bottom: 30px; } }

@media (max-width: 991px) {
  .project-details, .project-details__inner {
    padding-top: 30px; }
  .heading-holder {
    padding-bottom: 30px; }
  .single-project .project-video-holder {
    margin-left: 0;
    margin-right: 0; }
  .single-project .images img {
    padding-bottom: 30px; }
  .single-project .images .last-image img {
    padding-bottom: 0; }
  .single-project .play-video {
    width: 90px; }
  #project-video {
    background-color: transparent; }
    #project-video iframe {
      width: 100%;
      height: auto; }
  .fancybox-close-small {
    display: none; } }

.international-projects .project {
  padding-bottom: 110px; }
  .international-projects .project .hero {
    padding-bottom: 50px; }
    .international-projects .project .hero img {
      width: 100%;
      height: auto; }
  .international-projects .project .left {
    line-height: 0;
    text-align: right;
    border-right: 1px solid #D3D1D1; }
    .international-projects .project .left.no-border {
      border: 0; }
    .international-projects .project .left img {
      width: 100%;
      height: auto; }
  .international-projects .project .right {
    border-left: 0; }
    @media (max-width: 800px) {
      .international-projects .project .right {
        border-left: 1px solid #D3D1D1; } }
    .international-projects .project .right.border {
      border-left: 1px solid #D3D1D1; }
    .international-projects .project .right h1 {
      padding-bottom: 40px; }
    .international-projects .project .right p:last-child {
      padding-bottom: 0; }

.page-template-our-team {
  background-color: #F0EBEB; }

.team-border-bottom {
  border-bottom: 1px solid #000000; }

.our-team .first-member {
  padding-top: 120px; }

.our-team .member {
  padding-bottom: 50px; }
  .our-team .member img {
    width: 100%; }

.member-copy p {
  margin-bottom: 10px; }

.team-heading {
  padding-top: 44px;
  padding-bottom: 40px; }

@media (max-width: 991px) {
  .our-team .member {
    padding-bottom: 70px; }
    .our-team .member img {
      width: 100%;
      margin-bottom: 40px; }
    .our-team .member p {
      padding-bottom: 10px; }
  .our-team .body-copy, .our-team .about-copy p, .about-copy .our-team p, .our-team .wpcf7 .wpcf7-list-item-label, .wpcf7 .our-team .wpcf7-list-item-label {
    margin-top: 20px; }
  .team-heading {
    padding-top: 0;
    padding-bottom: 0; } }

@media (max-width: 600px) {
  .our-partners {
    margin-top: -35px; } }

.our-partners .logos {
  display: table;
  width: 100%;
  text-align: center;
  padding-top: 80px; }
  .our-partners .logos .row {
    display: table-row; }
    @media (max-width: 800px) {
      .our-partners .logos .row {
        display: block; } }
    .our-partners .logos .row .item {
      display: table-cell;
      width: 25%;
      vertical-align: middle;
      padding: 5% 3%; }
      @media (max-width: 800px) {
        .our-partners .logos .row .item {
          width: 33.33%;
          display: inline-block; } }
      @media (max-width: 600px) {
        .our-partners .logos .row .item {
          width: 100%;
          display: inline-block; } }
      .our-partners .logos .row .item img {
        width: auto;
        max-width: 180px;
        height: auto;
        max-height: 115px; }

.project-images {
  height: 900px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0; }

.first-project {
  margin-top: 70px; }

.project-heading {
  padding-left: 58px;
  padding-top: 48px; 
  position: relative;
}

.project-status{
  border-bottom-left-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 30px;
}

.project-status p{
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .project-status p{
    font-size: 14px;
  }
}

.project-status.active{
  background-color: #3C3A3B;
}
.project-status.comingsoon{
  background-color: #ED1849;
}

.post-type-archive-project a:hover {
  text-decoration: none !important; }

.project-link-spacing {
  padding-top: 30px; }
  .project-link-spacing span {
    letter-spacing: 1px;
    border-bottom: 1px solid #000000; }

@media (max-width: 991px) {
  .project-heading {
    position: static;
  }
  
  .project-images {
    position: relative;
    height: 50vh; }
  .project-heading__mob {
    font-size: 35px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center; } }

.contact-us .container-fluid {
  padding-left: 60px;
  padding-right: 60px; }

.contact-us .office-detail {
  padding-top: 60px; }

.contact-us .details-inner {
  padding-top: 25px; }
  .contact-us .details-inner p {
    padding-bottom: 5px; }
    .contact-us .details-inner p:last-of-type {
      padding-bottom: 0; }

.contact-us .form-holder {
  padding-top: 60px;
  padding-bottom: 120px; }

.contact-us .social {
  padding-top: 60px; }
  .contact-us .social a {
    color: #000000;
    text-decoration: none; }
    .contact-us .social a:hover {
      color: #E6295B; }
  .contact-us .social svg {
    width: 25px;
    margin-right: 10px; }

.contact-us .body-copy__contact {
  font-size: 14px;
  letter-spacing: 1px; }

.no-underline {
  border-bottom: 0; }

@media (max-width: 991px) {
  .contact-us .container-fluid {
    padding-left: 15px;
    padding-right: 15px; } }

.category .common {
  padding: 0; }

.cat-heading {
  font-size: 40px; }

.category-media,
.category-the-pacifica-media,
.category-light-house-media,
.category-the-william-media,
.category-swanston-central-media {
  background-color: #F0EBEB; }
  .category-media .footer-wrapper,
  .category-the-pacifica-media .footer-wrapper,
  .category-light-house-media .footer-wrapper,
  .category-the-william-media .footer-wrapper,
  .category-swanston-central-media .footer-wrapper {
    border-top: 1px solid #000000; }

.post-list {
  max-width: none; }
  .post-list .container-fluid {
    padding-left: 60px;
    padding-right: 60px; }
  .post-list .categories {
    margin-bottom: 50px; }
  .post-list .post-header h1 {
    margin-top: 190px;
    margin-bottom: 60px; }
  .post-list .filter-wrapper .filter h4 {
    padding-bottom: 16px; }
  .post-list .filter-wrapper .filter .filters a {
    display: inline-block;
    color: #979797;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    margin-right: 21px; }
    .post-list .filter-wrapper .filter .filters a:hover {
      border-bottom: 1px solid #000000; }
    .post-list .filter-wrapper .filter .filters a:hover, .post-list .filter-wrapper .filter .filters a.active {
      color: #000000; }
  .post-list .filter-wrapper .filter .filter-option {
    display: none; }
    @media (max-width: 800px) {
      .post-list .filter-wrapper .filter .filter-option {
        display: block; } }
    .post-list .filter-wrapper .filter .filter-option select {
      width: 100%;
      color: #FFF;
      background-color: #736B6B;
      padding: 7px 15px;
      border: 0;
      background-image: url(../images/arrow-down-light.png);
      background-size: 8px;
      background-repeat: no-repeat;
      background-position: right 17px center;
      margin-bottom: 15px; }
  .post-list .filter-wrapper .filter .search-wrapper {
    width: 30vw;
    max-width: 600px; }
    .post-list .filter-wrapper .filter .search-wrapper .search {
      display: inline-block;
      width: 100%; }
      .post-list .filter-wrapper .filter .search-wrapper .search ::-webkit-input-placeholder {
        color: #7F7A7D; }
      .post-list .filter-wrapper .filter .search-wrapper .search form {
        position: relative;
        margin-bottom: 120px; }
      .post-list .filter-wrapper .filter .search-wrapper .search input {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #979797; }
      .post-list .filter-wrapper .filter .search-wrapper .search input[type="text"] {
        width: 100%; }
      .post-list .filter-wrapper .filter .search-wrapper .search input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 100%;
        background-image: url(../images/glass.png);
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: right 0 center; }
  .post-list .post-item-wrapper .post-item .image {
    background-color: #FFFFFF;
    height: 393px;
    background-size: cover;
    background-position: top center;
    margin-bottom: 35px; }
  .post-list .post-item-wrapper .post-item .text .date {
    font-size: 10px;
    line-height: 10px;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0; }
  .post-list .post-item-wrapper .post-item .text .publication {
    font-size: 10px;
    line-height: 10px;
    color: #A7A2A2;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0; }
  .post-list .post-item-wrapper .post-item .text h1 {
    font-size: 25px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 18px; }
    .post-list .post-item-wrapper .post-item .text h1 a {
      color: #736B6B;
      text-decoration: none; }
      .post-list .post-item-wrapper .post-item .text h1 a:hover {
        color: #E6295B; }
  .post-list .post-item-wrapper .post-item .text .link {
    padding-bottom: 120px; }
    @media (max-width: 600px) {
      .post-list .post-item-wrapper .post-item .text .link {
        padding-bottom: 10px; } }

@media (max-width: 991px) {
  .post-list {
    margin-top: 70px; }
    .post-list .container-fluid {
      padding-left: 15px;
      padding-right: 15px; }
    .post-list .post-header h1 {
      margin-top: 0;
      padding-top: 30px;
      margin-bottom: 30px; }
    .post-list .filter-wrapper .filter .filters a {
      display: inline;
      margin-right: 5px;
      font-size: 14px; }
    .post-list .post-item-wrapper .post-item {
      margin-bottom: 70px; }
      .post-list .post-item-wrapper .post-item .image {
        height: 210px;
        margin-bottom: 20px; }
      .post-list .post-item-wrapper .post-item .text h1 {
        padding-top: 12px;
        padding-bottom: 15px; } }

.news {
  padding-top: 70px; }
  .news h1 {
    margin-top: 60px;
    margin-bottom: 0; }
  .news img {
    width: 100%; }
  .news .content {
    padding-top: 60px; }
  .news .article-container {
    padding-bottom: 120px;
    padding-top: 70px; }
    .news .article-container img {
      padding-bottom: 60px; }
      .news .article-container img:last-of-type {
        padding-bottom: 0; }
    .news .article-container .content p {
      padding-bottom: 10px; }
    .news .article-container .content ul {
      padding-left: 19px; }
      .news .article-container .content ul li {
        list-style-type: disc;
        text-indent: 0;
        padding-left: 0;
        padding-bottom: 10px; }

@media (max-width: 991px) {
  .news {
    padding: 0; }
    .news .content {
      padding-top: 20px; }
    .news .article-container img {
      padding-bottom: 20px; }
      .news .article-container img:last-of-type {
        padding-bottom: 20px; } }

.home-hero-video {
  height: 100vh !important;
  padding-top: 70px; }
  .home-hero-video .vegas-slide {
    height: 100%; }

.fancybox-content {
  background-color: #FFFFFF; }

.modal-content {
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  box-shadow: none; }

.popup-heading {
  margin-bottom: 40px; }

.popup-subheading {
  margin-top: 30px;
  margin-bottom: 10px; }

.popup-copy {
  margin-bottom: 10px; }

.popup-listitem {
  list-style: disc;
  text-indent: 0;
  padding-left: 0; }

#disclaimer ul {
  padding-left: 40px; }

@media (max-width: 991px) {
  .fancybox-content {
    padding: 5px; }
  #privacy, #disclaimer {
    padding: 30px; }
  #disclaimer ul {
    padding-left: 25px; } }
