/* ==========================
   Global Styles
========================= */

html {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
}
body {
	/*font-family: 'Bebas Neue', sans-serif;*/
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	background: #0b0d12;
	color: #e9eefc;
	overflow-x: hidden;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
	line-height: 1.5; 
}

/* ===============================
  Accessibility Styles
   =============================== */

/* Focus outlines for keyboard navigation */
a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: 2px solid #0068c2; /* or another high-contrast color */
	outline-offset: 2px;
}

/* Screen reader only (visually hidden but accessible) */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text {
	position: absolute;
	left: -9999px;
}

.screen-reader-text:focus {
	left: 0;
	top: 0;
	background: #fff;
	color: #000;
	padding: 8px;
	z-index: 100;
}

/* === Main Header styles === */

.site-header__menu {
    display: flex;
    /*align-items: center;*/
}

/*.site-header__menu_group {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 16px;*/
/*    margin-left: auto;*/
/*    flex-wrap: nowrap;*/
/*}*/

.site-header .main-navigation {
    display: flex;
    align-items: center;
}

.site-header .main-navigation ul {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
}

/* ✅ THIS is the important bit: make the header's inner container the flex row */
.site-header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*.site-header .site-header__menu_group {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 16px;*/
/*  margin-left: auto; */
/*}*/

/* Optional: if the button still sits “off”, use line-height instead of killing padding */
.site-header .site-header__menu_group a.btn {
  line-height: 1;
}

@media (min-width:960px){
    .site-header .main-navigation li {
        padding-left: 0;
    }
}

.site-header {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	padding: 1.04% 0;
	background-color: #000;
}

/* Banner image */
.my-banner-bg-image {
	opacity: 0.55 !important;
	top: auto !important;
}

/* === Media Navigation styles === */
/*
.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
}
*/
@media (min-width: 960px) {
	.desktop-search-icon {
		background-color: transparent;
		border: none;
		cursor: pointer;
		transition: background-color 0.3s ease;
		top: 5px !important;
	}

	.desktop-search-icon:hover {
		background-color: rgba(0, 0, 0, 0.1); /* subtle highlight */
	}
	.desktop-search-icon .fa-search {
		font-size: 1.2rem; /* adjust size */
		/* color: #0068c2; */
		transition: color 0.3s ease;
	}
}


/* === Music Release page styles === */

.releases-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	padding: 2rem 0;
}

.release-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 1rem;
	text-align: center;
}
.release-cover {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.track-heading {
	font-size: 2.5rem;
	font-weight: lighter;
	color: #333;
}

.track-heading a {
	text-decoration: none;
}

/* === Front page styles === */

/* RG: Make "See an example brief" stand out */
a.btn.ghost[href*="add-new-brief"]{
  text-decoration: underline;
  text-underline-offset: 4px;
}

a.btn.ghost[href*="add-new-brief"]:hover,
a.btn.ghost[href*="add-new-brief"]:focus{
  text-decoration-thickness: 3px;
  outline: 2px solid currentColor;
  outline-offset: 2px;
}


/* .video-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -1;
} */

/* .video-background video {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */

/* .image-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url('http://localhost:8888/wordpress/wp-content/themes/dev.rgenmusic/images/homepage-background-image.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
} */

/*.overlay-text {*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	transform: translateY(-50%);*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	align-items: center;*/
/*	justify-content: center;*/
	/* color: white; */
/*	color: #000;*/
/*	z-index: 10;*/
/*	text-align: center;*/
/*}*/

/*.main-title {*/
/*	font-size: 7.25em;*/
/*	text-transform: uppercase;*/
/*}*/

/*.word-rotator {*/
/*	z-index: 10;*/
/*	height: 3em;*/
/*	width: 100%;*/
/*	position: relative;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	margin: 0 auto;*/
/*}*/

/*.word-rotator .word {*/
/*	opacity: 0;*/
/*	animation: fadeWords 6s infinite;*/
/*	text-align: center;*/
/*	position: absolute;*/
/*}*/

/*.word-rotator .word2 {*/
/*	animation-delay: 2s;*/
/*}*/

/*.word-rotator .word3 {*/
/*	animation-delay: 4s;*/
/*}*/

/*@keyframes fadeWords {*/
/*	0%,*/
/*	100% {*/
/*		opacity: 0;*/
/*	}*/
/*	10%,*/
/*	30% {*/
/*		opacity: 1;*/
/*	}*/
/*	50% {*/
/*		opacity: 0;*/
/*	}*/
/*}*/


/* === 404 page === */

.error-404 {
	text-align: center;
	padding: 4rem 1rem;
}

.error-404 .page-title {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.error-404 .button {
	background-color: #0068c2;
	color: #fff;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	border-radius: 4px;
}

/* === Main Account page styles === */

/* Message Blocks */
.account-notice-success,
.acoount-notice-error {
	padding: 1rem 1.25rem;
	/* border-radius: 0.5rem; */
	margin-bottom: 1.5rem;
	font-size: 0.95rem;
	line-height: 1.5;
}
/* you this for all notices */
.account-notice-success {
	background-color: #e6f4ea;
	border: 1px solid #4caf50;
	color: #256029;
}

.account-notice-error {
	background-color: #fdecea;
	border: 1px solid #f44336;
	color: #7b1c1c;
}

.account-notice-error p {
	margin: 0 0 0.5rem;
}

/* Account Form Container */
.acf-account-form.form-container {
	background-color: #ffffff;
	padding: 2rem;
	/* border-radius: 0.75rem; */
	/* border: 1px solid #e0e0e0; */
	max-width: 600px;
	margin: 0 auto;
}

/* Form Fields */
.acf-form-fields .form-group {
	margin-bottom: 1.25rem;
}

.acf-form-fields {
	max-width: 600px; /* or 100%, or whatever width you want */
	width: 100%;
}

.form-label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #333;
}

.form-input {
	width: 100%; /* fills the parent form-group */
	padding: 12px 16px;
	font-size: 16px; /* larger text */
	height: auto; /* let padding control the height */
	border: 1px solid #ccc; /* optional: clearer border */
	border-radius: 4px; /* optional: rounded corners */
	box-sizing: border-box; /* includes padding in total width */
}

/* .form-input {
	width: 100%;

	border: 1px solid #ccc;
	border-radius: 0.5rem;
	font-size: 1rem;
	transition: border-color 0.3s, box-shadow 0.3s;
} */

.form-input:focus {
	border-color: #0068c2;
	box-shadow: 0 0 0 3px rgba(0, 104, 194, 0.2);
	outline: none;
}

/* Submit Button */
.form-actions {
	margin-top: 1.75rem;
}

.form-button {
	background-color: #0068c2;
	color: #fff;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.form-button:hover {
	background-color: #0052a3;
}

/* === Main Dashboard styles === */

.dashboard-container {
	max-width: 1000px;
	margin: 50px auto;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
}

/* Heading */
.dashboard-container h1 {
	font-size: 2rem;
	color: #0068c2;
	margin-bottom: 15px;
}

/* Paragraph */
.dashboard-container p {
	font-size: 1.1rem;
	color: #333;
	margin-bottom: 20px;
}

/* Dashboard menu */
.dashboard-menu {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
}

/* Dashboard menu buttons */
.dashboard-menu a {
	display: inline-block;
	padding: 10px 20px;
	background: #0068c2;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.3s;
}

/* Hover effect */
.dashboard-menu a:hover {
	background: #004e94; /* Darker blue on hover */
}

/* === Main Profile styles === */

.my-banner-bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* ensures image fills the area without stretching */
	display: block;
}

/*
.profile-container {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
*/

.profile-header {
	display: flex;

	align-items: center;

	justify-content: center;

	margin-bottom: 20px;
}

.profile-picture img {
	width: 120px;
	height: 120px;

	border-radius: 50%;

	object-fit: cover;

	border: 2px solid #0068c2;
}

/* Profile Information */
h3 {
	font-size: 1.5rem;

	margin-bottom: 10px;

	color: #0068c2;
}
/* Not sure about below code */
.profile-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

.profile-info h2 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.profile-info p {
	margin: 3px 0;
}

/* input[type='text'],
textarea,
select,
input[type='file'] {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
} */

textarea {
	/* Allow the text area to resize vertically */
	resize: vertical;
	/* Set minimum height for the text area */
	min-height: 150px;
}

input[type='submit'] {
	/* Set background color for submit button */
	background-color: #0068c2;
	/* Set text color for submit button */
	color: white;
	/* Remove default border */
	border: none;
	/* Add padding inside the submit button */
	/*padding: 12px 20px;*/
	/* Add rounded corners to the submit button */
	border-radius: 4px;
	/* Change the cursor to a pointer on hover */
	cursor: pointer;
	/* Set font size for the submit button */
	font-size: 1rem;
}

input[type='submit']:hover {
	/* Change the background color on hover */
	background-color: #0056a3;
}

a:hover {
	/* Add underline to links on hover */
	text-decoration: underline;
}

/* Mobile Styles (Responsive) */
@media (max-width: 767px) {

	.profile-picture img {
		/* Reduce size of profile picture on mobile */
		width: 100px;
		height: 100px;
	}

	h3 {
		/* Decrease font size for mobile view */
		font-size: 1.3rem;
	}

	input[type='text'],
	input[type='email'] {
		padding: 8px;
	}

	input[type='submit'] {
		/* Make submit button full width on mobile */
		width: 100%;
		/* Adjust padding for the submit button */
		padding: 12px 0;
	}
}

/* Desktop Styles */
@media (min-width: 768px) {
	.profile-header {
		/* Set header elements to align horizontally on desktop */
		flex-direction: row;
		/* Align header items to the left */
		justify-content: flex-start;
	}

	.profile-container {
		/* Add more padding inside the profile container on desktop */
		padding: 25px;
	}

	.profile-picture {
		/* Align the profile picture to the left */
		text-align: left;
		/* Add more space to the right of the profile picture */
		margin-right: 30px;
	}

	.profile-picture img {
		/* Increase profile picture size on desktop */
		width: 150px;
		height: 150px;
	}

	h3 {
		/* Increase font size for profile headings on desktop */
		font-size: 1.6rem;
	}

	input[type='submit'] {
		/* Add extra padding to submit button on desktop */
		padding: 14px 22px;
	}
}



/* =====================
  WPForms Global Reset
===================== */

/*.wpforms-form {*/
/*	max-width: 100%;*/
/*	width: 100%;*/
/*	background: transparent;*/
/*	padding: 0;*/
/*	margin: 0 auto;*/
/*}*/


/*.wpforms-field-name fieldset {*/
/*	border: none;*/
/*	padding: 0;*/
/*	margin: 0 0 1.5rem 0;*/
/*}*/

/*.wpforms-field-name .wpforms-field-row {*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	gap: 1rem;*/
/*}*/

/*.wpforms-field-name .wpforms-field-row > div {*/
/*	flex: 1 1 0;*/
/*	min-width: 100px;*/
/*}*/

/*.contact-form-container .wpforms-field input[type="text"],*/
/*.contact-form-container .wpforms-field input[type="email"],*/
/*.contact-form-container .wpforms-field textarea {*/
/*	width: 100%;*/
/*	padding: 0.75rem 1rem;*/
/*	border: 1px solid #ccc;*/
/*	border-radius: 0.5rem;*/
/*	font-size: 1rem;*/
/*	background: #fff;*/
/*	color: #000;*/
/*	box-sizing: border-box;*/
/*}*/

/* Labels */
/*.wpforms-field label {*/
/*	font-weight: 600;*/
/*	display: block;*/
/*	margin-bottom: 0.5rem;*/
/*	font-size: 1rem;*/
/*}*/

/*.wpforms-field .wpforms-field-row > div label {*/
/*	font-size: 0.875rem;*/
/*	color: #666;*/
/*	margin-bottom: 0.25rem;*/
/*}*/


/*.wpforms-field textarea {*/
/*	min-height: 150px;*/
/*	resize: vertical;*/
/*}*/

/* Submit Button */

/*.wpforms-submit {*/
/*	background-color: #0068c2; */
/*	color: #fff;*/
/*	border: none;*/
/*	padding: 0.75rem 1.5rem;*/
/*	border-radius: 0.5rem;*/
/*	font-weight: bold;*/
/*	font-size: 1rem;*/
/*	cursor: pointer;*/
/*	transition: background-color 0.3s ease;*/
/*}*/

/*.wpforms-submit:hover {*/
/*	background-color: #0054a1;*/
/*}*/

/* Spacing between fields */
/*.wpforms-field {*/
/*	margin-bottom: 1.5rem;*/
/*}*/

/* === Main Registration page styles === */

/*.custom-registration-form p {*/
/*	font-size: 0.75rem;*/
/*}*/

/*.registration-container {*/
/*	max-width: 600px;*/
/*	margin: 0 auto;*/
/*	padding: 20px;*/
/*	border-radius: 8px; */

/*}*/


/*below styles needed*/
.custom-registration-form input {
	width: 100%; 
	padding: 12px; 
	margin-bottom: 15px; 
	border: 1px solid #ccc; 
	border-radius: 4px; 
	box-sizing: border-box;
}


.custom-registration-form input[type='submit'] {
	background-color: #0068c2; 
	color: white; 
	border: none; 
	cursor: pointer;
	font-size: 16px; 
	padding: 12px; 
	border-radius: 4px; 
	width: 100%; 
}

/* Hover effect for the submit button */
.custom-registration-form input[type='submit']:hover {
	background-color: #0051a2; /* Changes the background color to a darker blue on hover */
}

.registration-error-message {
	color: red;
	font-size: 0.9em;
	margin-top: 5px;
	text-align: center;
}

/* === Registration success styles === */

/* This styles the container that shows the registration success message */
.registration-success-container {
	text-align: center; /* Centers the text inside the box */
	max-width: 600px; /* Sets a maximum width of 600 pixels */
	margin: 50px auto; /* Adds space around the box (50px top/bottom, auto centers it) */
	padding: 20px; /* Adds space inside the box for better spacing */
	border: 1px solid #ddd; /* Gives the box a light gray border */
	border-radius: 8px; /* Rounds the corners of the box slightly */
	background: #f9f9f9; /* Sets a light gray background color */
	min-height: 63vh;
}

/* This styles the button */
.button {
	display: inline-block; /* Makes the button behave like a block but fit its content */
	padding: 10px 20px; /* Adds space inside the button (10px top/bottom, 20px left/right) */
	margin: 10px; /* Adds space around the button */
	background: #0068c2; /* Sets the button color to blue */
	color: #fff; /* Makes the text color white */
	text-decoration: none; /* Removes the underline from links */
	border-radius: 5px; /* Rounds the button's corners slightly */
}

/* This styles the button when the user hovers over it */
.button:hover {
	background: #0054a6; /* Changes the button color to a darker blue */
}

/* === Add new brief page styles === */

/*
.briefs-form {
	background: #f9f9f9;
	padding: 2rem;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.briefs-form form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.briefs-form label {
	font-weight: 600;
	margin-bottom: 0.5rem;
	display: block;
	color: #333;
}

.briefs-form input[type='text'],
.briefs-form input[type='number'],
.briefs-form input[type='date'],
.briefs-form textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s;
}

.briefs-form input[type='text']:focus,
.briefs-form input[type='number']:focus,
.briefs-form input[type='date']:focus,
.briefs-form textarea:focus {
	border-color: #0068c2;
	outline: none;
}

.briefs-form textarea {
	min-height: 150px;
	resize: vertical;
}

.briefs-form input[type='submit'] {
	background-color: #0068c2;
	color: #fff;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 8px;
	font-size: 1.1rem;
	cursor: pointer;
	transition: background-color 0.3s;
}

.briefs-form input[type='submit']:hover {
	background-color: #0050a0;
}
*/

/* === Event Summery styles === */

/* Media query for screens with a maximum width of 768px (tablets and below) */
@media only screen and (max-width: 768px) {
	/* Styles for the event summary container */
	.event-summary {
		display: block; /* Ensures the event summary is displayed as a block */
		padding: 15px; /* Adds padding inside the container */
		margin-bottom: 20px; /* Adds margin below the container */
		border: 1px solid #e0e0e0; /* Adds a light gray border around the container */
		background-color: #fff; /* Sets the background color to white */
		border-radius: 8px; /* Rounds the corners of the border */
	}

	/* Styles for the content inside the event summary */
	.event-summary__content {
		text-align: center; /* Centers the content inside the container */
	}

	/* Styles for the event title */
	.event-summary__title {
		font-size: 1.2em; /* Increases the font size of the title */
		margin-bottom: 10px; /* Adds space below the title */
	}

	/* Styles for the event date */
	.event-summary__date {
		display: block; /* Ensures the date is displayed as a block element */
		margin-top: 10px; /* Adds space above the date */
		font-size: 1.2em; /* Increases the font size */
		font-weight: bold; /* Makes the date bold */
		color: #0068c2; /* Sets the color of the date to match the branding */
	}

	/* Styles for the month and day of the event date */
	.event-summary__month,
	.event-summary__day {
		display: block; /* Ensures month and day are displayed on separate lines */
		font-size: 1em; /* Sets a default font size */
	}

	/* Styles specifically for the month */
	.event-summary__month {
		font-size: 1.4em; /* Increases the font size for the month */
		color: #333; /* Sets the color to a dark gray */
	}

	/* Styles specifically for the day */
	.event-summary__day {
		font-size: 1.8em; /* Increases the font size for the day */
		font-weight: bold; /* Makes the day bold */
		color: #0068c2; /* Sets the color to match the branding */
	}

	/* Styles for paragraphs inside the event content */
	.event-summary__content p {
		font-size: 0.9em; /* Sets the font size to 0.9em */
		line-height: 1.5; /* Increases the line height for better readability */
		margin-bottom: 10px; /* Adds space below paragraphs */
	}

	/* Styles for links inside the event content */
	.event-summary__content a {
		font-size: 1em; /* Sets the font size for links */
		color: #0068c2; /* Sets the color of the links to match the branding */
		text-decoration: none; /* Removes underline from links */
	}

	/* Styles for links when hovered */
	.event-summary__content a:hover {
		text-decoration: underline; /* Underlines the link when hovered */
	}
}

/* Additional styles for smaller screens (max-width: 480px, mobile devices) */
@media only screen and (max-width: 480px) {
	/* Adjusts the font size for the event title */
	.event-summary__title {
		font-size: 1em; /* Reduces the font size */
		margin-bottom: 8px; /* Reduces the space below the title */
	}

	/* Adjusts the font size for paragraphs */
	.event-summary__content p {
		font-size: 0.85em; /* Reduces the font size */
		margin-bottom: 8px; /* Reduces the space below paragraphs */
	}

	/* Adjusts the font size for the event date */
	.event-summary__date {
		font-size: 1em; /* Reduces the font size */
	}

	/* Adjusts the font size for the month and day */
	.event-summary__month,
	.event-summary__day {
		font-size: 0.9em; /* Reduces the font size */
	}
}

/* === Login general styles === */

/*.site-logo img {*/
/*	max-width: 150px;*/
/*}*/

/* School Logo Text (fallback if no logo exists) */
.school-logo-text {
	font-size: 28px;
	text-align: center;
	color: #0068c2;
	margin-bottom: 20px;
}

.school-logo-text a {
	text-decoration: none;
	color: inherit;
}

.school-logo-text a:hover {
	text-decoration: underline;
}
/* Style for error messages */
.login-error-message {
	color: red;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

/* Error Message - check if you are using this code */
.error-message {
	color: red;
	text-align: center;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

/* Custom Login Form */
.custom-login-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Form Labels */
/*.custom-login-form label {*/
/*	color: #333;*/
/*	margin-bottom: 5px;*/
/*}*/

/* Input Fields */
.custom-login-form input[type='text'],
.custom-login-form input[type='password'] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	transition: border-color 0.3s ease;
}

.custom-login-form input[type='text']:focus,
.custom-login-form input[type='password']:focus {
	border-color: #0068c2;
	outline: none;
}

/* Toggle Password Button */
.custom-login-form button[aria-label='Show/Hide password'] {
	cursor: pointer;
	transition: background-color 0.3s ease;
	align-self: flex-start;
}

.custom-login-form button[aria-label='Show/Hide password']:hover {
	background-color: #e0e0e0;
}

/* Checkbox Styling */
.custom-login-form input[type='checkbox'] {
	margin-right: 8px;
	cursor: pointer;
}

/* Submit Button */
.custom-login-form input[type='submit'] {
	background-color: #0068c2;
	color: #fff;
	padding: 14px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.custom-login-form input[type='submit']:hover {
	background-color: #0055a0;
}

/* Forgot Password and Registration Links */
.login-container p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.login-container a {
	color: #0068c2;
	text-decoration: none;
}

.login-container a:hover {
	text-decoration: underline;
}

/* === Media general styles === */

/* Visible on desktops and tablets */
@media (min-width: 768px) {
	.hide {
		display: block;
	}
}

@media (max-width: 768px) {
	/* Mobile search icon media */
	.mobile-search-icon {
		background-color: transparent;
		border: none;
		cursor: pointer;
		transition: background-color 0.3s ease;
		top: 5px !important;
	}
	.mobile-search-icon:hover {
		background-color: rgba(0, 0, 0, 0.1); /* subtle highlight */
	}
	.mobile-search-icon .fa-search {
		font-size: 1.2rem; /* adjust size */
		/* color: #0068c2; */
		transition: color 0.3s ease;
	}
	/* .mobile-search-icon .fa-search {
		 darker shade for hover effect
		color: #004a91;
	} */

	/*media for header*/

	.site-header {
		/* z-index: 3; */
		padding: 2.5% 0;
	}

	div.metabox .metabox__blog-home-link {
		display: block;
	}
	h1.page-banner__title {
		font-size: 2.6rem;
	}
	.page-banner__intro p {
		font-size: 0.625rem;
	}
	.post-item .headline--medium {
		font-size: 1.5rem;
		text-align: center;
	}

	/* media for front page */
	.main-title {
		font-size: 3em;
	}
}

.metabox {
	display: block !important; /* Stack elements instead of inline */
	padding: 8px 12px !important; /* Slightly reduce padding */
	margin-bottom: 20px !important; /* Reduce bottom margin */
	text-align: center;
}
div.metabox--position-up {
	position: relative;
	transform: translateY(0%);
}
.generic-content p,
.generic-content li {
	font-size: 0.9rem !important;
}
/*.btn {*/
/*	text-align: center;*/
/*	border-radius: 0 !important;*/
/*}*/

/* footer media styles */

footer .float-left {
	float: none;
}
ul.social-icons-list {
	display: block;
}

/* Front page media styles */

/* .main-title {
	font-size: 3em;
} */

.overlay-text {
	top: 40%;
}

/* Music_Releases media */

.track-heading {
	font-size: 2rem; /* Smaller font size on mobile */
}

/*
	Media for dashbord */

.dashboard-container {
	max-width: 95%; /* Makes the container more responsive */
	margin: 20px auto; /* Reduces margin for smaller screens */
	padding: 15px; /* Adjusts padding for better spacing */
}

.dashboard-container h1 {
	font-size: 1.5rem; /* Reduces heading size for mobile */
}

.dashboard-container p {
	font-size: 1rem; /* Adjusts paragraph size for mobile readability */
}

.dashboard-menu {
	flex-direction: column; /* Stacks menu items vertically */
	align-items: center; /* Centers menu items */
}

.dashboard-menu a {
	width: 100%; /* Makes buttons full-width for better usability */
	text-align: center; /* Centers text inside buttons */
	padding: 12px; /* Adjusts padding for touch-friendly buttons */
}

.generic-content h2 {
	font-size: 28px !important; /* Reduces font size of the heading */
}

.custom-registration-form input[type='submit'] {
	font-size: 14px; /* Reduces font size of the submit button */
	padding: 10px; /* Reduces padding of the submit button */
}

.custom-registration-form p {
	font-size: 0.625rem;
}

/* media for login page */

.login-container {
	padding: 20px;
	/* background-color: white; */
	margin: 0;
}

.custom-login-form input[type='text'],
.custom-login-form input[type='password'],
.custom-login-form input[type='submit'] {
	padding: 14px;
	font-size: 18px;
}

.login-container p {
	font-size: 12px;
}

@media (max-width: 480px) {
	/* Music Release media */

	.track-heading {
		font-size: 1.8rem; /* Even smaller for very small screens */
	}

	.registration-container {
		padding: 10px;
	}

	.custom-registration-form label {
		font-size: 0.75rem;
	}
	.custom-registration-form input[type='submit'] {
		font-size: 12px;
		padding: 10px;
	}
	/* Media for contact page */
	
	/*.contact-form-container {*/
	/*	padding: 1rem;*/
	/*	border-radius: 0.5rem;*/
	/*}*/

	/*.wpforms-field input,*/
	/*.wpforms-field textarea {*/
	/*	font-size: 1rem;*/
	/*}*/
	/*.login-container {*/
	/*	width: 100%;*/
	/*}*/

	/*.school-logo-text {*/
	/*	font-size: 24px;*/
	/*}*/

	/*.login-container p {*/
	/*	font-size: 12px;*/
	/*}*/
}

