/*
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.   ***************/
.title-footer {
    margin-bottom: 1.75rem;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    border-left: 3px solid #fff;
    line-height: 24px;
    padding-left: .5rem;
}

.custom-slider .flickity-slider>.row:not(.is-selected) {
    opacity: 1 !important;
}

.custom-slider .flickity-slider>.row:not(.is-selected) {
    opacity: 1 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.custom-slider .flickity-slider>.row:not(.is-selected) {
        opacity: 0 !important;
    }

}