/* BODY */
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8132+0,ff8132+50,ffffff+50,ffffff+100 */
  background-color: #1f1f1f !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #A94A24 0%, #773419 100%);
  background-image: linear-gradient(to bottom, #A94A24 0%, #773419 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa94a24', endColorstr='#ff773419', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #6e3017;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #773419;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #773419;
  border-color: #6e3017;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #A94A24 0%, #944120 100%);
  background-image: linear-gradient(to bottom, #A94A24 0%, #944120 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa94a24', endColorstr='#ff944120', GradientType=0);
  background-color: #944120;
}
.current-menu-item a,
.post-type-archive-tienda #menu-item-41 a {
  color: #A94A24 !important;
  font-weight: 600;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #A94A24 0%, #7f381b 100%);
  background-image: linear-gradient(to bottom, #A94A24 0%, #7f381b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa94a24', endColorstr='#ff7f381b', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #7f381b;
  background-image: -webkit-linear-gradient(top, #A94A24 0%, #893c1d 100%);
  background-image: linear-gradient(to bottom, #A94A24 0%, #893c1d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa94a24', endColorstr='#ff893c1d', GradientType=0);
  border-color: #893c1d;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #A94A24 0%, #944120 100%);
  background-image: linear-gradient(to bottom, #A94A24 0%, #944120 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa94a24', endColorstr='#ff944120', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TENDAS */
.listado-tiendas {
  background-color: #ffffff;
  padding-bottom: 3em;
}
.listado-tiendas .controls {
  display: flex;
  flex: 1;
}
.listado-tiendas .entry-content {
  margin: 1em 0 0;
}
#filter {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #A94A24;
  color: #A94A24;
  font-size: 0.9em;
  text-align: center;
  line-height: 2em;
  display: block;
}
#gmap {
  margin: 1em;
  border: 1px solid #999;
}
@media (max-width: 767px) {
  #gmap {
    margin: 1em 0;
    width: 100% !important;
  }
}
#gmap .canvas_map h2 {
  font-size: 1.5em;
  margin: 0 0 0 0;
  color: black;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  width: 100%;
}
ul#side_bar {
  margin: 1.1em 0.5em 0.5em 0.5em !important;
  padding: 0.5em 0 0 0 !important;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid silver;
}
ul#side_bar li {
  margin: 0 1% 0 0;
  max-width: 49%;
  padding: .75em;
  border: 1px solid white;
  list-style-type: none;
}
ul#side_bar li a {
  display: block;
  text-decoration: none;
  color: gray;
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
ul#side_bar li a:hover {
  text-decoration: none;
}
ul#side_bar li a:last-child {
  color: #A94A24 !important;
  font-size: 0.875em !important;
}
ul#side_bar li a.telef {
  color: #A94A24 !important;
}
ul#side_bar li span {
  font-size: 0.875em;
  line-height: 1.35em;
  display: block;
}
ul#side_bar li h2 {
  font-size: 1.25em;
  margin: 0 0 0.25em 0;
  color: black;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  width: 100%;
}
ul#side_bar li.selected {
  border: 1px solid silver;
  background-color: #f1f1f1;
}
@media (min-width: 480px) {
  ul#side_bar li {
    width: 32%;
  }
}
@media (min-width: 992px) {
  ul#side_bar li {
    width: 23%;
  }
}
@media (min-width: 1200px) {
  ul#side_bar li {
    width: 19%;
  }
}
/*  




/* MAPA */
.single-tienda {
  /* fixes potential theme css conflict */
}
.single-tienda .acf-map {
  width: 100%;
  height: 780px;
  border: #ccc solid 1px;
  margin: 0;
}
.single-tienda .acf-map img {
  max-width: inherit !important;
}
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0.8em;
  right: 1em;
  width: 2em;
  height: 2em;
  z-index: 99999;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
}
.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 3px;
  margin-bottom: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 {
  background-color: white;
}
.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);
}
.navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg);
}
.navbar-on .bar2 {
  background-color: transparent;
}
.menu-nav {
  display: none;
}
@media (min-width: 768px) {
  .menu-nav {
    display: block !important;
  }
}
.menu-nav .fa:before {
  width: 100%;
  float: left;
  margin-bottom: 0.3em;
  font-size: 1.35em;
}
.menu-nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  flex-direction: wrap;
  -webkit-flex-direction: wrap;
}
.menu-nav ul li {
  list-style: none;
  border-right: 1px solid silver;
  text-align: center;
  flex-grow: 1;
  height: 5.35em;
}
.menu-nav ul li a {
  font-size: 0.95em;
  line-height: 1.1em;
  font-weight: bolder;
  text-decoration: none;
  color: #343434;
  padding: 3.5em 2em 0;
  display: block;
}
@media (min-width: 480px) {
  .menu-nav ul li a {
    padding: 2em 3em 1.6em;
  }
}
.menu-nav .menu-item-language {
  border: none;
}
.menu-nav .menu-item-language a {
  margin: 1.5em 0 0;
  padding: 1em 2em;
  color: black;
}
.menu-nav .menu-item-language:last-child a {
  padding-left: 0;
}
.menu-nav .menu-item-language-current a {
  text-decoration: line-through;
  color: #A94A24;
}
.menu-on {
  display: block !important;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 44444;
  position: relative;
  background: #A94A24 url('../images/fruites.svg') 0 115% no-repeat !important;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
}
.menu-on ul {
  width: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 3em 0 !important;
  border: none;
}
.menu-on ul li {
  width: 100%;
  border: none;
  font-size: 1em !important;
  line-height: 1.5em;
  margin-bottom: 1em;
  padding: 0;
  flex-grow: 1;
  background-color: transparent !important;
  color: white;
  height: 2em;
}
.menu-on ul li a {
  color: white !important;
  font-weight: 600;
}
.menu-on ul li.menu-item-language {
  height: 1.5em;
  width: 100%;
}
.menu-on ul li.menu-item-language a {
  margin: 2fmapem 0;
}
.menu-on ul li.menu-item-language:last-child a {
  padding: 1em 2em;
}
.menu-on .fa:before {
  color: white !important;
}
/* AVISOS */
.avisos li {
  border: 2px solid #A94A24;
  border-radius: 5px;
  margin: 0 20% !important;
  max-width: 60% !important;
  font-size: 0.875em;
  padding: 0;
}
.avisos li .close {
  float: right;
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  opacity: 0.75 !important;
  filter: alpha(opacity=20);
  margin: 0.25em 0.5em 0.5em 0.5em;
}
.avisos li a {
  color: #ffffff;
  margin: 0 3em 0 0;
  padding-left: 1em;
  line-height: 3.5em;
  font-size: 1.25em;
  font-family: 'Roboto Slab';
  font-weight: bold;
  display: block;
  letter-spacing: 0.025em;
}
.avisos li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .avisos li {
    margin: 0 5% !important;
    max-width: 90% !important;
  }
}
@media (max-width: 767px) {
  .header-nav {
    background: #A94A24 !important;
  }
}
.header-nav .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.header-nav ul li {
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.75em;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: white;
}
.header-nav ul li a {
  color: #343434;
}
.ornaments {
  height: 50px;
  background: url('../images/ornaments.svg') center no-repeat;
  background-size: 150px 50px;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
}
.more {
  height: 20px;
  background: url('../images/veritas_down-white.svg') center no-repeat;
  background-size: 30px 20px;
  display: block;
  width: 100%;
  float: left;
  margin: 1em auto;
}
/* MARCA VERITAS */
.navbar-brand {
  padding: 0;
  margin: 0;
}
.brand {
  text-indent: -99999px;
  width: 230px;
  height: 65px;
  background: #A94A24 url('../images/logo-veritas.svg') center no-repeat;
  background-size: 180px;
  margin: 0 0 0 0;
  padding: 0;
  z-index: 77777;
  position: relative;
}
.brand a {
  float: left;
  width: 100%;
  height: 100%;
}
.brand .navbar-toggle {
  z-index: 99999 !important;
}
@media (max-width: 767px) {
  .brand {
    width: 100%;
    height: 50px;
    margin: 0 0 0 0.85em;
  }
}
/* GENERIC CONTENT */
#content {
  margin: 4em 0 0 0;
  padding: 0 !important;
}
@media (max-width: 767px) {
  #content {
    margin-top: 3em;
  }
}
.blog #content,
.single #content {
  margin: 4em 0 0 0;
}
.archive #content,
.blog #content {
  margin: 3em 0 0 0;
}
/* ENTRY CONTENT */
.entry-content img {
  width: 100%;
  height: auto;
}
/* WIDGETS */
.widget_categories ul {
  padding: 0 0 0 0.25em;
}
.widget_categories a {
  color: #000;
  padding: 0.25em 0;
  font-size: 0.85em;
  line-height: 1.75em;
  font-weight: 600;
}
.widget_categories a:hover {
  text-decoration: underline;
  color: black;
}
.widget_categories .children .current-cat a {
  font-weight: bold;
  color: #A94A24;
}
.widget_categories .widget-title {
  font-family: 'Roboto Slab';
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.5em;
  color: white;
  letter-spacing: 0.025em;
  padding-top: 0.4em;
  border-top: 1px solid #a0a0a0;
  text-transform: uppercase;
}
#secondary .widget-title {
  color: #000 !important;
}
/* REVISTAS */
.filtre-revistes {
  margin: 1em;
}
.filtre-revistes input {
  font-size: 0.875em;
  padding-left: 0.25em;
  width: 32.25%;
}
.revista-archive {
  list-style-type: none;
  margin: 0;
  padding: 0 0.5em 2em;
  float: left;
  width: 100%;
}
.revista-archive li {
  position: relative;
  margin: 0.5em 0;
  padding: 0 0.5em;
}
.revista-archive article {
  padding-top: 0 !important;
  border-top: 0 !important;
  float: none !important;
}
.revista-header {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 92%;
  opacity: 0;
  background: url('../images/bg_black_50.png') center;
}
.revista-header:hover {
  opacity: 1;
}
.revista-header a {
  padding: 25% 1em 1em;
  color: #ffffff !important;
  text-decoration: none !important;
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
  top: 0;
  bottom: 0;
  font-size: 1em;
  line-height: 1.25em;
}
.revista-header h2 {
  margin: 0.25em 0 0;
  font-weight: 600;
}
.revista-header hr {
  margin: 0.1em 0 0.5em;
}
.revista-header .entry-date {
  font-size: 0.785em;
  letter-spacing: 0.25em;
}
.revista-header .dashicons-media-document:before {
  content: "\f497";
  font-size: 2em;
  line-height: 0.75em;
  font-family: "dashicons";
  opacity: 0.5;
}
.section-header {
  width: 100%;
  float: left;
  border-bottom: 1px dashed #999999;
}
.section-title {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.035em;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  margin: 0.3em 0 0.15em 0 !important;
  font-weight: bold;
}
/* RECETA Y CONSEJOS HOME */
.inico-recetas-consejos {
  border-right: 1px solid #999;
  background-color: #fed498 !important;
  margin: 1em auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
@media (max-width: 767px) {
  .inico-recetas-consejos {
    height: 835px !important;
  }
}
.inico-recetas-consejos .content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 767px) {
  .inico-recetas-consejos .content {
    flex-direction: column;
  }
}
.inico-recetas-consejos ul,
.inico-recetas-consejos .bx-wrapper {
  width: 48.5%;
  float: left;
}
.inico-recetas-consejos ul:first-child ul,
.inico-recetas-consejos .bx-wrapper:first-child ul {
  width: 100%;
  border-right: none;
}
.inico-recetas-consejos ul:first-child ul li,
.inico-recetas-consejos .bx-wrapper:first-child ul li {
  display: inline-table;
  font-size: 0.9em;
}
.inico-recetas-consejos ul:first-child ul li:before,
.inico-recetas-consejos .bx-wrapper:first-child ul li:before {
  content: '|';
  margin: 0 0.25em;
  color: #999;
}
.inico-recetas-consejos ul:first-child ul li:first-child:before,
.inico-recetas-consejos .bx-wrapper:first-child ul li:first-child:before {
  content: '';
  margin: 0;
}
@media (max-width: 767px) {
  .inico-recetas-consejos ul,
  .inico-recetas-consejos .bx-wrapper {
    width: 100%;
    margin-bottom: 4em;
    border-right: none;
  }
}
.inico-recetas-consejos .bx-wrapper {
  margin-top: 0.95em !important;
  margin-left: 0.95em !important;
}
@media (max-width: 767px) {
  .inico-recetas-consejos .bx-wrapper {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}
.inico-recetas-consejos header {
  width: 100%;
}
.inico-recetas-consejos ul {
  border-right: 1px solid #999;
  max-height: 400px;
  overflow-y: scroll;
  padding: 0 0.95em 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  .inico-recetas-consejos ul {
    border-right: 0px solid red;
    padding-right: 0;
  }
}
.inico-recetas-consejos .post-categories {
  overflow: hidden;
  height: auto;
}
.inico-recetas-consejos hr {
  margin: 0.5em 0;
  background-color: #999 !important;
  border: none;
  height: 1px;
  width: 100%;
}
.inico-recetas-consejos li:last-child {
  margin-bottom: 1.5em;
}
.inico-recetas-consejos li:last-child hr {
  display: none;
}
.inico-recetas-consejos .entry-title {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.1em;
  letter-spacing: 0.025em;
  margin: 0 0 0.25em 0;
  float: left;
  width: 100%;
}
.inico-recetas-consejos .entry-title a {
  color: #403c38;
}
.inico-recetas-consejos .entry-title a:hover {
  color: #343434;
  text-decoration: none;
}
.inico-recetas-consejos .tags {
  font-size: 0.75em;
  line-height: 1.35em;
  letter-spacing: 0.015em;
  display: block;
}
.inico-recetas-consejos .tags a {
  color: #790000;
}
.avant-titol {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75em;
  color: #666;
  margin: .5em 0;
  float: left;
  width: 100%;
}
/* PIEZA */
.pieza {
  background-color: #ffffff;
  margin: 0.85em 0 !important;
  padding-left: 0.85em;
  padding-right: 0.85em;
  height: 450px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
}
@media (max-width: 767px) {
  .pieza {
    margin: -1px 0 0 0;
  }
}
.sidebar .widget_noticias_facebook .pieza {
  height: inherit !important;
  overflow: hidden;
  border-top: 0px dashed #a0a0a0;
  padding-top: 0;
}
.sidebar .widget_noticias_facebook .pieza .content {
  height: 850px;
}
.home .pieza {
  border: none;
}
/* HOME BANNERS */
.home-banners {
  position: relative;
  text-align: center;
}
.home-banners .entry-title {
  position: absolute;
  bottom: 1em;
  width: 82.5%;
  text-align: center;
  padding: 0.5em 0;
  text-transform: uppercase;
  font-size: 0.85em;
  color: black;
  margin: 0.35em auto 1em;
  font-weight: 600;
  letter-spacing: 0.15em;
  background: url('../images/bg_white_70.png') center;
}
.home-banners .pieza {
  height: 200px;
}
@media (max-width: 767px) {
  .home-banners .pieza {
    height: 150px;
    margin: 0.34em 0 !important;
  }
}
.home-banners svg:not(:root) {
  overflow: hidden;
  width: 100%;
  height: 70%;
}
svg:not(:root) {
  overflow: hidden;
  width: 100%;
}
#secondary .banner-widget.col-md-3 {
  width: 100% !important;
  padding: 0 !important;
}
#secondary .banner-widget .pieza {
  height: 270px !important;
}
/* REVISTA HOME */
.revista-destacada .revista-numero {
  font-size: 1.25em;
  margin: 0.15em 0 0.25em 0;
  text-transform: uppercase;
  font-family: 'DIN_Condensed';
  color: #A94A24;
}
.revista-destacada .col-md-3,
.revista-destacada .col-xs-4 {
  padding: 0 10px 0 0;
}
.revista-destacada a,
.revista-destacada a:hover {
  text-decoration: none;
}
.revista-destacada a .revista-title {
  font-size: 1.35em;
  line-height: 1em;
  font-family: 'Roboto Slab', serif;
  color: #343434 !important;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.revista-destacada footer {
  width: 100%;
  float: left;
  margin-top: 1em;
  padding: 0 1em;
  line-height: 1.5em;
}
.revista-destacada .pdf-download {
  background-color: lime;
  font-size: 0.875em;
  line-height: 1em;
  padding-top: 50px;
  background: url('../images/ico-pdf.png') top left no-repeat;
}
.content.revista-destacada {
  width: auto !important;
}
.single .revista-destacada .img-responsive {
  border: none;
}
/* PROMO HOME */
.home-promo {
  display: flex;
  color: white;
  margin: 1em auto;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.home-promo .equal {
  width: 33.3333333%;
  background: url('../images/bg_black_50.png') center;
  min-height: 350px;
}
.home-promo .equal .promo-title {
  font-family: 'DIN_Condensed';
  font-size: 3em;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 1em 1em 0.25em;
  display: block;
}
.home-promo .equal .subtitle {
  font-size: 0.9em;
  line-height: 1.25em;
  max-width: 50%;
  margin: 0 auto 1em;
  display: block;
}
.home-promo .equal .btn-default {
  background: url('../images/bg-promo-btn.png') center no-repeat;
  color: white;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 4em;
  width: 100%;
  margin-top: 1em;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}
.home-promo .equal .btn-default:hover {
  background: url('../images/bg-promo-btn-hover.png') center no-repeat;
}
.home-promo .equal .avant-titol {
  color: #fff;
}
.home-promo .equal:first-child {
  border-right: 1px dashed #fff;
}
.home-promo .equal:last-child {
  border-left: 1px dashed #fff;
}
.home-promo .newsletter .subtitle {
  color: #ff7500;
  margin: 1em auto 0.5em;
  font-family: 'DIN_Condensed';
  letter-spacing: 0.05em;
  font-size: 1.25em;
  display: block;
}
.home-promo .newsletter .promo-title {
  margin: 0 auto;
  letter-spacing: 0.025em;
}
.home-promo .newsletter .promo-title a,
.home-promo .newsletter .promo-title a:hover {
  color: white;
  text-decoration: none;
}
.home-promo .newsletter hr {
  boder: 0;
  border-top: 1px dashed white;
  background-color: transparent;
  height: 0;
}
.home-promo .newsletter .subtitle-newsletter {
  font-family: white;
  letter-spacing: 0.05em;
  font-family: 'Open Sans';
  font-size: 0.9em;
  line-height: 1.25em;
}
.home-promo .newsletter a {
  color: white;
  text-decoration: none;
  display: block;
}
.home-promo .promo-foto a,
.home-promo .promo-foto a:hover {
  text-decoration: none;
  padding: 33% auto !important;
}
.home-promo .promo-title-newsletter {
  margin: -1.3em auto 0;
  letter-spacing: 0.025em;
  background: url('../images/bg-newsletter.png') center no-repeat;
  padding-top: 2.5em;
  font-family: 'DIN_Condensed';
  font-size: 3em;
  line-height: 1em;
  display: block;
}
@media (max-width: 767px) {
  .home-promo {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    flex-direction: column;
  }
  .home-promo .equal {
    width: 100%;
  }
  .home-promo .equal:first-child {
    border-bottom: 1px dashed #fff;
    border-right: 0px solid #000;
  }
  .home-promo .equal:last-child {
    border-left: 0px solid #000;
    border-top: 1px dashed #fff;
  }
}
/* NEWSLETTER */
.sib_signup_form {
  max-width: 80%;
  margin: 0 auto;
}
.sib_signup_form .sib_signup_box_inside p {
  display: flex;
}
.sib_signup_form .sib-default-btn {
  background-color: #ff7500 !important;
  color: white;
  border-radius: 0 4px 4px 0px !important;
}
.sib_signup_form .sib-email-area {
  border-radius: 4px 0 0 4px !important;
}
form#sib_form_1-form input[type=text],
form#sib_form_1-form input[type=email],
form#sib_form_1-form select {
  width: 100%;
  box-shadow: none !important;
  border: 1px solid #fff !important;
  height: auto !important;
  margin: 0px !important;
  margin-top: 10px !important;
  height: 33px !important;
  color: #999;
  text-indent: 0.5em;
  font-size: 0.875em;
}
form#sib_form_1-form p {
  margin: -15px 0px 0px 0px !important;
  padding: 5px !important;
}
.home-apertura {
  color: white;
}
.home-apertura .home-title {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 5em;
  line-height: 1em;
  padding: 0 1em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  margin: 0.35em 0 0.25em 0;
}
@media (max-width: 767px) {
  .home-apertura .home-title {
    padding: 0;
    font-size: 3.5em;
  }
}
.home-apertura .home-subtitle {
  text-transform: uppercase;
  font-size: 1.125em;
  letter-spacing: 0.035em;
  padding: 0 3em;
  display: block;
  width: 50%;
  margin: 0 auto 1em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767px) {
  .home-apertura .home-subtitle {
    padding: 0;
    width: 100%;
  }
}
.home-apertura .section-header {
  border-bottom: none;
}
.blog,
.category {
  padding-top: 0.75em;
}
.blog .content-area .post,
.category .content-area .post {
  float: left;
  width: 100%;
  padding-bottom: 1em;
}
.blog .content-area .post p,
.category .content-area .post p {
  font-size: 0.95em;
  line-height: 1.25em;
  font-weight: lighter;
}
.blog .entry-title,
.category .entry-title {
  float: left;
  width: 100%;
  font-size: 2.25em;
  line-height: 1em;
  padding: 0.25em 0 0.5em 0;
  margin: 0 0 0 0;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}
.blog .entry-title a,
.category .entry-title a {
  color: #403c38;
}
.blog .entry-title a:hover,
.category .entry-title a:hover {
  text-decoration: none;
  color: #575757;
}
.blog .avant-titol,
.category .avant-titol {
  color: #A94A24;
  margin-top: 0;
  float: left;
  width: 100%;
}
.blog .entry-summary,
.category .entry-summary {
  float: left;
  width: 100%;
}
.post-image {
  border: 1px solid #a0a0a0;
  margin-bottom: 0.5em;
}
/* SINGLE */
.single .entry-title {
  float: left;
  width: 100%;
  font-size: 3.5em;
  /* line-height: 1.15em; */
  padding: 0.25em 1.5em 0.35em 0;
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  color: #534b45;
}
.single .entry-title a {
  color: black;
}
.single .entry-title a:hover {
  text-decoration: none;
  color: #343434;
}
@media (max-width: 767px) {
  .single .entry-title {
    font-size: 2.5em;
    padding: 0.25em 0 0.35em 0;
  }
}
.single h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.25em;
  letter-spacing: 0.025em;
  margin-bottom: 1.5em;
  display: block;
  width: 100%;
  font-weight: 600;
}
.single h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1em;
  letter-spacing: 0.025em;
  margin-bottom: 1.5em;
  display: block;
  width: 100%;
  font-weight: 600;
}
.single .entry-meta {
  font-size: 0.8em;
  margin-bottom: 1em;
}
.single .entry-summary {
  font-size: 0.9em;
  margin: 1em 0;
}
.single .cat-links,
.single .tags-links {
  width: 100%;
  display: block;
  font-style: italic;
}
.single .cat-links a,
.single .tags-links a {
  font-style: normal;
  font-weight: 600;
}
/* SINGLE */
.contenido-relacionado li {
  float: left;
  width: 100%;
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid silver;
  padding-bottom: 0.5em;
}
.contenido-relacionado li div {
  padding-left: 0 !important;
  padding-right: 1em !important;
}
.contenido-relacionado li img {
  margin-top: 0em;
}
.contenido-relacionado .entry-title {
  font-size: 1.25em;
}
.contenido-relacionado .entry-date {
  font-size: 0.75em;
  margin-top: -0.25em;
}
.post-navigation {
  margin-bottom: 2em;
}
.home-promociones {
  padding-top: 0.75em;
}
/* HOME NOTICIAS */
.pieza .content {
  overflow-y: scroll;
  border-top: 0.75em solid transparent;
  height: 400px;
  float: left;
  width: 100%;
}
.pieza .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ffffff;
  background-color: #fff;
}
.pieza .content::-webkit-scrollbar {
  width: 0;
  background-color: #fff;
}
.pieza .content::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 0;
}
.pieza .content .row {
  margin-left: 0;
  margin-right: 0;
}
.consells {
  background-color: #fed498 !important;
}
.consells::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fed498;
  background-color: #fed498 !important;
}
.consells::-webkit-scrollbar {
  width: 4px;
  background-color: #fed498 !important;
}
.consells::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 0;
}
.consells .row {
  margin-left: 0;
  margin-right: 0;
}
.home-consejos {
  padding-bottom: 1em;
}
.post-categories li {
  height: auto;
}
/* GALLERIA */
.gallery-item {
  margin: 1em 1em 0 0;
}
.gallery-item img {
  border: none !important;
}
/* SEARCH FORM */
.search-form {
  display: flex !important;
}
.search-form .form-group {
  flex-grow: 4;
}
.search-form .search-submit {
  flex-grow: 1;
}
.search-form .btn-default {
  color: #fff;
  background-color: #A94A24;
  border-color: #A94A24;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-form .search-field {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* WIDGET TERRA VERITAS */
.event-list {
  float: left;
}
.event-list li {
  border-bottom: 1px solid silver;
}
.event-list a {
  display: flex;
}
.event-list a:hover {
  text-decoration: none;
}
.event-list .data {
  background: #790000;
  color: white;
  text-align: center;
  flex: 1;
}
.event-list .data .dia {
  font-family: 'DIN_Condensed';
  font-size: 3.5em;
  line-height: 0.8em;
  padding: 0.35em 0.3em 0 0.3em;
  display: block;
  margin-left: 0.01em;
}
.event-list .data .mes {
  font-family: 'DIN_Condensed';
  font-size: 1em;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  display: block;
}
.event-list .descripcio {
  color: #343434;
  font-size: 1em;
  flex: 6;
  padding-left: 0.5em;
}
.event-list .descripcio .hora {
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
  margin-top: 0.25em;
}
.event-list .descripcio .event-title {
  font-family: 'Roboto Slab', serif;
  font-size: 1em;
  line-height: 1.1em;
  margin: 0.25em 0 0.25em;
  letter-spacing: 0.025em;
  font-weight: 600;
}
.event-list .descripcio .qui {
  font-size: 0.875em;
  margin: 0.25em 0;
  color: #999;
}
.bx-viewport {
  background: transparent !important;
}
.bx-viewport .entry-title {
  margin: 1em 1em 0.5em 1em;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff !important;
  border: 1px solid #999;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #790000 !important;
  border: 1px solid #333;
}
.bx-wrapper .bx-controls-direction a {
  top: 80% !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -10px !important;
}
.bx-wrapper {
  margin: 0 auto 0 !important;
}
.bx-wrapper p {
  font-size: 0.85em;
  line-height: 1.25em;
  padding: 0 0 2em 0;
  display: block;
  margin: 0 3em 2em 3em;
  width: 80%;
}
.bx-wrapper .entry-title {
  width: 80% !important;
}
.inico-recetas-consejos .bx-wrapper .bx-viewport {
  height: 385px !important;
}
/* MENU */
.menu-table {
  flex-direction: column;
  display: flex;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.menu-table p {
  text-align: left;
  margin: 0.5em 1em;
}
.menu-table .menu-dia {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  text-align: center;
  font-size: 0.875em;
  flex-grow: 1;
}
.menu-table .menu-dia ul {
  text-align: left;
  padding-left: 0;
}
.menu-table .menu-dia ul li {
  list-style-type: none;
  margin: 0.5em 1em;
}
.menu-table .menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1em;
  padding: 1em 0 0.875em;
  display: block;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #999;
  width: 100%;
}
@media (min-width: 767px) {
  .menu-table {
    flex-direction: row;
  }
  .menu-dia {
    border-bottom: none;
  }
}
/* WIDGET TITLE */
.widget-title {
  font-family: 'DIN_Bold';
  font-size: 1.5em;
  line-height: 1em;
  display: block;
  width: 100%;
  color: #fff;
  text-align: left;
  margin-top: 0.95em;
  letter-spacing: 0.025em;
}
/* ULTIMOS POSTS */
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
}
.widget_recent_entries ul li {
  margin-bottom: 0.75em;
}
.widget_recent_entries ul li a {
  font-family: 'DIN_Bold';
  font-size: 1.5em;
  line-height: 1em;
  display: block;
  width: 100%;
  color: #343434;
}
.site-footer a {
  color: white;
}
.site-footer .container-fluid {
  color: white;
  background-color: #A94A24;
  padding-top: 0;
  padding-bottom: 2em;
}
.site-footer .site-footer-nav {
  display: flex;
  flex-grow: 1;
  border-bottom: 1px dashed white;
}
.site-footer .brand {
  flex-grow: 2;
  text-indent: -99999px;
  width: 217px;
  height: 55px;
  background: url('../images/logo-veritas.svg') center no-repeat;
  background-size: 180px;
  margin: 0 0 0 0;
  padding: 0;
  z-index: 77777;
  position: relative;
}
.site-footer .brand a {
  float: left;
  width: 100%;
  height: 100%;
}
.site-footer .menu-menu-container {
  flex-grow: 7;
}
.site-footer .svg-icon {
  background: none !important;
  padding: 0;
}
.site-footer .svg-icon:before {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .site-footer .svg-icon {
    display: none;
  }
}
.site-footer aside {
  text-align: center !important;
}
.site-footer aside .widget-title {
  text-align: center;
}
.site-footer aside:first-child {
  text-align: left !important;
}
.site-footer aside:first-child .widget-title {
  text-align: left;
}
@media (max-width: 767px) {
  .site-footer aside:first-child {
    text-align: center !important;
  }
  .site-footer aside:first-child .widget-title {
    text-align: center;
  }
}
.site-footer .telf {
  font-size: 3em;
  line-height: 1.25em;
  font-family: 'DIN_Bold';
}
#menu-menu-sidebar,
#menu-menu-sidebar-cat,
#menu-menu-sidebar li {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  #menu-menu-sidebar,
  #menu-menu-sidebar li,
  #menu-menu-sidebar-cat li {
    text-align: center !important;
  }
}
#menu-menu-sidebar a,
#menu-menu-sidebar li a,
#menu-menu-sidebar-cat li a {
  font-family: 'DIN_Bold';
  font-size: 1.5em;
  line-height: 1.25em;
  text-align: left;
}
/* GRID PARA MOBIL */
@media (max-width: 767px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.page-title {
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans';
}
.breadcrumb {
  margin: 1.75em 0 0 0 !important;
  width: 100%;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0 !important;
  border-top: 1px dashed #a0a0a0;
  text-transform: uppercase;
  font-size: 0.8em;
}
.breadcrumb > li {
  display: inline-block;
  margin-bottom: 0;
}
.breadcrumb > li.active {
  font-weight: 900;
}
.single .breadcrumb {
  border-top: 0px solid silver;
  border-bottom: 1px dashed #a0a0a0;
  margin-top: 0 !important;
}
/* BUSCADOR */
.htmltats.row {
  margin-left: 0;
  margin-right: 0;
}
.resultats {
  list-style-type: none;
  margin-top: 1em;
}
.resultats .pieza {
  height: 200px;
  background: url('../images/caramelo.png') center no-repeat !important;
}
@media (max-width: 767px) {
  .resultats .pieza {
    margin-top: 0.35em !important;
    margin-bottom: 0.35em !important;
  }
}
.row.resultats {
  margin-left: 0px;
  margin-right: 0px;
}
#wpls--input {
  height: 40px !important;
  border-radius: 5px !important;
  padding: 10px !important;
  background: #F8F8F8 !important;
  border: 1px solid #616161 !important;
  color: #343434 !important;
  width: 100%;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}
#wpls--input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A94A24 !important;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  background: url('../images/veritas_lupa-orange.svg') center right no-repeat;
  background-size: 1.25em;
}
#wpls--input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A94A24 !important;
  opacity: 1;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  background: url('../images/veritas_lupa-orange.svg') center right no-repeat;
  background-size: 1.25em;
}
#wpls--input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A94A24 !important;
  opacity: 1;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  background: url('../images/veritas_lupa-orange.svg') center right no-repeat;
  background-size: 1.25em;
}
#wpls--input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A94A24 !important;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  background: url('../images/veritas_lupa-orange.svg') center right no-repeat;
  background-size: 1.25em;
}
#wpls--input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #A94A24 !important;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  background: url('../images/veritas_lupa-orange.svg') center right no-repeat;
  background-size: 1.25em;
}
/* RESULTATS DE BUSQUEDA */
.wpls--results-wrap {
  z-index: -1;
  right: 2.5em !important;
  top: 0.65em !important;
  font-size: 0.8em !important;
  padding: 0.25em 0.5em !important;
  background: #A94A24 !important;
  color: white;
  border-radius: 5px;
}
#wpls--helper {
  position: absolute;
  z-index: 2;
  right: 2em !important;
  top: 0.65em !important;
  font-size: 0.8em !important;
  padding: 0.25em 0.5em !important;
  background: #A94A24 !important;
  opacity: 0.75;
  color: white !important;
  border-radius: 5px;
}
.pieza.resultat-busqueda {
  padding-left: 0em !important;
  padding-right: 0em !important;
  position: relative;
}
.resultat-busqueda.pieza {
  border: 0px solid rgba(255, 117, 0, 0);
  transition: border 0.2s ease,
              padding 0.8s linear;
  overflow: hidden;
}
.resultat-busqueda.pieza:hover {
  border: 1px solid #ff7500;
}
.resultat-busqueda img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.resultat-busqueda .entry-title {
  margin: 0.5em 0.25em 0.1em;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  color: white;
  padding: 0;
  text-overflow: ellipsis;
  font-size: 1em;
  line-height: 1.25em;
  padding: 0 0.25em 0.35em 0.25em;
  letter-spacing: 0.025em;
}
.resultat-busqueda header {
  background-color: #A94A24;
  position: absolute;
  bottom: 0;
  width: 100% !important;
}
/* HOME GROUP ESTANDAR */
.home-grup .entry-title {
  font-family: 'Roboto Slab', serif !important;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: bold;
}
.home-grup a {
  color: #000;
  cursor: pointer;
}
.home-grup a:hover {
  text-decoration: none;
  color: #343434;
}
.height-100 {
  display: flex;
}
@media (max-width: 767px) {
  .height-100 {
    flex-direction: column;
  }
  .height-100 .row {
    margin: 0 15px !important;
  }
}
.sidebar {
  background-color: #ebdfd9;
  border-left: 0px solid #a0a0a0;
  padding-top: 0.6em;
}
.sidebar .pieza {
  border-radius: 0;
  border-color: #a0a0a0;
}
.paging-navigation,
.post-navigation {
  border-top: 1px dashed #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  padding: 0.5em;
  margin-bottom: 1em;
  float: left;
}
.archive article,
.blog article {
  border-top: 1px dashed #a0a0a0;
  display: block;
  float: left;
  padding-top: 0.75em;
}
.archive h3,
.blog h3 {
  color: #A94A24;
  margin: 0 0 0.5em;
}
.archive .entry-title,
.blog .entry-title {
  margin: 0 0 0 0 !important;
  padding-top: 0;
  display: block;
}
.archive .entry-title a,
.blog .entry-title a {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  color: #534b45;
}
.archive .entry-title a:hover,
.blog .entry-title a:hover {
  color: #6e6156;
  text-decoration: none;
}
.archive .entry-summary,
.blog .entry-summary {
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: 200;
  margin-bottom: 1em;
}
/* VERITAS PAPER */
.veritas-paper {
  background: transparent url('../images/caramelo.png') center;
}
/* DEBUG */
.container-fluid {
  max-width: 1240px;
}
@media (max-width: 1200px) {
  .container-fluid {
    width: 100% !important;
  }
}
.img-responsive {
  width: 100%;
}
.single .img-responsive {
  border: 1px solid #a0a0a0;
}
/* SOCIAL NAV */
.social-nav a {
  display: inline-table;
  font-size: 0.875em;
  margin: 2em 0.5% 0;
  width: 20%;
}
.col-centered {
  float: none !important;
  margin: 0 auto;
  display: inline-table;
}
.menu-menu-sidebar-container,
.menu-menu-sidebar-cat-container {
  margin-top: 1em;
}
/* 404 */
.error404 .page-content .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.error404 .widgettitle {
  font-size: 1.25em;
  line-height: 2em;
  color: black;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px dashed silver;
  border-bottom: 1px dashed silver;
  margin-bottom: 2em;
}
.error404 .page-content li a {
  font-size: 1.25em;
  line-height: 1em;
  padding: 0.15em 0 0.5em;
  font-weight: bold;
  color: black;
  font-family: 'Roboto Slab', serif;
  width: 100%;
}
/* compartir */
.share-buttons .osd-sms-wrapper {
  border-top: 1px dashed silver;
  margin-top: 2em;
}
.share-buttons .osd-sms-icon-button {
  margin: 0 0.75em 0.75em 0;
}
.share-buttons .osd-sms-title {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.75em;
  margin: 0 0 1em 0;
  padding: 0;
}
#side_bar {
  /* clear fix */
  /* ---- .element-item ---- */
}
#side_bar .ShopLocation {
  z-index: 2;
}
#side_bar .isotope:after {
  content: '';
  display: block;
  clear: both;
}
#side_bar .ShopLocation {
  position: relative;
  float: left;
}
#side_bar .ShopLocation > * {
  margin: 0;
  padding: 0;
}
.gm-style .tenda-title {
  font-size: 1.5em;
  margin: 0.5em 0;
  font-weight: bold;
  font-family: 'Roboto Slab';
}
.white {
  background-color: white !important;
}
.gold {
  background-color: gold !important;
}
.red {
  background-color: red !important;
}
.lime {
  background-color: lime !important;
}
.aqua {
  background-color: aqua !important;
}
.orange {
  background-color: orange !important;
}
/* MAPA */
.single-tienda {
  /* fixes potential theme css conflict */
}
.single-tienda .acf-map {
  width: 100%;
  height: 780px;
  border: #ccc solid 1px;
  margin: 0;
}
.single-tienda .acf-map img {
  max-width: inherit !important;
}
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0.8em;
  right: 1em;
  width: 2em;
  height: 2em;
  z-index: 99999;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
}
.filtre {
  color: gray;
  font-family: 'Open Sans';
}
.filtre label {
  font-weight: normal !important;
  width: 100%;
  text-align: left;
  font-size: 0.85em;
  line-height: 2em;
}
.filtre label input {
  float: right;
}
.filtre input {
  border: 1px solid silver !important;
  font-size: 0.85em;
}
.filtre .section-title {
  color: gray;
  font-family: 'Open Sans';
  font-size: 0.75em;
  line-height: 3em;
  margin-top: 1.5em !important;
  text-transform: uppercase;
  font-weight: normal;
  border-top: 1px solid silver;
  text-align: center;
}
.veritas-group .group-banner {
  position: relative;
}
.veritas-group .group-banner .head {
  z-index: 2;
}
.veritas-group .group-banner .title {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 3.5em;
  line-height: 1em;
  padding: 0 2em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  margin: 1em 0;
  letter-spacing: 0.025em;
  color: white;
}
@media (max-width: 767px) {
  .veritas-group .group-banner .title {
    font-size: 1.5em;
    line-height: 1em;
    padding: 0.5em;
  }
}
.veritas-group .group-banner .subtitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1em;
  padding: 0 3em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  margin: -1em 0 1.5em 0;
  letter-spacing: 0.025em;
  color: white;
}
.veritas-group .secundary-menu .section-title {
  border-top: 1px solid gray;
  border-bottom: 1px dashed gray;
  text-align: left;
  margin: 0.75em 0 !important;
  line-height: 1.75em;
  float: left;
  width: 100%;
}

.veritas-group .secundary-menu .menu {
  padding: 0;
  margin: 0.25em 0 4em 0!important;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .veritas-group .secundary-menu .menu {
    margin-bottom: 1em !important;
  }
}
.veritas-group .secundary-menu .menu .menu-item {
  list-style-type: none;
  padding: 0.25em;
}
.veritas-group .secundary-menu .menu .menu-item a {
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .veritas-group .secundary-menu .menu .menu-item {
    float: left;
    border-right: 1px solid silver;
    padding: 0 0.75em;
    margin: 0.25em 0;
  }
  .veritas-group .secundary-menu .menu .menu-item:last-child {
    border-right: 0px solid silver;
  }
}
.veritas-group .secundary-main {
  padding-right: 0 !important;
  margin-top: 0.85em!important;
  margin-bottom: 2em !important;
}
.veritas-group .secundary-main .page-title {
  margin: 0 0 1em 0 !important;
  line-height: 1.7em;
  border-top: 1px solid gray;
  border-bottom: 1px dashed gray;
  float: left;
  width: 100%;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 1.25em;
  color: #A94A24;
}
.veritas-group .caption {
  font-size: 0.875em;
  font-weight: 200;
  font-style: italic;
  line-height: 1em;
  margin: 0.5em 0;
  color: silver;
}
.no-padding {
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
/* TERRA VERITAS*/
.post-type-archive-tribe_events,
.post-type-archive-ponente,
.single-tribe_organizer,
.page-template-page-genterraveritas,
.post-type-archive-patrocinador,
.post-type-archive-ponente,
.page-template-page-aniversari {
  margin-top: 3.1em !important;
}
.single-tribe_organizer,
.page-template-page-genterraveritas {
  padding-top: 1em !important;
}
.post-type-archive-ponente,
.post-type-archive-patrocinador,
.page-template-page-aniversari {
  padding-top: 2em !important;
}
.tribe-events-notices {
  background: #f7dddd;
  border: 1px solid #7a0001;
  color: #7a0001;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 0 0 #fff;
  border-radius: 0;
}
.page-template-page-terraveritas .terra-veritas,
.page-template-page-terraveritas #content {
  padding-top: 0em !important;
  margin-top: 0em !important;
}
.terra-veritas {
  padding-top: 0;
  margin-top: -65px;
}
.terra-veritas .section-header {
  margin-bottom: 1em;
  border-top: 1px solid #ccc;
}
.terra-veritas .atencio {
  float: left;
  text-align: center;
  margin-bottom: 2em;
  font-weight: bold;
  width: 100%;
}
.terra-veritas .atencio a {
  font-size: 1.5em;
}
.terra-veritas .tribe-mini-calendar-event {
  background-color: #ebebeb;
  padding-bottom: 0;
  margin-bottom: 1.5em;
  border: 1px solid #9f9f9f;
}
.terra-veritas .tribe-mini-calendar-event a {
  color: #343434;
}
.terra-veritas .tribe-mini-calendar-event .row {
  display: flex;
}
.terra-veritas .tribe-mini-calendar-event .list-date {
  background-color: #7a0001;
  color: #fff;
  font-family: 'DIN_Condensed';
  letter-spacing: 0.05em;
  font-size: 1.25em;
  text-align: center;
}
.terra-veritas .tribe-mini-calendar-event .list-date .list-daynumber {
  font-size: 3.5em;
  margin: 20px 9% 0;
}
.terra-veritas .tribe-mini-calendar-event .image {
  text-align: right;
  border: 1px solid #ebebeb;
}
.terra-veritas .cat {
  color: #7a0001;
  font-size: 0.7em;
  line-height: 1.75em;
  text-transform: uppercase;
}
.terra-veritas .tribe-events-title {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  margin: 0.5em 0;
  font-size: 1.875em;
  line-height: 1.25em;
}
.terra-veritas .tribe-events-title a {
  color: #534b45;
}
.terra-veritas .tribe-events-title a:hover {
  text-decoration: none;
  color: #000;
}
.terra-veritas .ponents .image img {
  width: 100%;
  height: auto;
}
.header-terraveritas li {
  background: url('../images/bg_black_50.png');
}
.header-terraveritas .menu-nav ul {
  border-right: 0px solid silver;
  border-bottom: 0px solid silver;
  background-color: transparent;
}
.header-terraveritas .menu-nav ul li {
  border-right: 1px solid transparent;
  background-color: transparent;
}
.header-terraveritas .menu-nav ul li.current-menu-item a {
  color: #ffffff !important;
}
.header-terraveritas .menu-nav ul li a {
  color: #ffa300;
  font-weight: bold;
}
.header-terraveritas .brand {
  background: url('../images/logo-veritas.png') left no-repeat;
  height: 64px;
  width: 229px;
}
.head .bx-wrapper .bx-controls-direction a {
  top: 50% !important;
}
.head .bx-wrapper .bx-pager,
.head .bx-wrapper .bx-controls-auto {
  bottom: 20px !important;
}
.head .bx-wrapper .bx-viewport {
  height: 550px !important;
}
.head .title {
  font-family: 'Roboto Slab', serif;
  font-size: 4em;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  margin: 2.5em 3em 0em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.52);
}
.head .subtitle {
  font-size: 1.25em;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 1.2em;
  margin: 2em 3em 1em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.52);
}
.partners .banner-widget-partners {
  text-align: center;
}
.partners .banner-widget-partners img {
  margin: 0.5em auto;
  width: 85%;
  height: auto;
}
#menu-terraveritas {
  float: left;
  width: 100%;
  margin: 2em 0 3em 0;
  padding: 0.15em 0 3em 0;
  list-style-type: none;
}
#menu-terraveritas li {
  margin: 0;
  padding: 0.15em 0;
  list-style-type: none;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 2em;
  float: left;
  width: 100%;
}
#menu-terraveritas li a {
  color: #343434;
}
#menu-terraveritas li .sub-menu {
  padding-left: 0.75em;
}
.no-margin {
  margin: 0 !important;
}
.no-paddign {
  padding: 0 !important;
}
#tribe-events-bar {
  display: none;
}
.tribe-events-page-title {
  font-size: 1.2em;
  line-height: 1.9em;
  letter-spacing: 0.035em;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  margin: 0 !important;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px dashed #999;
}
.tribe-events-list-event-title {
  font-size: 2.5em;
  line-height: 1.9em;
  letter-spacing: 0.035em;
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}
.tribe-events-list-event-title a {
  color: #534b45;
}
.tribe-events-list-event-title a:hover {
  text-decoration: none;
  color: #000;
}
.tribe-events-nav-previous,
.tribe-events-nav-left,
.tribe-events-past {
  display: none !important;
}
.type-tribe_events {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
  margin-bottom: 1em;
}
/* MINI CALENDAR */
.tribe-mini-calendar {
  background-color: #ebebeb;
  border: 1px solid #9f9f9f;
  overflow: hidden;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  padding-bottom: 0.5em;
}
.tribe-mini-calendar td,
.tribe-mini-calendar th {
  border: 1px solid #ebebeb;
}
.tribe-mini-calendar .tribe-events-has-events a {
  font-weight: normal;
  display: block;
  text-decoration: none;
  padding: 5px;
}
.tribe-mini-calendar .tribe-mini-calendar-today a {
  font-weight: bold;
  color: #000;
}
.tribe-mini-calendar .tribe-mini-calendar-day-link:before {
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #7a0001;
  opacity: 0.15;
  margin: -5px auto 0 0;
  float: left;
  position: absolute;
  z-index: 0;
}
.ponents-list .ponent {
  background-color: #ac441d;
  float: left;
  margin-bottom: 1em;
  padding: 0;
}
.ponents-list .ponent .ponent-title {
  font-family: 'Roboto Slab', serif;
  color: white;
  font-size: 1.4em;
  margin: 0.5em 0;
  font-weight: normal;
}
.ponents-list .ponent p {
  font-family: 'Roboto', sans-serif;
  color: white;
}
.ponents-list .ponent img {
  float: left;
}
.single-ponente .terra-veritas,
.post-type-archive-tribe_events .terra-veritas,
.single-tribe_events .terra-veritas {
  padding-top: 1em;
  margin-top: 0;
}
.single-ponente .tribe-mini-calendar-event,
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event {
  border: 1px solid #7a0001;
  background-color: #fff;
}
.single-ponente .tribe-events-title,
.tribe-mini-calendar-list-wrapper .tribe-events-title {
  font-size: 1.5em;
  margin: 0;
}
.single-ponente .hora,
.tribe-mini-calendar-list-wrapper .hora {
  margin-top: 0.5em;
  color: #9f9f9f;
  text-transform: uppercase;
  display: block;
  font-size: 0.875em;
}
.single-ponente .list-date,
.tribe-mini-calendar-list-wrapper .list-date {
  background-color: #fff !important;
  border-right: 1px solid #7a0001;
}
.single-ponente .list-date .list-daynumber,
.tribe-mini-calendar-list-wrapper .list-date .list-daynumber,
.single-ponente .list-date .list-dayname,
.tribe-mini-calendar-list-wrapper .list-date .list-dayname {
  color: #7a0001;
}
.tribe-mini-calendar-list-wrapper {
  padding-bottom: 1em;
}
.tribe-mini-calendar-list-wrapper .list-date {
  width: 25%;
  float: left;
}
.tribe-mini-calendar-list-wrapper .list-info {
  width: 75%;
  float: left;
}
.tribe-mini-calendar-list-wrapper .list-info .tribe-events-title {
  font-size: 1em;
  padding-left: 0.5em;
  margin: 0.5em 0;
}
.tribe-mini-calendar-list-wrapper .list-info .tribe-events-duration {
  display: none;
}
.tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0.5em 0 0.5em 0 !important;
  padding-bottom: 0;
  border-bottom: 0 !important;
}
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event {
  margin: 0 !important;
  padding-bottom: 0;
}
.tribe-events-back {
  text-align: center;
}
.tribe-events-single .tribe-events-single-event-title {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 3em;
  padding-right: 1em;
  color: #343434;
  text-align: center;
}
@media only screen and (max-device-width: 650px) {
  .tribe-events-single .tribe-events-single-event-title {
    font-size: 2em;
    padding-right: 0;
  }
}
.tribe-events-single .tribe-events-sub-nav {
  display: none;
}
.tribe-events-single .tribe-events-single-section-title,
.tribe-events-single .tribe-events-related-events-title {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px dashed #666;
  line-height: 1.75em;
  font-size: 1.25em;
}
.tribe-events-single .tribe-events-schedule h2 {
  border: 1px solid #7a0001;
  margin: 1em 10%;
  text-align: center;
  margin-bottom: 0;
  color: #7a0001;
  font-family: 'DIN_Condensed', sans-serif !important;
  letter-spacing: 0.05em;
  font-size: 1.25em;
  line-height: 1.2em;
  padding-top: 0.25em;
  width: 80%;
}
.tribe-events-single .tribe-event-date-start,
.tribe-events-single .tribe-event-date-end,
.tribe-events-single .dtend,
.tribe-events-single .dtstart {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
  color: #7a0001;
  font-family: 'DIN_Condensed', sans-serif !important;
  letter-spacing: 0.05em;
  font-size: 1.45em;
  line-height: 1.2em;
  padding: 0.25em 0.25em 0;
  width: 100%;
}
.tribe-events-single .tribe-related-events-title a {
  color: #343434;
  margin-bottom: 1.5em;
  display: block;
}
.tribe-events-single .tribe-related-events-title a:hover {
  text-decoration: none;
}
.tribe-events-single .tribe-related-events li {
  text-align: center;
}
.tribe-events-single .tribe-events-single-event-description {
  margin: 0 5em 0 0;
}
@media only screen and (max-device-width: 650px) {
  .tribe-events-single .tribe-events-single-event-description {
    margin: 0 1em 0 0;
  }
}
.tribe-events-single .tribe-events-event-image img {
  width: 100%;
  height: auto;
  border: 1px solid silver;
}
.tribe-events-single .tribe-events-meta-group dt {
  margin-top: 1em;
}
.tribe-events-single .tribe-events-event-meta .tribe-events-meta-group-venue dl {
  float: left;
}
.tribe-events-single .tribe-events-event-meta .tribe-events-meta-group-venue dl .tribe-address {
  font-style: italic;
  line-height: 1.2em;
  margin-top: 1em;
  display: block;
}
.tribe-events-single .tribe-events-event-meta .tribe-events-meta-group-venue dl a {
  font-weight: bold;
}
@media only screen and (max-device-width: 650px) {
  .tribe-events-single .tribe-events-venue-map {
    width: 98%;
    float: left;
    margin-top: 1em;
  }
}
.tribe-mini-calendar-event .list-date {
  float: left;
  overflow: hidden;
  font-weight: bold;
  margin: 0;
  padding: 3px;
  width: 15%;
  text-align: center;
  display: inline;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tribe-mini-calendar-event .list-date .list-daynumber {
  color: #fff;
  font-size: auto;
  width: 100%;
  line-height: 80px;
  display: block;
  text-align: center;
}
.tribe-mini-calendar-event .list-date .list-dayname {
  background: transparent;
  color: #ffffff;
  padding: 3px;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tribe-mini-calendar-event .list-info {
  font-size: 1.5em;
}
.tribe-mini-calendar-event .list-info h2 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 10px;
}
.tribe-mini-calendar-list-wrapper .list-info .tribe-events-title {
  font-size: .6em;
  padding-left: 0.5em;
  margin: 0;
}
.tribe-mini-calendar td,
.tribe-mini-calendar th {
  border: 1px solid #ebebeb;
  padding: 0.6566em;
}
.tribe-mini-calendar thead {
  background: transparent;
  width: 100%;
}
.tribe-mini-calendar-nav span {
  font-weight: bold;
  margin: 0 auto;
  display: inline-block;
  color: #555;
  text-transform: uppercase;
}
.xerrades .tribe-mini-calendar-event {
  font-size: 0.65em !important;
}
.xerrades .list-daynumber,
.xerrades .list-dayname {
  color: #7a0001 !important;
}
.xerrades .list-date {
  border-right: none;
}
.xerrades .list-daynumber {
  margin-top: 22px !important;
}
.xerrades .list-info {
  border-left: 1px solid #7a0001;
}
.xerrades .list-date .list-daynumber {
  color: #fff;
  font-size: auto;
  width: 100%;
  line-height: 23px;
  display: block;
  text-align: center;
}
.tribe-mini-calendar-event .tribe-events-title {
  font-size: 1em;
}
.tribe-mini-calendar-event .list-inline {
  float: left;
  width: 100%;
}
.tribe-mini-calendar-event .list-inline a {
  color: #353535;
  font-size: 0.75em;
}
.tribe-mini-calendar-event .hora {
  color: #636363;
  font-size: 0.65em;
  margin: 0 0 1em;
  float: left;
  width: 100%;
}
.tribe-mini-calendar-event .tribe-events-event-cost {
  margin: 1em 24%;
  border-radius: 1em;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #7b0002;
  text-transform: uppercase;
  color: #000;
  font-size: 0.65em;
  line-height: 2em;
  width: 50%;
  float: left;
}
.woocommerce-info {
  border-top-color: #7b0002 !important;
}
.woocommerce input.button.alt {
  background-color: #ffa300 !important;
  color: #700 !important;
  border: 2px solid #700 !important;
}
.woocommerce input.button.alt:hover {
  background-color: #700 !important;
  color: #fff !important;
  border: 2px solid #700 !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 2em !important;
  padding: 0 0.75em !important;
  border-radius: 3px !important;
  border: 1px solid #999 !important;
}
.woocommerce h3 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px dashed silver !important;
  line-height: 2em !important;
  margin-bottom: 2em !important;
  text-transform: uppercase !important;
  font-family: 'Roboto Slab', serif !important;
  font-weight: bold !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #ffa300 !important;
  color: #700 !important;
  border: 2px solid #700 !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #700 !important;
  color: #fff !important;
}
.patrocinador-list img {
  border: none !important;
}
.contact-epub .codigo-postal input,
.contact-epub .your-email input,
.contact-epub .your-surname input,
.contact-epub .your-name input,
.contact-epub .tienda input {
  width: 100% !important;
  line-height: 2.5em;
  border-radius: 3px;
  padding: 0 0.5em;
  border: 1px solid #bab6b2;
  background-color: #e9e2da;
  color: #827e7b;
}
.contact-epub .wpcf7-submit {
  border-radius: 1em;
  padding: 0.25em 1em;
  border: 0px solid #bab6b2;
  background-color: #f45c24;
  color: #fff;
  font-family: 'Roboto Slab';
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.75em;
  margin: 2em 30%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.contact-epub .ajax-loader {
  width: 20px !important;
  height: 20px !important;
}
.page-template-page-aniversari .title {
  font-family: 'Roboto Slab', serif !important;
  font-weight: bold !important;
}


/* ALIMENTACION ECOLÓGICA */

 .veritas-alimentacion-eco .head .title {
    margin: 1em 3em 0em;
 }

.veritas-alimentacion-eco .head .title,
.veritas-alimentacion-eco .head .subtitle{
  color:#343434;
  font-weight: 200;
  text-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}

 .veritas-alimentacion-eco .universidad{
  text-transform: uppercase;
  color:gray;
  font-size: 0.875em;
 }

 .veritas-alimentacion-eco .page-title {
    margin: 2em 0 1em 0 !important;
    line-height: 2em;
    border-top: 1px solid gray;
    border-bottom: 1px dashed gray;
    float: left;
    width: 100%;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 1.25em;
    color: #A94A24;
    letter-spacing: 0.05em;
  }

.veritas-alimentacion-eco .sidebar{
    // width: 16.05%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    margin-top: 0;
    height: 100vh;
}

.single-salud_alimentacion .veritas-alimentacion-eco .sidebar{
    // width: 16.66666667%;
}

.veritas-alimentacion-eco .salud-header {
	background-color: green;
	color:white;
	padding: 1em;
}

.veritas-alimentacion-eco .salud-header a{
	color:#FFB800;
	letter-spacing: 0.05em;
	line-height: 1em;
	display: block;
}

.veritas-alimentacion-eco .salud-header p {
	    font-size: 0.8em;
    line-height: 1.3em;
    letter-spacing: 0.05em;
}



.veritas-alimentacion-eco ul.cat-list {
	margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.veritas-alimentacion-eco ul.cat-list li{
	list-style:none;
  float: left;
  margin: 0.15em 0.75em 0.15em 0;
  font-size:0.8em;
  line-height: 1.2em;
}

.veritas-alimentacion-eco .artile-title {
  color:#343434;
  text-decoration: none;
  font-size:1.15em;
  line-height: 1.3em;
  font-weight: 400;
  font-family: 'Roboto Slab';
  margin-top: 5px;
}

.veritas-alimentacion-eco .artile-title a{
   color:#000;

 }

 .veritas-alimentacion-eco .fecha {
     color:#999;
     text-transform: uppercase;
     font-size: 0.7em;
 }

.veritas-alimentacion-eco .article{
  margin-bottom: 2em;
}

.veritas-alimentacion-eco .entry-meta .cat-list{
  float: left;
  font-size: 1.5em;
}

.veritas-alimentacion-eco .subtitle {
  padding-left: 0;
  padding-right: 0;
}

.veritas-alimentacion-eco .entry-title {
  font-size:1.85em !important;
  line-height: 1.25em;
  margin-bottom: 1em;
  font-weight:400;
  color: #000;
}

.veritas-alimentacion-eco .salud-cat {
  margin:1em 1em 2em;
}

.veritas-alimentacion-eco .content-single  {
  border:1px solid gray;
  padding:1em;
  margin-right: 3em;
  margin:2em 0 0;
}

.veritas-alimentacion-eco .info-container {
  float: left;
  width: 100%;
}

.veritas-alimentacion-eco .info-container a{
  color:white;
  margin: 1.5em 0;
  background-color: #A94A24;
  font-size: 0.875em;
  padding: 0.5em 2em;
  float: left;
  border-radius: 5px;
}

.veritas-alimentacion-eco .info-container a:hover{
  background-color: #BD6C00;
}

.veritas-alimentacion-eco .info-container p {
margin:0;
display: block;
}

.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  min-height: 100%;
  flex: 1 1 auto;
}
.row-flex-wrap {
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
  margin: -0.2px;
  /* hack adjust for wrapping */
}
.row-flex > div[class*='col-'] div {
  width: 100%;
}
.row-flex-end {
  align-items: flex-end;
}


ul#menu-menu-sidebar li.active a,
ul#menu-menu-sidebar-cat li.active a{
  color:orange !important;
}


