* {
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
p {
    margin: 0;
    line-height: 1.4;
}

/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution:.001dpcm) {
    @media {
        h2,
        .format-gallery h3,
        .slick-slide h3 {
            font-weight: 400;
        }
        div.wcp-gallery-section .single_wcp_item h3.wcp-carousel-title {
            font-weight: 500 !important;
        }

        .page-id-14 .wcp-gallery-section .single_wcp_item h3.wcp-carousel-title {
            font-weight: 400 !important;
        }
        @media screen and (min-width: 768px) {
            #top-menu > .current-menu-parent > a:link, 
            #top-menu > .current-menu-item > a:link {
                font-weight: 500!important;
                letter-spacing: 0;
            }
        }
    }
}
@-moz-document url-prefix() {
    h2,
    .format-gallery h3,
    .slick-slide h3 {
        font-weight: 400;
    }

    div.wcp-gallery-section .single_wcp_item h3.wcp-carousel-title {
        font-weight: 500 !important;
    }

    @media screen and (min-width: 768px) {
        #top-menu > .current-menu-parent > a:link,
        #top-menu > .current-menu-item > a:link {
            font-weight: 500 !important;
            letter-spacing: 0;
        }
    }
}

a {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.site-content-contain {
}
#masthead {
	background-color: initial;
	
}

.page-id-14 article,
.page-id-16 article,
.page-id-12 article,
.page-child article {
	margin: 0 -1.2vw;
}

body.single-format-gallery article {
	margin-top: 0;
}

.site-title, .site-description {
	display: none;
}

footer,
footer.entry-footer,
.custom-header,
.entry-header  {
	display: none;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.navigation-top {
	position: relative;
}

.wrap,
#primary
 {
	padding: 0!important;
	max-width: initial!important;
}

@font-face {
  font-family: "Avenir Next";
  src: url('/wp-content/fonts/AvenirNext-Regular.ttf');
}
@font-face {
  font-family: "Avenir Next Bold";
  src: url('/wp-content/fonts/AvenirNext-DemiBold.ttf');
}
@font-face {
  font-family: "Avenir Next Medium";
  src: url('https://4ormat-asset.s3.amazonaws.com/vfs/652561/public_assets/38091824/AvenirNext-Medium.ttf');
}

* {
  font-family:"Avenir Next","Freight Sans Book", "Freight Sans Book", sans-serif;
}
body {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
html {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: auto;
}
a, a:hover, a:focus, a:visited, a:link, a:active {
  color: #F99B20;
}
#content {
    padding: 40px;
    background-color: white;
}
#content_page_wrapper ._4ORMAT_content_page_container {
  padding: 0!important;
}
.page-id-2 header,
.page-id-2 .mobile-menu {
  display: none;
}
html body #using {
    max-height: 0;
    overflow: hidden;
}
.page-id-2 #content {
  background-size: cover;
  background-position: center;
  --background-image: url('https://4ormat-asset.s3.amazonaws.com/vfs/652561/public_assets/37619013/homepage.jpg');
  margin: 40px;
  height: -webkit-calc(100vh - 80px);
  height: -moz-calc(100vh - 80px);
  height: -calc(100vh - 80px);
}
#content {
  padding: 0!important;
  --padding-top: -webkit-calc(117px + 3.2vw);  
  --padding-top: calc(117px + 3.2vw); 
}
#wrapper {
  width: 100%;
    max-width: initial;
    margin: 0 auto;
        top: 3.2vw;
}
.page-id-2 #wrapper {
  background-color: transparent;
    margin: 0 auto;
}
/* about us */
    .page_4254834 #wrapper {
  width: 100%;
  --background-color: #eee;
  min-height: 450px;
}

.asset-container {
  position: relative;
}
#content_page_wrapper {
    max-width: initial!important;
}
.main-logo {
  text-align: center;
    font-size: 14px;
    color: white;
    font-weight: normal;
        position: fixed;
    top: 50vh;
    left: 50vw;
    margin-top: -79px;
    margin-left: -155px;
    width: 300px;
}
.main-logo img {
  width: 100%;
}
.header-logo {
    float: left;
}
.header-logo img {
    width: 32px;
    float: left;
}

/**** mobile sh*t ****/
@media screen and (max-width: 767px) {
    .counter,
    .page-id-2 button.menu-toggle,
    .page-id-7 button.menu-toggle,
    .menu-toggle svg,
    nothingelse {
        display: none !important;
        visibility: hidden !important;
    }



    .header-logo {
        position: absolute;
        left: 20px;
        top: 20px;
    }

        .header-logo img {
        }


    .menu-toggle .icon {
        width: 16px;
        height: 16px;
        background-position: center;
        background-size: cover;
        position:absolute;
        top: 20px;
        right: 20px;
    }

    .toggled-on .icon-close {
        display: block;
    }
    .toggled-on .menu-toggle .icon-menu {
        display: none;
    }
    .menu-toggle .icon-close {
        display: none;
        background-image: url('/wp-content/themes/twentyseventeen/assets/images/x-icon.png');
    }
    .menu-toggle .icon-menu {
        display: block;
        width: 18px;
        height: 18px;
        background-image: url('/wp-content/themes/twentyseventeen/assets/images/hamburger-icon.png');
    }

    .toggled-on .menu-toggle svg {
        display: none;
    }
    article {
        margin: 0 !important;
    }
    #masthead {
        position: relative;
        padding: 20px 20px 0 !important;
        height: 138px !important;
    }  
  .category-items {
    padding-left: 10px;
  }
  .grid {
    overflow-x: auto!important;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: mandatory;
  /* older spec implementation */
  scroll-snap-destination: 0% 100%;
  scroll-snap-points-x: repeat(100%);
  }
  .grid > .grid-item {
    width: 100%!important;
    min-width: 100%;
    scroll-snap-align: start;
        padding-right: 0!important;
    margin-right: 30px!important;
  }
  body.listing #page .item-label {
    line-height: calc(135.5vw - 40px)!important;
    opacity: 1!important;
  }
  .grid > .grid-item:last-child {
    margin-right: 0!important;
  }
  .grid-item img {
    max-height: inherit!important;
    height: auto;
  }
  .page-id-2 #content {
  height: -webkit-calc(95vh - 130px)!important;
  height: -calc(95vh - 130px)!important;
}
.main-logo {
  top: 45vh!important;
}
  #content {
    padding-top: 0;
  }
  .main-navigation {
	  position: fixed;
	  z-index: 10;
	  right: 0;
	  top: 0;
  }
    .menu-toggle {
        width: 64px;
        height: 48px;
        z-index: 1000000;
        position: fixed;
        right: -8px;
    }
    .menu-toggle:focus {
        outline: none;
    }
    #top-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 0;
        z-index: 10;
        opacity: .75;
        border-top: none;
        height: 100vh;
        padding-bottom: calc(100vh - 396px);
        flex-direction: column-reverse;
        vertical-align: top;
        width: 50%;
        right: 0;
    }
    .js .main-navigation.toggled-on > div > ul {
        display: flex;
    }
    #top-menu .sub-menu {
        display: block;
        padding: 5px 0 15px;
        border-top: none !important;
        top: 0 !important;
        width: 100%;

    }
  #top-menu li.menu-item {
	  display: block;
	  float: none;
	  text-align: right;
	  width: 100%;
	  margin-right: 0!important;
	  padding: 0 20px 0 0!important;
	  border-bottom: none!important;
  }
    #top-menu li.menu-item a {
        padding: 0 !important;
        color: #000;/*hsl( 250, 40%, 20% );*/
        font-size: 12pt;
        font-weight: normal;
        line-height: 1.4;
    }
    #top-menu .sub-menu > li.menu-item {
        padding-right: 0!important;
    }
    #top-menu .sub-menu > li > a {
        --margin-right: 10px;
        color: #888;
    }
    #top-menu > li.current-menu-item > a,
    #top-menu > li.current_page_parent > a {
        color: black;
        font-family: "Avenir Next Bold";
    }
  #top-menu .sub-menu > li.current-menu-item > a{
	  color: #444;
	  border-bottom: solid 1.5px #F99B20;
	  display: inline;
  }
  .dropdown-toggle {
	  display: none;
  }
  .page-id-7 #page {
	  display: none;
  }

    div.wcp-gallery-section .single_wcp_item,
    div.wcp_post_carousel_list .wcp_single_post_carousel {
        float: left;
        --clear: both;
        margin: 0 0 4% 0!important;
        width: 48%!important;
    }
    .page-id-16 div.wcp-gallery-section .single_wcp_item {
            width: 100%!important;
        }
        div.wcp-gallery-section .single_wcp_item h3.wcp-carousel-title {
            padding-top: 10px !important;
            padding-bottom: 0px !important;
            text-align:left!important;
        }

    .team div.wcp-gallery-section .single_wcp_item p.wcp-carousel-caption strong {
        text-align: left!important;
    }
    div.wcp-gallery-section .single_wcp_item p.wcp-carousel-caption {
        padding: 0 !important;
    }
        div.wcp-gallery-section .single_wcp_item:nth-child(2n+1),
        div.wcp_post_carousel_list .wcp_single_post_carousel:nth-child(2n+1) {
            margin-right: 4% !important;
        }
        .page.page-child div.slick-slider .slick-slide h2 a {
            --top: 32vw !important;
        }
    .slick-track {
        width: initial !important;
        transform: none !important;
    }
    .page div.wcp-gallery-section .slick-arrow, div#page:after {
        display: none !important;
    }

    article.format-gallery .gallery {
        display: block;
        width: 100%;
        float: none;
        height: initial;
        margin-top: -5px;
    }

    article.format-gallery .copy-caption {
        display: block;
        width: 100%;
        float: none;
        height: initial;
        padding-top: 0;
        min-height: initial;
        border-top: none;
    }
    body .copy-caption p:last-child {
        position: relative!important;
        bottom: initial!important;
        max-width: initial!important;
    }
    article.format-gallery div.wcp-gallery-section .single_wcp_item img {
        width: 100%;
    }
    article.format-gallery div.wcp-gallery-section .single_wcp_item {
        width: 100% !important;
        left: initial !important;
        top: initial !important;
        opacity: initial !important;
        margin-bottom: 20px!important;
    }
    body.single-format-gallery div.wcp-gallery-section .single_wcp_item {
        margin-bottom: 20px !important;
    }
    div.wcp_post_carousel_list .wcp_single_post_carousel {
        width: 48% !important;
        left: initial !important;
        top: initial !important;
        opacity: initial !important;
    }
    article.format-gallery .slick-arrow {
        display: none!important;
    }
    body article.format-gallery .copy-caption h3 {
        position: relative;
        top: 0;
        white-space: normal;
    }

    .page-id-12 div.wcp-gallery-section .single_wcp_item p.wcp-carousel-caption {
        font-size: 0;
    }

    .team div.wcp-gallery-section .single_wcp_item {
        cursor: pointer;

    }
    .team div.wcp-gallery-section .single_wcp_item p.wcp-carousel-caption {
        height: 36px;
        overflow: hidden;
    }
        .team div.wcp-gallery-section .single_wcp_item.show-bio p.wcp-carousel-caption {
            height: initial !important;
            overflow: initial !important;
            max-width: initial;
        }
    div.wcp-gallery-section .single_wcp_item.show-bio {
        width: 100% !important;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
        background: white;
        bottom: 0;
    }
        div.wcp-gallery-section .single_wcp_item.show-bio img {
            width: 48%;
        }

    div.wcp-gallery-section.show-bio {
        height: 75vh;
        overflow: hidden;
    }

        .team div.wcp-gallery-section.show-bio .single_wcp_item p.wcp-carousel-caption strong,
        div.wcp-gallery-section.show-bio .single_wcp_item h3.wcp-carousel-title {
            text-align: center !important;
        }
    div.wcp-gallery-section .close-bio {
        content: "\00d7";
        top: -10px;
        right: 20px;
        position: fixed;
        cursor: pointer;
        color: #ccc;
        font-size: 16px;
        font-weight: 100;
    }

  
  
  
  div.wcp-gallery-section .single_wcp_item img {
	  max-height: initial!important;
	  --width: 50%;
  }
  div.wcp_post_carousel_list .wcp_single_post_carousel img {
	  width: 100%;
  }
  
  .mobile-menu-panel {
    max-width: 220px;
  }
  body.gallery .flexslider {
    width: 100%!important;
  }
  body.gallery .image-wrapper {
    width: calc(100vw - 40px)!important;
  }
  body.gallery .assets_container .asset.image img {
    max-height: inherit!important;
    opacity: 1!important;
  }
  body.gallery .assets_container {
    padding-left: 0!important;
  }
  .mobile-only {
    display: block!important;
  }
.copy {
  padding-bottom: 30px;
}
    .page-id-18 .fourcol {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 30px;
    }
  #page {
    width: 100%!important;
    padding: 0 20px;

  }
  #wrapper {
    top: 20px!important;
  }
  body.listing #page .navigation a {
    width: 20px!important;
    height: 48px!important;
    top: calc(70.2vw - 40px)!important;
    opacity: .4;
    z-index: 10!important;
  }
  body.listing #page .navigation a.next {
    right: 10px!important;
  }
  body.listing #page .navigation a.prev {
    left: 10px!important;
  }
  .page-id-18 #content_page_wrapper [data-content-module-removable] .fourcol:nth-child(2) {
    position: absolute;
    left: 0;
  }
  .page-id-18 #content_page_wrapper [data-content-module-removable] .fourcol:nth-child(2) img {
    display: none!important;
  }
  .page-id-18 #content_page_wrapper [data-content-module-removable] .fourcol:nth-child(1) {
    margin-top: 90px!important;
    padding-bottom: 60px!important;
  }
  
  body.listing #page .grid.original > div div:first-child {
    min-height: calc(117px + 7.5vw)!important;
  }

    .slick-slider {
        -ms-touch-action: initial;
        touch-action: initial;
    }


    /*#region contact*/


    .page-id-18 .fourcol {
        text-align: center;
    }

    .page-id-18 .fourcol.first {
        margin-top: 90px;
    }
        .page-id-18 .fourcol.middle {
            position: absolute;
            left: 0;
            padding-top: 0 !important;
        }

            .page-id-18 .fourcol.middle img {
                display: none;
            }
    .page-id-18 h3:first-child {
        margin-top: 10px;
    }
    /*#endregion*/

}
/**** end mobile sh*t ****/
























.mobile-only {
  display: none;
}

/* PROJECTS - HOUSES */
body.listing #page .grid.original {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  font-size: 0;
}

body.listing #page .grid.original > div {
  display: inline-block;
  opacity: 1;
  text-align: center;
}
body.listing #page .grid.original.four-columns > div {
  width: 22.5%;
  padding-right: 0;
  margin-right: 3.333%;
  vertical-align: top;
}
body.listing #page .grid.original.four-columns > div:last-child {
    margin-right: 0;
}
body.listing #page .grid.original > div div {
  margin-bottom: 0!important;
}

body.listing #page .grid.original > div div:first-child {
  min-height: calc(45px + 7.5vw);
}
body.listing #page .navigation {
  display: inline-block;
  position: absolute;
  width: 100%;
}
body.listing #page .navigation a {
  display: inline-block;
  background-image: url('https://4ormat-asset.s3.amazonaws.com/vfs/652561/public_assets/39154774/arrow.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 24px;
  top: 11.5vw;
  position: absolute;
  font-size: 0;
  z-index: 11;
  margin-top: -12px;
}
body.page_5018076.listing #page .navigation a {
  top: 8.5vw;
}
body.listing #page .navigation a.prev {
  left: -2vw;
  display: none;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
body.listing #page .navigation a.next {
  right: -2vw;
}

body.listing #page .asset a {
  display: inline-block;
  position: relative;
  color: #F99B20;
}

.main-logo ul {
  display: inline-block;
  clear: both;
  padding: 0!important;
  margin: 0!important;
  width: 171px;
}

.main-logo > a {
    text-decoration: none;
}

ul.locations {
  display: inline-block;
  clear: both;
  padding: 0!important;
  margin: 0!important;
}

.main-logo li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #231f20;
  color: #231f20;
}

.main-logo li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  
}

.page-id-2 ._4ORMAT_module_image_02 {
  display: none;
}
#masthead {
  width: 100%;
  text-align: right;
    padding: 55px 14vw 0px;
    height: calc(117px + 6.4vw);
    background-color: transparent;
}
#masthead > * {
  display: inline-block;
    font-size: 10px!important;
	border-width: 0;
}

@media screen and (min-width: 768px) {
	#top-menu {
		position: fixed;
		padding: 0;
		display: inline-block;
		max-height: initial!important;
		top: 53px;
		right: 14%;
		overflow: visible;
		height: 0;
	}
	#top-menu a,
	#top-menu a:link {
	  font-size: 11px;
	  padding: 0;
	  color: #444;
	  font-weight: normal;
	}
	#top-menu #menu-item-1343 a:link, 
	#top-menu #menu-item-1343 a  {
		color: #F99B20;
	}
	#top-menu .current-menu-parent > a:link,
	#top-menu .current-menu-item > a:link {
	  color: inherit;
	  font-family: "Avenir Next"!important;
	  font-weight: normal;
	}
	#top-menu > .current-menu-parent > a:link,
	#top-menu  > .current-menu-item > a:link {
	  font-weight: bold;
	  font-family: "Avenir Next Bold"!important;
	}
	#top-menu  .sub-menu .current-menu-item  {
		border-bottom: solid 1.5px #F99B20;
	}
	#top-menu a:hover, #top-menu a:focus {
	  color: inherit;
	}

	.menu-footer {
	  display: none;
	}
	#top-menu li:last-child {
	  padding-left: 0;
	}
	#top-menu > li {
	  margin-left: 48.2px;
		float: right;
	}
	#top-menu li.category .category_name {
	  padding-left: 0;
	}
	#top-menu .category_name + .dropdown {
	  visibility: hidden;
	}
	body.gallery_page #top-menu .category_name + .dropdown,
	body.listing_page #top-menu .category_name + .dropdown {
	  visibility: visible;
		position: absolute;
		display: block;
		overflow: hidden;
		height: 20px;
	}
	#top-menu .dropdown span.before {
	  display: none;
	}
	#top-menu .dropdown li {
	  float: left;
	}
	#top-menu .dropdown a {
	  padding: 0;
	  font-size: 11px;
	  margin-right: 43px;
	}
	#top-menu .dropdown li:last-child a {
	  margin-right: 0;
	}
	#top-menu li.category .category_name.active:after, 
	#top-menu li.category .category_name.active:hover:after,
	#top-menu li.category .category_name:hover:after,
	#top-menu li.category .category_name:after {
		display: none;
	}

	.page_4254770 #top-menu .dropdown li:first-child a,
	#top-menu .dropdown a.active {
	  border-bottom: solid 2px #F99B20;
	  font-family: "Avenir Next"!important;
	}
	#top-menu .category_name:hover,
	#top-menu .category_name.active {
	  color: inherit;
	  border-color: inherit;
	  padding-left: 0;
	}
}
#logo {
  display: inline-block;
  margin-top: 0;
  float: left;
}
#logo img {
  width: 35px;
    max-height: initial;
    max-width: initial;
}

h1.logo.menu-logo {
    float: left;
    width: auto;
    max-width: 500px;
    margin: 0;
    left: 0;
    background: none;
    box-shadow: none;
}

body.listing #page .grid .grid-item .image-wrap {
  background-color: #888!important;
  opacity: 1!important;
}

body.listing #page a:hover .item-label {
  opacity: 1!important;
}
body.listing #page .item-label {
    color: white;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;   
    width: 100%;
    height: 100%;
    line-height: 24vw;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
}
.item-label > b {
    position: absolute;
    padding-top: 1.5em;
    font-weight: normal;
    left: 0;
    width: 100%;
    height: 1em;
}
body.listing #page .grid a.item-link .image-wrap > img {
  --transition: opacity .4s ease-in-out;
}
body.listing #page .grid a.item-link:hover .image-wrap > img {
  opacity: .8;
}
.f_client_header {
  visibility: hidden;
}
.f_assets-container .f_asset .f_asset_container img {
  max-width: initial;
  height: 420px;
  max-height: 420px;
}

.f_assets-container .f_asset .f_asset_container .f_asset_info {
  display: none;
}

.f_assets-container .f_asset:not(.f_asset-title) {
  width: initial;
}
body.gallery .flexslider {
    width: 80%;
    float: right;
    overflow: visible;
}
body.gallery .assets_container {
    float: left;
    padding-left: 6%;
}
body.gallery #caption-content {
  width: 22%;
  border-top: solid 1px #ddd;
  padding-top: 30px;
  opacity: 1!important;
}
body.gallery .gallery-navigation {
  position: absolute;
  width: 100%;
}

body.gallery #assets .navigation {
  margin-bottom: 30px;
  color: transparent;
}
body.gallery .navigation .prev,
body.gallery .navigation .next {
  display: inline-block;
  width: 50px;
 z-index: 11;
}
body.gallery .navigation .prev {
  position: absolute;
  background-size: contain;
    background-image: url(https://4ormat-asset.s3.amazonaws.com/vfs/652561/public_assets/39154774/arrow.png);
    color: transparent;
    display: inline-block;
    width: 8px;
    background-position-y: center;
    background-repeat: no-repeat;
    top: -35px;
    left: 24.6%;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body.gallery .navigation .next {        
  background-size: contain;
    background-image: url(https://4ormat-asset.s3.amazonaws.com/vfs/652561/public_assets/39154774/arrow.png);
    background-position-y: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    position: absolute;
    top: -35px;
    left: 100%;
    margin-left: -8px;
    color: transparent;
    user-select: none;
}

.counter {
    font-size: 8pt;
}

body.gallery #assets .navigation #total,
body.gallery #assets .navigation #current {
  font-size: 8pt;
}

body.gallery #assets .navigation #current:after {
  content: "/";
}
body.gallery .caption {
    background-image: url('https://4ormat-asset.s3.amazonaws.com/vfs/652561/public_assets/38345280/white_apostrophe_logo.png');
    width: 15px;
    height: 30px;
    position: absolute;
    z-index: 99999;
    top: 1vw;
    right: 1vw;
    background-size: contain;
    display: none;
}
body.gallery .caption * {
  display: none;
}
body.gallery #assets .open-close-thumbs {
  display: none;
}

#top-menu .dropdown {
  --display: block;
    margin-top: 22px;
    position: absolute;
}
body.gallery #top-menu .dropdown {
  display: block;
}
body.listing_page #top-menu > li,
body.gallery #top-menu > li {
  border-bottom: solid 1px #ddd;
}

body.gallery #caption-content {
  font-size: 12px;
  min-height: 36vw;
}

body .copy-caption h3,
body .copy-caption p:nth-child(1) {
    --font-family: 'Avenir Next Medium';
    --text-transform: capitalize;
    font-size: 16px;
    --position: absolute;
    --top: 36px;
    margin-bottom: -10px;
    --height: 10px;
}
body .copy-caption h3 > br {
    display: none;
}
body .copy-caption p:nth-child(n + 2) {
    --text-transform: uppercase;
    font-size: 11px;
}

body .copy-caption p:nth-child(n + 4) {
  text-transform: none;
  font-size: 11px;
}

body .copy-caption p:last-child {
  font-size: 11px!important;
  position: absolute;
  bottom: -3px;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

body .copy-caption p br {
    display: none;
}
@media screen and (max-width: 768px) {
    body .postid-212 .copy-caption p:last-child {
        position: relative;
        bottom: initial;
        max-width: 100%;
    }
}


/*HOME*/

#content_page_wrapper .twelvecol {
  padding: 0!important;
}

.page-id-7 #content_page_wrapper ._4ORMAT_module_image_01 {
  display: none;
  padding: 0;
}

#content_page_wrapper h2.title_1 #title_1 {
  font-size: .8em!important;
  text-transform: initial!important;
}

.page-id-7 h1.logo.menu-logo,
REMOVED.page-id-7 #top-menu .dropdown,
{
  display: none;  
}

.page-id-7 #top-menu li {
  border-bottom: none!important;
}

.page-id-7 #content_page_wrapper {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
#page {
  width: 72%;
  margin: 0 auto!important;
  overflow: visible!important;
}
.page-id-7 #page {
	position: absolute;	
	left: 14vw;
	top: calc(117px + 3.2vw);
}

    .page-id-7 #content_page_wrapper ._4ORMAT_content_page_row {
    padding: 0;
    font-size: 9px;
}

.page-id-7 #wrapper {
  top: 0;
}

body.gallery .assets_container .asset.image img {
    max-height: 36vw;
    max-width: 100%;
    display: inline-block;
    position: relative;
    height: auto;
    width: auto;
    vertical-align: bottom;
}

body.gallery .assets_container li.asset:nth-child(5) .image img,
body.gallery .assets_container li.asset:nth-child(6) .image img {
  vertical-align: middle;
}
body.gallery .assets_container li.asset:nth-child(5) .image-wrapper,
body.gallery .assets_container li.asset:nth-child(6) .image-wrapper {
  vertical-align: middle;
}

body.gallery .assets_container .asset.image canvas {
  display: none;
}
body.gallery .image-wrapper img {
  width: 100%;
  height: inherit;
  max-width: inherit;
}
body.gallery .image-wrapper {
  width: 54vw;
  max-width: initial;
  height: 36vw;
  text-align: center;
  vertical-align: bottom;
  display: table-cell;
}

@media screen and (min-width: 768px) {
  body.gallery .assets_container .asset {
    position: absolute!important;
  }
}

body.gallery #wrapper #page {
  margin-bottom: 0;
}

/*about-us*/
.content.listing #content_page_wrapper ._4ORMAT_content_page_container {
  display: none;
}

.page_4254834 .three-columns .fourcol.asset,
.page_4254834 .four-columns .fourcol.asset,
.page_5018076 .four-columns .fourcol.asset {
  width: 31.1111%!important;
}

.page_4254834 .asset-container {
  --background-color: #eee;
  padding-top: 2vw;
}

.page_4254834 .asset-container .grid-item img {
  width: 30%;
  max-width: 200px;
}

.page_4849594 .asset-container .grid-item {
  text-align: center;
  vertical-align: text-top;
  padding: 0px 0px 10px 0!important;
}
.page_4849594 .asset-container .grid-item:last-child {
  padding-right: 0!important;
}
body.listing.page_4254834  #page .navigation a {
  top: 180px
}
.page_4254834 .asset-container .grid-item {
  text-align: center;
  vertical-align: text-top;
  padding: 0 0px 0 0!important;
}
.page_4254834 .asset-container .grid-item:last-child {
  padding-right: 0!important;
}

.content.listing .asset-container .grid-item div[data-editable-type] {
  margin-bottom: 20px;
  white-space: normal;
  padding: 0;
}
.page_4254834 .asset-container .grid-item div[data-editable-type] p:nth-child(1) {
  font-weight: bold;
  font-size: 12px;
}
.page_4254834 .asset-container .grid-item div[data-editable-type] p:nth-child(2) {
  color: #F99B20;
  font-size: 12px;
  margin-bottom: 22px;
}

.page_4849594 .asset-container .grid-item div[data-editable-type] p:nth-child(n + 2),
.page_4254834 .asset-container .grid-item div[data-editable-type] p:nth-child(n + 3) {
  font-size: 11px;
  text-align: left;
}

.page_4254834 .asset-container .grid-item div[data-editable-type] p:nth-child(n + 3) {
  text-align: justify;
  padding: 0 3px;
  line-height: 1.5;
  max-width: 370px;
    margin: 0 auto;
}

.page_4849594 .asset-container .grid-item div[data-editable-type] p:nth-child(1) {
  text-align: left;
  color: #F99B20;
  font-weight: bold;
  font-size: 11px;
}

/* CONTACT */
.page-id-18 .fourcol a img {
    margin-bottom: 2vw;
}

    .page-id-18 h3 {
  color: #F99B20;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.page-id-18 #page a,
.page-id-18 #page a:hover{
  color: black;
    box-shadow: none;
    font-size: 11px;
}


.page-id-18 .fourcol {
	float: left;
    width: 40%;
}

    .page-id-18 .fourcol.middle {
        text-align: center;
        width: 20%;
        padding-top: 23.4vw;
        margin-top: 14px;
    }
    .page-id-18 .fourcol.last {
        text-align: right;
    }
.page-id-18 p {
    font-size: 11px;
    margin-bottom: 1em;
    line-height: 170%;
    padding: 0.5em 0;
}
.page-id-18 #content_page_wrapper [data-content-module-removable] .fourcol:nth-child(1) {
  width: 40%;
  padding: 0;
  margin-top: 0;
}
.page-id-18 #content_page_wrapper [data-content-module-removable] .fourcol:nth-child(1) img,
.page-id-18 #content_page_wrapper [data-content-module-removable] .fourcol:nth-child(3) img {
  width:100%;
  margin-bottom: 2vw;
}
.page-id-18 #content_page_wrapper [data-content-module-removable] .fourcol:nth-child(2) {
  width: 20%;
  text-align: center;
  margin-top: 0;
}

.page-id-18 #content_page_wrapper [data-content-module-removable] {
  padding: 0;
}
.page-id-18 #content_page_wrapper [data-content-module-removable] .fourcol:nth-child(2) img {
  visibility: hidden;
  height: 24vw;
}
.page-id-18 #content_page_wrapper [data-content-module-removable] .fourcol:nth-child(3) {
  width: 40%;
  text-align: right;
  padding: 0;
  margin-top: 0;
}
.page-id-18 ._4ORMAT_module_image_01 {
  display: none;
}

/* BOOK */
body.page_5018076.listing #page .grid.original > div div img {
  max-height: 16.8vw;
}

/* generic */
.page-id-2 
div#page:after {
  display: none;
}
.copyright {
    font-size: 9px;
    left: 0;
    bottom: 0;
    position: fixed;
    line-height: 1;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .copyright {
        font-size: 9px;
        bottom: 5px;
        line-height: 1.1;
        text-align: right;
        display: inline-block;
        right: 20px;
        position: fixed;
        z-index: 100;
    }
}
body.content_page #wrapper #page {
  margin-top: 0;
  margin-bottom: 0px;
}
#image_protection_notice {
  display: none!important;
}
body..page-id-7,
body.page_4254834,
body.page_4849594,
body.page_5018076 {
  display: none;
}

.gallery {
	display: inline-block;
	width: 54vw;
	float: right;
	height: 36vw;
	overflow: visible;
	position: relative;
    text-align: center;
}
.slick-slider {
	padding: 0!important;
}
body.single-format-gallery .slick-slider {
	text-align: center;
}
.copy-caption {
    display: inline-block;
    position: relative;
    float: left;
    width: 22%;
	padding-top: 1.5vw;
	border-top: solid 1px #ddd;
	white-space: pre-wrap;
  font-size: 11px;
  height: 36vw;
  line-height: 1.55em;
  max-height: 800px;
}
div.wcp-gallery-section .single_wcp_item {
    vertical-align: top;
	overflow: visible;
	text-align: center;
}
body.single-format-gallery div.wcp-gallery-section {
    margin-top: -1px;
    margin-left: -2px;
}
body.single-format-gallery div.wcp-gallery-section .single_wcp_item {
    vertical-align: middle;
    margin: 0 !important;
}
body.single-format-gallery div.wcp-gallery-section .single_wcp_item.wide {
        vertical-align: middle;
        top:-6vw!important;
}
    body.single-format-gallery div.wcp-gallery-section .single_wcp_item.wide1{
        vertical-align: middle;
        top: -2.9vw !important;
    }
@media screen and (min-width: 768px) {
	div.wcp-gallery-section .single_wcp_item img {
		max-height: 36vw;
	}
    .page-id-16 div.wcp-gallery-section .single_wcp_item img {
        max-height: 16.9vw;
    }
}
.page div.wcp-gallery-section .slick-arrow {
    width: 3.6vw;
	height: 100%;
    background-position: center;
	top: 0; /*calc(11.4vw + 33px);*/
	margin-top: 0!important;
}
.page-id-12 div.wcp-gallery-section .slick-arrow {
    background-position: 50% 11vw;
}
.page-id-14 div.wcp-gallery-section .slick-arrow {
    background-position: 50% calc(10.5vw + 24px);
}
.page-id-16 div.wcp-gallery-section .slick-arrow {
    background-position: center;
}
.page div.wcp-gallery-section .slick-arrow.slick-disabled {
    visibility: hidden;
}
@media screen and (max-width: 767px) {	
	.page div.wcp-gallery-section .slick-arrow {
		background-position: 50% 50%;
		width: 3.6vw;
	}
}
.post div.wcp-gallery-section .slick-arrow {
	top: -18px;	
    width: 8px;
	height: 17px;
}
div.wcp-gallery-section .slick-arrow {
    color: transparent!important;
    padding: 0;
    background-size: 8px;
    background-repeat: no-repeat;
	background-position: center;
	background-color: white;
}
.slick-prev {	
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/prev.png);
}
.slick-next {
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/arrow.png);
}
.page .slick-prev {
	left: -2.4vw!important
}
.page .slick-next {
	right: -2.4vw!important
}
.main-navigation .menu-item-has-children > a > .icon {
	display: none;
}
.sub-menu {
	position: relative;
	left: 0!important;
	top: 26px!important;
	width: 542px;
	border-top: solid 1px #ddd!important;
	display: none;
}
.js .main-navigation ul ul.sub-menu {
	display: none;
	border: 0;
    background: none;
}
.js .main-navigation ul ul.sub-menu.toggled-on,
.js .single-format-gallery .main-navigation ul ul.sub-menu {
	display: inline-block;
}
.sub-menu > li {
	float: left;
	background: none!important;
	border-top: solid 1px #ddd;
	padding-top: 17px;
	margin-right: 58.5px;
}
.sub-menu > li:last-child {
	margin-right: 0;
}
.main-navigation ul ul a {
	width: initial;
}
.main-navigation ul ul li:last-child a {
	margin-right: 0;
}
.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after, .main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after,
.colors-custom .main-navigation ul li.menu-item-has-children:before, .colors-custom .main-navigation ul li.page_item_has_children:before ,
.colors-custom .single-featured-image-header,
.has-sidebar #secondary,
.post-navigation {
	display: none;
}
.has-sidebar #primary {
	width: 100%!important;
}
div.wcp-gallery-section.slick-slider .slick-slide > a {
    display: inline-block;
    --max-height: 23.6vw;
    overflow: hidden;
	width: 100%;
}

@media screen and (min-width: 768px) {
body.page-child div.wcp-gallery-section.slick-slider .slick-slide > a {
	max-height: 22.8vw;
}
}
button {
	padding: 0;
}
body.page .slick-slider .slick-list {
	--margin-right: -2.5%;
	--margin-left: -0.25%;
}
.slick-slider.slick-dotted .slick-list {
	margin-right: 0;
}
.category-projects .slick-track {
	--position: inherit;
	--width: inherit!important;
}
@media screen and (min-width: 768px) {
	.body.page  .entry-content > .slick-slider .slick-slide {
		margin-left: 0!important;
		position: relative;
		margin-right: calc(0.0333 * 72vw)!important;
		width: calc(0.225 * 72vw)!important;
		--max-height: 22.8vw;
	}
	
	.body.page  .entry-content > .slick-slider .slick-slide:first-child {
		margin-left: -0.8%!important;
	}
	.body.page .slick-dotted .slick-track {
		margin-left: calc(-0.0333 * 72vw);
		max-height: 22.8vw;
		overflow-y: hidden;
	}
}


div.wcp_post_carousel_list .wcp_single_post_carousel {
	position: relative;
}
    div.wcp_post_carousel_list .wcp_single_post_carousel h2 {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 0;
        margin: 0;
        display: flex;
        vertical-align: middle;
        height: 100%;
    }


div.wcp-gallery-section ul.slick-dots {
	display: none!important;
}

body.page .slick-slider .slick-slide:last-child {
	margin-right: 0!important;
}
.page.page-child div.slick-slider .slick-slide a {
	background-color: black;
}
.page.page-child div.slick-slider .slick-slide:hover img {
	opacity: .6;
}
.page.page-child div.slick-slider .slick-slide h2 a {
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
    display: flex;
    background: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    vertical-align: middle;
    margin: 0;
}
    .page.page-child div.slick-slider .slick-slide h2 a span {
        margin: auto;
        max-width: 70%;
    }
    .page.page-child div.slick-slider .slick-slide:hover h2 a {
	opacity: 1;
}
div.wcp-gallery-section .single_wcp_item h3.wcp-carousel-title {
	text-align: left;
    color: #F99B20!important;
    font-weight: bold;
    font-size: 11px;
	padding-top: 15px;
    padding-bottom: 5px;
}
div.wcp-gallery-section .single_wcp_item p.wcp-carousel-caption {
	text-align: left;    
	font-size: 11px;
	padding: 0 3px;
	max-width: 370px;
}
    div.wcp-gallery-section .single_wcp_item p.wcp-carousel-caption a {
        background-color: initial;
        box-shadow: none;
        font-size: 11px;
        color: black;
        white-space: nowrap;
        --border-bottom: solid 1px #F99B20;
    }

.team div.wcp-gallery-section .single_wcp_item h3.wcp-carousel-title {
	text-align: center;
	color: black!important;
    font-weight: bold;
    font-size: 12px;
}
.team div.wcp-gallery-section .single_wcp_item p.wcp-carousel-caption strong {
    text-align: center;
    color: #F99B20 !important;
    display: block;
    font-size: 12px;
    margin-bottom: 30px;
    font-weight: normal;
    max-height: 17px;
}
@media screen and (max-width: 1280px) {
    .team div.wcp-gallery-section .single_wcp_item p.wcp-carousel-caption {
        font-size: 10px!important;
    }
}
.team div.wcp-gallery-section .single_wcp_item p.wcp-carousel-caption {
    font-size: 11px;
    text-align: justify;
    line-height: 1.5;
    margin: 0 auto;
}

/* team */
.page-id-14 div.wcp-gallery-section .single_wcp_item img {
	max-height: 10.5vw;
}

.slick-cloned {
	visibility: hidden;
}
.slick-prev {
	display: none;
}
.menu-toggle {
	color: transparent!important;
}
@media screen and (max-width: 767px) {
    body.single-format-gallery div.wcp-gallery-section .single_wcp_item {
        margin-bottom: 20px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /*p m {
        display: block;
        height: 0;
        visibility: hidden;
    }*/
    .fourcol.middle p {
        width: 150%;
        margin-left: -25%;
    }

    .page-id-18 #page a ,
    .page-id-18 #page a:hover {
        font-size: 10px;
    }

    body .copy-caption {
        font-size: 10px;
        line-height: 1.25em;
    }

    body .copy-caption h3 {
        font-size: 12px;

    }
    body .copy-caption p:last-child {
        font-size: 10px!important;
    }
}