/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */;
}

.widget select {
  max-width: 100%;
}

h5.widget-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  margin-bottom: 15px;
  position: relative;
}

h5.widget-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  content: "";
  background: #007bff;
  height: 1px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-box-sidebar .widget ul li a {
  display: inline-block;
  padding: 5px;
  border-bottom: 1px solid #ededed;
}

.widget.widget_search search-submit {
  display: none;
}

.widget.widget_search .search-submit {
  display: none;
}

.widget.widget_search input[type=search] {
  width: 100%;
  display: block;
}

.widget.widget_search form label {
  display: block;
}

/*calender widget*/

.calendar_wrap

 tr {
  border-bottom: 1px solid #ccc;
}

.calendar_wrap

 td, .calendar_wrap

 th {
  border-right: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}

/*Calendar widget*/

.calendar_wrap table {
  width: 100%;
}

.calendar_wrap

 tr:first-child {
  border-top: 1px solid #ccc;
}

.calendar_wrap

 table {
  border-left: 1px solid #ccc;
}

#wp-calendar caption {
  border: 1px solid #ccc;
  padding: 10px 0;
  color: #000;
  text-align: center;
}

.tagcloud a.tag-cloud-link {
  font-size: 14px !important;
  padding: 5px 10px;
  border: 1px solid #ededed;
  margin: 1px 1px 5px 1px;
  display: inline-block;
}

.tagcloud a.tag-cloud-link:hover {
  background: #ededed;
  text-decoration: none;
}
aside ul, .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
aside ul ul{
    margin-left:5px
}
h3.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #555;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.footer-widget a {
    color: inherit;
}

.widget li a {
    padding-bottom: 10px;
    color: inherit;
    display: inline-block;
}

a {
    color: inherit;
}

h2.entry-title {
    text-transform: uppercase;
}

.site-main article {
    margin-bottom: 60px;
}
.site-main article img{
    margin-bottom: 10px;
}
.entry-meta, .entry-footer {
    margin: 10px 0;
    font-size: 12px;
}

.entry-meta i, .entry-footer i{
    opacity: 0.6;
}
header.page-header {
    margin-bottom: 30px;
}
.navbar-brand a{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
span.posted-on {
    margin-right: 10px;
}
input#searchsubmit {
    background: #343A40;
    border: none;
}