@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
header {
    display:none;
    }
.com_dpcalendar {
    background:#ff6800;
    }
* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color:#0026cd !important;
}
.com-dpcalendar-blog {
    width:1000px;
    margin:0 auto;
    }
.dp-event__date {
    background:#0026cd !important;
    padding:5px 15px;
    border-radius:10px;
    }
    .dp-event__date * {
        color:white !important;    
        }
.dp-button-bar,
.dp-event__calendar,
.dp-icon,
.dp-event__title-dot {
    display:none !important;
    }
h2 a {
    font-weight:700 !important;
    }
.fc-direction-ltr .fc-list-day-side-text, 
.fc-direction-rtl .fc-list-day-text  {
    float:left;
    padding-left:5px;
    }

    * {
        text-decoration:none !important;
    }

    .dp-event {
        padding:30px;
        border:0 !important;
    }

.dp-event__description a {
text-decoration:underline !important;
display: !important
}


.com-dpcalendar-timeline {
    position:relative;
    max-width:1500px;
    margin:0 auto !important;
    }
.com-dpcalendar-timeline .dp-event {
    margin-bottom:0;
    }
.com-dpcalendar-timeline .dp-event__dot {
    background:#0026cd !important;
    }
    .com-dpcalendar-timeline .dp-event__dot * {
        color:#f7c5dd !important; 
        }