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


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


}


@font-face {
  font-family: 'ABCFavorit-Book';
  src: url('fonts/ABCFavorit-Book.woff') format('woff');
  font-weight: normal;
}



@font-face {
  font-family: 'ABCFavorit-Light';
  src: url('fonts/ABCFavorit-Light.woff') format('woff');
  font-weight: normal;
}


/*----------------CUSTOM LOADER----------------*/
.main-loader {
	background: #e7deca; /*#9D7A41;*/
    position: FIXED;
    z-index: 9999;
    width: 100vw;
    left: 0;
}

.main-loader-top {
	top: 0;
	height: 0vh;
	transition: height 0.4s ease-out;
/* 	animation: hideLoader 400ms ease-in-out 500ms forwards; */
}

.main-loader-top.open {
	top: 0;
	height: 100vh;
}


.main-loader-bottom {
	bottom: 0;
	height: 0vh;
	transition: height 0.3s ease-in;
}
@media (min-width:992px) {
	.main-loader-bottom.open {
		bottom: 0;
		height: 100vh;
	/* 	animation: showLoader 500ms ease-in-out 0ms forwards; */
	}
}
/*----------------CUSTOM LOADER----------------*/

/* @keyframes hideLoader {
  from {height: 100vh;}
  to {height: 0vh;}
}
@keyframes showLoader {
  from {height: 0vh;}
  to {height: 100vh;}
} */










