/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* header */
body:not(.logged-in) .get-ticket,body.logged-in  .register-button{display: none !important;}

body.logged-in .get-ticket,body:not(.logged-in)  .register-button{display: block !important;}
.header-logo img {
    height: 140px;
    width: auto !important;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	top: 0;
}
.bms-login-button a{
    position: relative;
    display: flex;
}
.bms-login-button a:after {
    content: 'Login/Register';
    color: #FFF;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

body.logged-in  .bms-login-button a:after {
	content: 'Dashboard' !important;}
@media (max-width: 767px) {	
	.header-logo img {
		height: 75px !important;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
}