/**!
 * b4st CSS
 */

/* Sticky Footer */
/*
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
*/

.site-header-image {
  display: block;
  margin: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
}

/* Max img widths */
img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Author bio */
.author-bio .avatar {
  border: 1px solid #dee2e6;
  border-radius: 50%;
}

/* Hide form placeholders on focus */
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */

/* Comments */
#comments,
#reply-title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.commentlist,
.commentlist ul {
  padding-left: 0;
}
.commentlist li {
  padding: 1rem;
}
.comment-meta {
  margin-bottom: 1rem;
}
.commentlist .children {
  margin-top: 1rem;
}

/**** Custom ****/

@font-face {
  font-family: "MyWebFont";
  font-display: swap;
  src: url("../fonts/MyWebFont-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/MyWebFont-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/MyWebFont-Regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/MyWebFont-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

body {
  color: #1a1a1a;
  font-family: "Aleo", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
}
body.home {
  background-color: #fbfbfb;
}

/**** Bootstrap ****/
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

/**** Typography ****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arsenal", sans-serif !important;
  font-weight: 600;
}
h1 {
  margin-bottom: 40px;
  font-size: 36px;
}
h1:empty {
  margin: 0px !important;
}
h2 {
  font-size: 28px;
  margin-bottom: 40px;
  margin-top: 0px;
  position: relative;
}
h3 {
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.4px;
  margin-top: 30px;
  margin-bottom: 14px;
}
.heading {
  margin-bottom: 50px;
}
/*
.heading::before {
	position: absolute;
	width: 76px;
	height: 2px;
	margin-left: -40px;
	background-color: #bf0411 ;
    left: 42px;
    bottom: -10px;
    content: "";
}
.heading-center {
    text-align: center;
}
.heading-center::before {
  	left: 50%;  
   	bottom: -20px;
}
*/
p {
  font-size: 18px;
  line-height: 1.6em;
}
.hentry ul li {
  font-size: 18px;
}

/* Heading separator test */
.heading {
  overflow: hidden;
  text-align: center;
}
.heading span:before,
.heading span:after {
  background-color: rgb(13, 12, 13);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.heading span:before {
  right: 0.5em;
  margin-left: -50%;
}
.heading span:after {
  left: 0.5em;
  margin-right: -50%;
}
.heading i {
  color: #bf0411;
  border: 1px solid #bf0411;
  display: inline-block;
  height: 54px;
  width: 54px;
  text-align: center;
  border-radius: 32px;
  font-size: 40px;
  line-height: 49px;
  margin-right: 10px;
  display: block;
  margin: 0 auto 8px auto;
}
.heading i.ico-course {
  font-size: 30px;
}
.subheading {
  text-align: center;
  font-family: "Aleo", sans-serif;
  font-size: 23.2px;
  font-weight: 400;
  margin-top: 14px !important;
}

/**** Buttons ****/
a {
  color: #d92121;
}
a:hover {
  color: #d92121;
  text-decoration: underline;
}
a.see-more {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.4px;
  background: transparent url("../img/ico-arrow-right.png") no-repeat scroll 99%
    3px;
  padding: 0 12px 20px 0px;
  -webkit-transition: all 0.05s ease 0s;
  -moz-transition: all 0.05s ease 0s;
  transition: all 0.05s ease 0s;
}
a.see-more:hover {
  background-position: 100% 4px;
  text-decoration: none;
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  padding: 8px 18px;
  letter-spacing: 0.6px;
  line-height: 1em;
}
.btn-primary {
  background-color: #bf0411;
  border-color: #bf0411;
}
.btn-primary:hover {
  background-color: #a20b16;
  border-color: #bf0411;
}

/**** Custom icons ****/
.ico {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "MyWebFont";
}
.ico-user::before {
  content: "\e001";
}
.ico-cart::before {
  content: "\e000";
}
.ico-book::before {
  content: "\e00b";
}
.ico-tool::before {
  content: "\e00d";
}
.ico-curso::before,
.ico-course::before {
  content: "\e007";
}
.ico-blog::before {
  content: "\e00c";
}
.ico-calendar::before {
  content: "\e003";
}
.ico-evento::before,
.ico-event::before {
  content: "\e008";
}
.ico-cata-cena::before,
.ico-tasting::before {
  content: "\e009";
}
.ico-otros::before,
.ico-others::before {
  content: "\e00a";
}
.ico-a::before {
  content: "\e011";
}
.ico-chef::before {
  content: "\e002";
}
.ico-marker::before {
  content: "\e006";
}
.ico-hour::before {
  content: "\e004";
}

.ico-user {
  color: #fff;
  background-color: #bf0411;
  display: inline-block;
  height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 22px;
  font-size: 52px;
  line-height: 42px;
  margin-left: 10px;
  margin-right: 12px;
}
.ico-cart {
  color: #fff;
  display: inline-block;
  font-size: 48px;
}

.tribe-events-thismonth .ico {
  font-size: 36px;
}

/**** Product buttons ****/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce span.button.ps,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 16px;
  margin: 10px 0 0 0;
  line-height: 1.2em;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 10px 20px;
  border-radius: 0;
  left: auto;
  color: #fff !important;
  background-color: #bf0411;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #a20b16;
}

/* Alternative */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #bf0411;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #a20b16;
  color: #fff;
}

.single-product.woocommerce #respond input#submit,
.single-product.woocommerce a.button,
.single-product.woocommerce span.button.ps,
.single-product.woocommerce button.button,
.single-product.woocommerce input.button {
  font-size: 1rem;
  padding: 1.2rem 2.1rem;
}

/**** Header ****/
.header-main {
  z-index: 9;
  position: relative;
}
.header-top {
  background-color: #1a1a1a;
  padding: 32px 0;
}
.header-top .row {
  margin-right: 0;
  margin-left: 0;
}
.header-logo {
  width: 22%;
}
.header-search {
  width: 57%;
  padding: 0 24px 0 50px;
}
.header-actions {
  width: 21%;
}

/**** Main nav ****/
.home .header-nav {
  background-color: #21212199;
}
.header-nav {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.header-nav .navbar .container {
  padding-left: 0;
}
.header-nav .navbar-nav li:first-child .nav-link {
  padding-left: 0;
}
.header-nav > .container {
  max-width: 1322px;
}
@media screen and (min-width: 960px) {
  .link-english {
    position: absolute !important;
    right: 0 !important;
  }
}

/**** Slider home ****/
.slider-home {
  margin-top: -54px;
  overflow: hidden;
}
.home-dispatcher,
.home #main {
  z-index: 9;
  position: relative;
}
.home-dispatcher-row {
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 12px;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 80%, #fbfbfb 100%);
  background: -webkit-linear-gradient(top, #ffffff 80%, #fbfbfb 100%);
  background: linear-gradient(to bottom, #ffffff 80%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
}

/**** Search ****/
.main-search {
  margin-top: 19px;
  padding: 0;
}
.main-search .form-inline input {
  border-radius: 0;
  border: none;
  width: calc(100% - 194px);
  height: 38px;
  padding: 0.375rem 1.2rem;
}
.main-search .btn {
  color: #fff;
  background-color: #bf0411;
  border: none;
  border-radius: 0;
  margin-left: -4px;
  padding: 7px 0.75rem;
  letter-spacing: 0;
  line-height: 1.5em;
}
.main-search .btn .fas {
  color: #fff;
}
.sort-select {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 148px;
  padding-left: 12px;
  border-right: 1px solid #727272;
  background-color: #fff;
}
.sort-select::after {
  content: "";
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  position: absolute;
  right: 13px;
  top: 15px;
  color: #505050;
}
.sort-select select:focus {
  outline: none;
}
.sort-select select {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-radius: 3px;
  box-shadow: none;
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-left: 0px;
  padding: 0 10px 0 4px;
  width: 114px;
  color: #555;
  height: 38px;
  font-size: 18px;
  font-family: "Arsenal";
}
.sort-select option {
  background-color: #ffffff;
  color: #333333;
  padding: 0 10px 0 6px;
  background-repeat: no-repeat;
}

.woocommerce-account #main.container {
  max-width: 1080px;
}
.woocommerce-LostPassword a {
  font-size: 14px;
}

/**** Header actions ****/
.header-actions {
  margin-top: 14px;
  text-align: right;
}
/*
.account-link {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1rem;
	letter-spacing: .4px;
	line-height: 45px;
	font-family: 'Arsenal', sans-serif;
	vertical-align: top;
}
*/

.account-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 45px;
  font-family: "Arsenal", sans-serif;
  vertical-align: top;
  margin-right: 14px;
  background-color: transparent;
  padding: 0 54px 0 0;
  position: relative;
  display: inline-block;
}
.account-link::before {
  color: #fff;
  background-color: #bf0411;
  display: inline-block;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  position: absolute;
  content: "\e001";
  color: #fff;
  text-align: center;
  font-size: 52px;
  line-height: 42px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "MyWebFont";
  right: 0;
}
.account-link::after {
  display: none;
}
.account-link:hover,
.account-link:focus,
.account-link:active {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
.account-link img {
  margin-right: 6px;
  margin-top: -4px;
}
.header-actions > .dropdown {
  display: inline-block;
  vertical-align: top;
}
.header-actions .dropdown-menu {
  right: 0px;
  left: auto !important;
}
.btn-account {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.4px;
  line-height: 40px;
  font-family: "Arsenal", sans-serif;
  padding: 0;
}
.btn-account img {
  margin-right: 6px;
  margin-top: -4px;
}
.cart-link {
  position: relative;
  vertical-align: top;
  line-height: 40px;
  display: inline-block;
  margin-left: 8px;
}
.cart-items {
  color: #fff;
  background-color: #bf0411;
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 12px;
  font-size: 15px;
  position: absolute;
  right: -10px;
  top: -7px;
  line-height: 25px;
}

/**** Home dispatcher ****/
.home #main {
  margin-top: -140px !important;
  padding: 50px 88px;
  width: 1490px;
  max-width: 100%;
  background: transparent url("../img/bg-dispatcher.png") no-repeat center 2px;
  margin-bottom: 200px;
}
.home-dispatcher {
  width: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-dispatcher-item {
  padding: 60px 0 50px 0;
  position: relative;
}
.home-dispatcher-item:last-child {
  border-right: none;
}
.home-dispatcher-item img {
  position: absolute;
  right: 0;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-dispatcher-txt {
  width: 56%;
  padding-left: 34px;
  z-index: 9;
  position: relative;
  font-size: 15px;
}
.home-dispatcher-txt h3 {
  margin-bottom: 10px;
  font-size: 28px;
  margin-top: 0;
}
.home-dispatcher-txt p {
  font-size: 18px;
  line-height: 24px;
  color: rgb(102, 102, 102);
}

/**** Footer newsletter ****/
#newsletter p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 8px;
}
#emailSuscripcion,
#mce-EMAIL {
  border: medium none;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 0;
  padding: 3px 10px;
  width: 64%;
  border-radius: 0;
}
.footer-newsletter {
  overflow: hidden;
  width: 100%;
  background-color: #1a1a1a;
  padding: 22px 0;
  margin-top: 200px;
}
.footer-newsletter-info {
  padding-left: 106px;
}
.footer-newsletter-info::before {
  content: "";
  top: 4px;
  display: inline-block;
  left: 34px;
  position: absolute;
  vertical-align: top;
  background: transparent url("../img/ico-newsletter.png") no-repeat 0 0;
  width: 52px;
  height: 39px;
}
.footer-newsletter h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 2px !important;
  font-family: "Arsenal";
  font-weight: 600;
  margin-top: -2px !important;
}
.footer-newsletter p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.footer-newsletter label {
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  text-align: left;
  margin-left: 22px;
  margin-bottom: 0;
}
.footer-newsletter a:hover {
  text-decoration: none;
}
.footer-newsletter label input {
  margin-right: 6px;
}
.footer-newsletter-form {
  margin-top: 4px;
  text-align: center;
}
.footer-newsletter .btn {
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.6px;
  margin-left: -4px;
  line-height: 1em;
  padding: 11px 20px;
  margin-top: -4px;
}
/*
.footer-newsletter .mc4wp-form {
    float: left;
    padding-left: 10px;
    width: 70%;
}
.footer-newsletter .mc4wp-form .mc4wp-form-fields {
    position: relative;
}
.footer-newsletter .mc4wp-form .mc4wp-form-fields::after {
    -moz-osx-font-smoothing: grayscale;
    color: #cccccc;
    content: "?";
    display: inline-block;
    font: 18px/1 ionicons;
    height: 25px;
    position: absolute;
    right: 0;
    text-align: right;
    text-rendering: auto;
    top: 4px;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    width: 25px;
}
.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="submit"] {
    height: 25px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    z-index: 10;
}
.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
    padding-bottom: 10px;
    width: 100%;
}
.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
    outline: 0 none;
}
.col-right {
    padding-left: 0;
    padding-right: 0;
}
.footer-newsletter label {
    color: #ffffff;
}
.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #464646;
    color: #cccccc;
}
.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
    outline: 0 none;
}
*/

/**** Footer ****/
.footer-main {
  background-color: #e8e8c7;
  padding: 44px 0 0px 0;
}
.footer-main a {
  color: #333;
}
.widget_nav_menu {
  padding-left: 80px;
}
.widget_nav_menu .menu {
  padding-left: 0;
}
.widget_nav_menu .menu-item {
  list-style: none;
}
.widget_nav_menu .h4 {
  margin-bottom: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 16px;
}
.footer-copyright {
  padding: 16px 0;
  border-top: 1px solid #d1d1ac;
  margin-top: 40px;
}
.footer-copyright p {
  margin-bottom: 0;
  font-size: 14px;
}
.footer-social {
  float: right;
  list-style: none;
  margin: 0;
}
.footer-social li {
  display: inline-block;
}
.footer-social a {
  background-color: #bf0411;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  display: inline-block;
  padding: 4px;
  margin-left: 2px;
}
.footer-contact {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.footer-contact li {
  margin-bottom: 10px;
  border: 1px solid #a49f7199;
  padding: 8px 14px;
  border-radius: 3px;
  display: inline-block;
  min-width: 260px;
}
.footer-contact li a {
  font-weight: 600;
}
.footer-contact .fas,
.footer-contact .fa {
  color: #bf0411;
  margin-right: 8px;
  width: 12px;
}

/**** Utils ****/
.separator {
  width: 100%;
  border-top: 2px solid #1a1a1a;
  position: relative;
  text-align: center;
  margin: 20px auto 40px auto;
}
.separator i {
  font-size: 78px;
  color: #1a1a1a;
  margin-top: -42px;
  background-color: #fff;
  padding: 0 40px;
}
.separator-red i {
  color: red;
}

/**** One colunm layout ****/
.woocommerce ul.products.list li.product {
  width: 100%;
  border-bottom: 1px solid #666;
  margin-bottom: 38px;
  padding-bottom: 18px;
}
.woocommerce ul.products li.product .product-list-excerpt {
  display: none;
}
.woocommerce ul.products li.product .product-list-excerpt p {
  font-size: 18px;
  line-height: 1.6em;
}
.woocommerce ul.products.list li.product .product-list-excerpt {
  display: block;
}
.woocommerce ul.products.list li.product .product-img-wrapper {
  float: left;
  margin-right: 30px;
  width: 220px;
}
.woocommerce ul.products.list li.product .product-img-wrapper img {
  height: auto;
}
.woocommerce ul.products.list li.product .woocommerce-loop-product__title {
  height: auto;
  font-size: 24px;
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .woocommerce ul.products.list li.product {
    padding-right: 30%;
  }
  .woocommerce ul.products.list li.product .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products.list[class*="columns-"] li.product,
  .woocommerce-page ul.products.list[class*="columns-"] li.product {
    width: 100%;
  }
  .woocommerce ul.products.list li.product .product-img-wrapper {
    width: 130px;
  }
  button.regalar{
    width:100%;
  }
}

/* Product list header */
.product-list-filters {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
  padding: 8px 0;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none;
}
.woocommerce .woocommerce-result-count {
  font-size: 15px;
  margin: 0;
}
.woocommerce .woocommerce-ordering {
  margin: 0 22px 0 auto;
}
.btn-display {
  background-color: transparent;
  border: none !important;
  color: #999 !important;
  cursor: pointer;
}
.btn-display img {
  filter: grayscale(100%);
}
.btn-display.active img {
  filter: grayscale(0%);
}

.woocommerce-notices-wrapper {
  border-radius: 4px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-radius: 4px;
  padding: 14px 18px 14px 44px;
  margin-bottom: 0;
  border: 1px solid #999;
}

@media screen and (max-width: 768px) {
  .product-list-filters {
    flex-wrap: wrap;
  }
  .woocommerce-result-count {
    width: 100%;
  }
  .woocommerce-ordering,
  .mode-view {
    flex: 1;
  }
}

/**** Product list item ****/
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product span.ps {
  text-decoration: none;
  color: #333;
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
  width: 100%;
  background: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding: 0.6em 1em 0.5em 1em;
}
.woocommerce ul.products li.product .button::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "MyWebFont";
  content: "\e000";
  position: absolute;
  font-size: 24px;
  top: 6px;
  right: 12px;
}
.woocommerce ul.products li.product h2 {
  font-weight: 700;
}
.woocommerce ul.products li.product h3 {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products.books li.product h3 {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  height: 56px;
  overflow: hidden;
}
.woocommerce ul.products li.product .product-author {
  color: #d92121;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 4px;
  font-size: 14px;
  height: 26px;
  overflow: hidden;
}
.woocommerce ul.products li.product .price {
  font-size: 1.1rem;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  font-family: "Aleo", sans-serif;
  letter-spacing: 1px;
}

/* Product covers */
.woocommerce ul.products.books li.product a img {
  height: 390px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}
.woocommerce ul.products li.product .product-img-wrapper img {
  height: 390px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}

/* Product tools */
.woocommerce ul.products.tools li.product h3 {
  height: 76px;
  overflow: hidden;
}
.woocommerce ul.products.tools li.product .price {
  margin-top: 6px;
  color: #666;
}
.woocommerce ul.products.tools li.product a img {
  width: 140px;
  float: left;
}
.woocommerce ul.products.tools li.product {
  border: 1px solid #f3f3f3;
  padding: 20px 20px 0px 5px;
  margin-bottom: 28px;
  background-color: #fff;
}

/* Woocomerce grid gutter */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 50px;
}
.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
  width: 13.8%;
  margin-right: 3.2%;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  width: 32%;
  margin: 0 1.9% 2.992em 0;
}
.woocommerce-page.columns-6 ul.products li.product.last,
.woocommerce.columns-6 ul.products li.product.last,
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0 !important;
}

/**** Courses ****/
.woocommerce ul.products.courses {
  margin-bottom: 0;
}
.woocommerce ul.products.courses li.product h3 {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.2em;
  text-transform: uppercase;
  min-height: 60px;
}
.course-metas {
  border-top: 1px solid #eee;
  margin-top: 38px;
  padding-top: 10px;
}
.course-date {
  color: #d92121;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 4px;
  font-size: 14px;
}
.woocommerce ul.products.courses li.product .see-more {
  color: #fff;
  display: block;
  text-align: center;
  background: #000;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0.6em 1em 0.5em 1em;
  text-transform: uppercase;
  line-height: 1;
}
.woocommerce ul.products.courses li.product a img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 280px;
}

.woocommerce ul.products li.product.product-course a img {
  height: 200px;
}
.woocommerce ul.products li.product.product-course .see-more {
  margin-top: 0;
  width: 100%;
  background: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding: 0.6em 1em 0.5em 1em;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
}

/**** Product single ****/
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 460px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1 !important;
}
.woocommerce div.product {
  margin-top: 36px;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  padding: 11px;
  font-size: 18px;
}
.woocommerce div.product div.images img {
  max-width: 320px;
}
.woocommerce div.product .product_title {
  font-size: 2rem;
  margin-bottom: 6px;
  margin-top: 12px;
  font-family: "Arsenal";
  font-weight: 600;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.product-author {
  color: #999;
}
.sku_wrapper {
  display: none;
}
.woocommerce table.shop_attributes td {
  font-style: normal;
}
.product-related {
  clear: both;
  margin-top: 30px;
}
.woocommerce div.product div.summary h4 {
  margin-bottom: 20px;
  margin-top: 18px;
}
.woocommerce table.shop_attributes td p,
.woocommerce table.shop_attributes th {
  padding: 4px 6px;
  font-size: 14px;
}
.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
  background: transparent;
}

/* Btn buy */
span.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #fff !important;
  display: inline-block;
}
body.home
  > #main
  > div.woocommerce.columns-4
  > ul
  > li
  > span.ljoptimizer
  > img {
  height: 400px;
}
body.home > #main > div > ul > li > span > img {
  height: 400px;
}
body.home > #main > div > ul > li {
  text-align: center;
}
body.home > #main > div:nth-child(7) > ul > li:nth-child(5) {
  margin-left: 2%;
}

.woocommerce .button.alt.single_add_to_cart_button {
  background: #262626;
  font-size: 18px;
  padding: 18px 20px;
  width: calc(100% - 70px);
  letter-spacing: 1px;
  margin: 0 0 4px 0;
  position: relative;
  cursor: pointer;
}
.woocommerce .button.alt.single_add_to_cart_button::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "MyWebFont";
  content: "\e000";
  position: absolute;
  font-size: 32px;
  top: 10px;
  right: 20px;
}
.product-description {
  clear: both;
}

/* Buttom gift */
.give-as-present,
.single-tribe_events button.tribe-button,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn {
  background: #262626;
  font-size: 18px;
  padding: 18px 20px;
  width: 100%;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:hover {
  background-color: #262626;
  padding: 18px 20px;
}
.give-as-present::after,
.single-tribe_events button.tribe-button::after,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "MyWebFont";
  content: "\e000";
  position: absolute;
  font-size: 32px;
  top: 10px;
  right: 20px;
}
.give-as-present,
button.tribe-button.tribe-button-present {
  color: #d92121;
  background-color: transparent;
  border: 3px solid #d92121;
  margin-top: -14px;
  margin-bottom: 26px;
  padding: 16px 20px;
}
.give-as-present::after,
button.tribe-button.tribe-button-present::after {
  content: "\e005";
}

.single-product .woocommerce-notices-wrapper .woocommerce-error,
.single-product .woocommerce-notices-wrapper .woocommerce-info,
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  border: 1px solid #c5c5c5 !important;
  padding: 14px 24px 14px 44px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
  margin-top: -20px;
}
.single-product .woocommerce-notices-wrapper a.button {
  padding: 10px 20px;
  margin: 0;
}

/**** Blog list ****/
.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 1px solid #eaeaea;
  background-color: #fff;
  margin-bottom: 40px;
}
.post_featured {
  width: 50.09%;
  display: inline-block;
  position: relative;
}
.post_featured img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 290px;
}
.post_featured .post-categories {
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  position: absolute;
  left: 14px;
  top: 22px;
}
.post_featured .post-categories a {
  background-color: #ffffff;
  border-radius: 2em;
  padding: 4px 15px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.post_featured .post-categories a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}
.post_featured::before {
  content: "";
  display: block;
  border: 14px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-right-color: #ffffff;
}
.blog-item-content {
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 2em;
  vertical-align: top;
  position: relative;
}
.post_meta_item {
  color: #999;
  font-size: 13px;
  margin-bottom: 7px;
  display: inline-block;
}
.header-meta .updated,
.post_date .updated {
  display: none;
}
.blog-item-title a {
  color: #333;
  font-family: "Arsenal";
  font-weight: 600;
  font-size: 24px;
}
.blog-item-title a:hover {
  text-decoration: none;
}
.blog-item-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 70%;
}

/**** Blog single ****/
.single-post #main.container {
  max-width: 960px;
  margin: 0 auto;
}
.aligncenter {
  margin: 0 auto 40px auto;
}
.header-post {
  margin: 20px 0 40px 0;
  text-align: center;
}
.header-meta {
  text-align: center;
}
.single-post p {
  font-size: 17px;
  line-height: 1.8em;
}
.thumbnail-wrapper {
  margin-bottom: 60px;
}
.thumbnail-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 400px;
}
.single-post h1 {
  font-family: "Arsenal";
  margin-bottom: 12px;
  font-weight: 600;
  text-align: center;
  padding-top: 16px;
  position: relative;
  padding: 16px 80px 0px 80px;
}
.header-meta {
  text-align: center;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.title-separator {
  border-top: 1px solid #d3d3d3;
  margin-bottom: 70px;
  margin-top: -50px;
}

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  font-family: "Arsenal";
  font-weight: 600;
  margin: 3rem 0 1.5rem 0;
  line-height: 1.15;
}

/**** Pagination ****/
.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0;
  margin-top: 20px;
}
.page-item.active .page-link {
  background-color: #222325;
  border-color: #222325;
}
.page-link {
  color: #222325;
  padding: 0.6rem 1rem;
}
.page-link i {
  margin: 0 4px;
  font-size: 14px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 16px;
}

/**** Cart ****/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  padding: 26px 24px 20px 24px;
  background-color: #fff;
}
.woocommerce table.shop_table {
  background-color: #fff;
  border: none;
}
.woocommerce table.shop_table.cart {
  background-color: transparent;
  border: none;
  margin-top: 16px;
}
.woocommerce table.shop_table.cart th {
  border-bottom: 3px solid #000;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: auto;
  float: left;
  margin-right: 20px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 52px;
}
.product-name,
.product-name a {
  color: #333;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce a.remove {
  display: inline-block;
  color: #337ab7 !important;
  font-size: 13px;
  text-align: left;
  text-decoration: underline;
  font-weight: 400;
}
.woocommerce a.remove:hover,
.woocommerce a.remove:focus {
  color: #337ab7 !important;
  background: transparent;
  text-decoration: none;
}
.woocommerce table.shop_table td {
  padding: 26px 12px;
}
.woocommerce table.shop_table td.actions {
  padding-top: 46px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}
.shop_table .actions button.button {
  padding: 9px 20px !important;
  margin: 0 !important;
}
.woocommerce .cart_totals .shop_table td {
  padding: 10px 0;
  text-align: right;
}
.woocommerce .cart_totals .shop_table .order-total td {
  font-size: 24px;
}
.woocommerce .cart_totals .shop_table td .woocommerce-shipping-destination {
  text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 10px 2px;
}
.woocommerce-shipping-destination-wrapper {
  border: none !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 12px;
}
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
  background-color: #a20b16;
}

.woocommerce-cart .woocommerce ul.products li.product .button {
  font-size: 16px;
}
.woocommerce-cart .woocommerce ul.products li.product .button::after {
  font-size: 22px;
}
.ywgc_have_code {
  margin: 10px 0;
  padding: 4px 4px 4px 17px;
  border: none;
  box-shadow: none;
}
.ywgc_have_code::before {
  content: "\e016";
  padding-right: 10px;
  color: #f3a867;
  font-family: WooCommerce;
  font-size: 15px;
}

.woocommerce-shipping-totals.shipping th {
  display: none;
}
.woocommerce-shipping-totals.shipping td {
  width: 100%;
  text-align: left !important;
}

/**** Checkout ****/
.woocommerce-input-wrapper {
  width: 100%;
}
.checkout.woocommerce-checkout .row {
  margin-right: -25px;
  margin-left: -25px;
}
.checkout.woocommerce-checkout .row .col-md-6 {
  padding-right: 25px;
  padding-left: 25px;
}
.woocommerce-checkout #payment {
  background: #fff;
}
.woocommerce-checkout #payment {
  padding: 10px;
}
.woocommerce table.shop_table {
  padding: 12px;
}
#ship-to-different-address {
  font-size: 18px;
  margin-top: 20px;
}
.woocommerce-shipping-methods li {
  font-size: 16px !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  padding: 16px 0;
  font-size: 17px;
  margin-top: 20px;
}
.mc4wp-checkbox-woocommerce [type="checkbox"] {
  margin-right: 10px;
}
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  font-size: 15px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  margin-bottom: 0;
}

/* Warnings */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 4px;
  padding: 14px 54px 14px 44px;
  border: none !important;
  background-color: #fff;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  text-decoration: underline;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  content: "\e016";
  top: 50%;
  left: 18px;
  margin-top: -12px;
}
.woocommerce-info::before,
.woocommerce-message::before {
  content: "\e016";
  color: #f3a867;
}
.woocommerce-error::before {
  color: red;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
  padding: 4px 4px 4px 44px;
  margin-bottom: 10px;
}

/**** Forms ****/
.select2-container .select2-selection--single {
  height: 42px;
  border: 1px solid #ced4da;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
  right: 8px;
}
fieldset {
  margin-bottom: 30px;
}

/**** My account ****/
.woocommerce-MyAccount-navigation {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}
.woocommerce table.my_account_orders {
  font-size: inherit;
  padding: 20px;
}
.woocommerce-Address {
  padding: 10px;
}
.woocommerce-Address-wrapper {
  background-color: #fff;
  padding: 28px;
}
.woocommerce-Address-title h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 28px;
  background: #fff;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-address-fields__field-wrapper {
  margin-bottom: 40px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 28px;
  background-color: #fff !important;
  min-height: 350px;
  border-radius: 4px;
}
.woocommerce form.checkout_coupon {
  border: none !important;
}
#rememberme {
  margin-left: 10px;
}
.wc-bacs-bank-details,
.woocommerce-order-overview {
  padding: 30px 30px 24px 30px;
  border: 1px solid #eeee;
}
.woocommerce-order-received table.shop_table td {
  padding: 14px 12px;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-size: 20px;
}

/**** Categories ****/
.widget_categories ul {
  padding-left: 0;
}
.sidebar h2 {
  margin-top: 0;
  font-size: 20px;
  font-family: "Arsenal";
  font-weight: 600;
  padding-left: 3px;
  margin-bottom: 12px;
}

/* Sidebar navigation */
.widget_categories .cat-item {
  list-style: none;
}
.widget_categories .cat-item a {
  padding: 8px 4px;
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
  width: 90%;
  font-weight: 500;
  font-size: 14px;
}
.widget_categories .cat-item.current-cat a,
.widget_categories .cat-item a:hover {
  color: #bf0411;
  text-decoration: none;
}
.widget_categories .cat-item.is-active a {
  color: #bf0411;
}

.blog-list .blog-item-header {
  width: 84%;
}
.blog-list .post-categories {
  padding-left: 0;
  margin-left: -4px;
  margin-top: 17px;
}
.post-categories a {
  background-color: #f3f3f3;
  border-radius: 2em;
  padding: 4px 15px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.post-categories a:hover {
  text-decoration: none;
  background-color: #f9f9f9;
}

/**** Header featured ****/
.header-featured {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 150px;
  position: relative;
}

/* Header featured gift */
.page-template-page-gifts #main {
  margin-top: -140px !important;
  padding: 50px 88px;
  width: 1490px;
  max-width: 100%;
  background: transparent url("../img/bg-dispatcher.png") no-repeat center 2px;
  margin-bottom: 200px;
  z-index: 1;
  position: relative;
}
.page-template-page-gifts #main #content {
  margin-right: -15px;
  margin-left: -15px;
  background: #fff;
  padding: 40px 30px 30px 30px;
}
.page-template-page-gifts .header-featured {
  background-color: #f2edc7;
  background-size: auto;
  background-position: center 30%;
}

/* Blog list */
.blog #main {
  margin-top: -140px !important;
  padding: 50px 88px;
  width: 1490px;
  max-width: 100%;
  background: transparent url("../img/bg-dispatcher.png") no-repeat center 2px;
  margin-bottom: 200px;
  z-index: 9;
  position: relative;
}
.blog-item-featured {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 680px;
  position: relative;
}
.blog-item-featured-content {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 30%;
}
.blog-item-featured:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.01) 1%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.01) 1%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.01) 1%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  opacity: 1;
}
.blog-item-featured .blog-item-title a {
  color: #fff;
  font-size: 46px;
}
.blog-item.blog-item-featured {
  text-align: left;
  border: none;
}
.blog-item-featured .post_meta_item {
  color: #fff;
  font-size: 14px;
}
.blog-item-featured .post-categories {
  padding: 0;
}
.blog-item-featured .post-categories a {
  background-color: #0009;
  margin-top: 14px;
}
.blog-list {
  margin-right: -15px;
  margin-left: -15px;
  background: #fff;
  padding: 40px 30px 30px 30px;
}

/**** Events ****/
.tribe-events-calendar thead th {
  background-color: #222325;
  border-left: 1px solid #222325;
  border-right: 1px solid #222325;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0;
  font-weight: 300;
}
#tribe-bar-form {
  background: #fff;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background-color: #bf0411;
}
#tribe-bar-views-label {
  display: none !important;
}
.tribe-bar-views-inner {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 2px solid rgb(217, 217, 217);
}
.tribe-events-list-separator-month span {
  background-color: #f7f7f7;
}
.tribe-events-month-event-title a {
  text-transform: uppercase;
}
.tribe-events-tickets .woocommerce.add-to-cart {
  padding: 0;
  text-align: right;
  display: block;
}
.tribe-button,
a.tribe-button,
button.tribe-button,
input.tribe-button {
  border-radius: 0;
  background-color: #bf0411;
  border: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 20px;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  display: inline-block;
  font-family: "Arsenal";
  font-size: 25px;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  line-height: 36px;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar
  td.tribe-events-present
  div[id*="tribe-events-daynum-"]
  > a {
  color: #fff;
  display: block;
  text-align: center;
  background: #262626;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0.6em 1em 0.5em 1em;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  border-radius: 0;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown, 
.tribe-events .tribe-events-c-subscribe-dropdown {
  margin-left: initial !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border {
  width: 100% !important;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #262626;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 0.6em 1em 0.5em 1em;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  font-family: "Aleo", sans-serif;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #262626;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
  text-transform: uppercase;
  outline: none !important;
}

.tribe-common .tribe-common-h--alt {
  font-weight: var(--tec-font-weight-bold);
  font-size: var(--tec-font-size-2);
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-family: inherit;
}

.tribe-events-ical {
  min-width: 360px !important;
}
.tribe-events-has-events .entry-title.summary {
  margin-bottom: 0px;
  color: #333;
  font-size: 1.4rem;
}
.tribe-common .tribe-common-h7 {
  font-size: 1.4rem;
  line-height: 1.2em;
}
.tribe-common .tribe-events-calendar-month__calendar-event-tooltip p {
  font-family: "Aleo", sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}
.tribe-events-calendar .tribe-events-tooltip {
  padding: 20px 20px 10px 20px;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  text-align: right;
  font-size: 18px;
}
.tribe-bar-search-filter,
.tribe-bar-date-filter {
  border: 2px solid rgb(217, 217, 217);
  padding: 0 5px;

  margin-right: 1%;
}
#tribe-bar-form label {
  display: inline-block;
  font-family: "Arsenal";
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
  border-right: 2px solid rgb(217, 217, 217);
  padding-right: 10px;
  margin: 0;
  line-height: 32px;
  padding-left: 6px;
}
#tribe-bar-form input[type="text"] {
  display: inline-block;
  border-bottom: none;
  font-family: "Arsenal";
  font-size: 27px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 8px;
}
#tribe-bar-views-toggle:focus,
#tribe-bar-views-toggle:hover {
  background: #fff;
}

#tribe-bar-filters-wrap {
  width: 64% !important;
}
.tribe-bar-submit {
  margin-left: 0;
  padding: 0;
  width: 12%;
}
.tribe-events-page-title {
  font-size: 28px;
  margin-bottom: 34px !important;
  margin-top: 34px !important;
  font-weight: 700 !important;
}
.tribe-bar-search-filter,
.tribe-bar-date-filter {
}
.tribe-bar-views {
  width: 130px !important;
}
.tribe-bar-date-filter input {
  width: 140px !important;
}
.tribe-bar-category {
  display: flex;
  align-self: stretch;
}
.tribe-bar-category select,
.tribe-bar-venue select {
  border-right: 1px solid var(--tec-color-border-events-bar);
}
.tribe-bar-category .form-control {
  height: auto;
  border: none;
  cursor: pointer;
  font-family: 'Arsenal' !important;  font-family: 'Arsenal' !important;
  border-right: 1px solid rgb(217, 217, 217);
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 12px;
}
.tribe-bar-category .form-control:focus {
  box-shadow: none;
}
.tribe-bar-category .sort-select {
  border: 2px solid rgb(217, 217, 217);
  width: 100%;
  padding-left: 0px;
}
.tribe-bar-category .sort-select::after {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px dashed;
  right: 11px;
  top: 14px;
  color: #333;
}
.tribe-bar-category .sort-select select {
  padding-left: 0.4rem;
  width: 90%;
  font-size: 20px;
  height: 33px;
}
#tribe-bar-views-toggle {
  line-height: 20px;
  padding: 8px 15px 4px 10px;
  font-family: "Arsenal";
  font-size: 20px;
}
.tribe-icon-list {
  vertical-align: top;
}
#tribe-bar-form input[type="text"]:focus {
  outline: none;
}
#tribe-bar-views-toggle::after {
  border-width: 6px;
  right: 11px;
  top: 13px;
}
.tribe-bar-views-open #tribe-bar-views-toggle::after {
  top: 6px;
}
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 14px;
}
.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
  font-size: 1.2em;
}
.tribe-events-description {
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 2em;
}
.tribe-events-description a {
  color: #d92121 !important;
}

.tribe-events-description * {
  margin: revert !important;
  padding: revert !important;
  list-style: revert !important;
}



@media screen and (max-width: 1280px) {
  #tribe-bar-filters-wrap {
    width: 60% !important;
  }
  #tribe-bar-views-toggle,
  #tribe-bar-form label,
  #tribe-bar-form input[type="text"],
  #tribe-bar-form .tribe-bar-submit input[type="submit"],
  .tribe-bar-category .sort-select select {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .tribe-bar-date-filter input {
    width: 104px !important;
    margin: 0 !important;
  }
  #tribe-bar-form input[type="text"] {
    width: 150px;
  }
  .tribe-bar-category {
    width: 226px;
  }
}
@media screen and (max-width: 992px) {
  #tribe-bar-filters-wrap {
    width: 100% !important;
  }
  #tribe-bar-form .tribe-bar-filters-inner {
    padding: 20px;
    background-color: #fff;
  }
  .tribe-bar-date-filter,
  .tribe-bar-search-filter {
    margin-bottom: 16px;
  }
  #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
    padding: 0;
  }
  .tribe-bar-views {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px) !important;
  }
  .tribe-events .tribe-events-c-search__input-control {
    position: inherit;
  }
  .tribe-events .tribe-events-c-search__input-control-icon-svg {
    top: 40%;
  }
  .tribe-bar-venue, .tribe-bar-category {
    width: calc(50% - 8px);
    float: left;
    border: 1px solid rgb(217, 217, 217) !important;
    margin: 0 4px 10px 4px !important;
  }
  .tribe-bar-venue select, .tribe-bar-category select{
    border: none !important;
  }
  .tribe-bar-category .form-control {
    border: none;
  }
  .tribe-bar-category .sort-select select {
    height: 40px;
  }
  #tribe-bar-views .tribe-bar-views-list {
    width: 49%;
  }
  button.regalar{
    width:84% !important;
  }
}

@media screen and (max-width: 480px) {
  .tribe-bar-views,
  .tribe-bar-category {
    width: 100% !important;
    margin-left: 0;
  }
}

.tribe-bar-venue {
  display: flex;
  align-self: stretch;
}
.tribe-bar-venue .form-control {
  height: auto;
  border: none;
  cursor: pointer;
  font-family: 'Arsenal' !important;
  border-right: 1px solid rgb(217, 217, 217);
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 12px;
}
.tribe-bar-venue .form-control:focus {
  box-shadow: none;
}
.courses-legend {
  padding: 20px 0 !important;
  text-align: center;
  background-color: rgb(217, 217, 217);
  margin-bottom: 40px !important;
}
.courses-legend ul {
  padding: 0;
  margin: 0;
}
.courses-legend ul li {
  padding: 0 30px;
  text-align: center;
  display: inline-block;
  color: rgb(74, 70, 69);
}
.courses-legend ul li .ico {
  font-size: 52px;
}
.courses-legend ul li span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Arsenal";
}

/* Single event */
.single-tribe_events .tribe-events-single-event-title {
  font-size: 28px;
  margin-top: 4px;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.1em;
}
.tribe-events-schedule {
  margin: 8px 0 30px 0;
}
.tribe-events-schedule h2 {
  margin-top: 0;
  color: #666;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  vertical-align: baseline;
  color: #666;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost::before {
  content: "- Precio:";
  padding-left: 2px;
}
.tribe-events-single-event-description h2 {
  font-size: 1.6rem;
  margin-bottom: 18px;
  margin-top: 28px;
}
.tribe-events-tickets .tickets_price {
  font-style: normal;
}
.single-tribe_events #tribe-events-footer {
  border-top: none;
}
.tribe-events-cost {
  font-size: 24px;
}
.single-tribe_events #tribe-events-content form.cart {
  margin: 0 0 6px;
}
.tribe-events-single .accordion {
  margin-top: 30px;
}
.tribe-events-single .type-tribe_events .col-lg-6 {
  padding-right: 25px;
  padding-left: 25px;
}
.tribe-events-single .type-tribe_events .row {
  margin-right: -25px;
  margin-left: -25px;
}
.tribe_event_intro-metas {
}
.tribe-chef {
  font-size: 18px;
  margin-bottom: 30px;
  color: #d92121;
}
.tribe-chef i {
  color: #262626;
  margin-right: 8px;
}
.tribe-date,
.tribe-hour,
.tribe-location {
  font-size: 20px;
  margin-bottom: 8px;
}
.tribe-date i,
.tribe-hour i,
.tribe-location i {
  margin-right: 8px;
}
.tribe-date,
.tribe-date i {
  color: #d92121;
}
.tribe-location .tribe-location-link {
  font-size: 14px;
  padding-left: 6px;
}
.tribe-events-tickets .button.alt.single_add_to_cart_button {
  width: 100%;
}
.tribe-events-tickets tr {
  display: block;
}
/*
.tribe-events-tickets tr.tribe-tickets-form-row {
    width: 90px !important;
    overflow: hidden;
    float: left;
	border: none;
}
*/

.md-accordion {
  border-top: 1px solid rgb(2, 2, 2);
}
.md-accordion .card {
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: rgb(102, 102, 102);
}
.md-accordion .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgb(2, 2, 2);
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.md-accordion .card-header h5 {
  font-size: 18px;
  text-transform: uppercase !important;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.md-accordion .card .fa-angle-down {
  float: right;
  color: rgb(74, 70, 69);
}

.tribe-events-single-event-description h2 {
  color: #333;
}
.tribe-events-single-event-description h3 {
  color: #333;
  font-size: 22px;
  line-height: 1.4em;
}
.tribe-events-single-event-description h4 {
  color: #333;
  font-size: 20px;
  line-height: 1.4em;
}

/* Events loop */
.events-list .tribe-events-loop {
  max-width: 100%;
}
.events-list .tribe-events-loop .col-lg-4 {
  padding-right: 15px;
  padding-left: 15px;
}
.events-list .tribe-events-loop .type-tribe_events {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  width: 100%;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  margin-bottom: 20px;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image img {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.tribe-events-list .tribe-events-loop .tribe-events-list-event-title  {
  font-weight: 600;
}
.tribe-events-list-event-title a {
  font-size: 20px;
  color: rgb(20, 20, 20);
}
.tribe-events-loop .tribe-events-event-meta {
  font-size: 16px;
  color: #bf0411;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin: 5px 0 15px;
}
.tribe-events-loop .tribe-events-event-cost {
  display: flex;
  align-items: center;
  float: none;
  margin: 0 0 15px;
}
.tribe-events-loop .tribe-events-event-cost span {
  font-weight: normal !important;
  font-size: 18px !important;
  border: none;
  font-weight: 700;
  padding: 0;
}
.tribe-events-loop .see-more {
  color: #fff !important;
  display: block;
  text-align: center;
  background: #000;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0.6em 1em 0.5em 1em;
  text-transform: uppercase;
  line-height: 1;
}

/* Hakcs event*/
.tribe-tickets-form-row,
.tribe-events-tickets-title,
.tribe-link-view-attendee {
  /* 	display: none !important; */
}

.tribe-events-tickets .tickets_name,
.tribe-events-tickets .tickets_price,
.tribe-events-tickets .tickets_description,
.tribe-events-tickets-title {
  /* display: none !important; */
}

.yith-par-message {
  margin-bottom: 10px;
}

.navbar-nav .dropdown-menu {
  top: 113%;
  left: 16px;
  border: 1px solid #eee;
  border-radius: 0;
}

/**** Footer buttons ****/
.footer-top > div {
  text-align: center;
}
.btn-footer {
  border: 1px solid #333;
  text-align: center;
  text-transform: uppercase;
  width: 88%;
  display: inline-block;
  padding: 8px 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Arsenal";
  margin-bottom: 30px;
}
.btn-footer:hover {
  text-decoration: none;
}

/* Gift cards */
.ywgc-preview {
  background-color: #f2edc7;
  border: none;
}
.gift-card-item {
  background-color: #f2edc7;
  text-align: center;
  padding: 28px 0 6px 0;
  margin-bottom: 20px;
}
.gift-card-item h3 {
  color: #fff;
  padding: 22px 30px;
  margin-top: 40px;
  background-color: #d92121;
  font-size: 22px;
  line-height: 1.2em;
}
.gift-values h3 {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 24px;
  position: relative;
  padding-top: 90px;
}
.gift-values h3:before {
  content: "";
  width: 75px;
  height: 75px;
  background: transparent url("../img/gift-1.png") no-repeat center center;
  background-size: 88%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -38px;
}
.gift-values p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: rgb(103, 102, 102);
}
.gift_card_template_button {
  text-align: center !important;
}
.gift_card_template_button .quantity {
  display: none;
}
.gift_card_add_to_cart_button {
  margin: 0 auto !important;
  text-align: center !important;
  float: none !important;
}
.gift-cards_form {
  margin-bottom: 0 !important;
}
.gift-cards-list button.ywgc-predefined-amount-button.selected_button {
  display: inline-block !important;
}
/* Single card */
.product-type-gift-card .ywgc-preview {
  max-width: 100%;
}
.woocommerce #content div.product.product-type-gift-card div.summary {
  float: none;
  width: 100%;
  clear: none;
  margin: 0 auto;
  max-width: 660px;
  padding: 40px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.05);
}
.ywgc-preview {
  padding: 4px 0 0 0px;
}
.ywgc-card-values {
  color: #fff;
  padding: 10px 0;
  margin-top: 40px;
  background-color: #d92121;
}
.ywgc-recipient {
  max-width: 100%;
}
.ywgc-single-recipient .yith_wc_gift_card_input_recipient_details {
  margin-bottom: 10px;
}
.ywgc-card-message {
  padding: 20px;
}
.woocommerce div.product.product-type-gift-card p.price {
  display: none;
}
.gift-card-content-editor {
  margin-top: 20px;
}
.ywgc-card-amount:before {
  content: "Tarjeta regalo";
}
.ywgc-card-amount {
  width: 100% !important;
  float: none !important;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  margin-top: 0px;
  background-color: #d92121;
}
.ywgc-card-code {
  color: #626262;
}
.ywgc-main-image {
  max-width: 100%;
  height: auto;
  margin: 28px auto 0 auto;
  display: block;
}
.ywgc-card-code {
  border-top: 1px solid #dac785;
  border-bottom: 1px solid #dac785;
}

/**** Page corporative ****/
.header-corporative {
  text-align: center;
}
.header-corporative i {
  line-height: 68px;
  border: none;
  margin: 0 auto 16px auto;
}
.header-corporative img {
  margin-bottom: 40px;
}
.page-template-page-corporative #content {
  max-width: 780px;
  margin: 0 auto;
}
.wp-block-image figcaption {
  font-size: 14px;
  font-family: "Arsenal";
}
.wp-block-image {
  margin-top: 30px;
}

/**** Gallery ****/
.envira-gallery-captioned-text,
.envira-gallery-wrap .envira-album-title {
  text-align: left !important;
  margin: 12px 0 5px 0 !important;
  font-size: 22px !important;
  font-family: "Arsenal" !important;
  font-weight: 600 !important;
}
.envira-gallery-captioned-text {
  height: 50px !important;
}
.envira-gallery-wrap .envira-album-image-count {
  text-align: left !important;
  color: #bf0411 !important;
  font-size: 17px !important;
}
.envirabox-navigation a:hover {
  text-decoration: none;
}

.envira-gallery-wrap {
  padding-bottom: 50px !important;
}
.envira-gallery-item {
  margin-bottom: 20px;
}
.envira-gallery-link .envira-lazy {
  height: 240px !important;
  padding-bottom: 0 !important;
}
.envira-gallery-link .envira-lazy img {
  height: 240px !important;
  object-fit: cover !important;
}

.gallery-highlighted .envira-lazy {
  height: 600px !important;
}
.gallery-highlighted .envira-lazy img {
  height: 600px !important;
  object-fit: cover !important;
}

/**** Envira filters ****/
.envira-tags-filter-list li.envira-tags-filter,
.envira-tags-filter-list li.envira-tag-filter {
  float: none !important;
  display: inline-block;
}
.envira-tags-filter-list {
  display: inline-block;
  width: 100% !important;
  text-align: center;
  padding: 10px 0;
  margin: 0px 0 28px 0 !important;
}
.envira-tags-filter-link {
  font-size: 18px !important;
  color: #333 !important;
}
.envira-tags-filter-active,
.envira-tags-filter-link:hover {
  color: #d92121 !important;
}

/**** Page team ****/
.page-team-content {
  max-width: 1000px;
  margin: 0 auto;
}
.team-item {
  padding: 26px 0;
  border-bottom: 1px solid #000;
}
.team-content p {
  font-size: 18px;
}
.team-content h4 {
  color: #bf0411;
  margin-bottom: 12px;
  font-size: 26px;
}
.team-img {
  margin-top: 6px;
}

/**** Page Advisory ****/
.section-advisory > article {
  border-bottom: 1px solid #333;
}
.content-advisory {
  max-width: 760px;
  margin: -20px auto 30px auto;
}
.advisory-list {
  margin-top: 40px;
}
.advisory-item {
  /* 	background-color: #bf0411; */
  background-color: #f3edc9;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.advisory-img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.advisory-img img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.1;
}
.advisory-item:hover .advisory-img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.advisory-item h4 {
  color: #bf0411;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
}
.advisory-form {
  border-top: 1px solid #333;
  padding-top: 40px;
  margin-top: 40px;
}
.advisory-form-content {
  max-width: 520px;
  margin: 0 auto;
}
.advisory-form-content .wpcf7-form-control {
  width: 520px;
}
.advisory-form-content .wpcf7-submit {
  width: auto;
}
.advisory-form-content textarea.form-control {
  height: 140px;
}

/* Lightbox page */
.page-lightbox body {
  background-color: #1a1a1a;
}
.page-lightbox .container {
  padding: 50px;
}
.page-lightbox p,
.page-lightbox h1,
.page-lightbox h2,
.page-lightbox h3,
.page-lightbox h4,
.page-lightbox h5,
.page-lightbox h6 {
  color: #fff;
  text-align: center;
}
.page-lightbox .social-sharing {
  text-align: center;
  margin-top: 60px;
}

/* Lity */
.lity {
  background: rgba(0, 0, 0, 0.8);
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  max-width: 1200px;
}
.lity-iframe-container {
  height: 90vh;
  padding-top: 0;
}

@media only screen and (max-width: 992px) {
  .envira-gallery-item {
    width: 50% !important;
  }
  .envira-gallery-link .envira-lazy,
  .envira-gallery-link .envira-lazy img {
    height: 180px !important;
  }
  .gallery-highlighted .envira-gallery-item {
    width: 100% !important;
  }
  .gallery-highlighted .envira-lazy,
  .gallery-highlighted .envira-lazy img {
    height: 400px !important;
  }
}
@media only screen and (max-width: 600px) {
  .envira-gallery-item {
    width: 100% !important;
  }
  .gallery-highlighted .envira-lazy,
  .gallery-highlighted .envira-lazy img {
    height: 200px !important;
  }
}

.post-footer {
  text-align: center;
  padding: 14px 0;
}
.post-footer img {
  max-width: 166px;
}

/**** hack 4th item product margin ****/
.woocommerce ul.products li.product:nth-child(4n),
.woocommerce-page ul.products li.product:nth-child(4n) {
  margin-right: 0 !important;
}

/**** Responsive ****/
.home-wrapper {
  padding: 0 24px;
}
.header-search-mobile {
  display: none;
}
.navbar-toggler {
  display: none;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1490px) {
  .home #main {
    background: none;
  }
}
@media screen and (max-width: 1280px) {
  .header-search {
    width: 55%;
  }
  .header-actions {
    width: 22%;
  }
  .account-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .header-top {
    padding: 28px 0;
  }
  .main-search {
    margin-top: 3px;
  }
  .home-dispatcher-item {
    padding: 44px 0 50px 0;
  }
  .home-dispatcher-txt {
    width: 68%;
    padding-left: 28px;
  }
  .home-dispatcher-txt h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .home-dispatcher-item img {
    width: 102px;
    top: 50%;
  }
  .header-actions {
    margin-top: 0;
  }
  .account-link span {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header-top {
    padding: 12px 0 0px 0;
    height: 62px;
  }
  .ico-cart {
    font-size: 32px;
  }
  .header-search {
    display: none;
  }
  .header-search-mobile {
    display: block;
  }
  .main-search {
    margin-top: 0px !important;
    background-color: #fff;
  }
  .main-search .btn {
    padding: 0;
    line-height: 2.5em;
    width: 42px;
    margin: 0 !important;
  }
  #searchform {
    padding-top: 0 !important;
  }
  .header-logo,
  .header-actions {
    position: absolute;
    margin-top: 0;
    width: auto;
  }
  .header-actions {
    right: 26px;
    margin-top: 3px;
  }
  .header-logo {
    width: 140px;
    left: 50%;
    margin-left: -70px;
  }
  .navbar-toggler {
    display: block;
    position: absolute;
    left: 12px;
  }
  .cart-items {
    height: 20px;
    width: 20px;
    font-size: 13px;
    right: -6px;
    top: -7px;
    line-height: 20px;
  }

  /* Main navigation */
  .header-nav .navbar {
    padding: 0;
  }
  .header-nav .navbar-nav li:first-child .nav-link {
    padding-left: 1rem;
  }
  .navbar-nav {
    padding-top: 20px;
    padding-bottom: 26px;
  }
  .header-nav {
    box-shadow: none;
    border-top: 1px solid #333;
  }
  .home .header-nav .navbar-nav .nav-link {
    color: #333;
  }

  /* Products */
  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
    clear: none;
  }
  .woocommerce ul.products li.last,
  .woocommerce-page ul.products li.last {
    margin-right: 2.8%;
  }
  .woocommerce ul.products.columns-6 li.product,
  .woocommerce-page ul.products.columns-6 li.product {
    width: 30%;
  }
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: 47%;
  }

  /* Courses */
  .woocommerce-page.columns-3 ul.products.courses li.product,
  .woocommerce.columns-3 ul.products.courses li.product {
    width: 47%;
  }

  .home .header-nav {
    background-color: #efefef;
  }

  /* Home dispatcher */
  .home-dispatcher {
    display: block;
  }
  .home-dispatcher-item {
    width: 100%;
    border-right: none;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
  }
  .home-dispatcher-txt {
    width: 72%;
  }
  .home-dispatcher-txt h3 {
    margin-bottom: 10px;
  }

  /* Newsletter */
  .footer-newsletter-form {
    margin-top: 20px;
  }
  #emailSuscripcion,
  #mce-EMAIL {
    width: calc(100% - 170px);
  }

  .widget_nav_menu {
    padding-left: 0;
  }

  .slider-home {
    margin-top: 0px;
  }
  .home #main {
    margin-top: 0px !important;
    padding: 0px 10px 50px 10px;
  }

  .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    border-left: none;
    padding-left: 0px;
    min-height: 400px;
  }

  /* 	Gutemberg columns */
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-column {
    flex-basis: 50%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px;
  }

  .account-link::before {
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 36px;
  }
  .account-link {
    color: #fff;
    margin-right: 0;
    margin-top: -2px;
  }
}

@media screen and (max-width: 768px) {
  /* Products */
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 46%;
  }
  /* Courses */
  .woocommerce-page.columns-3 ul.products.courses li.product,
  .woocommerce.columns-3 ul.products.courses li.product {
    width: 100%;
  }

  /* Footer */
  .footer-contact {
    margin-bottom: 20px;
  }
  .footer-contact li {
    width: 100%;
    text-align: center;
  }
  .widget_nav_menu {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-contact {
    margin-top: 0;
  }
  .footer-copyright {
    margin-top: 0px;
    border: none;
    padding-bottom: 40px;
  }
  .footer-social {
    float: none;
    margin: 20px 0 0 0;
    text-align: center;
    padding-left: 0;
  }

  /* 	Gutemberg columns */
  .wp-block-column {
    flex-basis: 100%;
  }
  .sort-select select {
    font-size: 16px;
  }
  .sort-select {
    width: 114px;
  }
  .main-search .form-inline input {
    width: calc(100% - 160px);
  }
  .woocommerce .woocommerce-result-count {
    display: none;
  }
  .mode-view {
    text-align: right;
  }

  .blog-item-featured-content {
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0 10%;
  }
  .blog-item-featured .blog-item-title {
    line-height: 1.3em;
  }
  .blog-item-featured .blog-item-title a {
    font-size: 30px;
  }
  .blog-item-featured {
    min-height: 40vh;
  }
  .courses-legend {
    padding: 10px 0;
    margin-bottom: 18px;
  }
  .courses-legend ul li {
    padding: 0 10px;
  }
  .courses-legend ul li .ico {
    font-size: 32px;
  }
  .courses-legend ul li span {
    font-size: 14px;
  }

  .woocommerce table.shop_table td {
    padding: 6px 12px;
    border-top: none !important;
  }
  .product-name::before {
    display: none;
  }
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td.product-name,
  .woocommerce-page table.shop_table_responsive tr td.product-name {
    text-align: left !important;
    padding-top: 20px;
  }
  .woocommerce .quantity .qty {
    width: 70px;
    padding: 4px 12px;
  }
  .woocommerce table.shop_table_responsive tr td.product-subtotal,
  .woocommerce-page table.shop_table_responsive tr td.product-subtotal {
    padding-bottom: 20px;
  }

  .page-template-page-gifts #main {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  /* Tools */
  .woocommerce-page.columns-3 ul.products.tools li.product,
  .woocommerce.columns-3 ul.products.tools li.product {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #main {
    margin-top: 10px !important;
  }
  .woocommerce .woocommerce-breadcrumb {
    margin: 0 0 0px;
  }
  h1 {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
  }
  h2 {
    font-size: 26px;
  }
  .main-search .form-inline input {
    width: calc(100% - 156px);
  }
}
@media screen and (max-width: 480px) {
  /* Products */
  .woocommerce ul.products li.product {
    max-width: 260px;
  }
  .woocommerce ul.products.list li.product {
    max-width: 100%;
  }
  .woocommerce ul.products.list li.product .product-img-wrapper {
    margin-right: 16px;
  }
  .woocommerce ul.products.list li.product .woocommerce-loop-product__title {
    font-size: 20px;
  }
  .woocommerce ul.products li.product .product-list-excerpt p {
    line-height: 1.6em;
    font-size: 15px;
  }
  .woocommerce ul.products.list li.product .product-img-wrapper {
    width: 90px;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
  .woocommerce ul.products.courses li.product,
  .woocommerce ul.products.tools li.product {
    max-width: 100%;
    float: left !important;
  }
  .woocommerce ul.products li.product .product-img-wrapper img {
    height: auto;
  }

  .form-control {
    font-size: 14px;
    padding-left: 5px;
  }

  .blog-item {
    display: block;
  }
  .post_featured {
    width: 100%;
  }
  .post_featured img {
    height: 180px;
  }
  .blog-item-content {
    width: 100%;
    padding: 20px 2em;
  }
  .blog-item-header {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    width: 100%;
  }
  .blog-item-title {
    line-height: 1.1em;
  }
  .blog-item-title a {
    font-size: 20px;
  }
  .blog #main {
    padding: 50px 0;
  }
  .blog-list .blog-item-header {
    width: 100%;
  }
  .post_featured::before {
    display: none;
  }

  .navbar-toggler {
    left: 2px;
  }
  .header-actions {
    right: 16px;
  }
}

/**
 * Modificación del calendario para los enlaces tipo <span>
 */

ul.tribe-events-sub-nav span,
ul.tribe-events-sub-nav span,
.tribe-events .tribe-events-c-nav__next, 
.tribe-events .tribe-events-c-nav__prev {
  color: #d92121 !important;
  font-weight: 700;
}
.tribe-common .tribe-events-c-nav__list .tribe-common-c-svgicon path {
  fill: #d92121 !important;
}

ul.tribe-events-sub-nav li > span,
ul.tribe-events-sub-nav li > a {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  display: inline-block !important;
}

/**
 * Fin Modificación del calendario para los enlaces tipo <span>
 */

/**
 * Logo de la Comunidad de Madrid del pide página
 */
.logoComunidadMadrid {
  position: static;
  display: block;
  max-width: 400px;
  padding: 10px 30px 10px 100px;
  overflow: hidden;
  line-height: 1.4;
  text-align: left;
}

.logoComunidadMadrid a {
  color: #333;
  text-decoration: none;
}

.logoComunidadMadrid .carbon-img {
  float: left;
  margin-left: -90px;
}

.logoComunidadMadrid .carbon-poweredby {
  display: block;
  margin-top: 0.75rem;
  color: #777 !important;
}

/**
 * FIN Logo de la Comunidad de Madrid del pide página
 */

#tribe-events-content a,
.tribe-events-event-meta a {
  color: #d92121 !important;
}

.tribe-common .tribe-tickets__footer{
  display: block;
}

.tribe-common .tribe-tickets__footer--active .tribe-tickets__footer__quantity, .tribe-common .tribe-tickets__footer--active .tribe-tickets__footer__total{
  text-align: right;
}

button.regalar {
  background-color: var(--tec-color-background-secondary) !important;
  padding: 1em 0 !important;
  width:98%;
}
button.regalar:hover {
  color: #212529 !important;
  background-color: #e2e6ea !important;
  border-color: #dae0e5 !important;
}
#tribe-events {
  padding: 0 !important;
}
.tribe-events .tribe-events-c-search__button, 
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button:hover {
  background-color: #bf0411;
}

.tarjeta-producto {
  background-color: #f2edc7;
  text-align: center;
  padding: 28px 0 6px;
  margin-bottom: 20px;
}
.tarjeta-producto h1 {
  background-color: #d92121;
  color: #fff !important;
  padding: 1em !important;
  font-size: 1.8em !important;
}
.tarjeta-producto .imagen {
  margin-bottom: 3em;
}
.tarjeta-producto img {
  width: 30%;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar
  td.tribe-events-present
  div[id*="tribe-events-daynum-"]
  > a {
  color: #fff !important;
}
#tribe-events-content .tribe-events-loop a.see-more {
  color: #fff !important;
}

/* Hero events category */
.events-archive #main,
.events-category #main {
  margin-top: 0 !important;
}
.hero-events-category {
  padding: clamp(2rem, -0.348rem + 10.43vw, 6.8rem) 2rem;
  background-color: #e8e8c7;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 2rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #aeae56;
}
.hero-events-category .overlay {
  position: absolute;
  inset: 0;
  background-color: #ffffffb8;
}
.hero-events-category-txt {
  max-width: 490px;
  margin-top: 1.6rem;
}
.hero-events-category-txt .tribe-events-page-title {
  font-size: clamp(2.2rem, 1.496rem + 3.13vw, 3.4rem);
  margin-bottom: 1.2rem;
  text-align: left;
  line-height: 1em;
}
.hero-events-category-txt p {
  line-height: 1.6em;
  font-weight: 300;
  font-size: clamp(0.9rem, 0.743rem + 0.7vw, 1.1rem);
}
.hero-events-category-txt a {
  font-weight: 400;
  font-size: clamp(0.9rem, 0.779rem + 0.54vw, 1.2rem);
}
.hero-events-category-video {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
.hero-events-category-video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  display: block;
}
.hero-events-category-img {
  text-align: center;
}
.hero-events-category-img img {
  max-height: 410px;
  width: auto;
}

/* Dark mode */
.hero-events-category.dark .hero-events-category-txt p,
.hero-events-category.dark .hero-events-category-txt .tribe-events-page-title {
  color: #fff;
}
.hero-events-category.dark .overlay {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.3)),
    color-stop(50%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.9))
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

@media screen and (max-width: 768px) {
  .hero-events-category-txt {
    margin-top: 0;
  }
  .tribe-is-responsive.tribe-mobile
    .hero-events-category-txt
    .tribe-events-page-title {
    margin-top: 0;
  }
  .hero-events-category-txt p,
  .hero-events-category-txt .tribe-events-page-title {
    text-align: center;
  }
  .hero-events-category-txt a {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .hero-events-category-media {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .hero-events-category-media {
    margin-bottom: -4rem;
  }
  .hero-events-category {
    margin-bottom: 4rem;
  }
}

/* Hero events archive */
.events-archive #main {
  margin-top: 0 !important;
}
.hero-events-list {
  padding: clamp(2rem, -0.348rem + 10.43vw, 8rem) 2rem;
  background-color: #e8e8c7;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 2rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-events-list .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background-color: #00000075; */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.3)),
    color-stop(50%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.9))
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.hero-events-list-txt {
  max-width: 620px;
  text-align: center;
  z-index: 2;
  text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 40%);
  margin-top: clamp(0rem, 1.213rem + -5.39vw, -3rem);
}
.hero-events-list-txt .tribe-events-page-title {
  font-size: clamp(2rem, 1.496rem + 3.13vw, 4rem);
  margin-bottom: 1.1rem;
  text-align: left;
  color: #fff;
  text-align: center;
  line-height: 1em;
}
.hero-events-list-txt .tribe-events-page-title a {
  font-size: 1.1rem;
  display: block;
  color: #fff;
}
.hero-events-list-txt p {
  line-height: 1.6em;
  color: #fff;
  font-weight: 300;
  font-size: clamp(0.9rem, 0.743rem + 0.7vw, 1.3rem);
}
.hero-events-video {
  position: absolute;
  inset: 0;
}
.hero-events-video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

/* Mini-ficha */
.tribe-event-schedule-details {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background: #000000a3;
  text-transform: none;
  padding: 2px 6px !important;
  border-radius: 4px;
  font-size: 0.86rem;
  letter-spacing: 0.2px;
}
#tribe-events-content span.ticket-cost {
  color: #000;
}
.tribe-events-loop .tribe-location,
.tribe-events-loop .tribe-date {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  margin-right: 12px;
}
.tribe-events-loop .tribe-location .ico,
.tribe-events-loop .tribe-date .ico {
  color: #000;
  margin-right: 4px;
  font-size: 1rem;
}
.tribe-events-loop .tribe-location span,
.tribe-events-loop .tribe-date span {
  color: #000 !important;
  text-transform: none;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .tribe-events-loop .tribe-events-event-meta {
    background: transparent;
    border: none;
    margin: 5px 0 15px;
    padding: 0;
  }
  button.regalar{
    width:100% !important;
  }
}

/* Header for SEM campaings */
.header-main.header-02 .header-logo {
  width: 15%;
  margin: 0 auto;
  position: relative;
  left: 0;
  min-width: 140px;
}

/* Single event */
.event-form-info {
  border-top: 1px solid #777;
  padding-top: 3rem;
}
.event-form-info-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.event-form-info-heading h2 {
  margin-bottom: 0.8rem;
}
.event-form-info .wpcf7 {
  max-width: 560px;
  margin: 0 auto;
}
.event-form-info .wpcf7 label {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
}
.event-form-info .wpcf7 textarea {
  height: 124px;
}
.event-form-nostock {
  margin-top: 1rem !important;
  padding: 16px 14px 16px 16px !important;
  background: whitesmoke;
  width: 98%;
  margin-bottom: 1rem;
}
.event-form-nostock p {
  font-size: 1rem;
}
.event-form-nostock .wpcf7 p {
  display: inline;
  margin-bottom: 0.4rem;
}
.event-form-nostock .wpcf7 input[type="email"] {
  width: calc(100% - 116px);
  margin: 0;
  display: inline-block;
  margin-right: 6px;
  margin-top: 8px;
}
.event-form-nostock .wpcf7 .btn {
  background-color: #bf0411;
  border-color: #bf0411;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 18px;
  letter-spacing: 0.6px;
  line-height: 1em;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.events-other-dates {
  margin-bottom: 2rem;
}

/*** Filters events category fixes ***/
/* Selector duration */
.tribe-bar-full .tribe-bar-venue select,
.tribe-bar-collapse .tribe-bar-venue select,
/* Selector categories */
.tribe-bar-full .tribe-bar-category .sort-select select,
.tribe-bar-collapse .tribe-bar-category .sort-select select,
/* Selector vista */
.tribe-bar-full #tribe-bar-views-toggle,
.tribe-bar-collapse #tribe-bar-views-toggle,
/* Selector ubicaiones */
.tribe-bar-full #tribe_venue,
.tribe-bar-collapse #tribe_venue,
/* Input search */
#tribe-bar-form.tribe-bar-full .tribe-bar-search-filter input[type="text"],
#tribe-bar-form.tribe-bar-collapse .tribe-bar-search-filter input[type="text"],
/* Input date */
#tribe-bar-form.tribe-bar-full .tribe-bar-date-filter input[type="text"],
#tribe-bar-form.tribe-bar-collapse .tribe-bar-date-filter input[type="text"] {
  font-size: 1.1rem;
  height: 40px;
  padding: 0 14px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

/* Input search and date wrapper */
#tribe-bar-form.tribe-bar-full .tribe-bar-search-filter,
#tribe-bar-form.tribe-bar-full .tribe-bar-date-filter {
  padding: 0;
}

/* Selector ubicaiones wrapper*/
.tribe-bar-full .tribe-bar-venue {
  padding-right: 8px;
}

/* Search buttom */
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  height: 43px;
  font-size: 20px;
}

.datepicker.dropdown-menu {
  padding: 1rem !important;
}
@media screen and (max-width: 960px) {
  #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner > div {
    margin-bottom: 10px;
  }
}

/* Input search placeholder */
#tribe-bar-form.tribe-bar-full
  .tribe-bar-search-filter
  input[type="text"]::-webkit-input-placeholder {
  font-style: normal;
}
#tribe-bar-form.tribe-bar-full
  .tribe-bar-search-filter
  input[type="text"]::-moz-placeholder {
  font-style: normal;
}
#tribe-bar-form.tribe-bar-full
  .tribe-bar-search-filter
  input[type="text"]:-ms-input-placeholder {
  font-style: normal;
}
#tribe-bar-form.tribe-bar-full
  .tribe-bar-search-filter
  input[type="text"]:-moz-placeholder {
  font-style: normal;
}

/* Toggle arrows */
.tribe-bar-full #tribe-bar-views-toggle::after,
.tribe-bar-full .tribe-bar-category .sort-select::after {
  top: 17px;
}

/* Hide search field */
.tribe-bar-full .tribe-bar-venue {
  width: 46%;
}
.tribe-bar-date-filter {
  width: 38%;
}

.tribe-events-nav-pagination ul.tribe-events-sub-nav li > span,
.tribe-events-nav-pagination ul.tribe-events-sub-nav li > a {
  padding: 0px;
}

/* Ubermenu fix */
.ubermenu .ubermenu-item-layout-image_above > .ubermenu-image {
  margin-bottom: 0.6rem;
}

/* Page landing template */
.page-template-page-landing #main {
  margin-top: 0 !important;
}
.page-template-page-landing #content {
  max-width: 1080px;
  margin: 0 auto;
}
.page-template-page-landing .envira-gallery-wrap {
  margin-top: 2rem;
  padding-bottom: 0 !important;
}
.page-template-page-landing h2 {
  font-size: clamp(1.4rem, 1.076rem + 1.44vw, 2.2rem);
  margin-bottom: 24px;
  margin-top: clamp(1.2rem, 0.482rem + 3.15vw, 3rem);
}
.hero-landing {
  padding: clamp(2rem, -0.348rem + 10.43vw, 8rem) 2rem;
  background-color: #e8e8c7;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: clamp(2rem, -0.348rem + 10.43vw, 4rem);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-landing .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background-color: #00000075; */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.3)),
    color-stop(50%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.9))
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.hero-landing-txt {
  max-width: 620px;
  text-align: center;
  z-index: 2;
  text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 40%);
  margin-top: clamp(0rem, 1.213rem + -5.39vw, -3rem);
}
.hero-landing-txt h1 {
  font-size: clamp(2rem, 1.496rem + 3.13vw, 4rem);
  margin-bottom: 1.1rem;
  text-align: left;
  color: #fff;
  text-align: center;
  line-height: 1em;
}
.hero-landing-txt p {
  line-height: 1.6em;
  color: #fff;
  font-weight: 300;
  font-size: clamp(0.9rem, 0.743rem + 0.7vw, 1.3rem);
}
.hero-landing-txt .btn {
  padding: 14px 20px;
  font-size: clamp(0.7rem, 0.743rem + 0.7vw, 1rem);
}
.landing-form-info-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.landing-form-info-heading h2 {
  margin-bottom: 0.8rem;
}
.landing-form-info .wpcf7 {
  max-width: 560px;
  margin: 0 auto;
}
.landing-form-info .wpcf7 label {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
}
.landing-form-info .wpcf7 textarea {
  height: 124px;
}
.wp-block-separator {
  border-color: #e5e5e5;
}

.wp-block-quote {
  padding: 1rem 0;
  position: relative;
}
.wp-block-quote::before {
  content: "\201C";
  padding: 1rem 0;
  font-size: 4rem;
  position: absolute;
  top: -20px;
  left: -28px;
  color: #d92121;
}
.wp-block-quote cite {
  font-weight: 600;
  font-style: normal;
}

/* Faqs */
.schema-faq-question {
  font-size: 1.3rem;
  margin-bottom: 1.4rem;
}

/* Ubermenu custom styles (se pierden en local por litespeed ¿?) */
.ubermenu-responsive-default.ubermenu {
  width: 100%;
}
.header-nav .navbar {
  padding: 0;
}
.ubermenu-skin-none {
  font-size: 12px;
  color: #888;
}
.ubermenu-skin-none .ubermenu-target {
  color: #555;
}
.ubermenu-skin-none .ubermenu-target-description {
  color: #aaa;
}
.ubermenu-skin-none.ubermenu-responsive-toggle {
  background: #222;
  color: #eee;
  font-size: 22px;
}
.ubermenu-skin-none.ubermenu-responsive-toggle:hover {
  background: #111;
  color: #fff;
}
.ubermenu-skin-none.ubermenu-responsive-toggle {
  color: #fff !important;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
.ubermenu-skin-none
  .ubermenu-submenu
  .ubermenu-item-level-2
  > .ubermenu-target {
  font-weight: 600 !important;
  color: #333 !important;
}
.ubermenu-skin-none
  .ubermenu-submenu
  .ubermenu-item-level-2
  > .ubermenu-submenu {
  margin-bottom: 10px !important;
}
.ubermenu-skin-none {
  border: none;
}
.ubermenu-skin-none
  .ubermenu-item-level-0.ubermenu-current-menu-item
  > .ubermenu-target,
.ubermenu-skin-none
  .ubermenu-item-level-0.ubermenu-current-menu-parent
  > .ubermenu-target,
.ubermenu-skin-none
  .ubermenu-item-level-0.ubermenu-current-menu-ancestor
  > .ubermenu-target {
  color: #bf0411;
}

.ubermenu-skin-none .ubermenu-item.ubermenu-item-level-0 > .ubermenu-highlight {
  color: #4d90fe;
  background: 0 0;
}
.ubermenu-skin-none.ubermenu-vertical
  .ubermenu-item-level-0
  > .ubermenu-target {
  background: #222;
}
.ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
  border-left: none;
  color: #333;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 1em;
  font-family: "Arsenal", sans-serif;
}
.home .ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
  color: #ffffffed;
}
body:not(.rtl)
  .ubermenu-skin-none.ubermenu-horizontal
  .ubermenu-item-level-0:first-child
  > .ubermenu-target {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ubermenu-skin-none .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-none .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  background: #fff;
  color: #1a1a1a;
}
.ubermenu-skin-none
  .ubermenu-item-level-0
  > .ubermenu-submenu-type-stack
  > .ubermenu-item
  > .ubermenu-target {
  color: #d9d9d9;
}

.ubermenu-skin-none
  .ubermenu-item-level-0
  > .ubermenu-submenu-type-stack
  > .ubermenu-item
  > .ubermenu-target:hover {
  color: #fff;
}
.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-drop {
  background: #fff;
  border: 1px solid #e0e0e0;
}
.ubermenu-skin-none.ubermenu-horizontal
  .ubermenu-item-level-0
  > .ubermenu-submenu-drop {
  border-top: none;
  padding: 22px !important;
}
.ubermenu-skin-none .ubermenu-tab-content-panel {
  background: #f9f9f9;
}
.ubermenu-skin-none .ubermenu-submenu,
.ubermenu-skin-none .ubermenu-submenu .ubermenu-target {
  font-family: "Aleo" !important;
  font-size: 17px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  margin-bottom: 0 !important;
  color: #666 !important;
  padding: 1px 0 1px 14px !important;
  text-transform: lowercase !important;
}
.ubermenu-skin-none .ubermenu-submenu span:first-letter,
.ubermenu-skin-none .ubermenu-submenu .ubermenu-target span:first-letter {
  text-transform: uppercase !important;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-highlight {
  color: #4d90fe;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-target:hover,
.ubermenu-skin-none .ubermenu-submenu .ubermenu-active > .ubermenu-target {
  color: #111;
}
.ubermenu-skin-none
  .ubermenu-submenu
  .ubermenu-target
  > .ubermenu-target-description {
  color: #aaa;
}
.ubermenu-skin-none
  .ubermenu-submenu
  .ubermenu-active
  > .ubermenu-target
  > .ubermenu-target-description {
  color: #666;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
  font-family: "Arsenal" !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  padding-left: 0 !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
}
.ubermenu-skin-none
  .ubermenu-submenu
  .ubermenu-item-header
  > .ubermenu-target:hover {
  color: #222;
}
.ubermenu-skin-none
  .ubermenu-submenu
  .ubermenu-current-menu-item
  > .ubermenu-target {
  color: #222;
  background: 0 0;
}
.ubermenu-nojs.ubermenu-skin-none
  .ubermenu-submenu
  .ubermenu-tabs
  .ubermenu-tab:hover
  > .ubermenu-target,
.ubermenu-skin-none
  .ubermenu-submenu
  .ubermenu-tab.ubermenu-active
  > .ubermenu-target {
  background: #eee;
  color: #111;
}
.ubermenu-skin-none .ubermenu-tabs-group,
.ubermenu-skin-none .ubermenu-tab > .ubermenu-target,
.ubermenu-skin-none .ubermenu-tab-content-panel {
  border-color: #eee;
}
.ubermenu-skin-none .ubermenu-submenu-drop {
  border-bottom-width: 3px;
}
.ubermenu .ubermenu-item-layout-image_above > .ubermenu-image {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.ubermenu-target-with-image .ubermenu-target-title {
  font-weight: 600;
  color: #333;
}
.ubermenu-skin-none .ubermenu-submenu .ubermenu-title .ubermenu-target {
  font-family: "Arsenal" !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  padding-left: 0 !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
}
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-divider {
  padding: 6px 0;
}
@media screen and (max-width: 960px) {
  .home .ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
    color: #333;
  }
}
