.shadow-type1 {
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075; }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
* {
  margin: 0;
  padding: 0; }

body {
  font-size: 1.7em;
  color: #232323;
  font-family: "Oxygen", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
  background-image: url("/images/bg.jpg");
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

header {
  border-bottom: #4a0404 solid thin; }

#logo {
  padding: .5em; }

@media screen and (min-width: 991px) {
  .bounds {
    width: 90%;
    max-width: 1600px;
    margin: auto; } }
.bounds {
  background-color: #f0f0f0; }

.special {
  text-align: right; }

.cta-box {
  padding: 4rem; }

.callout-primary {
  padding: 1em;
  background-color: #4a0404;
  color: #f0f0f0; }

.callout-primary h2 {
  text-align: center; }

.callout-midtone {
  padding: 1em;
  background-color: #770505;
  color: #f0f0f0; }

@media screen and (min-width: 768px) {
  .callout-primary p, .callout-primary h2 {
    margin: 0px;
    padding: 0px; }

  .results-box {
    display: grid;
    grid-template-columns: 1fr 2fr; } }
.results-box-title {
  display: flex;
  align-items: center;
  justify-content: center; }

.results-box-title h2 {
  color: #f0f0f0; }

.location-box {
  display: grid;
  align-items: center; }

@media screen and (min-width: 768px) {
  .location-box {
    grid-template-columns: 1fr 1fr; } }
.what-is-box {
  display: grid; }

@media screen and (min-width: 768px) {
  .what-is-box {
    grid-template-columns: 1fr 1fr;
    align-items: center; } }
.location-box-content, .what-is-box-content {
  padding: 4rem; }

article a {
  color: #4a0404;
  font-weight: bold; }

#mainContentHolder {
  padding-top: 5px;
  max-width: 1600px;
  margin: auto; }

#top-info {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  color: #f0f0f0;
  background-color: #0000ff;
  font-weight: bold;
  text-align: right;
  padding: .3em 2em .3em 1em;
  font-size: 1.1em;
  display: grid; }

#top-info div {
  grid-template-columns: 1fr 1fr; }

#top-info a {
  color: #4b4b59; }

.siteAdd {
  color: #232323;
  text-align: center; }

.sitePhone {
  font-weight: bold;
  font-size: .9em;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  color: #770505; }

.sitePhone a {
  color: #770505; }

@media only screen and (max-width: 768px) {
  .sitePhone {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 10px; }

  .siteAdd {
    padding-top: 10px;
    text-align: center; } }
#billboardHolder {
  background: #770505; }

h1, h2, h3 {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  color: #4a0404; }

article h1 {
  font-weight: bold;
  font-size: 1.8em;
  margin-top: 2rem;
  margin-bottom: .5em;
  margin-left: 2rem;
  margin-right: 2rem; }

article h2 {
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 1.5rem;
  margin-bottom: .5em;
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

article h3 {
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 2.5rem;
  margin-bottom: 21px; }

.restaurant-menu-item h3 {
  margin-bottom: 3px; }

@media (min-width: 769px) {
  article h1 {
    font-size: 1.8em; }

  article h2 {
    font-size: 1.5em; }

  article h3 {
    font-size: 1.3em; } }
.minor-print {
  font-size: .8em; }

article p {
  font-size: 1.2em;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 1em; }

article dl {
  margin-left: 30px;
  display: block;
  overflow: hidden; }

article dd {
  margin-left: 9px; }

article ul, article ol {
  margin-left: 4em;
  margin-bottom: 1.5em; }

.childRollItem {
  text-align: center;
  position: relative;
  color: #BBBDC8;
  padding-bottom: 8px;
  margin-bottom: 1.5em;
  background-color: #4a0404;
  /*+box-shadow: 1px 1px 3px #4E6075;*/
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075; }

.childRollItemThumb {
  display: block;
  overflow: hidden; }

.childRollItemThumb a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.childRollItemTitle {
  padding-top: .4em;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */ }

.childRollItemTitle a {
  color: #951a09; }

.childRollItemDesc {
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 10px;
  font-size: 0.9em; }

.childRollItemFooter {
  text-align: center; }

.shadow-type1 {
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075; }

.listRollItem {
  height: 60vw;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  text-align: center;
  color: #5b5f71;
  background-color: #f0f0f0;
  overflow: hidden; }

.listRollItemThumb {
  position: absolute;
  overflow: hidden;
  width: 100%; }

@media screen and (min-width: 768px) {
  #listRoll_pages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align: center; }

  .listRollItem {
    height: 28vw;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    text-align: center;
    color: #5b5f71;
    background-color: #f0f0f0;
    overflow: hidden; }

  .listRollItemThumb {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%; } }
.listRollItemThumb img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.listRollItemTitle {
  background-color: rgba(74, 4, 4, 0.6);
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  width: 66.6%;
  margin-top: 2em;
  padding: .4em;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  z-index: 2;
  opacity: 1;
  transition: .5s ease; }

@media screen and (min-width: 768px) {
  .listRollItemTitle {
    font-size: 1.2em; } }
.listRollItemFooter {
  z-index: 2;
  text-align: center;
  opacity: 1;
  transition: .5s ease; }

.listRollItem:hover > .listRollItemTitle {
  opacity: 0; }

.listRollItem:hover > .listRollItemFooter {
  opacity: 0; }

.listRollItem a {
  color: #f0f0f0;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5); }

.listRollItemTitle a {
  border: none; }

.listRollItemDesc {
  position: absolute;
  top: 0;
  left: 0;
  font-size: .8em;
  font-weight: 500;
  padding: 1em;
  height: 100%;
  background: #4a0404;
  color: #f0f0f0;
  opacity: 0;
  transition: .5s ease;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  transform-style: preserve-3d;
  display: flex;
  vertical-align: center;
  align-items: center;
  /* align vertical */
  z-index: 3; }

@media screen and (min-width: 769px) {
  .listRollItemDesc {
    font-size: 1em; } }
.listRollItemDesc p {
  margin: auto;
  padding: 0px; }

.listRollItem:hover .listRollItemDesc {
  opacity: .9;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  cursor: pointer;
  width: 100%; }

.hidden {
  display: none; }

/*Headers*/
/*Forms*/
/**/
/*OTHER*/
article table li {
  margin-left: 20px; }

article table {
  font-size: .8em; }

article table, article table td {
  border: solid 1px #770505; }

article table td {
  padding: .3em; }

article table thead td {
  text-align: center;
  font-weight: bold;
  color: #6B6B6B;
  background: #E8E8E8; }

#billboard {
  position: relative;
  padding: 0px; }

#billboard h1 {
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 2vw; }

.galleria-info {
  width: 50%;
  top: 15px;
  right: 15px;
  left: unset;
  z-index: 2;
  position: absolute; }

.galleria-info-description {
  font: unset;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 2vw;
  margin: 0;
  color: #BBB; }

.galleria-info-text {
  padding-left: 1.5em;
  background: #020024;
  background: linear-gradient(11deg, #020024 0%, rgba(9, 9, 121, 0) 0%, black 100%); }

.btn-slide {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f1f5f5;
  text-align: center;
  border: solid medium #c1c1c1;
  box-shadow: inset 0 0 0 0 #31302B;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  border-radius: 2px; }

@media screen and (min-width: 768px) {
  .galleria-info-description {
    font: unset;
    font-family: "Oxygen", Helvetica, Arial, sans-serif;
    font-size: 1.4vw;
    margin: 0;
    color: #BBB; } }
.btn-slide:hover {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 0 22px #4a0404;
  color: #fcff3b; }

#slideShow {
  max-width: 100%;
  margin: auto; }

.blogRollItemTitle {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold; }

.blogRollItemDate {
  margin-left: .5em;
  font-size: .7em;
  font-style: italic; }

.calendarWidgetViewAll, .widget .blogViewAll, .widget .widget-view-all {
  text-align: right;
  font-size: 0.8em; }

.calendarRoll {
  width: 95%;
  margin: auto;
  padding: .5em; }

.calendarRoll h2 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  border-bottom: #d1d1d1 solid 1px; }

.calendarRollItem {
  width: 95%;
  margin: 2rem 1em 2rem 3em;
  border: solid thin #d1d1d1;
  padding: 1em; }

.calendarRollItemTitle {
  font-size: 1.3em;
  font-weight: bold; }

.calendarRollItemDate {
  background-color: #770505;
  color: #f0f0f0;
  display: inline-block;
  padding: 1px 3px 1px 3px;
  margin: 0em .5em 0em .5em; }

.calendarRollItemLocation {
  margin: 0em .5em 0em .5em; }

.calendarRollItemDesc {
  margin: 0em .5em 0em .5em; }

.calendarRollItemMore {
  margin: 0em .5em 0em .5em; }

.calendarRollNoUpcoming {
  border: solid thin #951a09;
  padding: 1rem; }

noscript div {
  background-color: #FFDF3A;
  width: 100%;
  color: #8F0101;
  padding: 10px;
  font-size: medium;
  position: relative; }

/*WIDGETS*/
.widget {
  font-size: .9em;
  position: relative;
  color: #4b4b59;
  padding: 3px !important;
  margin-bottom: 1.5em; }

.widgetTitle {
  font-size: 1.4em;
  font-weight: bold;
  padding: .3em; }

#testimonialsWidget {
  margin-top: 20px; }

.testimonials-singleton {
  color: #8c8c8c;
  font-size: .8em;
  font-style: italic; }

.widget-item {
  padding: 1em; }

.widget-item-date {
  font-size: .8em;
  text-align: left;
  padding-left: .5em; }

.widget-item-title {
  font-size: 1.1em;
  font-weight: bold; }

.widget-item-description {
  padding-left: .5em; }

.widget p {
  margin-left: 15px;
  margin-top: 5px; }

.widget .readAll a {
  text-decoration: none; }

.testimonialRollItem {
  margin: 1em; }

.testimonialRollItemTitle {
  font-weight: bold;
  color: #4b4b59; }

.testimonialRollItemDate {
  font-size: 0.8em;
  display: none; }

.testimonialRollItemDesc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  margin-left: 10px;
  margin-bottom: 10px; }

.socialNetwork {
  float: left;
  padding: 2px 2px 10px 2px;
  padding: 2px 2px 10px 2px; }

.socialNetwork {
  list-style: none; }

ul.socialNetworks {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center; }

.socialNetwork img {
  /*+box-shadow: 1px 1px 3px #656565;*/
  -moz-box-shadow: 1px 1px 3px #656565;
  -webkit-box-shadow: 1px 1px 3px #656565;
  box-shadow: 1px 1px 3px #656565;
  /*+border-radius: 2px;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px; }

.tag-line {
  padding: 0em .5em 0em .5em;
  display: block;
  font-style: oblique;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  background-color: rgba(240, 240, 240, 0.5); }

@media screen and (min-width: 768px) {
  .tag-line {
    position: absolute;
    right: 1em;
    bottom: .2em; } }
#siteTag {
  font: 0.7em / 1em sans-serif;
  color: grey;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  margin: auto 5px 5px auto; }

#siteTag a {
  color: #9A9A9A; }

#leftBar {
  margin-top: 30px; }

.label.label-danger p {
  display: inline; }

#about blockquote {
  width: 70%;
  margin: auto auto 40px auto;
  background: rgba(236, 239, 241, 0.819); }

.clearAll {
  clear: both; }

#gallery {
  margin: 0;
  padding: 0; }

#gallery ul {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important; }

#gallery ul li {
  display: inline-block !important;
  margin: 0;
  max-width: 250px;
  /*+placement: ;*/
  position: relative;
  left: 0;
  top: 0; }

footer {
  overflow: hidden;
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  padding-top: 13px;
  color: grey; }

footer p {
  padding-right: 5px;
  padding-left: 5px;
  font-size: small; }

footer a {
  padding-left: 3px;
  padding-right: 3px;
  color: #FDFDFD;
  font-size: 0.8em; }

ul#footerMenu {
  list-style: none inside none;
  margin: 0;
  padding: 0; }

.siteMsg {
  font-size: small;
  padding: 5px;
  border: 1px solid #EFA5A5;
  border-radius: 5px;
  width: 90%;
  margin: 10px auto; }

.siteMsg p {
  margin-bottom: 5px; }

.cbLabel {
  font-size: small; }

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  margin: auto;
  margin-bottom: 35px;
  overflow: hidden; }

.responsive-iframe iframe, .responsive-iframe object, .responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.form-group .control-label {
  margin: 0;
  font-size: .8em;
  color: #4a0404; }

.btn {
  border-radius: 0px !important; }

.btn-cust {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f0f0f0;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  text-align: center;
  border: solid medium #f0f0f0;
  box-shadow: inset 0 0 0 0 #4a0404;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  border-radius: 2px; }

.btn-cust:hover {
  color: #f0f0f0;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 0 22px #4a0404; }

.well {
  border-color: #951a09; }

.criteria-state-value {
  font-weight: bold; }

.submitButton {
  text-align: center; }

span.metaDescTag {
  font-size: .7em;
  float: none;
  position: relative; }

#badgeLinks {
  text-align: left;
  padding-left: 10px; }

@media only screen and (max-width: 768px) {
  #badgeLinks {
    text-align: center;
    padding: 0; } }
#badgeLinks img {
  height: 50px;
  padding-bottom: 3px; }

.ws_bullets img {
  width: 85px;
  height: 48px; }

#fbPluginHolder {
  display: block;
  margin-top: 2em; }

#wine-list {
  background-image: url("/images/bgbl.gif");
  background-repeat: repeat; }

#visit-us {
  background-image: url("/images/bggr.png");
  background-repeat: repeat; }

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table; }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top; } }
.included-page {
  margin-top: 3em; }

.print-images {
  display: none; }

.main-section {
  background-color: #f0f0f0; }

#main-contact {
  color: #951a09;
  position: absolute;
  right: .5em;
  top: .5em;
  z-index: 9;
  font-weight: bold;
  font-size: 1.3em;
  padding: .4em;
  border-radius: .3em; }

@media only screen and (min-width: 768px) {
  .split-5050-responsive {
    display: grid;
    grid-template-columns: 1fr 1fr; } }
#credLogos {
  text-align: center; }

#credLogos img {
  height: 150px; }

cite {
  font-size: .8em;
  color: darkslategrey; }

#secondaryContent {
  padding-bottom: 2em; }

@media only screen and (min-width: 768px) {
  #secondaryContent {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 1%; } }
#secondaryContent .widget {
  margin-bottom: 1em; }

#filesTable {
  width: 90%;
  margin: auto; }

.site-hours {
  text-align: center;
  display: block;
  margin: auto;
  background-color: rgba(74, 4, 4, 0.85);
  font-size: 1.2em;
  padding: .3em; }

#webmailForm {
  background-color: lightgrey;
  position: absolute;
  z-index: 999999;
  top: 33px;
  right: 0; }

@media only screen and (min-width: 768px) {
  .pic-content-1 {
    display: grid;
    margin: 1em;
    grid-template-columns: 1fr 1fr; }

  .contact-us-sideby {
    display: grid;
    margin: 1em;
    grid-template-columns: 1fr 1fr; } }
.pic-content-1 .pic-content-pic {
  padding-bottom: .5em; }

#mind-body-schedule {
  border: solid 1px #770505; }

.fine-print {
  font-size: .75em; }

.personnel-item {
  border: solid 1px #770505;
  margin-top: .5em;
  margin-bottom: .5em;
  padding: .5em;
  border-radius: 4px; }

.personnel-item-title {
  font-size: 1em;
  font-weight: bold; }

.personnel-item-bio {
  font-size: .8em; }

.personnel-item-contact {
  text-align: center; }

.personnel-item-image img {
  margin: auto; }

.fillwidth {
  width: 100%;
  height: auto; }

.fillheight {
  height: 100%;
  width: auto; }

.resources-table {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.resources-table > div {
  border: solid #770505 thin; }

/*# sourceMappingURL=screen.css.map */
