/*
Theme Name: BWCo
Description: Custom WordPress theme built exclusively for use on the Belle & Wissell website
Version: 1.0
Author: Christine Estrada
Author URI: http://www.christineestrada.com
*/


/* RESET
 * Reset default browser CSS. Based on work by Eric Meyer:
 * http://meyerweb.com/eric/tools/css/reset/index.html
 * ---------------------------------------------------------------------- */

@font-face {
 font-family: GTPressura;
 src: url('fonts/GT-Pressura-Regular.woff2') format('woff2'),
      url('fonts/GT-Pressura-Regular.woff') format('woff');
}

@font-face {
 font-family: GTPressura;
 src: url('fonts/GT-Pressura-Light.woff2') format('woff2'),
      url('fonts/GT-Pressura-Light.woff') format('woff');
 font-weight: lighter;
}

@font-face {
 font-family: GTPressura;
 src: url('fonts/GT-Pressura-Bold.woff2') format('woff2'),
      url('fonts/GT-Pressura-Bold.woff') format('woff');
 font-weight: bold;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block; *display: inline; *zoom: 1;
}
/*
Commented out bc of vertical offset, there is another transform being applied programatically in element style.
*/
video {
  position: relative;
  top: -50%;
  height: 200%;
}

.iosSlider.mobile .slider video {
  height: 100%;
  top: 0%;
  object-fit: cover;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* float clearing */
.group:after {
	content: ".";
 	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
}

.group {
	display: inline-block;
}

/* Hides from IE-mac */
* html .group {
	height: 1%;
}

.group {
	display: block;
}
/* End hide from IE-mac */




/* GENERAL TYPOGRAPHY
 * Styling for global typographical elements
 * ---------------------------------------------------------------------- */

body {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-size: 1em;
  line-height: 1.4;
  color: #6a5543;
  background-color: #ffffff;
}

p {
  margin-bottom: 1em;
}

a {
  color: #6a5543;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 1.3em;
  margin-bottom: 1em;
}

h1 {
  font-size: 2.5em;
  line-height: 1.3;
	font-family: 'GTPressura';
	font-weight: lighter;
  letter-spacing: 0.6px;
}

.aboutHeadline {
  text-decoration: none;
  background-color: #F2EAE4;
}

h1 a {
  text-decoration: none;
  background-color: #F2EAE4;
}

h2 {
  font-family: 'GTPressura';
  font-size: 1.3em;
  text-transform: uppercase;
  color: #c0ab9e;
  letter-spacing: 0.8px;
}

h3 {
  font-family: 'GTPressura';
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: .3em;
  color: #c0ab9e;
	letter-spacing: 1.5px;
}

.mobile h3 {
  font-size: 1.3em;
}

h4 {
	font-family: 'GTPressura';
  font-size: 1.8em;
  color: #c0ab9e;
  margin-bottom: .5em;
}

#about-the-studio h4 {
  margin-bottom: 1.3em;
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-size: 1.4em;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
  color: #695543;
}




  /* COLOR STYING
   * Styling for work category colors
   * ---------------------------------------------------------------------- */

  h3.highlights {
    color: #b5792b;
  }

  h3.media-experiences {
    color: #87bc34;
  }

  h3.exhibits-and-interactives {
    color: #f47935;
  }

  h3.brand-storytelling {
    color: #64cab5;
  }

  h3.exhibitions {
    color: #c86eb6;
  }

  .nav-primary .highlights.current-menu-item a,
  .nav-primary.highlights .highlights a,
  h2.highlights,
  .project-url.highlights {
    color: #b5792b;
  }

  .project-detail article .nav-pagination.highlights a,
  .project-detail article .section-carousel .return.highlights {
    background-color: #b5792b;
  }

  .nav-primary .media.current-menu-item a,
  .nav-primary.media-experiences .media a,
  h2.media-experiences,
  .project-url.media-experiences {
    color: #87bc34;
  }

  .project-detail article .nav-pagination.media-experiences a,
  .project-detail article .section-carousel .return.media-experiences {
    background-color: #87bc34;
  }

  .nav-primary .interactives.current-menu-item a,
  .nav-primary.exhibits-and-interactives .interactives a,
  h2.exhibits-and-interactivess,
  .project-url.exhibits-and-interactives {
    color: #f47935;
  }

  .project-detail article .nav-pagination.exhibits-and-interactives a,
  .project-detail article .section-carousel .return.exhibits-and-interactives {
    background-color: #f47935;
  }

  .nav-primary .interactive-exhibitions.current-menu-item a,
  .nav-primary.exhibits-and-interactives .interactive-exhibitions a,
  h2.exhibits-and-interactives,
  .project-url.exhibits-and-interactives {
    color: #f47935;
  }

  .project-detail article .nav-pagination.exhibits-and-interactives a,
  .project-detail article .section-carousel .return.exhibits-and-interactives {
    background-color: #f47935;
  }


  .nav-primary .retail.current-menu-item a,
  .nav-primary.brand-storytelling .retail a,
  h2.brand-storytelling,
  .project-url.brand-storytelling {
    color: #64cab5;
  }

  .project-detail article .nav-pagination.brand-storytelling a,
  .project-detail article .section-carousel .return.brand-storytelling {
    background-color: #64cab5;
  }

  .nav-primary .exhibitions.current-menu-item a,
  .nav-primary.exhibitions .exhibitions a,
  h2.exhibitions,
  .project-url.exhibitions {
    color: #c86eb6;
  }

  .project-detail article .nav-pagination.exhibitions a,
  .project-detail article .section-carousel .return.exhibitions {
    background-color: #c86eb6;
  }




/* SITE STRUCTURE
 * Structural elements
 * ---------------------------------------------------------------------- */

.main-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.content-container {
  position: relative;
  padding: 0 1em;
}

.with-bg .page-content {
  background-color: #fff;
  padding-bottom: 2em;
}

.desktop {
  display: none;
}

.mobile {
  display: block;
}




/* GLOBAL COMMENT ELEMENT STYLING
 * Styling for globally common elements (column, etc)
 * ---------------------------------------------------------------------- */

a.follow {
  display: inline-block;
  font-family: "TwCenMTStd-Bold", sans-serif;
  text-transform: uppercase;
  padding: .7em .7em .4em 2.8em;
  border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
  background-color: #e5d7cd;
  background-position: .5em center;
  background-repeat: no-repeat;
  text-decoration: none;
}

  a.follow.vimeo {
    background-image: url('images/icon_vimeo.png');
  }

  a.follow.facebook {
    background-image: url('images/icon_fb.png');
  }

  a.follow.twitter {
    background-image: url('images/icon_twitter.png');
  }

  a.follow.instagram {
    background-image: url('images/icon_instagram.png');
  }

  a.follow.flipboard {
    background-image: url('images/icon_instagram.png');
  }

.cms-copy ul {
  margin: 1.5em 0;
}

.cms-copy ul li {
  list-style: disc;
  line-height: 1.4;
  margin-left: 2em;
  margin-bottom: .5em;
}

.cms-copy ol li {
  list-style: decimal;
  line-height: 1.4;
  margin-left: 2em;
  margin-bottom: .5em;
}

.page-share {
  padding-top: 2em;
  margin-top: -2.2em;
}

  .page-share img {
    max-width: 15%;
    height: auto;
    margin-right: .5em;
  }




/* HEADER STYLING
 * Styling for the header area of the site
 * ---------------------------------------------------------------------- */

header[role='banner'] {
  margin: 3em 0 1em;
}

  header[role='banner'] .logo img {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 2em;
  }


.lander-page.with-bg header[role='banner'] {
  margin: 3em 0 1em;
  padding-bottom: 2em;
}

.bwco_work.project-detail header[role='banner'] {
  margin: 3em 0 1em;
  padding-bottom: 2em;
}


/* FOOTER STYLING
 * Styling for the footer area of the site
 * ---------------------------------------------------------------------- */

  /* TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  footer[role='contentinfo'] a {
    text-decoration: none;
  }

  footer[role='contentinfo'] .section-media a,
  footer[role='contentinfo'] .section-location a {
    text-decoration: underline;
  }

  footer[role='contentinfo'] .copyright p {
    font-size: 1.4em;
    font-style: italic;
    margin-top: 1em;
    color: #8b7b67;
  }

  footer[role='contentinfo'] .project-inquiries p a:first-child {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
  }

  footer[role='contentinfo'] .section-location a {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
  }

  /* END TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  footer[role='contentinfo'] {
    padding-top: 2em;
  }

  footer[role='contentinfo'] .project-inquiries,
  footer[role='contentinfo'] .employment {
    display: none;
  }

  footer[role='contentinfo'] .col.social-media {
    float: right;
    width: 40%;
  }

  footer[role='contentinfo'] .section-location {
    float: left;
    width: 50%;
  }

  footer[role='contentinfo'] .social-media img {
    max-width: 30%;
    height: auto;
    margin-right: 3%;
  }

  .with-bg footer[role='contentinfo'] {
    padding-top: 3em;
  }




/* NAVIGATION STYLING
 * Styling for navigation
 * ---------------------------------------------------------------------- */

  /* TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  nav a {
    font-family: 'GTPressura';
    font-size: 18px;
    text-decoration: none;
		letter-spacing: 2px;
  }

  .nav-primary.mobile a {
    font-size: 1.3em;
  }


  nav a:hover {
    text-decoration: none;
  }

  .nav-primary > ul > li.current-menu-item > a,
  .nav-primary > ul > li.current-menu-ancestor > a {
		font-family: 'GTPressura';
    font-weight: bold;
  }

  .nav-primary .sub-menu a {
    font-family: 'GTPressura';
		font-weight: bold;
    text-transform: uppercase;
    color: #c0ab9e;
		letter-spacing: 1.5px;
  }

  .nav-primary .sub-menu .project-index a {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-size: 1.5em;
    text-transform: none;
    font-style: italic;
		font-weight: normal;
    color: #6a5543;
    letter-spacing: 0px;
    margin-top: 2px;
  }

  .nav-primary li.project-index.current-menu-item a {
    font-weight: bold;
  }

  .blog .nav-pagination a {
    font-family: "TwCenMTStd-Bold", sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1;
  }

  /* END TYPOGRAPHY
   * ---------------------------------------------------------------------- */


  /* NAV STYLING: PRIMARY NAV
   * Styling for primary header nav
   * ---------------------------------------------------------------------- */

  .nav-primary > ul > li {
    float: left;
    width: 25%;
    padding-bottom: 1.9em;
    text-align: center;
  }

  .nav-primary > ul > li#menu-item-164 {
    width: 23%; /* 23% */
  }

  .nav-primary > ul > li#menu-item-155 {
    width: 23%;
  }

  .nav-primary > ul > li#menu-item-156 {
    width: 35%; /* 35% */
  }

  .nav-primary > ul > li#menu-item-157 {
    width: 18%;
  }

  .nav-primary > ul > li.current-menu-item,
  .nav-primary > ul > li.current-menu-ancestor,
  .project-detail .nav-primary .menu-item-100 {
    background: url('images/bg_nav-on.gif') center bottom no-repeat;
  }

  .nav-primary > ul > li.current-menu-item > .nav-container,
  .lander-page .nav-primary .nav-container,
  .nav-primary > ul > li.current-menu-ancestor > .nav-container,
  .project-detail .nav-primary .nav-container {
    display: block;
  }

  .nav-primary.mobile {
    position: relative;
    padding-bottom: .8em;
    background: url('images/bg_nav.gif') center bottom no-repeat;
  }




  .nav-primary.mobile .next {
    position: absolute;
    top: .4em;
    right: 0;
    width: 0;
    height: 0;
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-left: .5em solid #c0ab9e;
    z-index: 500;
    cursor: pointer;
  }

  .nav-primary.mobile .prev {
    position: absolute;
    top: .4em;
    left: 0;
    width: 0;
    height: 0;
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .5em solid #c0ab9e;
    z-index: 500;
    cursor: pointer;
  }

  .nav-primary .nav-container {
    position: absolute;
    left: 0;
    bottom: -2em;
    width: 90%;
    height: 2em;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    display: none;
  }

  .nav-primary .nav-slider .sub-menu {
	    height: 2em;
	}


    .nav-primary .nav-slider .sub-menu li {
      float: left;
      padding-left: 1.5em;
    }

    .nav-primary .nav-slider .sub-menu li:first-child {
      padding-left: 0;
    }

    .nav-primary .sub-menu a {
      display: block;
      margin-bottom: .3em;
      color: #c0ab9e;
	  font-size: 1.3em;
    width: max-content;
    }


  /* NAV STYLING: PAGINATION
   * Styling for blog pagination
   * ---------------------------------------------------------------------- */

  .blog .nav-pagination {
    margin-top: -1.2em;
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: .1em solid #e0d5d1;
  }

  .blog .nav-pagination a {
    display: inline-block;
    line-height: 1;
    padding: .6em .6em .4em .6em;
  }

  .blog .nav-pagination .prev {
    float: left;
  }

  .blog .nav-pagination .next {
    float: right;
  }

  .blog .nav-pagination .prev a {
    padding-left: 1.4em;
    background: #e5d7cd url('images/icon_page-arrow-left.png') left center no-repeat;
  }

  .blog .nav-pagination .next a {
    padding-right: 1.4em;
    background: #e5d7cd url('images/icon_page-arrow-right.png') right center no-repeat;
  }




/* CAROUSEL STYLING
 * Styling for carousels
 * ---------------------------------------------------------------------- */

  /* TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  .iosSlider .caption p {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B', serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.8em;
    line-height: 1;
  }

  .section-carousel .return {
    font-family: "TwCenMTStd-Bold", sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
  }

  /* END TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  .section-carousel {
    max-width: 100%;
    margin-top: 4em;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: visibility 0s .5s, opacity .5s linear;
    overflow: hidden;
  }

  .section-carousel.visible {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity .5s linear;
  }

  .section-carousel + article {
    margin-top: 4em;
  }

  .responsiveHeight {
	  position: relative;
	  height: 25em;
	  overflow: visible;
  }

  .responsiveHeight > .inner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
  }

  .iosSlider {
    /* required */
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;

	  width: 100%;
	  height: 100%;
  }

  .iosSlider.simple {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .iosSlider.index {
     width: 100%;
    height: 800px;
    overflow: hidden;
    z-index:0;
  }

   .iosSlider.index.mobile {
     width: 100%;
    height: 500px;
    overflow: hidden;
    z-index:0;
  }



  .iosSlider .slider {
    height: 100%;
  }

  .iosSlider .slider a {
	  float: left;
	  height: 100%;
	  margin-right: .5em;
  }

  .iosSlider .slider a:last-child {
    margin-right: 0;
  }

  .iosSlider .slider .item {
    float: left;
    width: auto;
    height: 25em;
    /* margin-right: 2px; */
  }

  .iosSlider .slider .item:last-child {
    margin-right: 0;
  }

  .iosSlider .slider img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  .iosSlider .video-container {
    position: relative;
    overflow: hidden;
    width: 95.5vw;
    height: 100%;
    background-color: black;
  }

  .iosSlider .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .iosSlider .caption {
    position: absolute;
    width: 60%;
    height: 80px;
    bottom: 0;
    display: none;
  }

  .indexVideo  {
    width:100%;
    z-index: 0;
 }

  .project-detail .iosSlider .slider img {
    width: auto;
    height: 25em;
    cursor: pointer;
  }

  .nav-carousel .button {
    font-size: 1em;
    position: absolute;
    top: 0;
    width: 4em;
  }

  .nav-carousel .prev {
    left: 0;
  }

  .nav-carousel .next {
    right: 0;
  }

  .responsiveHeight.large {
    height: 44em;
  }

  .responsiveHeight.large .iosSlider .slider img {
    height: 35em;
  }

  .responsiveHeight.large .iosSlider .slider .item {
    height: 44em;
  }

  .responsiveHeight.large .iosSlider .video-container {
    width: 95.5vw;
    height: 80%;
  }

  .iosSlider.simple .nav-carousel .button {
    height: 30em;
  }

  .iosSlider.detail .nav-carousel .button {
    height: 10em;
    margin: 0;
    position: absolute;
    top: 30%;
  }

  .responsiveHeight.large .nav-carousel .button {
    height: 35em;
    top: 0%;
  }

  .nav-carousel.highlights .prev {
    background: url('images/highlights_arrow-left.gif') center center no-repeat;
  }

  .nav-carousel.highlights .next {
    background: url('images/highlights_arrow-right.gif') center center no-repeat;
  }

  .nav-carousel.media-experiences .prev {
    background: url('images/media_arrow-left.gif') center center no-repeat;
  }

  .nav-carousel.media-experiences .next {
    background: url('images/media_arrow-right.gif') center center no-repeat;
  }

  .nav-carousel.exhibits-and-interactives .prev {
    background: url('images/interactives_arrow-left.gif') center center no-repeat;
  }

  .nav-carousel.exhibits-and-interactives .next {
    background: url('images/interactives_arrow-right.gif') center center no-repeat;
  }

  .nav-carousel.brand-storytelling .prev {
    background: url('images/retail_arrow-left.gif') center center no-repeat;
  }

  .nav-carousel.brand-storytelling .next {
    background: url('images/retail_arrow-right.gif') center center no-repeat;
  }

  .nav-carousel.exhibitions .prev {
    background: url('images/exhibitions_arrow-left.gif') center center no-repeat;
  }

  .nav-carousel.exhibitions .next {
    background: url('images/exhibitions_arrow-right.gif') center center no-repeat;
  }

  .nav-carousel.about .prev {
    background: url('images/about_arrow-left.gif') center center no-repeat;
  }

  .nav-carousel.about .next {
    background: url('images/about_arrow-right.gif') center center no-repeat;
  }

  .unselectable {
    opacity: .2;
    filter: alpha(opacity=20);
  }

  .section-carousel .return {
    position: absolute;
    width: 110px;
    height: 40px;
    line-height: 42px;
    top: 0;
    left: 0;
    z-index: 1000;
    color: #fff;
    display: none;
    cursor: pointer;
  }

  .section-carousel .return .arrow {
    float: left;
    margin: 15px 10px 0 15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ffffff transparent transparent;
  }




/* SIDEBAR STYLING
 * Styling for sidebar content
 * ---------------------------------------------------------------------- */

  /* TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  .section-sidebar .section-about p {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-size: 1.8em;
    font-style: italic;
  }

  /* END TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  .section-sidebar section {
    padding-bottom: 1em;
    border-bottom: .1em solid #e0d5d1;
  }

  .section-sidebar .section-newsworthy h3 + p {
    padding-bottom: 1em;
    border-bottom: .1em solid #e0d5d1;
  }




/* ARTICLE STYLING
 * Styling for articles
 * ---------------------------------------------------------------------- */

article {
  position: relative;
}




/* PAGE STYLING
 * Styling for specific pages
 * ---------------------------------------------------------------------- */

  /* PAGE STYLING: LANDER
   * Styling for project category lander pages
   * ---------------------------------------------------------------------- */

  .lander-page article header {
    padding: .5em 0;
  }

  .lander-page article header h1,
  .lander-page article header p {
    margin-bottom: 0;
  }

  .lander-page article header h1 {
    margin-top: .6em
  }

  .lander-page .share.mobile {
    margin: 1em 0;
  }

    .lander-page .share.mobile .page-share {
      padding-left: 0;
    }

  .lander-page .section-carousel {
    margin-top: 0;
    margin-bottom: .5em;
  }


  /* PAGE STYLING: PROJECT DETAIL PAGES
   * Styling for the detail page of a project
   * ---------------------------------------------------------------------- */

  .project-detail article .section-client p {
    font-family: 'GTPressura';
    font-weight: lighter;
    font-size: 1.8em;
    line-height: 1.2;
    margin-bottom: .4em;
  }

  .project-detail article .section-venue p {
    font-family: 'GTPressura';
    font-weight: lighter;
    font-size: 1.8em;
    line-height: 1.2;
    margin-bottom: .4em;
  }

  .project-detail article .section-pagination h2 {
    float: left;
    font-family: 'GTPressura';
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
	width:120px;
  }

  .project-detail article .section-credits p {
    font-family: 'GTPressura';
    font-weight: lighter;
    font-size: 1.6em;
    line-height: 1.4;
    letter-spacing: 0.6;
  }


  .project-detail article .section-credits h4 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    text-transform: none;
    font-style: italic;
		font-weight: normal;
    font-size: 1.4em;
    color: #695543;
  }

  .project-detail article .section-description .project-url {
    font-weight: 900;
    word-break: break-all;
  }

  .project-detail article {
    padding-top: 2em;
  }

  .project-detail article header {
    margin-bottom: 2em;
  }

  .project-detail article header h1,
  .project-detail article header p {
    margin-bottom: 0;
  }

  .project-detail article .nav-pagination {
    float: left;
    margin-top: -.5em;
    margin-left: 1em;
  }

  .project-detail article .nav-pagination a {
    display: block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 1.5em;
  }

  .project-detail article .nav-pagination .prev-link {
    float: left;
    margin-right: .5em;
  }

    .project-detail article .nav-pagination .prev-link a {
      background-image: url('images/icon_arrow-left.png');
      background-repeat: no-repeat;
      background-position: center center;
    }

  .project-detail article .nav-pagination .next-link {
    float: left;
  }

    .project-detail article .nav-pagination .next-link a {
      background-image: url('images/icon_arrow-right.png');
      background-repeat: no-repeat;
      background-position: center center;
    }

  .project-detail article .section-carousel {
    position: relative;
    margin-top: 0;
    margin-bottom: 2em;
  }

  .project-detail article .project-info.mobile > section {
    padding-top: 1.4em;
    margin-top: 1.4em;
    border-top: .1em solid #e0d5d1;
  }

    .project-detail article .project-info.mobile > section:first-child {
      padding-top: 0;
      margin-top: 0;
      border-top: none;
    }

    .project-detail article .project-info.mobile .section-share {
    }

    .project-detail article .project-info.mobile .col {
      float: right;
      width: 60%;
    }

    .project-detail article .project-info.mobile .col:first-child {
      float: left;
      width: 40%;
    }

    .project-detail article .project-info.mobile .page-share {
      float: left;
      width: 40%;
      margin-top: -2em;
    }

    .project-detail article .project-info.mobile .section-client {
      padding-right: 5px;
    }



  /* PAGE STYLING: PARTICIPATE
   * Styling for the participate page
   * ---------------------------------------------------------------------- */

  #participate .section-studio p {
    font-size: 2.2em;
    font-style: italic;
  }

  #participate .project-detail article h3 {
    margin-top: 1.4em;
    padding-top: 1.4em;
    border-top: .1em solid #e0d5d1;
  }

  #participate .article-content h3 {
    margin-top: 1.4em;
    padding-top: 1.4em;
    border-top: .1em solid #e0d5d1;
  }

  #participate .article-content .section-middle .cms-copy:first-child h3 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }


  /* PAGE STYLING: ABOUT THE STUDIO
   * Styling for about the studio page
   * ---------------------------------------------------------------------- */

  /* TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  #about-the-studio .section-recent-clients p {
    font-family: 'GTPressura';
		font-weight: lighter;
    font-size: 1.8em;
    line-height: 1.5;
  }

  #about-the-studio .section-capabilities p {
    font-size: 1.6em;
    font-style: italic;
    margin-bottom: 1.5em;
  }

  /* END TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  #about-the-studio .section-top {
    position: relative;
  }

  #about-the-studio .section-studio-profile header {
    float: left;
    margin-bottom: 2em;
    /*border-right: .1em solid #e0d5d1;*/
  }

  #about-the-studio .page-share {
    margin-top: .2em;
    padding-bottom: 1.4em;
    margin-bottom: 1.4em;
    border-bottom: .1em solid #e0d5d1;
  }

  #about-the-studio .section-bottom section {
    margin-top: 1.4em;
    padding-top: 1.4em;
    border-top: .1em solid #e0d5d1;
  }

    #about-the-studio .section-capabilities p:last-child {
      margin-bottom: 0;
    }

    #about-the-studio .section-awards h4,
    #about-the-studio .section-lectures h4 {
      margin-bottom: 1.3em;
      font-family: 'Sentinel SSm A', 'Sentinel SSm B';
      font-size: 1.4em;
      text-transform: none;
      font-style: italic;
      font-weight: normal;
      color: #695543;
    }


  /* PAGE STYLING: PROJECT LIST
   * Styling for the project list
   * ---------------------------------------------------------------------- */

  /* TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  #complete-project-index .section-page p {
    font-size: 1.8em;
    font-style: italic;
    font-weight: 900;
  }

  .project-list ul p {
    margin-bottom: 0;
    font-family: 'GTPressura';
    font-weight: lighter;
    font-size: 1.8em;
    line-height: 1.5;
  }

  .project-list ul a {
    font-family: 'GTPressura';
    font-weight: bold;
    line-height: 1.2;
  }


  /* END TYPOGRAPHY
   * ---------------------------------------------------------------------- */

  #complete-project-index .article-content .section-page {
    padding-top: 2em;
  }

  #complete-project-index .page-share {
    margin-bottom: 2em;
    padding-bottom: 1.4em;
    border-bottom: .1em solid #e0d5d1;
  }

  #complete-project-index .project-list.highlights {
    display: none;
  }

  .project-list header h3 {
    margin-bottom: 1em;
    font-weight: bold;
  }

  .project-list ul {
    margin: 2em 0 3em;
  }

  #complete-project-index .section-page .cms-copy h3 {
    margin-bottom: 1em;
  }

  #complete-project-index .section-page .cms-copy p {
    font-weight: normal;
  }




/* BLOG STYLING
 * Styling for the blog
 * ---------------------------------------------------------------------- */

/* TYPOGRAPHY
 * ---------------------------------------------------------------------- */

.blog .wp-caption-text {
  font-family: "TwCenMTStd", sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1;
  margin-top: .5em;
  margin-bottom: 0;
}

.blog .wp-caption-text strong {
  font-weight: normal;
}

.blog .article-excerpt .col.share p {
  float: left;
  font-family: 'GTPressura';
  color: #C1AB9D;
  font-size: 1.6em;
  line-height: 1.2;
}

/* END TYPOGRAPHY
 * ---------------------------------------------------------------------- */

.blog .post-categories li {
  display: inline-block;
}

.blog .post-categories a {
  text-decoration: none;
  color: #c0ab9a;
}

.blog .article-excerpt {
  padding-bottom: .5em;
  margin-bottom: 2em;
  border-bottom: .1em solid #e0d5d1;
}

.blog .article-excerpt header {
  margin-bottom: 1em;
}

  .blog .article-excerpt .col.share .page-share {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .blog .article-excerpt .col.share p {
    float: left;
    margin-top: .5em;
    margin-bottom: .2em;
  }

  .blog .article-excerpt .col.share p.date {
    margin-left: .5em;
  }

.blog .cms-copy .wp-caption,
.blog .cms-copy img {
  max-width: 100%;
  height: auto;
}

.blog .cms-copy .video-container {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 25px;
}

.blog .cms-copy iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog .cms-copy a {
  word-wrap: break-word;
}

.blog .cms-copy .alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.blog .cms-copy .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.blog .mobile .page-share {
  padding-top: 2em;
}




/* FORM STYLING
 * Styling for forms
 * ---------------------------------------------------------------------- */

#mc-embed-signup {
  margin-top: 3em;
}

  #mc-embed-signup input[type='email'] {
  	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    float: left;
    width: 20em;
    border: 3px solid #F2EAE4;
    padding: .5em;
    background-color: #F2EAE4;
    -webkit-appearance: none;
  }

  #mc-embed-signup input[type='submit'] {
    float: left;
    width: 4em;
    height: 4em;
    margin-top: -.6em;
    margin-left: .5em;
    border: none;
    background: url('images/btn_submit.png') center center no-repeat;
  }


.home_panel_video {
	min-width: 100%;
	 min-height: 100%;
	position:relative;
z-index: 0;

}

.video_overlay {
	position:absolute;
  width:95%;
	z-index:2;
}

.studioStatement.desktop {
  display:inline-block;
  position:relative;
  background-color: #F2EAE4 ;
  padding-left:9px;
  padding-right:9px;
  font-size: 3em;
  color:#695543;
  font-family: 'GTPressura';
  font-weight: lighter;
  margin-bottom: 5px;
}

.studioStatement.mobile {
  display: inline;
  position:relative;
  background-color: #F2EAE4 ;
  color:#695543;
  font-family: 'GTPressura';
  font-weight: lighter;
  margin-bottom: 5px;
  font-size: 2.5em;
}

.projectName.desktop {
  display:inline-block; position:relative;
  margin-top:150px;
  background-color: #6A5542 ;
  height:18px;
  padding-top: 7px;
  padding-left:9px;
  padding-bottom:9px;
  padding-right:9px;
  font-size: 1.6em;
  letter-spacing: 1.5px;
  color:#ffffff;
  font-family: 'GTPressura';
}

.projectName.desktop a {
  font-size: 18px;
  color:#ffffff;
  font-family: 'GTPressura';
  background-color: transparent;
}

.projectName.mobile {
  display:inline-block; position:relative;
  margin-top:147px;
  background-color: #6A5542 ;
  height:22px;
  padding-top: 5px;
  padding-left:7px;
  padding-bottom:0px;
  padding-right:7px;
  color:#ffffff;
  font-family: 'GTPressura';
}

.projectName.mobile a {
  font-size: 1.5em;
  color:#ffffff;
  font-family: 'GTPressura';
  background-color: transparent;
}

.ml11 {
  margin: 0 auto;
  width:100%;
  font-size: 10px;
  color: #695543;
  font-family: 'GTPressura';
}

.ml11.mobile {
  margin: 0 auto;
  width:100%;
  color: #695543;
  font-family: 'GTPressura';
	overflow-x: hidden;
}

.ml11 .text-wrapper {
  position: absolute;
  width:100%;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  z-index:1;
 	font-family: 'GTPressura';
	font-weight: lighter;
}

.ml11 .text-wrapper .letters1 {
  position: absolute;
 	top:50px;
	width:60%;
}

.ml11 .text-wrapper .letters1.mobile {
  position: absolute;
 	top:50px;
	width:100%;
}

.ml11 .text-wrapper .letters2 {
  position: absolute;
 	top:80px;
}


.ml11 .text-wrapper-2 {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  z-index:1;
 font-family: 'Sentinel SSm A', 'Sentinel SSm B';
 font-weight: 100;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
}

.ml11 .line1 {
  top: 0;
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}


.ml12 {

  font-size: 3.5em;
  color: #fff;
}

.ml12 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  z-index:1;
}

.ml12 .text-wrapper-2 {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  z-index:1;
}

.ml12 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
}

.ml12 .line1 {
  top: 0;
  left: 0;
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}
