ul.mc-event-list:has(li.list-preset) {
list-style: none;
list-style-type: none;
margin: 0 0 1rem;
padding: 0;
}
.mc-event-list .list-preset > .mc-language,
.mc-event-list .list-preset {
display: grid;
grid-template-columns: auto 1fr auto;
justify-content: space-between;
align-items: start;
list-style: none;
margin: 0 0 .5rem;
padding: 0;
gap: 12px;
}
.mc-event-list .list_preset_2 {
padding: 1rem;
border: 1px solid var(--list-preset-border-color);
border-bottom: none;
margin-bottom: 0;
margin-top: 0;
}
.mc-event-list .list_preset_3 {
padding: 1rem;
margin: 0;
}
ul.mc-event-list:has(li.list_preset_4) {
display: grid;
grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
gap: 30px;
}
.mc-event-list .list_preset_4 {
margin-bottom: 0;
}
div.mc-event-list-container {
container: mc_list_container / inline-size;
}
@container mc_list_container ( width < 720px ) {
ul.mc-event-list:has(li.list_preset_4) {
grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
}	
}
@container mc_list_container ( width < 480px ) {
ul.mc-event-list:has(li.list_preset_4) {
grid-template-columns: 1fr;
}	
}
.mc-event-list .list_preset_4 {
display: grid;
grid-template-columns: 1fr;
gap: 0;
box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.12);
}
.mc-event-list .list_preset_4 .list-card-contents {
padding: 1rem;
}
.mc-event-list .list_preset_3:nth-of-type(odd) {
background: var(--list-preset-stripe-background); }
.mc-event-list .list_preset_2 .mc-date-badge {
font-size: 1.3rem;
margin-right: 1rem;
}
.mc-event-list .list_preset_2:first-of-type {
border-radius: 12px 12px 0 0;
}
.mc-event-list .list_preset_2:last-of-type {
border-radius: 0 0 12px 12px;
border-bottom: 1px solid var(--list-preset-border-color);
}
.mc-event-list .list_preset_1 .mc-date-badge {
padding: 6px 9px;
background: var(--list-preset-date-badge-background);
color: var(--list-preset-date-badge-color);
border-radius: 3px;
}
.mc-event-list .list-preset {
background: var(--list-preset-background);
color: var(--list-preset-color);
}
.mc-event-list .list-preset img {
max-width: 5rem;
height: 100%;
width: auto;
display: block;
}
.mc-event-list .list_preset_4 img {
width: 100%;
max-width: 100%;
height: auto;
}
.mc-date-badge {
display: grid;
justify-content: center;
text-align: center;
}
.mc-date-badge .day {
font-weight: 700;
font-size: 1.2rem;
}.mc-main div, .mc-main span, .mc-main h1, .mc-main h2, .mc-main h3, .mc-main h4, .mc-main h5, .mc-main h6, .mc-main p, .mc-main blockquote, .mc-main pre, .mc-main a, .mc-main img, .mc-main dl, .mc-main dt, .mc-main dd, .mc-main ol, .mc-main ul, .mc-main li, .mc-main fieldset, .mc-main form, .mc-main label, .mc-main legend, .mc-main table, .mc-main caption, .mc-main tbody, .mc-main tfoot, .mc-main thead, .mc-main tr, .mc-main th, .mc-main td, .mc-main article, .mc-main aside, .mc-main details, .mc-main footer, .mc-main header, .mc-main menu, .mc-main meter, .mc-main nav, .mc-main output, .mc-main progress, .mc-main section, .mc-main summary {
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
margin: 0;
padding: 0;
} div.site-content, table {
overflow: visible !important; 
}
.mc-main {
line-height: 1;
max-width: 1120px !important;
margin: 0 auto;
}
.my-calendar-nav ul {
display: flex;
}
.mc-main article, .mc-main aside, .mc-main dialog, .mc-main figure, .mc-main footer, .mc-main header, .mc-main nav, .mc-main section, .mc-main blockquote {
display: block;
}
.mc-main .my-calendar-header,
.mc-main .my-calendar-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: 10px;
row-gap: 10px;
padding: .25rem 0;
}
.mc-main .my-calendar-footer select:not(.my-calendar-admin select),
.mc-main .my-calendar-footer input[type=text]:not(.my-calendar-admin input[type=text]),
.mc-main .my-calendar-footer input[type=submit]:not(.my-calendar-admin input[type=submit]),
.mc-main .my-calendar-header select:not(.my-calendar-admin select),
.mc-main .my-calendar-header input[type=text]:not(.my-calendar-admin input[type=text]),
.mc-main .my-calendar-header input[type=submit]:not(.my-calendar-admin input[type=submit]) {
line-height: 1;
padding-top: 6px;
padding-bottom: 6px;
margin: 0;
}
.mc-main .my-calendar-header input[type=text]:not(.my-calendar-admin input[type=text]),
.mc-main .my-calendar-footer input[type=text]:not(.my-calendar-admin input[type=text]) {
padding-top: 5px;
padding-bottom: 5px;
}
.mc-main .my-calendar-header select:not(.my-calendar-admin select),
.mc-main .my-calendar-footer select:not(.my-calendar-admin select) {
padding-top: 4px;
padding-bottom: 4px;
}
.mc-main .my-calendar-header input[type=submit],
.mc-main .my-calendar-footer input[type=submit] {
min-width: 44px;
}
.mc-time {
display: flex;
column-gap: 4px;
}
.my-calendar-header .mc-date-switcher > * {
margin: 0 2px;
}
.mc-main .my-calendar-header select,
.mc-main .my-calendar-footer select {
display: inline;
}
.mc-main h2:before {
display: none;
}
.mc-main h4.mc-title {
margin-top: 0;
margin-bottom: .5em;
}
.mc-main nav ul {
list-style: none;
display: flex;
flex-wrap: wrap;
column-gap: .5rem;
}
.mc-main ol {
list-style: decimal;
}
.mc-main ul {
list-style: disc;
}
.mc-main ul ul {
list-style: circle;
}
.mc-main blockquote, .mc-main q {
quotes: none;
}
.mc-main blockquote:before, .mc-main blockquote:after, .mc-main q:before, .mc-main q:after {
content: none;
}
.mc-main table {
border-collapse: collapse;
border-spacing: 0;
}
.mc-main input, .mc-main select, .mc-main a img {
vertical-align: middle;
}
.mc-main select {
height: auto;
}
.mc-main select:not(.my-calendar-admin .mc-main select) {
background: inherit;
-webkit-appearance: auto;
appearance: auto;
}
.mc-main *, .mc-main *:before, .mc-main *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mc-main .mc_filters label,
.mc-main .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
color: inherit;
}
img.category-icon,
svg.category-icon,
.category-color-sample.svg * {
max-width: 18px;
min-width: 16px;
height: auto;
padding: 1px;
border-radius: 2px; 
}
.category-key li a {
display: flex;
align-items: center;
}
.mc-adjacent .mc-event-date {
display: block;
font-size: 80%;
}
.mc-main .mc-list li, .mc-day {
position: relative;
}
.mc-main .category-key.has-icons ul li {
display: inline;
}
button.mc-toggle {
border: 0;
padding: 4px;
background-color: transparent !important;
font-size: 20px;
color: #a00 !important;
font-family: dashicons !important;
}
button .mc-toggle:before {
font-family: dashicons !important;
}
button.mc-toggle:hover, button.mc-toggle:focus {
outline: 1px solid #766;
}
.mc-main .mc_filters p {
margin: 0;
padding: 0;
}
.mc-main .mc-date-switcher div,
.mc-main .mc-search-form,
.mc-main .mc_filters form {
display: flex;
align-items: center;
}
.mc-main .mc-date-switcher .button,
.mc-main .mc-search-form .button,
.mc-main .mc_filters .button {
border-radius: 0 3px 3px 0;
position: relative;
left: -1px;
border-left: 0;
}
.mc-main .mc-date-switcher select:last-of-type,
.mc-main .mc-search-form input[type=text],
.mc-main .mc_filters select {
border-radius: 3px 0 0 3px;
}
.mc-main .mc-date-switcher select:not(:first-of-type) {
margin-left: 5px;
}
.mc-main .event-icon {
display: none;
}
.mc-main.mini .event-icon {
display: block;
font-size: .6rem;
padding-bottom: 6px;
line-height: 1;
}
.mc-main.my-calendar ul button.mc-text-button {
border: 0;
color: inherit;
background-color: transparent;
text-decoration: none;
}
.mc-main.my-calendar ul button.mc-text-button:hover,
.mc-main.my-calendar ul button .mc-text-button:focus {
text-decoration: underline;
background-color: transparent;
}
.mc-main .mc-loading {
position: absolute;
top: 10%;
left: 50%;
margin: -20px 0 0 -20px;
height: 40px;
width: 40px;
border: 2px solid rgba(0,0,0,0.3);
border-left-color: rgba(0,0,0,0.7);
background-color: rgba(0,0,0,0.05);
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
-webkit-animation: animation-rotate 1250ms linear infinite;
-moz-animation: animation-rotate 1250ms linear infinite;
-o-animation: animation-rotate 1250ms linear infinite;
animation: animation-rotate 1250ms linear infinite;
}
.mc-author-card, .mc-host-card {
display: grid;
grid-template-columns: 3.5em 1fr;
column-gap: 12px;
}
.mc-author-card img, .mc-host-card img {
max-width: 100%;
height: auto;
}
.mc-author-card p, .mc-host-card p {
margin: 0;
padding: .5em;
}
ol.mc-search-results {
list-style-type: none;
margin: 0 auto;
padding: 0;
}
ol.mc-search-results li {
margin: 0 0 1em;
}
.mc-search-results .mc_search_term {
background: #ffa;
color: #111;
}
@-webkit-keyframes animation-rotate {
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes animation-rotate {
100% {
-moz-transform: rotate(360deg);
}
}
@-o-keyframes animation-rotate {
100% {
-o-transform: rotate(360deg);
}
}
@keyframes animation-rotate {
100% {
transform: rotate(360deg);
}
}
.mc-main .mc-day .list-event {
margin: 0;
} .mc-main:focus {
outline: none;
} .mc-gmap-markers img {
max-width: none ! important; 
}
.mcjs.mc-main.listjs .details, .mcjs.mc-main.gridjs .calendar-events { display: none; }
.mcjs.mc-main .single-event .details, .mcjs.mc-main.list.day .details { display: block; }
.details .location,
.mc-gmap-location-list {
margin: 1em 0;
}
.details .mc-accessibility ul.mc-access,
.details .sharing {
display: flex;
flex-wrap: wrap;
column-gap: .5em;
margin: .5em 0;
list-style: none;
}
.details img.alignnone,
.details img.alignleft,
.details img.alignright {
max-width: 100%;
}
.mc-main .details .mc-image {
width: 100%;
height: auto;
}
.details .mc-access li {
background: #00000007;
padding: 3px;
border-radius: 3px;
}
.mc-location-details {
margin-bottom: .5em;
}
.mc-maps .mc-gmap-location-list .mc-location-details button {
padding: .33rem;
border-radius: 3px;
margin: 0 5px 0 0;
}
.mc-geolocate-form .mc-gl-fields {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
align-items: self-end;
}
.mc-geolocate-form .mc-gl-fields label {
display: block;
}
.entry-title .category-icon {
fill: #000;
fill: var(--primary-dark) !important;
max-width: 1em;
padding: 0;
display: inline-block;
}
.my-calendar-mask.mc-mask-active {
position: static !important; }.my-calendar-header *, .mc_bottomnav * {
line-height: 1.5;
}
code, kbd, pre, samp {
font-family: verdana;
font-size: 1em;
}
.mc-main .my-calendar-header, .mc-main .mc_bottomnav {
background-color: rgb(49, 54, 60);
color: #000;
padding: 2px 10px;
font-family:verdana;
}
.mc-main a {
border-bottom: none;
}
.mc-main .details ul, .mc-main .details ol, .mc-main details li  {
margin: 5px 0 10px 30px;
}
.my-calendar-header > div, .mc_bottomnav > div {
margin: 5px;
display: inline-block; 
}
.mc-main .maybe-hide {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;	
}
.my-calendar-header > div:nth-of-type(1), .mc_bottomnav > div:nth-of-type(1) {
margin-left: 0;
}
.my-calendar-header > div:nth-of-type(last), .mc_bottomnav > div:nth-of-type(last) {
margin-right: 0;
}
.mc-main .my-calendar-header a, .mc-main .mc_bottomnav a {
color: #333;
text-decoration: none;
border-radius: 5px;
padding: 4px 6px;
font-size: .8em;
background: linear-gradient(to top, rgba(230, 230, 230, .95) 0%, rgba(250, 250, 250, .95) 70%);
}
.mc-main .my-calendar-header a:hover, .mc-main .mc_bottomnav a:hover, .mc-main .my-calendar-header a:focus, .mc-main .mc_bottomnav a:focus {
color: #fff;
text-decoration: underline;
background: linear-gradient(to bottom, rgba(125, 125, 125, .95) 0%, rgba( 90, 90, 90, .95) 70%);
}
.mc-main.calendar {
width: 100% !important;
}
.mc-main .heading {
margin: 0;
}
.mc-main table {
width: 100%;
border-collapse: collapse;
}
.mc-main tr td {
width: 14.285714%;
border: 1px solid #f6f6f6;
padding: 0 !important;
height: 5em;
}
.mc-main th {
text-align: center;
text-transform: uppercase;
padding: 8px 0;
background: rgba(0, 0, 0, .8);
color: #fff !important;
}
.mc-main {
position: relative;
}
.mc-main table .current-day .mc-date {
background: rgba(0, 0, 0, .8) !important;
color: #fff;
}
.mc-main caption {
font-size: 2em;
color: #fff;
background: #333; 
padding: 5px;
text-align: right;
caption-side: bottom;
}
.mc-main.mini caption {
font-size: 1.2em;
}
.mc-main .event-title {
margin: 0 !important;
font-size: .8em;
}
.mc-main .event-title a {
display: block;
line-height: 1.5;
padding: 6px;
font-size: .9em;
position: relative;
border-bottom: none;
}
.mc-main .event-title .has-image {
padding-left: 24px; 
}
.mc-main.mini .event-title {
padding: 10px 30px 10px 5px;
}
.mc-main.mini .event-title img {
position: relative;
margin-right: 4px;
top: 0;
left: 0;
}
.mc-main .mc-format a:before {
font-family: verdana;
margin-right: 4px;
vertical-align: text-top;
}
.mc-main .mc-format .list:before {
content: "\f163";
}
.mc-main .mc-format .grid:before {
content: "\f508";
}
.mc-main .event-title img {
position: absolute;
top: 6px;
left: 4px;
}
.mc-main .calendar-event .details, .mc-main .calendar-events {
position: absolute;
left: 0;
width: 100%;
z-index: 3;
background: rgba(255, 255, 255, .98);
box-shadow: 0 0 4px;
color: #333;
}
.mc-main.calendar .details.no-image {
padding-top: 60px;
}
.mc-main.calendar .single-event .details.no-image {
padding-top: 0;
}
.mc-main .details {
padding: 10px;
}
.mc-main .mc-list .details {
padding: 0;
}
.mc-main .close {
position: absolute;
left: .5em;
top: .5em;
padding: 4px;
line-height: 2;
border-bottom: none;
}
.mc-main.mini .close {
left: auto;
top: .25em;
right: .5em;
}
.mc-main .close:hover, .mc-main .close:focus {
background: rgba( 240, 240, 240, .8 );
}
.mc-main .details img {
width: 100%;
height: auto;
}
.mc-main .details img.alignleft {
width: auto;
float: left;
margin: 0 20px 10px 0;
}
.mc-main .details img.alignright {
width: auto;
float: left;
margin: 0 0 10px 20px;
}
.mc-main .details img.aligncenter {
width: auto;
display: block;
margin: 0 auto 10px;
}
.mc-main .details p {
margin: 0 0 20px;
line-height: 1.6;
font-size: 1em;
}
.mc-main .details h2, .mc-main .details h3 {
font-weight: 700;
font-size: 1.3em;
line-height: 1.3;
}
.mc-main .details h4, .mc-main .details h5, .mc-main .details h6 {
font-weight: 400;
font-size: 1.1em;
line-height: 1.5;
}
.mc-main .details li {
line-height: 1.5;
} .mc-main .details .sharing {
clear: both;
} #mc-day .time-block p {
top: -1.5em;
}
.mc-main.mini .time-block p {
position: relative;
display: block; 
text-align: center;
top: 0;
right: 0;
}
.mc-main .time-block p{
color: #000;
display: inline-block;
margin: 0 !important;
position: absolute;
top: .5em;
right: .5em;
background: rgba( 255, 255, 255, .7 );
padding: 0 10px !important;
}
.mc-main .single-event .time-block p, .mc-main.list .time-block p {
position: static;
padding: 0!important;
}
.mc-main .time-block p:before {
font-family: verdana;
content: "\f469";
vertical-align: top;
margin-right: 4px;
}
.mc-main .mc-event-date {
font-weight: 700;
color: #333;
}
.mc-main .has-events .mc-date {
font-weight: 700;
background: #333;
color: #fff;
}
.mc-main .has-events .mc-date a {
color: #fff;
}
.mc-main .mc-date {
display: block;
padding: 4px;
font-size: 1.2em;
background: rgba(240, 240, 240, .9);
color: #111;
}
.mc-main.mini .mc-date {
text-align: center;
}
.mc-main .mc-single {
font-size: 1.4em;
margin: 0;
} .my-calendar-nav ul, .mc-main .category-key ul, .mc-main .mc-export ul, .mc-main .mc-list {
margin: 0 !important;
padding: 0 !important;
}
.my-calendar-nav ul li, .mc-main .category-key ul li, .mc-main .mc-export ul li {
display: inline-block;
list-style-type: none;
margin: 0 0 6px;
}
.my-calendar-nav .my-calendar-prev a {
border-radius: 5px 0 0 5px;
border-right: 1px solid #bbb;	
}
.my-calendar-nav .my-calendar-next a {
border-radius: 0 5px 5px 0;
border-left: 1px solid #fff;	
}
.my-calendar-prev a:before {
content: '\25C0 ';
}
.my-calendar-next a:after {
content: ' \25b6';
} .mc-main .category-key h3 {
margin: 0 0 10px 0 !important;	
}
.mc-main .no-icon {
display: inline-block;
width: 1.25em;
margin-right: .25em;
border-radius: 12px;
}
.mc-main .category-color-sample img {
padding: 2px;
display: inline;
vertical-align: text-top;
margin-right: .25em;
} .mc-main .vcard {
margin: 0 0 15px 15px;
float: right;
padding: 20px;
max-width: 50%;
background: rgba( 0, 0, 0, .1 );
}
.mc-main .vcard .street-address {
display: inline;
}
.mc-main .vcard .street-address:nth-of-type(2):before {
content: ', ';
} .mc-main .my-calendar-date-switcher select {
padding: 0;
width: auto;
margin: 0;
}
.mc-main .my-calendar-date-switcher input[type=submit] {
min-width: 2em;
font-size: 1em;
} .mc-main .mc-list li, #mc-day {
position: relative;
}
.mc-list .current-day .event-date:before {
content: "\f139 ";
font-family: verdana;
vertical-align: middle;
}
.mc-main .mc-list .mc-events {
list-style-type: none !important;
padding: 10px;
background: rgba(0, 0, 0, .05);
margin: 0;
}
.mc-main .mc-list .mc-events.odd {
padding: 10px;
background: none;
}
.mc-main.list .my-calendar-month {
font-size: 1.4em;
background: #000;
color: #fff;
padding: 5px;
text-align: right;
}
.mc-main .list-event .event-title {
margin-top: 10px !important;;
padding: 5px;
}
.mc-main .mc-list .event-date {
font-size: 1.1em;
font-weight: 600;
}
.mc-main .list-event {
margin-top: 1em;
}
.mc-main .mc-list-extended {
font-size: .9em;
font-style: italic;
}
.mc-main .list-event .details img {
width: auto;
max-width: 100%;
}
.mc-main .list-event .event-title img {
margin-right: .5em;
position: relative;
top: -1px;
}
.mc-main .nextmonth .event-title {
opacity: .7;
} .single-event .event-title {
padding: 10px;
font-size: 1.4em;
}
.single-event .event-title img {
margin-right: 10px;
position: static;
} .mc-main.mini table {
margin-bottom: 0;
}
.mc-main.mini tr td {
height: auto;
}
.mc-main.mini .vcard {
line-height: 1.5;
margin: 0 0 15px;
float: none;
padding: 10px;
max-width: 100%;
}
.mc-list-details.all-events {
text-align: left;
display: inline-block;
text-transform: none;
padding-left: 2em;
}