/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html,body {
  color: #222;
  font-size: 14px;
  line-height: 1.4;
  margin:0;
  padding:0;  
}

html {
    
}

body {
  overflow-x: hidden;
  font-family: 'Univers', Helvetica, sans-serif;

}


.UniversLTStd-Light { 
  font-family: 'UniversLTStd-Light';
  font-weight: normal;
  font-style: normal;
}
.UniversLT-Bold { 
  font-family: 'UniversLT-Bold';
  font-weight: normal;
  font-style: normal;
}
.UniversLT-LightOblique { 
  font-family: 'UniversLT-LightOblique';
  font-weight: normal;
  font-style: normal;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

  .bg-gray hr{
    border-top: 1px solid #d1d1d2;

  }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/* ==========================================================================
 Author's custom styles
 ========================================================================== */

a img{
  border:none;
}

strong {
   -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
   -webkit-font-smoothing: antialiased;
}

p{
  margin-top:0;
  margin-bottom:20px;
}

dl {color:#ADABAB;}
dt {
	text-transform: capitalize;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
dd {
	margin: 0 0 10px 0;	
	padding: 0;	
}

/* GRID COLS */
.col{
  float:left;
  transition: all 0.125s ease;
  -webkit-transition: all 0.125s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.col-right{
  float:right;
}
  .col-padded{
    padding:0 7.5px;
  }

  @media screen and (max-width: 540px) {
    .col-padded{
      padding-left:0;
      padding-right:0;
    }
  }
  .col-padded-top{
    padding-top:7.5px;
  }
.col-1{
  width:8.33%
}
.col-2{
  width:16.66%
}
.col-3{
  width:25%
}
.col-4{
  width:33.33%
}
.col-5{
  width:41.66%
}
.col-6{
  width:50%
}
.col-7{
  width:58.33%
}
.col-8{
  width:66.66%
}
.col-9{
  width:75%
}
.col-10{
  width:83.33%
}
.col-11{
  width:91.66%
}
.col-12{
  width:100%
}

@media screen and (max-width: 540px) {
  .col-1, .col-2, .col-3{
    width:25%;
  }
  .col-4, .col-5, .col-6{
    width:50%
  }
  .col-7, .col-8, .col-9{
    width:75%
  }
  .col-10, .col-11, .col-12{
    width:100%
  }
}

@media screen and (max-width: 540px) {
  .col, .col-right{
    float:none;
    width:100%;
  }
}

/* --- COLORS -----
## White Background ##
  Light Gray - #D8D5CE
  Medium Yellow - #DF9816
  Dark Gray - #D8D5CE
  Light Gray Hover - #ACAAAA

## Yellow Background ##
  Background - #FCBD4B
  Dark Yellow - #D78817
*/

.bg-yellow{
  background:#FCBD4B;
  color;#fff;

}

.bg-black{
  background:#000;
  color:#fff;

}

.bg-gray{
  background:#959292;
  color:#e5e5e5 !important;


}
.bg-gray dl {color: #d1d1d2 !important;}
/*--- MAIN TEMPLATE ---*/

.page{
  padding-top:45px;
}

.mobile-only{
  display:none;
}

.desktop-only{
  display:inherit;
}

@media screen and (max-width: 540px) {
  .page{
    padding-top:16px;
  }

  .mobile-only{
    display:inherit;
  }

  .desktop-only{
    display:none;
  }
}

.contained{
  width:100%;
  max-width:1038px;
  margin:auto;
}

.wide{
  width:100%;
  max-width:1560px;
  margin:auto;
}

  @media screen and (max-width: 1038px) {
    .contained{
      width:96%;
    }
  }

  @media screen and (max-width: 720px) {
    .contained{
      width:94%;
    }
  }

#logo{
  max-width:72px;
}

  #logo a{
    width:100%;
    height:100%;
    display:inline-block;
  }

  #logo img{
    width:100%;
  }

#menu-button{
  width:25px;
  height:21px;
  background:url(../img/menu-gray.png) no-repeat center;
  float:right;
  display:none;
}

  .bg-yellow #menu-button{
    background:url(../img/menu-yellow.png) no-repeat center;
  }

@media screen and (max-width: 540px) {
  #logo{
    float:left;
  }

  #menu-button{
    display:block;
    cursor:pointer;
  }
}

nav{

}

  nav ul{
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
  }

    nav ul li{
      display:block;
      padding-bottom:8px;
      border-bottom:1px solid #D9D6CE;
      cursor:pointer;
    }

      .bg-yellow nav ul li{
        border-bottom:1px solid #fedaa6;
      }

      li#nav-link-home{
        display:none;
      }
      
      @media screen and (max-width: 540px) {
        li#nav-link-home{
          display:block;
        }
      }


      nav ul li>ul{
        display:none;
        position:absolute;
        margin-top:8px;
      }

      header nav>ul>li:hover{
        border-top:1px solid #5C5E64;
        padding-top:13px;
        border-bottom:none;
        margin-top:-13px;
      }

        .bg-black header nav>ul>li:hover{
          border-top:1px solid #DF9816;
        }

        header nav ul li:hover ul{
          display:block;
        }

        header nav ul li:hover .work-category{
          display:none;
        }

          nav ul li ul li{
            border:none !important;
            margin-top:14px;
          }

      /*.bg-yellow nav ul li.active, .bg-black nav ul li.active{
        border-top:1px solid #fff;
      }*/

  nav a{
    font-size:14px;
    color:#ADABAB;
    text-decoration:none;
  }

  nav a:hover, nav li.active>a{
    color:#5C5E64;
  }

  .bg-yellow nav a, .bg-black nav a, .bg-gray nav a{
    color:#fff;
  }

    .bg-yellow nav a:hover, .bg-yellow nav li.active>a{
      color:#5C5E64;
    }

    .bg-black nav a:hover, .bg-black nav li.active>a{
      color:#FCBD4b;
    }

    .bg-gray nav a:hover{
      color:#D9D6CE;
    }

  nav .work-category{
    color:#ADABAB;
    display: block;
    position: absolute;
    padding-top:16px;
  }

    .bg-yellow nav .work-category, .bg-black nav .work-category, .bg-gray nav .work-category{
      color:#fff;
    }

  nav .prev-next{
    margin-top:8px;
    float:right;
  }

  header #to-top{
    display:none;
  }

#headline{
  margin-top:100px;
  margin-bottom:20px;
}

#headline.project {
  margin-top: 87px;
}

  #headline h1{
    font-size:14px;
    color:#FCBD4b;

    padding:0;
    margin:0;
  }

    .bg-yellow #headline h1{
      color:#fff;
    }

.prev-next{
  width:36px;
  float:right;
}

.button-prev{
  width:8px;
  height:13px;
  background:url(../img/arrow-left-white-theme-sml.png);
  display:inline-block;
  float:left;
  cursor:pointer;
}

.button-next{
  width:8px;
  height:13px;
  background-image:url(../img/arrow-right-white-theme-sml.png);
  display:inline-block;
  float:right;
  cursor:pointer;
}

  .button-prev:hover, .button-next:hover{
    background-position:bottom;
  }

  .bg-yellow .button-prev{
    background-image:url(../img/arrow-left-yellow-theme-sml.png);
  }

  .bg-yellow .button-next{
    background-image:url(../img/arrow-right-yellow-theme-sml.png);
  }

  .bg-black .button-prev{
    background-image:url(../img/arrow-left-black-theme-sml.png);
  }

  .bg-black .button-next{
    background-image:url(../img/arrow-right-black-theme-sml.png);
  }

  .bg-gray .button-prev{
    background-image:url(../img/arrow-left-gray-theme-sml.png);
  }

  .bg-gray .button-next{
    background-image:url(../img/arrow-right-gray-theme-sml.png);
  }

#headline .prev-next{
  display:none;
}

a #heading{
  text-decoration: none;
}

@media screen and (max-width: 540px) {
  #heading{
    width:50%;
    float:left;
  }

  #headline .prev-next{
    display:block;
  }

  .prev-next{
    float:right;
  }
}

#hero{
  width:100%;
  margin-bottom:40px;
  height:597px;
  background-size: cover !important;

}

@media screen and (max-width: 840px) {
  #hero {
    height:500px;
  }
}

@media screen and (max-width: 720px) {
  #hero {
    height:500px;
  }
}

@media screen and (max-width: 540px) {
  #hero {
    height:400px;
  }
}

@media screen and (max-width: 480px) {
  #hero {
    height:300px;
  }
}


footer{
  padding-bottom:40px;
  width:100%;
}

  footer.bottom{
    position:absolute;
    bottom:40px;
  }

  @media screen and (max-width: 540px) {
    footer.bottom{
      position:relative;
      bottom:auto;
    }

    .foot-address-comma{
      display:none;
    }

    .footer-phone{
      display:block;
    }
  }

  footer .border-top{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #fff;
  }

    .bg-black footer .border-top{
      border-top:1px solid #D8D5CE;
    }

  .bg-yellow footer{
    color:#fff;
  }

    .bg-yellow footer .border-top{
      border-top:1px solid #fedaa6;
    }

  footer nav{
    display:none;
  }

    .bg-yellow footer nav a, .bg-black footer nav a, .bg-gray footer nav a{
      color:#fff;
    }

      .bg-yellow footer nav a:hover, .bg-yellow footer nav a.active{
        color:#5C5E64;
      }

    footer nav .prev-next{
      margin-top:12px;
    }

    footer .foot-contained{
      width:94%;
      margin:auto;
    }

    footer #to-top{
      display:none;
      display: inline;
      margin-top: 10px;
      float: left;
      width: auto;
    }

    @media screen and (max-width: 540px) {
      footer #to-top{
        display:block;
      }
    }

#foot-contact{
  color:#ADABAB;
}

  .foot-contact-work{
    margin-top:-39px;
  }

  .bg-yellow #foot-contact{
    color:#fff;
  }

  @media screen and (max-width: 540px) {
    #foot-contact{
      width:100%;
    }
  }

  footer nav{
    margin-top:27px;
    border-top:1px solid #D9D6CE;
    padding:10px 0 34px 0;
  }

    .bg-yellow footer nav{
      border-top:1px solid #fedaa6;
    }

    footer nav ul li{
      padding-top:6px;      
    }

      footer nav ul li.col{
        width:100%;
        float:none;
      }

    footer nav ul li a{
      color:#5C5E64;
    }

      footer nav ul li>ul{
        display:block;
        position:relative;
      }

          nav ul li ul li{
            border:none !important;
            margin-top:0px;
          }

            nav ul li ul li a{
              color:#B3B4B4;
            }

@media screen and (max-width: 540px) {
  header nav{
    display:none;
  }

  footer nav{
    display:block;
  }

    footer nav a{
      display:block;
      width:94%;
      margin:auto;
    }

    footer nav ul li{
      padding:12px 0;
    }

      footer nav ul li:first-child{
        padding-top:5px;
      }

      footer nav ul li ul li{
        padding:5px 0;
      }

    footer nav .work-category{
      display:none;
    }

  footer .contained{
    width:100%;
  }

  #foot-contact{
    width:94%;
    margin:auto;
  }

  footer.bottom{
    margin-top:32px;
  }
}

hr{
  border-top:1px solid #ADABAB;
  margin:8px 0;
  padding:0;
  background:transparent;
  display:block;
}

a{
  text-decoration:none;
  color:#ADABAB;
}

  a img{
    border:none;
  }


/*--- HOME ---*/
#page-home{

}

#hero-home{
  height:600px;
  margin-bottom:20px;
}

@media screen and (max-width: 540px) {
  #hero-home{
    height:320px;
  }
}

#hero-home-background{
  background:url(../img/hero-willow-house.jpg) no-repeat top center;
  background-size:cover;
  max-width:1560px;
  height:100%;
  margin:auto;
  position:relative;
  z-index:10;
}
#hero-home-background-2{
  background:url(../img/hero-masa-restaurant.jpg) no-repeat top center;
  background-size:cover;
  max-width:1560px;
  height:100%;
  margin:auto;
  position:relative;
  z-index:10;
}
#hero-home-background-3{
  background:url(../img/hero-beach-house.jpg) no-repeat top center;
  background-size:cover;
  max-width:1560px;
  height:100%;
  margin:auto;
  position:relative;
  z-index:10;
}
#hero-home-background-4{
  background:url(../img/hero-hobnob-kitchen-and-bar.jpg) no-repeat top center;
  background-size:cover;
  max-width:1560px;
  height:100%;
  margin:auto;
  position:relative;
  z-index:10;
}
#hero-home-background-5{
  background:url(../img/hero-3333-building.jpg) no-repeat top center;
  background-size:cover;
  max-width:1560px;
  height:100%;
  margin:auto;
  position:relative;
  z-index:10;
}
#hero-home-background-6{
  background:url(../img/hero-park-and-fleur.jpg) no-repeat top center;
  background-size:cover;
  max-width:1560px;
  height:100%;
  margin:auto;
  position:relative;
  z-index:10;
}

.cover-grid{
  width:100%;
  border-top:1px solid #D9D6CE;
  position:relative;
  z-index:20;
  margin-top:-600px;
}

@media screen and (max-width: 540px) {
  .cover-grid{
    margin-top:-320px;
  }
}

.cr{
  height:99px;
  border-bottom:1px solid #D9D6CE;
}
  .cr .contained{
    float:left;
  }

  .cr .col, .cr .outside{
    float:left;
    height:99px;
    transition: all 0.125s ease;
    -webkit-transition: all 0.125s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
  }

@media screen and (max-width: 540px) {
  .cover-grid{
    border-top:1px solid #D9D6CE;
    border-bottom:1px solid #D9D6CE;
  }

    .cover-grid .outside{
      display:none;
    }

    .cover-grid .contained{
      width:100%;
    }

    .cover-grid .cr{
      height:64px;
      border:none;
    }

      .cover-grid .cr .col{
        width:25%;
        height:64px;
      }

    .cover-grid .cr6{
      display:none;
    }
}

#page-home #foot-contact{
  display:block;
}

/*--- ABOUT ---*/
#page-about{

}

  #page-about #main{
    position:relative;
    top:-39px;
    margin-bottom:-39px;
  }

  @media screen and (max-width: 540px) {
    #page-about #main{
      top:0;
      margin-bottom:0;
    }
  }

/*--- WORK ---*/
#page-work{

}

.photo-caption, .photo-caption-right{
  color:#ADABAB;
  padding-top:12px;
  border-top:1px solid #d1d1d2;
  margin-bottom:40px;
}

  .bg-gray .photo-caption, .bg-gray .photo-caption-right{
    color:#d1d1d2;
  }

  .photo-caption-right{
    text-align:right;
  }

@media screen and (max-width: 540px) {
  .photo-caption, .photo-caption-right{
    border-top:none;
    text-align:left;
  }
}

.horizontal-spacer{
  height:20px;
}

.vertical-spacer{
  height:120px;
}

.vertical-spacer-short{
  height:40px;
}

@media screen and (max-width: 540px) {
  .vertical-spacer-short{
    height:12px;
  }
}

.img-full{
  width:100%;
}

.responsive-image{

}

  .responsive-image img{
    width:100%;
  }

.work-grid{
  width:100%;
  color:#ADABAB;
  border-top:1px solid #D9D6CE;
}

@media screen and (max-width: 540px) {
  .work-grid{
    border-top:none;
  }
}

  .work-grid .col{
    background:transparent;
    background-size:cover;
    background-position:center;
  }

    .work-grid .col a{
      display:inline-block;
      width:100%;
      height:100%;
      color:#fff;
    }

      .work-grid .col a span{
        display:none;
      }

      .work-grid .col a:hover{
        background:#000;
        opacity:.3;
      }

        .work-grid .col a:hover span{
          display:block;
        }

  .work-grid .headline .col-padded{
    padding-left:0;
  }

.to-top{
  margin-bottom:20px;
}

.to-top .link-to-top{
  display:inline-block;
  float:left;
}

@media screen and (max-width: 540px) {
  .to-top{
    display:none;
  }
}


@media screen and (max-width: 540px) {
  .work-grid .outside{
    display:none;
  }

  .work-grid .cr{
    border-bottom:none;
  }

  .work-grid .empty{
    display:none;
  }

  .work-grid .contained{
    width:100%;
  }

    .work-grid .contained .col{
      height:120px;
      margin-bottom:50px;
    }

    .work-grid .contained .col-padded{
      padding-left:3%;
      padding-right:3%;
    }

    .work-grid .contained .headline{
      height:104px;
      border-top:1px solid #B3B4B4;
      margin-bottom:0px;
    }

      .work-grid .contained .col a{
        height:auto;
        position:relative;
        top:120px;
        background:transparent;
      }

        .work-grid  .contained .col a span, .work-grid  .contained .col a:hover span{
          display:block;
          color:#B3B4B4;
        }

}

.m-page-title{
  font-size:14px;
  color:#DF9816;
  padding:0;
  display:none;
}

  .bg-yellow .m-page-title{
    color:#5C5E64 !important;
  }

.work-nav{
  display:none;
}

  .work-nav ul{
    margin:12px 0;
  }

    .work-nav ul li{
      border:none;
      margin-top:10px;
    }

@media screen and (max-width: 540px) {
  #headline{
    margin-top:30px;
  }

  #headline .dpa{
    display:none;
  }

  .m-page-title{
    display:block;
  }

  .work-nav{
    display:block;
  }
}

/*--- CONTACT ---*/
#page-contact{

}

  #page-contact span.address{
    color:#5C5E64;
  }

  #page-contact a.phone, #page-contact a.phone:hover{
    text-decoration:none;
    color:#5C5E64;
    display:inline-block;
    margin-top:10px;
  }

input, textarea{
  width:98% !important;
  height:40px;
  font-size:14px;
  line-height:20px;
  color:#000;
  padding-left:5px;
  background:transparent;
  border: 1px solid #fedaa6;
  display:block;
   margin:16px 5px 20px 0;
  outline-color:#DF9827;
  -webkit-appearance:none;
  -webkit-border-radius:0px;
}
  input[type="submit"]{
    width: 100% !important;
    color:#fedaa6;
    background:#DF9827;
    border:1px solid #D68928;
    text-align:left;
    line-height:37px;
    padding-left:5px;
    margin-top:16px;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
  }

textarea{
  height:95px;

}

  ::-webkit-input-placeholder {
    color:#fff;
  }
  ::-moz-placeholder {
    color:#fff;
  }
  :-moz-placeholder {   /* Older versions of Firefox */
    color:#fff;
  }
  :-ms-input-placeholder { 
    color:#fff;
  }

.contact-dpa{
  display:none;
  font-size:14px;
  color:#fff;
  padding:0;
  margin:0;
}

@media screen and (max-width: 540px) {
  .contact-dpa{
    display:block;
  }

  form{
    margin:30px 5px 20px 0;
  }

input, textarea{
  width:100% !important;
}

  input[type="submit"]{
    width:50%;
  }
}

/* ==========================================================================
 Media Queries
 ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {

}

/* ==========================================================================
 Helper classes
 ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
 Print styles
 ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

