/*
Theme Name:     Yootheme Child Especialistas Web
Theme URI: 		http://yootheme.com/
Description:    Tema Yootheme Child customizado por Especialistas Web
Author:         Especialistas Web
Author URI:		https://especialistasweb.es
Template:       yootheme
Version:        1.0.0
*/

@font-face {
    font-family: 'Noway';
    src: url("fonts/noway-regular-webfont.ttf") format("truetype"), 
		 url("fonts/noway-regular-webfont.woff") format("woff");

}
@font-face {
    font-family: 'Noway';
    src: url("fonts/noway_regular_italic-webfont.ttf") format("truetype"),
		 url("fonts/noway_regular_italic-webfont.woff") format("woff");
	font-style: italic;
}
@font-face {
    font-family: 'Noway';
    src: url("fonts/noway-bold-webfont.ttf") format("truetype"),
		 url("fonts/noway-bold-webfont.woff") format("woff");
	font-weight: bold;
}
@font-face {
    font-family: 'Noway';
    src: url("fonts/noway_bold_italic-webfont.ttf") format("truetype"), 
		 url("fonts/noway_bold_italic-webfont.woff") format("woff");
	font-weight: bold;
	font-style: italic;
}


.grecaptcha-badge {
    visibility: collapse !important;
}


/* FORMULARIOS DE CONTACTO */

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
    width: 100%;
    font-size: 1.1em;
    padding: 5px;
    border: solid 1px transparent;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    height: 30px;
}

.wpcf7 {
    background: #F6f6f6;
    padding: 40px;
    border: solid 2px #00A19A;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
}