/*
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 .cky-btn-revisit-wrapper {display: none !important;}

/** ajustar altura imagenes videos **/
html .elementor-widget-video .elementor-wrapper {
    aspect-ratio: inherit !important;
    --video-aspect-ratio: inherit !important;
}
