/**
 * Hide site title, as we have a logo, but keep site strapline
 */
.site-title {
	display: none;
}
/* pin menu toggle to the top */
#menu-toggle {
	position: absolute;
	right: 12px
}
.home .content-area .type-page .entry-title {
	text-align: left;
}
#before-content {
	margin-top: -80px;
}

#before-content .page-section {
	padding-bottom: 0;
}

#before-content .wrapper {
		width: 100%;
	max-width: none;
	max-height: 420px;
	height: 420px;
	background: url(/wp-content/uploads/2025/01/2025-band-pic.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}

#before-content .wrapper .wp-block-image {
	display: none;
}

#before-content .wrapper .wp-block-image {
	margin: 0;
	padding: 0;
}

#before-content .wrapper img {
	position: relative;
}

/* The media page already has photos on it */
.page-id-18 #before-content {
	display: none;
}

@media(min-width: 910px) {
	#before-content {
  	margin-top: -80px;
	}
	.site-description {
	  position: relative;
	  top: 2.5em;
  }
}

.entry-content {
	margin-top:0;
}

/* A little something to make our sizzle video a bit more responsive */
.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 2em;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Hide the site generator */
#site-generator {
	display: none;
}

/* Make the footer at least a little more modern */
footer .footer-widget-wrapper.clearfix::before {
	display: none;
}
footer #supplementary.three .footer-widget-wrapper .widget-column {
	max-width: 100%;
	align-self: center;
	text-align: center;
}

@media(min-width: 910px) {
	footer .footer-widget-wrapper {
	  display: grid;
	  grid-template-columns: 1fr 1fr 1fr;
	  align-items: middle;
  }
  footer #supplementary.three .footer-widget-wrapper .widget-column {
	  max-width: 100%;
	  align-self: center;
		text-align: left;
  }
  footer #supplementary.three .footer-widget-wrapper .widget-column.footer-widget-2 {
	  text-align: center;
  }
  footer #supplementary.three .footer-widget-wrapper .widget-column.footer-widget-3 {
	  justify-self: end;
	  text-align: right;
  }
}


/* Testimonials */
.entry-content .rammlied-testimonies {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 50px;
}

.entry-content .rammlied-testimony p {
    font-family: "Cinzel"!important;
    margin-bottom: 12px;
    font-size: 0.9em;
    line-height: 1.2;
    max-width: 330px
}
.rammlied-testimony {
    display: flex;
	  flex-wrap: wrap;
    min-height: 300px;
    max-width: 630px;
	  justify-content: center;
	  row-gap: 5px;
    font-family: "Cinzel"!important;
}
.testimony-img-right {
	flex-direction: row-reverse;
}
.testimony-image {
    flex: none;
    max-width: 200px;
    background: #000000;
}
.testimony-image img {
    width: 100%;
}
.testimony-content {
    background: #000000;
    padding-left: 36px;
    color: #ffffff;
    flex: 1;
	  display: grid;
}
.testimony-content p {
	padding-right: 30px;
}
.testimony-content p:first-of-type {
	background: url('http://www.rammlied.com/wp-content/uploads/2024/10/quote.png') no-repeat top left;
	background-size: 45px auto;
	padding-left: 70px;
	padding-top: 18px;
	padding-right: 0;
	
}
.testimony-content p:last-of-type {
	background: url('http://www.rammlied.com/wp-content/uploads/2024/10/quote.png') no-repeat bottom right;
	background-size: 45px auto;
	padding-right: 50px;
	padding-bottom: 0px;
}

.testimony-content .testimony-attribution {
	margin-top: 30px;
	background: url('http://www.rammlied.com/wp-content/uploads/2024/10/dash.png') no-repeat top left;
	background-size: 30px auto;
	padding-left: 50px;
	align-self: end;
}
.testimony-content .testimony-attribution p {
	line-height: 0.8;
}
.testimony-content .testimony-attribution p:first-of-type { background: none; 
padding: 0;}
.testimony-content .testimony-attribution p:last-of-type { background: none; }