/*
Theme Name: AVAVA Wave Radio
Theme URI: https://github.com/MecoVache/avava
Author: MecoVache
Author URI: https://github.com/MecoVache
Description: Modern Premium WordPress Theme for Radio Stations built from HTML template. Supports Gutenberg.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: avava
Tags: radio, audio, streaming, dark, custom-menu, post-formats
*/

@font-face {
	font-family: "BBH Bartle-Regular";
	src: url("fonts/BBHBartle-Regular.ttf") format("truetype"), local("BBH Bartle-Regular");
}

@font-face {
	font-family: "Signatra";
	src: url("fonts/Signatra.ttf") format("truetype");
}

/*
WordPress Specific Style Bridge
==================================================================
*/
.blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin: 0 5px;
	border: 1px solid var(--border-grey);
	font-family: "BBH Bartle-Regular", Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	transition: all 0.3s ease;
	cursor: pointer;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
	background-color: var(--primary-orange);
	border-color: var(--primary-orange);
	color: #fff;
}
.blog-pagination .page-numbers.dots {
	border-color: transparent;
	cursor: default;
	background: transparent;
	color: #000;
}

/* Comment Form Reset */
.comment-form-custom .form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.comment-form-custom .form-row .form-group {
	flex: 1;
	margin-bottom: 0;
}
.comment-form-custom .form-group {
	margin-bottom: 20px;
}
.comment-form-custom input,
.comment-form-custom textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid var(--border-grey);
	background-color: transparent;
	font-family: "Outfit", Helvetica, sans-serif;
	font-size: 15px;
	outline: none;
	transition: border-color 0.3s ease;
}
.comment-form-custom input:focus,
.comment-form-custom textarea:focus {
	border-color: var(--primary-orange);
}
.comment-form-custom .submit-comment-btn {
	background-color: var(--primary-orange);
	color: #fff;
	border: none;
	padding: 15px 30px;
	font-family: "BBH Bartle-Regular", Helvetica, sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.comment-form-custom .submit-comment-btn:hover {
	background-color: var(--primary-orange-hover);
}

/* WordPress Sidebar Widget Styles */
.sidebar-block h2.wp-block-heading,
.sidebar-block h3.widget-title,
.sidebar-block h2,
.sidebar-block h3 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #111;
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
}

/* List widgets styling */
.sidebar-block ul,
.sidebar-block ol {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.sidebar-block li {
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	line-height: 1.4;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sidebar-block li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar-block a {
	color: #333;
	text-decoration: none !important;
	transition: color 0.3s ease;
	font-family: "Roboto", Helvetica, sans-serif;
}

.sidebar-block a:hover {
	color: var(--primary-orange);
}

/* Gutenberg Latest Comments override */
.sidebar-block .wp-block-latest-comments__comment-meta {
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

.sidebar-block .wp-block-latest-comments__comment-author {
	font-weight: 700;
	color: #111;
}

.sidebar-block .wp-block-latest-comments__comment-link {
	color: var(--primary-orange);
	font-weight: 500;
}

/* Gutenberg Search Block */
.sidebar-block .wp-block-search {
	margin: 0;
}

.sidebar-block .wp-block-search__label {
	display: block;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #111;
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
}

/* Hide label if a Gutenberg heading is already present before search form */
.sidebar-block h2.wp-block-heading + .wp-block-search .wp-block-search__label {
	display: none;
}

.sidebar-block .wp-block-search__inside-wrapper {
	display: flex;
	background: #fff;
	border: 1px solid var(--border-grey);
	border-radius: 30px;
	overflow: hidden;
	padding: 2px;
	transition: border-color 0.3s ease;
}

.sidebar-block .wp-block-search__inside-wrapper:focus-within {
	border-color: var(--primary-orange);
}

.sidebar-block .wp-block-search__input {
	flex: 1;
	border: none !important;
	background: transparent !important;
	padding: 10px 20px !important;
	font-family: "Outfit", Helvetica, sans-serif !important;
	font-size: 15px !important;
	color: #333 !important;
	outline: none !important;
	min-width: 0;
}

.sidebar-block .wp-block-search__button {
	background: var(--primary-orange) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 25px !important;
	padding: 10px 25px !important;
	font-family: "Roboto Condensed", Helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	transition: background-color 0.3s ease !important;
}

.sidebar-block .wp-block-search__button:hover {
	background: var(--primary-orange-hover) !important;
}


