/* START: Loding fonts */
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-regular-webfont.eot');
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_condensedRgIt';
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanovacond-regularit-webfont.eot');
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanovacond-regularit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanovacond-regularit-webfont.woff2') format('woff2'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanovacond-regularit-webfont.woff') format('woff'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanovacond-regularit-webfont.ttf') format('truetype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanovacond-regularit-webfont.svg#proxima_nova_condensedRgIt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibold-webfont.eot');
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibold-webfont.woff') format('woff'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novasemibold_italic';
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibolditalic-webfont.eot');
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibolditalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibolditalic-webfont.woff') format('woff'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibolditalic-webfont.ttf') format('truetype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-semibolditalic-webfont.svg#proxima_novasemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-bold-webfont.eot');
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold_italic';
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-boldit-webfont.eot');
    src: url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-boldit-webfont.woff2') format('woff2'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-boldit-webfont.woff') format('woff'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-boldit-webfont.ttf') format('truetype'),
         url('/wp-content/themes/accorn/fonts/proxima-nova/proximanova-boldit-webfont.svg#proxima_nova_rgbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* END: Loding fonts */

body {
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #fff;
    font-family:Arial,Helvetica,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, .blog, .single, .error404 {
    backface-visibility: hidden;
    height: 100%;
    overflow: visible;
    padding-left: 294px;
    position: relative;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100%;
}
.error404 {
  color: #000;
}
.error404 .site-main .container {
  padding: 30px 0 80px;
}
.error404 .site-main h1 {
  font-size: 150px;
  margin-bottom: 50px;
}
.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 #4e868b;
  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 #4e868b;
  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: #4e868b url('../images/chosen-sprite.png') no-repeat 8px 5px;
}
.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 #4e868b;
  background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.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;
}
.chosen-container-single-nosearch {
  width: 21%!important;
}
.gform_wrapper .chosen-container-single-nosearch {
  width: 100%!important;
}


/* @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;
}
.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 #4e868b;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #4e868b;
}
.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 4px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #4e868b;
}
.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;
    height: 100vh;
    left: 0;
    padding: 30px 0px;
    position: fixed;
    right: auto;
    top: 0;
    transition: height 0.3s ease-in-out 0s;
    width: 294px;
    z-index: 300;
    background-color: #fff;
    font-family: 'Playfair Display', serif;
}

.site-branding .icon {
    float: left;
    height: auto;
    width: 108px;
    background-color: #000;
}

.grow,
.grow2 {
    clear: both;
    height: 43px; 
    width: 100%; 
    float: left; 
    position: relative; 
    transition:height 0.5s; 
    -webkit-transition:height 0.5s; 
    text-align: left;
    overflow:hidden;
    margin-bottom: 10px;

}

.grow2 {
    height:27px;
    margin-top: -15px; 
}

.grow:hover,
.grow2:hover {
    height:300px; /* This is the height on hover */
}

.grow2 h2 {
    padding: 0;
    margin-top: 0;
}

.grow h2,
.grow2 h2 {
    padding-left: 49px;
}

.devinci-logo {
    margin-left: 49px;
}

.grow,
.grow2 {
    font-size: 18px;
    font-weight: normal;
}

.grow:hover,
.grow2:hover {
    height:250px; /* This is the height on hover */
}

.grow:hover h2 a,
.grow2:hover h2 a {
    color: #4e868b;
    text-decoration: none;
    font-weight: bold;
}
.grow h2,
.grow h2 a,
.grow2 h2,
.grow2 h2 a {
    color: #000;
    font-size: 23px;
    font-weight: normal;
    text-decoration: none;
}

#secondary-menu,
#primary-menu {
    background-color: #4e868b;
    float:left;
    padding:30px 0px 30px 0px;
    width: 100%;
}

#secondary-menu li,
#primary-menu li {
    background-color: #4e868b;
    width: 100%;
}

#secondary-menu li a,
#primary-menu li a {
    color: #fff;
    margin: 6px 0px 6px 0px;
    padding-left: 49px;
}


#secondary-menu li a:after,
#primary-menu li a:after {
    content: url("../images/gr-davinci-btn-arrow.png");
    right: -10px;
    top: -2px;
    opacity: 0;
    position: relative;
    transition: opacity 0.5s ease-in-out 0s;
}

#secondary-menu li a:hover::after,
#primary-menu li a:hover::after {
    opacity: 1;
}


#secondary-menu li a:first-child,
#primary-menu li a:first-child {
    margin: 0px 0px 0px 0px;
}

#secondary-menu li a:last-child,
#primary-menu li a:last-child {
    margin: 6px 0px 0px 0px;
}

#masthead aside ul {
    color: #000;
    font-size: 23px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
}

#masthead aside ul li {
    padding-left: 49px;
    margin-bottom: 5px;
}

#masthead aside a {
    color: #000;
    text-decoration: none;
}

#masthead aside a:hover {
    color: #4e868b;
    text-decoration: none;
    font-weight: bold;
}


/* Davinci Menu */

/* END: Menu */


/* START: Open Table */
.opentable_form {
    text-align: center;
}
.opentable_form input.opentable_date {
    width: 150px;
    height: 28px;
    margin: 0 10px 12px;
    padding: 0 0 0 20px;
    font-size: 15px;
    border: 1px solid #4e868b;
    background: #fff;
    color: #59595b;
    border-radius: 0;
    vertical-align: middle;
}
.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: 170px;
    height: 28px;
    margin: 0 10px 12px;
    padding: 0 0 0 20px;
    font-size: 15px;
    border: 1px solid #4e868b;
    background: #fff;
    color: #59595b;
    border-radius: 0;
}
.opentable_form .chosen-container {
  margin-bottom: 12px;
}
.opentable_form select.opentabopentable_timele_party {
    width: 140px;
}
.opentable_form select.opentable_party {
    width: 200px;
}
.opentable_form .opentable_submit_wrap {
    text-align: center;
    margin: 30px auto 40px;
}
.opentable_form .opentable_submit {
    background: #4e868b;
    color: #fff;
    border: 1px solid #fff;
    height: 44px;
    padding: 0 19px;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    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: #4e868b;
    border-color: #fff;
    box-shadow: 0 0 0 transparent;
    padding-right: 39px;
}
.opentable_form .opentable_submit + span.button_carat {
    background: transparent url("../images/gr-davinci-btn-arrow.png") no-repeat center center;
    height: 44px;
    width: 15px;
    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;
}
.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: -28px;
    opacity: 1;
}

#ui-datepicker-div {
  display: none;
}
button.ui-datepicker-trigger {
    position: relative;
    margin-left: -38px;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: #4e868b 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: #4e868b;
}
.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;
}
.gform_wrapper .ginput_container .chosen-container .chosen-drop {
    border: 1px solid #4e868b;
}
.gform_wrapper .ginput_container .chosen-container-single .chosen-single {
    border: 1px solid #4e868b;
}
.gform_wrapper .ginput_container .chosen-container-single .chosen-single div b {
  background-color: #4e868b;
}
.gform_wrapper .ginput_container .chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #4e868b;
    padding-left: 3px;
    height: 24px;
}
.gform_wrapper .ginput_container .chosen-container-active .chosen-single {
    border: 1px solid #4e868b;
}
.gform_wrapper .ginput_container .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #4e868b;
}
.gform_wrapper .ginput_container .chosen-container-active .chosen-choices {
    border: 1px solid #4e868b;
}
.ginput_container input, .ginput_container textarea, .ginput_container select {
    height: 28px;
    padding: 0 0 0 15px;
    font-size: 15px;
    border: 1px solid #4e868b;
    background: #fff;
    color: #59595b;
    border-radius: 0;
    vertical-align: middle;
    font-family:Arial,Helvetica,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: #4e868b;
    color: #fff;
    border: 1px solid #fff;
    height: 44px;
    padding: 0 19px;
    margin-top: 0;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    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: #4e868b;
    border-color: #fff;
    box-shadow: 0 0 0 transparent;
    padding-right: 39px;
}
.gform_footer .gform_button + span.button_carat {
    background: transparent url("../images/gr-davinci-btn-arrow.png") no-repeat center center;
    height: 44px;
    width: 15px;
    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: -28px;
    opacity: 1;
}
/* END: 2-Column Forms */

/* START HOME PAGE */
body.home article {
    margin-bottom: 8px;
    padding: 0 54px;
}

body.page-template-page-davincigroup-main .container,
body.home article .container, 
body.blog .container,
body.single .container {
    padding: 0;
    width: 100%;
    max-width: 810px;
}

article.slider-wrap {
    background: #4e868b;
    margin-bottom: 8px;
    width: 100%;
}

body.home article.reservation-wrap {
    background: url("../images/gr-davinci-textures-bkg.png");
    background-repeat: repeat;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

body.home article.reservation-wrap h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin:0;
    padding: 0;
}

body.home article.reservation-wrap h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin:0 0 30px 0;
    padding: 0;
}
body.home article.reservation-wrap p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}

body.home article.reservation-wrap .chosen-container .chosen-drop {
  border: 0 none;
}
body.home article.reservation-wrap .chosen-container-single .chosen-single {
  border: 0 none;
}
body.home article.reservation-wrap .chosen-container-single .chosen-single div b {
  background-color: #a7c3c5;
}
body.home article.reservation-wrap .chosen-container-single .chosen-search input[type="text"] {
  border: 0 none;
}
body.home article.reservation-wrap .chosen-container-active .chosen-single {
  border: 0 none;
}
body.home article.reservation-wrap .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0 none;
}
body.home article.reservation-wrap .chosen-container-active .chosen-choices {
  border: 0 none;
}
body.home article.reservation-wrap .opentable_form input.opentable_date {
    border: 0 none;
}
body.home article.reservation-wrap .opentable_form .opentable_submit_wrap {
    margin: 30px auto 0;
}
body.home article.reservation-wrap .opentable_form .opentable_submit {
    background-color: #cd9831;
}
body.home article.reservation-wrap .opentable_form .opentable_submit:hover, body.home article.reservation-wrap .opentable_form .opentable_submit:active, body.home article.reservation-wrap .opentable_form .opentable_submit:focus {
    background-color: #cd9831;
}
body.home article.reservation-wrap button.ui-datepicker-trigger {
    background-color: #a7c3c5;
}

article.info-footer-wrap {
     background: gray;
     width: 100%;
}

.site-main .row .container h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #4e868b;
    font-family: 'Playfair Display', serif;
}

.site-main .row .container h1 {
    color: #000;
    font-family: 'Playfair Display', serif;
}


/* END HOME PAGE */


/* START: Davinci Interior Template PAGE */

.header-wrap {
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.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%;
}

main.site-main .header-meta-default h1.page-title {
    color: #fff;
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight:  bold;
    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;
}






body.page-template-page-davincigroup-main .site-main, body.blog .site-main, body.single .site-main {
    color: #000;
}

body.page-template-page-davincigroup-main .site-main h2, body.blog .site-main h2, body.single .site-main h2 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

body.page-template-page-davincigroup-main .grey, body.blog .grey, body.single .grey {
    background-color: #fafafa;
    padding: 40px 0 40px 0;
}

body.page-template-page-davincigroup-main .white, body.blog .white, body.single .white {
    background-color: #fff;
    padding: 40px 0 40px 0;
}

a.visitsite {
    background-color: #cd9831;
    border:1px solid #fff;
    border-radius: 0;
    color:#fff;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: bold;
    padding:11px 19px;
    text-align: left;
    transition: width 0.3s ease-in-out 0s;
    width:147px;

}

a.visitsite:hover {
    background-color: #cd9831;
    border:1px solid #fff;
    color:#fff;
    width:167px;
}

a.visitsite::after {
    content:url('../images/gr-davinci-btn-arrow.png');
    right: -10px;
    top: -4px;
    opacity: 0;
    position: relative;
    transition: opacity 0.5s ease-in-out 0s;
}

a.visitsite:hover::after {
    opacity: 1;
}


body.page-template-page-davincigroup-main .reservation-icon-wrap, body.blog .reservation-icon-wrap, body.single .reservation-icon-wrap {
  padding: 20px 0;
  text-align: center;
}
.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;
  width: 70%;
}
 
.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;
}





.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: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    pointer-events: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.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 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.menu-landing p {
  margin: 0;
}
.entry-header a {
  color: #000;
  text-transform: none;
}
.entry-header h1 {
  margin-bottom: 10px;
}
/* END: Davinci Interior Template 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 .gform_wrapper .ginput_container input[type=text] {
  padding: 0 28px 0 5px;
  border: 1px solid #000;
}
.info-footer-wrap .gform_footer .gform_button {
  border: 1px solid #000;
  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: #4e868b;
}
body.page-template-page-davincigroup-main .info-footer-wrap,
body.home .info-footer-wrap, body.blog .info-footer-wrap, body.single .info-footer-wrap {
    background-color: #ebebeb;
    color:#000;
    font-size: 15px;
    padding-top: 60px;
    padding-bottom: 40px;
}

body.page-template-page-davincigroup-main .info-footer-wrap aside,
body.home .info-footer-wrap aside, body.blog .info-footer-wrap aside, body.single .info-footer-wrap aside {
    margin-bottom: 0;
}
body.page-template-page-davincigroup-main .info-footer-wrap h3,
body.home .info-footer-wrap h3, body.blog .info-footer-wrap h3, body.single .info-footer-wrap h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 2px;
}

body.page-template-page-davincigroup-main .info-footer-wrap .about,
body.home .info-footer-wrap .about, body.blog .info-footer-wrap .about, body.single .info-footer-wrap .about {
    padding-left: 0px;
}

body.page-template-page-davincigroup-main .info-footer-wrap .contact,
body.home .info-footer-wrap .contact, body.blog .info-footer-wrap .contact, body.single .info-footer-wrap .contact {
    padding-right: 0px;
}

body.page-template-page-davincigroup-main .info-footer-wrap .secondary-nav ul,
body.home .info-footer-wrap .secondary-nav ul, body.blog .info-footer-wrap .secondary-nav ul, body.single .info-footer-wrap .secondary-nav ul {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

body.page-template-page-davincigroup-main .info-footer-wrap .secondary-nav ul li,
body.home .info-footer-wrap .secondary-nav ul li, body.blog .info-footer-wrap .secondary-nav ul li, body.single .info-footer-wrap .secondary-nav ul li {
    padding-left: 49px;
}

body.page-template-page-davincigroup-main .info-footer-wrap a,
body.home .info-footer-wrap a, body.blog .info-footer-wrap a, body.single .info-footer-wrap a {
    color: #000;
    text-decoration: none;
}

body.page-template-page-davincigroup-main .info-footer-wrap a:hover,
body.home .info-footer-wrap a:hover, body.blog .info-footer-wrap a:hover, body.single .info-footer-wrap a:hover {
    color: #4e868b;
    text-decoration: none;
}

/* Davinci Info footer */

/* END: Footer */


#davinci-logo {
    fill:#fff;
}


/* 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;
}

.pikks-learnmore-btn::after,
.vinci-learnmore-btn::after,
.adobo-chi-btn::after,
.adobo-indi-btn::after {
    content: url("../images/gr-davinci-btn-arrow.png");
    right: -20px;
    top: -2px;
    margin-left: -15px;
    opacity: 0;
    position: relative;
    transition: opacity 0.5s ease-in-out 0s;
}
.pikks-learnmore-btn:hover::after,
.vinci-learnmore-btn:hover::after,
.adobo-chi-btn:hover::after,
.adobo-indi-btn:hover::after {
    opacity: 1;
}

.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;
}


/* SLIDER ARROWS */

.mobilehead {
  height: 70px;
  width: 100%;
  background: #fff;
  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;
  background: #000;
}
.mobilebrand svg {
  height: 50px;
}
.mobilephone {
  font-size: 18px;
  color: #000;
  padding-top: 22px;
}
.mobilephone a {
  color: #000;
  font-weight: 700;
}
.mobilehead .icon2 {
  top: 0;
  position: relative;
  float: right;
  margin: 10px 10px 0 0;
  right: 0;
}
.mobilehead .menui {
  background: #000;
}
.carousel {
  margin-top: 1.5em;
  max-width: 300px;
}
.carousel-indicators {
  left: 0;
  bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
  text-align: center;
}
.carousel-indicators li {
  margin: 0 3px !important;
  float: none !important;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
}
.mobilenav ul.sub-menu {
  padding: 10px;
  margin: 10px -35px -10px;
  background: #ebebeb;
}
.mobilenav ul.sub-menu li a {
  font-size: 100%;
}



/* ========================================================================== 

                            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: 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, .blog, .single {
        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-tabs, .tp-thumbs {
        transform: matrix(1, 0, 0, 1, -155, -34) !important
    }

    .tp-thumb-image, .tp-tab-image {
      height: 26px !important;
      width: 48px; !important;
      left: 14px !important;
    }

    .adobo-chi-btn {
        padding: 12px !important;
        margin-left: 90px !important;
    }

    .adobo-indi-btn {
        padding: 12px !important;
        margin-left: -50px !important;
    }

    body.home article.reservation-wrap {
        padding: 30px 15px;
    }

    body.page-template-page-davincigroup-main .info-footer-wrap, body.home .info-footer-wrap, body.blog .info-footer-wrap, body.single .info-footer-wrap {
        padding: 30px 0;
    }

    body.page-template-page-davincigroup-main .info-footer-wrap .about,
    body.home .info-footer-wrap .about, 
    body.blog .info-footer-wrap .about,
    body.single .info-footer-wrap .about {
        padding-left: 15px;
    }

    body.page-template-page-davincigroup-main .info-footer-wrap .contact,
    body.home .info-footer-wrap .contact, 
    body.blog .info-footer-wrap .contact, 
    body.single .info-footer-wrap .contact {
        padding-right: 15px;
    }

    footer.site-footer {
      padding: 20px 15px;
    }

    footer.site-footer .icon {
      margin-right: 10px;
    }

    footer.site-footer .site-info {
      margin-top: -18px;
    }

    body.page-template-page-davincigroup-main .grey, body.blog .grey, body.single .grey {
        padding: 30px 0 20px 0;
    }

    body.page-template-page-davincigroup-main .white, body.blog .white, body.single .white {
        padding: 30px 0 20px 0;
    }

    .mobilehead {
      display: block;
    }

    body {
      padding-top: 70px;
    }

}
@media (max-width: 992px) {
  .chosen-container-single-nosearch, .opentable_form input.opentable_date {
    width: 45%!important;
  }
}
@media (max-width: 816px) {
  .chosen-container-single-nosearch {
    width: 94%!important;
  }
  .opentable_form input.opentable_date {
    width: 94%!important;
  }
  
}

