.datum{
    background-color: #003366;
    padding: 20px 26px;
    color: #fff;
    top: 0;
    z-index: 999;
    margin-bottom: 30px;
    border-radius: 10px;
}
.datum h3{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.sidebar-title{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
    display: block;
}
.agendaitem{
	margin-bottom: 20px !important;
	transition: all 0.3s;
}
.agendaitem:hover{
	transform: scale(1.05);
}
.agendaitem:hover h3{
	color: #FF6600;
}
.agendaitem a{
	display: flex;
    align-items: flex-start;
}
.agendaitem .date{
    border-radius: 10px;
    border: 2px solid #6699CC;
    color: #6699CC;
    padding: 12px;
    margin-right: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.agendaitem .content{
	color: #4a4a4a;
	font-size: 16px;
}
.agendaitem .content h3{
	margin-bottom: 0;
	transition: all 0.3s;
}
body.single .post-area img{
	border-radius: 10px;
}
.wp-block-button__link{
    background-color: #FF6600;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s;
    font-weight: bold;
}
.wp-block-button__link:hover {
    transform: scale(1.05);
    color: #FFF;
}
#sidebar .widget .gform_wrapper{
	background-color: #6699cc;
    border-radius: 10px;
    padding: 20px;
}
#sidebar .widget .gform_title{
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
}
#sidebar .widget .ginput_container input{
	border-radius: 10px;
	border: none;
	padding: 10px !important;	
    height: 50px;
    background-color: #FFF;
}
#sidebar .widget input[type=submit]{
	width: 100%;
    height: 50px;
    background-color: #ff6600 !important;
    margin: 0;
}
#sidebar .widget  .gform_footer{
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.wp-block-latest-posts__list li::before {
	content: "";
	min-width: 10px;
	max-width: 10px;
	width: 10px;
	height: 2px;
	background-color: #003366;
	margin-right: 12px;
}
.wp-block-latest-posts__list li {
	display: flex;
	align-items: center;
}