/*
 Theme Name:   BirdCom
 Theme URI:    https://birdcom.es
 Description:  BirdCom Comunicación y Diseño
 Author:       Dani Moreno
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

a {
  text-decoration: none;
}

/*footer*/
.mi-footer p,
.mi-footer a {
  margin-bottom: 12px;
}
.mi-footer h4 {
  font-weight: 700px;
}

/* HOME*/
.sombra {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: 1 0 20%;
  max-width: 25%;
}
ul.wc-block-grid__products li {
  margin: 0 12px;
}

@media (max-width: 800px) {
  .icon-home {
    text-align: center;
  }
  .gb-container-5a50f563:before {
    opacity: 0.3 !important;
  }
}

/*- - - - WOOCOMMERCE - - - */
h2.woocommerce-loop-product__title {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
h2.woocommerce-loop-product__title,
.wc-block-grid__product-title {
  font-size: 20px !important;
  color: #333333;
  font-weight: 700;
}
h2.woocommerce-loop-product__title:hover {
  color: #ea0e2c;
}
span.price,
.wc-block-grid__product-price.price {
  font-size: 20px !important;
}
a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.wp-block-button__link.wp-element-button.add_to_cart_button.ajax_add_to_cart,
a.wp-block-button__link.wp-element-button.add_to_cart_button.ajax_add_to_cart {
  width: 100%;
  border-radius: 0;
  padding: 10px 0;
  font-size: 16px;
}
.wp-block-button.wc-block-grid__product-add-to-cart {
  width: 100%;
}
section.related.products {
  margin-top: 96px;
  text-align: center;
}
section.related.products h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0;
  }
}

/* FILTRO */
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a,
.yith-wcan-filters
  .yith-wcan-filter
  .filter-items
  .filter-item.active
  > label
  > a {
  color: #333;
}
div#preset_109 {
  margin-bottom: 48px;
}
.mobile-search {
  display: none;
}
@media (max-width: 800px) {
  .mobile-search {
    display: block;
    margin-bottom: 0;
  }
  .search-filter {
    display: none !important;
    padding: 10px 10px 40px 10px;
    margin-top: 24px;
    width: 100%;
  }
  .show-filter {
    display: block !important;
  }
  aside#block-8 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  aside#block-9 {
    padding: 0;
  }
  .tax-product_cat .inside-article {
    padding-top: 0 !important;
  }
  .tax-product_cat div#primary {
    order: 1;
  }
  .tax-product_cat div#left-sidebar {
    order: 0;
  }
  div#preset_109 {
    margin: 48px 0px;
  }
}

/* CONTACT FORM 7 */
#responsive-form {
  max-width: 90%
    /*60% /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
  margin: 5 auto;
  width: 100%;
}
.form-row {
  width: 100%;
}
.column-half,
.column-full {
  float: left;
  position: relative;
  padding: 0.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.wpcf7-spinner::before {
  background-color: #ea0e2c;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: white;
  color: #ea0e2c;
  border: 1px solid #ea0e2c;
  border-radius: 50px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #ea0e2c;
  color: white;
  border: 1px solid #ea0e2c;
  border-radius: 0px;
}
.leyes p {
  font-size: 12px;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}

.wpcf7 label {
  width: 100%;
  font-size: 18px;
}
span.wpcf7-list-item-label a {
  color: #ea0e2c;
}
span.wpcf7-list-item-label a:hover {
  color: #ea0e2c;
}

.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #333 !important;
  font-size: 18px;
  margin-bottom: 0px;
  border-width: 2px;
  background: white;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px !important;
}

.wpcf7-form-control-wrap > select {
  width: 100% !important;
}

.wpcf7-submit {
  width: 100%;
  border-radius: 5px;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 15px;
  /*para centrar*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  /**************/
}

.wpcf7-list-item {
  margin: 6px 6px !important;
}

.form-row p {
  margin-bottom: 0.2em;
}
span.wpcf7-spinner {
  display: none;
}

/* FIN */
