/*
 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;
}
@media (max-width: 768px) {
.site-logo {
  width: 160px;
}
}
.site-logo {
	z-index: 99;
}
.main-navigation.mobile-menu-control-wrapper,
.sc-sbsi7l-0.cLcbjv {
	display: none;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  h1 {
    font-size: 50px;
  }
.gb-element-6f89b73f {
    padding-bottom: 220px;
    padding-top: 250px;
}
}

/* 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;
}
.wpcf7 .wpcf7-submit {
  border-radius: 8px;
}
.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border-radius: 5px;
  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;
}
/* FIN CONTACTO */

.fadeTop {
  opacity: 0;
  transform: translate(0, 15vh);
  transition: all 1s;
}
.fadeRight {
  opacity: 0;
  transform: translate(10vh, 0vh);
  transition: all 1s;
}
.fadeLeft {
  opacity: 0;
  transform: translate(-10vh, 0vh);
  transition: all 1s;
}
.visible {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

