/*
Template: grandrestaurant
Theme Name: Sushi of Gari
Description: theme for Sushi of Gari
Author: WM & Creators, Inc.
Author URI: https://wm-creators.com/
Version: 1.0
*/

/* ::selection */
::selection { color: #777777; }
::-moz-selection { color: #777777; }

/* logo */
img.zoom { max-height: 50px !important; }

/* heading */
#page_caption.hasbg {
    height: 85vh !important;
}
#page_caption h1, .ppb_title {
  letter-spacing: 1px !important;
}
#page_caption h1 {
  font-size: 23px !important;
  text-transform: none !important;
  font-weight: 300 !important;
}
h2.ppb_title {
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
}
.one_half.last.parallax_scroll h2 { line-height: 35px; }
h3 { letter-spacing: 1px; line-height: 20px; }


/* parallax_scroll */
.parallax_scroll { background: rgba(255,255,255, .8) !important; }
.one_half.last.parallax_scroll { z-index: 2; }

/* button */
a.button { margin-bottom: 5px; }
a.button:hover, #open_table_submit:hover { opacity: 0.7; }

/* text-transform:none */
.post_header .post_detail, .recent_post_detail, .post_detail, .thumb_content span, .portfolio_desc .portfolio_excerpt, .testimonial_customer_position, .testimonial_customer_company {
    text-transform: none !important;
}

/* image */
img.alignnone { margin: 0; }

/* open table */
.open_table_field label { margin: 0 15px 0 0px; }
.open_table_field { margin: 0 15px 15px; }
#open_table_submit { width: 210px; margin-top: 15px; }

/* Biography */
.bio h4 { margin-top: 30px; }

/* contact form */
form.wpcf7-form { margin-top: 30px; }
.wpcf7 label { display: none; }
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=date], .wpcf7 input[type=tel] {
  width: 46%;
  display: inline;
  box-sizing: border-box;
  margin-right: 3%;
  margin-top: 3%;
  margin-bottom: 0;
}
.wpcf7-form input.wpcf7-text, .wpcf7-form textarea, .wpcf7-form input.wpcf7-date {
  width: 95.5%;
  box-sizing: border-box;
  margin-right: 3%;
  margin-top: 3%;
  margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-submit { margin-top: 3%; }
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  border: none;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.ui-tabs .ui-tabs-nav li {
  background: #cfa670;
  margin: 0 10px 0 0;
  border: 1px solid #999 !important;
  border-left: 1px solid #999 !important;
  box-shadow: 3px 1px 1px #555555;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
    box-shadow: none;
}

.tabs .ui-tabs-panel {
  border: 1px solid #999;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-active a:hover,
.ui-state-default a:hover,
.ui-tabs .ui-tabs-nav li.ui-state-active a:visited {
  color: #000000;
}

/* footer */
.footer_bar_wrapper { margin-top: 0px; }


/* max-width: 767px */
@media only screen and (max-width: 767px) {
  .gm-style { pointer-events: none; }
  .one_half.last.parallax_scroll h2 { font-weight: 300 !important; }
  .one_half.parallax_scroll { margin-top: 20px; }
}

/* max-width: 600px */
@media only screen and (max-width: 600px) {
  .ui-tabs .ui-tabs-nav li a {
    padding: 8px 3px 7px 3px !important;
  }
  .ui-tabs .ui-tabs-nav li {
    margin: 0 2px 0 0 !important;
  }
}
