/* Start custom CSS *//*Audio player width*/
.flizmoz-profile .mejs-container {
    width: auto !important;
}

/*Audio player height*/
.mejs-controls {
	 height: 40px !important; 
}

/*Print version text colour*/
.elementor a {
	color: #ff9e18;
}

/*Title BG Colour*/
.page-header.wpex-supports-mods {
    background-color: #fff !important;
		border: none !important;
}

/*Title Margin*/
.wpex-mb-40 {
	margin-bottom: 0px !important;
}

/*Title Padding*/
.wpex-py-20 {
    padding-top: 05px !important;
    padding-bottom: px !important;
}

/*Title Font size*/
.page-header .page-header-title {
    font-size: 30px !important;
}

/*Remove column gap*/
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

/*Remove column gap*/
.elementor-column {
    min-height: 0 !important;
}

/*Header height*/
#site-header.fixed-scroll {
    height: 15vh;
}


/*Link hover colour*/
.elementor a:hover {
    color: #ff9e18 !important;
}

#site-logo img {
    max-height: 50px !important;
}

#site-header.fixed-scroll {
    height: 10vh !important;
}

.page-header-content .rlfm-subtitle {
    font-size: 18px !important;
}

.wpex-py-20 {
    padding-bottom: 5px !important;
}

#site-header {
    margin-bottom: 5px !important;
}/* End custom CSS */