/* Accessibility Styles
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.panel-top a {
  color: #d5d5d2 !important;
}

a {
  color: #994f44;
}
a:focus, a:active {
  border: 3px solid #994f44;
  text-decoration: underline;
  outline-offset: 0;
}

.wpb_single_image a:focus, .wpb_single_image a:active {
  border: 4px solid #994f44;
}

ul.mega-sub-menu a {
  color: #994f44 !important;
}
ul.mega-sub-menu a h3 {
  color: #404041;
}
ul.mega-sub-menu a.vc_btn3 {
  color: #fff !important;
  background-color: #994f44 !important;
}
ul.mega-sub-menu a.vc_btn3:hover {
  opacity: 1;
  background-color: #763d34 !important;
}

.box-subscribe input:focus, .box-subscribe input:active {
  border: 2px solid #994f44;
}

.jcf-select .jcf-select-text {
  color: #545559 !important;
}

.jcf-list {
  background: #f1f1f1;
}
.jcf-list .jcf-option {
  color: #545559 !important;
}

ol {
  color: #000;
}

#locateframe .nav > li.disabled > a {
  color: #414141;
}

.carousel-control svg {
  top: calc(50% - 15px);
  right: 50%;
  position: absolute;
  z-index: 5;
}
.carousel-control.left svg {
  right: calc(50% - 15px) !important;
}

.visual-img:after,
.vc_carousel-inner:after {
  display: none;
}

.wine-title a span {
  color: #f3efe4;
}

body.tax-wine_category #pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
body.tax-wine_category #pagination ul li {
  padding: 0 8px;
}

.thmb-item:focus .descr,
.thmb-item:active .descr {
  bottom: 0;
}