w/*
Theme Name: BWCo
Description: Desktop WordPress theme built exclusively for use on the Belle & Wissell website
Version: 1.0
Author: Christine Estrada via Project 9 Creative
Author URI: http://www.project9creative.com
*/



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

 html {
   overflow-y: scroll;
 }

body {
  width: 100%;
  min-width: 1348px;
  border-top: 5px solid #f2eae4;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  body {
    min-height: 1797px;
  }
}

.content-container {
  position: relative;
  width: 1280px;
  margin: 0 auto !important;
  padding: 0;
}

.project-detail .page-content,
.lander-page .page-content {
  padding-top: 0;
}

.with-bg .page-content {
  padding-bottom: 6em;
}




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

a.follow {
  padding-left: 2.2em;
}

p {
  font-size: 1.7em;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.8em;
}




/* COMMON ELEMENT STYLING
 * Styling for common elements (column, etc)
 * ---------------------------------------------------------------------- */

.desktop {
  display: block;
}

.mobile {
  display: none;
}




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

header[role='banner'] {
  height: 14em;
  margin: 0;
  padding-bottom: 0;
  background: url('images/bg_nav.gif') 0 9.5em no-repeat;
  background-position: 0px 96px;
}

.lander-page.with-bg header[role='banner'] {
  height: 17em;
  margin: 0;
  padding-bottom: 0;
  /* background: url('images/bg_nav.gif') 0 9.5em no-repeat; */
}

.bwco_work.project-detail header[role='banner'] {
  height: 17em;
  margin: 0;
  padding-bottom: 0;
  /* background: url('images/bg_nav.gif') 0 9.5em no-repeat; */
  background: url('images/bg_nav-work.gif') right 9.5em no-repeat;
  background-size: 1160px auto;
  background-position: 130px 96px;
}

  #home header[role='banner'],
  .lander-page header[role='banner'],
  .project-detail header[role='banner'] {
    background: url('images/bg_nav-work.gif') right 9.5em no-repeat;
    background-size: 1160px auto;
    background-position: 130px 96px;
  }

  #complete-project-index header[role='banner'] {
    background: url('images/bg_nav-work.gif') right 9.5em no-repeat;
    background-size: 1175px auto;
    background-position: 130px 96px;
  }

  #complete-project-index header[role='banner'] {
    height: 17em;
  }

  header[role='banner'] .logo {
    float: left;
    padding-top: 6em;
    padding-bottom: 0;
  }

  header[role='banner'] .logo img {
    max-width: none;
  }




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

footer[role='contentinfo'] {
  padding-top: 20em;
  border-top: none;
}

  footer[role='contentinfo'] .col {
    float: left;
    width: 32%;
  }

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

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

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

  footer[role='contentinfo'] .social-media img {
    max-width: none;
    margin-right: .5em;
  }

  footer[role='contentinfo'] .section-location {
    float: right;
    width: 24.5em;
    margin-top: -2.2em;
    padding-top: 2em;
    padding-left: 1.5%;
    border-left: .1em solid #e0d5d1;

  }

  footer[role='contentinfo'] .copyright {
    margin-top: 3em;
  }

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




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

  nav a {
    font-size: 18px;
  }


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

  .nav-primary {
    float: right;
    margin-top: 4.8em;
  }

  .nav-primary > ul > li {
    width: auto;
    padding: 2em 2.6em;
  }

  .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 > .sub-menu,
  .lander-page .nav-primary .sub-menu,
  .nav-primary > ul > li.current-menu-ancestor > .sub-menu,
  .project-detail .nav-primary .menu-item-6653 .sub-menu {
    display: block;
  }

  .bwco_work.project-detail #menu-item-6653 {
    background: url('images/bg_nav-on.gif') center bottom no-repeat;
    font-weight: bold;
  }

  .nav-primary .sub-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 122px;
    height: auto;
  }

  .nav-primary .sub-menu li {
    float: left;
    padding: 1.6em 2em;
  }

  .nav-primary .sub-menu a {
    font-size: 1.8em;
    letter-spacing: 1.5px;
  }

  .nav-primary .blog a {
    padding-top: .6em;
    /* padding-right: 2.4em; */
  }


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

  .blog .nav-pagination {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }




/* SECTION STYLING
 * Styling for section content
 * ---------------------------------------------------------------------- */

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

  .section-sidebar {
    float: right;
    width: 32%;
    padding-left: 1.5%;
    border-left: .1em solid #e0d5d1;
  }

  .section-sidebar section {
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 20px;
  }

  .section-sidebar .section-newsworthy h3 + p {
    padding-bottom: 0;
    border-bottom: none;
  }

  .section-sidebar .section-about p {
    font-size: 2.2em;
  }

  .responsiveHeight {
    height: 560px;
  }

  .iosSlider .slider .item {
    float: left;
    width: auto;
    height: 502px;
    margin-right: .5em;
  }

  .iosSlider .video-container {
    position: relative;
    width: 890px; /* was width: 755px; */
    height: 502px;
  }

    .responsiveHeight.large .iosSlider .slider .item {
      height: 860px;
    }

  .iosSlider.detail .slider img {
    width: auto;
    height: 502px;
  }

  .responsiveHeight.large {
    height: 860px;
  }

  .responsiveHeight.large .iosSlider .slider img {
    height: 772px;
  }

  .responsiveHeight.large .iosSlider .video-container {
    width: 1161px;
    height: 772px;
  }

  .iosSlider.detail .nav-carousel .button {
    height: 502px;
    top: 0%;
  }

  .iosSlider.simple .nav-carousel .prev {
    height: 302px;
  }

  .responsiveHeight.large .iosSlider .nav-carousel .prev,
  .responsiveHeight.large .iosSlider .nav-carousel .next {
    height: 772px;
  }




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

article.with-sidebar {
  float: left;
  width: 65%;
}




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

  /* PAGE STYLING: LANDER
   * Styling for lander page
   * ---------------------------------------------------------------------- */

  .lander-page article {
    /* padding-top: 2em; */
  }

  .lander-page article header {
    position: relative;
    min-height: 8em;
    padding: 0 0 2em 0;
  }

  .lander-page article .col.share {
    position: absolute;
    top: 0;
    left: 57.8%;
    width: 17.8%;
    height: 90%;
    padding-left: 1.5%;
    margin-left: 1.5%;

  }

    .lander-page article .col.share h4 {
      padding-top: 2em;
    }

  .lander-page article .col:first-child {
    width: 57.8%;
    padding-left: 0;
    margin-left: 0;
    border-left: .1em solid #fff;
  }


  /* PAGE STYLING: WORK PAGES
   * Styling for work pages
   * ---------------------------------------------------------------------- */

  .project-detail article header {
    position: relative;
    padding-top: 1em;
    margin-bottom: 0;
  }

  .header-work .col {
    float: left;
    width: 14%;
    padding-left: 1.5%;
    margin-left: 1.5%;
    padding-top: .5em;
    border-left: .1em solid #e0d5d1;
  }

  .header-work .col:first-child {
    width: 37%;
    padding-left: 0;
    margin-left: 0;
    border-left: .1em solid #fff;
  }

  .header-work .col.section-client {
    position: absolute;
    top: 0;
    left: 37%;
    height: 100%;
    padding-top: 0;
  }

    .header-work .col.section-client h4 {
      padding-top: 1em;
      font-family: 'Sentinel SSm A', 'Sentinel SSm B';
      font-size: 1.4em;
      text-transform: none;
      font-style: italic;
  		font-weight: normal;
      color: #695543;
    }

  .header-work .col.section-venue {
    position: absolute;
    top: 0;
    left: 54%;
    width: 14%;
    height: 100%;
    padding-top: 0;
  }

    .header-work .col.section-venue h4 {
      padding-top: 1em;
      font-family: 'Sentinel SSm A', 'Sentinel SSm B';
      font-size: 1.4em;
      text-transform: none;
      font-style: italic;
      font-weight: normal;
      color: #695543;
    }

  .header-work .col.section-venue.noVenue {
    position: absolute;
    top: 0;
    left: 54%;
    width: 14%;
    height: 100%;
    padding-top: 0;
    border-left: 0px;
  }

  .header-work .col.section-pagination {
    position: absolute;
    top: 0;
    left: 71%;
    width: 25%;
    height: 100%;
    padding-top: 0;
  }

    .header-work .col.section-pagination h4 {
      padding-top: 1em;
      font-family: 'Sentinel SSm A', 'Sentinel SSm B';
      font-size: 1.4em;
      text-transform: none;
      font-style: italic;
      font-weight: normal;
      color: #695543;
    }

  .project-detail article .project-info .col {
    float: left;
    width: 70%;
    padding-left: 1.5%;
    margin-left: 1.5%;
  }

  .project-detail article .project-info .col:first-child {
    width: 25%;
    padding-left: 0;
    margin-left: 0;
  }

  .project-detail article .section-pagination h2 {
    font-size: 1.8em;
  }

  .project-detail article .nav-pagination {
    margin-top: -1.2em;
    margin-left: 2em;
  }

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

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

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

  .project-detail article .section-credits p {
    font-size: 1.8em;
  }

  .project-detail article .section-description {
    -moz-columns: 2;
    -moz-column-gap: 1.5em;
    -webkit-columns: 2;
    -webkit-column-gap: 1.5em;
    columns: 2;
    column-gap: 1.5em;
  }


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

  #participate article .col {
    float: left;
    width: 31.2%;
    padding-top: 2em;
    padding-left: 1.5%;
    margin-left: 1.5%;
    border-left: .1em solid #e0d5d1;
  }

  #participate article #mc-embed-signup {
    margin-bottom: 2em;
  }

    #participate article .col:first-child {
      padding-left: 0;
      margin-left: 0;
      border-left: none;
    }

  #participate .article-content {
    min-height: 656px;
  }

  #participate .article-content h3 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  #participate em {
    font-size: .8em;
  }


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

  #about-the-studio .section-studio-profile {
    float: left;
    width: 65.4%;
    /*border-left: .2em solid #f2eae4;*/
  }

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

    #about-the-studio .page-share {
      float: right;
      width: 19%;
      margin-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none;
    }

  #about-the-studio .section-recent-clients {
    position: absolute;
    top: 0;
    right: 0;
    width: 31.2%;
    min-height: 100%;
    padding-left: 1.5%;
    margin-left: 1.5%;
    border-left: .1em solid #e0d5d1;
    padding-top: 2em;
  }

  #about-the-studio .section-recent-clients h4 {
    font-family: 'GTPressura';
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: .3em;
    color: #c0ab9e;
    letter-spacing: 1.5px;
  }

  #about-the-studio .section-studio-profile .cms-copy {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }

  #about-the-studio .section-studio-profile .cms-copy 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;
  }

  #about-the-studio .section-bottom {
    margin-top: 4em;
  }

  #about-the-studio .section-bottom section {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }

    #about-the-studio .section-bottom .col {
      float: left;
      width: 31.2%;
      padding-top: 2em;
      padding-left: 1.5%;
      margin-left: 1.5%;
      border-left: .1em solid #e0d5d1;
    }

    #about-the-studio .section-bottom .col.section-capabilities {
      padding-left: 0;
      margin-left: 0;
      border-left: 0em solid #f2eae4;
    }

    #about-the-studio .section-capabilities p {
      font-size: 2.2em;
    }


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

  #complete-project-index .page-content {
    padding-top: 4em;
  }

  #complete-project-index .page-share {
    margin-bottom: 4em;
    padding-bottom: 0;
    border-bottom: none;
  }

  #complete-project-index .section-project-list {
    position: relative;
    float: left;
    width: 60%;
    margin-top: 2em;
    margin-top: 2em;
  }

  .csscolumns #complete-project-index .section-project-list {
    -moz-columns: 2;
    -moz-column-gap: 4em;
    -webkit-columns: 2;
    -webkit-column-gap: 4em;
    columns: 2;
    column-gap: 4em;
  }

  #complete-project-index .section-project-list .border {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-top: -2em;
    padding-bottom: 2em;
    background-color: #e0d5d1;
  }

  #complete-project-index .section-page {
    float: left;
    width: 36.8%;
    padding-left: 1.5%;
    margin-left: 1.5%;
    border-left: .1em solid #e0d5d1;
  }

    #complete-project-index .section-page p {
      font-size: 2.2em;
    }




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

.blog .article-excerpt {
  padding-bottom: 0;
  margin-bottom: 5em;
  border-bottom: none;
}

  .blog .article-excerpt header {
    margin-bottom: 3em;
    display: flex;
  }

  .blog .article-excerpt .col {
    float: left;
    width: 75%;
    margin-top: 20px;
  }

  .blog .article-excerpt .col.share {
    float: right;
    max-width: 17em;
    padding-left: 2em;
    border-left: .1em solid #e0d5d1;
    display: flex;
    align-items: center;
  }

  .blog .article-excerpt .col.share p {
    float: none;
    font-size: 2.1em;
    margin-top: 0;
  }

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