/* === icon component === */
@import url('icon-component.css');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  General
  ========================================================================== */
body {
  background: #f7f7f7;
  line-height: 1.6em;
}
.clear {
  clear: both;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'canada-type-gibson', sans-serif !important;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'canada-type-gibson', sans-serif;
}
p {
  font-size: 17px !important;
  color: #282828;
  font-family: 'canada-type-gibson', sans-serif;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 40px;
  line-height: 7px;
}
h2 {
  font-size: 33px;
}
h3 {
  font-size: 33px;
  line-height: inherit;
  color: #194B31;
}
h4 {
  font-size: 18px;
  font-weight: bold;
}
h5 {
  font-size: 16px;
}
.txt-light {
  font-weight: 300;
}
.txt-regular {
  font-weight: 400;
}
.txt-bold {
  font-weight: 700;
}
.txt-uppercase {
  text-transform: uppercase;
}
blockquote.bigquote {
  border: none;
  font-size: 48px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
small {
  font-size: 70%;
  font-weight: 100;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: none;
}
.color-white.txt-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.t-uppercase {
  text-transform: uppercase;
}
.row {
  margin-left: 15px !important;
}
/*==========================================================================
  Misc & Adjust
 ========================================================================== */
#inspiration-blocks{
  margin-top: 25px;
  margin-bottom: 25px;
}

#inspiration-blocks > .widget_custom_post_widget{
  margin-top: 52px;
}

img.image3 {
  width: 100%;
}
img.image2 {
  width: 100%;
}

.row {
  z-index: 9999;
}
.big {
  font-size: 20pt;
  font-weight: 300;
}
.blink:hover {
  opacity: 0.9;
}
.half-offset {
  margin-bottom: 75px !important;
}
.no-offset {
  margin: 0 !important;
  padding: 0;
}
.content, .container {
  overflow: hidden;
}
.trans {
  border: 0 !important;
  background: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.nobg {
  background: 0;
  border: 0;
}
.noborder {
  border: 0 !important;
}
.color-white {
  color: #fff;
}
.theme-bg {
  background-color: #ff7701 !important;
}
.normalize-font-top {
  padding-top: 25px;
}
/* --- float --- */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* --- align --- */
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
/* ---- padding ---- */
/* top */
.pad-top0 {
  padding-top: 0;
}
.pad-top5 {
  padding-top: 5px;
}
.pad-top10 {
  padding-top: 10px;
}
.pad-top15 {
  padding-top: 15px;
}
.pad-top20 {
  padding-top: 20px;
}
.pad-top25 {
  padding-top: 25px;
}
.pad-top30 {
  padding-top: 30px;
}
.pad-top35 {
  padding-top: 35px;
}
.pad-top40 {
  padding-top: 40px;
}
/* bottom */
.pad-bot0 {
  padding-bottom: 0;
}
.pad-bot5 {
  padding-bottom: 5px;
}
.pad-bot10 {
  padding-bottom: 10px;
}
.pad-bot15 {
  padding-bottom: 15px;
}
.pad-bot20 {
  padding-bottom: 20px;
}
.pad-bot25 {
  padding-bottom: 25px;
}
.pad-bot30 {
  padding-bottom: 30px;
}
.pad-bot35 {
  padding-bottom: 35px;
}
.pad-bot40 {
  padding-bottom: 40px;
}
/* ---- margin --- */
.mar-left5 {
  margin-left: 5px;
}
.mar-left10 {
  margin-left: 10px;
}
.mar-left15 {
  margin-left: 15px;
}
.mar-left20 {
  margin-left: 20px;
}
.mar-left25 {
  margin-left: 25px;
}
.mar-left30 {
  margin-left: 30px;
}
.mar-right5 {
  margin-right: 5px;
}
.mar-right10 {
  margin-right: 10px;
}
.mar-right15 {
  margin-right: 15px;
}
.mar-right20 {
  margin-right: 20px;
}
.mar-right25 {
  margin-right: 25px;
}
.mar-right30 {
  margin-right: 30px;
}
/* top */
.mar-top0 {
  margin-top: 0;
}
.mar-top5 {
  margin-top: 5px;
}
.mar-top10 {
  margin-top: 10px;
}
.mar-top15 {
  margin-top: 15px;
}
.mar-top20 {
  margin-top: 20px;
}
.mar-top25 {
  margin-top: 25px;
}
.mar-top30 {
  margin-top: 30px;
}
.mar-top35 {
  margin-top: 35px;
}
.mar-top40 {
  margin-top: 40px;
}
/* bottom */
.mar-bot0 {
  margin-bottom: 0;
}
.mar-bot5 {
  margin-bottom: 5px;
}
.mar-bot10 {
  margin-bottom: 10px;
}
.mar-bot15 {
  margin-bottom: 15px;
}
.mar-bot20 {
  margin-bottom: 20px;
}
.mar-bot25 {
  margin-bottom: 25px;
}
.mar-bot30 {
  margin-bottom: 30px;
}
.mar-bot35 {
  margin-bottom: 35px;
}
.mar-bot40 {
  margin-bottom: 40px;
}
/*===========================
  --- Sections ----
=========================== */
section.section {
  margin: 0;
  padding: 31px 0 12px 0;
}
.bg-white {
  background-color: #fff;
}
/* --- section heading --- */
.section-header {
  text-align: center;
}
.section-header h2.section-heading {
  text-transform: uppercase;
  font-weight: 700;
}
/* ==========================
 --- Parallax ---
============================= */
#parallax1 {
  background-image: url(../img/parallax/img1.jpg);
}
#testimonials {
  background-image: url(../img/parallax/img3.jpg);
}
/*===========================
  --- Header & menu ----
=========================== */

a.mega-menu-link{
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #FFF !important;
}

.mega-sub-menu {background-color:#194B31 !important;}
/*.desktop-menu{padding-top:6.3rem;}*/

@media (max-width: 767px){
.menu-nav-mobile {
    text-align: right;
    margin-top: 10px;
    margin-right: 0;
}
}
.navbar {
  line-height: 100px;
  height: 100px;
  background-color: #194B31;
  display: block;
  vertical-align: middle;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
}
.navbar .navbar-collapse {
  margin-bottom: 0;
  padding-bottom: 0;
  display: block !important;
}
/*.nav li {
  height: 100%;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.nav > li > a {
  display: table-cell;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.nav > li > a:hover {
  color: #fff;
  background: none;
}
.navbar-nav {
  float: right;
  margin-bottom: 0;
  padding-bottom: 0;
}
.navbar .navbar-nav > .active > a {
  color: #fff;
}
.navbar .navbar-nav > .active > a {
  padding-bottom: 22px;
}*/
.mobile-menu{
  display: none;
}
/*.navbar-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}*/
.navbar-toggle {
  padding: 0;
  margin: 0;
  width: 80px;
}
.navbar-collapse.in {
  margin-top: -5px !important;
}
.collapse p {
  line-height: 47px;
  margin: 0px 0px 0px;
  color: #fff;
  font-weight: 300;
  word-spacing: 3px;
  font-size: 28px;
  text-shadow: 2px 2px #000;
  font-weight: bold;
  padding: 5px 0px;
}
.collapse p img {
  padding: 0 0 11px 28px;
}
img.mobileimg {
  width: 41%;
  margin-right: 14px;
}
.section-location {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1029;
  top: 219px;
  width: 100%;
}
.section-location p {
  padding: 12px 1px 0px;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  font-family: 'canada-type-gibson', sans-serif;
  font-weight: 410;
}
.section-location p i {
  padding: 0 17px 4px 0px;
}
/*===========================
  --- Intro ----
=========================== */
#intro {
  width: 100%;
  height: 250px;
  position: relative;
  background: url(../img/new/Vineyard.jpeg) bottom center;
  background-size: cover;
}
input::placeholder {
  font-size: 17px;
}
@media (min-width: 1024px) {
  #intro {
    /*background-attachment: fixed;*/
  }
}
.intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  padding: 0 15px;
}
.intro-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}
.intro-content h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .not_for_mobile{
    display: none;
  }
  .mobile-menu{
    margin-top: 0%;
    background: #000;
    display: block;
    width: 100%;
  }
  .mobile-menu .menu-header-top-menu-container {
    margin-left: -35px;
  }
  .mobile-menu li a {
      font-size: 14px !important;
      padding-top: 8px !important;
      padding-bottom: 8px !important;
  }
  #intro {
    height: 40vh;
  }
  .controls {
    margin-top: 2px !important;
  }
  .intro-content h2 {
    font-size: 34px;
  }
  .section-location p {
    padding: 10px 0px 0px;
    font-size: 16px;
  }
  .mobileimg {
    width: 100% !important;
  }
  .collapse p img {
    padding: 0 0 7px 5px;
  }
  .navbar-logo {
    float: left !important;
  }
  .controls {
    height: 30px !important;
  }
  .collapse p {
    padding: 14px 2px;
    word-spacing: normal;
    font-size: 21px;
    margin: 0px 0px 0px;
    float: left;
    width: 100%;
    line-height: 0px;
  }
  #pac-input {
    margin-right: 0px !important;
    top: 51px !important;
    width: 230px !important;
    padding: 20px 0px 0px 18px !important;
  }
  .locationbk {
    height: 83px !important;
  }
  .locationbk h2 {
    font-size: 27px;
  }
  .locationbk h3 {
    font-size: 35px !important;
  }
  .locationbk button {
    margin-right: 0px !important;
    padding: 7px 10px !important;
  }
  .addressbox {
    /* padding-bottom: 46px; */
  }
  .blogbutton {
    margin-top: -40px;
    position: absolute;
    color: rgb(23, 38, 62);
  }
  .contact2 h4 {
    margin: 11px 0px 8px 0px !important;
    float: left;
    width: 100%;
  }
  .blogsidebar {
    float: left;
  }
  .credits p {
    text-align: center;
    color: #fff;
    width: 100% !important;
  }
}
.btn-get-started {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #85b0be;
}
.btn-get-started:hover {
  color: #fff;
  background: #699aaa;
}
/*===========================
  --- Flex Slider ----
=========================== */
section.featured {
  background: #eee;
}
/* inner heading */
section.featured.inner {
  background: #eee;
  padding: 150px 0 50px;
}
/* --- Flexslider --- */
.flexslider {
  margin: 0;
  background: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.flex-control-paging li a {
  width: 8px;
  height: 8px;
}
.flex-control-paging li a.flex-active {
  background: #fff;
}
.flex-control-nav {
  bottom: -25px;
}
.flexslider .slides img {
  width: auto;
  display: inline;
}
.flex-direction-nav a {
  display: block;
  width: 50px;
  height: 98px;
  margin: -29px -20px 0;
  position: absolute;
  top: 30%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  right: -70px;
  background: url(../img/arrow_large_right.png) no-repeat top left;
}
.flex-direction-nav .flex-prev {
  left: -70px;
  background: url(../img/arrow_large_left.png) no-repeat top left;
}
.flex-direction-nav a.flex-next:before {
  content: none !important;
}
/* removing default arrows */
.flex-direction-nav a:before {
  content: none !important;
}
/*==========================
About
=========================== */
.member-photo {
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 20px 0;
}
.member-photo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.team-detail h4 {
  font-weight: 700;
}
/*===========================
  Portfolio
============================ */
nav#filter a {
  background-color: #EEE;
  color: #555;
}
nav#filter a:hover, nav#filter a.current {
  background-color: #44BCDD;
  color: #fff;
}
/* ------- */
.isotopeWrapper article {
  margin-bottom: 30px;
}
#portfolio img {
  width: 100%;
}
#portfolio article p {
  margin-bottom: 1.45em; /*set next row on the baseline*/
}
nav#filter {
  margin-bottom: 1.5em;
}
nav#filter li {
  display: inline-block;
  margin: 0 0 0 5px;
}
nav#filter a {
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
}
.portfolio-items article img {
  width: 100%;
}
.portfolio-item {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-item img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.portfolio-item .portfolio-desc {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: rgba(220, 220, 220);
  z-index: 10;
}
.portfolio-item:hover .portfolio-desc {
  padding-top: 20%;
  height: 100%;
  transition: all 200ms ease-in-out 0s;
  opacity: 1;
}
.portfolio-item .portfolio-desc a {
  color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
  /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
  text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
  top: -20px;
  padding: 30px;
  height: 0;
  opacity: 0;
  position: relative;
}
.portfolio-item:hover .folio-info {
  height: 100%;
  opacity: 1;
  transition: all 500ms ease-in-out 0s;
  top: 5px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
  text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
  color: #ffffff;
  font-size: 12px;
}
/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 50px;
}
.testimonial i {
  color: #fff;
}
.testimonial span.author {
  color: #fff;
}
.testimonial h5 {
  color: #fff;
  font-size: 18px;
  font-family: Georgia, sans-serif;
  line-height: 1.5em;
}
/*===========================
  --- Contact ----
=========================== */
#contact-form {
  position: relative;
  z-index: 999;
}
#contact-form input[type=text], .contactForm textarea {
  width: 100%;
  background: rgba(227, 231, 228, 1);
  font-family: 'Open Sans', sans serif;
  border: 0;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px;
}
#contact-form input[type=text]:focus, .contactForm textarea:focus {
  background: rgba(101, 106, 100, 1);
  color: #eff1ef;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: background 0.25 ease-in;
  -moz-transition: background 0.25 ease-in;
  -webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text] {
  height: 60px;
  margin-bottom: 30px;
}
#contact-form input[type=submit] {
  color: #fff;
  width: 185px;
  height: 60px;
  text-shadow: none;
  font-size: 14px;
  padding: 0.5em;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
  display: block;
  border: 0;
  text-transform: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
  background: #43413e !important;
}
#contact-form textarea {
  padding-top: 1em;
}
div.cform-response-output {
  max-width: 60%;
  text-align: center;
  margin-left: 40% !important;
  margin-top: 0.5em !important;
  padding: 0.5em !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.cform-not-valid-tip {
  color: #888;
  border: 1px dotted #ad3729 !important;
  width: 100% !important;
  left: 0 !important;
  padding: 0.5em !important;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.send-btn input {
  margin: 0 auto 20px auto !important;
}
.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#sendmessage.show, #errormessage.show, .show {
  display: block;
}
/* google map */
#google-map {
  height: 315px;
}
/*====================
  Clients
==================== */
#clients img {
  opacity: 0.7;
}
#clients img:hover {
  opacity: 1;
}
/*=========================
  Footer
 ================= */
section#footer {
  background-color: #16111b;
  margin: 0;
  color: #fff;
}
section#footer .copyright {
  text-align: left;
  margin-left: 0px;
}
.copyright p {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}
/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
/* footer menu */
ul.footer-menu {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.footer-menu li {
  display: inline;
  margin: 0 5px;
}
.footer-menu li a {
  color: #fff;
  font-weight: 100;
}
a.scrollup {
  height: 32px;
  width: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  opacity: 0.5;
}
a.scrollup:hover {
  opacity: 1;
  color: #fff;
}
.credits {
  text-align: left;
}
.credits p {
  color: #fff;
  width: 40%;
  float: left;
  font-size: 15px;
  font-weight: 100;
}
/*===========================
  --- Template Components ----
=========================== */
/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}
.social-circle li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
/* stats */
.stats .icon {
  margin: 0 0 20px 0;
}
.stats strong.number {
  font-size: 38px;
}
.stats span.text {
  font-weight: 700;
  font-size: 24px;
}
/* buttons */
.btn {
  border: 0;
}
.btn.bold {
  font-weight: 600;
}
.btn-cta {
  color: #ffffff;
  border-bottom: 4px solid;
}
.btn-cta:hover {
  color: #ffffff;
}
.btn-cta {
  border-bottom: 2px solid;
}
.btn-cta.btn-lg {
  border-bottom: 4px solid;
}
/* ========================================
Media queries
========================================= */
@media (min-width: 959px) and (max-width: 1199px) {
  .navbar-nav {
    margin-top: 20px;
  }
}
@media only screen and (min-device-width : 979px) and (max-device-width : 1024px) {
  .navbar-nav {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px){
   .logo-img{ padding-left: 70px; }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .navbar-nav {
    margin-top: 20px;
  }
  .blogShort {
    position: initial;
    color: #000;
    border: 2px solid #bebebe;
    padding: 23px 0 20px 1px;
    margin: 2px 0px 16px 0px;
    background: #fff;
  }
  .blogShortDetail {
    position: initial;
    color: #000;
    border: 2px solid #bebebe;
    padding: 0px 0px 0px 1px;
    margin: 2px 0px 16px 0px;
    background: #fff;
  }
  .blogShortMap {
    position: initial;
    color: #000;
    border: 2px solid #bebebe;
    padding: 0px 0px 0px 1px;
    margin: 2px 0px 16px 0px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-fixed-top {
    background-color: #194B31;
  }
  .navbar .navbar-collapse ul.nav {
    background-color: #444;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  .navbar .navbar-collapse ul.nav li {
    border-bottom: 1px solid #666;
  }
  section.featured {
    padding-top: 80px;
  }
  .team-member, .col-lg-4 {
    margin-bottom: 30px;
  }
  .stats .col-md-3 {
    margin-bottom: 30px;
  }
}
/* map */
.controls {
 margin-top: 5px;
    border: 1px solid transparent;
    border-radius: 23px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 45px;
    /* outline: none; */
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    width: 91%;
    color: #000;
    float: left;
    line-height: 1;
    font-size: 20px !important;
    padding-left: 10px;
}
.sarchboxset {
  padding-right: 0px;
  font-size: 15px;
}
#pac-input {
  background-color: #fff;
  font-family: 'canada-type-gibson', sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-right: 86px;
  padding: 32px 0px 0px 23px;
  text-overflow: ellipsis;
  width: 330px;
  float: right !important;
  right: 0px !important;
  top: 54px !important;
  color: #fff;
  left: unset !important;
}
.locationbk h2 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.locationbk h4 {
  color: #fff;
  font-weight: 300;
  font-size: 41px;
}
.locationbk {
 /* height: 149px;
  float: right;
  width: 556px;*/
  padding-top: 28px;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  font-family: 'canada-type-gibson', sans-serif;
  z-index: 9999999;
}
#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}
#type-selector label {
  font-family: 'canada-type-gibson', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.locationbk button {
  padding: 15.5px 15px;
    /* margin-top: 4px; */
    /* margin-right: 22px; */
    background: none;
    font-size: 20px;
    border: none;
    cursor: pointer;
    /* float: left; */
    position: absolute;
    right: 12%;
}
.locationbk button i {
  float: left;
  color: #fff;
}
.sectioncolor {
  background: #FAFAFA;
}
.blogShort {
  border: 2px solid #bebebe;
  padding: 14px 0px 0px 1px;
  margin: 0px 0px 25px 0px;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  /*height: 344px;*/
}
.blogShortDetail {
  border: 2px solid #bebebe;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 25px 0px;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  /*height: 344px;*/
}
.blogShortMap {
  border: 2px solid #bebebe;
  padding: 0px 0px 0px 1px;
  margin: 0px 0px 25px 0px;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.addressbox i {
  padding: 16px 16px 0px 0px;
}
.img-thumbnail2 {
  display: inline-block;
  max-width: 100%;
  height: 227px;
  padding: 0px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.blogbutton {
  margin-top: -41px;
  color: rgb(23, 38, 62);
}
.blogsidebar {
  background: #fff;
  padding: 9px 8px;
}
.blogsidebar img {
  width: 100%;
  border: none;
}
.blogdiv {
  width: 100%;
  float: left;
  padding: 0px 3px;
  height: auto;
}
.blogdiv p {
  line-height: 28px;
  font-size: 15px;
}
.contact2 h4 {
  margin: 0 0 8px 0;
  color: #194B31;
  font-size: 22px;
}
.contact2 h1 a {
  margin: 0 0 8px 0;
  color: #194B31;
  font-size: 28px;
  line-height: 1;
}
.contact2 h2 {
  font-size: 17px;
}
.contact2 h2 i {
  margin-right: 5px;
}
#map, #map1 {
  height: 410px;
}
.advertiser h4 {
  font-size: 27px;
  margin-left: 25px;
}
h3.cellar-title {
  font-size: 33px;
  line-height: 1;
  color: #194B31;
  margin-top: 10px;
}
.blogsingle {
  padding: 14px 0px 0px 1px;
  margin: 0px 0px 25px 0px;
  background: #fff;
}
.singlecontent {
  background: gainsboro;
  padding: 9px 7px;
  font-size: 18px;
  font-weight: bold;
}
/* social icon */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2)
}
.btn-social.btn-lg {
  padding-left: 61px
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em
}
.btn-social.btn-sm {
  padding-left: 38px
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em
}
.btn-social.btn-xs {
  padding-left: 30px
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em
}
.btn-social-icon {
  position: relative;
  padding-left: 43px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 38px;
  width: 38px;
  margin: 28px 4px 27px 3px;
  padding: 0
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2)
}
.btn-social-icon.btn-lg {
  padding-left: 61px
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em
}
.btn-social-icon.btn-sm {
  padding-left: 38px
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em
}
.btn-social-icon.btn-xs {
  padding-left: 30px
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  background-image: none
}
.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
  background-image: none
}
.btn-google-plus.disabled, .btn-google-plus[disabled], fieldset[disabled] .btn-google-plus, .btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-instagram {
  color: #fff;
  background-color: #cc2127;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #335d7e;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-instagram:active, .btn-instagram.active, .open .dropdown-toggle.btn-instagram {
  background-image: none
}
.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-youtube {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active, .open .dropdown-toggle.btn-youtube {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-youtube:active, .btn-youtube.active, .open .dropdown-toggle.btn-youtube {
  background-image: none
}
.btn-youtube.disabled, .btn-youtube[disabled], fieldset[disabled] .btn-youtube, .btn-youtube.disabled:hover, .btn-youtube[disabled]:hover, fieldset[disabled] .btn-youtube:hover, .btn-youtube.disabled:focus, .btn-youtube[disabled]:focus, fieldset[disabled] .btn-youtube:focus, .btn-youtube.disabled:active, .btn-youtube[disabled]:active, fieldset[disabled] .btn-youtube:active, .btn-youtube.disabled.active, .btn-youtube[disabled].active, fieldset[disabled] .btn-youtube.active {
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  background-image: none
}
.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2)
}
.hourscls h5 {
  margin: 0 0 15px 0;
}
.breadcrumb {
  font-size: 15px;
  font-weight: bold;
}
.pac-container .pac-item {
  font-size: 15px;
}
.pac-container .pac-item .pac-item-query {
  font-size: 15px;
}
.blog-box {
  background: #fff;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
}
.blog-box h3 {
  padding-top: 12px;
  padding-left: 10px;
  line-height: 1;
}
.blog-box p {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 415px) {
  .locationbk {
    width: 341px;
    margin-right: -37px;
  }
  .section-location {
    margin-top: 105px;
  }
  .blogbutton {
    margin-left: 160px;
    color: rgb(23, 38, 62);
  }
  .blogsidebar {
    width: 100%;
    margin-top: 20px;
  }
  .banner img {
    width: 300px;
    margin-bottom: 62px;
  }
  .collapse p {
    padding: 14px 34px 16px 0px;
    text-align: center
    ;
  }
  .error_section .top-left {
    margin-top: 130px;
    margin-right: 15px;
  }
  .copyright p {
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .section-location {
    margin-top: 67px;
  }
  .locationbk {
    margin-top: -32px;
  }
}
.menu-side .nav > li > a {
  font-family: 'canada-type-gibson', sans-serif !important;
}
ul.sub-menu {
  position: absolute;
  width: 199px;
}
ul.sub-menu li a {
  text-align: left;
  font-size: 17px;
}
.sectioncolor h4 {
  font-size: 27px;
}
.single-cellar .cellar-title {
  margin-top: 0;
}
.blogdiv h4 {
  font-size: 19px;
}
.blogdiv a {
  font-size: 15px;
}
ul#menu-header-top-menu-1 {
  margin-top: 75px !important;
}
.fa-search:before{
	color: #000 !important;
}
#menu-header-top-menu-1 li {
    border-right: 1px solid #ababab !important;
}
