/*
 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
*/
@import url("https://fonts.googleapis.com/css2?family=Gupter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

h1,
h2,
h3 {
  font-family: "Josefin Sans", sans-serif;
}

body {
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
}

blockquote,
q {
  quotes: none;
}

li {
  margin-bottom: 12px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  font-size: 16px;
}

a {
  text-decoration: none;
}

.no-margin {
  margin: 0px !important;
}
/* CONTACT FORM 7 */
.ley p {
  font-size: 12px;
}
#responsive-form {
  max-width: 90%;
  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;
}

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

.wpcf7 label {
  width: 100%;
  font-size: 18px;
}

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

input[type="date"] {
  height: 48px;
  padding: 10px;
  color: grey;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px !important;
}

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

.wpcf7-submit {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.form-row p {
  margin-bottom: 0.2em;
}
input[type="submit"] {
  background: var(--contrast-2);
}
input[type="submit"]:hover {
  background: var(--contrast-3);
}
#Newsletter .wpcf7-form-control.wpcf7-acceptance label {
    background: none !important;
}
#Newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 50%;
    margin: 0;
    padding: 4px;
}
div#Newsletter p {
    margin: 0;
}

/* CONTACT FORM 7 */
#responsive-form {
  max-width: 90%;
  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;
}
.column-full-2 {
  float: left;
  position: relative;
  padding: 0.4rem;
  margin-top: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

/*CONTACTO*/
.gb-container-a47c3bfd,
.gb-container-20dbd658 {
  padding: 0px !important;
  margin-top: 20px !important;
}

.numeros {
  background: #62c1ca;
  color: white;
  width: 40px;
  text-align: center;
  border-radius: 5px;
}

.wpcf7-form-control.wpcf7-acceptance label {
  width: 100%;
  font-size: 16px;
  padding: 0px !important;
  border-radius: 0px !important;
  color: #000 !important;
}

.form-row-2 label {
  width: 100%;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.19);
}

.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #61616140 !important;
  font-size: 16px;
  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%;
  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;
}

/* FIN CONTACTO */

/*BLOG*/
.single-post img {
	margin-bottom: 24px;
}

body.blog .inside-article .entry-title,
body.category .inside-article .entry-title,
body.author .inside-article .entry-title {
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 24px;
}

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;
}

@media (max-width: 768px) {
  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;
  }
}


/* Blog home */
.gb-container-d3267a9c .wp-block-latest-posts__post-title {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
	color: #101721;
}

.wp-block-latest-posts__featured-image img {
  height: 200px;
  width: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 48px 0px 0;
}

.wp-block-latest-posts__post-excerpt .read-more-container {
  margin-top: 24px;
}

.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts {
    margin: 0em;
}

@media (min-width: 600px) {
.wp-block-latest-posts.columns-3 li {
  width: calc(30%);
  }
}

@media (max-width: 800px) {
.wp-block-latest-posts.is-grid li {
  margin: 24px 0px;
}
.wp-block-latest-posts.columns-3 li {
  width: calc(100%);
  }
.mobile-menu {
  display: none;
	}
}
