/* ===== 17. Footer Area CSS ===== */
.witrfm_area {
  position: relative;
}
.witrfm_area:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.footer-middle {
  padding: 65px 0 80px;
  background: #172c42;
}
.footer-middle .widget h2 {
  margin-bottom: 26px;
  margin-top: 28px;
  font-size: 22px;
  position: relative;
}
.single-widget-item h2 {
  margin-bottom: 33px;
  margin-top: 28px;
}
.textril-description-area a img {
  margin: 26px 0;
  /*max-height: 50px;*/
  
    max-height: 150px;
}
.footer-middle .recent-post-text h4 a {
  font-weight: 500;
  font-size: 17px;
}
.footer-middle .recent-post-text > h4 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 0.7;
  margin-top: 10px;
}
.recent-post-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
.recent-post-image img {
  border-radius: 0;
  width: 70px;
}
.recent-post-item {
  clear: both;
  margin-bottom: 15px;
}
.footer-middle .widget_recent_data .recent-post-image img {
  margin-bottom: 10px;
  margin-top: 4px;
}
.footer-middle .widget_recent_data .recent-post-item {
  margin-bottom: 0;
}
.footer-middle .widget_recent_data .recent-post-item .recent-post-text{
  display: flex;
  flex-direction: column;
}
.footer-sociala-icon {
  clear: both;
  float: left;
  font-size: 18px;
  margin-right: 12px;
}
.footer-sociala-info {
  overflow: hidden;
}
.recent-portfolio-area {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.recent-portfolio {
  margin-bottom: 10px;
  margin-right: 10px;
}
.footer-middle .recent-post-text > h4 a:hover {
  color: var(--color-primary);
}
.footer-middle .recent-post-text .rcomment {
  font-size: 16px;
  font-weight: 400;
}
.footer-middle .widget ul li {
  margin-bottom: 10px;
}
.footer-widget.address p {
  margin-bottom: 10px;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
  color: var(--color-primary);
}
.textril-destextriliption-area a img {
  margin: 26px 0;
}
.textril-description-area .social-icons {
  margin-top: 15px;
}
.textril-description-area .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 0;
  background: #0b2138;
  color: #fff;
}
.footer-middle .widget h2 {
  color: #ffffff;
}
.textril-description-area .social-icons a:hover {
  background: var(--color-primary);
  color: #fff;
}
.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li::before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text,
mc4wp-form-fields p,
.mc4wp-form-fields,
.footer-m-address p,
.footer-m-address,
.footer-widget.address,
.footer-widget.address p,
.mc4wp-form-fields p,
.textril-description-area p,
.textril-description-area .phone a,
.textril-description-area .social-icons a,
.recent-review-content h3,
.recent-review-content h3 a,
.recent-review-content p,
.footer-middle .textril-description-area p,
.footer-middle .recent-post-text h4 a,
.footer-middle .recent-post-text .rcomment,
.witr_sub_table span {
  color: #ffffff;
}
/* footer bottom area css */
.footer-bottom {
  padding: 23px 0 22px;
  position: relative;
  background: #0d233a;
}
.footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 61%;
  left: 0;
  right: 0;
  margin: auto;
}
.copy-right-text p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.copy-right-text a {
  color: inherit;
}
.copy-right-text a:hover {
  color: var(--color-primary);
}

@media (max-width: 767px) {
  .recent-post-image,
  .footer-sociala-icon {
    float: none;
  }
  .footer-middle {
    text-align: center;
  }
}
