/*
	Stevens Estate
	Dark Teal 0B585F
	Light Blue 8EA1D4
	Dark Brown 452E0E
	Yellow Brown B8732B
	Dark Text 1F2D2E
*/

*:focus {
  outline: 0;
}

.screen-reader-text {
  display: none;
}

html {
  background: url("_images/blog-gray.png") top left repeat #1f2d2e;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: "nobel", sans-serif;
  font-weight: 300;
}

body.home {
  background: rgba(40, 40, 40, 0.9);
}

#page {
  position: relative;
}

#masthead {
  background: #0b585f;
  display: block;
  height: 54px;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

.admin-bar #masthead {
  top: 32px;
}

#masthead .site-branding {
  padding-top: 5px;
  display: block;
  height: 44px;
  left: 20px;
  position: absolute;
  top: 0;
  width: 172px;
}
#masthead h1 {
  display: block;
  height: 44px;
  margin: 0;
  padding: 0;
  width: 172px;
}
.home #masthead h1 {
  display: none;
}
#masthead h1 a {
  background: url("img/small-logo.png") center center / contain no-repeat;
  display: block;
  height: 40px;
  text-indent: -10000px;
  width: 190px;
}
#masthead h2 {
  display: none;
}

#site-navigation {
  display: inline-block;
  height: 44px;
  margin: 0 auto;
}

@media screen and(min-width: 960px) {
  #site-navigation {
    padding-top: 5px;
  }
}

#site-navigation .menu-toggle {
  display: none;
}

#site-navigation .menu-primary-links-container ul#menu-primary-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#site-navigation .menu-primary-links-container ul#menu-primary-links li {
  display: inline-block;
  height: 52px;
  margin: 0 12px;
}

#site-navigation .menu-primary-links-container ul#menu-primary-links li a {
  transition: all 0.5s;
  font-weight: 500;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 52px;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

#site-navigation .menu-primary-links-container ul#menu-primary-links li a:hover {
  transition: all 0.5s;
  font-weight: 500;
  opacity: 0.5;
  display: block;
  text-decoration: none;
}

#site-navigation .menu-primary-links-container ul#menu-primary-links li.home,
#site-navigation .menu-primary-links-container ul#menu-primary-links li.reservations,
#site-navigation .menu-primary-links-container ul#menu-primary-links li.facebook,
#site-navigation .menu-primary-links-container ul#menu-primary-links li.twitter,
#site-navigation .menu-primary-links-container ul#menu-primary-links li.instagram {
  display: none;
}

#masthead .widgets {
  display: block;
  height: 52px;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 0;
  width: 260px;
}
#masthead .widgets a.reservations {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 52px;
  letter-spacing: 0.2em;
  margin: 9px 5px 0 0;
  padding: 0 8px;
  text-decoration: none;
  text-transform: uppercase;
}
#masthead .widgets ul.social {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#masthead .widgets ul.social li {
  display: inline-block;
  margin: 0 5px;
}
#masthead .widgets ul.social li a {
  background: url("_images/nav-instagram.png") center center no-repeat;
  display: block;
  height: 19px;
  text-align: left;
  text-indent: -10000px;
  width: 19px;
}
#masthead .widgets ul.social li.facebook a {
  background: url("_images/icon-fb-tw.png") left center no-repeat;
}
#masthead .widgets ul.social li.twitter a {
  background: url("_images/icon-fb-tw.png") right center no-repeat;
}

#masthead a.reservations {
  display: none !important;
}

#content {
  margin-top: 44px;
}

.home article#post-5 {
  background: url("img/header-bg.jpg") bottom right no-repeat;
  background-size: cover;
  display: block;
  height: 730px;
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 67%;
  height: 0;
  padding-top: 5%;
}
.home article#post-5:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 40%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.75))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000075',GradientType=0 ); /* IE6-9 */
}
.home article#post-5 .entry-header {
  padding-top: 1%;
  position: relative;
  z-index: 50;
}
.home article#post-5 .entry-header h1.entry-title {
  background: url("img/logo.png") center center no-repeat;
  background-size: contain;
  height: 300px;
  margin: 50px auto;
  max-width: 530px;
  padding: 0;
  text-align: left;
  text-indent: -10000px;
  width: 100%;
}
.home article#post-5 .entry-content {
  position: relative;
  z-index: 50;
}
.home article#post-5 .entry-content address,
.home article#post-5 .entry-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  margin: 0;
  font-family: "nobel", sans-serif;
  font-style: normal;
}
.home article#post-5 .entry-content p a {
  color: #f7f1e9;
  text-decoration: none;
  font-weight: 300;
  font-family: "nobel", sans-serif;
}
.home article#post-5 .buttons a {
  background: #8ea1d4;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 46px;
  margin: 45px 11px 0px 11px;
  padding: 0 24px;
  text-decoration: none;
}
.home article#post-5 .buttons a:hover {
  background: #0b585f;
}

/*about*/
#black-studio-tinymce-4 {
  background-image: url("img/bg-tile-01.png");
  background-color: #8ea1d4;
  padding: 30px;
  position: relative;
  background-repeat: repeat;
  background-size: 12%;
}
#black-studio-tinymce-4 .textwidget {
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto;
  max-width: 714px;
  width: 100%;
  font-family: "nobel", sans-serif !important;
  font-weight: 300;
}
#black-studio-tinymce-4 .textwidget p a {
  font-family: "nobel", sans-serif !important;
  text-decoration: underline !important;
  color: #fff;
}

/*downloads*/
#download {
  background-color: #f7f1e9;
  padding: 30px;
  position: relative;
}
#download .textwidget {
  margin: 0 auto;
  width: 100%;
}
#download .textwidget p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.25px;
  margin: 0 0 22px;
  font-weight: 300;
}
#download .textwidget .buttons {
  display: block;
  padding: 20px 10px;
  position: relative;
  text-align: center;
}
#download .textwidget .buttons a {
  border: 2px solid #0b585f;
  color: #0b585f;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 46px;
  margin: 0 11px;
  padding: 0 24px;
  text-decoration: none;
  font-weight: 600;
  background: transparent;
}
#download .textwidget .buttons a:hover {
  background: #0b585f;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

#history h1.widget-title,
#contact h1.widget-title,
#private-evets h1.widget-title,
#about h1.widget-title,
#download h1.widget-title,
#black-studio-tinymce-4 h1.widget-title,
#dpe_fp_widget-2 h1.widget-title {
  font-family: "classico-urw", sans-serif !important;
  font-weight: 400 !important;
  font-size: 48px;
  color: #1f2d2e;
  text-align: center;
  margin: 20px auto;
}
#black-studio-tinymce-4 h1.widget-title,
#dpe_fp_widget-2 h1.widget-title {
  color: #fff;
  font-size: 48px;
  line-height: 100%;
  margin: 0 auto;
  max-width: 714px;
  margin: 20px auto;
  font-family: "classico-urw";
  background: transparent;
}

/*private events*/
#history {
  background-color: #f7f1e9;
  background-image: url("img/light.png");
  background-repeat: repeat;
  padding: 30px;
  position: relative;
  z-index: 10;
}

#history .textwidget {
  margin: 0 auto;
  max-width: 714px;
  width: 100%;
}

#history .textwidget p {
  font-family: "nobel", sans-serif !important;
  font-style: normal !important;
  color: #1f2d2e;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.25px;
  margin: 0 0 18px;
}

#history .textwidget .buttons {
  display: block;
  padding: 20px 24px;
  text-align: center;
  font-weight: 600;
}

#history .textwidget .buttons a {
  background: #0b585f;
  border: 2px solid #0b585f;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 46px;
  margin: 0 11px;
  padding: 0 24px;
  text-decoration: none;
  font-weight: 600;
}

#history .textwidget .buttons a:hover {
  background: transparent;
  color: #0b585f;
}

/* private events metaslider */
#metaslider_widget-2 .metaslider .caption-wrap {
  background: rgba(31, 45, 46, 0.8);
  bottom: 0px;
  opacity: 1;
  padding: 30px;
  max-width: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#metaslider_widget-2 .metaslider .caption-wrap .caption {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "nobel", sans-serif !important;
  font-style: normal !important;
}

#metaslider_widget-2 .metaslider .caption-wrap .caption h2 {
  font-family: "classico-urw";
  font-size: 26px;
  font-weight: normal;
  line-height: 146%;
  margin: 0 0 12px 0;
}

#metaslider_widget-2 .metaslider ul.rslides_tabs {
  background: transparent;
  bottom: 40px;
  padding: 0;
  position: absolute;
  right: 50px;
  text-align: right;
  width: 40%;
  z-index: 50;
}

#metaslider_widget-2 .metaslider ul.rslides_tabs li a {
  background: #f7f1e9;
  border-radius: 50%;
  display: block;
  height: 10px;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: left;
  text-indent: -10000px;
  width: 10px;
}

#metaslider_widget-2 .metaslider ul.rslides_tabs li.rslides_here a {
  background: #0b585f;
}

/* meet the team */
#dpe_fp_widget-2 {
  padding: 39px 20px 40px;
  position: relative;
  background-color: #452e0e;
}

#dpe_fp_widget-2 ul.dpe-flexible-posts {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#dpe_fp_widget-2 ul.dpe-flexible-posts li.stevens_team article {
  display: block;
  margin: 0 auto;
  max-width: 890px;
  min-height: 300px;
  padding: 0;
  position: relative;
}

#dpe_fp_widget-2 ul.dpe-flexible-posts li.stevens_team article.has-post-thumbnail {
  max-width: 600px;
  padding-left: 276px;
}

#dpe_fp_widget-2 ul.dpe-flexible-posts li.stevens_team article .entry-image {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

#dpe_fp_widget-2 ul.dpe-flexible-posts li.stevens_team article .entry-header h4 {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  margin: 15px 0 10px;
  font-family: "classico-urw";
  font-weight: 400;
}

#dpe_fp_widget-2 ul.dpe-flexible-posts li.stevens_team article .entry-content p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-family: "nobel", sans-serif;
}

.rslides_nav {
  font-size: 36px;
  padding: 10px 20px !important;
  background-color: #1f2d2e !important;
}

#dpe_fp_widget-2 a.rslides_nav.prev {
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin-top: -15px;
  opacity: 1;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
}

#dpe_fp_widget-2 a.rslides_nav.next {
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin-top: -15px;
  opacity: 1;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
}

#dpe_fp_widget-2 .rslides_nav {
  top: 230px !important;
}

/*footer */
footer.site-footer {
  clear: both;
}

/*contact*/
#contact {
  background: url("img/watermark-se.png") left center no-repeat #333;
  padding: 1px 20px;
  background: url(img/watermark-se.png), url(img/bg-tile-footer.svg);
  background-repeat: no-repeat, repeat;
  background-size: 27%, 12%;
  background-position: -35px center;
  background-color: #f7f1e9;
}

#contact .textwidget {
  display: block;
  margin: 0 auto;
  overflow: auto;
  padding: 0 0 50px;
  max-width: 900px;
}

#contact .textwidget .hours {
  float: left;
  margin-right: 2%;
  width: 17%;
  height: 1px;
}

#contact .textwidget .contact {
  float: left;
  width: 26%;
}

#contact .textwidget .contact {
  float: left;
  width: 27%;
}

#contact .textwidget .map {
  border: 5px solid #fff;
  float: left;
  width: 45%;
  margin-right: calc(9% - 10px);
}

#contact .textwidget iframe {
  display: block;
  height: 350px;
  width: 100%;
  margin: 0 auto;
}

#contact .textwidget h3 {
  margin: 0;
  color: #1f2d2e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 120%;
  padding-bottom: 20px;
}

#contact .textwidget p {
  color: #1f2d2e;
  font-size: 18px;
  line-height: 120%;
}

#contact .textwidget p strong {
  font-weight: normal;
}

#contact .textwidget p em {
  font-style: normal !important;
  font-family: "nobel", sans-serif !important;
  font-style: normal !important;
}

#contact .textwidget em {
  font-style: normal !important;
  font-family: "nobel", sans-serif !important;
  font-style: normal !important;
}

#contact .textwidget p a {
  color: #0b585f;
  text-decoration: none;
}

#contact .textwidget p a:hover {
  text-decoration: underline;
}

#contact .textwidget .contact,
#contact .textwidget .contact p {
  padding-top: 7px;
  color: #1f2d2e;
  font-size: 18px;
  line-height: 27px;
  font-family: "nobel", sans-serif !important;
  font-style: normal !important;
}

#contact .textwidget .contact:nth-of-type(10) {
  padding-top: 0px !important;
}

#contact .textwidget .contact a,
#contact .textwidget .contact p a {
  color: #0b585f;
  text-decoration: none;
}

#contact .textwidget .contact a:hover,
#contact .textwidget .contact p a:hover {
  text-decoration: underline;
}

#contact .textwidget .contact p:nth-child(2) {
  line-height: 180%;
}

#contact .textwidget .contact a.reservations {
  background: #0b585f;
  border: 2px solid #0b585f;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 46px;
  margin: 0 auto 0px;
  max-width: 450px;
  padding: 0 20px;
  font-family: "nobel", sans-serif !important;
  color: #fff !important;
  font-weight: 600;
}

#contact .textwidget .contact a.reservations:hover {
  background: transparent;
  color: #0b585f !important;
  text-decoration: none;
}

#contact *:not(.reservations) {
  color: #1f2d2e !important;
}

#contact .contact:last-of-type a {
  font-weight: 500;
  font-family: "nobel", sans-serif !important;
  font-style: normal !important;
}

/*group popup*/
#text-5 {
  display: none;
  background: #0b585f;
  clear: both;
  display: block;
  margin: 0;
  padding: 30px 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#text-5 .textwidget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#text-5 .textwidget ul li {
  display: inline-block;
}

#text-5 .textwidget ul li a {
  background: url("_images/wrgnew.png") 0 0 no-repeat;
  display: block;
  height: 112px;
  margin: 0 8px;
  text-indent: -10000px;
}

#text-5 .textwidget ul li a.scarletoak {
  background-position: 0 0;
  width: 115px;
}

#text-5 .textwidget ul li a.gibbetgrill {
  background-position: -115px 0;
  width: 128px;
}

#text-5 .textwidget ul li a.barn {
  background-position: -243px 0;
  width: 110px;
}

#text-5 .textwidget ul li a.fireside {
  background-position: -353px 0;
  width: 131px;
}

#text-5 .textwidget ul li a.gibbetfarm {
  background-position: -484px 0;
  width: 108px;
}

#text-5 .textwidget ul li a.moraine {
  background-position: -592px 0;
  width: 131px;
}

#text-5 .textwidget ul li a.fruitlands {
  background-position: -723px 0;
  width: 107px;
}

#text-5 .textwidget ul li a.bancroft {
  background-position: -830px 0;
  width: 128px;
}

#text-5 .textwidget ul li a.grillmarsh {
  background-position: -949px 0;
  width: 128px;
}

#text-5 .textwidget ul li a.doublebull {
  background-position: -1068px 0;
  width: 128px;
}

#text-5 .textwidget ul li a.stevensestate {
  background-position: -1184px 0;
  width: 128px;
}

#text-5 .textwidget ul li a.bancroftandco {
  background: url("_images/bancroft-and-co.png") center center / contain
    no-repeat;
  width: 88px;
}

#text-4 {
  background: #8ea1d4;
  min-height: 66px;
  padding: 0 20px;
}

#text-4 *,
#text-4 * * {
  font-family: "nobel", sans-serif !important;
  font-style: normal !important;
}

#text-4 .textwidget {
  display: block;
  margin: 0 auto;
  max-width: 1100px;
}

#text-4 p {
  color: #fff;
  font-size: 14px;
  line-height: 66px;
  margin: 0;
}
#text-4 p a {
  color: #f7f1e9;
  text-decoration: none;
}

#text-4 p a:hover {
  text-decoration: underline;
}

#text-4 p .address,
#text-4 p .phone {
  margin-right: 10px;
}

#text-4 p a.group {
  color: #f7f1e9;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  height: 66px;
  line-height: 42px;
  letter-spacing: 0;
  margin: 0;
  padding: 0 14px;
  text-align: center;
  text-decoration: none;
  background: url("_images/wrg_logos_white.png") no-repeat scroll center center /
    125px auto #0b585f;
  text-indent: -10000px;
  width: 150px;
}

#text-4 p a.ics {
  color: #fff;
  float: right;
  padding: 0 30px;
  text-decoration: none;
}

#oldsignup {
  display: none;
}

/*popups*/
#popups {
  display: none;
} /*hide 'em*/

.white-popup-block {
  background: #0b585f;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  text-align: center;
}

.white-popup-block .gform_wrapper {
  padding: 0 20px;
}

.gform_wrapper .gform_button {
  background: #8ea1d4;
  color: #fff;
  cursor: pointer;
  font-family: 'nobel', sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 46px;
  padding: 0 24px;
  text-decoration: none;
  border: 1.5px solid #8ea1d4;
  margin-bottom: 20px !important;
}

.gform_body li a {
  color: inherit;
}

#reservations.white-popup-block {
  height: 240px;
  max-width: 440px;
}

.reservation-container {
  padding: 0 20px;
}

#history-form img {
  display: none !important;
}

#contact #mc_embed_signup form input.button {
  color: #fff !important;
  cursor: pointer !important;
}

.white-popup-block h1.widget-title {
  background: #0b585f;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}

.white-popup-block iframe {
  display: inline-block;
}

.white-popup-block#history-form {
  background: #0b585f;
  padding-bottom: 20px;
  max-width: 500px;
  position: relative;
  font-family: "nobel", sans-serif;
}

.white-popup-block#history-form .gform_wrapper {
  margin: 0 auto;
  max-width: 90%;
}

.white-popup-block#history-form .gform_wrapper .top_label .gfield_label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.white-popup-block#history-form .gform_wrapper #input_1_2_5_container {
  clear: left;
}

.white-popup-block#history-form .gform_wrapper .gform_fields > li {
  margin: 0 0 8px;
}

.white-popup-block#history-form .gform_wrapper p a {
  color: #fff;
}

.white-popup-block#history-form .gform_wrapper input.button {
  background: #8ea1d4;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "nobel", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 45px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
}

.mfp-close-btn-in .mfp-close {
  background: #fff !important;
  border-radius: 50%;
  margin: 10px;
}

/*blog*/
.single #content #primary,
.blog #content #primary {
  border-right: 1px solid #0b585f;
  display: block;
  float: left;
  margin: 100px 0;
  width: 66%;
}

.single #content #secondary,
.blog #content #secondary {
  display: block;
  float: left;
  margin: 100px 0;
  width: 33%;
}

.page-id-255 #content #secondary {
  display: none;
}

#content #primary #main article.post {
  display: block;
  padding: 0 10% 50px 23.75%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
}

#content #primary #main article.post header.entry-header a.blog-bread {
  color: #f7f1e9;
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 120%;
  margin: 0 0 4px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#content #primary #main article.post header.entry-header a.blog-bread:hover {
  text-decoration: underline;
}

#content #primary #main article.post header.entry-header h1.entry-title {
  color: #f7f1e9;
  font-family: "classico-urw", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  margin: 0 0 30px;
}

#content #primary #main article.post header.entry-header h1.entry-title a {
  color: #f7f1e9;
  text-decoration: none;
}

#content #primary #main article.post header.entry-header h1.entry-title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

#content #primary #main article.post header.entry-header .entry-meta {
  width: 18%;
  border-bottom: 1px solid #f7f1e9;
  color: #f7f1e9;
  display: block;
  font-family: "nobel", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  left: 0;
  padding: 0 4px 12px 10px;
  position: absolute;
  top: 0;
}

#content #primary #main article.post header.entry-header .entry-meta .share {
  display: block;
  position: absolute;
  left: 10px;
  top: 45px;
}

#content #primary #main article.post header.entry-header .entry-meta .share h5 {
  color: #f7f1e9;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
  text-transform: none;
}

#content #primary #main article.post header.entry-header .entry-meta .addthis_toolbox a.addthis_button_facebook,
#content #primary #main article.post header.entry-header .entry-meta .addthis_toolbox a.addthis_button_twitter {
  background: url("_images/icon-fb-tw.png") left center no-repeat;
  display: block;
  height: 19px;
  text-align: left;
  text-indent: -10000px;
  width: 19px;
}

#content #primary #main article.post header.entry-header .entry-meta .addthis_toolbox a.addthis_button_twitter {
  background: url("_images/icon-fb-tw.png") right center no-repeat;
}

#content #primary #main article.post header.entry-header .entry-meta .addthis_toolbox a span {
  display: none !important;
}

#content #primary #main article.post .entry-content {
  color: #f7f1e9;
  font: 16px "nobel" sans-serif;
  line-height: 24px;
}

#content #primary #main article.post .entry-content a {
  color: #f7f1e9;
  transition: 0.3s;
}

#content #primary #main article.post .entry-content a:hover {
  color: #8ea1d4;
  cursor: pointer;
  transition: 0.3s;
}

#content #primary #main article.post .entry-content img,
#content #primary #main article.post .entry-content figure {
  height: auto !important;
  max-width: 100%;
  width: auto !important;
  margin: 10px 0;
}

#content #primary #main article.post .entry-content a.more-link {
  color: #8ea1d4;
  display: block;
  font: normal normal 16px "nobel", sans-serif;
  letter-spacing: 0.5px;
  line-height: 24px;
}

#content #primary #main article.post footer.entry-footer a {
  color: #f7f1e9;
  transition: 0.3s;
}

#content #primary #main article.post footer.entry-footer a:hover {
  color: #8ea1d4;
  cursor: pointer;
  transition: 0.3s;
}

.paging-navigation,
.post-navigation {
  display: block;
  padding: 0 10% 50px 23.75%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  display: block;
  float: left;
  text-align: center;
  width: 50%;
}

.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
}

.paging-navigation .nav-previous a,
.paging-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 2px solid #0b585f;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
}

.paging-navigation .nav-previous a:hover,
.paging-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #0b585f;
  transition: 0.5s;
}

#content #secondary aside {
  margin: 0 auto 40px;
  max-width: 80%;
}

#content #secondary aside#black-studio-tinymce-5 h1.widget-title {
  color: #f7f1e9;
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.3px;
  margin: 0px 0 10px;
  text-align: center;
}

#content #secondary aside#black-studio-tinymce-5 .textwidget {
  color: #f7f1e9;
  font-size: 15px;
  font-weight: normal;
  line-height: 160%;
  text-align: center;
}

#content #secondary aside#black-studio-tinymce-5 .textwidget p {
  margin: 0;
}

@media only screen and (min-width: 1200px) {
  #null-instagram-feed-2 ul.instagram-pics li {
    height: 160px;
    padding: 0;
    width: 160px;
  }

  #null-instagram-feed-2 ul.instagram-pics li img {
    height: 146px;
    padding: 0;
    width: 146px;
  }
}

@media only screen and (max-width: 820px) {
  #contact {
    position: relative;
  }
  #contact .textwidget .contact {
    clear: left;
  }
  #contact .textwidget .map {
    position: absolute;
    top: 110px;
    right: 20px;
  }
}

@media only screen and (max-width: 960px) {
  #content {
    margin-top: 0;
  }

  #dpe_fp_widget-2 h1.widget-title {
    display: none;
  }

  /*mobile nav*/
  #masthead {
    background: transparent;
    height: auto;
  }

  #masthead .site-branding {
    display: none;
  }

  #masthead .widgets {
    display: none;
  }

  #site-navigation {
    display: block;
    height: auto;
    min-height: 55px;
    width: 100%;
  }

  #site-navigation .menu-toggle {
    background: url("_images/nav-mobile.png") center center no-repeat #0b585f;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 40px;
    position: fixed;
    right: 15px;
    text-align: left;
    text-indent: -10000px;
    top: 15px;
    width: 40px;
  }

  #site-navigation.toggled .menu-toggle {
    background: url("img/menu-x-2x.png") center center no-repeat #0b585f;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 40px;
    position: fixed;
    right: 15px;
    text-align: left;
    text-indent: -10000px;
    top: 15px;
    width: 40px;
    background-size: 50%;
  }

  #site-navigation .menu-primary-links-container {
    background: #0b585f;
    display: none;
    width: 100%;
  }

  #site-navigation.toggled .menu-primary-links-container {
    display: block;
  }

  #site-navigation .menu-primary-links-container ul#menu-primary-links {
    padding: 1px 0 20px;
    width: 100%;
  }

  #site-navigation .menu-primary-links-container ul#menu-primary-links li {
    display: block;
    height: auto;
    margin: 5px auto;
    text-align: center;
  }

  #site-navigation .menu-primary-links-container ul#menu-primary-links li.home,
  #site-navigation .menu-primary-links-container ul#menu-primary-links li.reservations {
    display: block;
  }

  #site-navigation .menu-primary-links-container ul#menu-primary-links li.facebook,
  #site-navigation .menu-primary-links-container ul#menu-primary-links li.twitter,
  #site-navigation .menu-primary-links-container ul#menu-primary-links li.instagram {
    display: inline-block;
    padding: 8px;
  }

  #site-navigation .menu-primary-links-container ul#menu-primary-links li.instagram a {
    background: url("_images/nav-instagram.png") center center no-repeat;
    display: block;
    height: 19px;
    margin: 0 auto;
    text-align: left;
    text-indent: -10000px;
    width: 19px;
  }

  #site-navigation .menu-primary-links-container ul#menu-primary-links li.facebook a {
    background: url("_images/icon-fb-tw.png") left center no-repeat;
    display: block;
    height: 19px;
    margin: 0 auto;
    text-align: left;
    text-indent: -10000px;
    width: 19px;
  }

  #site-navigation .menu-primary-links-container ul#menu-primary-links li.twitter a {
    background: url("_images/icon-fb-tw.png") right center no-repeat;
    display: block;
    height: 19px;
    margin: 0 auto;
    text-align: left;
    text-indent: -10000px;
    width: 19px;
  }

  .home article#post-5 .entry-header h1.entry-title {
    height: 220px;
  }
}

@media only screen and (max-width: 959px) {
  #menus .header a.farm-to-table {
    height: 60px;
    top: 2%;
    width: 60px;
  }

  #dpe_fp_widget-2 {
    padding: 39px 86px 20px;
  }

  #site-navigation .menu-primary-links-container ul#menu-primary-links li a:hover {
    transition: all 0.5s;
    font-weight: 500;
    color: white;
    opacity: 0.5;
    display: block;
    text-decoration: none;
  }
}

@media only screen and (max-width: 768px) {
  #menus .content {
    padding: 60px 2%;
  }
  
  #menus .content .menu_content {
    padding: 50px 20px 30px;
  }
  
  #menus .content .menu_content .cocktail ul {
    margin-left: 8%;
    width: 40%;
  }
  
  #menus .content .menu_content#menu-89 {
    padding-top: 150px;
  }

  #metaslider_widget-2 {
    background-color: #1f2d2e;
  }
  
  #metaslider_widget-2 .metaslider .caption-wrap {
    background: transparent;
    bottom: 60px;
    opacity: 1;
    padding: 30px;
    max-width: 400px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .post-navigation,
  .paging-navigation,
  #content #primary #main article.post {
    padding: 0 10% 50px;
  }
  
  #content #primary #main article.post header.entry-header h1.entry-title {
    margin-bottom: 5px;
  }
  
  #content #primary #main article.post header.entry-header .entry-meta {
    width: 100%;
    border: none;
    font-size: 12px;
    position: static;
    left: auto;
    margin: 20px 0;
    padding: 0;
    top: auto;
    transform: translateY(0);
  }
  
  #content #primary #main article.post header.entry-header .entry-meta .share {
    display: none;
  }
  
  .post-navigation,
  .paging-navigation {
    margin-bottom: 40px;
  }
  
  #content #secondary aside#black-studio-tinymce-5 h1.widget-title {
    margin-top: 0;
  }

  #post-5 {
    height: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  #metaslider_widget-2 .metaslider .caption-wrap {
    bottom: auto;
    clear: both;
    display: block;
    left: auto;
    position: static;
    right: auto;
    top: auto;
  }

  #dpe_fp_widget-2
    ul.dpe-flexible-posts
    li.stevens_team
    article.has-post-thumbnail {
    padding-left: 10px;
  }

  #dpe_fp_widget-2 ul.dpe-flexible-posts li.stevens_team article .entry-image {
    position: static;
    width: 50%;
    margin: 0 auto;
    display: block;
    float: none !important;
  }

  .rslides img {
    float: none !important;
  }

  #dpe_fp_widget-2 .widget-title {
    width: 75% !important;
  }

  #dpe_fp_widget-2 ul.dpe-flexible-posts li.stevens_team article .entry-header h4 {
    font-size: 18pt;
    text-align: center;
  }

  #dpe_fp_widget-2 a.rslides_nav.next,
  #dpe_fp_widget-2 a.rslides_nav.prev {
    top: 25% !important;
  }
}

@media only screen and (max-width: 600px) {
  #dpe_fp_widget-2 a.rslides_nav.next,
  #dpe_fp_widget-2 a.rslides_nav.prev {
    top: 20% !important;
  }

  #menus .header a.farm-to-table {
    height: 60px;
    top: 2%;
    width: 60px;
  }

  #contact .textwidget .contact a.reservations {
    float: none;
  }

  #contact .textwidget {
    text-align: center;
  }

  #contact .textwidget .contact,
  #contact .textwidget .hours {
    width: 100%;
  }

  #contact .textwidget .map {
    clear: both;
    float: none;
    margin: 20px auto;
    position: static;
    top: auto;
    right: auto;
    width: 90%;
  }

  #contact .textwidget .map iframe {
    width: 100% !important;
  }

  #null-instagram-feed-2,
  #wordpress-tweets-2 {
    clear: both;
    float: none;
    height: auto;
    padding: 1px 0;
    width: 100%;
  }
  #null-instagram-feed-2 {
    height: 230px;
  }

  #history h1.widget-title,
  #contact h1.widget-title,
  #private-evets h1.widget-title,
  #about h1.widget-title,
  #download h1.widget-title,
  #black-studio-tinymce-4 h1.widget-title,
  #dpe_fp_widget-2 h1.widget-title {
    font-size: 36px;
    line-height: 40px;
  }

  #history .textwidget .buttons {
    bottom: 0;
    position: static;
  }

  #history .textwidget .buttons a {
    margin-bottom: 15px;
  }

  #history .textwidget p:nth-last-child(2) {
    margin-bottom: 0;
  }

  #metaslider_widget-2 .metaslider ul.rslides_tabs {
    display: none;
  }

  #dpe_fp_widget-2
    ul.dpe-flexible-posts
    li.stevens_team
    article.has-post-thumbnail {
    padding-left: 10px;
  }

  #dpe_fp_widget-2 ul.dpe-flexible-posts li.stevens_team article .entry-image {
    position: static;
    width: 50%;
    margin: 0 auto;
    display: block;
    float: none !important;
  }

  .rslides img {
    float: none !important;
  }

  #dpe_fp_widget-2 .widget-title {
    width: 75% !important;
  }

  #dpe_fp_widget-2 ul.dpe-flexible-posts li.stevens_team article .entry-header h4 {
    font-size: 18pt;
    text-align: center;
  }

  .postblocks figure {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: 300px !important;
    height: 300px !important;
  }

  .postblocks figure figcaption {
    width: 300px !important;
    height: 300px !important;
  }

  #contact h1.widget-title {
    margin-bottom: 0;
  }

  #text-6 {
    padding-top: 15px;
  }

  #text-6 h1.widget-title {
    font-size: 16px;
  }

  #text-6 #mc_embed_signup form input.email {
    width: 170px;
  }

  #text-4 {
    padding: 0;
  }

  #text-4 p {
    line-height: 15px;
    padding-top: 10px;
    text-align: center;
  }

  #text-4 p .address,
  #text-4 p .phone,
  #text-4 p .email {
    padding: 0 10px;
  }

  #text-4 p .phone,
  #text-4 p .email {
    display: block;
    margin: 5px auto;
  }

  #text-4 p .email {
    padding-bottom: 10px;
  }

  #text-4 p .address {
    display: block;
    padding-bottom: 12px;
  }

  #text-4 p a.ics {
    display: none;
  }

  #text-4 p a.group {
    float: none;
    width: auto;
  }

  .single #content #primary,
  .blog #content #primary {
    border-right: none;
    float: none;
    margin: 100px 0 0;
    width: 100%;
  }

  .single #content #secondary,
  .blog #content #secondary {
    float: none;
    margin: 60px 0;
    width: 100%;
  }

  .post-navigation,
  .paging-navigation,
  #content #primary #main article.post {
    padding: 0 20px 50px;
  }

  .rslides3_nav {
    top: 25% !important;
  }

  .home article#post-5 {
    height: 200px !important;
    padding-bottom: 80%;
    background: url("img/header-bg.jpg") center left no-repeat;
    background-size: cover;
  }

  .home article#post-5 .entry-header h1.entry-title {
    height: 150px;
    width: 300px;
  }

  #black-studio-tinymce-4 h1.widget-title {
    top: auto !important;
  }

  #theseal {
    display: none !important;
  }

  #ourvenues ul:first-of-type li {
    margin: 0;
  }

  #download .textwidget .buttons a {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #contact #mc_embed_signup form input.email,
  #contact #mc_embed_signup form input.button {
    margin: 0 auto !important;
    float: none !important;
  }

  #contact #mc_embed_signup form input.button {
    position: relative;
    top: 85px;
  }

  #ourvenues ul:last-of-type li {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 500px) {
  .home article#post-5 .entry-content p a.button.hollow {
    margin-left: 0;
  }

  #reservations.white-popup-block {
    height: 260px;
  }

  #OT_timeLbl {
    left: 0 !important;
    top: 90px !important;
  }

  #OT_time {
    left: 120px !important;
    top: 100px !important;
  }

  #OT_submitWrap {
    left: 145px !important;
    top: 135px !important;
  }
}

#menus {
  display: none !important;
}

#contact #mc_embed_signup {
  background-color: transparent;
}

#contact #mc_embed_signup .mc-field-group {
  min-height: 0;
}

#contact #mc_embed_signup form {
  padding: 0;
}

#contact #mc_embed_signup form label,
#contact #mc_embed_signup form br {
  display: none;
}

#contact #mc_embed_signup form input.email {
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #969695;
  color: #fff;
  float: left;
  font-family: "Proxima Nova W01", sans-serif;
  font-size: 13px;
  line-height: 120%;
  height: 28px;
  padding: 0;
  width: 291px;
}

#contact #mc_embed_signup form .mce_inline_error {
  float: left;
  font-size: 14px;
  line-height: 120%;
  width: 180px;
}

#contact #mc_embed_signup form input.button {
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.15em;
  font-weight: 500;
  background: #222;
  border: 1px solid #222;
  border-radius: 0;
  clear: none;
  display: block;
  float: right;
  font-family: "Proxima Nova W01", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 28px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 98px;
  text-align: center;
}

#contact #mc_embed_signup div#mce-responses {
  float: none;
  font-size: 14px;
  line-height: 120%;
  margin: 0;
  overflow: inherit;
  padding: 0;
  top: 0;
  width: 100%;
}

#contact #mc_embed_signup div.response {
  float: none;
  font-weight: normal;
  margin: 0;
  padding: 10px;
  top: 0;
  width: 100%;
}

#contact #mc_embed_signup #mce-success-response {
  color: #313e54 !important;
}

#contact .contact:last-of-type p {
  padding-top: 1px;
}

.mc-field-group {
  padding-top: 3px;
}

a.reservations,
.buttons,
.buttons a {
  font-weight: 600 !important;
}
.buttons a,
#contact a.reservations {
  transition: all 0.5s;
}
.buttons a:hover,
#contact a.reservations:hover {
  transition: all 0.5s;
}
.reservations,
.buttons a {
  line-height: 28px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#ourvenues li {
  transition: all 0.5s;
}
#ourvenues li:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

#theseal {
  background: url("img/badge.png") center center / contain no-repeat;
  display: block;
  height: 158px;
  position: absolute;
  right: 5%;
  text-indent: -10000px;
  top: 10%;
  width: 158px;
  transition: all 0.5s;
}

#theseal:hover {
  transition: all 0.5s;
  opacity: 0.5;
}

.white-popup-block h1.widget-title {
  background: #8ea1d4;
}

#masthead .widgets ul.social li {
  padding-top: 6px;
}

sup {
  display: inline;
  font-size: 140%;
  position: relative;
  top: 2px;
}

#pinterestbox {
  text-align: center;
  padding: 30px 0;
  background: #f7f1e9;
  color: #ccc;
}

#page span[class$="fancy"] span[class$="scrolling_okay"] {
  height: 250px !important;
}

#page span[class$="fancy"] {
  background: none !important;
  box-shadow: none !important;
}

#page span[class$="fancy"] span[class$="embed_grid_hd"] {
  display: none !important;
}

aside.pinlogo {
  width: 33px;
  height: 50px;
  /*background-image: url(img/pint-icon-iso2x.png);*/
  background-image: url(img/pint-icon-iso.png);
  background-size: contain;
  margin: 0 auto;
  padding-bottom: 30px;
  background-repeat: no-repeat;
}

#page #pinterestbox span {
  max-width: 90%;
}
#page #pinterestbox span span {
  max-width: 100%;
}

#site-navigation
  .menu-primary-links-container
  ul#menu-primary-links
  li.instagram
  a {
  background: url("img/pint-circle-2x.png") center center no-repeat;
  display: block;
  height: 19px;
  margin: 0 auto;
  text-align: left;
  text-indent: -10000px;
  width: 19px;
  background-size: 19px 19px;
}

#masthead .widgets ul.social li a {
  background: url("img/pint-circle-2x.png") center center no-repeat;
  display: block;
  height: 29px;
  text-align: left;
  text-indent: -10000px;
  width: 29px;
  background-size: 70% !important;
}

#masthead .widgets ul.social li.facebook a {
  background: url("img/fb-circle-2x.png") center center no-repeat;
}

@media only screen and (max-width: 960px) {
  #contact {
    padding: 1px 20px;
    background: url(img/watermark-se-.png), url(img/bg-tile-footer.svg);
    background-repeat: no-repeat, repeat;
    background-size: 27%, 18%;
    background-position: -35px center;
    background-color: #f7f1e9;
  }

  #black-studio-tinymce-4 {
    background-size: 18%;
  }
}

@media only screen and (max-width: 850px) {
  #contact .textwidget .contact a.reservations {
    float: none;
  }

  #contact .textwidget {
    text-align: center;
  }

  #contact .textwidget .contact,
  #contact .textwidget .hours {
    width: 100%;
  }

  #contact .textwidget .map {
    clear: both;
    float: none;
    margin: 20px auto;
    position: static;
    top: auto;
    right: auto;
    width: 90%;
  }

  #contact .textwidget .map iframe {
    width: 100% !important;
  }
}

@media screen and (min-width: 1400px) {
  .home article#post-5 {
    background: url("img/header-bg.jpg") bottom right no-repeat;
    background-size: cover;
    display: block;
    height: 730px;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 57%;
    height: 0;
    padding-top: 5%;
  }
}

@media screen and (min-width: 1800px) {
  .home article#post-5 {
    background: url("img/header-bg.jpg") bottom right no-repeat;
    background-size: cover;
    display: block;
    height: 730px;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 52%;
    height: 0;
    padding-top: 10%;
  }
}
@media screen and (max-width: 420px) {
  #dpe_fp_widget-2 a.rslides_nav.next,
  #dpe_fp_widget-2 a.rslides_nav.prev {
    top: 15% !important;
  }

  #dpe_fp_widget-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 420px) {
  #metaslider_widget-2 .rslides_nav {
    top: 110px !important;
  }
}
@media screen and (min-width: 421px) and (max-width: 600px) {
  #metaslider_widget-2 .rslides_nav {
    top: 135px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  #metaslider_widget-2 .rslides_nav {
    top: 180px !important;
  }
}