
.duration {
text-transform: none!important;
}


.tbp td {
padding-left:10px;
}

 

 #sow-editor-20.widget widget_sow-editor {
padding: 0px 0px 0px 0px;
}

.nf-form-layout {padding:15px;}

.widget_text .textwidget p {font-size:18px;}

@media screen and (max-width: 1300px) {
    .wig1 {
        width: 100%!important;
        float: none!important;
 display: flex;
    justify-content: center;  /* Centers horizontally */
    align-items: center;      /* Centers vertically */
    }
}

.accordion-year {
    display: block; /* Makes the div take up the full width */
    width: 100%; /* Ensures it spans the entire row */
     cursor: pointer; /* Makes it clear it's interactive */
}

.accordion-year a {
    display: block; /* Makes the link take up the full div */
    width: 100%;
    text-decoration: none; /* Removes underline */
    

}

.accordion-year:hover {
    background-color: #f0f0f0; /* Change background color on hover */
}

@media screen and (max-width: 768px)  {
    .tribe-events-sub-nav li a {
        background: transparent;
     
    }

