/*
Theme Name: The Lakehouse
Theme URI: http://www.wearerokket.com
Description: Framework 
Author: Josh Hebert & Josh Siegel
Author URI: http://www.wearerokket.us
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: 


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html,body { 
  overflow-x:hidden; 
  margin-top:0px !important;
}

.hideme {
  opacity:0;
}

.visibile {
     opacity:1 !important;
}

.full-only {
  display:block;
}

.mobile-only {
  display:none;
}


.text-rotate {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

@font-face {
    font-family: Mensch;
    src: url(./inc/fonts/mensch.ttf);
}

@font-face {
    font-family: Mensch-Thin;
    src: url(./inc/fonts/mensch-thin.ttf);
}

@font-face {
    font-family: Mensch-Bold;
    src: url(./inc/fonts/mensch-bold.ttf);
}
body {
	font-family: AvenirLTStd-Light; 
  font-size:14px;
  letter-spacing:1.3px;
  color:#2B2B2E;
}

h1, h2, h3, h4 {
  font-family: 'Mensch-Bold';
  letter-spacing:1.9px;
  font-weight: 400;
}
a.link.hvr-forward:focus {
    text-decoration: none;
    outline: none;
}

a.link.actives {
    border-bottom: 2px solid #000;
}
h2 {
  font-size:32px;
}

h3 {
  font-size:24px;
}
div#menu-page a.link.hvr-forward {
    cursor: pointer;
}
.menu-section p {
  margin:0 0 15px;
}

/* Open Table */

.ot-button:focus, .ot-button:hover { 
  background-color:#000;
  color:#fff;
}
  
/* MENU */

div#menu-wrap {
	text-align:right;
  padding:60px;
}


div#slide-menu {
  position:absolute;
  min-height:900px;
  height:100vh;
  width:100%;
  z-index:999;
  background-color:#2F3F98;
  display:none;
}

div.slide-contents {
  text-align:center;
  width:50%;
  margin:0px auto;
  padding-top:100px;
}

.slide-contents ul {
  list-style-type:none;
  padding-left:0;
}

.slide-contents li {
  margin:15px 0;
}

.slide-contents a {
  color:#fff;
  font-family:'mensch-thin';
  text-transform: uppercase;
  font-weight:normal;
  letter-spacing:2px;
  font-size:32px;
	padding:20px 0px;
}

div#slide-out-logo {
  text-align:center;
}

div#slide-out-logo img {
  margin-top:50px;
}


span#menu-toggle {
  color:#fff;
  border:1px solid #ddd;
  cursor:pointer;
  position:relative;
  z-index:9999;
}
div#sec-8 {
	text-align:center;
    width: 100%;
    background: #fff;
}
.res-box {
  float:left;
  width:100%;
  height:200px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-bottom:50px;
}
.res-box a {
    color: #2F3F98;
    border: 1px solid #2F3F98;
    padding: 12px 15px;
    border-radius: 5px;
    position: relative;
    top: 20px;
    transition:ease all .3;
}
.res-box a:hover {
  background:#2F3F98;
  color:#fff;
  text-decoration:none;
}

/* Custom Menu Button */
.c-hamburger {
  display: block;
  position: relative;
  float:right;
  overflow: hidden;
  z-index:9999;
  margin: 0;
  padding: 0;
  width: 65px;
  height: 65px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color:transparent;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 34px;
  left: 8px;
  right: 8px;
  height: 3px;
  background: #fff;
  transition: transform 0.3s;
}

.owl-carousel .owl-item {
  padding:0px 75px;
}
div#invited_show {
    width: 100%;
    height: 1px;
    float: left;
    background: #2f3f98;
}
.owl-prev {
    position: absolute;
    left: -60px;
    top: 35%;
    background: url(/wp-content/uploads/2017/06/button_down_2.png) !important;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    background-size: 100% !important;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1 !important;
    text-indent: -9999em;
}

.owl-next {
    position: absolute;
    right: -60px;
    top: 35%;
    background: url(/wp-content/uploads/2017/06/button_down_2.png) !important;
    width: 40px;
  text-indent: -9999em;
    height: 40px;
    background-size: 100% !important;
    background-size: 100% !important;
    -webkit-transform: rotate(265deg);
    -moz-transform: rotate(265deg);
    -ms-transform: rotate(265deg);
    -o-transform: rotate(265deg);
    transform: rotate(265deg);
    opacity: 1 !important;
}

/* .c-hamburger.is-active span {
  transform: rotate(-90deg);
} */

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  height: 3px;
  background-color: #fff;
  content: "";
}
.content_item>h1 {
    font-family: 'Mensch';
    letter-spacing: 1.7px;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 32px;
}

.content_item>h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 23px;
}
.c-hamburger span::before {
  top: -12px;
  width:100%;
}

.c-hamburger span::after {
  bottom: -12px;
  width:100%;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
div#sec-7 {
    float: left;
}
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content_item {
    width: 60%;
    float: left;
}

.img_item {
    width: 40%;
    float: left;
    padding-left: 5%;
}

.on_item {
    font-size: 14px;
    line-height: 1.5;
    max-width: 500px;
    margin: 30px 0 50px;
}

.img_item img {
    width: 100%;
    height: auto;
}

a.link_farm {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

/* BUTTONS */



.button-box {
  border-bottom:1px solid #fff;
  width:auto;
  padding-bottom:10px;
}

.button-box a {
  font-size:24px;
  color:#fff;
}

.button-box a:hover {
  text-decoration:none;
}



.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
/* HEADER */
div.page-main {
    position:relative;
  	width:100%;
  	height:auto;
  	min-height:900px;
		-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover !important;
}

div.page-main-title {
	width:650px;
  text-align:center;
  margin-left:100px;
  margin-top:450px;
  color:#fff;
}

div.page-main-title h2 {
  margin-top:40px;
}
div.page-main-title a.header-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 15px;
    border-radius: 5px;
    position: relative;
    text-transform:uppercase;
    top: 20px;
    transition:ease all .3;
}
div.page-main-title a.header-btn:hover {
  background:#fff;
  color:#2F3F98;
  text-decoration:none;
}
div#menu-page-main {
    position:relative;
  	background:#ddddda;
  	width:100%;
  	height:auto;
}

div#menu-page-logo {
  margin-top:60px;
  text-align:center;
}


/* HOME PAGE */
/* PARALLAX SECTIONS */

#home-blue {
  color:#fff;
}
#home-blue a {
  color:#fff;
  border-bottom:1px solid;
}
#home-blue a:hover {
  text-decoration:none;
}

.jarallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#sec-3, #sec-5, #sec-7 {
  width:100%;
  height:900px;
}

#sec-3 {
  background-image: url("/wp-content/uploads/2017/06/The_Lakehouse_Bellevue.jpg");
}

#sec-5 {
    background-image: url("/wp-content/uploads/2017/05/the_lakehouse_bellevue_landing.jpg");
}

#sec-7 {
    background-image: url("/wp-content/uploads/2017/05/lakehouse_home_4.jpg");
}


div#sec-2 {
  background-color:#2F3F98;
  width:100%;
  height:auto;
  color:#fff;
  margin-top:-10px;
}

div#invited {
  /* padding-left:35%; */
  padding:100px 0px 120px;
}

div#res-pic  {
  margin:0px auto;
  text-align:center;
}

div#res-pic img {
  width:80%;
}

div#invited p {
  margin:40px 0;
  font-size:14px;
  letter-spacing:2px;
  line-height:40px;
}

.invite-right {
  padding-right:75px;
}
.invite-right a {
  color:#fff;
  border-bottom:2px solid;
  position:relative;
  transition:ease-in-out all .4s;
  left:0;
}
.invite-right a:hover {
  text-decoration:none;
  left:15px;
}
div#open-table-widget {
  padding-left:75px;
  /* display:none; */
}

#grid-l-1 {
	-vendor-animation-delay: 2s;
}

#grid-l-2 {
	-vendor-animation-delay: 3s;
}

#grid-r {
	-vendor-animation-delay: 4s;
}

#bio-content {
  	-vendor-animation-delay: 2s;
}

#endorsement-icons {
  	-vendor-animation-delay: 4s;
}

div#sec-4 {
  background:#c4c4c4;
  height:auto;
  padding-top:100px;
  padding-bottom:75px;
  width:100%;
  box-shadow:10px 0px 40px #808080;
}
div#sec-4 img {
  width:80%;
  margin:0px auto;
}

#sec-4-img {
  text-align:center;
}


div#sec-4-btn {
  width:50%;
  margin:30px auto;
  text-align:center;
}

div#pic-grid-left {
  text-align:right;
	padding:0px 0px;
}

div#pic-grid-right {
  padding:0px 3px;
}

#res-button, #res-button2, #partner-button, .under-button {
  padding-bottom:10px;
  font-size:24px;
  letter-spacing:2px;
  border-bottom:2px solid #fff;
  width:auto;
}

.cat-link {
  font-size:18px;
  padding-top:20px;
  border-bottom:2px solid #2B2B2E;
}

.cat-link a {
  color:#2B2B2E;
}

.cat-link a:hover {
  text-decoration:none;
  color:#2B2B2E;
}
  
#res-button, #res-button2 {
  cursor:pointer;
}

#menu-btn {
  padding-bottom:10px;
  font-size:24px;
  letter-spacing:2px;
  color: #fff;
  border-bottom:2px solid #fff;
  font-family:'Mensch';
  text-transform:uppercase;
  width:auto;
}

#menu-btn a {
  color:#fff;
  text-decoration:none;
}
#menu-btn a:hover {
  text-decoration:none;
}
#menu-btn_blk {
  padding-bottom:10px;
  font-size:24px;
  letter-spacing:2px;
  color: #000;
  border-bottom:2px solid #000;
  font-family:'Mensch';
  text-transform:uppercase;
  width:auto;
}

#menu-btn_blk a {
  color:#000;
  text-decoration:none;
}
#menu-btn_blk a:hover {
  text-decoration:none;
}

#res-button a, #res-button2 a, #partner-button a, .under-button a {
  position:relative;
  color:#fff;
  text-decoration:none;
}

#res-button a:hover, #res-button2 a:hover, #partner-button a:hover, .under-button a:hover {
  text-decoration:none;
  color:#fff;
}

#contact-button, .notes-title, .bio-button {
  padding-bottom:10px;
  font-size:24px;
  letter-spacing:2px;
  border-bottom:2px solid #2B2B2E;
  width:auto;
}

#contact-button {
  margin-top:15px;
}
.notes-title {
  padding-bottom:0px;
  letter-spacing:2px;
  border-bottom:2px solid #2B2B2E;
  width:auto;
}

#time-box:before {
  content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0";
}

.notes-title h2 {
  font-size:36px;
 	font-family: AvenirLTStd-Light; 
}
  

#contact-button a, .notes-title a {
  position:relative;
  color:#2B2B2E;
  text-decoration:none;
}

.bio-button {
  margin-top:30px;
}

 .bio-button a {
     position:relative;
  color:#2B2B2E;
  text-decoration:none;
}

.bio-button a:hover {
    color:#2B2B2E;
    text-decoration:none;
}

#contact-button a:hover, .notes-title a:hover {
    color:#2B2B2E;
    text-decoration:none;
}

div#rewards {
  margin-top:100px;
  color:#6F6F7A;
}


div#partner-button {
  padding-top:75px;
}



div#sec-6 {
  overflow: hidden;
  background:#2F3F98;
  float: left;
  width:100%;
  color:#fff;
  padding:75px 0;
  box-shadow:10px 0px 40px #808080;
}

div#sec-6 h2 {
  text-transform: uppercase;
}

div#sec-6 span {
  font-size:24px;
}

div#sec-6 p {
  margin:20px 0;
}

div#sec-8 {
  padding-bottom:100px;
}

div#sec-8 img {
  width:80%;
  margin:0px auto;
}

#jason-link-button {
  width:100%;
  margin:50px auto 30px;
}

div#sec-8 .row, div#bio-page .row {
	display:block;
  margin:125px auto 50px auto !important;
}

div#sec-8 h3, div#bio-page h3 {
  text-transform:uppercase;
  margin-bottom:40px;
}

div#home-bio-pic {
  text-align:center;
}




#bio-content {
  margin-top:0px;
  width:70%;
}

#bio-line {
	width:100px;
  height:1px;
  background-color:#000;
  margin:40px 0px;
}

div.bio-icons {
  padding:40px 0 0 2px;
}

div.bio-icons a {
  color:#2B2B2E;
}

#endorsement-icons {
  width:100%;
  margin-left:0px;
}

div#sec-8 ul, div#bio-page ul {
  list-style-type:none;
  padding-left:0px;
}

div#sec-8 ul li, div#bio-page ul li {
    display:inline;
}

div#sec-8 ul li:nth-last-child(1), div#bio-page ul li:nth-last-child(1) {
margin-left: 60px;
}


/* CATERING */
div#cat-main {
  background:#fff;
  color:#2B2B2E;
  padding:75px 0;
  width:100%;
  height:auto;
}

div#cat-left {
  text-align:right;
  padding:20px 50px 0 0;
}

div#cat-left img {
  width:100%;
  height:auto;
}

div#cat-right {
  text-align:left;
  /* padding-right:30px; */
}

div#cat-right h2 {
  text-transform:uppercase;
  font-size:32px;
}

#pd {
  margin-top:75px;
}


div#cat-right p {
  margin-top:30px;
}


/* BIO PAGE */
#bio-page-pic {
  width:100%;
}


/* CONTACT PAGE */
div#contact-box {
  width:70%;
  margin:100px auto 150px;
}

div#contact-box .row {
  margin-top:40px;
  margin-bottom:40px;
}

/* MENU PAGE */
div#menu-page-header {
  height:200px;
  width:100%;
  background:#c4c4c4;
}

div#menu-page {
  width:100%;
  padding:75px auto;
}

div#menu-menu {
    background:#c4c4c4;
  	padding-bottom:50px;
    color:#fff;
}
div#menu-intro {
    background:#c4c4c4;
  padding-top:50px;
}

div#menu-intro p {
  background:#c4c4c4;
  padding-bottom:40px;
  margin-bottom:0px;
  font-size:18px;
  font-weight:300;
  color:#000;
  width:100%;
  text-align:center;
}
div#menu-page a.link {
  color:3000 !important;
}
  
#menu-container {
  padding-top:75px;
  padding-bottom:75px;
}

div#menu-pic {
  padding:0px 0 75px 100px;
}

div#menu-content {
  padding:0 50px 100px;
}
div.menu-section h3 {
  padding-bottom:20px;
}

div.menu-left {
  width:100%;
  max-width:100%;
  height:auto;
  height:900px;
}

.menu-divider {
  margin-bottom:30px;
}

a.link {
	color:#000;
}

a.link:hover {
  color:#000;
  text-decoration:none;
}


#menu_page_pic {
  width:100%;
}

/* KITCHEN NOTES */
.page-title {
  text-align:center;
  margin:75px 0;
}

.page-title h1 {
  padding-bottom:0px;
}

.post-box {
  width:60%;
  margin:75px auto;
}

.pic-box {
  width:100%;
  margin:0 auto;
  text-align:center;
}

.post-chunk {
  text-align:center;
}

.kitchen-notes-container {
  width:60%;
  margin:0px auto;
}

div.post-excerpt {
  margin:50px 0;
}

div.blog-spacer {
  height:20px;
  background-color:#ededed;
}

.single-content-box {
  width:70%;
  margin:75px auto 100px auto;
  text-align:center;
}

.single-content-box h2 {
  margin:75px 0 50px;
  text-align:center;
}

.single-content-box p {
  text-align:center;
}

/* FOOTER */



div.footer {
  width: 100%;
  float: left;
}

div.footer-hr {
	width:70%;
  margin:0px auto;
  background-color:#979797;
  height:1px;
}

div.footer1 {
  background:#fff;
  padding-bottom:50px;
}

div#rest-links div {
	margin-left:20px;
  margin-bottom:-10px;
}

div#rest-links div a {

	font-family: AvenirLTStd-Light; 
  color:#2B2B2E;
}

#footer-contact a {
  color:#fff;
}

#footer-contact a:hover {
}

#footer-logos {
  text-align:right;
}


div.footer2 {
  color:#fff;
  background:#2F3F98;
  padding:30px 0 75px;
}

#footer-logo-box {
  text-align:right;
  padding-right:30px;
}

div.footer .row {
  padding-top:50px;
}

#footer-logo {
  height:60px;
}

div.footer1 ul, div.footer2 ul {
  list-style-type:none;
}

div.footer1 ul li, div.footer2 ul li {
    display:inline;
}

div.footer1 ul li {
	margin-right:50px;
}

div.social ul img {
  height:20px;
  margin:20px 15px;
}

#partner-box {
  position:relative;
  padding-left:0px;
  padding-top:40px;
  text-align:center;
}
.footer-partners ul {
  list-style-type:none;
}

.footer-partners ul li {
  display:inline;
  padding-right:20px;
  text-align:center;
}


div#opt-in p {
  font-family:mensch-thin;
  text-transform:uppercase;
  font-size:16px;
}
  
.nf-form-fields-required {
  display:none;
}

.nf-multi-cell .nf-cell {
  padding: 0 0;
}


/* RESPONSIVE */
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
@media screen and (max-width: 1200px) {
  

}

@media screen and (max-width: 1000px) {


}
@media screen and (max-width: 765px) {
  
  .mobile-only { display:block;}
  .full-only {display:none;}
  
  div.page-main {
    min-height:600px;
  }
  
  div.page-main-title {
    width: 90%;
    margin-left: auto;
    margin-top: 100px;
    margin-right: auto;
  }
    div.page-main-title img {
      width:100%;
  }
  div.slide-contents {
    padding-top:20px;
  }
  .slide-contents a {
    font-size: 20px;
  }
  
  div#slide-out-logo img {
    margin-top: 25px;
  }
  
  div#menu-wrap {
    padding: 20px;
  }
    
  div#invited {
		padding-top:75px;
  }
  .invite-right {
    text-align:center;
    padding-right:0px;
    padding-left:0px;
    width:90%;
    margin:0px auto;
  }
  
  div#sec-2 {
    height:auto;
    padding-bottom:50px;
  }
  
  div#open-table-widget {
    padding-left: 0px;
  }
  
  .owl-carousel .owl-item {
    padding: 0px 20px;
  }
  .item-slide {
    padding-right:none;
  }
  
	#sec-8 #bio-pic {
    width:100%;
  }
    #bio-content {
      width:90%;
  }
  
  div#sec-8 .row {
    margin:50px auto;
  }
  
  #footer-logos, #rest-links {
    text-align: center;
  }
  
  div#opt-in-container {
    width:95%;
    margin:50px auto;
    text-align:center;
  }
  
  div#rest-links div {
    margin-left: 0px;
  }
   
  div#footer-logo-box {
    text-align:center;
    margin-bottom:30px;
  }
  
  div#footer-contact {
    width:90%;
    margin:0 auto;
    text-align:center;
  }
    div.footer1 ul, div.footer2 ul {
      padding-left:0px;
      text-align:center;
  }
  
  #endorsement-icons, #bio-line, #pic-grid-right, #menu-page-logo, #menu-pic {
    display:none;
  }

  div#menu-intro {
    background: #ddddda;
  }
  
	div#menu-intro p {
    padding-bottom: 40px;
    padding-top:40px;
    width:90%;
    margin:0 auto;
  }
  
  #menu-menu {
    text-align:center;
  }
  
  div#cat-left {
    text-align: center;
		padding: 0 0;
  }
  div#cat-main {
   padding: 50px 0;
  }
  
  div#cat-right h2 {
    margin-top:50px;
  }
.content_item {
    width: 100%;
}

.img_item {
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
  
.post-box {
  width:90%;
  }
  
  #partner-box {
  padding-left:0px;
  padding-top:30px;
}


.footer-partners ul li {
  padding-right:0px;
}


}
@media screen and (max-width: 550px) {
  .desktop-only {
    display:none;
  }

}



