#wpadminbar {
  opacity: 0.5 !important;
}


html.mobile.portrait body {
  overflow-x: hidden;
}


@media only screen and (max-width:750px),
(orientation: portrait) {


  .zlg-container.zlg-gallery-container {
    max-width: unset !important;
  }

  .grid {
    display: none;
  }

  html,
  body {
    overflow-x: hidden !important;
    width: 100vw;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .zlg--heading {
    max-width: unset !important;
    width: 100vw;
  }

  .zlg--component.zlg--heading>img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .zlg--component.zlg--table-of-contents {
    width: 90%;
    max-width: unset !important;
    margin: 0 0 0 1rem;
    padding: 0.5rem 1rem;
  }

  .dropdown {
    box-sizing: border-box;
  }

  .zlg--component-container {
    width: 100%;
  }

  .zlg--component-container.submenu-container {
    width: 100vw !important;
  }

  .zlg--component {
    max-width: 83.33333333333333333%;
    margin-left: auto;
    margin-right: auto;
  }


  .zlg--component.zlg--menu {
    width: 100vw;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    border: 0.085rem solid #c4c4c4;
    border-left: none;
    border-right: none;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: unset !important;
  }

  .zlg--menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #000000;
    transition: 0.25s linear all;
    text-decoration: none;
    cursor: pointer;
    flex-grow: unset;
    flex-basis: auto;
    flex-shrink: unset;
    width: fit-content;
    min-width: 10rem;
    padding: 1rem 2rem;
  }


  .zlg--component.zlg--new-heading {
    width: 100% !important;
    max-width: unset;
    overflow: hidden;
  }

  .zlg--component.zlg--new-heading>.inner {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }




  .zlg--component.zlg--new-heading>.inner>div {
    width: 83.33333333333333333% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .zlg-wide-image.full-width {
    width: 100%;
  }

  .zlg-wide-image.padded {
    width: 83.33333333333333333%;
    margin-left: auto;
    margin-right: auto;
  }

  .zlg--grid-element {
    width: 100%;
  }

  .zlg--grid-element>img {
    margin-bottom: 1rem;
  }

  .zlg--component.zlg--new-heading {
    padding-top: 100vw;
  }

  .zlg--component.zlg--new-heading>img {
    display: block;
    width: auto;
    height: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .zlg--component.zlg--footer {
    width: 100vw;
    margin: 0;
    left: 0;
    max-width: unset;
    padding-bottom: 0;
  }

  .zlg--component.zlg--footer>.inner {
    width: 100% !important;
  }


  .zlg--component.zlg--footer ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .zlg--component.zlg--footer ul li {
    flex-basis: auto;
    width: 40%;
  }


  .single-portfolio>div.container:first-of-type {
    width: 100vw;
    max-width: unset;
    padding-right: 0;
    padding-left: 0;
  }

  .zlg--component.zlg---main-menu {
    width: 100%;
    max-width: unset;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }

  .zlg--component.zlg---main-menu ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 5rem;
    display: flex;
    flex-direction: column;
    background: #000000;
    padding: 1rem 2rem 1rem 2rem;
    transform: translateY(calc(-100% - 5rem));
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
    z-index: -1;
    margin-bottom: 2rem;
  }

  .zlg--component.zlg---main-menu ul.active {
    transform: translateY(0);
  }

  .zlg--component.zlg---main-menu ul li {
    border-bottom: 1px solid #787878;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0.25rem;
  }

  .zlg--component.zlg---main-menu ul li a {
    font-size: 1.5rem !important;
    line-height: 3 !important;
    height: 4rem;
    display: inline-block;
    color: #fff;
  }


  .zlg--component.zlg---main-menu ul li:last-of-type {
    border-bottom: 0;
		margin-right: 2rem;
  }

  .zlg-container.zlg-video {
    width: 100vw;
		max-width: unset;
  }

  .zlg--component.zlg--side-by-side {
    max-width: unset;
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 0;
    padding-right: 0;
  }


  .zlg--component.zlg--side-by-side .inner.prev {
    width: 83.33333333333333333%;
    padding-left: 0;
    padding-right: 0;
    margin: 2rem auto 0;
    position: relative;
    top: unset;
    left: unset;
    transform: translateY(0);
  }

  .zlg--component.zlg--side-by-side .inner {
    width: 83.33333333333333333%;
    display: block;
    margin: 2rem auto;
  }

  .zlg--component.zlg--side-by-side div img {
    display: block;
    width: 100%;
  }

  .zlg--component.zlg--side-by-side .inner>div {
    width: 100%;
    max-width: unset;
  }

  .zlg--component.zlg--side-by-side .inner>div:first-of-type {
    width: 100%;
    max-width: unset;
    margin-bottom: 5rem;
  }


  .zlg--component ul {
    padding-left: 0;
    margin-left: 0;
  }

  .zlg--component ul li {
    padding-left: 1em;
  }

  .zlg--component.zlg--footer ul:first-of-type li {
    padding-left: 0;
    text-align: left;
    position: relative;
    padding-top: 1em;
    margin-bottom: 1em;
  }

  .zlg--component.zlg--footer ul:first-of-type li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 8em;
    background-color: #fff4;
    display: block;
    content: '';
  }

  .zlg--component.zlg--footer ul:first-of-type li:nth-of-type(1):before,
  .zlg--component.zlg--footer ul:first-of-type li:nth-of-type(2):before {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 8em;
    background-color: #fff0;
    display: block;
    content: '';
  }


  .zlg--component.zlg--footer ul:last-of-type {
    width: 90% !important;
  }

  .zlg--component.zlg--footer ul:last-of-type li {
    width: auto;
    text-align: center;
  }


  .zlg--component.zlg--footer h1 {
    text-align: left;
    margin-left: 2rem;
    margin-right: 2rem;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 1.25rem;
    margin-bottom: 0.25rem;
    position: relative;
    height: 5.25rem;
  }

  .zlg--component.zlg--footer h1 a {
    position: absolute;
    left: 0;
    transform: translateX(0);
  }

  .zlg--component.zlg--footer b.separator {
    opacity: 0;
  }

  .zlg-text-image {
    width: 100vw;
  }

  .zlg-text-video-text {
    width: 100%;
    padding: 5vw 0 !important;
    display: block;
  }

  .zlg-text-image-text {
    width: 100%;
    padding: 5vw 0 !important;
    display: block;
  }

  .zlg-text-image-text p,
  .zlg-text-image-text ul,
  .zlg-text-video-text p,
  .zlg-text-video-text ul {
    width: 90% !important;
  }

  .zlg-text-video-video {
    margin-left: 0;
    padding-bottom: 100vw;
  }

  .zlg--component.zlg--grid {
    width: 100vw;
  }

  .zlg--component.zlg--section-title {
    scroll-margin-top: 2rem !important;
  }


  .zlg--component.zlg--section-title h1 {
    padding: 0 0 0.5rem;
  }

  .zlg--component.zlg--card {
    margin: 0 auto 2rem;
		width:100%;
  }

  .zlg--component.zlg--card:first-of-type {
    margin-top: 2rem;
  }

  .zlg--heading-carousel .swiper-slide figure {
    align-items: center;
  }

  .zlg--heading-carousel .swiper-slide figure figcaption {
    width: 100%;
    padding: 2rem;
    margin-left: 0;
  }

  .zlg--heading-carousel .swiper-slide figure figcaption h1 {
    font-size: 2.25rem;
  }

  .zlg--heading-carousel .swiper-slide figure>div.img--container {
    display: none;
  }

  .zlg-heading-carousel-nav {
    width: 100%;
    height: 3rem;
    position: absolute;
    bottom: 1rem;
    left: 0rem;
  }

  .zlg-heading-carousel-nav .swiper-pagination {
    text-align: center;
  }

  .zlg-wide-image-text p,
  .zlg-wide-image-text p:last-of-type {
    font-size: 1.125rem !important;
  }


  .zlg--grid-2 .zlg--grid-element {
    width: 100%;
		border-bottom: 3rem transparent solid;
  }

  .zlg-hamburger-container {
    display: block;
  }

  /**/

  .zlg--toc-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden !important;
  }

  .zlg--toc-container .dropdown {
    position: relative;
    height: 4.5rem;
    margin: 0 auto;
  }

  .zlg--toc-container .dropdown.active {
    height: auto;
  }

  .zlg--toc-container .dropdown:before {
    content: "";
    position: absolute;
    top: 2.25rem;
    right: 1rem;
    z-index: 1000;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transform-origin: center center;
    transition: 0.5s;
    pointer-events: none;
    display: block;
  }

  .zlg--toc-container .dropdown.active:before {
    display: block;
    content: "";
    transform: rotate(135deg);
  }

  .zlg--toc-container .dropdown input {
    position: absolute;
    top: 2.25rem;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 3rem;
    cursor: pointer;
    background: #000000;
    font-size: 1.25rem;
    border: none;
    outline: none;
    padding: 1rem 2rem;
    display: block;
    color: #ffffff;
    z-index: 1;
    box-sizing: border-box;
    padding-left: 0;
  }

  .zlg--toc-container .dropdown input:placeholder,
  .zlg--toc-container .dropdown input:readonly,
  .zlg--toc-container .dropdown input[readonly] {
    color: #ffffff;
  }

  .zlg--toc-container .dropdown .options {
    box-sizing: border-box;
    position: relative;
    margin-top: 2rem;
    padding-top: 3rem;
    width: 100%;
    background: #000000;
    overflow: hidden;
    display: none;
    padding-bottom: 3rem;
  }

  .zlg--toc-container .dropdown.active .options {
    display: block;
    overflow: unset !important;
  }


  .zlg--toc-container .dropdown .options div {
    padding: 0.5em 1em;
    cursor: pointer;
    color: #ffffff;
    background: #000000;
    justify-content: flex-start;
    font-size: 1.25rem;
    line-height: 1.5;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .zlg--toc-container .dropdown .options div:last-of-type {
    margin-bottom: 1rem;
  }

  .zlg--toc-container .dropdown .options div:hover {
    filter: invert(1);
  }

  .zlg--toc-container .dropdown .options div a {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }


  .zlg--component.zlg--new-selected>.inner {
    flex-direction: column;
    margin-top: -5em;
    width: 93%;
    padding-left: 0;
    padding-right: 0;
  }

  .zlg--component.zlg--new-selected>.inner>div:first-of-type,
  .zlg--component.zlg--new-selected>.inner>div:last-of-type {
    width: 88.5% !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }


  .zlg--component.zlg--3-cols .cols>div {
    width: 100% !important;
  }

  .zlg-container {
    max-width: 83.33333333333333333%;
    margin-left: auto;
    margin-right: auto;
  }


  .zlg-wide-image-text {
    padding-left: 0;
    padding-right: 8.333333%;
  }

  .zlg--heading-single-item {
    height: 100vw !important;
  }


  /**
  */

  .zlg--component.zlg--tiles {
    width: 100%;
    max-width: unset;
    padding: 0 2.5rem;
  }

  .zlg--component.zlg--tiles .img-container-for-overlay {
    width: 100%;
    max-width: unset !important;
  }


  .zlg--component.zlg--tiles .zlg-portfolio-mobile-info {
    width: 100%;
  }

	.zlg--component.zlg--tiles .zlg-portfolio-mobile-info h2 {
		font-size: 1.5rem;
		margin-bottom: 1em;
	}

  .alm-filter-nav.zlg--nav {
    padding-top: 8rem !important;
  }

  .alm-filter-nav.zlg--nav button,
  .alm-btn-wrap button {
    height: 3rem;
    padding: 0 1rem;
  }

  .zlg--component.zlg--tiles .zlg--alm {
    width: 100%;
  }

  .zlg--component.zlg--alm .alm-reveal {
    width: 100%;
  }

  .zlg--component.zlg--alm .ajax-load-more-wrap {
    width: 100%;
  }

  .alm-filter-nav.zlg--nav,
  .alm-btn-wrap {
    width: 83.333333%;
    flex: 1 1 auto;
    flex-wrap: nowrap;
  }

  .page-template-page--alm .zlg--component-container {
    display: flex;
    flex-direction: column;
  }


  .zlg-portfolio-mobile-info a p span {
    text-transform: lowercase;
  }


  /**
  */

  .zlg--component.zlg--main-heading {
    height: 100vh;
    max-width: unset !important;
  }

  .zlg--component.zlg--main-heading .inner--mobile {
    width: 100%;
    padding: 1rem;
  }

  .zlg--component.zlg--main-heading nav li {
    padding-left: 0;
  }

  .zlg--component.zlg--main-heading nav li:before {
    content: '';
  }



  .inner--mobile {
    width: 100vw;
    transition: filter 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    filter: invert(0);
  }

  .main-heading--inner-mobile-nav {
    height: 0;
    transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: auto;
    overflow: hidden;
    padding-top: 3rem;
  }

  .main-heading--inner-mobile-nav.active {
    height: calc(100vh - 30rem);
  }


  .zlg--component.zlg--main-heading nav li {
    border-bottom: 1px solid #787878;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0.25rem;
  }

  .zlg--component.zlg--main-heading nav li a {
    font-size: 1.5rem !important;
    line-height: 3 !important;
    height: 4rem;
    display: inline-block;
  }


  .zlg--component.zlg--new-selected>a:after,
  .zlg--component.zlg--3-cols>picture>a:after,
  .zlg-container.zlg-wide-image>a:first-of-type::after,
  .zlg-text-image-image>a:after {
    display: none;
  }
	
	.main-heading-img {
		width: 100vh !important;
		height: auto;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		max-width: unset;
	}


}

.invert {
  filter: invert(1);
}

.hamburger {
  outline: none !important;
}

@media only screen and (max-width: 376px) {
  .inner--mobile h1 {
    font-size: 2rem;
  }

  .main-heading--inner-mobile-nav.active {
    height: calc(100vh - 18rem);
  }

  .zlg--component.zlg--main-heading nav li a {
    font-size: 1.25rem !important;
    line-height: 2 !important;
  }
}

.zlg--gallery.zlg-mobile-gallery {
	top: 0;
	transform: translateX(-50%);
}

.zlg-mobile-gallery.ar-1-1 .slick-slide {
	width: 100vw;
	height: 100vw;
}

.zlg-mobile-gallery.ar-1-1 .slick-slide > div {
	width: 83.333333vw;
	height: 83.333333vw;
	margin: auto;
}


.zlg-mobile-gallery.ar-4-5 .slick-slide {
	width: 100vw;
	height: 125vw;
}

.zlg-mobile-gallery.ar-4-5  .slick-slide > div {
	width: 83.333333vw;
	height: 104.16666625vw;
	margin: auto;
}



.zlg-mobile-gallery.ar-5-7 .slick-slide {
	width: 100vw;
	height: 140vw;
}

.zlg-mobile-gallery.ar-5-7 .slick-slide > div {
	width: 83.333333vw;
	height: 116.6666662vw;
	margin: auto;
}



.zlg-mobile-gallery-container:has(.ar-1-1) {
	height: 110vw;
}

.zlg-gallery-container:has(.ar-1-1) .slick-dots {
	bottom: -2.5vw;
}

.zlg-mobile-gallery-container:has(.ar-4-5) {
	height: 135vw;
}

.zlg-gallery-container:has(.ar-4-5) .slick-dots {
	bottom: -2.5vw;
}


.zlg-mobile-gallery-container:has(.ar-5-7) {
	height: 150vw;
}

.zlg-gallery-container:has(.ar-5-7) .slick-dots {
	bottom: -2.5vw;
}

.zlg-mobile-gallery-container.hide-on-desktop {
	display: none;
}

.zlg-mobile-gallery-container.hide-on-desktop {
	display: none;
}

@media only screen and (max-width: 760px) {
	.zlg-mobile-gallery-container {
		display: block !important;
	}	

	.zlg-gallery-container.hide-on-mobile {
		display: none;
	}	
}

@media only screen and (max-width: 760px) {
  .zlg--component.zlg--3-cols picture {
    margin-left: 0;
  }
}


@media only screen and (max-width: 760px) {
  .zlg-text-image .zlg-text-image-image > img, .zlg-wide-image-image > img {
    height: auto;
    margin: 0 auto;
    width: 100%;
    margin-left: 0;
  }
}

/* font weight classes */


@media only screen and (max-width: 720px), (orientation: portrait) {
	
	
	.video-container[class*="mob-ar-"] {
		overflow: clip;
	}
	
	.main-menu + .zlg--project-heading-container {
		margin-top: calc(5.75rem - 2px);
	}

	.zlg--project-heading-video iframe {
		display: none !important;
	}
	
   .zlg--project-heading-video .inner--mobile {
        position: relative !important;
    }
}

