/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 26 2026 | 10:55:07 */
.top-bar {
	background: #714b67;
	display: flex;
	flex-wrap: nowrap;
	color: #fff;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 10px;
}
.top-bar-btn {
	color: #fff;
	background: #044fa5;
	font-size: 11px !important;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em !important;
	letter-spacing: .6px;
	border-radius: 30px 30px 30px 30px;
	padding: 10px 38px;
	text-decoration: none;
	font-family: Montserrat, sans-serif;
}
.top-bar-btn:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.top-bar p {
    margin-bottom: 0;
	font-family: Montserrat, sans-serif;
	line-height: 1.2em !important;
}
	@media only screen and (max-width: 767px) {
		.top-bar p {
    font-size: 10px;
		}
		.top-bar-btn {
			font-size: 8px !important;
			padding: 10px 15px;
		}
		.top-bar {
			gap: 10px !important;
		}
	}
		@media only screen and (max-width: 390px) {
		.top-bar p {
    display: none !important;
			}
	}