/*
Theme Name: IPMKT
Theme URI:  https://ip-marketing.es
Author:     IP-Marketing
Author URI: https://ip-marketing.es
Template:   Divi
Version:    1.0
License:    GNU General Public License v2 or later
*/
/*PAGINA CARTA*/
.elfsight-widget-pdf-embed.elfsight-widget {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 980px) {
	.eape-embed-file-wrapper.jsx-2169554057 {
		height: 50vh !important;
	}
	.eape-widget-container.jsx-553791789 {
		padding: 0 !important;
	}
	
}
/*PAGINA RESERVAS*/
.reservation > legend:nth-child(1), .rtb-contact > legend:nth-child(1) {
  display: none;
}
@media screen and (min-width: 980px) {
	.reservation, .rtb-contact {
		display: grid;
		grid-template-columns: 33% 33% 33%;
		column-gap: .5em;
	}	
}

.reservation input,.rtb-contact input,.rtb-contact select,.reservation select {
	min-width: 100%;
	padding: 1em;
}
.add-message a, .rtb-confirm a {
	color: #000;
}
.add-message a:hover, .rtb-confirm a:hover {
	opacity: .7;
}
.rtb-booking-form .message textarea {
	height: auto !important;
}
.rtb-form-submit button {
	border: 1px solid #364151;
	background-color: #364151;
	padding: 1em 2.5em;
	font-size: 1.5em;
	color: #fff;
}
.rtb-form-submit button:hover {
	background-color: #fff;
	color: #364151;
	cursor: pointer;
}