.nav-menu li.menu-item {
  vertical-align: top; }

.hide {
  display: none; }

.breadcrumb {
  list-style: none;
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
  padding-left: 0;
}

.breadcrumb li {
  float: left; }

.breadcrumb li a {
  color: brown;
  text-decoration: none;
  padding: 10px 0 10px 30px;
  /*background: brown;*/
  /* fallback color */
  /*background: #a5630d;*/
  position: relative;
  display: block;
  float: left;
  font-size: 16px;
}
.breadcrumb li:first-child a{
  padding-left: 0 !important;
}
.breadcrumb li a:after {
  content: ">";
  display: inline-block;
  right: -20px;	
  z-index: 2;
 position: absolute;


 }

.breadcrumb li:last-child a:after {
  content: "" !important;
  display: inline-block;
  right: -20px;	
  z-index: 2;
 position: absolute;


 }

.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  /*border-top: 50px solid transparent;*/
  /*border-bottom: 50px solid transparent;*/
  /*border-left: 30px solid white;*/
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1; }
/*
.breadcrumb li:first-child a {
  padding-left: 10px; }

.breadcrumb li:nth-child(2) a {
  background: #d48011; }

.breadcrumb li:nth-child(2) a:after {
  border-left-color: #d48011; }

.breadcrumb li:nth-child(3) a {
  background: #ee992b; }

.breadcrumb li:nth-child(3) a:after {
  border-left-color: #ee992b; }

.breadcrumb li:nth-child(4) a {
  background: #f2b05a; }

.breadcrumb li:nth-child(4) a:after {
  border-left-color: #f2b05a; }

.breadcrumb li:nth-child(5) a {
  background: #f5c689; }

.breadcrumb li:nth-child(5) a:after {
  border-left-color: #f5c689; }

.breadcrumb li:last-child a {
  cursor: default; }

.breadcrumb li a:hover {
  background: #76470a; }

.breadcrumb li a:hover:after {
  border-left-color: #76470a !important; }
*/
.panel-grid .grid-gallery-photos > a {
  position: relative !important; }
  .panel-grid .grid-gallery-photos > a .grid-gallery-caption {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    position: relative !important; }

@media screen and (max-width: 960px) {
  .breadcrumb{
    display: none !important;
  }
}
/*# sourceMappingURL=vatters-style.css.map */
