/*
Theme Name: sayonara
Author: sayonara
Description: Your description goes here
Version: 1
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/** fix tablas ancho toda la web en responsive **/
table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
table tbody {
    display: table;
    width: 100%;
}

/* custom formulario cf7 **/
@media (min-width:1024px){
.linea-form .wpcf7-form-control-wrap{width:48%;display:inline-block;margin-right:1%;}
}
@media (max-width:1023px){
.linea-form .wpcf7-form-control-wrap{margin-right:1%;}
.linea-form .wpcf7-form-control-wrap input{margin-bottom:10px;}
.linea-form p{margin-bottom:0;}
}
.texto-form {margin-top:20px;}
.wpcf7-select{height: 50px;border-radius: 5px;width:98%;}
.wpcf7-textarea{height: 100px;border-radius: 5px;width:98%;}
.wpcf7-list-item {display: inline-block;margin: 0 0 0 0em;}
input.wpcf7-submit{margin-top:20px;}
html .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1) {display: block;}

/** cookies **/
html .cky-notice-btn-wrapper .cky-btn {padding: 5px;font-size: 14px;}


/**custom genericos**/
@media (min-width:1024px){
	.solo-tablet{display:none !important;}
}
.elementor-slideshow__title{display:none !important}

/** fix reproductor video vertical **/
@media (min-width:1024px){
	html #mep_0{width:300px !important;height:530px !important;}
	html #mep_0 video{width:300px !important;height:530px !important;}
}