.widget {
	list-style: none !important;
}
header .widget-hf-area p {
	padding: 0;
	margin: 0;
}
.widget-hf-area img {
	max-height: 70px;
	max-width: 300px !important;
	width: 100%;
	height: 100%;
}
.widget-hf-area .site-title {
}
.widget-hf-area .site-tagline {
}
.post-date {
    display: block;
	margin: 5px 0;
	font-size: 14px;
	color: #888888
}

.sidebar #s {
    width: 69%;
}
@media (min-width: 992px) and (max-width: 1200px) {
.sidebar #s {
    width: 64%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.sidebar #s {
    width: 100%;
}
.sidebar img, .sidebar .wp-caption-text {
	max-width: 80% !important
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    display: none;
}
#wp-calendar tbody td {
padding: 4px !important;
font-size: 12px;
}
}
header .wp-block-image figcaption {
  display: none;
}
header .text-right.widget-hf-area img {
  width: auto;
  height: 70px;
  max-height: 70px;
  margin-right: 40px;
    width: auto;
    float: right;
}
header .wp-block-image {
    margin: 0 !important;
}

header .widget blockquote {
    font-size: 18px;
    width: 100%;
    margin: 0;
    color: #FFF;
    padding: 0;
    border-left: 0;
    line-height: 25px;
    position: relative;
    background: transparent;
    border-radius: 0;
}
header .widget blockquote strong {
    font-weight: 600;
	color: #000;
}
header .widget blockquote::before{
font-family: inherit;
content: "";
color: #FFF;
font-size: 18px;
left: 0;
top: 0;
font-weight: inherit;
position: initial;
}
header .widget blockquote::after{
  content: '';
}
header .widget blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:0;
}

/* calendar widget */

.widget_calendar {
	float: none;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: left;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead {
	font-size: 13px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
}
#searchform input {
	border: none;
	padding: 4px 17px;
	color: #000;
	line-height: 30px;
	margin-top: 7px;
	border-radius: 4px;
}
#searchform label {
	display: none;
}
.searched {
	margin-bottom: 20px
}
.sidebar #searchsubmit {
	background-color: #003c3c;
	color: #FFFFFF
}

.sidebar img {
	max-width: 100%;
	height: auto;
}
.widget.widget_search {
  margin-bottom: 20px;
}


.widgettitle {
  margin-bottom: 20px !important;
}
.wp-block-search__label {
  width: 100%;
  display: none;
}

.wp-block-search__input {
  padding: 8px 10px 8px 20px !important;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  border: 1px solid #949494;
  text-decoration: unset !important;
  color: #000 !important;
}


.sidebar footer {
    background-color: transparent;
    color: inherit;
}
ol.wp-block-latest-comments {
    margin: 0;
    padding: 0;
}