/* fullcalendar view
-------------------------------------------------*/
.wpfc-calendar-wrapper h2 {
    font-size: 2em !important;
    color: #2972a1 !important;
}
.fc-widget-header {
    background-color: #2972a1;
    color: #fff;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #2972a1 !important;
}
.fc-day-number {
    font-weight: 600;
    color: #2972a1;
}
.fc-today {
    background-color: #ef8647 !important;
    opacity: .5;
}
a.fc-event {
    background-color: #eee !important;
    border: .25px solid #2972a1 !important;
    color: #2972a1 !important;
}

.ui-selectmenu-open {
    font-family: 'Lato', sans-serif;
    z-index: 100;
    width: 300px;
    background-color: #fff;
}


/* list view
-------------------------------------------------*/
.css-events-list {
    /*background-color: aqua;*/
    padding: 1em;
    font-size: 14px;
}
.events-table {
    width: 100%;
}
table.events-table thead tr {
    background-color: #2972a1;
    color: #fff;
    text-align: center;
}
table.events-table thead tr th {
    text-align: center;
}
table.events-table tbody tr {
    border-bottom: 2px solid #ccc;
    margin-bottom: 2px;
}
table.events-table tbody tr i {
    font-size: 14px;
}

/* event/page content section
-------------------------------------------------*/
.event-content-area {
    padding: 20px;
}
.event-content-area h1 {
    text-align: center;
}
.event-content-area img {
    margin: auto;
    width: 100%;
    height: auto;
}
.event-content-area strong {
    color: #2972a1;
}

/* map section
-------------------------------------------------*/
.em-location-map-container {
    width: 100% !important;
}
.nav-previous a, .nav-next a {
    background-color: #2972a1 !important;
    color: #fff !important;
}
.nav-previous a:hover, .nav-next a:hover {
    background-color: #ef8647 !important;
    color: #fff !important;
}

/* For building purposes
-------------------------------------------------*/
#link-assurance {
    color: red;
}
/*
font-family: 'Lato', sans-serif;
font-family: 'Montserrat';
color: #469ad0;
color: #ef8647;
color: #6fb0da;
background-color: #2972a1;
*/ /*this code is for copy paste parts keep here for now*/