/*----------------------------------------------------------------------------------------------------
/* Wp-block-embed-youtube
----------------------------------------------------------------------------------------------------*/
.wp-block-embed-youtube {
    height: 0;
    padding-bottom: 56.25%;
	position: relative;
	width: 100%
}
.wp-block-embed-youtube iframe {
    height: 100%;
	left: 0;
	position: absolute;
    top: 0;
    width: 100%
}
/*----------------------------------------------------------------------------------------------------
/* .Wp-block-file
----------------------------------------------------------------------------------------------------*/
.wp-block-file a {
	text-decoration: underline
}
.wp-block-file a.wp-block-file__button {
	display: none
}
/*----------------------------------------------------------------------------------------------------
/* #wp-calendar
----------------------------------------------------------------------------------------------------*/
.widget_calendar {
	float: left
}
#wp-calendar {
	width: 100%
}
#wp-calendar caption {
	color: #333;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 15px
}
#wp-calendar thead {
	font-size: 10px
}
#wp-calendar thead th {
	padding-bottom: 10px
}
#wp-calendar tbody {
	color: #aaa
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 4px;
	text-align: center
}
#wp-calendar tbody td:hover {
	background: #fff
}
#wp-calendar tbody .pad {
	background: none
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-align: right;
	text-transform: uppercase
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	padding-top: 10px;
	text-transform: uppercase
}