@charset "UTF-8";
/**
 * Sass compiler
 * @author mgarcia
 * @version	1.0
 */
@import url(src/css/styles_bak.css);
/*
Ellipsis en webkit parrafo
@see http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/
*/
@-moz-document url-prefix() {
  /** ADD HERE STYLES ONLY FOR FIREFOX */ }

/* https://fdossena.com/?p=html5cool/buttons/i.frag */
.entry-content li.campus_item {
  font-size: 1.5vw;
  margin: 2em 0.5em; }

a.buttonkiddy {
  display: inline-block;
  padding: 0.3em 1.2em;
  margin: 0 0.1em 0.1em 0;
  border: 0.16em solid rgba(255, 255, 255, 0);
  border-radius: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%; }

a.buttonkiddy:hover {
  border-color: white; }

@media all and (max-width: 30em) {
   a.buttonkiddy {
    display: block;
    margin: 0.2em auto; } }

.red {
  background-color: #f14e4e; }

.yellow {
  background-color: #f1bb4e; }

.green {
  background-color: #84f14e; }

.greenlight {
  background-color: #4ef18f; }

.blue {
  background-color: #4e9af1; }

.purple {
  background-color: #9a4ef1; }

.pink {
  background-color: #f14ebd; }

ul#menu-third-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: flex-end; }
ul#menu-third-menu li {
  margin: 0; }
ul#menu-third-menu li a {
  font-size: 1.1em; }
@media screen and (max-width: 1600px) {
  ul#menu-third-menu li a {
    font-size: .9em; } }
@media screen and (max-width: 1400px) {
  ul#menu-third-menu li a {
    font-size: .8em; } }
@media screen and (max-width: 1023px) {
  ul#menu-third-menu li a {
    font-size: .7em; } }
@media screen and (max-width: 767px) {
  ul#menu-third-menu li a {
    font-size: 1em; } }

@media screen and (max-width: 767px) {
  #header .right_lang_sec {
    display: none; } }

#header .login_sec {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
#header .login_sec .login_log {
  margin-left: 10px; }
#header .login_sec .username {
  font-size: .8em;
  margin: 0 5px 0 15px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
#header .login_sec .username:hover {
  color: #747478;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

/**
 * Fix menus without option clickable
 */
a:not([href]) {
  /*cursor: default !important;*/
}

/**
 * Fix menu right arrow when is an option
 */
.nav_sec li:hover > a[href]::before {
  display: none; }

.nav_sec li.current-menu-item:hover > a[href]:before {
  display: block !important; }

/*
.nav_sec li.current-menu-item > a::before,
.single-news .nav_sec li#menu-item-240 > a::before,
.single-events .nav_sec li#menu-item-88 > a::before,
.single-kiddymusicsclick

.nav_sec li#menu-item-239 > a::before*/
/* PANTALLAS GRANDES. */
@media only screen and (min-width: 1899px) {

  /* Al
	.nav_sec ul > li > .sub_menu > ul > li .sub_menu {
    	margin-top:0;
	}*/ }

/** common css of filters** /

/** fix bullets colors **/
.main_bx_clndr .dropdown-toggle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 22px;
  padding: 0 6px;
  line-height: 1.8;
  text-transform: uppercase;
}

.main_bx_clndr .dropdown-menu.clndr_lst_2 {
  min-width: 162px;
  /** Added border **/ }
.main_bx_clndr .dropdown-menu.clndr_lst_2 li h3 i {
  font-size: inherit;
  margin-right: 5px; }

.dropdown-menu.clndr_lst {
  border: 1px solid #eaeaea; }

.map_sec .main_bx_clndr .dropdown-menu {
  padding: 10px;
  min-width: 200px; }

.Espectacles_page.espectacles_pagee .main_bx_clndr .dropdown-toggle {
  padding: 3px 3px 5px; }

/*
.row > .col-sm-3 {
    border-top: 1px dashed darkgray;
    border-bottom: 1px dashed darkblue;
}*/
/**
  FIX HOMEPAGE BLOCKS PARALLAX
**/
#below.service_sec li {
  position: initial; }
#below.service_sec li div.block_title_container {
  position: relative;
  width: 100%;
  height: 100%; }




/**
 *  Estilos de la tienda
 *  @version 1.0
 *  @author mgarcia
 */
/* LISTADO POR CATEGORIA (Botiga) */
div.botiga_list_sec div.row ul li div.botiga_main {
  overflow: hidden;
  position: relative;
  right: 0; }
div.botiga_list_sec div.row ul li div.botiga_main a {
  display: inline-block;
  height: 100%;
  width: 100%; }
div.botiga_list_sec div.row ul li div.botiga_main a span.botiga_bx h3 {
  font-size: 1.85em;
  top: 0;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); }

div.botiga_list_sec div.row ul li:nth-child(1) div.botiga_main {
  background-color: #9a4ef1;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(1) div.botiga_main:hover {
  background-color: #b57df5;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(1) div.botiga_main a span.botiga_bx {
  bottom: 29px;
  padding: 0 25px 0 0;
  right: 0;
  text-align: right; }

div.botiga_list_sec div.row ul li:nth-child(2) div.botiga_main {
  background-color: #0a2047;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(2) div.botiga_main:hover {
  background-color: #1748a0;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(2) div.botiga_main a span.botiga_bx {
  left: 0;
  padding: 0 25px 0 0;
  right: 0;
  top: 25px; }

div.botiga_list_sec div.row ul li:nth-child(3) div.botiga_main {
  background-color: #aad161;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(3) div.botiga_main:hover {
  background-color: #bfdd89;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(3) div.botiga_main a span.botiga_bx {
  padding: 0 25px 0 0;
  right: 0; }

div.botiga_list_sec div.row ul li:nth-child(4) div.botiga_main {
  background-color: #f26f23;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(4) div.botiga_main:hover {
  background-color: #f58f53;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(4) div.botiga_main a span.botiga_bx {
  padding: 0 25px 0 0;
  text-align: right; }

div.botiga_list_sec div.row ul li:nth-child(5) div.botiga_main a span.botiga_bx {
  padding: 0 25px 0 0;
  text-align: right; }

div.botiga_list_sec div.row ul li:nth-child(6) div.botiga_main {
  background-color: #f14e4e;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(6) div.botiga_main:hover {
  background-color: #f57d7d;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(6) div.botiga_main a span.botiga_bx {
  padding: 0 25px 0 0;
  text-align: right; }

div.botiga_list_sec div.row ul li:nth-child(7) div.botiga_main {
  background-color: #f1bb4e;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(7) div.botiga_main:hover {
  background-color: #f5cd7d;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(7) div.botiga_main a span.botiga_bx {
  padding: 0 25px 0 0;
  text-align: right; }

div.botiga_list_sec div.row ul li:nth-child(8) div.botiga_main {
  background-color: #0a2047;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(8) div.botiga_main:hover {
  background-color: #1748a0;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
div.botiga_list_sec div.row ul li:nth-child(8) div.botiga_main a span.botiga_bx {
  padding: 0 25px 0 0;
  text-align: right;
  top: 45%; }

div.botiga_list_sec div.row ul li:nth-child(5) div.botiga_main {
  overflow: initial;
  /* black block before*/ }
div.botiga_list_sec div.row ul li:nth-child(5) div.botiga_main:before {
  content: "";
  width: 0;
  height: 0; }

.botiga_list_sec li:nth-child(6) .botiga_main {
  overflow: hidden;
  position: relative; }
.botiga_list_sec li:nth-child(6) .botiga_main a {
  display: inline-block;
  width: 100%;
  height: 100%; }
.botiga_list_sec li:nth-child(6) .botiga_main a .botiga_bx {
  text-align: right;
  top: 25%;
  right: 5px;
  left: 0;
  bottom: 0;
  width: auto; }
.botiga_list_sec li:nth-child(6) .botiga_main a .botiga_bx h3 {
  /*left: 0;

      position: relative;
      top: -50px;
      margin-bottom: 15px;
      transform: rotate(-53deg);
      font-size: 15px;
      /*font-size: calc(1rem + .25vw + .25vh);*/ }

@media only screen and (max-width: 767px) {
  .botiga_list_sec li:nth-child(5) {
    display: none; } }

@media only screen and (min-width: 991px) {
  .botiga_list_sec li:nth-child(6) .botiga_main .botiga_bx h3 {
    font-size: 28px; } }

@media only screen and (max-width: 1099px) {
  .botiga_list_sec li:nth-child(6) .botiga_main .botiga_bx {
    top: 49%;
    right: 20px; }
  .botiga_list_sec li:nth-child(6) .botiga_main .botiga_bx h3 {
    margin-bottom: 35px;
    -webkit-transform: rotate(-53deg);
    -ms-transform: rotate(-53deg);
    transform: rotate(-53deg);
    font-size: 21px; } }

@media only screen and (max-width: 1299px) {
  .botiga_list_sec li:nth-child(6) .botiga_main .botiga_bx {
    top: 49%;
    right: 20px; }
  .botiga_list_sec li:nth-child(6) .botiga_main .botiga_bx h3 {
    margin-bottom: inherit;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 21px; } }

@media only screen and (max-width: 1499px) {
  .botiga_list_sec li:nth-child(6) .botiga_main .botiga_bx h3 {
    font-size: 30px; } }

@media only screen and (min-width: 1899px) {
  .botiga_list_sec li:nth-child(6) .botiga_main {
    right: 15px; }
  .botiga_list_sec li:nth-child(6) .botiga_main .botiga_bx h3 {
    font-size: 65px; } }

@media only screen and (min-width: 2499px) {
  .botiga_list_sec li:nth-child(6) .botiga_main .botiga_bx {
    right: 12px; }
  .botiga_list_sec li:nth-child(6) .botiga_main .botiga_bx h3 {
    font-size: 62px; } }

/*.botiga_bx h3 {
    font-size: 50px;
}
@media only screen and (min-width: 991px)
.botiga_bx h3 {
    margin-bottom: 10px;
}
@media only screen and (min-width: 991px)
.botiga_bx h3 {

}*/
/* LISTADO DE PRODUCTOS POR CATEGORIA */
.woocommerce header {
  margin-bottom: 15px; }
.woocommerce header h1 {
  color: #1abed7;
  font-size: 33px; }

.woocommerce ul.products li {
  border-radius: 8px; }
.woocommerce ul.products li.product {
  border: 1px solid #c4cbd1;
  overflow: hidden;
  /*span.wc_thumbnail_products{
          position:relative;
          width: 100%;
          height: 100%;*/
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%; }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img.wp-post-image {
  border-radius: 8px 8px 0 0; }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .onsale {
  position: absolute;
  bottom: 1em;
  display: inline-block;
  left: calc(50% - 50px);
  top: auto;
  line-height: 1.3;
  padding: 5px 3px;
  width: 100px;
  height: 20px;
  border-radius: 8px 8px 0 0;
  background-color: white;
  color: #a3218e; }
.woocommerce ul.products li.product div.product-item-data {
  margin: 0 15px; }
.woocommerce ul.products li.product div.product-item-data .woocommerce-loop-product__title {
  text-align: center;
  font-size: 1.2em !important;
  /** woocommerce.css carga despues?**/
  color: #231f20; }
.woocommerce ul.products li.product div.product-item-data .woocommerce-product-details__short-description {
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  color: #231f20;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.3;
  /*
        Ellipsis en webkit parrafo
       */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.woocommerce ul.products li.product div.product-item-data .woocommerce-product-details__short-description p, .woocommerce ul.products li.product div.product-item-data .woocommerce-product-details__short-description ul {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 100%; }
.woocommerce ul.products li.product div.product-item-data .price {
  font-size: 1.1em !important;
  text-align: center;
  color: #0ca652 !important;
  margin: 0 15px 15px 15px;
  text-transform: uppercase;
}
.woocommerce ul.products li.product div.product-item-data .woocommerce-product-loop__more-info {
  text-align: center;
  margin: 15px 0; }
.woocommerce ul.products li.product div.product-item-data .woocommerce-product-loop__more-info button.more-info {
  color: #FFF;
  text-transform: uppercase;
  background: #1abed7;
  border: none;
  border-radius: 4px;
  width: auto;
  text-align: center;
  /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); */
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); */
  padding: 8px 20px;
}
.woocommerce ul.products li.product div.product-item-data .woocommerce-product-loop__more-info button.more-info:hover {
  background: #60d9eb;
}

/* PRODUCTO */
/** thumbnails
.flex-control-nav{
  position: absolute;
  right: 5px;
  bottom: 2px;

  li{
     width: 10px !important;
    height: 10px;
    border-radius: 117px;
    margin: 1px 3px !important;
    float: none;
    display: inline-table;

    &:before{
      content: "\f111";
      font-family: "fontawesome";
      font-size: 0.8em;
      color: white;
    }

    img{
      display:none;
    }

  }
} */
/* OFERTAS / KIDDYMUSICS CLICK */
/** checkout */
.cross-sells {
  display: none; }

.woocommerce form .form-row .input-checkbox {
  position: relative; }

.woocommerce h3, .woocommerce h2 {
  color: #05598d;
}

/** cart */
#order_review_heading {
  margin-top: 15px; }

/** FILTERS */
div.main_bx_clndr ul.posttype_categories li.activitats div label h3 i.fa {
  color: #aad161; }

div.main_bx_clndr ul.posttype_categories li.course div label h3 i.fa {
  color: #fbb13d; }

div.main_bx_clndr ul.posttype_categories li.espectacles div label h3 i.fa {
  color: #a52935; }

div.main_bx_clndr ul.posttype_categories li.kiddymusics-click div label h3 i.fa {
  color: #0066b3; }

div.main_bx_clndr ul.posttype_categories li.taller div label h3 i.fa {
  color: #787891; }

/** pointer */
.calnder_list ul.notfoundtext,
.calnder_list ul.search,
.notfoundmsg,
#blog-landing.notfoundtext, #blog-landing.search{
  margin: 60px auto;
  text-align: center;
  display: flex;
  align-content: center;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}

.calnder_list ul li.activitats {
  --listColor:$activitats;
  --hoverColor: darken($activitats, $hoverColor); }

.calnder_list ul li.course {
  --listColor:$course;
  --hoverColor: darken($course, $hoverColor); }

.calnder_list ul li.espectacles {
  --listColor:$espectacles;
  --hoverColor: darken($espectacles, $hoverColor); }

.calnder_list ul li.kiddymusics-click {
  --listColor:$kiddymusics-click;
  --hoverColor: darken($kiddymusics-click, $hoverColor); }

.calnder_list ul li.taller {
  --listColor:$taller;
  --hoverColor: darken($taller, $hoverColor); }

.calnder_list ul li h2 i {
  margin: 0;
  /*display: none;*/ }

.calnder_list ul li h2 a {
  color: var(--listColor) !important;
  display: inline-block;
  margin-left: 6px;
  width: 96%;
  padding: 0 10px; }
.calnder_list ul li h2 a:before {
  content: "\f111";
  font-family: "fontawesome";
  margin: 0 7px 0 -17px;
  float: left; }
.calnder_list ul li h2 a:after {
  content: "+";
  font-size: 25px;
  float: right;
  margin: -6px -17px 0 7px; }
.calnder_list ul li h2 a:hover {
  color: var(--hoverColor) !important; }

.calnder_list ul li a {
  display: inline; }

.espectacles_fil {
  width: 25%;
  padding: 0 15px;
}

#blog-landing{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
#blog-landing h1,
#blog-landing h2,
#blog-landing h3,
#blog-landing h4,
#blog-landing h5,
#blog-landing h6 {
  margin: 10px 0;
}

@media only screen and (max-width: 1499px) {
  .filter_bx select {
    width: 100%; } }


/**
 * KIDDYMUSICS CLICK STYLES
 */
.kiddymusics-click_page .kidy_classes_sec p {
  display: block;
  margin: 15px 0; }

.kiddymusics-click_page .kidy_classes_sec strong {
  color: #f7941d;
  font-weight: normal; }

.kiddymusics-click_page .registrarse_sec {
  text-align: right;
  display: block;
  margin: 0;
  margin-bottom: 50px; }
.kiddymusics-click_page .registrarse_sec a {
  background: #f7941d none repeat scroll 0 0;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-size: 15px;
  min-width: 270px;
  padding: 8px 0;
  text-align: center; }
.kiddymusics-click_page .registrarse_sec a:hover {
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-size: 15px;
  min-width: 270px;
  padding: 8px 0;
  text-align: center;
  background-color: #f47125;
}

.kiddymusics-click_items {
  float: left;
  width: 100%; }
.kiddymusics-click_items .white-panel {
  position: relative; }
.kiddymusics-click_items .white-panel .item-post {
  -webkit-box-shadow: 1px 1px 1px 1px #C1C1C1;
  box-shadow: 1px 1px 1px 1px #C1C1C1; }

.kiddymusics-click_items .white-panel {
  width: calc(50% - 15px);
  padding: 0;
  margin-bottom: 30px;
}

.kiddymusics-click_items .white-panel .item-post {
  display: flex;
  margin-bottom: 0;
  box-shadow: none;
  border-bottom: 1px solid #bababc;
  justify-content: space-between;
  align-items: self-start;
  padding: 15px 0;
  background: transparent;
}

.kiddymusics-click_items .white-panel .item-post .item-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0 0 0 15px;
}
.kiddymusics-click_items .white-panel .item-post .item-content *:not(h4,p){
  font-size: 1em !important;
  text-align: left !important;
}

.kiddymusics-click_items .white-panel .item-post .item-content h4{
  margin: 0 0 10px 0;
}

.kiddymusics-click_items .white-panel .item-post .item-footer {
  width: 100%;
  position: relative;
  bottom: inherit;
  margin: 10px 0 0;
  text-align: right;
}

.kiddymusics-click_items .white-panel:nth-child(even) {
  margin-right: 30px;
}
.kiddymusics-click_items .white-panel .item-post .item-content p {
  font-size: 1em;
  margin: 0 0 .5em 0;
  text-align: left;
}

.kiddymusics-click_items .white-panel .item-post .item-footer a {
  background: transparent;
  border: 1px solid #f7941d;
  color: #f7941d;
  border-radius: 15px;
  box-shadow: none;
}
.kiddymusics-click_items .white-panel .item-post .item-footer a:hover {
  background: #f7941d;
  color: #fff;
}
.kiddymusics-click_category h3 {
  background: #eeeeef;
  padding: 5px 10px;
  color: #667985;
}
.kiddymusics-click_category-description{
  margin-bottom: 10px;
}


.kiddymusics-click_items .white-panel.panel-full {
  width: 100%;
}
.kiddymusics-click_items .white-panel .item-post .item-img {
  width: 30%;
}
.kiddymusics-click_items .white-panel .item-post .item-video {
  flex-basis: 66.66666%;
}
.embed-container{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-containerembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kiddymusics-click_items .white-panel.panel-full .item-content {
  width: auto;
  flex-basis: 33.33333%;
}
@media (max-width: 768px){
  .kiddymusics-click_items .white-panel.panel-full .item-post {
   flex-wrap: wrap;
  }
  .kiddymusics-click_items .white-panel.panel-full .item-video,
  .kiddymusics-click_items .white-panel.panel-full .item-content {
    flex-basis: 100%;
    margin-top: 20px;
  }
}



.single-actualitat .inner_puprple_banner {
  height: auto; }

.single-kiddymusicsclick .inner_puprple_banner {
  height: auto; }

.single-espectacles #calander_btm {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%; }
@media screen and (max-width: 1279px) {
  .single-espectacles #calander_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.calnder_main_bx .event-data {
  float: right; }
.calnder_main_bx .event-data input[type="submit"],
a.booking {
  background-color: #FFF;
  border: 1px solid #a3218e;
  border-radius: 4px;
  color: #231f20; }
.calnder_main_bx .event-data input[type="submit"]:hover {
  background-color: #747478;
  color: #FFF; }

.single-actualitat .inner_puprple_banner {
  height: auto; }

.single-product ul#breadcrumbs {
  padding: 0 0 15px 0; }

.single-product .summary .welcome-kiddy {
  margin: 0 0 15px 0;
  padding: 15px;
  text-align: center;
  background: #ee1451;
  color: #ffffff;
  border-radius: 40px;
}
.single-product .summary .welcome-kiddy span, .single-product .summary .welcome-kiddy a {
  color: #ffffff;
  font-size: 1.8em;
}

.single-product .summary .header-product {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #05598d;
  border-top: 1px solid #05598d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
  padding: 15px 0;
  column-count: 2;
  flex-wrap: wrap;
}
.single-product .summary .header-product h1 {
  color: #1abed7;
  font-size: 2.2em;
  padding-right: 0;
}
.single-product .summary .header-product .price {
  color: #647882;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
  width: 100%;
  display: block;
}
.single-product .summary .header-product .altprice {
  display: block;
  width: 100%;
  font-size: 13px;
  font-style: italic;
  margin: 5px 0;
}
.single-product .summary .header-product .altprice p {
  background: #ffcb05;
  padding: 4px 8px 2px;
  margin: 0;
  line-height: 2em;
}
.single-product .summary .header-product .altprice .altprice-price {
  text-align: right;
  font-size: 1.2em;
  display: inline-block;
  float: right;
}
.single-product .summary .header-product .altprice .woocommerce-Price-amount.amount {
  text-align: right;
  float: right;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
}
.single-product .summary .header-product .altprice .btn {
  font-style: normal;
  margin-top: 10px;
}

.single-product .summary .content-product {
  display: block;
}
.single-product .summary .content-product .text-product h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
}

.single-product .summary .content-product .text-product {
  min-width: 100%;
  padding: 0;
  max-height: 350px;
  overflow: auto;
}
.woocommerce div.product p.stock {
  font-size: .92em;
  float: left;
  text-align: left;
}
.single-product .summary .content-product .buy-product {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 25%;
}
@media screen and (max-width: 1600px) {
  .single-product .summary .content-product .buy-product {
    min-width: 100%;
    margin: 40px 0;
  }
}
.single-product .summary .content-product .buy-product form {
  margin: 0;
  width: 100%;
}
.single-product .summary .content-product .buy-product form .label {
  display: none; }
.single-product .summary .content-product .buy-product form .value select {
  background-color: #ffffff;
  color: #647882;
  font-size: .9em;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  width: 100%;
}
.single-product .summary .content-product .buy-product form .reset_variations {
  color: #697b86;
}
.single-product .summary .content-product .buy-product form .price,
.single-product .summary .content-product .buy-product form .stock {
  color: #1abed7;
}
.woocommerce div.product p.stock {
  width: 100%;
}
.single-product .summary .content-product .buy-product form .quantity {
  margin: 0;
  width: 30%;
  display: inline-block;
  min-height: 36px;
}
.single-product .summary .content-product .buy-product form .quantity label {
  display: none;
}
.single-product .summary .content-product .buy-product form .quantity input {
  width: 100%;
  min-height: 36px;
  border: 1px solid #767676;
}
.single-product .summary .content-product .buy-product form .button {
  width: 100%;
  float: right;
  min-height: 36px;
}

.single-product section.related.products {
  border-top: 1px solid #657a87;
  float: left;
  width: 100%;
}
.single-product section.related.products h2 {
  color: #637782;
  font-size: 2em;
  margin: 40px 0 15px;
}

.main_bx_clndr li.teatro-musical-ninosjovenes div label h3 i.fa {
  color: #aad161; }

.main_bx_clndr li.musica-jovenesadultos div label h3 i.fa {
  color: #fbb13d; }

.main_bx_clndr li.musica-ninosfamilia div label h3 i.fa {
  color: #a52935; }

.main_bx_clndr li.talleres-y-cursos div label h3 i.fa {
  color: #0066b3; }

.main_bx_clndr li.aules-obertes div label h3 i.fa {
  color: #787891; }

.main_bx_clndr li.espectacle-educatiu div label h3 i.fa {
  color: #779e2e; }

.list_tab_course.notfoundtext, .list_tab_course.search {
  z-index: 1000;
  float: left;
  width: 100%;
  margin: 30px 15px;
  height: 200px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 2vw;
  font-weight: 600; }

.page-template-course .course_list thead th {
  font-size: .85em; }
.page-template-course .course_list thead th:first-child {
  width: 0; }

.page-template-course .course_list tbody.list_courses tr.teatro-musical-ninosjovenes i.fa {
  color: #aad161; }

.page-template-course .course_list tbody.list_courses tr.musica-jovenesadultos i.fa {
  color: #fbb13d; }

.page-template-course .course_list tbody.list_courses tr.musica-ninosfamilia i.fa {
  color: #a52935; }

.page-template-course .course_list tbody.list_courses tr.talleres-y-cursos i.fa {
  color: #0066b3; }

.page-template-course .course_list tbody.list_courses tr.aules-obertes i.fa {
  color: #787891; }

.page-template-course .course_list tbody.list_courses tr.espectacle-educatiu i.fa {
  color: #779e2e; }

.page-template-course .course_list tbody.list_courses tr td:first-child {
  width: 0;
  padding-right: 10px; }

.page-template-course .course_list tbody.list_courses tr td.centre {
  font-weight: bold; }

.filter_main_gallery {
  float: left;
  margin-bottom: 20px;
  width: 100%; }

.white-panel {
  float: left;
  height: auto;
  position: relative;
  width: 25%;
  padding: 0 15px;
}

@media screen and (max-width: 1600px) {
  .white-panel {
    width: 33.333%;
  }
}

@media screen and (max-width: 1024px) {
  .white-panel {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .white-panel {
    width: 100%; } }
.white-panel .item-post {
  background-color: #f1f3f4;
  padding-bottom: 60px;
  height: 100%;
}
.blog .white-panel .item-title,
.blog .white-panel .item-title a:link,
.blog .white-panel .item-title a:visited{
  color: #0867b2;
  text-transform: uppercase;
  font-family: 'GothamRounded-Bold';
}
.white-panel .item-post .item-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*height: 50%;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
.white-panel .item-post .item-img a {
  height: auto;
  width: 100%; }
.white-panel .item-post .item-img a img {
  height: auto;
  width: 100%; }
.white-panel .item-post .item-content {
  overflow: hidden;
  padding: 15px;
  width: 100%; }
.white-panel .item-post .item-content h2 {
  font-size: 1.2em;
  margin: 1.2em 0;
  text-align: center; }
.white-panel .item-post .item-content h3 {
  font-size: 1.1em;
  margin: 1.1em 0;
  text-align: center; }
.white-panel .item-post .item-content p {
  font-size: 1em;
  margin: 1em 0;
  text-align: center; }
.white-panel .item-post .item-content .item-date {
  text-align: center;
}
.white-panel .item-post .item-content .item-description {
  height: 100%;
  overflow: hidden;
  margin-top: 40px; }
.white-panel .item-post .item-footer{
  margin: 20px auto;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5px;
}
.white-panel .item-post .item-footer a{
  display: inline-block;
}
.white-panel .item-post .item-footer .button {
  background-color: #13bfd6;
  color: #ffffff;
  display: inline-block;
  margin-top: 40px;
  padding: 5px 20px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border-radius: 4px;
}
.white-panel .item-post .item-footer .button:hover {
  background-color: #0867b2;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 25%; }
@media screen and (max-width: 1600px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 33.33%; } }
@media screen and (max-width: 1279px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 50%; } }
@media screen and (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%; } }

.woocommerce ul.products li.product div.product-item-data .woocommerce-loop-product__title {
  height: 3em; }

/**
 * MyAccount Page
 */
.woocommerce-account .woocommerce-MyAccount-navigation{
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content{
  width: 80%;
}
.woocommerce-MyAccount-content a:link,
.woocommerce-MyAccount-content a:visited{
  color: #0867b2;
}
.woocommerce-MyAccount-content a:focus,
.woocommerce-MyAccount-content a:active,
.woocommerce-MyAccount-content a:hover {
  color: #1bbed7;
}
body.woocommerce-account.logged-in .woocommerce {
  /* border: 1px solid #f5ceef; */
  display: flex;
  min-height: 470px;
  height: 100%;
  width: 100%;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
  display: block;
  height: 100%;
  /* background: #fbfbfb; */
  padding-right: 25px;
}

body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul{
  list-style: none;
  padding: 0;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #c4cbd1;
  /* border-right: 2px solid #f5ceef; */
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 0px;
  position: relative;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a:link,
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a:visited {
  color: #05598d;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a:active,
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #1bbed7;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a:after {
  font-family: 'dashicons';
  content: '\f226';
  display: inline-block;
  position: absolute;
  font-size: 1.5em;
  top: 10px;
  right: 0;
  color: #c4cbd1;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:after {
  content: "\f174"; }
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:after {
  content: "\f316"; }
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:after {
  content: "\f102"; }
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:after {
  content: "\f110"; }
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:after {
  content: "\f310"; }
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #657983;
  font-family: 'GothamRounded-Bold'; }
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:after{
  color: #657983;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  padding: 15px;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content p {
  margin: 15px 0; }
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a.edit {
  text-indent: -9999px;
  white-space: nowrap;
  float: right;
  display: block;
  font-size: 0;
  position: relative;
  color: transparent;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background-color: #f1f3f4;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  border: 1px solid #647882;
  padding: 4px;
  margin-left: 5px;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a.edit:hover {
  -webkit-box-shadow: 0 0 5px 0 black;
  box-shadow: 0 0 5px 0 black;
  /*@include transition( all 0.5s ease);
      text-indent: 0;
      font-weight: normal;
      font-size: 12px;
      color: #a3218e;
      padding: 4px 4px 4px 22px;
      width: 60px;*/ }
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a.edit:before {
  content: "\f464";
  font-size: 17px;
  font-family: dashicons;
  color: #657882;
  position: absolute;
  bottom: -3px;
  left: 1px;
  text-indent: 0;
}

/*.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: '\f07a';
}*/
/** forms */
body.woocommerce-account .woocommerce form .form-row label {
  line-height: 1.3; }

/** Account details */
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin-top: 15px; }

i.fa.fa-bars {
  margin-right: 5px; }

/***********************************************/
/* IMPORTADO DESDE EL BACKEND -> APPAREANCE    */
/***********************************************/
.language-chooser {
  opacity: 0 !important;
  visibility: hidden !important; }

@media screen and (min-width: 1024px) {
  .single-espectacles #commentform .comment-form-left {
    width: 65%; }
  .single-espectacles #commentform .comment-form-right {
    width: 100%; }
  .single-espectacles #comment, .single-espectacles #commentform .comment-form-right textarea {
    width: 100%; } }

/***********************************************/
.single-espectacles #calander_btm {
  display: block;
  margin-top: 80px;
}
@media screen and (min-width: 1280px) {
  .single-espectacles #calander_btm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.single-espectacles #calander_btm .val-left {
  padding: 0; }
@media screen and (min-width: 1024px) {
  .single-espectacles #calander_btm .val-left {
    width: 50%; } }
.single-espectacles #calander_btm .val-left .comment-form-left {
  margin: 0;
  width: 100%; }
@media screen and (min-width: 767px) {
  .single-espectacles #calander_btm .val-left .comment-form-left {
    width: 50%; } }
.single-espectacles #calander_btm .val-left .comment-form-left input {
  width: 100%; }
.single-espectacles #calander_btm .val-left .comment-form-right {
  width: 100%; }
.single-espectacles #calander_btm .val-left .comment-form-right textarea {
  width: 100%; }
.single-espectacles #calander_btm .val-right {
  margin: 1em 0 0 0;
  padding: 0; }
@media screen and (min-width: 1024px) {
  .single-espectacles #calander_btm .val-right {
    width: 50%; } }
.single-espectacles #calander_btm .val-right div.rating-form form {
  width: 100%; }
@media screen and (min-width: 767px) {
  .single-espectacles #calander_btm .val-right div.rating-form form {
    float: right;
    width: auto; } }
@media screen and (min-width: 1200px) {
  .single-espectacles #calander_btm .val-right div.rating-form form {
    margin: 0; } }
@media screen and (min-width: 1400px) {
  .single-espectacles #calander_btm .val-right div.rating-form form {
    float: left;
    padding-left: 2em; } }


.woocommerce-page table.cart td.actions input#coupon_code {
  width: auto;
}


.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  padding: 8px;
  border: 1px solid #c4cbd1;
}

.woocommerce div.product form.cart table {
  width: 100%;
}




.top-bar-menu {
  list-style: none;
  padding: 0;
  margin: 2px 0 0 20px;
}

.top-bar-menu .ld-button a{
  padding: 6px 20px;
  color: #fff !important;
  align-items: center;
  line-height: 1em;
  background-color: #f7941d;
  border-radius: 25px;
}
.top-bar-menu .ld-button a:hover{
  background-color: #ffc40e;
}

.top-bar-menu .ld-button a:before{
  content: "\e90c";
  font-family: 'ld-icons'!important;
  margin-right: 5px;
}
.top-bar-menu .ld-button a[href*="logout"]:before {
  content: '\f045';
  font-family: 'FontAwesome' !important;
}