/*
 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
*/


body {
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
}

blockquote,
q {
  quotes: none;
}

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;
}

/* MENU */
.site-header {
  margin-bottom: 1px;
}
 .menu-item-35 a {
  text-align: center;
  color: #fff!important;
}
 .menu-item-35 a:hover {
  color: #fff!important;
}
.menu-item-35 {
  padding: 0 10px;
  background-color: var(--accent);
  margin-left: 24px;
}
.menu-item-35:hover {
  background-color: var(--contrast);
}
@media (max-width: 768px) {
.menu-item-35 {
  width: 85%!important;
  margin-top: 12px;
}
}

/* 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;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
/*CONTACTO*/
.wpcf7 label {
  width: 100%;
  font-size: 16px;
}
.form p {
  font-size: 14px;
}
.wpcf7 .wpcf7-submit {
  background: #046A38;
  color: #fff;
  font-weight: 600;
}
.wpcf7 .wpcf7-submit:hover {
  background: #111111;
  font-weight: 600;
}
.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  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: 16px;
  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;
}
.button,
.wp-block-search__button {
  padding: 12px 30px;
  font-weight: 500;
  text-transform: uppercase;
}

/* PROYECTOS */
.proyecto {
  text-align: center;
  border: solid 1px #D4D4D4;
  padding-top: 24px;
}
.img-proyecto {
  display: flex;
  justify-content: center;
  align-items: center; 
  height: 100px;
}
.proyecto:hover {
  text-align: center;
  border: solid 1px #046A38;
}
.proyectos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.post-info p {
  font-size: 16px;
	color: #111111;
}
.img-proyecto img {
	width: 180px;
}
.single-proyectos .inside-article {
  padding-top: 12px;
}
@media (mAX-width: 800px) {
	.proyectos-grid {
  grid-template-columns: repeat(1, 1fr);
}
}
.slides img,
.proyecto {
  filter: grayscale(100%)!important;
}
.slides img:hover,
.proyecto:hover {
  filter: grayscale(0%)!important;
}
.slides li {
  display: flex!important;
  align-items: center!important; 
  height: 100px!important; 
}