/**
 * Theme Name: Twenty Twenty Five Child
 * Template:   twentytwentyfive
 * Description:       A child theme developed for the Avalanche Music Agency
 * Version:           1.0.0
 * Author:            Alexandru Matei
 * Text Domain:       twentytwentyfive-child
 * Tested up to:      6.7.2
 * Requires at least: 6.7
 * Requires PHP:      7.2
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

.wp-block-post-title {
    display: none; /* Overwritten for the artist title later on */
}

.wp-block-social-links .wp-block-social-link {
 	background-color: transparent !important
}

.wp-block-social-links .wp-block-social-link a {
    color: black !important; /* Makes the icon black */
	fill: black !important;
	background-color: transparent !important
}

.wp-block-social-links .wp-block-social-link svg {
	color: black !important;
	fill: black !important; /* Ensures the SVG itself is black */
}

.wp-block-social-links .wp-social-link a {
    font-size: 40px !important; /* Adjust size as needed */
}

.links-paragraph {
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
}


#book-button {
	background-color: white;
	height: 54.8px;
	border: solid;
	border-color: black;
	border-width: 3px;
	border-radius: 7px;
	
    display: flex;
    align-items: center;
    justify-content: center;	
}

#book-button > a {
	font-size: 24px;
	font-weight: bold;
	
	padding: 0px 10px 0px 10px;
	background-color: transparent;
	color: black;
	white-space:nowrap;
}

.wp-block-social-link-anchor {
	padding: 5px 0px 5px 0px;
}

.links-container {
	border: 3px solid #000;
	padding-left: 10px;
	padding-right: 5px;
	border-radius:7px;
}

.artist-title {
	margin-top: 30px !important;
	white-space: nowrap;
	display: inline-block;
}

.top-half-container {
	margin-top: 0 !important;
	padding-left: 0;
	padding-right: 0;
	max-width:100%;
}

.artist-columns-container {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 100%;
}

.artist-individual-top-column
{
	padding-left: 0;
	padding-right: 0;	
	width: 100% !important;
	max-width: 100% !important;
}

.artist-full-image {
	padding-left: 0;
	padding-right: 0;
	width:100%;
	max-width: 100%;
	min-height: 600px;
	max-height: 800px;
	object-fit: cover;
	object-position: top left;
	overflow: hidden;
}

.artist-content-block{
	padding-left: 0;
	padding-right: 0;
	width:100%;
	max-width: 100%;
}

.artist-div {
	padding-left: 0;
	padding-right: 0;
	width:100%;
	max-width: 100%;
}

.artist-details-column {
	display:flex;
	flex-direction: column;
	height:100%;
}


#artist-bottom-columns-container, #artist-bottom-columns {
	padding-left: 50px;
	padding-right: 50px;
	max-width: 100%;
}

#artist-individual-bottom-left-column {
	flex: 0 0 65%;
	position: relative;
	overflow: visible;
}

#artist-individual-bottom-right-column {
	flex: 0 0 35%;
}

#mountain-diagram {
	margin-top: -50px;
	pointer-events: none;
}



.avalanche-overflow{
	position: absolute;
    right: 0; /* Ensures it stays on the right */
    top: 0; /* Moves it to the top without affecting layout */
    width: auto; /* Maintain aspect ratio */
    height: 100%; /* Makes sure it covers the full column height */
    z-index: 1;
}

.spotify_embed {
	width: 90% !important;
	height: auto; /* Allow JavaScript to control the height */
    flex-grow: 1
}

.artistEmbeddedYt > div > iframe {
	max-width: 100%;
	width: 100%;
}

.artist-page-separator {
	border-width: 5px;
}

.thin-page-top-separator {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;	
}

.thick-page-top-separator {
	background-color: #333;
	height: 10px;
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#pressQuotesCarousel {
	margin-top: 0;
	background-color: #333; /* Change to any color you want */
    color: white; /* Optional: Adjust text color for contrast */
}

#pressQuotesCarousel > p {
	height: 0px;
}

.carousel-inner {
    height: 100%; /* Ensures the inner container takes full height */
}

.carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers vertically */
    align-items: center; /* Centers horizontally (optional) */
    height: 100%;
}

.carousel-item .d-flex {
    display: flex;
    text-align: center;
}

.carousel-item p:empty {
    display: none;
}


.carousel-paragraphs-container > p {
	
	margin: 5px 0px 5px 0px; 
}

.quote {
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.author {
	color: lightgray;
	font-size: 18px;
	font-weight: normal;
}

.hidden {
	display: none !important;
}

#other-artists-gallery-container {
	max-width: 100%;
	width: 100%;
	background-color: lightgray;
}

#other-artists-gallery {
	width: 70%;
	max-width: 70%;
}

#other-artists-paragraph-container {
	display: flex;
    justify-content: center;     align-items: center; 
}

#other-artists-paragraph {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}



#home-artists-title {
	font-size: 32px;
	font-weight: bold;
	padding: 0px 0px 0px 40px !important;
	margin: 30px 0px 30px 0px !important;
}

#about-us-title {
	font-size: 32px !important;
	font-weight: bold;
	padding: 0px 0px 0px 0px !important;
	margin: 30px 0px 30px 0px !important;
	
}

main {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#fluentform_3 {
	margin-top: 50px;
}

.top-no-padding-no-margin {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.bottom-no-padding-no-margin {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

#footer-nav-stack {
	row-gap: 15px !important;
}


#about-text-container {
		flex-basis: 50% !important;		
	}

#mountain-diagram-column {	
		flex-basis: 50% !important;
	}

@media (max-width: 960px) {
	#mountain-diagram {
		display:none !important;
	}
	
	#about-text-container {
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
	
	#mountain-diagram-column {
		flex-basis: 0% !important;
	}
} 

#carouselReplacement {
		margin-top: 0px;
		height: 50px;
		background-color: #333;
	}

#tags-container {
	height: 0px !important;
}

#contact-form-top-paragraph {
	padding-top: 10px;
}

@media (max-width: 768px) {

	#artist-bottom-columns-container {
		padding-left: 0px !important;
		padding-right: 0px !important;		
	}		
	
	#artist-bottom-columns {
		padding-left: 0px !important;
		padding-right: 0px !important;	
	}

}