.mec-event-locations-archive {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.mec-archive-header {
margin-bottom: 2rem;
text-align: center;
}
.mec-event-locations-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 2rem;
margin-bottom: 2rem;
}
.mec-location-card {
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
transition: transform 0.2s ease-in-out;
background: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.mec-location-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.mec-location-image {
position: relative;
padding-top: 56.25%; overflow: hidden;
}
.mec-location-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.mec-location-content {
padding: 1.5rem;
}
.mec-location-title {
margin: 0 0 1rem;
font-size: 1.25rem;
}
.mec-location-title a {
color: #333;
text-decoration: none;
}
.mec-location-details {
margin-bottom: 1rem;
font-size: 0.9rem;
color: #666;
}
.mec-virtual-label {
display: inline-block;
background: #e9ecef;
padding: 0.25rem 0.75rem;
border-radius: 4px;
font-size: 0.9rem;
color: #495057;
margin-bottom: 1rem;
}
.mec-upcoming-events-count {
font-size: 0.9rem;
color: #666;
margin-bottom: 1rem;
}
.mec-view-location-link {
display: inline-block;
padding: 0.5rem 1rem;
background: #007bff;
color: #fff;
text-decoration: none;
border-radius: 4px;
transition: background-color 0.2s ease-in-out;
}
.mec-view-location-link:hover {
background: #0056b3;
color: #fff;
} .mec-event-location-container {
max-width: 1000px;
margin: 0 auto;
padding: 2rem;
}
.mec-event-location-header {
margin-bottom: 2rem;
text-align: center;
}
.mec-event-location-image {
margin-bottom: 1.5rem;
border-radius: 8px;
overflow: hidden;
}
.mec-event-location-image img {
width: 100%;
height: auto;
}
.mec-event-location-title {
margin: 0 0 1.5rem;
font-size: 2rem;
color: #333;
}
.mec-event-location-content {
margin-bottom: 2rem;
line-height: 1.6;
}
.mec-event-location-details {
background: #f8f9fa;
padding: 1.5rem;
border-radius: 8px;
margin-bottom: 2rem;
}
.mec-event-location-address-details h3,
.mec-event-location-virtual h3 {
margin: 0 0 1rem;
font-size: 1.25rem;
color: #333;
}
.mec-address,
.mec-city-state-zip {
margin: 0 0 0.5rem;
color: #666;
}
.mec-location-url a {
display: inline-block;
padding: 0.5rem 1rem;
background: #007bff;
color: #fff;
text-decoration: none;
border-radius: 4px;
transition: background-color 0.2s ease-in-out;
}
.mec-location-url a:hover {
background: #0056b3;
}
.mec-event-location-upcoming-events {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #e0e0e0;
}
.mec-event-location-upcoming-events h3 {
margin: 0 0 1rem;
font-size: 1.25rem;
color: #333;
}
.mec-events-list {
list-style: none;
padding: 0;
margin: 0;
}
.mec-event-item {
margin-bottom: 0.75rem;
}
.mec-event-item a {
color: #007bff;
text-decoration: none;
}
.mec-event-item a:hover {
text-decoration: underline;
} @media (max-width: 768px) {
.mec-event-locations-grid {
grid-template-columns: 1fr;
}
.mec-event-location-container {
padding: 1rem;
}
.mec-event-location-title {
font-size: 1.5rem;
}
} .fc-event {
transition: background-color 0.3s, color 0.3s;
}
.fc-event:hover {
opacity: 0.8; }
.fc-h-event {
border: 0px !important;
} .mec-event-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}
.mec-event-modal-close-small {
font-size: 25px;
background: transparent;
border: 0px;
}
.mec-event-modal-close-small:hover {
background: transparent;
border: 0px;
opacity: 0.8;
}
.mec-event-modal-content {
background: white;
color: #333;
padding: 20px;
border-radius: 8px;
max-width: 600px;
width: 90%;
position: relative;
}
.mec-event-modal-header {
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 10px 10px 0px 0px;
padding: 5px 10px;
margin-bottom: 15px;
}
.mec-event-modal-header h2 {
font-size: 1.5em;
font-weight: bold;
vertical-align: middle;
}
.mec-event-modal-view-details {
font-size: 1.2em;
background: #0067d4;
color: #fff;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
margin-right: 10px;
border: 0px;
}
.mec-event-modal-close-button {
background: #ccc;
color: #333;
font-size: 1.2em;
border: none;
cursor: pointer;
padding: 10px 20px;
border-radius: 5px;
}
.mec-event-modal-view-details:hover {
color: #fff;
text-decoration: none;
opacity: 0.8;
}
.mec-event-modal-close-button:hover {
background: #acacac;
color: #333;
border: 0px;
text-decoration: none;
}
.mec-event-modal-body {
margin-top: 10px;
}
.mec-event-modal-footer {
display: flex;
justify-content: flex-end;
margin-top: 20px;
}
.mec-event-modal {
border-radius: 15px;
}
.mec-event-modal-body img {
display: inline-block;
margin-right: 15px;
}
.mec-event-modal-body .mec-event-modal-details {
vertical-align: top;
display: inline-block;
} .mec-event-details-container {
width: 100%;
max-width: 1200px;
margin: 0 auto; 
padding: 20px;
}
.mec-event-title h1 {
font-size: 2em;
font-weight: bold;
}
.mec-event-category {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 20px;
text-align: right;
padding: 5px 10px;
border-radius: 5px;
}
.mec-event-image-container img {
margin-bottom: 20px;
}
.mec-event-image {
width: 100%;
}
.mec-event-image img {
width: 100%;
height: auto;
}
.mec-event-date-details {
font-size: 1.2em;
font-weight: bold;
}
.mec-event-date-details .mec-event-date, .mec-event-date-details .mec-event-date-range {
font-size: 1.3em;
font-weight: bold;
margin-top: 15px;
text-align: center;
}
.mec-event-date-details .mec-event-time {
font-size: 1.2em;
font-weight: bold;
margin-top: 0px;
text-align: center;
}
.mec-event-location-summary {
text-align: center;
margin-top: 20px;
}
.mec-event-location-summary .mec-event-location-name {
font-weight: bold;
}
.mec-event-location-summary .mec-event-location-address {
margin-top: 0px;
font-style: italic;
}
.my-events-calendar-share-buttons { 
border: 1px solid #cecece;
padding: 15px;
border-radius: 15px;
text-align: center;
margin-top: 20px;
}
.mec-share-button .dashicons {
display: inline-block;
margin: 5px;
font-size: 30px;
width: 30px;
height: 30px;
text-decoration: none;
transition: color 0.3s ease;
}
.mec-share-button {
color: #0067d4;
text-decoration: none;
}
.mec-share-button:hover, .mec-share-button:active {
color: #0f7bee;
text-decoration: none !important;
}
.mec-event-add-to-calendar-buttons {
margin-top: 20px;
margin-bottom: 15px;
text-align: center;
}
.my-events-calendar-add-to-calendar-buttons a {
margin-right: 10px;
display: inline-block;
width: 100%;
max-width: 300px;
margin: 5px;
font-size: 1.1em;
background-color: #f5f5f5;
color: #5a5a5a;
border-radius: 15px;
border: 1px solid #d3d3d3;
text-decoration: none;
padding: 10px 20px;
}
.my-events-calendar-add-to-calendar-buttons a:hover {
background-color: #e9e9e9;
color: #5a5a5a;
text-decoration: none !important;
}
.mec-share-button-header h3 {
font-size: 1.1em;
font-weight: bold;
margin-top: 0px;
}
.mec-event-location-details .container {
width: 100%;
max-width: 1200px;
margin: 0 auto; 
}
.mec-event-location-details-header h3 {
font-size: 1.1em;
font-weight: bold;
margin-top: 0px;
}
.mec-event-details-container .mec-event-location-details, .mec-event-details-container .mec-event-description {
margin-top: 25px; 
border: 1px solid #cecece;
padding: 15px;
border-radius: 15px;
}
.mec-event-details-container .mec-event-location-name, .mec-event-details-container .mec-event-description-header {
margin-top: 0px;
font-size: 1.2em;
font-weight: bold;
}
.mec-event-details-container .mec-event-location-link-label {
font-weight: bold;
}
.mec-event-details-container .mec-event-location-url p {
margin-bottom: 0px;
}
.mec-event-details-container .mec-event-ticket-details {
border: 1px solid #cecece;
padding: 15px;
border-radius: 15px;
}
.mec-event-details-container .mec-event-ticket-cost {
font-size: 1.2em;
}
.mec-event-details-container .mec-event-ticket-cost-label {
font-weight: bold;
}
.mec-event-details-container .mec-event-ticket-cost-value {
font-weight: normal;
clear: both;
}
.mec-event-ticket-link {
font-weight: bold;
background-color: #0067d4;
color: #fff;
padding: 10px 20px;
border-radius: 5px;
width: 100%;
text-align: center;
display: block;
}
.mec-event-ticket-link:hover, .mec-event-ticket-link:active {
background-color: #0f7bee;
color: #fff;
text-decoration: none;
}
.mec-event-ticket-details-text {
margin-top: 15px;
font-size: 1.1em;
font-style: italic;
}
.mec-event-description-header {
font-size: 1.1em;
font-weight: bold;
margin-top: 20px;
}
#mec-event-map {
width: 100%;
height: 400px;
margin-top: 20px;
margin-bottom: 5px;
}
.mec-event-category-bar {
border-radius: 15px;
padding: 5px 15px;
margin-bottom: 10px;
font-size: 1.1em;
font-weight: bold;
text-align: right;
}
@media (max-width: 768px) {
.mec-event-location-image {
margin-bottom: 15px;
}
} .mec-event-list-group-header {
font-size: 1.5em;
font-weight: bold;
}
.mec-no-events-list-message {
font-size: 1.2em;
font-weight: bold;
margin-top: 20px;
text-align: center;
}
.mec-event-list-item {
display: flex;
align-items: center;
margin-bottom: 20px;
padding: 20px;
border-left-width: 20px;
border-top-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-style: solid;
border-radius: 10px;
}
.mec-event-list-item-container-link, .mec-event-list-item-container-link:hover {
color: inherit;
text-decoration: none;
}
.mec-event-list-item-container-link:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.mec-event-list-item .container {
width: 100%; 
max-width: 100%;
margin-left: 0px;
margin-right: 0px;
}
.mec-event-list-item .mec-event-title {
font-size: 1.5em;
font-weight: bold;
margin-top: 0px;
}
.mec-event-list-item .mec-event-date {
font-size: 1.1em;
font-weight: bold;
}
.mec-event-list-item .mec-event-location {
margin-top: 10px;
}
.mec-event-details {
flex: 1;
}
.mec-compact-event-list .mec-event-thumbnail {
margin-bottom: 10px;
width: 100%;
height: auto;
max-width: 100px;
}
.mec-compact-event-list .mec-event-list-group-header {
font-size: 1.2em;
}
.mec-compact-event-list .mec-event-list-item {
padding: 10px;
margin-bottom: 10px;
}
.mec-compact-event-list .mec-event-list-item .mec-event-title {
font-size: 1.2em;
}
.mec-compact-event-list .mec-event-list-item .mec-event-date {
font-size: 1em;
}
.mec-compact-event-list .mec-event-list-item .mec-event-location {
margin-top: 3px;
}
@media (max-width: 768px) {
.mec-event-list-item .mec-event-image {
margin-bottom: 15px;
}
}
@media (min-width: 768px) {
.mec-event-list-item .container {
width: 100%;
max-width: 100%;
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
}
}
.modal {
display: none; position: fixed;
z-index: 1050;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5); }
.modal.show {
display: block; }