
.pdr-section{
    width: 100%;
    clear: both;
}

.pdr-section a{
    transition: all 0.3s ease;
}

.pdr-festival-take-part-location-overlay-wrap,
.pdr-festival-take-part-book-container,
.pdr-container{
    max-width: 1545px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pdr-section h2,
.pdr-section h2 span {
	color: var(--prodog-black);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
	margin-bottom: 0;
    text-transform: uppercase;
}

.pdr-section p,
.pdr-section li {
	font-size: 18px;
    line-height: 20px;
}

a.pdr-festival-button {
	position: relative;

	height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	border-radius: 30px;
    padding: 5px 20px;

	background: var(--prodog-yellow);
	color: var(--prodog-black);

    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;

	/* Inner yellow “border” */
	box-shadow: inset 0 0 0 3px var(--prodog-black);

	transition: all 0.3s ease;
    border: 8px solid var(--prodog-yellow);
}

a.pdr-festival-button:hover {
	background: var(--prodog-black);
	color: var(--prodog-yellow);
    border-color: var(--prodog-black);
}

a.pdr-festival-button-alt {
	position: relative;

	min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	border-radius: 30px;
    padding: 10px 20px;

	background: var(--prodog-black);
	color: var(--prodog-yellow);

    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 23px;
    line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;

	/* Inner yellow “border” */
	box-shadow: inset 0 0 0 3px var(--prodog-yellow);

	transition: all 0.3s ease;
    border: 8px solid var(--prodog-black);
}

a.pdr-festival-button-alt:hover {
	background: var(--prodog-yellow);
	color: var(--prodog-black);
    border-color: var(--prodog-yellow);
}

a.pdr-button {
	transition: all .3s ease;
	color: var(--color-white);
	font-size: 16px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 22px;
	background: var(--prodog-bright-green);
	max-width: 380px;
    width: 100%;
	padding: 5px 15px;
	text-align: center;
    justify-content: center;
    align-items: center;
	display: inline-flex;
	border-radius: 24px;
	cursor: pointer;
    text-transform: uppercase;
}

a.pdr-button:hover {
    background: var(--prodog-black);
	color: var(--prodog-yellow);
}

a.pdr-button-alternative {
	border: 3px solid var(--color-white);
	background: none;
	color: var(--color-white);
}

a.pdr-button-alternative:hover {
    border: 3px solid var(--color-white);
    background: var(--color-white);
    color: var(--prodog-black);
}

a.pdr-donate-button {
	font-size: 27px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
	line-height: 24px;
	max-width: 280px;
    width: 100%;
    justify-content: center;
    align-items: center;
	display: flex;
    margin: 0 auto;
    position: relative;
}

a.pdr-donate-button span {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 20;
}

a.pdr-donate-button span svg {
    fill: var(--prodog-yellow);
    width: 24px;
}

a.pdr-donate-button:hover span svg {
    fill: var(--prodog-black);
}

/* navigation */

.pdr-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

body {
    padding-top: 58px !important;
}

.pdr-header .pdr-container {
    width: 100%;
    max-width: 1650px;
    left: -55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdr-header-logo img {
	width: 155px;
}

.pdr-festival-navigation {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.pdr-festival-navigation-menu {
	display: flex;
	align-items: center;
	gap: 0;
}

.pdr-festival-navigation-item {
    position: relative;
    padding: 0 30px;
}

.pdr-festival-navigation-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 30px;
    background: var(--prodog-yellow);
    transform: translateY(-50%);
}

.pdr-festival-navigation-item:last-of-type:after {
    display: none;
}

.pdr-festival-navigation-item a {
    color: var(--color-white);
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-decoration: none;
}

/* Alternate colours */
.pdr-festival-navigation-item:nth-child(even) a {
    color: var(--prodog-yellow);
}

/* Ticket button */
.pdr-festival-navigation-tickets-button {
    background: var(--prodog-yellow);
    border-radius: 40px;
    color: var(--prodog-black);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    position: relative;
    overflow: visible;
}

@keyframes pdr-pulse-ring {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.5);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 14px rgba(255, 204, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
    }
}

.pdr-festival-navigation-tickets-button::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.5);
    animation: pdr-pulse-ring 1.8s infinite;
    z-index: -1;
}

.pdr-festival-navigation-tickets-button svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    right: 10px;
    position: absolute;
}

.pdr-festival-nav-toggle {
	position: relative;
	display: none;
	width: 37px;
	height: 37px;
	border: 2px solid var(--prodog-black);
	border-radius: 50%;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.pdr-festival-nav-toggle span {
	position: absolute;
	left: 8px;
	width: 17px;
	height: 3px;
	background: var(--prodog-yellow);
	margin: 0;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.pdr-festival-nav-toggle span:nth-child(1) {
	top: 10px;
}

.pdr-festival-nav-toggle span:nth-child(2) {
	top: 16px;
}

.pdr-festival-nav-toggle span:nth-child(3) {
	top: 22px;
}

.pdr-festival-navigation.is-open .pdr-festival-nav-toggle span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.pdr-festival-navigation.is-open .pdr-festival-nav-toggle span:nth-child(2) {
	opacity: 0;
}

.pdr-festival-navigation.is-open .pdr-festival-nav-toggle span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}


@media only screen and (max-width: 1799px) {

    .pdr-header {
        padding: 0 25px;
    }

    .pdr-header .pdr-container {
    	max-width: 1545px;
    	left: auto;
    }

    .pdr-festival-navigation-item span {
        display: none;
    }

}

@media only screen and (max-width: 1599px) {

    .pdr-festival-navigation-item {
    	padding: 0 20px;
    }

}

@media (max-width: 1399px) {

    .pdr-festival-navigation {
		position: relative;
		display: flex;
		align-items: center;
		gap: 15px;
		margin-left: auto;
	}

	.pdr-festival-nav-toggle {
		display: flex;
		order: 1;
	}

	.pdr-festival-navigation-tickets-button {
		order: 2;
	}

	.pdr-festival-navigation-menu {
		position: absolute;
		top: calc(100% + 5px);
		right: 0;
		z-index: 999;
		width: 280px;
		display: none;
		flex-direction: column;
		gap: 0;
		background: var(--prodog-yellow);
		border-radius: 30px;
		overflow: hidden;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	}

	.pdr-festival-navigation.is-open .pdr-festival-navigation-menu {
		display: flex;
	}

	.pdr-festival-navigation-item {
		display: block;
	}

    .pdr-festival-navigation-item:nth-child(2n) a,
	a.pdr-festival-navigation-item-button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 40px;
		border-radius: 0;
        color: var(--prodog-black);
        border: none;
	}

    .pdr-festival-navigation-item:first-child {
        padding-top: 20px;
    }

    .pdr-festival-navigation-item:last-child {
        padding-bottom: 20px;
    }

    .pdr-festival-navigation-item:nth-child(2n) a:hover,
	a.pdr-festival-navigation-item-button:hover {
        color: var(--color-white);
	}

}

@media only screen and (max-width: 1250px) {

    .pdr-container {
        padding: 0 25px;
    }

    .pdr-header {
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (max-width: 992px) {

    .pdr-header .pdr-container {
    	height: 61px;
    }

}

@media only screen and (max-width: 767px) {

    .pdr-header-logo img {
    	width: 45px;
    }

}

@media only screen and (max-width: 699px) {

    a.pdr-festival-button-alt {
    	height: 50px;
    	font-size: 20px;
    	line-height: 20px;
    	box-shadow: inset 0 0 0 2px var(--prodog-yellow);
    	border: 5px solid var(--prodog-black);
    }

}
