/*
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.   ***************/

#main, 
#wrapper,
.footer-1,
.footer-2 {
    background: #1e1e1e;
    position: relative;
}
figure.wp-caption {
	text-align: center;
}
.nav-dropdown {
	background: #191919;
	border-radius: 15px;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
	color: #fff !important;
}

.wp-block-search__button.wp-element-button {
	padding: 0 1rem;
}

.footer-1 .is-divider,
.footer-2 .is-divider {
	display: none;
}

.widget-title {
	padding-bottom: 1rem;
	display: block;
}

@media screen and (min-width: 850px) {
    .row-large>.col, .row-large>.flickity-viewport>.flickity-slider>.col {
        margin-bottom: 0;
        padding: 0 10px 30px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

