/* #######################################################################

	1.	WordPress defaults

####################################################################### */
.alignnone {
  margin: 5px 0 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter,
div.aligncenter,
.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright,
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft,
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption.aligncenter {
  text-align: center;
}

.wp-caption.alignleft {
  text-align: left;
}

.wp-caption.alignright {
  text-align: right;
}

.gallery-caption {
  font-style: oblique;
}

.bypostauthor .avatar {
  border-color: #ccc;
}

.wp-caption {
  padding: 10px;
  background: #fff;
  color: #363f48;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  max-width: 100%;
}

.wp-caption img {
  border: 1px solid #ccc;
}

.wp-caption p {
  margin: 0;
  padding: 0;
}

/* calendar widget */
#wp-calendar {
  width: 85%;
  background: #f1f1f1;
  margin: 0 auto;
}

#wp-calendar caption {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 13px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
  background: #333;
  color: #fff;
  padding: 8px;
}

#wp-calendar tbody {
  color: #aaa;
}

table#wp-calendar td {
  background: none;
}

#wp-calendar tbody td {
  background: #f1f1f1;
  border: 1px solid #ccc;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody tr:hover td {
  background: #ccc;
  color: #fff;
}

#wp-calendar tbody tr:hover td:hover {
  background: #ccc;
  color: #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;
}

.sidebar #wp-calendar a, #literary-footer #wp-calendar a {
  color: #333;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.sticky {
  font-weight: normal;
}

.sidebar .calendar_wrap tbody td, .sidebar .calendar_wrap table td, .sidebar .calendar_wrap table th,
.sidebar #wp-calendar tbody td,
.sidebar #wp-calendar table td,
.sidebar #wp-calendar table th {
  padding: 5px;
}

.textwidget img, .textwidget input, .textwidget select, .textwidget textarea {
  max-width: 100%;
  height: auto;
}

