/*
Theme Name: Kallyas
Theme URI: http://kallyas.net/
Description: A Highly customizable theme with page builder and unlimited colors.
Author: Hogash
Author URI: http://themeforest.net/user/hogash
Version: 4.15.16
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: zn_framework
*/

/*
	** PLEASE DON'T ADD ANY CSS HERE !!!
	This file will be overwritten on updates and your CSS will be lost.

	Instead, please use Kallyas Child theme's style.css ( https://my.hogash.com/documentation/installing-the-child-theme/ )
	Or, access Kallyas options > Advanced > Custom CSS and add your CSS there.
*/

/* Estilos del Boton Fixed de reservas */

.side_bt_apply_coral.fixed_coral a {
    opacity: 100;
    visibility: visible;
}
.side_bt_apply_coral a {
    text-align: center;
}

.side_bt_apply_coral a {
    background: #1e8418;
    box-shadow: 3px 4px 3px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 180px;
    position: fixed;
    right: 0;
    top: 45%;
    width: 50px;
    z-index: 9999;

}
 
.side_bt_apply_tx_coral {

    display: block;
    margin-top: 43px;
    transform: rotate(90deg);
    width: 100%;
    white-space: nowrap;

}

.side_bt_apply_coral.fixed_coral a {
    visibility: visible;
}
.side_bt_apply_coral a {
    text-align: center;
}

.desktop_only_coral:hover {
	color: #ffffff !important;
}

/* FIN Estilos del Boton Fixed de reservas */


/* Corregir en todas las paginas menos en el home que se despliegue el slider en responsivo */
@media (max-width: 991px){
	#eluidb9a1d35a, #eluidbf972b2d, #eluid82b7906e, #eluidbb09ea82, #eluid349b15f2, #eluid7687988e {
		display: none !important;
	}
	 
	.eluid531e4ca6, .eluid9b05d8e1 {
		margin-top: 17% !important;
	}
 	
	#cookie-notice {
		min-width: 50% !important;
		width: 50% !important;
	}
}