body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #666;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2 {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 32px;
  color: #333;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #4262ae;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #e52f3c;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 20px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
#menu a.navbar-brand {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #4262ae;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 300px) {
  #menu a.navbar-brand {
    display: none;
  }
}

.slides {
  /*			li {*/
  font-size: 40px;
  line-height: 1.5;
  blockquote {
    padding-left: 0;
    border-left: none;
    @media screen and (max-width: $screen-sm) {
      padding: 0 20px;
    }
    p {
      font-size: 40px;
      line-height: 1.5;
      @media screen and (max-width: $screen-sm) {
        font-size: 20px;
        line-height: 1.5;
      }
      &.quote-author {
        font-size: 20px;
        color: lighten($brand-black, 50%);
        @media screen and (max-width: $screen-sm) {
          font-size: 18px;
        }
      }
    }
  }
  /*			}*/
}

/*
@media (min-width: 300px) {
#menu a.navbar-brand {
	display: none;
}
}
*/

#menu.navbar-default .navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #4262ae;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 9px 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
  color: orange;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: orange !important;
  background-color: transparent;
}
#menu .phone {
  font-family: "Montserrat", sans-serif;
  margin: 4px 0 0 120px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
#menu .phone span {
  font-size: 14px;
  display: block;
  color: #4262ae;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #1b6d3f;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
  position: absolute;
  content: "";
  background-color: #e52f3c;
  height: 3px;
  width: 50px;
  bottom: -1px;
  left: 0;
}
.btn-custom {
  text-transform: uppercase;
  color: #fff;
  background-color: #e52f3c;
  padding: 14px 20px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-color: #4262ae;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/HeaderImage.jpg) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.intro h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.intro p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  padding: 15px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.45);
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 150px;
  text-align: center;
}
/* Get Touch Section */
#get-touch {
  padding: 40px 0 30px;
  color: rgba(255, 255, 255, 0.7);
  background: #4262ae;
}
#get-touch h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px 0;
}
#get-touch .btn-custom {
  margin: 0;
  background: transparent;
  border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
  color: #4262ae;
  background: #fff;
  border: 2px solid #fff;
}
/* About Section */
#about {
  padding: 110px 0;
  background: #f6f6f6;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
  position: absolute;
  content: "";
  background-color: #e52f3c;
  height: 3px;
  width: 50px;
  bottom: -1px;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #4262ae;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  padding: 20px;
  width: 100%;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Services Section */
#services {
  padding: 100px 0;
}
#services .service-media {
  margin: 10px;
}
#services .service-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 250px;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h3 {
  font-weight: 700;
  padding: 5px 0;
}
#services .service-desc hr {
  margin-left: 0;
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
  background: #f6f6f6;
}
.portfolio-item {
  margin: 15px 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: rgba(31, 56, 110, 0.8);
  padding: 30% 0 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px 0;
  background: #4262ae;
  color: rgba(255, 255, 255, 0.65);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact form {
  padding-top: 20px;
}
#contact h3 {
  font-size: 17px;
  font-weight: 600;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #4262ae;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  display: block;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 24px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #4262ae;
}
#footer a:hover {
  color: #e52f3c;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}

/*
 * Flexslider
 */
#DVco-home {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#DVco-home .flexslider {
  border: none;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#DVco-home .flexslider .DVco-text {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  margin-top: -212px;
  text-align: center;
}
#DVco-home .flexslider .DVco-text h1 {
  /*    main header*/
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  font-size: 300px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  #DVco-home .flexslider .DVco-text h1 {
    font-size: 100px;
  }
}
#DVco-home .flexslider .DVco-text h2 {
  margin: 0;
  padding: 0;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #DVco-home .flexslider .DVco-text h2 {
    font-size: 20px;
  }
}
#DVco-home .flexslider .DVco-text h2 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  text-transform: none;
}
#DVco-home .flexslider .DVco-text h2 a {
  color: #2b580c;
}
#DVco-home .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
}
#DVco-home .flexslider .DVco-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: #000;
}
#DVco-home .flexslider .flex-control-nav,
#DVco-home .flexslider .flex-direction-nav {
  display: none;
}

.DVco-main-nav {
  position: relative;
  background: #7b9903;
}
.DVco-main-nav.DVco-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.DVco-main-nav:before,
.DVco-main-nav:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #e6e6e6;
}
.DVco-main-nav:before {
  top: 2px;
}
.DVco-main-nav:after {
  bottom: 2px;
}
.DVco-main-nav .DVco-menu-1,
.DVco-main-nav .DVco-menu-2,
.DVco-main-nav .DVco-logo {
  vertical-align: middle;
  float: left;
  line-height: 0;
}
.DVco-main-nav .DVco-menu-1 a,
.DVco-main-nav .DVco-menu-2 a,
.DVco-main-nav .DVco-logo a {
  padding: 35px 10px;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.DVco-main-nav .DVco-menu-1 a:hover,
.DVco-main-nav .DVco-menu-1 a:focus,
.DVco-main-nav .DVco-menu-1 a:active,
.DVco-main-nav .DVco-menu-2 a:hover,
.DVco-main-nav .DVco-menu-2 a:focus,
.DVco-main-nav .DVco-menu-2 a:active,
.DVco-main-nav .DVco-logo a:hover,
.DVco-main-nav .DVco-logo a:focus,
.DVco-main-nav .DVco-logo a:active {
  outline: none;
  text-decoration: none;
}
.DVco-main-nav .DVco-menu-1 a.active,
.DVco-main-nav .DVco-menu-2 a.active,
.DVco-main-nav .DVco-logo a.active {
  color: #2b580c;
}
.DVco-main-nav .DVco-menu-1 {
  text-align: right;
  width: 40.33%;
}
.DVco-main-nav .DVco-menu-1 a {
  vertical-align: middle;
}
.DVco-main-nav .DVco-logo {
  text-align: center;
  width: 19.33%;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
}
.DVco-main-nav .DVco-logo a {
  position: relative;
  top: -5px;
  display: inline-block;
}
.DVco-main-nav .DVco-menu-2 {
  text-align: left;
  width: 40.33%;
}

.DVco-heading .heading {
  font-size: 50px;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .DVco-heading .heading {
    font-size: 30px;
  }
}
.DVco-heading .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #7b9903;
  margin-left: -20px;
}
.DVco-heading .sub-heading {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .DVco-heading .sub-heading {
    font-size: 18px;
  }
}

#DVco-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #e6e6e6;
  width: 100%;
}
#DVco-about .DVco-2col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #DVco-about .DVco-2col {
    width: 100%;
  }
}
#DVco-about .DVco-text {
  padding: 2em 6em;
  text-align: left;
  background: #130d08 url(../images/wood_1.png) repeat;
}
@media screen and (max-width: 1200px) {
  #DVco-about .DVco-text {
    padding: 1em;
  }
}
#DVco-about .DVco-text .btn {
  color: #fff;
}
#DVco-about .DVco-text .heading {
  margin-bottom: 30px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#DVco-about .DVco-text .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #7b9903;
  margin-left: -20px;
}
#DVco-about .DVco-text p {
  line-height: 2;
  color: #a99c92;
}
#DVco-about .DVco-text p span.firstcharacter {
  float: left;
  color: #903;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  font-style: italic;
  top: -20px;
  position: relative;
  color: #fff;
  font-family: "Playfair Display", serif;
}
#DVco-about .DVco-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #DVco-about .DVco-bg {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #DVco-about .DVco-bg {
    width: 100%;
    min-height: 300px;
  }
}

#DVco-sayings {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #DVco-sayings {
    padding: 5em 0;
  }
}
#DVco-sayings .flexslider .slides li {
  font-size: 40px;
  line-height: 1.5;
}
#DVco-sayings .flexslider .slides li blockquote {
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 768px) {
  #DVco-sayings .flexslider .slides li blockquote {
    padding: 0 20px;
  }
}
#DVco-sayings .flexslider .slides li blockquote p {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #DVco-sayings .flexslider .slides li blockquote p {
    font-size: 20px;
    line-height: 1.5;
  }
}
#DVco-sayings .flexslider .slides li blockquote p.quote-author {
  font-size: 20px;
  color: gray;
}
@media screen and (max-width: 768px) {
  #DVco-sayings .flexslider .slides li blockquote p.quote-author {
    font-size: 18px;
  }
}
#DVco-sayings .flexslider .flex-control-paging {
  position: relative;
}
#DVco-sayings .flexslider .flex-control-paging.flex-control-nav {
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  #DVco-sayings .flexslider .flex-control-paging.flex-control-nav {
    bottom: -60px;
  }
}
#DVco-sayings .flexslider .flex-control-paging li a {
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
#DVco-sayings .flexslider .flex-control-paging li a:active,
#DVco-sayings .flexslider .flex-control-paging li a:focus {
  outline: none;
}
#DVco-sayings .flexslider .flex-control-paging li a.flex-active {
  top: 2px;
  position: relative;
  background: transparent;
  box-shadow: none;
  border: 2px solid #7b9903;
}

#DVco-featured {
  padding: 7em 0;
  background: #130d08 url(../images/wood_1.png) repeat;
}
@media screen and (max-width: 768px) {
  #DVco-featured {
    padding: 5em 0;
  }
}
#DVco-featured .DVco-heading .heading {
  position: relative;
  padding-top: 30px !important;
  color: #fff;
}
#DVco-featured .DVco-heading .heading:before,
#DVco-featured .DVco-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/0103-served-plate_64.png) no-repeat;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}
#DVco-featured .DVco-heading .sub-heading {
  color: #a99c92;
}
#DVco-featured .DVco-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#DVco-featured .DVco-grid h2 {
  font-size: 20px;
  margin-bottom: 0;
}
#DVco-featured .DVco-grid p {
  line-height: 1.6;
  font-size: 16px;
  color: #222;
}
#DVco-featured .DVco-grid .pricing {
  font-size: 40px;
  display: block;
  padding-top: 20px;
}
#DVco-featured .DVco-grid .pricing:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -20px;
  background: #7b9903;
}
#DVco-featured .DVco-grid .arrow-left:before,
#DVco-featured .DVco-grid .arrow-left::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 0;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
  #DVco-featured .DVco-grid .arrow-left:before,
  #DVco-featured .DVco-grid .arrow-left::before {
    right: auto !important;
    left: 15px !important;
    top: 0 !important;
    margin-top: -15px !important;
    margin-left: 0px !important;
    border-top: none !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #f5f5f5 !important;
  }
}
#DVco-featured .DVco-grid .arrow-right:before,
#DVco-featured .DVco-grid .arrow-right::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50px;
  right: 0;
  margin-right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f5f5f5;
}
@media screen and (max-width: 992px) {
  #DVco-featured .DVco-grid .arrow-right:before,
  #DVco-featured .DVco-grid .arrow-right::before {
    right: auto !important;
    left: 0 !important;
    margin-left: -15px !important;
    border-left: none !important;
    border-right: 15px solid #f5f5f5 !important;
  }
}
@media screen and (max-width: 768px) {
  #DVco-featured .DVco-grid .arrow-right:before,
  #DVco-featured .DVco-grid .arrow-right::before {
    right: auto !important;
    left: 15px !important;
    top: 0 !important;
    margin-top: -15px !important;
    margin-left: 0px !important;
    border-top: none !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #f5f5f5 !important;
  }
}
#DVco-featured .DVco-grid > .DVco-v-half {
  width: 50%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  #DVco-featured .DVco-grid > .DVco-v-half {
    width: 100%;
  }
}
#DVco-featured .DVco-grid > .DVco-v-half .DVco-text {
  background: #f5f5f5;
}
#DVco-featured .DVco-grid > .DVco-v-half .DVco-special-1 {
  background: #faebcd;
}
#DVco-featured .DVco-grid > .DVco-v-half .DVco-special-1.arrow-left:before,
#DVco-featured .DVco-grid > .DVco-v-half .DVco-special-1.arrow-left::before {
  border-right: 15px solid #faebcd;
}
@media screen and (max-width: 768px) {
  #DVco-featured .DVco-grid > .DVco-v-half .DVco-special-1.arrow-left:before,
  #DVco-featured .DVco-grid > .DVco-v-half .DVco-special-1.arrow-left::before {
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #faebcd !important;
  }
}
#DVco-featured .DVco-grid > .DVco-v-half > .DVco-v-col-2 {
  width: 50%;
  padding: 20px;
  position: relative;
}
#DVco-featured .DVco-grid > .DVco-v-half > .DVco-v-col-2.DVco-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #DVco-featured .DVco-grid > .DVco-v-half > .DVco-v-col-2.DVco-bg-img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #DVco-featured .DVco-grid > .DVco-v-half > .DVco-v-col-2 {
    width: 100%;
  }
}
#DVco-featured .DVco-grid > .DVco-v-half > .DVco-h-row-2 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#DVco-featured .DVco-grid > .DVco-v-half > .DVco-h-row-2 > .DVco-v-col-2 {
  width: 50%;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #DVco-featured .DVco-grid > .DVco-v-half > .DVco-h-row-2 > .DVco-v-col-2 {
    width: 100%;
  }
}
#DVco-featured
  .DVco-grid
  > .DVco-v-half
  > .DVco-h-row-2
  > .DVco-v-col-2.DVco-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #DVco-featured
    .DVco-grid
    > .DVco-v-half
    > .DVco-h-row-2
    > .DVco-v-col-2.DVco-bg-img {
    height: 200px;
  }
}
#DVco-featured
  .DVco-grid
  > .DVco-v-half
  > .DVco-h-row-2.DVco-reversed
  .DVco-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  #DVco-featured
    .DVco-grid
    > .DVco-v-half
    > .DVco-h-row-2.DVco-reversed
    .DVco-bg-img {
    position: relative;
    right: inherit;
    top: inherit;
    bottom: inherit;
  }
}

#DVco-menus {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #DVco-menus {
    padding: 5em 0;
  }
}
#DVco-menus .DVco-heading .heading {
  position: relative;
  padding-top: 30px !important;
}
#DVco-menus .DVco-heading .heading:before,
#DVco-menus .DVco-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/0401-vegan.png) no-repeat;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}
#DVco-menus .DVco-heading .sub-heading {
  color: #a99c92;
}
#DVco-menus .DVco-food-menu {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #DVco-menus .DVco-food-menu {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    clear: none !important;
  }
}
#DVco-menus .DVco-food-menu h2 {
  margin-bottom: 50px;
  font-style: italic;
  position: relative;
}
#DVco-menus .DVco-food-menu h2.DVco-drinks {
  padding-left: 50px;
}
#DVco-menus .DVco-food-menu h2.DVco-drinks:before {
  background: url(../images/pint.png) no-repeat;
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 64px;
  height: 64px;
}
#DVco-menus .DVco-food-menu h2.DVco-dishes {
  padding-left: 80px;
}
#DVco-menus .DVco-food-menu h2.DVco-dishes:before {
  background: url(../images/beer_bottle.png) no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 45px;
}
#DVco-menus .DVco-food-menu ul {
  padding: 0;
  margin: 0;
}
#DVco-menus .DVco-food-menu ul li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #ccc;
  display: block;
  float: left;
  width: 100%;
}
#DVco-menus .DVco-food-menu ul li .DVco-food-desc {
  clear: both;
  float: left;
  width: 80%;
}
#DVco-menus .DVco-food-menu ul li .DVco-food-desc > figure {
  width: 20%;
  float: left;
  position: relative;
  margin-right: 4%;
}
#DVco-menus .DVco-food-menu ul li .DVco-food-desc > figure img {
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
}
#DVco-menus .DVco-food-menu ul li .DVco-food-desc > div {
  width: 75%;
  float: left;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
#DVco-menus .DVco-food-menu ul li .DVco-food-desc > div p {
  margin: 0;
}
#DVco-menus .DVco-food-menu ul li .DVco-food-desc > div h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  color: #000;
}
#DVco-menus .DVco-food-menu ul li .DVco-food-pricing {
  float: right;
  width: 20%;
  text-align: right;
  font-size: 20px;
  color: #7b9903;
}

#DVco-events {
  padding: 7em 0;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#DVco-events > .DVco-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
#DVco-events > .container {
  z-index: 10;
  position: relative;
}
#DVco-events .DVco-heading .heading {
  position: relative;
  padding-top: 30px !important;
  color: #fff;
}
#DVco-events .DVco-heading .heading:before,
#DVco-events .DVco-heading .heading::before {
  height: 64px;
  width: 49px;
  position: absolute;
  content: "";
  background: url(../images/0402-chef.png) no-repeat;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -24px;
}
#DVco-events .DVco-heading .sub-heading {
  color: #a99c92;
}
@media screen and (max-width: 768px) {
  #DVco-events {
    padding: 5em 0;
  }
}
#DVco-events .DVco-event {
  background: #fff;
  padding: 50px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
#DVco-events .DVco-event:before {
  border: 2px solid #e6e6e6;
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  z-index: 0;
}
#DVco-events .DVco-event h3,
#DVco-events .DVco-event .DVco-event-meta,
#DVco-events .DVco-event p,
#DVco-events .DVco-event .btn {
  position: relative;
  z-index: 2;
}
#DVco-events .DVco-event h3 {
  padding: 0;
  margin: 0;
}
#DVco-events .DVco-event .DVco-event-meta {
  margin-bottom: 20px;
  display: block;
  color: gray;
  position: relative;
  padding-bottom: 10px;
}
#DVco-events .DVco-event .DVco-event-meta:after,
#DVco-events .DVco-event .DVco-event-meta::after {
  background: #bfbfbf;
  background: #7b9903;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin-left: -20px;
}
#DVco-events .DVco-event p {
  font-size: 16px;
  line-height: 1.8;
}
#DVco-events .DVco-event p:last-child {
  margin-bottom: 0;
}
#DVco-events .DVco-event .btn {
  margin-bottom: 0;
}

#DVco-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #DVco-contact {
    padding: 5em 0;
  }
}
#DVco-contact h3 {
  margin-bottom: 30px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #DVco-contact {
    padding: 5em 0;
  }
}
#DVco-contact .DVco-heading .heading {
  position: relative;
  padding-top: 30px !important;
}
#DVco-contact .DVco-heading .heading:before,
#DVco-contact .DVco-heading .heading::before {
  height: 61px;
  width: 61px;
  position: absolute;
  content: "";
  background: url(../images/0203-coffee-love.png) no-repeat;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -24px;
}
#DVco-contact .DVco-heading .sub-heading {
  color: #a99c92;
}
#DVco-contact .DVco-social {
  padding: 0;
  margin: 0;
}
#DVco-contact .DVco-social li {
  padding: 0;
  margin: 0;
}
#DVco-contact .DVco-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#DVco-contact .DVco-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
#DVco-contact .DVco-contact-info li i {
  position: absolute;
  top: 0.4em;
  left: 0;
}

#DVco-container {
  position: relative;
  z-index: 10;
}

#DVco-footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 7em 0;
  z-index: 1;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #DVco-footer {
    padding: 5em 0;
  }
}
@media screen and (max-width: 480px) {
  #DVco-footer {
    height: inherit;
    position: relative;
  }
}

.DVco-social {
  padding: 0;
  margin: 0;
}
.DVco-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.DVco-social li a {
  font-size: 30px;
  padding: 10px;
}
.DVco-social li a i {
  font-size: 30px;
}
.DVco-social li a:hover,
.DVco-social li a:active,
.DVco-social li a:focus {
  outline: none;
  text-decoration: none;
}

#DVco-offcanvas,
#DVco-container,
.DVco-nav-toggle,
#DVco-footer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#DVco-container,
.DVco-nav-toggle,
#DVco-footer {
  z-index: 2;
  position: relative;
}

#DVco-offcanvas {
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.75em 1.25em;
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
#DVco-offcanvas a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 7px 0;
}
#DVco-offcanvas a:hover,
#DVco-offcanvas a:focus,
#DVco-offcanvas a:active {
  outline: none;
  text-decoration: none;
  color: #2b580c;
}
#DVco-offcanvas a.active {
  color: #7b9903;
}
@media screen and (max-width: 768px) {
  #DVco-offcanvas {
    display: block;
  }
}
.offcanvas-visible #DVco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #DVco-container,
  #DVco-footer,
  .DVco-nav-toggle {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.offcanvas-visible #DVco-container,
.offcanvas-visible #DVco-footer,
.offcanvas-visible .DVco-nav-toggle {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}

.js-sticky {
  display: block;
}
@media screen and (max-width: 768px) {
  .js-sticky {
    display: none;
  }
}

.DVco-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.DVco-nav-toggle.active i::before,
.DVco-nav-toggle.active i::after {
  background: #fff;
}
.DVco-nav-toggle:hover,
.DVco-nav-toggle:focus,
.DVco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.DVco-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all 0.2s ease-out;
}
.DVco-nav-toggle i::before,
.DVco-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.DVco-nav-toggle i::before {
  top: -7px;
}

.DVco-nav-toggle i::after {
  bottom: -7px;
}

.DVco-nav-toggle:hover i::before {
  top: -10px;
}

.DVco-nav-toggle:hover i::after {
  bottom: -10px;
}

.DVco-nav-toggle.active i {
  background: transparent;
}

.DVco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.DVco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.DVco-nav-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  border-bottom: none !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .DVco-nav-toggle {
    display: block;
  }
}

#DVco-type {
  padding: 7em 0;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#DVco-type > .DVco-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
#DVco-type > .container {
  z-index: 10;
  position: relative;
}
#DVco-type .DVco-type {
  float: left;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #DVco-type .DVco-type {
    margin-bottom: 30px;
  }
}
#DVco-type h3 {
  margin-bottom: 30px;
  font-style: italic;
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding-top: 110px;
}
#DVco-type h3.with-icon {
  position: relative;
}
#DVco-type h3.with-icon:before,
#DVco-type h3.with-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -54px;
  margin-top: -125px;
  width: 104px;
  height: 104px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#DVco-type h3.with-icon.icon-1:before,
#DVco-type h3.with-icon.icon-1::before {
  background: url(../images/type-1.png) no-repeat center center;
}
#DVco-type h3.with-icon.icon-2:before,
#DVco-type h3.with-icon.icon-2::before {
  background: url(../images/0402-chef.png) no-repeat center center;
}
#DVco-type h3.with-icon.icon-3:before,
#DVco-type h3.with-icon.icon-3::before {
  background: url(../images/type-3.png) no-repeat center center;
}
#DVco-type h3.with-icon.icon-4:before,
#DVco-type h3.with-icon.icon-4::before {
  background: url(../images/type-4.png) no-repeat center center;
}
#DVco-type p {
  color: rgba(255, 255, 255, 0.7);
}

.js .to-animate,
.js .to-animate-2 {
  opacity: 0;
}

.row-padded {
  padding-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */
