/* ====================================== +++ ======================================

1. Reset CSS
2. Typography
3. General
4. Header
5. Posts
6. Shortcode
7. Footer - Widgets
7. Preload
8. Custom CSS


/* ====================================== 7. Footer - Widgets ====================================== */
.sidebar {
  background-color: #f0eced;
  padding-top: 61px;
  padding-bottom: 0px;
  font-size: 12px;
}
.sidebar a:hover,
.sidebar a:focus,
.sidebar a:active {
  color: #bbbbbb;
  opacity: 0.7;
}
.widget {
  color: #bbbbbb;
  margin-bottom: 50px;
}
.widget .widget-title {
  font-family:  'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  margin-bottom: 5px;
}
.widget ul,
.widget li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 3px;
}
.widget select {
  color: #000000;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  font-size: 12px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 8px;
}
#wp-calendar thead {
  font-size: 12px;
}
#wp-calendar thead th {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
#wp-calendar tr td {
  border-left: 0;
  padding: 10px;
}
#wp-calendar tbody td {
  border: none;
  text-align: center;
  padding: 8px;
}
#wp-calendar tfoot {
  display: none;
}
#wp-calendar #today {
  background-color: #000000;
  color: #ffffff;
}
.widget_tag_cloud {
  font-size: 12px;
  text-align: left;
  margin-bottom: 40px;
}
.widget_tag_cloud .widget-title {
  padding-bottom: 10px;
}
.widget_tag_cloud .tagcloud {
  margin-left: -5px;
  margin-right: -5px;
}
.widget_tag_cloud a {
  display: inline-block;
  font-size: inherit !important;
  border: 1px solid #555555;
  text-transform: capitalize;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #FFFFFF;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 5px;
}
.widget_tag_cloud a:hover {
  color: #f8c44f;
}
.wrap-search {
  position: relative;
}
.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-family: FontAwesome;
}
.socials {
  display: inline-block;
  margin-top: 15px;
}
.socials:after {
  content: "";
  display: block;
  clear: both;
}
.socials a {
  float: left;
}
.socials a:last-child i {
  margin-right: 0;
}
.socials i {
  display: inline-block;
  width: 30px;
  height: 30px;
  /*background-color: #dff0d8;*/
  color: #000000;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 14px;
}
.kd-divide {
  height: 1px;
  background-color: #535353;
}
.copyright {
  background-color: #f0eced;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  
}
.copyright span {
  color: #f8c44f;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #ffffff;
  opacity: 0.7;
}
.kd-images .kd-content {
  margin-left: -3px;
  margin-right: -3px;
}
.kd-images .kd-content:after {
  content: "";
  display: block;
  clear: both;
}
.kd-images .item {
  width: 33.333333%;
  padding-top: 6px;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 991px) {
  #footer {
    text-align: center;
  }
  .kd-divide {
    display: none;
  }
  .col-md-3:last-child .widget:last-child {
    margin-bottom: 0;
  }
}

	a {
  color: #5ed768;
  text-decoration: none;
  
}
 