/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.14.1536306600
Updated: 2018-09-07 07:50:00

*/

/* to fix button position at reservation form 
.section-home-contact-form .et_contact_bottom_container {
    float: left;
	border: 2px solid red;
}

.section-home-secondrow-right {
	background-color: #131425;
}


@media (min-width: 981px) {
.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
	background-color: red;
	}
}
*/