.anchor-container {
    width: 100%;
    min-height: 180px;
}

#primary {
    margin: 0;
    padding: 0;
}

#page {
    margin: 0;
    padding: 0;
}

.entry-content[data-ast-blocks-layout] > * {
    margin: 0 !important;
    max-width: 100%;
}

.entry-content > .wp-block-group {
    padding: 0;
}

.widget {
    width: 100%;
    min-height: 180px;
    padding: 0;
    margin: 0;
}

.carousel img {
    object-fit: cover;
    object-position: center;
}

.mct__container {
    width: 100%;
    padding-top: 15px;
}

.mct__content-container {
    width: 80%;
    margin: 0 auto;
}

.mct__content {
    margin-top: 100px;
}

.mct__slider-item {
    position: relative;
    min-height: 180px;
    max-height: 300px;
    overflow: hidden;
}

.mct__slider-item img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}

.mct__slider-item .carousel-caption {
    position: absolute;
    top: 35%;
    bottom: unset;
    left: 0;
    width: 100%;
    background: RGBA(13,64,146,0.7);
    opacity: 1;
}

.mct__slider-item h3 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
}

.mct__slider-item h3 a {
    text-decoration: none !important;
}

.mct__content a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
}

.mct__content p {
    text-align: justify;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.6;
}

.mct-options,
.mct-options-links {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-around !important;
    align-items: center;
}

.mct-options {
    margin-top: 50px;
}

.mct-options-links {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mct-options img {
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 6px 8px -4px rgba(0,0,0,0.25);
}

.mct-options img:hover {
    transform: scale(1.1);
}

.mct-options-links a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
}

.mct__content p a {
    display: inline;
    width: unset;
}

.mct__search-container {
    background-color: #f0eeee;
    padding: 10px;
    box-shadow: 0 6px 8px -4px rgba(0,0,0,0.25);
}

.mct__form-controls {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.section__control {
    width: 100%;
    align-self: flex-end;
}

.section__control button {
    color: #fff;
    margin: 0;
    padding: 10px 30px;
}

.mct__option-header {
    background-color: #525151;
    color: #fff;
}

.mct__search-results {
    margin-top: 30px;
    display: grid;
    grid-template-columns: auto;
}

@media (min-width: 768px) {
    .mct__search-results { 
        grid-template-columns: 50% 50%;
    }
}

.event__card {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
    background-color: #F0F5FA;
}

.event__card-details {
    padding: 0 calc(48px/2);
    flex: 1 1 calc(11.111% * 8);
    width: calc(25% * 3 + 24px);
    min-width: 0;
}

.event__card-content {
    margin-bottom: 0;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.event__card-logo {
    padding: 0 calc(48px/2);
    margin-bottom: 0;
    width: calc(12.5%*3);
    flex: none;
    min-width: 0;
    box-sizing: border-box;
}

.event__card-img {
    display: block;
    border-style: none;
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
}

.event__card-description {
    padding: 0 calc(48px/2);
    width: calc(12.5%*5);
    flex: none;
}

.event__card-header {
    display: block;
    color: #505050;
}

.event__card-date {
    font-size: 14px;
    line-height: 1.62;
    font-weight: normal;
    color: #141827;
    font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
    margin: 0 0 8px;
}

.event__card-daterange {
    color: #141827;
}

.event__card-align {
    text-align: unset !important;
    text-decoration: underline !important;
}

.event__card-align:hover {
    color: #141827;
}

.event__card-organization {
    font-weight: bold;
}

/*  Event */
.event {
    display: grid;
    grid-template-columns: 10% auto 25%;
    width: 100%;
    border-bottom: 1px solid #adacac;
    box-shadow: 0 6px 8px -4px rgba(0,0,0,0.25);
}

.event .inner-box{
	position: relative;
	background-color: #f7f5f1;
}

@media (min-width: 768px) {
    .event .inner-box{
	    min-height: 650px;
    }
}

.news-block .image-box{
	position: relative;
}

.news-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	background-color: #24262d;
	overflow: hidden;
}

.news-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover .image a img{
	opacity: .70;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .lower-content{
	position: relative;
	padding: 40px 40px 20px;
}

.event-result-margin {
    margin-top: 40px;
    width: 100%;
}

.news-block .lower-content .date{
 	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #141827;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.news-block .lower-content h5{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #24262d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}

.news-block .lower-content h5 a{
	color: #24262d;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.events-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.events-pagination .page-numbers {
    width: unset;
    padding: 20px;
    border: 1px solid rgb(142, 143, 142);
}

.event__shopping-container {
    margin: 0 0 20px 0;
    position: relative;
}

.product-name a {
    text-align: unset !important;
}

.mct__container .cart_totals {
    border: none !important;
}

.product-name-event {
    text-align: left !important;
}

.mct__registration {
    margin: 30px auto;
    max-width: 75%;
}

.mct__registration label,
.mct__registration button {
    font-size: 12px !important;
}

.entry-content .mct__registration {
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 50%;
}

.mct__tab-button {
    margin: 0;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    color: #141827;
    box-shadow: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.mct__tab-button:hover {
    background-color: #ffffff;
    color: #141827;
    cursor: pointer;
}

.mct__tab-button::selection {
    background: none;
}

.mct__buttons-bar {
    position: static;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.mct__panel {
    display: none;
    border: 1px solid #e5e5e5;
    padding: 50px 30px 30px 30px;
    margin-top: -1px;
    flex-direction: column;
    row-gap: 20px;
}

.mct__tab-active {
    border-bottom: none;
    box-shadow: 0 -4px 0 0 orange;
}

.mct__panel-active {
    display: flex;
}

.mct_invalid_message,
.mct__required {
    color: #f71111;
}

.mct__registration-result {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    color: #000;
}

.mct__registration-result a {
    color: #fff;
    text-decoration: none !important;
    max-width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: unset;
    width: unset;
}

.woocommerce-MyAccount-navigation>ul {
    display: flex;
    justify-content: flex-start;
}

.woocommerce-MyAccount-content {
    float: unset !important;
    width: unset !important;
    padding-top: 20px;
    margin-bottom: 30px;
}

body .woocommerce-MyAccount-navigation-link {
    width: 100%;
}

.mct__events {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
}

.event__day {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    row-gap: 10px;
}

.event__day-name,
.event__date-start,
.event__date-end,
.event__content-title,
.event__content-link,
.event__address,
.event__shortdescription {
    color: #141827;
    font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
}

.event__day-name {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.event__day-number {
    font-weight: bold;
    font-size: 24px;
}

.event__content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 10px;
}

.event__date {
    padding-bottom: 10px;
}

.event__date-start,
.event__date-end {
    font-size: 14px;
    line-height: 1.62;
    font-weight: normal;
}

.event__content-link {
    font-size: 14px;
    line-height: 1.42;
    font-weight: bold;
    text-transform: none;
    text-rendering: optimizeLegibility;
}

.event__address {
    font-size: 14px;
    line-height: 1.62;
    font-style: normal;
    font-weight: normal;
}

.event__shortdescription {
    font-size: 24px;
    text-align: justify;
    line-height: 1.42;
    display: block;
    margin-top: 16px;
    visibility: visible;
    font-weight: normal;
}

.image-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart__toast {
    display:none;
    position:fixed;
    top:30px;
    right:30px;
    z-index:9999;
    padding:16px;
    background:#27ae60;
    color:#fff;
    border-radius:8px;
    box-shadow:0 4px 12px rgba(0,0,0,0.16);
    font-size:1.2rem;
}