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


@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.hero-banner {
    margin-bottom: 100px !important;
	transition: all 0.2s !important;
}

.banner {
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,.17) !important;
}

.bardur-fp {
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,.17) !important;
}

.page-wrapper {
    padding-top: 80px !important;
    padding-bottom: 30px;
}

.pwb_tab_tab a {
	display: none !important;
}

.forsida-slider-btn {
	margin-top: 30px !important;
}


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


}