html {
  background-color: #d7ebe3; /* #e4f1f2 */
  color: #808080;
  font-family: Georgia;
  overflow-y: scroll; 
}

html.disable-scroll {
  overflow: hidden !important;
  overflow-y: hidden !important;
}

body {
  line-height: 1.4em;
  letter-spacing: 0.03em;
  text-align: center;
}

a {
  color: #808080; 
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.screen-reader-text {
  display: none;
}

h1.entry-title {
  display: none;
}

h3 {
  font-family: 'league-gothic';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

h3 span {
/*  border-bottom: 1px solid #808080; */
  display: inline-block;
  margin-bottom: 10px;  
}

h4 {
  font-size: 16px;
}

.project-sketchbook-wrap h3, .project-description-wrap h3, .news-content-wrap h3, .press-content-wrap h3, .exhibition-content-wrap h3 {
  margin-bottom: 15px;
}


#footer {
  border-top: 1px solid #808080;
  margin-top: 25px;
}

#footer .sleeve {
  margin: 0px auto;
  max-width: 1024px;
  padding: 25px 50px;
  text-align: left;
}

#masthead {
  height: 190px;
  overflow: hidden;
}

.front #masthead {
  bottom: 0px;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 100;
  overflow: hidden;
}

/*
.front #masthead {
  background-image: url("img/background-image-v2.jpg");
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

.front #masthead.pre-init {
  bottom: 0px;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
}
*/

.site-title, .back-to-top-link {
  border-radius: 50%;
  border: 2px solid #808080;
  height: 120px;
  margin: 20px auto 20px auto;
  position: relative;
  width: 120px;
}

.site-title:after {
  color: #808080;
  content: "t-sa";
  font-family: Georgia;
  font-size: 38px;
  font-weight: normal;
  height: 118px;
  letter-spacing: 5px;
  line-height: 118px;
  position: absolute;
  width: 118px;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  text-indent: 8px;
}

.site-title a {
  position: relative;
  z-index: 100;
  display: block;
  height: 120px;
  width: 120px;
}

.site-title span {
  display: block;
  line-height: 120px;
  text-indent: -9999px;
}

.site-title, .back-to-top-link {
  left: 0;
  right: 0;
  z-index: 100;
}

/*
.front .site-title {
  border-color: #f1f1f1;
  opacity: 0.75;
}

.front .site-title:before {
  color: #f1f1f1;
}
*/

.site-subtitle {
  position: absolute;
  font-weight: normal;
  width: 320px;
  font-family: 'Georgia';
  padding: 10px 0 10px 0;  
  top: 65px;
  font-size: 15px;
  text-align: right;
  right: 30px;
  letter-spacing: 0.05em;
}

.site-subtitle a:hover {
  text-decoration: none;
}

.site-content {
  margin: 0px auto;
  text-align: left;
  max-width: 1024px;
  padding: 0 25px;
}

.site-content-full-width .project-image-collection {
  margin: 0 40px;
}

.site-content-center {
  margin: 0px auto;
  text-align: center;
  max-width: 1024px;
}


#primary-navigation {
  left: 30px;
  position: absolute;
  top: 65px;
}

#primary-navigation .nav-menu {
  float: left;
  width: 320px;
  position: relative;
  overflow: hidden;
  font-family: 'Georgia';
  padding: 10px 0 10px 0;
}

#primary-navigation li {
  float: left;
  letter-spacing: 0.05em;
  margin-right: 25px;
  font-size: 15px;
  text-transform: lowercase;
  font-style: italic;
}

#primary-navigation li a {
  color: #808080;
}

#primary-navigation li a:hover,
#primary-navigation li.current-menu-item a,
.single-project #primary-navigation .menu-item-131 a,
.single-exhibition #primary-navigation .menu-item-132 a,
.single-press #primary-navigation .menu-item-132 a,
.single-news #primary-navigation .menu-item-132 a {
/*color: #333333;*/
  color: #FFFFFF;
  text-decoration: none;
}

/*
#primary-navigation li a:hover {
  color: #FFFFFF;
}
*/

/*
.front #primary-navigation li a {
  color: #f1f1f1;
  opacity: 0.75;
}

.front #primary-navigation li a:hover {
   color: #CCCCCC;
}
*/




#pop-up {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #d7ebe3;
  text-align: center;
  overflow-y: scroll;
}

#pop-up.loading {
  background-image: url('img/ajax-loader-large.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

#pop-up-header  {
  border-radius: 50%;
  border: 2px solid #808080;
  height: 40px;
  width: 40px;
  right: 30px;
  top: 10px;
  position: fixed;
  z-index: 100;
}

#pop-up-header span {
  display: block;
  height: 40px;
  width: 40px;
}

#pop-up-content {
  text-align: left;
  position: relative;
  top: 2em;
  bottom: 2em;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 100%;
  max-width: 800px;
}



.feature-item-wrap .image-styled-title-text {
  color: #808080;
  max-width: 600px;
  margin: 30px auto 0 auto;
  font-size: 14px;
}

.feature-item-wrap .image-styled-title-text h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}

.feature-item-wrap .image-styled-title-text a {
  color: #808080 !important;
}


.image-hover-title-wrap, .image-hover-styled-title-wrap {
  position: relative;
  overflow: hidden;
}

.image-hover-title-wrap img, .image-hover-styled-title-wrap img {
  float: left;
}

.image-hover-styled-title-wrap .image-hover-styled-title-text {
  display: none;
  position: absolute;
  width: 100%;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  bottom: 0;
  /*text-shadow: 0px 0px 10px rgba(0,0,0,0.5);*/
}

.image-hover-styled-title-wrap .image-hover-styled-title-text:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.image-hover-styled-title-text-inner-wrap {
  display: none;
}

.image-hover-styled-title-wrap .image-hover-styled-title-text-inner-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

.image-hover-styled-title-wrap .image-hover-styled-title-text.image-hover-styled-title-text-align-top {
  top: 200px;
}

.image-hover-styled-title-wrap .image-hover-styled-title-text.image-hover-styled-title-text-align-center {
  
}



.image-hover-styled-title-wrap h4 {
  font-family: 'league-gothic';  
  letter-spacing: 3px;
  font-weight: normal; 
  font-size: 110%;
  text-transform: uppercase;
}

.image-hover-styled-title-wrap h4 span span {
  text-transform: lowercase;
}

/*
.image-hover-styled-title-wrap h4 {
  font-style: italic;
  font-weight: normal; 
  font-size: 100%;
  letter-spacing: 0.05em; 
}

.image-hover-styled-title-wrap h4 span {
  font-family: 'league-gothic';  
  letter-spacing: 3px;
  font-style: normal;
  text-transform: uppercase;
}
*/

.image-hover-styled-title-wrap div.image-hover-styled-title-text-content {
  width: 80%;
  margin: 10px auto 0 auto;
  text-align: center;
}

.image-hover-styled-title-wrap div.image-hover-styled-title-text-url {
  width: 80%;
  margin: 5px auto 0 auto;
  text-align: center;
}

.image-hover-styled-title-text {
  display: none;
}

.image-hover-styled-title-wrap:hover .image-hover-styled-title-text {
  display: block;
}

.image-hover-title-wrap:hover:after {
  content: attr(title);
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  position: absolute;
  color: #F1F1F1;
  /*text-shadow: 0px 0 10px rgba(0,0,0,1);*/
  font-family: 'league-gothic';
}

.image-hover-styled-title-wrap:before {
  opacity: 1;
  z-index: -100;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
}

.image-hover-styled-title-wrap.preload:before {
  background-color: rgba(0,0,0,0);
}

.image-hover-styled-title-wrap:hover:before {
  opacity: 1;
  z-index: 100;
  background-color: rgba(0,0,0,0);
}

.image-fade-wrap {
/*  opacity: 0; */
}

.image-fade-wrap.visible  {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.image-wrap a:hover {
  text-decoration: none;
}


.project-image-wrap {
  margin-bottom: 140px;
  position: relative;
  text-align: center;
}

.project-image-collection.project-main-image .project-image-wrap {
  margin-bottom: 50px;
}

.project-image-wrap img {
  position: relative;
  height: auto;
  width: 100%;
}

.project-image-wrap img[style] {
  width: 100%;
}

.project-intro-wrap {
  margin-bottom: 50px;
  text-align: justify;
}

.project-description-wrap {
  margin: 4em 0;
  text-align: justify;
}

.project-description-wrap p {
  margin-bottom: 1em;
}

.news-content-wrap, .press-content-wrap, .exhibition-content-wrap {
  margin: 0 0 4em 0;
  padding: 0 20px;
}

.news-meta, .press-meta, .exhibition-meta {
  margin-bottom: 0.5em;
}

.news-content, .press-content, .exhibition-content {
  margin-bottom: 300px;
}

.news-content-wrap p, .press-content-wrap p, .exhibition-content-wrap p {
  margin-bottom: 1em;
}

.gallery-image-collection-wrap {
  background-color: #808080;
  position: relative;
}

.gallery-image-collection-wrap .gallery-button {
  position: absolute;
  top: 50%;
  z-index: 100;
  color: #FFFFFF;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #7C888E;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  text-indent: -9999px;
}

.gallery-image-collection-wrap .gallery-prev {
  left: 25px;
  background: url(img/arrow-left.png) no-repeat 10px center #d7ebe3;
  background-size: 14px 21px;
}

.gallery-image-collection-wrap .gallery-next {
  right: 25px;
  background: url(img/arrow-right.png) no-repeat 15px center #d7ebe3;
  background-size: 14px 21px;
}

.gallery-image-collection {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-image-wrap {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.gallery-image-wrap img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.exhibition-image-collection .image-wrap,
.press-image-collection .image-wrap {
  text-align: center; 
}

.press-image-collection img, .exhibition-image-collection img, .news-image-collection img  {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.press-item-wrap .sleeve, .exhibition-item-wrap .sleeve {
  padding: 0px 20px;
}


.team-collection {
/*
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
*/

  margin-bottom: 75px;
}

.team-member-wrap {
  margin-bottom: 15px; 
  width: 100%; 
}

.team-member-wrap h4 {
  cursor: pointer;
}


/*
.team-member-wrap:nth-child(1), .team-member-wrap:nth-child(2) {
  width: 50%;
  margin-bottom: 3em;
}
*/
.team-member-wrap .sleeve {
  padding: 0px 20px;
}

.team-member-wrap .sleeve img {
  height: auto;
  width: 66.6%;
}

.team-member-wrap .sleeve h4 {
/*
  font-family: 'league-gothic';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
*/
  margin: 0 0;
  font-weight: normal;
}

.team-member-wrap .sleeve h4  span {
  font-weight: normal;
/*  font-family: Georgia; */
  text-transform: none;
}

.team-member-wrap .team-member-description {
  display: none;
  font-size: 14px;
  line-height: 1.6em;
  width: 70%;
  margin: 0 auto 20px auto;
}

.team-member-wrap .team-member-description p {
  margin-bottom: 5px;
}


/*
.project-collection {
   display: -webkit-flex;
   -webkit-flex-flow: row wrap; 
   display: flex;
   flex-flow: row wrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
}

.project-collection .project-item-wrap {
  text-align: center;
  margin-bottom: 100px;
  width: 45%;
}
*/



.project-collection {
  text-align: justify;
}

.project-collection:after {
   content: "";
   display: inline-block;
   width: 100%;
}

.project-collection .project-item-wrap {
  text-align: center;
  margin-bottom: 100px;
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.project-collection .project-item-wrap:nth-child(odd) {
  /*margin-right: 9%;*/
}


/*
.project-collection .project-item-wrap {
  text-align: center;
  width: 462px;
  margin-bottom: 100px;
}
*/

.project-collection .project-item-wrap img {
  width: 100%;
  height: auto; 
}


.studio-intro {
  text-align: justify;
  margin: 0 50px 75px 50px;
  -moz-column-count: 2;
  -moz-column-gap: 40px; 
  -webkit-column-count: 2;
  -webkit-column-gap: 40px; 
  column-count: 2;
  column-gap: 40px; 
}

.studio-intro p {
  margin-bottom: 1.85em;
  line-height: 1.9em;
  letter-spacing: 0.03em;
  font-style: italic;
}

.studio-intro h3 {
  bottom: -9px;
  position: relative;
}

.studio-intro p strong {
  font-family: 'league-gothic';
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: uppercase;
}

.back-to-top-link {
  bottom: 0px;
  text-align: center;
  width: 43px;
  height: 43px;
  right: 20px;
  left: auto;
  position: fixed;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.back-to-top-link a {
  color: #dcd7cf;
  display: block;
  font-size: 2em;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 0 0;
  
}

.back-to-top-link svg {
  height: 43px;
}

.home-features-collection {
/*  margin-top: 4em; */
  margin-top: 190px;
  text-align: center;
}

.home-features-collection .feature-item-wrap {
  margin-bottom: 140px;
  text-align: center;
}

.home-features-collection .sleeve {
  margin: 0 auto;
}

.home-features-collection .feature-item-wrap img {
  width: 100%;
  height: auto;
}

.home-features-collection .feature-item-wrap a {
  color: #FFFFFF;
}

.home-features-collection .feature-item-wrap p a {
  text-decoration: underline;
}

.home-features-collection .feature-item-wrap.image-width-10 .sleeve { width: 10%; }
.home-features-collection .feature-item-wrap.image-width-20 .sleeve { width: 20%; }
.home-features-collection .feature-item-wrap.image-width-30 .sleeve { width: 30%; }
.home-features-collection .feature-item-wrap.image-width-40 .sleeve { width: 40%; }
.home-features-collection .feature-item-wrap.image-width-50 .sleeve { width: 50%; }
.home-features-collection .feature-item-wrap.image-width-60 .sleeve { width: 60%; }
.home-features-collection .feature-item-wrap.image-width-70 .sleeve { width: 70%; }
.home-features-collection .feature-item-wrap.image-width-80 .sleeve { width: 80%; }
.home-features-collection .feature-item-wrap.image-width-90 .sleeve { width: 90%; }


.news-collection-wrap {
  margin-bottom: 75px;
}


.news-collection {
  position: relative;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;


  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

}


.news-item-wrap {
  margin: 0 5px 0 5px;
}

.blank-news-item-wrap {
  width: 300px;
  height: 300px;
  margin: 0 5px 40px 5px;
  background-color: #808080;
}

.news-item-wrap h4 {
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 300px;
}


.press-collection-wrap .sleeve,
.exhibition-collection-wrap .sleeve {
  padding: 0 20px;
  margin-bottom: 75px;
}

.press-collection ul, .exhibition-collection ul {
  list-style-type: none;
  margin-bottom: 30px;
}


.press-collection ul li, .exhibition-collection ul li {
  margin-bottom: 0.75em;
}

.press-collection ul a, .exhibition-collection ul a {
/*
  font-family: 'league-gothic';
  letter-spacing: 2px;
  font-size: 18px;
  text-decoration: underline;
*/  
}

.more-link {
  text-align: center;
}

.more-link .sleeve {
  border: 2px solid #808080;
  display: inline-block;
  padding: 1em 5em;
  font-family: 'league-gothic';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.more-link .sleeve:before {
  content: "+";
  position: relative;
  left: -5px;
}

.more-link.complete .sleeve:before {
  content: '-';
}

//.more-link.loading .sleeve:before {
//  content: url(img/ajax-loader.gif) !important;
//  margin-bottom: -3px;
//}

.more-link.disabled {
  opacity: 0.5;
}

.more-link.disabled .sleeve:before {
  content: "";
}

.more-link.disabled a {
  visibility: hidden;
}



.collaborators {
  margin-bottom: 75px;
  line-height: 1.8em;
}

.collaborators-wrap .sleeve {
  padding: 0 20px;
}

.photographers {
  margin-bottom: 75px;
  line-height: 1.8em;
}

.photographers-wrap .sleeve {
  padding: 0 20px;
}

.graphic-designers {
  margin-bottom: 75px;
  line-height: 1.8em;
}

.graphic-designers-wrap .sleeve {
  padding: 0 20px;
}


.forum {
  margin-bottom: 75px;
  line-height: 1.8em;
}

.forum p {
  text-align: justify;
  -webkit-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.forum-wrap .sleeve {
  padding: 0 20px;
}

.forum-wrap h3 span span {
  text-transform: lowercase;
}



.page-id-845 #footer {
  display: none;
}

.page-id-845 .entry-content p {
  margin-bottom: 1em;
  text-align: justify;
}

.page-id-845 .entry-content h4 {
  font-size: 150%;
  margin-bottom: 10px;
}