/*
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.   ***************/
:root{
	--pri-color:#046A38;
	--sec-color:#AD841F;
    --th-color:#13322B;
    --light-yellow:#FDD26E;
	--white:#fff;
	--black: #13322B;
    --light-white:#EDE8E0;
}
::-webkit-scrollbar {
     background-color: #fff;
     height: 6px;
     width: 8px;
}
 ::-webkit-scrollbar-thumb {
     background: rgba(0, 0, 0, .2);
     border-radius: 10px;
}
#subbar a:hover{
    color:#261E4F;
}

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

}