/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   Divi-Child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

 
footer {
	display: none;
}
#page-container {
	padding-top: 0 !important;
}
 
/*---- TYPOGRAPHY ----------------------------------*/

p {
	line-height: 1.3;
}
a {
	border-bottom: 2px solid #e0b28d;
	display: inline-block;
	line-height: 0.85;
}



/*---- LAYOUT ----------------------------------*/

.row-valign .et_pb_column {
	flex-direction: column;
	display: flex;
	justify-content: center;
	row-gap: 20px;
}
.but01 {
	padding-right: 2.8em !important;
	padding-left: 1.8em !important;
	padding-top: 0.6em;
	padding-bottom: 0.6em;	
}
.et_pb_button.but01:hover {
	border-color: #404040 !important;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	background-color: transparent !important;
}
.but01:after {
	margin-left: 0;
}


/*---- BOOKING ----------------------------------*/


.is-widget #sb_main #header {
	box-shadow: none;
}
.is-widget #main #main-content #sb_content.masked {
	background-color: #f1e9db !important;
}
.is-widget #sb_datetime_step_container > .title {
	display: none;
}
@media all and (min-width: 1024px) {
	#sb_main #header {position: static;}
	#sb_main #header .items-wrapper {margin-right: -50px;}
}
