

.container-flex {
  width: 97%;
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 68.75em) {
    .container-flex {
      padding-left: 0;
      padding-right: 0; } }

img {
  height: 270px;
  max-width: 100%; }

iframe {
  max-width: 100%; }

.no-fouc {
  display: none !important; }


.page-wrap {
  margin-top: 60px;
  padding-bottom: 60px; }
  .page-wrap.bg-bright {
    background-color: #fff; }
    .page-wrap.bg-bright .single-content {
      color: #6a6159; }

.single,
.page:not(.news) {
  background-color: #6a6159;
  min-height: calc(100vh - 60px); }

body.news {
  color: #6a6159;
  min-height: calc(100vh - 60px); }

.inner-content {
  padding-top: 60px;
  padding-bottom: 60px; }

.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.entry-title a {
  text-decoration: none; }

.blog .post-listing a {
  text-decoration: none; }

.blog .post-listing .small-title {
  margin-bottom: 5px;
  text-decoration: underline; }

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0; }

.featured-hero {
  height: 70vh;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 60px; }
  .featured-hero:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(270deg, rgba(106, 97, 89, 0.57), rgba(106, 97, 89, 0.57));
    background-image: linear-gradient(180deg, rgba(106, 97, 89, 0.57), rgba(106, 97, 89, 0.57));
    z-index: 0; }

.studio .featured-hero:after {
  display: none; }

.sub-header .featured-hero {
  margin-top: 90px; }

.back-to-archive {
  display: block;
  grid-column: 1 / -1; }
  @media (min-width: 56.25em) {
    .back-to-archive {
      grid-column: 1; } }

.single-content {
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: 4fr 12fr 4fr; }
  .single-content:bg-dark {
    color: #6a6159; }
  @media (min-width: 48em) {
    .single-content {
      padding-bottom: 90px; } }
  @media (min-width: 68.75em) {
    .single-content {
      padding-bottom: 0px; } }
  .single-content p, .single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .single-content ul {
    word-wrap: break-word;
    max-width: 600px; }
    .single-content p:first-of-type, .single-content h1:first-of-type, .single-content h2:first-of-type, .single-content h3:first-of-type, .single-content h4:first-of-type, .single-content h5:first-of-type, .single-content h6:first-of-type, .single-content ul:first-of-type {
      margin-top: 0; }
  .single-content p,
  .single-content iframe, .single-content h1,
  .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .single-content ul, .single-content blockquote, .single-content code {
    grid-column: 1 / -1; }
    @media (min-width: 48em) {
      .single-content p,
      .single-content iframe, .single-content h1,
      .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .single-content ul, .single-content blockquote, .single-content code {
        grid-column: 2; } }
  .single-content img, .single-content .size-full, .single-content .size-large, .single-content .gallery,
  .single-content .wp-video, .single-content .linked-img {
    grid-column: 1/-1;
    margin: 30px auto; }
  .single-content h3.info-title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #ff0;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px; }
  .single-content .press-release {
    grid-column: 2;
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .single-content .press-release svg {
      margin-top: -4px;
      margin-right: 5px;
      width: 1.1rem;
      height: 1.1rem; }
  .single-content ul.news-titles {
    list-style: none; }

.project-data-wrap {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px; }
  @media (min-width: 68.75em) {
    .project-data-wrap {
      margin-right: -120px;
      margin-left: -120px; } }
  .project-data-wrap .project-label {
    text-align: right; }
  .project-data-wrap .project-text a {
    color: #fff; }
    .project-data-wrap .project-text a:hover {
      color: #ff0; }

.box-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
  position: relative; }
  @media (min-width: 68.75em) {
    .box-layout {
      grid-template-columns: repeat(3, 1fr); } }
  .box-layout > a {
    position: relative;
    display: block;
    transition: none; }

.post-list-item {
  position: relative; }
  .post-list-item:after {
    content: "";
    background-color: #43AAA1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s opacity ease;
    opacity: 0; }
  .post-list-item header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s opacity ease;
    text-align: center; }
    .post-list-item header h2 {
      font-size: 16px;
      font-size: 1rem;
      font-size: 1.2rem;
      margin-bottom: 0;
      color: white; }
    .post-list-item header h3 {
      font-size: 1rem;
      color: white; }
  .post-list-item:hover:after {
    opacity: 0.8; }
  .post-list-item:hover header {
    opacity: 1;
    visibility: visible;
    color: white;
    z-index: 10; }

.archive-content {
  grid-column: 1 / -1;
  max-width: 480px;
  margin-top: 30px; }

.post-list-member:after {
  display: none; }

.post-list-member .members header {
  position: relative;
  transform: none;
  opacity: 1;
  visibility: visible;
  text-align: left;
  margin-top: 15px;
  left: auto; }

.post-list-member .members h3 {
  margin-bottom: 0; }
  
  .box-layout2 {
  display: grid;
  position: relative; 
  margin-bottom: 6rem
  }
  

  .box-layout2 > a {
    position: relative;
    display: block;
    transition: none; }
	
.post-list-item2 {
  position: relative; }
  .post-list-item2:after {
    content: "";
    background-color: #43AAA1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s opacity ease;
    opacity: 0; }
  .post-list-item2 header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s opacity ease;
    text-align: center; }
    .post-list-item2 header h2 {
      font-size: 15px;
	
      margin-bottom: 0;
padding-top: 6px;
      color: white; }
    .post-list-item2 header h3 {
      font-size: 0.5rem;
      color: white; }
  .post-list-item2:hover:after {
    opacity: 0.8; }
  .post-list-item2:hover header {
    opacity: 1;
    visibility: visible;
    color: white;
    z-index: 10; 
	background-color: black;}
	
	.post-list-item2 {
    opacity: 0.8;
	background-color:black;	}
	
  .post-list-item2 header {
    opacity: 1;
    visibility: visible;
    color: black;
	background-color: black;
	border-radius: 10px;
    height: 2rem;
	width: 6rem;
}

