







.widget-title a {
  color: inherit;
}
/* widget forms */

.widget select {
  width: 100%;
}
/* widget lists */

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  border-bottom: 1px dotted #b7c6d3;
  padding: 0.5em 0;
}
.widget ul li:last-child {
  border-bottom: none;
}
.widget ul li + li {
  margin-top: -1px;
}
.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}
.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}
/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}
.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}
/* widget markup */

.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}
/* Text widget */

.widget_text {
  word-wrap: break-word;
}
/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}
.widget_rss ul li {
  padding: 2.125em 0;
}
.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}
.widget_rss .rss-date,
.widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}
.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}
/* Contact Info Widget */

.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}
/* Gravatar */

.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}
.widget_recent_comments .recentcomments a {
  font-style: italic;
}
/* Recent Posts widget */

.widget_recent_entries .post-date {
  display: block;
}
/* Search */

.search-form {
  position: relative;
}
.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px;
}
.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}
/* Tag cloud widget */

.widget_tag_cloud .tagcloud {
  display: inline-block;
}
.widget_tag_cloud .tagcloud a,
.widget_tag_cloud .tags-links a {
  border: 1px solid #007bff;
  font-size: 1rem !important;
  margin: 0 5px 10px 0;
  padding: 2px 8px;
  display: inline-block;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tags-links a:hover {
  border-color: #007bff;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.footer .tagcloud a:hover,
.footer.tags-links a:hover {
  text-decoration: none;
  box-shadow: none;
  color: #fff;
}
.widget_tag_cloud .tagcloud a {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 8px;
}
/* Calendar widget */

.widget_calendar {
  width: 100%;
}
.widget_calendar caption {
  margin: 0;
  padding: 0;
}
.widget_calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
.widget_calendar tbody td:hover {
  background: #fff;
}
.widget_calendar tbody .pad {
  background: none;
}
.widget_calendar tfoot #next {
  text-transform: uppercase;
  text-align: right;
}
.sidebar .widget a {
	}