/*

Avalon Template

http://www.templatemo.com/tm-513-avalon

*/

* {
margin: 0;
padding: 0;
font-family: 'Open Sans', arial, sans-serif;
}

body {
overflow-x: hidden;
background-color: #fff;
}

ul {
list-style: none;
margin: 0px;
}

p {
font-size: 13px;
line-height: 22px;
color: #4a4a4a;
}

.white-border-button a {
padding: 14px 20px;
background-color: transparent;
border: 1px solid #fff;
border-radius: 30px;
color: #fff;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
transition: all 0.5s;
}

.pink-button a {
padding: 14px 20px;
background-color: #b94e5e;
border-radius: 30px;
color: #fff;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
transition: all 0.5s;
}

/* Restored rounded corners and fixed visibility */
.white-button a {
display: inline-block;
padding: 12px 28px;
background-color: transparent;
border: 2px solid #f4dd5b; /* Festival gold/yellow */
color: #f4dd5b; /* Matches border for visibility */
border-radius: 30px; /* This creates the rounded corners */
text-decoration: none;
font-weight: 700;
text-transform: uppercase;
font-size: 13px;
transition: all 0.3s ease;
}

/* Hover state remains consistent with your site's interaction */
.white-button a:hover {
background-color: #f4dd5b;
color: #232323; /* Dark text for contrast on hover */
border-color: #f4dd5b;
}

.banner .col-md-8 {
padding-left: 0px;
padding-right: 5px;
}

.banner .col-md-4 {
padding-right: 0px;
padding-left: 5px;
}

/* FIX v15 — Section 1 left panel: replaced fixed height with min-height so it expands with content */
.banner .left-banner-content {
padding-top: 120px;
padding-bottom: 175px;
padding-left: 120px;
text-align: left;
background-image: url(../img/banner-bg.avif);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
min-height: 750px;
height: auto;
}

.left-banner-content h6 {
font-size: 14px;
font-weight: 700;
color: #fff;
}

.left-banner-content h1 {
font-size: 64px;
font-weight: 300;
color: #fff;
line-height: 70px;
}

.left-banner-content .line-dec {
width: 60px;
height: 3px;
margin-top: 20px;
margin-bottom: 30px;
background-color: #f4bc51;
}

.left-banner-content .white-border-button {
margin-top: 52px;
}

/* FIX v15 — Section 1 right panel: replaced fixed height with min-height, removed overflow: hidden */
.right-banner-content {
padding: 45px;
background-color: #a47642;
text-align: center;
min-height: 750px;
height: auto;
box-sizing: border-box;
overflow: visible;
}

.right-banner-content h2 {
font-size: 48px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
margin-bottom: 5px;
}

.right-banner-content .line-dec {
width: 100%;
height: 5px;
background-color: #fff;
margin: 30px auto;
}

.right-banner-content span {
font-size: 14px;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.5px;
}

.right-banner-content em {
font-style: normal;
font-weight: 700;
}

.right-banner-content p {
font-style: italic;
font-size: 13px;
color: #fff;
}

.right-banner-content .social-icons {
margin-top: 40px;
padding: 0;
list-style: none;
}

.right-banner-content .social-icons li {
display: inline-block;
margin: 0px 3px;
}

.right-banner-content .social-icons li a {
width: 36px;
height: 36px;
text-align: center;
display: inline-block;
line-height: 36px;
background-color: #fff;
border-radius: 50%;
transition: all 0.5s;
color: #f4bc51;
font-size: 17px;
}

.right-banner-content .social-icons li a:hover {
background-color: #d59b2b;
}

.best-offer {
margin-top: 10px;
}

.best-offer .col-md-4 {
padding-left: 0px;
padding-right: 5px;
}

.best-offer .col-md-8 {
padding-right: 0px;
padding-left: 5px;
}

/* FIX v15 — Section 2 left panel (Music & Craic red panel): replaced fixed height with min-height */
.best-offer-left-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 620px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  background-image: url(../img/best-offer-bg.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.best-offer-left-content .icon {
text-align: center;
margin: 0 auto;
width: 140px;
height: 140px;
line-height: 140px;
background-color: transparent;
border: 1px solid #fff;
border-radius: 50%;
}

.best-offer-left-content h4 {
margin-top: 33px;
font-size: 18px;
text-transform: uppercase;
color: #fff;
font-weight: 700;
}

/* FIX v15 — Section 2 right panel: replaced fixed height with min-height, removed overflow: hidden */
.best-offer-right-content {
background-color: #eee;
padding: 80px 40px;
min-height: 620px;
height: auto;
box-sizing: border-box;
overflow: visible;
}

/* Fix: cap the performance image height */
.best-offer-right-content .col-md-6 img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.best-offer-right-content h2 {
margin-top: 0px;
font-size: 32px;
font-weight: 300;
color: #121212;
line-height: 36px;
}

.best-offer-right-content em {
font-style: normal;
color: #b94e5e;
font-weight: 700;
}

.best-offer-right-content p {
margin: 18px 0px;
}

.best-offer-right-content ul {
padding: 0;
margin: 0;
list-style: none;
}

.best-offer-right-content ul li {
display: block;
font-size: 13px;
font-style: italic;
color: #7a7a7a;
font-weight: 300;
margin-bottom: 10px;
}

.best-offer-right-content .pink-button {
margin-top: 45px;
}

.projects-holder .mix {
display: none;
}

.events {
margin-top: 10px;
padding-top: 40px; /* Reduced from 100px to pull the section up */
padding-bottom: 100px;
text-align: center;
background-image: url(../img/events-bg3.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.events .filter-categories {
list-style: none;
margin-top: 0px;
padding-right: 0px;
text-align: center;
margin-bottom: 60px;
}

.events .filter-categories li {
display: inline;
text-align: center;
margin: 8px 0px;
}

.events .filter-categories li {
display:block;
transition: all 0.5s;
text-align: center;
text-decoration:none;
text-transform:uppercase;
letter-spacing: 0.5px;
color:#121212;
font-size: 17px!important;
font-weight: 600;
display: inline-block;
max-width: 200px;
width: 200px;
height: 70px;
line-height: 70px;
background-color: #fff;
cursor: pointer;
}

.filter-categories ul li.active span {
color: #f4bc51;
}

.project-item {
width: 100%;
}

.event-list {
background-color: #fff;
}

.event-list ul {
padding: 0;
margin: 0;
list-style: none;
}

.event-list ul li {
display: block;
text-align: left;
margin-bottom: 5px;
}

.event-list ul li:last-child {
margin-bottom: 0px;
}

.event-list ul .first-child{
background-color: #fff8e6;
}

.event-list ul .second-child{
background-color: #fff2e6;
}

.event-list ul .third-child{
background-color: #f6f6f6;
}

.event-list ul .fourth-child{
background-color: #fef0f0;
}

.event-list ul .fivth-child{
background-color: #f3f7f5;
}

.event-list ul li .date span {
background-color: #f4bc51;
width: 80px;
height: 80px;
text-align: center;
line-height: 25px;
margin-right: 0px;
}

.event-list .event-item {
margin: 0;
padding: 0;
list-style: none;
}

.event-list .event-item li {
display: inline-block;
padding: 10px;
vertical-align: middle;
}

.event-list .event-item li:last-child {
float: right;
margin-top: 30px;
margin-right: 20px;
}

.event-list .event-item .time span{
text-align: center;
margin-left: 50px;
color: #4a4a4a;
font-weight: 300;
font-size: 15px;
display: inline-block;
}

.event-list ul li .date span {
padding-top: 15px;
margin-top: 0px;
font-size: 18px;
display: block;
font-weight: 700;
color: #fff;
text-transform: uppercase;
}

.event-list h4 {
width: 300px;
margin-top: 0px;
font-size: 18px;
text-transform: uppercase;
color: #121212;
font-weight: 700;
margin-bottom: 5px;
display: inline-block;
}

.event-list {
transition: all 0.5s;
height: auto;
}

.testimonial {
margin-top: 10px;
}

.testimonial .col-md-8 {
padding-left: 5px;
padding-right: 0px;
}

.testimonial .col-md-4 {
padding-right: 5px;
padding-left: 0px;
}

.testimonial-image {
text-align: center;
background-image: url(../img/testimonial-left-image.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
min-height: 600px;
height: 100%;
}

#owl-testimonial {
padding-top: 60px;
padding-bottom: 60px;
text-align: center;
background-image: url(../img/testimonial-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
min-height: 600px;
height: auto;
}

#owl-testimonial .item {
text-align: center;
}

#owl-testimonial .item img {
width: 130px;
}

#owl-testimonial .item span {
margin-top: 28px;
display: block;
color: #e86859;
font-size: 13px;
font-style: italic;
font-weight: 300;
}

#owl-testimonial .item h4 {
font-size: 17px;
text-transform: uppercase;
font-weight: 700;
color: #121212;
}

#owl-testimonial .item p {
font-size: 14px;
font-style: italic;
color: #4a4a4a;
padding: 0px 80px;
font-weight: 300;
line-height: 26px;
letter-spacing: 0.5px;
}

.owl-pagination {
margin-top: 15px;
margin-left: -30px;
opacity: 1;
display: inline-block;
position: absolute;
text-align: center;
z-index: 9999;
}

.owl-page span {
text-align: center;
display: block;
width: 10px;
height: 10px;
margin: 0px 5px;
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #e86859;
}

.services {
margin-top: 10px;
padding-top: 0vh;
padding-bottom: 0vh;
text-align: center;
background-image: url(../img/services-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.services .col-md-3 {
padding-left: 0px;
padding-right: 0px;
}

.services .col-md-3 {
padding-right: 0px;
padding-left: 0px;
}

.flip-container {
perspective: 1000;
}

.flip-container:hover .flipper {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-ms-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}

.flip-container,
.front,
.back {
width: 100%;
height: 350px;
text-align: center;
font-size: 30px;
}

.front {
padding: 20px 3px;
}

.front .icon {
width: 140px;
height: 140px;
line-height: 140px;
text-align: center;
background-color: transparent;
border: 1px solid #fff;
border-radius: 50%;
margin: 30px auto;
}

.front h4 {
margin-top: 0px;
font-size: 17px;
text-transform: uppercase;
font-weight: 700;
}

.flipper {
-webkit-transition: 0.3s all;
-webkit-transition-delay: 0.3s;
-moz-transition: 0.3s all;
-moz-transition-delay: 5s;
-ms-transition: 0.3s all;
-ms-transition-delay: 5s;
-o-transition: 0.3s all;
-o-transition-delay: 5s;
transition: 0.3s all;
transition-delay: 0.3s;
transform-style: preserve-3d;
position: relative;
}

.front,
.back {
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
}

.front {
z-index: 2;
color: white;
transform: rotateY(0deg);
}

.back {
transform: rotateY(180deg);
}

.back p {
color: #fff;
padding: 40px 30px;
}

.first-service .front,
.first-service .back {
background-color: rgba(244, 188, 81, 0.9);
}

.second-service .front,
.second-service .back {
background-color: rgba(243, 158, 75, 0.9);
}

.third-service .front,
.third-service .back {
background-color: rgba(185, 78, 94, 0.9);
}

.fourth-service .front,
.fourth-service .back {
background-color: rgba(232, 104, 89, 0.9);
}

.contact-us .col-md-8 {
padding-left: 0px;
padding-right: 5px;
}

.contact-us .col-md-4 {
padding-right: 0px;
padding-left: 5px;
}

#contact .col-md-4 {
padding-right: 15px;
padding-left: 15px;
}

.contact-us {
margin-top: 10px;
}

.contact-us #contact {
min-height: 500px;
height: 500px;
padding-top: 100px;
padding-bottom: 100px;
padding-left: 120px;
padding-right: 120px;
text-align: center;
background-image: url(../img/contact-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

#contact input {
border-radius: 0px;
padding-left: 15px;
font-size: 13px;
color: #fff;
background-color: rgba(250, 250, 250, 0.1);
border-bottom: 2px solid #fff;
outline: none;
border-left: none;
border-right: none;
border-top: none;
box-shadow: none;
line-height: 40px;
height: 40px;
width: 100%;
margin-bottom: 30px;
}

#contact textarea {
border-radius: 0px;
padding-left: 15px;
padding-top: 10px;
font-size: 13px;
color: #fff;
background-color: rgba(250, 250, 250, 0.1);
border-bottom: 2px solid #fff;
outline: none;
border-left: none;
border-right: none;
border-top: none;
box-shadow: none;
height: 165px;
max-height: 165px;
min-height: 165px;
width: 100%;
max-width: 100%;
min-width: 100%;
margin-bottom: 25px;
}

#contact button {
float: left;
padding: 14px 20px;
background-color: #f39e4b;
border-radius: 30px;
color: #fff;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
transition: all 0.5s;
outline: none;
}

.contact-right-content {
background-image: url(../img/contact-right-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 40px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 8px;
}

.contact-right-content .icon {
text-align: center;
margin: 0 auto;
width: 140px;
height: 140px;
line-height: 140px;
background-color: transparent;
border: 1px solid #fff;
border-radius: 50%;
}

.contact-right-content h4 {
margin-top: 33px;
font-size: 18px;
text-transform: uppercase;
color: #fff;
font-weight: 700;
}

footer {
background-color: #b94e5e;
text-align: center;
padding: 20px 10px;
box-sizing: border-box;
}

footer p {
font-size: 13px;
color: #fff;
line-height: 1.5;
margin-bottom: 0px;
word-wrap: break-word;
white-space: normal;
max-width: 100%;
}

footer p em {
font-weight: 700;
font-style: normal;
}

/* Fix for Footer Link Visibility */
footer a {
color: #ffffff !important;
font-weight: 700;
text-decoration: none;
}

footer a:hover {
color: #f4bc51 !important;
}

@media (max-width: 1000px) {

.event-list h4 {
width: 230px;
}

.event-list .event-item .time span{
margin-left: 20px;
}

}

@media (max-width: 991px) {

.banner .col-md-8 {
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

.banner .col-md-4 {
margin-top: 10px;
padding-right: 10px;
padding-left: 10px;
}

.banner .left-banner-content {
padding-left: 0px;
text-align: center;
}

.left-banner-content h1 {
font-size: 64px;
font-weight: 300;
color: #fff;
line-height: 80px!important;
}

.banner .left-banner-content .line-dec {
margin: 0 auto;
}

.best-offer .col-md-8 {
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

.best-offer .col-md-4 {
margin-top: 10px;
padding-right: 10px;
padding-left: 10px;
}

.best-offer-right-content {
text-align: center;
}

.best-offer-right-content {
background-color: #eee;
padding: 30px 30px;
min-height: 550px;
height: auto;
}

.best-offer-right-content .pink-button {
margin-bottom: 50px;
}

.events {
margin-right: 10px;
margin-left: 10px;
}

.event-item {
text-align: center!important;
display: inline-block;
}

.event-item h4 {
text-align: center!important;
}

.event-item span {
text-align: center!important;
display: inline-block;
width: 100%;
}

.event-list h4 {
width: 300px;
}

.event-list .event-item .time span{
margin-left: 50px;
}

.event-list .project-item li:first-child {
float: none;
}

.event-list .project-item li:last-child {
float: none;
margin-top: 0px;
margin-right: 0px;
padding-bottom: 25px;
}

.events .filter-categories li {
text-align: center;
display: inline-block;
margin-bottom: -5px;
}

.event-list {
transition: all 0.5s;
height: auto;
}

.event-list .event-item li:last-child {
float: right;
margin-top: 30px;
margin-right: 20px;
}

.event-list .event-item .time {
margin-left: 0px;
}

.events .filter-categories li {
cursor: pointer;
display:block;
transition: all 0.5s;
text-align: center;
text-decoration:none;
text-transform:uppercase;
letter-spacing: 0.5px;
color:#121212;
font-size: 14px!important;
font-weight: 600;
display: inline-block;
width: 100%;
height: 50px;
line-height: 50px;
background-color: #fff;
padding: 0px 10px;
}

.event-list .event-item .time span {
margin-left: 0px;
}

.testimonial .col-md-8 {
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

.testimonial .col-md-4 {
margin-top: 0px;
padding-right: 10px;
padding-left: 10px;
}

.owl-pagination {
margin-top: -15px;
}

#owl-testimonial {
padding-top: 50px;
padding-bottom: 50px;
}

#owl-testimonial .item p {
padding: 0px 60px;
font-size: 15px;
}

.services {
margin-left: 10px;
margin-right: 10px;
}

.contact-us .col-md-8 {
margin-top: 0px;
padding-left: 10px;
padding-right: 10px;
}

.contact-us .col-md-4 {
margin-top: 10px;
padding-right: 10px;
padding-left: 10px;
}

.contact-us #contact {
padding-left: 60px;
padding-right: 60px;
}

.contact-us #contact {
min-height: 600px;
height: 600px;
padding-top: 60px;
padding-bottom: 60px;
}

footer {
margin-right: 10px;
margin-left: 10px;
}

footer p {
font-size: 11px;
}

/* FIX v15 — Sponsors gets border-radius only (no overflow: hidden) */
.sponsors-section {
border: 1px solid #dcdcdc;
margin-left: 10px;
margin-right: 10px;
border-radius: 8px;
}

/* FIX v15 — Decorative/image-only elements: safe to clip with overflow: hidden */
.events,
.testimonial-image,
#owl-testimonial,
.services,
#contact,
.contact-right-content,
footer {
border-radius: 8px;
overflow: hidden;
}

/* FIX v15 — Content-bearing section panels: MUST NOT clip — overflow: visible so they grow with content */
.left-banner-content,
.right-banner-content,
.best-offer-left-content,
.best-offer-right-content {
border-radius: 8px;
overflow: visible;
}

}

@media (max-width: 843px) {

.event-item {
text-align: center;
width: 100%;
}

.event-item li:first-child {
float: none!important;
width: 100px;
}

.event-item li {
text-align: center!important;
width: 49%!important;
}

.event-item li:last-child {
display: block;
margin-top: 5px!important;
margin-right: 0px!important;
}

.event-list ul li .date span {
background-color: #f4bc51;
width: 100%;
height: 80px;
text-align: center;
line-height: 25px;
margin-right: 0px;
}

.event-list h4 {
width: auto;
}

}

@media (max-width: 1045px) {

.event-list h4 {
width: 250px;
}

}

@media (max-width: 620px) {

.event-list h4 {
width: auto;
}

}

@media (max-width: 500px) {

.event-item {
text-align: center;
width: 100%;
}

.event-item li:first-child {
float: none!important;
width: 100px;
}

.event-item li {
text-align: center!important;
width: 100%!important;
}

.event-item li:last-child {
float: none!important;
margin-top: 15px!important;
margin-right: 0px!important;
}

.event-list h4 {
width: auto;
}

}

@media (max-width: 767px) {
.testimonial .row {
display: block;
}

.testimonial .col-md-4,
.testimonial .col-md-8 {
display: block;
width: 100%;
}

.testimonial-image {
height: 250px;
}

#owl-testimonial {
padding: 30px 20px;
}

#owl-testimonial .item p {
padding: 0 20px;
}
}

/* Shared tag styling for all event type labels */
.event-list .headlineact span,
.event-list .workshop span,
.event-list .promenade span,
.event-list .pubtrail span {
font-size: 13px;
font-weight: 600;
display: inline-block;
}

/* Unique colors for each event type */
.event-list .headlineact span { color: #E53935; }
.event-list .workshop span { color: #9C27B0; }
.event-list .promenade span { color: #00897B; }
.event-list .pubtrail span { color: #388E3C; }

/* --- Cobh Trad Fest Custom Styles --- */

/*

Additional commands for Cobh Trad Fest Website
https://cobhtradfest.ie

*/

.logo {
text-align: center;
}

.logo-img {
width: 150px;
height: auto;
display: inline-block;
}

.sponsor-logos img {
max-height: 40px;
width: auto;
margin: 10px;
display: inline-block;
}

.hidden {
display: none;
}

.orange-bg {
background-color: #f2a65a;
padding: 40px 0;
}

.video-section-inner {
background-color: #fff;
border-radius: 8px;
padding: 40px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.section-box {
background-color: #fff;
border-radius: 8px;
padding: 40px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
margin: 40px auto;
max-width: 1200px;
}

.section-box.sponsors {
border-top: 4px solid #f4bc51;
text-align: center;
}

.video-left iframe {
width: 100%;
height: 100%;
max-height: 360px;
border-radius: 8px;
}

.video-section {
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

.ratio iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}

.video-section .row {
display: flex;
align-items: stretch;
}

.video-left,
.contact-right-content {
height: auto;
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
box-sizing: border-box;
}

/* Fix for equal height video section columns */
.video-section .row {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}

/* Ensure both columns stretch full height */
.video-section .col-md-8,
.video-section .col-md-4 {
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
box-sizing: border-box;
}

.ratio {
width: 100%;
position: relative;
padding-top: 56.25%;
min-height: 200px;
}

.ratio iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}

/* Right box layout improvements */
.contact-right-content {
background-image: url(../img/contact-right-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-color: #f4bc51;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
padding: 40px;
border-radius: 0;
box-shadow: none;
}

/* Mobile adjustments */
@media (max-width: 767px) {
.video-section .row {
flex-direction: column;
}

.video-section .col-md-8,
.video-section .col-md-4 {
width: 100%;
padding: 20px;
display: block;
}

.ratio iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}

.contact-right-content {
padding: 20px;
}
}

.video-section .row,
.video-section .col-md-8 {
display: block;
}

.sponsors-section {
background-color: #eee;
padding: 80px 20px;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

.sponsors-section h2 {
font-size: 32px;
font-weight: 700;
color: #121212;
margin-bottom: 10px;
text-transform: uppercase;
}

.sponsor-tagline {
font-size: 14px;
color: #555;
margin-bottom: 40px;
}

.sponsor-logos a {
margin: 10px 20px;
display: inline-block;
}

.sponsor-logos img {
max-height: 40px;
width: auto;
filter: grayscale(0%);
transition: filter 0.3s ease;
}

.sponsor-logos img:hover {
filter: grayscale(100%);
opacity: 0.8;
}

/* Adjust video section padding to match the rest of the site */
.video-section .col-md-8,
.video-section .col-md-4 {
padding: 10px;
}

.video-section .ratio iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media (min-width: 768px) {
.video-section .col-md-8 {
border-right: 2px solid #fff;
}
}

.video-section iframe {
width: 100%;
height: 100%;
border: none;
}

@media (min-width: 768px) {
.video-section .left-empty-col {
border-right: 2px solid #fff;
}

.video-section .col-md-8,
.video-section .col-md-4 {
padding: 40px;
}
}

/* Merch page styles */
.merch-section {
background-color: #fffdf6;
padding: 60px 10px;
}

.merch-card {
background-color: #ffffff;
border: 1px solid #fceac2;
border-radius: 12px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
transition: transform 0.2s ease;
}

.merch-card:hover {
transform: scale(1.015);
}

.merch-card img {
max-height: 250px;
object-fit: contain;
border-radius: 8px;
}

.merch-card h4 {
font-size: 1.25rem;
color: #222;
}

.merch-card p {
color: #555;
}

.btn-primary {
background-color: #e86a33;
border: none;
font-weight: 600;
padding: 10px 22px;
border-radius: 6px;
}

.btn-primary:hover {
background-color: #d15828;
}

/* ======= MERCH SECTION STYLES START ======= */
#merch-section .merch-left {
  background-color: transparent;
  height: 100%;
  min-height: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

#merch-section .merch-image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: contain;
}
/* ======= MERCH SECTION STYLES END ======= */

/* FIX: Make merch row flex at desktop sizes so shirt box height matches text box */
@media (min-width: 768px) {
  #merch-section .container-fluid > .row {
    display: flex;
    align-items: stretch;
  }

  #merch-section .col-md-4 {
    display: flex;
    flex-direction: column;
  }
}

/* Fix for Hero Section Text Visibility */
.left-banner-content .text-content {
background-color: rgba(0, 0, 0, 0.5);
padding: 30px;
border-radius: 10px;
display: inline-block;
max-width: 100%;
}

/* Ensure the text inside the box is White */
.left-banner-content h6,
.left-banner-content h1 {
color: #ffffff !important;
text-shadow: none;
}

/* Optional: Make the button pop more */
.left-banner-content .white-border-button {
background-color: rgba(0, 0, 0, 0.0);
border-radius: 30px;
margin-top: 20px;
display: inline-block;
}

/* Fix: make the best-offer columns equal height */
#best-offer-section .container-fluid > .row {
  display: flex;
  align-items: stretch;
}

#best-offer-section .col-md-4 {
  display: flex;
  flex-direction: column;
}

/* Best Offer Icon on Mobile - Show with smaller size */
@media (max-width: 767px) {
.best-offer-left-content .icon {
display: block !important;
width: 100px;
height: 100px;
line-height: 100px;
}
}

/* FIX v16 - Issue 1: Music & Craic box on mobile */
/* On mobile screens (<768px): stack row vertically, Music & Craic at top spanning full width */
@media (max-width: 767px) {
  #best-offer-section .container-fluid > .row {
    flex-direction: column !important;
  }

  #best-offer-section .col-md-4 {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 10px !important;
  }

  #best-offer-section .col-md-8 {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 0px !important;
  }

  .best-offer-left-content {
    min-height: 200px !important;
    height: auto !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .best-offer-left-content .icon {
    display: block !important;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/* FIX v16 - Issue 2: T-shirt image box - remove excessive space on mobile */
@media (max-width: 767px) {
  #merch-section .container-fluid > .row {
    flex-direction: column !important;
    display: flex !important;
  }

  #merch-section .col-md-4 {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #merch-section .col-md-8 {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #merch-section .merch-left {
    height: auto !important;
    min-height: 0 !important;
    padding: 20px !important;
  }

  #merch-section .merch-image {
    max-height: 280px !important;
    width: auto !important;
    height: auto !important;
  }
}

/* ======= CATHEDRAL SESSIONS GALLERY ======= */
/* FIX: Center bubbles under cathedral images */
.cathedral-gallery .owl-pagination {
  margin-left: 0;
  position: relative;
  left: auto;
  right: auto;
  display: block;
  text-align: center;
  margin-top: 16px;
}

.cathedral-gallery .owl-controls {
  display: block;
  text-align: center;
  width: 100%;
}

.cathedral-gallery {
  padding: 60px 0 50px 0;
  background-color: #f9f9f9;
}

.gallery-heading {
  font-size: 32px;
  font-weight: 300;
  color: #121212;
  line-height: 36px;
  margin-bottom: 10px;
}

.gallery-subheading {
  font-size: 13px;
  color: #4a4a4a;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  padding: 0 15%;
}

/* Each slide fills full width at a fixed height */
.cathedral-slide {
  position: relative;
  height: 520px;
  overflow: hidden;
  width: 100%;
}

.cathedral-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.cathedral-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.4s ease;
}

.cathedral-slide:hover img {
  transform: scale(1.02);
}

/* Hover overlay */
.cathedral-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(185, 78, 94, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
}

.cathedral-slide:hover .cathedral-overlay {
  opacity: 1;
}

.cathedral-overlay .fa {
  font-size: 42px;
  color: #fff;
}

/* Video slide — play button always visible */
.cathedral-slide-video .cathedral-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.38);
}

.cathedral-slide-video:hover .cathedral-overlay {
  background: rgba(185, 78, 94, 0.6);
}

.cathedral-play {
  gap: 12px;
}

.cathedral-play .fa {
  font-size: 64px;
}

.cathedral-play span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

/* Owl nav arrows */
#owl-cathedral .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(185, 78, 94, 0.85) !important;
  color: #fff !important;
  width: 44px;
  height: 44px;
  border-radius: 50% !important;
  font-size: 18px !important;
  line-height: 44px;
  text-align: center;
  z-index: 10;
}

#owl-cathedral .owl-nav button.owl-prev {
  left: 16px;
}

#owl-cathedral .owl-nav button.owl-next {
  right: 16px;
}

#owl-cathedral .owl-nav button:hover {
  background: #b94e5e !important;
}

#owl-cathedral .owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  padding: 0;
  text-align: center;
  position: relative;
  left: 0;
}

#owl-cathedral .owl-dot span {
  background: #ccc !important;
}

#owl-cathedral .owl-dot.active span {
  background: #b94e5e !important;
}

/* Mobile */
@media (max-width: 768px) {
  .cathedral-slide {
    height: 260px;
  }

  .cathedral-play .fa {
    font-size: 48px;
  }
}

/* ======= MERCH SECTION TEXT FIXES ======= */

/* Give the text room to breathe — extend beyond col-md-6 */
#merch-section .best-offer-right-content .col-md-6 {
  width: 100%;
}

/* Heading — match rest of site */
#merch-section .best-offer-right-content h2 {
  font-size: 32px;
  font-weight: 300;
  color: #121212;
  line-height: 36px;
  margin-bottom: 20px;
}

/* Body text — larger and more readable */
#merch-section .best-offer-right-content p {
  font-size: 15px;
  line-height: 26px;
  color: #4a4a4a;
  margin-bottom: 16px;
}

/* Bullet points — match site italic style but slightly larger */
#merch-section .best-offer-right-content ul li {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 8px;
}

/* Collection points paragraph */
#merch-section .best-offer-right-content p strong {
  font-size: 15px;
  color: #232323;
}

/* Remove the small tag — bring it up to standard body size */
#merch-section .best-offer-right-content small {
  font-size: 13px;
  color: #7a7a7a;
  font-style: italic;
}

/* Give the right content panel some padding */
#merch-section .best-offer-right-content {
  padding: 40px 40px 40px 20px;
}

/* ======= FIND US SECTION ======= */

.findus-section {
  padding: 60px 0;
  background-color: #fff;
}

.findus-heading {
  font-size: 32px;
  font-weight: 300;
  color: #121212;
  line-height: 36px;
  margin-bottom: 10px;
}

.findus-subheading {
  font-size: 13px;
  color: #b94e5e;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}

.findus-row {
  display: flex;
  align-items: flex-start;
}

.findus-info {
  padding-right: 40px;
  padding-top: 10px;
}

.findus-category {
  font-size: 15px;
  font-weight: 700;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  margin-top: 30px;
}

.findus-category:first-child {
  margin-top: 0;
}

.findus-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.findus-list li {
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.findus-list li:last-child {
  border-bottom: none;
}

.findus-list li strong {
  color: #232323;
  display: block;
  margin-bottom: 2px;
}

.findus-list li a {
  color: #b94e5e;
  text-decoration: none;
  font-size: 13px;
  font-style: italic;
}

.findus-list li a:hover {
  text-decoration: underline;
}

.findus-map {
  padding-left: 10px;
}

/* Mobile: stack columns */
@media (max-width: 768px) {
  .findus-info {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .findus-map {
    padding-left: 15px;
  }

  .findus-row {
    flex-direction: column;
  }
}
/* ======= GLIGHTBOX CAPTION STYLE ======= */
.glightbox-clean .gslide-description {
  background: #000 !important;
}

.glightbox-clean .gdesc-inner .gslide-desc {
  color: #fff !important;
}

/* ======= MAX WIDTH FOR LARGE SCREENS ======= */

/* Cap all fluid containers at 1600px and centre them */
.container-fluid {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

/* Sections that use full-width background images or colours 
   need their background to still bleed edge to edge */
.banner,
.testimonial,
.services,
.cathedral-gallery,
.sponsors-section,
.findus-section,
.best-offer,
.events,
.video-section {
  width: 100%;
}