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

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


.container {
    padding-left: 0;
    padding-right: 0;
}
.slider-nav-outside .flickity-page-dots, .row-slider .flickity-page-dots {
    bottom: -35px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    direction: rtl;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	direction: rtl;
}

a {
    color: #db6504;
    text-decoration: none;
    font-weight:800;
}

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


}