/*
Theme Name: Camela
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.is-divider{
	display: none !important;
}
.row_coresldei .flickity-prev-next-button {
    display: block;
    opacity: 1;
    top: 20%;
} 
.row_coresldei .flickity-prev-next-button svg path{
	fill:#fff;
}
.form_booking input.wpcf7-form-control.wpcf7-text.wpcf7dtx.wpcf7dtx-text {
    box-shadow: unset;
    border-bottom: 1px solid #eee;
    border-top: unset;
    border-left: unset;
    border-right: unset;
}