
@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_thin-webfont.woff2') format('woff2'),
         url('fonts/brandon_thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquethin';
    src: url('fonts/brandon_thin_it-webfont.woff2') format('woff2'),
         url('fonts/brandon_thin_it-webfont.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_light-webfont.woff2') format('woff2'),
         url('fonts/brandon_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_reg-webfont.woff2') format('woff2'),
         url('fonts/brandon_reg-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_reg_it-webfont.woff2') format('woff2'),
         url('fonts/brandon_reg_it-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_med-webfont.woff2') format('woff2'),
         url('fonts/brandon_med-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_med_it-webfont.woff2') format('woff2'),
         url('fonts/brandon_med_it-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_bld_it-webfont.woff2') format('woff2'),
         url('fonts/brandon_bld_it-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_blk-webfont.woff2') format('woff2'),
         url('fonts/brandon_blk-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_blk_it-webfont.woff2') format('woff2'),
         url('fonts/brandon_blk_it-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Regular.eot');
    src: local('☺'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Light.eot');
    src: local('☺'), url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype'), url('fonts/ProximaNova-Light.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Extrabold.eot');
    src: local('☺'), url('fonts/ProximaNova-Extrabold.woff') format('woff'), url('fonts/ProximaNova-Extrabold.ttf') format('truetype'), url('fonts/ProximaNova-Extrabold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Bold.eot');
    src: local('☺'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: local('☺'), url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.ttf') format('truetype'), url('fonts/ProximaNova-Semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}


body {
    -moz-osx-font-smoothing: grayscale;
    background: url(../images/img-pikks-bkg.jpg) repeat;
    color: #000;
    font-family: 'brandon_grotesque', sans-serif;
    font-size: 15px;
    height: 100% !important;
    line-height: 1.3;
    margin: 0;
    min-height: 100%;
    overflow: hidden;
    padding:0;
    width: 100%;
}

.clear {
    clear:both;
    margin:0;
    padding: 0;
}

.page {
    backface-visibility: hidden;
    height: 100%;
    overflow: visible;
    padding-left: 294px;
    position: relative;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100%;
}

#main .page {
    padding-left: 0;
}

.site-main .row {
    margin-left: 0px;
    margin-right: 0px;
}

/* START: Chosen Select Fields */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0 10px;
  text-align: left;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #ad4926;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 20px;
  height: 28px;
  border: 1px solid #ad4926;
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box;
  color: #59595b;
  text-decoration: none;
  white-space: nowrap;
  line-height: 28px;
}
.chosen-container-single .chosen-default {
  color: #59595b;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 38px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 28px;
  height: 100%;
  z-index: 1;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: #ad4926 url('../images/chosen-sprite.png') no-repeat 8px 4px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 2px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ad4926;
  background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
  font-family: 'brandon_grotesque', sans-serif;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #59595b;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  font-family: 'brandon_grotesque', sans-serif;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #ad4926;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ad4926;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -14px 3px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #ad4926;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 3px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* END: Chosen Select Fields */


/* START: Menu */
#masthead {
    box-shadow: 0 5px 5px rgba(29, 29, 27, 0.7);
    display: block;
    float: none;
    min-height: 100%;
    left: 0;
    padding: 30px 0px;
    position: absolute;
    right: auto;
    top: 0;
    transition: height 0.3s ease-in-out 0s;
    width: 294px;
    z-index: 300;
    background-color: #392e2c;
    font-family: 'brandon_grotesque', sans-serif;
}
#masthead.fixed {
  position: fixed;
}

.site-title {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}

.grow,
.grow2,
.grow3 {
    clear: both;
    height: 52px; 
    width: 100%; 
    float: left; 
    position: relative; 
    transition:all 0.5s; 
    -webkit-transition:all 0.5s; 
    text-align: left;
    overflow:hidden;

}

.grow2 {
    height:33px;
    
}

.grow3 {
    height:33px;
}

.grow2 h2,
.grow3 h2 {
    padding: 0;
    margin-top: 0;
}

.grow h2,
.grow2 h2,
.grow3 h2 {
    padding-left: 49px;
}
#secondary .widget {
    margin: 0;
}

.pikks-logo {
    max-width: 230px;
}

/* Adobo Logo */
.st0{fill:#cd9831;}
.st1{fill:#E75C2F;}
.st2{fill:#FFFFFF;}
.st3{fill-rule:evenodd;clip-rule:evenodd;fill:#E75C2F;}
/* Adobo Logo */

.grow,
.grow2,
.grow3 {
    font-size: 16px;
    font-weight: bold;
}

.grow:hover{
    height:325px; /* This is the height on hover */
}

.grow2:hover {
    height:100%; /* This is the height on hover */
}

.grow3:hover {
    height:150px; /* This is the height on hover */
}




.grow h2,
.grow h2 a,
.grow2 h2,
.grow2 h2 a,
.grow3 h2,
.grow3 h2 a {
    color: #fff;
    font-size: 23px;
    line-height: 33px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.grow h2 a:hover,
.grow2 h2 a:hover,
.grow3 h2 a:hover {
    color: #ad4926;
    text-decoration: none;
}

#secondary-menu,
#primary-menu,
#parties-menu,
#catering-menu {
    background-color: #ad4926;
    float:left;
    padding:30px 0px 30px 0px;
    width: 100%;
}

#secondary-menu li,
#primary-menu li,
#parties-menu li,
#catering-menu li {
    background-color: #ad4926;
    width: 100%;
}

#secondary-menu li a,
#primary-menu li a,
#parties-menu li a,
#catering-menu li a {
    color: #fff;
    margin: 6px 0px 6px 0px;
    padding-left: 49px;
}


#secondary-menu li a:after,
#primary-menu li a:after,
#parties-menu li a:after,
#catering-menu li a:after {
    content: url("../images/gr-pikks-btn-white-arrow-small.png");
    right: -10px;
    top: 0px;
    opacity: 0;
    position: relative;
    transition: opacity 0.5s ease-in-out 0s;
}

#secondary-menu li a:hover::after,
#primary-menu li a:hover::after,
#parties-menu li a:hover::after,
#catering-menu li a:hover::after {
    opacity: 1;
}


#secondary-menu li a:first-child,
#primary-menu li a:first-child,
#parties-menu li a:first-child,
#catering-menu li a:first-child {
    margin: 0px 0px 0px 0px;
}

#secondary-menu li a:last-child,
#primary-menu li a:last-child,
#parties-menu li a:last-child,
#catering-menu li a:last-child {
    margin: 6px 0px 0px 0px;
}

#masthead aside ul {
    color: #000;
    font-size: 23px;
    line-height: 33px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    width: 100%;
}

#masthead aside ul li {
    padding-left: 49px;
}

#masthead aside a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#masthead aside a:hover {
    color: #ad4926;
    text-decoration: none;
}

.rest-info aside {
    margin:0 auto;
    max-width: 198px;
}

#masthead .rest-info-first,
#masthead .rest-info-third {
    color: #fff;
}

.phone {
    font-size: 25px;
    font-weight: 800;
}

#masthead .rest-info-second {
    color: #fff;
}

#masthead .rest-info-third a {
    color: #fff;
    font-weight: 800;
}

#masthead .rest-info .rest-info-first {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

#masthead .rest-info .rest-info-second {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#masthead .rest-info .rest-info-second .icon {
    fill:#cd9831;
    margin-right:10px;
    width: 30px;
}
#masthead .rest-info .rest-info-second a:hover .icon {
  fill:#ad4926;
}

#masthead .rest-info .rest-info-first:after,
#masthead .rest-info .rest-info-first:before, .imgBorder:before {
    content: url("../images/gr-divider-line.png"); 
    position: relative;  
}
.imgBorder a{
  display: block;
  padding-top: 35px;
  font-size: 20px;
}
#masthead .rest-info .rest-info-first:before {
    top: -30px
}

#masthead .rest-info .rest-info-first:after {
    bottom: -30px
}





/* Davinci Menu */

/* END: Menu */


/* START: Open Table */
.opentable_form {
    text-align: center;
    margin: 40px 0;
}
.opentable_form input.opentable_date {
    width: 200px;
    height: 28px;
    margin: 0 10px 12px;
    padding: 0 0 0 20px;
    font-size: 15px;
    border: 1px solid #ad4926;
    background: #fff;
    color: #59595b;
    border-radius: 0;
    vertical-align: middle;
    font-family: 'brandon_grotesque', sans-serif;
}
.opentable_form input.opentable_date::-webkit-input-placeholder {
    color: #59595b;
    opacity: 1;
}
.opentable_form input.opentable_date::-moz-placeholder {
    color: #59595b;
    opacity: 1;
}
.opentable_form input.opentable_date:-ms-input-placeholder {
    color: #59595b;
    opacity: 1;
}
.opentable_form input.opentable_date:-moz-placeholder {
    color: #59595b;
    opacity: 1;
}
.opentable_form select {
    width: 200px;
    height: 28px;
    margin: 0 10px 12px;
    padding: 0 0 0 20px;
    font-size: 15px;
    border: 1px solid #ad4926;
    background: #fff;
    color: #59595b;
    border-radius: 0;
    vertical-align: middle;
    font-family: 'brandon_grotesque', sans-serif;
}
.opentable_form .chosen-container {
  margin-bottom: 12px;
}
.opentable_form select.opentabopentable_timele_party {
    width: 200px;
}
.opentable_form select.opentable_party {
    width: 200px;
}
.opentable_form .opentable_submit_wrap {
    text-align: center;
    margin-top: 40px;
}
.opentable_form .opentable_submit {
    background: #ad4926;
    color: #fff;
    border: 1px solid #fff;
    height: 44px;
    padding: 3px 19px 0;
    margin: 0;
    font-family: 'brandon_grotesque', sans-serif;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
    vertical-align: middle;
    display: inline-block;
    transition: padding-right 0.3s ease-in-out 0s;
}
.opentable_form .opentable_submit:hover, .opentable_form .opentable_submit:active, .opentable_form .opentable_submit:focus {
    background-color: #ad4926;
    border-color: #fff;
    box-shadow: 0 0 0 transparent;
    padding-right: 49px;
}
.opentable_form .opentable_submit + span.button_carat {
    background: transparent url("../images/gr-pikks-btn-white-arrow.png") no-repeat center center;
    height: 44px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    margin-left: -8px;
    margin-right: -22px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s, margin-left 0.3s ease-in-out 0s;
}
.opentable_form .opentable_submit:hover + span.button_carat, .opentable_form .opentable_submit:active + span.button_carat, .opentable_form .opentable_submit:focus + span.button_carat {
    margin-left: -38px;
    opacity: 1;
}
#ui-datepicker-div {
  display: none;
}
button.ui-datepicker-trigger {
    position: relative;
    margin-left: -38px;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: #ad4926 url('../images/chosen-sprite.png') no-repeat 8px 5px;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    padding: 0;
    vertical-align: top;
}
button.ui-datepicker-trigger.active {
    background-position: -14px 4px;
}
/* END: Open Table */


/* START: 2-Column Forms */
.gform_wrapper {
  text-align: left;
}
.gform_wrapper ul {
  margin: 0;
  list-style: none;
}
.gform_wrapper.two-column .gform_body ul.gform_fields:first-child,
.gform_wrapper.two-column ul.gform_column.one-half li.gfield.gsection {
  display: none;
}
.gform_wrapper.two-column ul.gform_column.one-half {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gform_wrapper.two-column ul.gform_column.one-half label {
  display: none;
}
.gform_wrapper.two-column ul.gform_column.one-half .show_label label {
    display: block;
}
.gform_wrapper ul.gform_column.one-half li.gfield {
  clear: none;
  padding-bottom: 12px;
}
.gform_wrapper .ginput_container .chosen-container {
  margin: 0;
}
.gfield_required {
  color: #ad4926;
}
.gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container input[type=number], .gform_wrapper .ginput_container input[type=password], .gform_wrapper .ginput_container input[type=tel], .gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=url] {
    padding: 0 0 0 15px;
    font-size: 15px;
    font-family: 'brandon_grotesque', sans-serif;
}
.gform_wrapper .ginput_container .chosen-container .chosen-drop {
    border: 1px solid #ad4926;
}
.gform_wrapper .ginput_container .chosen-container-single .chosen-single {
    border: 1px solid #ad4926;
}
.gform_wrapper .ginput_container .chosen-container-single .chosen-single div b {
  background-color: #ad4926;
}
.gform_wrapper .ginput_container .chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #ad4926;
    padding-left: 3px;
    height: 24px;
    font-family: 'brandon_grotesque', sans-serif;
}
.gform_wrapper .ginput_container .chosen-container-active .chosen-single {
    border: 1px solid #ad4926;
}
.gform_wrapper .ginput_container .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ad4926;
}
.gform_wrapper .ginput_container .chosen-container-active .chosen-choices {
    border: 1px solid #ad4926;
}
.ginput_container input, .ginput_container textarea, .ginput_container select {
    height: 28px;
    padding: 0 0 0 15px;
    font-size: 15px;
    border: 1px solid #ad4926;
    background: #fff;
    color: #59595b;
    border-radius: 0;
    vertical-align: middle;
    font-family: 'brandon_grotesque', sans-serif;
}
.ginput_container .chosen-container-single .chosen-single {
  padding-left: 15px;
}
.ginput_container textarea {
  height: 108px;
}
.gform_wrapper .hidden_label .ginput_container input.large, .gform_wrapper .hidden_label .ginput_container select.large, .gform_wrapper .top_label .ginput_container input.large, .gform_wrapper .top_label .ginput_container select.large {
    width: 100%;
}
.gform_wrapper .top_label .gform_wrginput_containerapper input.medium, .gform_wrapper .top_label .ginput_container select.medium {
  width: 50%;
}
.gform_wrapper .ginput_container_fileupload input {
    padding: 0;
    height: auto;
    width: 100%;
}
.gform_wrapper .ginput_container .datepicker {
  width: 100% !important;
}
.ginput_container input::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
    color: #59595b;
    opacity: 1;
}
.ginput_container input::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
    color: #59595b;
    opacity: 1;
}
.ginput_container input:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
    color: #59595b;
    opacity: 1;
}
.ginput_container input:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
    color: #59595b;
    opacity: 1;
}
.ginput_container_address .address_line_1 {
  width: 100%;
  float: left;
  padding: 0 15px 12px;
}
.ginput_container_address .address_city {
  width: 100%;
  float: left;
  padding: 0 15px 12px;
}
.ginput_container_address .address_state {
  width: 50%;
  float: left;
  padding: 0 15px 12px;
}
.ginput_container_address .address_zip {
  width: 50%;
  float: left;
  padding: 0 15px 12px;
}
.ginput_container_address input, .ginput_container_address select {
  width: 100%;
}
.gform_footer {
  clear: both;
  text-align: center;
  padding-top: 40px;
}
.gform_footer .gform_button {
    background: #ad4926;
    color: #fff;
    border: 1px solid #fff;
    height: 44px;
    padding: 3px 19px 0;
    margin-top: 0;
    font-family: 'brandon_grotesque', sans-serif;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
    display: inline-block;
    vertical-align: middle;
    transition: padding-right 0.3s ease-in-out 0s;
}
.gform_footer .gform_button.gform_image_button {
    vertical-align: top;
}
.gform_footer .gform_button:hover, .gform_footer .gform_button:active, .gform_footer .gform_button:focus {
    background-color: #ad4926;
    border-color: #fff;
    box-shadow: 0 0 0 transparent;
    padding-right: 49px;
}
.gform_footer .gform_button + span.button_carat {
    background: transparent url("../images/gr-pikks-btn-white-arrow.png") no-repeat center center;
    height: 44px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    margin-left: -8px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s, margin-left 0.3s ease-in-out 0s;
}
.gform_footer .gform_button:hover + span.button_carat, .gform_footer .gform_button:active + span.button_carat, .gform_footer .gform_button:focus + span.button_carat {
    margin-left: -38px;
    opacity: 1;
}
/* END: 2-Column Forms */



/* START HOME PAGE */
body.home article {
    padding: 0 54px;
}

.container,
body.home article .container {
    padding: 0;
    width: 100%;
    max-width: 810px;
}

article.slider-wrap {
    background: orange;
    margin-bottom: 8px;
    width: 100%;
}

body.home article.about-wrap {
    background-color: #69081b;
    background-color: rgba(105,8,27,0.85);
    width: 100%;
    margin-top: 60px;
    height: 420px;
    color: #fff;
    text-align: center;
}
body.home article.about-wrap .col-md-5 p {
  margin: 0;
}
body.home article.about-wrap .col-md-5 img {
  height: 420px;
  width: auto;
  max-width: none;
  float: right
}
body.home article.about-wrap .col-md-7 {
    padding-top: 60px;
}


article.info-footer-wrap {
     background-color: #5c4f4c;
     color:#fff;
     width: 100%;
}

.site-main .row .container h3 {
    color: #ad4926;
    font-family: 'brandon_grotesque', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.site-main .row .container h4 {
    color: #ad4926;
    font-family: 'brandon_grotesque', sans-serif;
    font-weight: 800;
    font-size: 21px;
}

.site-main .row .container h1 {
    color: #000;
    font-family: 'brandon_grotesque', sans-serif;
}

article.button-wrap {
    margin:0;
    padding: 0;
    width: 100%;
}

.col-wrap {
    position: relative;
    height: 525px;
    padding-top: 380px;
    text-align: center;
}

.col1 {
     background: url("../images/img-home-private-parties.jpg") top center;
     background-repeat: no-repeat;
}

.col2 {
     background: url("../images/img-home-reservations.jpg") top center;
     background-repeat: no-repeat;
}

.col3 {
     background: url("../images/img-home-catering.jpg") top center;
     background-repeat: no-repeat;
}

article.button-wrap .button {
    background-color:#cd9831; 
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    line-height: 60px;
    font-family: 'brandon_grotesque', sans-serif;
    font-weight: 900;
    margin: 0 auto;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition: width 0.3s ease-in-out 0s, padding-right 0.3s ease-in-out 0s;
    padding: 0 20px;
    height: 60px;
}

article.button-wrap .button:hover {
    
    color: #fff;
    text-decoration: none;
    padding-right: 50px;
}

article.button-wrap .button::after {
    content:url('../images/gr-pikks-btn-white-arrow.png');
    right: 10px;
    top: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease-in-out 0s;
}

article.button-wrap .button:hover::after {
    opacity: 1;
}



/* END HOME PAGE */


/* START: Davinci Interior Template PAGE */

.header-wrap {
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.header-wrap-orange {
    height: 265px;
    background-color: #cd9831;
}
.height-full {
    height: 100%;
}

.overlay-wrap {
    height: 100%;
    position: absolute;
    top: 0 !important;
    width: 100%;
    z-index: 5;
}

.overlay-wrap .arrow {
    padding: 0;
}

.header-meta {
    bottom: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    width: 100%;
}


main.site-main .header-meta-default {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    width: 100%;
    margin: 0 -15px;
}

main.site-main .header-meta-default h1.page-title {
    color: #fff;
    display: block;
    font-family: 'brandon_grotesque', sans-serif;
    font-size: 40px;
    font-weight:  bold;
    text-transform: uppercase;
    margin:0 0 0 0; 
    position: absolute;
    text-align: center;
    top: 50% !important;
    width:100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -webkit-transform-style: preserve-3d;
}

main.site-main .header-meta-default h1.page-title span.header-block-lines {
    display: block;
    margin: 0 80px;
    background: #cd9831 url('../images/double-line.png') repeat-x center center;
}

main.site-main .header-meta-default h1.page-title span.header-block-outer {
    display: inline-block;
    padding: 0 15px;
    background-color: #cd9831;
}
main.site-main .header-meta-default h1.page-title span.header-block {
    line-height: 79px;
    color: #49413f;
    height: 79px;
    display: inline-block;
    border-style: solid;
    border-width: 0px 35px;
    -moz-border-image: url(../images/header-box.png) 0 35 stretch;
    -webkit-border-image: url(../images/header-box.png) 0 35 stretch;
    -o-border-image: url(../images/header-box.png) 0 35 stretch;
    border-image: url(../images/header-box.png) 0 35 fill stretch;
}

main.site-main .header-meta-default h2.page-sub-title {
    color: #fff;
    display: block;
    font-family: 'brandon_grotesque', sans-serif;
    font-size: 21px;
    font-weight:  bold;
    margin:60px 0 0 0; 
    position: absolute;
    text-align: center;
    top: 50% !important;
    width:100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -webkit-transform-style: preserve-3d;
}






body.page-template-page-davincigroup-main .site-main {
    color: #000;
}

body.page-template-page-davincigroup-main .site-main h2 {
    font-family: 'brandon_grotesque', sans-serif;
    font-size: 18px;
}

body.page-template-page-davincigroup-main .grey {
    background-color: rgba(250,250,250,0.5);
    padding: 65px 0 55px 0;
}

body.page-template-page-davincigroup-main .white {
    background-color: #fff;
    padding: 65px 0 55px 0;
}

body.page-template-page-davincigroup-main .transparent {
    padding: 65px 0 55px 0;
}

a.visitsite {
    background-color:#cd9831; 
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    line-height: 60px;
    font-family: 'brandon_grotesque', sans-serif;
    font-weight: 900;
    margin: 0 auto;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition: width 0.3s ease-in-out 0s, padding-right 0.3s ease-in-out 0s;
    padding: 0 20px;
    height: 60px;

}
a.visitsite:hover {
    text-decoration: none;
    padding-right: 50px;
}
a.visitsite::after {
    content:url('../images/gr-pikks-btn-white-arrow.png');
    right: 10px;
    top: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease-in-out 0s;
}
a.visitsite:hover::after {
    opacity: 1;
}



 
.reservation-icon-wrap img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
 
.reservation-icon-wrap img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: none;
  filter: none;
}




/* END: Davinci Interior Template PAGE */


/* START: Menu Page */

#main .menu {
	margin:70px 48px 60px;
	background:#ad4926;
	color:#fff;
    position: relative;
}

#main .menu:before,
#main .menu:after {
	content:'';
	display:block;
	width:100%;
	float:left;
}

#main .menu ul,
#main .menu li,
#main .menu dl,
#main .menu dt,
#main .menu dd {
	margin:0;
	padding:0;
}

.title_nav,
.quick_links {
	text-align:center;
}

.title_nav li {
    display:inline-block;
    vertical-align: bottom;
}

.quick_links li {
    display:inline-block;
    vertical-align: middle;
}

#main .menu ul.title_nav {
    padding: 60px 0 50px;
}
#main .menu .title_nav li.prev {
  text-align: center;
  margin-bottom: -5px;
}
#main .menu .title_nav li.next {
  text-align: center;
  margin-bottom: -5px;
}
.title_nav h1 {
    font-size: 40px;
    font-family: 'brandon_grotesque', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 20px;
}
.title_nav h1 span.header-block {
    line-height: 79px;
    color: #fff;
    height: 79px;
    display: inline-block;
    border-style: solid;
    border-width: 0px 35px;
    -moz-border-image: url(../images/header-box-dark.png) 0 35 stretch;
    -webkit-border-image: url(../images/header-box-dark.png) 0 35 stretch;
    -o-border-image: url(../images/header-box-dark.png) 0 35 stretch;
    border-image: url(../images/header-box-dark.png) 0 35 fill stretch;
}
.title_nav a {
    color: #deb6a8;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out 0s;
}
.title_nav a:hover, .title_nav a:active, .title_nav a:focus {
    color: #deb6a8;
    text-decoration: none;
    opacity: 1;
}
.title_nav .menu_carat {
    display: inline-block;
    width: 43px;
    height: 43px;
    border-radius: 43px;
    vertical-align: middle;
    background: #deb6a8 url('../images/menu-arrow.png') no-repeat left top;
}
.title_nav .prev .menu_carat {
    background-position: left top;
    
}
.title_nav .next .menu_carat {
    background-position: right top;
}

#main .menu ul.quick_links {
    padding: 0 0 40px;
    margin: 0 50px;
    border-bottom: 1px solid #fff;
}

.quick_links a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #cd9831;
    margin: 10px;
    outline: 0;
    transition: color 0.3s ease-in-out 0s;
}

.quick_links a::before, .quick_links a::after {
    content: '\2022';
    padding: 0 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s;
}

.quick_links a.active, .quick_links a:hover, .quick_links a:active, .quick_links a:focus {
    color: #fff;
    text-decoration: none;
}

.quick_links a.active::before, .quick_links a.active::after, .quick_links a:hover::before, .quick_links a:active::before, .quick_links a:focus::before, .quick_links a:hover::after, .quick_links a:active::after, .quick_links a:focus::after {
    opacity: 1;
}

.menu_sections {
	padding:30px 15px;
	max-width:590px;
	margin:0 auto;
}
.menu_sections h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    color: #cd9831;
    text-transform: uppercase;
    font-family: 'ProximaNova', sans-serif;
}
.menu_sections p {
    margin: 0;
    color: #cd9831;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
}

.menu_panel {
  display: none;
}
.menu_panel.active {
  display: block;
}

#main .menu_sections dl.menu_items {
    margin: 10px 0 30px;
    overflow: hidden;
}

.menu_sections dt,
.menu_sections dd {
	vertical-align:top;
}

#main .menu .menu_sections dt {
    margin-top: 15px;
    font-size: 16px;
    max-width:calc(100% - 135px);
    width: auto;
    float: left;
    clear: both;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}

.menu_sections dt p {
    color: #fff;
}

.menu_sections dt b {
    display: block;
    font-size: 21px;
    font-family: 'ProximaNova', sans-serif;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 5px;
}

#main .menu .menu_sections dd {
  margin-left: -100%;
    margin-top: 15px;
    min-width:130px;
    width: auto;
    font-size: 21px;
    line-height: 1.1em;
    float: right;
    text-align: right;
    font-family: 'ProximaNova', sans-serif;
}

.menu_top_content {
    padding: 30px 15px 0;
    max-width: 590px;
    margin: 0 auto -15px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
}
.menu_top_content {
    font-size: 18px;
}
.menu_bottom_content {
    padding: 50px 0;
    margin: 0 50px;
    border-top: 1px solid #fff;
}
.menu_bottom_content h3 {
    color: #fff;
    font-family: 'brandon_grotesque', sans-serif;
    font-weight: 800;
    font-size: 23px;
}


.menu_bottom_content .chosen-container .chosen-drop {
  border: 1px solid #fff;
}
.menu_bottom_content .chosen-container-single .chosen-single {
  border: 1px solid #fff;
}
.menu_bottom_content .chosen-container-single .chosen-single div b {
  background-color: #d6a493;
}
.menu_bottom_content button.ui-datepicker-trigger {
  background-color: #d6a493;
}
.menu_bottom_content .chosen-container-single .chosen-search input[type="text"] {
  border: 1px solid #fff;
}
.menu_bottom_content .chosen-container-active .chosen-single {
  border: 1px solid #fff;
}
.menu_bottom_content .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #fff;
}
.menu_bottom_content .chosen-container-active .chosen-choices {
  border: 1px solid #fff;
}
.menu_bottom_content .opentable_form input.opentable_date {
    border: 1px solid #fff;
}
.menu_bottom_content .opentable_form .opentable_submit {
    background-color: #cd9831;
}
.menu_bottom_content .opentable_form .opentable_submit:hover, .menu_bottom_content .opentable_form .opentable_submit:active, .menu_bottom_content .opentable_form .opentable_submit:focus {
    background-color: #cd9831;
}

.hide_nav .prev, .hide_nav .next {
  display: none;
}

.wp-caption {
  overflow: hidden;
  position: relative;
}
.wp-caption .wp-caption-text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: 'brandon_grotesque', sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    pointer-events: none;
}
.wp-caption a img {
    background: #272525;
    /*opacity: 0.7;*/
    transition: all 0.3s ease-in-out 0s;
}
.wp-caption a:hover img, .wp-caption a:active img, .wp-caption a:focus img {
  /*opacity: 1;*/
  transform: scale(1.2);
}
.menu-landing p {
  margin: 0;
}
/* END: Menu Page */


/* START: Footer */
footer.site-footer {
    color: #000;
    padding: 20px 54px;
    text-align: center;
    width: 100%;
}

footer.site-footer .container {
    padding: 0;
    width: 100%;
    max-width: 810px;
    vertical-align: top;
}

footer.site-footer .icon {
    float: left;
    height: 38px;
    width: 38px;
    background-color: #000;
}

footer.site-footer a {
    color: #000;
    opacity: 1;
    text-decoration: none;
}

footer.site-footer a:hover {
    color: #000;
    opacity: 0.5;
    text-decoration: none;
}

footer.site-footer .site-info {
  line-height: 38px;
  display: inline;
}

/* Davinci Info footer */
.info-footer-wrap .gform_wrapper {
  position: relative;
  margin-bottom: 8px;
}
.info-footer-wrap .gform_wrapper label {
  display: none;
}
.info-footer-wrap .gform_footer {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.info-footer-wrap .gform_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.info-footer-wrap .secondary-nav .gform_wrapper ul li {
    padding-left: 0;
}
.info-footer-wrap .gform_wrapper .ginput_container input[type=text] {
  padding: 0 28px 0 5px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #5c4f4c;
  font-family: 'brandon_grotesque', sans-serif;
}
.info-footer-wrap .gform_wrapper .ginput_container input::-webkit-input-placeholder {
    color: #fff;
}
.info-footer-wrap .gform_wrapper .ginput_container input::-moz-placeholder {
    color: #fff;
}
.info-footer-wrap .gform_wrapper .ginput_container input:-ms-input-placeholder {
    color: #fff;
}
.info-footer-wrap .gform_wrapper .ginput_container input:-moz-placeholder {
    color: #fff;
}

.info-footer-wrap .gform_footer .gform_button {
  border: 1px solid #fff;
  background-color: #cd9831;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
}
.info-footer-wrap .gform_footer .gform_button:hover, .info-footer-wrap .gform_footer .gform_button:active, .info-footer-wrap .gform_footer .gform_button:focus {
    background-color: #ad4926;
}
.info-footer-wrap {
    background-color: #5c4f4c;
    color:#000;
    font-size: 15px;
    margin-top: 40px;
    overflow: hidden;
}

.info-footer-wrap aside {
    margin-bottom: 0;
}

footer.pikks-logo {
    max-width: 200px;
}

.info-footer-wrap h3 {
    font-family: 'brandon_grotesque', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    margin: 10px 0 2px;
    text-transform: uppercase;
}
.info-footer-wrap .phone {
    line-height: 1;
    font-weight: 700;
}
.info-footer-wrap p {
    margin: 20px 0;
    font-weight: 700;
}

.info-footer-wrap .about {
    padding-left: 0px;
    padding-top: 30px;
}
.info-footer-wrap .about img {
  margin-bottom: 15px;
}

.info-footer-wrap .contact {
    padding-right: 0px;
}

.info-footer-wrap .contact img {
    max-width: none;
}

.footer-navigation .icon {
    fill:#fff;
    margin-right:10px;
    width: 30px;
}
.footer-navigation a:hover .icon {
   fill:#cd9831;
}

.info-footer-wrap .secondary-nav {
    padding-top: 25px;
}

.info-footer-wrap .secondary-nav ul {
    color: #000;
    font-family: 'brandon_grotesque', sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.info-footer-wrap .secondary-nav ul li {
    padding-left: 49px;
}

.info-footer-wrap a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.info-footer-wrap a:hover {
    color: #cd9831;
    text-decoration: none;
}

/* Davinci Info footer */

/* END: Footer */


#davinci-logo {
    fill:#fff;
}

.davinci-logo {
    fill:#fff !important;
}

.rev_slider {
    overflow: hidden;
}

.hero-text-overlay {
  background: transparent url('../images/hero-text-background.png') repeat center center;
  background-size: 100% 100%;
}
.hero-text-overlay div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.hero-text-overlay strong {
  display: block;
  font-size: 1em !important;
  line-height: 0.83em !important;
}
.hero-text-overlay span {
  display: block;
}
.hero-text-overlay em {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 0.48em !important;
  line-height: 1.1em !important;
  font-weight: 400 !important;
}
.hero-text-overlay br {
  display: none;
}


/* SLIDER ARROWS */
.tparrows {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    cursor: pointer;
    z-index: 1000;
}

.tparrows.tp-rightarrow::before {
    content:url('../images/gr-slider-right-arrow.png') !important;
}

.tparrows.tp-leftarrow::before {
    content:url('../images/gr-slider-left-arrow.png') !important;
}

#slider-logo,
#hrz-rule,
.small-logo,
.pikks-learnmore-btn,
.vinci-learnmore-btn,
.adobo-chi-btn,
.adobo-indi-btn {
    left: 147px;
}

.small-logo {
    opacity: 0.7 !important;
}

.adobo-chi-btn,
.adobo-indi-btn,
.vinci-learnmore-btn,
.pikks-learnmore-btn {
    font-family: 'Playfair Display', serif !important;
    font-weight: bold !important;
}

.adobo-chi-btn {
    display: inline-block !important;
    padding: 12px 50px !important;
}

.adobo-indi-btn {
    display: inline-block !important;
}

.rev_slider {
    overflow: hidden;
}


/* SLIDER ARROWS */

.mobilehead {
  height: 70px;
  width: 100%;
  background: #392e2c;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
}
.mobilebrand {
  position: relative;
  margin: 10px 0 0 10px;
  height: 50px;
  float: left;
}
.mobilebrand svg {
  height: 50px;
}
.mobilephone {
  font-size: 18px;
  color: #fff;
  padding-top: 22px;
}
.mobilephone a {
  color: #fff;
  font-weight: 700;
}
.mobilehead .icon2 {
  top: 0;
  position: relative;
  float: right;
  margin: 10px 10px 0 0;
  right: 0;
}
.mobilehead .menui {
  background: #fff;
}


/* ========================================================================== 

                            START MOBILE

========================================================================== */

@media screen and (max-width: 1199px) {
  .opentable_form input.opentable_date {
      width: 40%;
  }
  .opentable_form select {
      width: 40%;
  }
  .opentable_form select.opentabopentable_timele_party {
      width: 40%;
  }
  .opentable_form select.opentable_party {
      width: 40%;
  }
}

@media screen and (max-width: 991px) {
  body.home article.about-wrap {
      padding: 0 15px 20px;
      height: auto;
  }

  body.home article.about-wrap .col-md-5 img {
    height: auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
  body.home article.about-wrap .col-md-7 {
      padding-top: 20px;
  }

  footer.site-footer .site-info {
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
    .opentable_form input.opentable_date {
        width: 80%;
    }
    .opentable_form select {
        width: 80%;
    }
    .opentable_form select.opentabopentable_timele_party {
        width: 80%;
    }
    .opentable_form select.opentable_party {
        width: 80%;
    }

    .page {
        padding-left: 0px;
    }

    #slider-logo,
    #hrz-rule,
    .small-logo,
    .pikks-learnmore-btn,
    .vinci-learnmore-btn,
    .adobo-chi-btn,
    .adobo-indi-btn {
        left: 0;
    }

    .tp-leftarrow {
        transform: matrix(1, 0, 0, 1, 20, -106) !important;
    }

    .tp-parallax-wrap {
        left: 0 !important;
        width: 100vw !important;
        text-align: center;
    }
    .tp-loop-wrap {
        position: relative !important;
        display: inline-block;
    }
    .tp-mask-wrap {
        position: relative !important;
    }

    #slide-1-layer-2 {
      display: none !important;
    }

    .col-wrap {
      margin-bottom: 10px;
    }

    body.home article.button-wrap {
        padding: 0 15px;
    }

    body.page-template-page-davincigroup-main .info-footer-wrap, body.home .info-footer-wrap, .info-footer-wrap {
        padding: 30px 0;
    }

    .info-footer-wrap .about {
        padding: 0 15px 15px;
    }

    .info-footer-wrap .contact {
        padding-right: 15px;
    }

    .info-footer-wrap .contact img {
      max-width: 100%;
    }

    .adobo-chi-logo, .adobo-indy-logo {
        max-width: 100%;
    }

    footer.site-footer {
      padding: 20px 15px;
    }

    footer.site-footer .icon {
      margin-right: 10px;
    }

    footer.site-footer .site-info {
      margin-top: -18px;
      line-height: 1.3;
    }

    body.page-template-page-davincigroup-main .grey {
        padding: 30px 0 20px 0;
    }

    body.page-template-page-davincigroup-main .white {
        padding: 30px 0 20px 0;
    }

    body.page-template-page-davincigroup-main .transparent {
        padding: 30px 0 20px 0;
    }

    .header-wrap-orange {
      height: 190px;
    }

    main.site-main .header-meta-default h1.page-title {
        font-size: 28px;
    }

    main.site-main .header-meta-default h1.page-title span.header-block-lines {
        margin: 0 5px;
    }

    main.site-main .header-meta-default h1.page-title span.header-block-outer {
        padding: 0 5px;
    }
    main.site-main .header-meta-default h1.page-title span.header-block {
        border-width: 0px 30px;
        -moz-border-image: url(../images/header-box.png) 0 30 stretch;
        -webkit-border-image: url(../images/header-box.png) 0 30 stretch;
        -o-border-image: url(../images/header-box.png) 0 30 stretch;
        border-image: url(../images/header-box.png) 0 30 fill stretch;
    }

    main.site-main .header-meta-default h2.page-sub-title {
      margin-top: 65px;
    }

    .page-content, .entry-content, .entry-summary {
      margin: 1.5em 0 0;
    }

    #main .menu {
      margin:0 0 40px;
      padding-top; 30px;
    }

    #main .menu ul.title_nav {
      padding: 20px 0 60px;
      position: relative;
    }

    /* .title_nav li,
    .quick_links li {
        display:block;
    }
    .title_nav h1 {
        font-size: 20px;
        margin: 0 10px;
    } */

    .quick_links li {
        display:block;
    }
    .title_nav li {
      vertical-align: middle;
    }
    .title_nav h1 {
        font-size: 4.4vw;
        margin: 0 5px;
    }
    .title_nav h1 span.header-block {
        border-width: 0px 30px;
        -moz-border-image: url(../images/header-box-dark.png) 0 30 stretch;
        -webkit-border-image: url(../images/header-box-dark.png) 0 30 stretch;
        -o-border-image: url(../images/header-box-dark.png) 0 30 stretch;
        border-image: url(../images/header-box-dark.png) 0 30 fill stretch;
    }

    /* #main .menu .title_nav li.prev {
        position: absolute;
        bottom: 25px;
        left: 0;
        margin-bottom: 0;
        width: 48%;
        height: 26px;
        text-align: right;
    } */
    #main .menu .title_nav li.prev {
        height: 26px;
    }
    #main .menu .title_nav li.next {
        height: 26px;
    }
    .title_nav .menu_name {
      display: none;
    }

    #main .menu .title_nav li.prev .menu_carat {
        float: right;
        margin-left: 5px;
    }

    /* #main .menu .title_nav li.next {
        position: absolute;
        bottom: 25px;
        right: 0;
        margin-bottom: 0;
        width: 48%;
        height: 26px;
        text-align: left;
    }*/

    #main .menu .title_nav li.next .menu_carat {
        float: left;
        margin-right: 5px;
    }

    #main .menu .title_nav .menu_carat {
      width: 26px;
      height: 26px;
      background-size: 52px;
      opacity: 0.5;
      transition: opacity 0.3s ease-in-out 0s;
    }

    #main .menu .title_nav a:hover, #main .menu .title_nav a:active, #main .menu .title_nav a:focus {
      opacity: 1;
    }

    #main .menu .title_nav li br {
        display: none;
    }

    #main .menu ul.quick_links {
      margin: 0 15px;
      padding-bottom: 20px;
    }

    .quick_links a {
      margin: 10px 0;
    }

    #main .menu .menu_sections dt {
        max-width:calc(100% - 85px);
    }

    #main .menu .menu_sections dd {
        min-width:80px;
    }

    .menu_bottom_content {
        margin: 0 15px;
    }

    main.site-main .header-meta-default h1.page-title span.header-block-lines {
        margin: 0 10px;
    }

    .mobilehead {
      display: block;
    }

    body {
      padding-top: 70px;
    }

}


