/*
 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
*/

/*Generales*/
a {
  text-decoration: none;
}
.sombra {
  box-shadow: 2px 2px 10px #00000066;
}

/*Footer*/
footer a,
footer p {
  margin-bottom: 12px;
}

/* Menu */
li#menu-item-49 a {
  content: url("/wp-content/uploads/2023/05/usuario-negro-18px.svg");
}
/*Header*/
.site-header {
  border-bottom: 1px solid #e2e2e2;
}

/*BLOG*/

body.blog .inside-article .entry-title,
body.category .inside-article .entry-title,
body.author .inside-article .entry-title {
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body.blog .generate-columns,
body.category .generate-columns,
body.author .generate-columns {
  padding-left: 48px;
  padding-bottom: 48px;
}

body.blog .generate-columns .inside-article,
body.category .generate-columns .inside-article,
body.author .generate-columns .inside-article {
  background-color: #fff;
  padding: 24px 24px 24px 24px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

body.blog .generate-columns .inside-article:hover,
body.category .generate-columns .inside-article:hover,
body.author .generate-columns .inside-article:hover {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}

body.blog .generate-columns,
body.category .generate-columns,
body.author .generate-columns {
  margin-bottom: 0px;
}

body.blog .entry-summary,
body.category .entry-summary,
body.author .entry-summary {
  margin-top: 12px;
}

body.blog .post-image,
body.category .post-image,
body.author .post-image {
  margin-bottom: 12px !important;
}

.single-post h2 {
  font-size: 30px;
}

.widget-area .widget h2 {
  font-size: 22px;
}
button.wp-block-search__button.wp-element-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .single-post h2 {
    font-size: 25px;
  }

  body.blog .inside-article .entry-title,
  body.category .inside-article .entry-title,
  body.author .inside-article .entry-title {
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  body.blog .generate-columns,
  body.category .generate-columns,
  body.author .generate-columns {
    padding-left: 0px;
    padding-bottom: 48px;
  }

  .widget-area .widget {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 48px;
    padding-left: 10px;
  }
  h1.product_title.entry-title {
    font-size: 40px !important;
  }
  section.related.products h3 {
    font-size: 35px !important;
  }
  .woocommerce-placeholder.wp-post-image {
    width: 100% !important;
  }
  .site-header .header-image {
    width: 130px !important;
  }
}

/* BLOQUE AUTOR */
/* Altura del contenedor del input y el botón de buscar */
.wp-block-search__inside-wrapper {
  height: 35px;
  margin-top: 12px;
}

#wp-block-search__input-1 {
  height: 35px;
}

/* Color y tamaño de la etiqueta "Buscador" */
.wp-block-search__label {
  color: #ffffff;
  font-size: 17px;
}

/* Botón de "BUSCAR" */
.wp-block-search__button {
  background: #d1184f;
  color: #fff;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
}
/* Autor container */
.autor-text {
  display: flex;
  flex-direction: column;
}

.linkedin-logo {
  order: 2;
}
.author-position {
  order: 3;
  margin-top: 12px;
}

.author-name {
  color: #d1184f !important;
  font-weight: 800;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
/* Author image */
.autor-imagen .wp-block-image {
  display: flex !important;
  justify-content: center;
}
.autor-imagen img {
  width: 80%;
}
.autor-imagen {
  margin-bottom: 48px;
}

.autor-imagen .wp-block-image img {
  height: auto;
  max-width: 100% !important;
  vertical-align: bottom;
}

/*Fin blog*/

/* 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: black;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #d1184f;
  color: white;
  border: 1px solid #d1184f;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: #dcec9a;
  color: black;
  border: 1px solid #dcec9a;
  text-transform: uppercase;
  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: #d1184f;
}
span.wpcf7-list-item-label a:hover {
  color: #d1184f;
}

.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #61616140 !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 */
/* - - - woocommerce - - - */
h2.woocommerce-loop-product__title {
  font-size: 20px !important;
}
span.price {
  font-size: 20px !important;
}
a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.wp-element-button.product_type_simple,
a.button.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_simple {
  width: 100%;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-top: 20px;
}
nav.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb a {
  color: #d1184f !important;
}
h1.product_title.entry-title {
  font-size: 50px;
}
h2.woocommerce-loop-product__title {
  font-family: "Open Sans";
}
span.woocommerce-Price-amount.amount {
  font-size: 20px;
}
.summary.entry-summary span.woocommerce-Price-amount.amount {
  font-size: 28px;
}
.summary.entry-summary .price {
  margin-top: 12px;
}
div#tab-description h2 {
  display: none;
}
section.related.products h3 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 48px;
  font-weight: 600;
  color: black;
}
section.related.products {
  margin-top: 96px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 96px;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 12px 0 0;
}
h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-notas-de-cata {
  display: none;
}
.wc-block-grid__product-title {
  font-size: 20px;
  color: black;
}
.wc-block-grid__product-price.price {
  font-size: 20px;
  color: #d1184f;
  font-weight: bold;
}
.wp-block-button.wc-block-grid__product-add-to-cart a {
  width: 100%;
  border-radius: 0;
  padding: 10px 48px 10px 48px !important;
  font-size: 16px !important;
  font-weight: bold;
}
.wc-block-grid__products {
  margin: 0;
  gap: 48px;
}
.wp-block-button.wc-block-grid__product-add-to-cart {
  width: 100%;
}
.page-hero.head-post h1 {
  text-transform: uppercase;
}
h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-informacion-adicional {
  display: none;
}
button.single_add_to_cart_button.button.alt.wp-element-button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 48px;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
  max-width: 22%;
}
@media (max-width: 800px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    max-width: 100%;
  }
  /*Banner categorias*/
  .page-hero.head-post {
    background-position: 70% 50%;
  }
  .gb-container-a20a9019 {
    background-position: 70% 50%!important;
}

}
/**/

/* - - HOME - - */
@media (max-width: 800px) {
  .gb-container.gb-container-5806cbf0 {
    background-size: contain;
  }
}
/* - - filtro - - */
h4.filter-title {
  font-size: 22px !important;
  text-transform: uppercase;
  color: #232323 !important;
}
.gb-container.gb-container-09559b7f p:first-child {
  display: none;
}
.mobile-search {
  display: none;
}
div#preset_363 {
  margin-bottom: 0;
}
@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-12 {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .tax-product_cat .inside-article {
    padding-top: 0px !important;
  }
  .tax-product_cat div#primary {
    order: 1;
  }
  .tax-product_cat div#left-sidebar {
    order: 0;
  }
}
/*Buscador*/
.search-modal-fields {
  background-color: white !important;
}
/**/