	#event-content,
	#event-photos,
	#letterhead,
	#event-previous-next {
	    box-shadow: unset;
	}

	#letterhead h2 {
	    border-bottom: unset;
	    font-weight: 600;
	}

	#letterhead {
	    justify-content: space-between;
	}

	#letterhead a.event-details {
	    background: unset;
	    border-radius: 10px;
	    font-size: 14px;
	    padding: 10px;
	    font-size: 1em;
	    font-weight: 600;
	    text-transform: none;
	    text-decoration: underline;
	}

	#letterhead a.event-details:hover {
	    background: unset;
	    outline: none;
	}

	#event-photos {
	    max-height: unset;
	    overflow: hidden;
	}

	.has-sidebar:not(.error404) #primary {
	    float: none;
	    width: 100%;
	    background: #ffffff;
	}

	.entry-footer {
	    border: none;
	}

	.has-sidebar #secondary {
	    width: 100%;
	    float: none;
	    clear: both;
	    padding: 0;
	    background-color: #ffffff;
	}

	#event-photos h2 {
	    width: 100%;
	}

	.sponsors {
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    flex-wrap: wrap;
	}

	.sponsor {
	    width: 150px;
	    height: 100px;
	    margin: 10px;
	    max-height: 150px;
	    background: #ffffff;
	    margin-right: 1em;
	    box-shadow: 0px 0px 2px 0px #d7d7d7;
	    padding: 10px;
	}

	.sponsor a {
	    box-shadow: none !important;
	}

	.sponsor a img {
	    width: 100% !important;
	    max-width: none;
	    height: 100%;
	    object-fit: contain;
	}

	.single-event_report h3 {
	    text-transform: uppercase;
	    margin-bottom: 20px;
	    font-size: 20px;
	    font-weight: bold;
	}

	@media all and (max-width: 767px) {
	    .mfp-image-holder .mfp-content {
	        width: 80%;
	    }
	}

	@media all and (max-width: 567px) {
	    .sponsor {
	        width: 170px;
	        height: 150px;
	    }

	    .grid-item {
	        width: 250px !important;
	    }

	    #letterhead h2 {
	        font-size: 30px;
	        margin-bottom: 22px;
	    }

	    #letterhead {
	        margin-bottom: unset;
	    }

	    .single-event_report h3 {
	        font-size: 20px;
	        font-weight: 600;
	    }


	}



	/* gallery style */

	.header h1 {
	    text-align: center;
	    background: -webkit-linear-gradient(#e3ca66, #b48e47);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    font-size: 4.5em;
	    font-family: 'Parisienne', cursive;
	    margin-bottom: 15px;
	}

	.header p {
	    text-align: center;
	    background: -webkit-linear-gradient(#e3ca66, #b48e47);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    font-weight: 700;
	    font-size: 20px;
	}

	#ev-img-gallery {
	    display: block;
	    margin: auto;
	}

	.grid-item {
	    display: inline-block;
	    width: 150px;
	    height: 150px;
	    overflow: hidden;
	    text-align: center;
	    border: 2px solid #ffffff;
	}

	.grid-item img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    transition: 0.9s;
	    max-width: unset !important;
	}

	.grid-item img:hover {
	    filter: none;
	}

	.isotope-pager .pager {
	    display: inline-block;
	}

	.filters {
	    width: 100%;
	    text-align: center;
	    padding-bottom: 35px;
	    padding-top: 20px;

	}

	.filters ul {
	    list-style: none;
	    padding: 20px 10px;
	    box-shadow: -1px 1px 11px rgba(0, 0, 0, .4);
	    margin: 0 40px;
	    border-radius: 30px;
	    background-color: #232323;
	}

	.filters li {
	    display: inline-block;
	    padding: 10px 25px;
	    font-size: 15px;
	    font-weight: 600;
	    cursor: pointer;
	}

	.filters li a {
	    color: #b6b6b6;
	    text-decoration: none;
	}

	.filters li a:hover {
	    color: #fff;
	}

	.filters li:hover {
	    box-shadow: -1px 1px 11px rgba(0, 0, 0, .4);
	    border-radius: 15px;
	}

	.filters li.active a {
	    color: #e3ca66;
	    border: 1px solid #e3ca66;
	    border-radius: 15px;
	    box-shadow: -1px 1px 11px rgba(0, 0, 0, .4);
	    padding: 10px 25px;

	}

	.isotope-pager a {
	    margin: 6px 1px;
	    display: inline-block;
	    width: auto;
	    padding: 0 12px;
	    line-height: 31px;
	    color: #ffffff;
	    font-weight: 600;
	    transition: 0.3s;
	    box-shadow: -1px 1px 11px rgba(0, 0, 0, .1);
	    background-color: #992228;
	    text-decoration: none;
	}

	.isotope-pager a:hover,
	.isotope-pager a:focus {
	    background: #000000;
	    box-shadow: unset;
	    color: #ffffff;
	}

	.isotope-pager .active {
	    background-color: #000000;
	}

	.isotope-pager .prev {
	    border-radius: 30px 0 0 30px;
	}

	.isotope-pager .next {
	    border-radius: 0 30px 30px 0;
	}

	.isotope-pager a::before,
	.isotope-pager a:after {
	    content: "";
	    position: absolute;
	    border-top: 30px solid transparent;
	    border-bottom: 30px solid transparent;
	}

	.isotope-pager .num::before,
	.next::before {
	    border-right: 20px solid #2c3e50;
	    right: 100%;
	}

	.isotope-pager .num:after,
	.prev:after {
	    border-right: 20px solid #f1f1f1;
	    right: 0;
	}

	.overlay {
	    position: absolute;
	    bottom: 0;
	    background: rgb(0, 0, 0);
	    background: rgba(0, 0, 0, 0.5);
	    /* Black see-through */
	    color: #f1f1f1;
	    width: 100%;
	    transition: .5s ease;
	    opacity: 0;
	    color: white;
	    font-size: 20px;
	    padding: 20px;
	    text-align: center;
	}

	.grid-item:hover .overlay {
	    opacity: 1;
	}

	.mfp-close:hover {
	    background: #992228 !important;
	}

	.single-event_report .mfp-container button:hover {
	    background-color: transparent;
	}

	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
	    text-align: center;
	    right: -18px;
	    top: 12px;
	    width: 40px;
	    height: 40px;
	    padding-right: unset;
	    background: #992228;
	    border-radius: 50%;
	    font-size: 24px;
	}

	#event-previous-next .post-navigation {
	    margin: 1em 1em;
	}

	.post-navigation .nav-links {
	    padding: 0 40px;
	}

	.nav-links a:hover {
	    box-shadow: unset;
	    text-decoration: none;
	    border: none;
	}

	.nav-links a:hover .nav-title {
	    box-shadow: unset;
	}

	.entry-footer .edit-link {
	    display: block;
	    margin-right: 10px;
	}

	.loading-dots {
	    display: none;
	    text-align: center;
	    margin-top: 20px;
	}

	.dot {
	    display: inline-block;
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	    background-color: #de4a55;
	    margin: 0 5px;
	    opacity: 0;
	    animation: loading 1s infinite;
	}

	@keyframes loading {
	    0% {
	        opacity: 0;
	    }

	    50% {
	        opacity: 1;
	    }

	    100% {
	        opacity: 0;
	    }
	}

	/*AM updates 01/08/25*/
	.event-report-text {
		max-width:700px;
	}
	#letterhead {
		display:block;
	}
	.single-event_report #letterhead h1 {
		float:none;
		width:100%;
	}
#letterhead a.event-details {
    transition: 0.2s all ease;
    font-size: 14px;
    text-decoration: none;
    background: white;
    border: 1px solid #453CF0;
    color: #453CF0;
    border-radius: 10px;
    min-width: 200px;
    max-width: fit-content;
    padding: 5px 20px;
    clear: both;
    float: none;
    display: block;
    text-align: center;
	margin-top:1em;
}
	#letterhead a.event-details:hover {
    border-color: #3A34C4;
    background: unset;
    color: #3A34C4;
}
	.sponsor {
		box-shadow: none;
		background:none;
	}