/*
 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;
}

* { cursor: none; }

#cur {
  position: fixed;
  width: 14px;
  height: 18px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -60%);
}

#cur-ring {
  position: fixed;
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(0, 210, 255, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: width .25s ease, height .25s ease, border-color .25s ease;
}

#cur {
  overflow: visible;
}

li#menu-item-48 a {
  background: var(--base);
  padding: 12px 30px !important;
  margin-left: 20px;
  text-align: center;
	border-radius: 50px;
	color: var(--contrast); 
}
li#menu-item-48 a:hover {
  background: var(--contrast-2);
	color: #fff;
}
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
  background-color: rgba(0, 0, 0, 0);
	}    
@media (max-width: 1000px) {
li#menu-item-48 a {
  width: 90%;
  margin-top: 24px;
}
}

/*CONTACTO*/
#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;
}

.column-half p,
.column-full p {
	margin-bottom: 6px;
}
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
.wpcf7 label {
  width: 100%;
  font-size: 16px;
}
.form p {
  font-size: 11px;
  text-align: justify;
}
.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #61616140 !important;
  font-size: 15px;
  margin-bottom: 0px;
  border-width: 2px;
  background: white;
  border-radius: 3px;
}
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;
	border-radius: 50px;
}
.wpcf7-list-item {
  margin: 6px 6px !important;
}