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

.html_topbar_right .custom-login-btn {
    background-color: #e87a2e;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 6px;
	font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.html_topbar_right .custom-login-btn:hover {
    background-color: #b96124;
	color: #fff !important;
}

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


}