.footer-area {
  background-color: #f9f9f9;
  padding-top: 100px;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget .footer-logo-title {
  margin-bottom: 0;
  margin-top: -5px;
}
.single-footer-widget .logo {
  display: inline-block;
  margin-bottom: 15px;
}
.single-footer-widget.pr-5 {
  padding-right: 5rem;
}
.single-footer-widget .social-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .social-links li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0;
}
.single-footer-widget .social-links li a {
  display: block;
  color: var(--optionalColor);
}
.single-footer-widget .social-links li a:hover {
  color: var(--mainColor);
}
.single-footer-widget .location {
  color: var(--optionalColor);
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
.single-footer-widget .location::before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  transition: var(--transition);
  background-color: var(--blackColor);
}
.single-footer-widget .location:hover {
  color: var(--mainColor);
}
.single-footer-widget .location:hover::before {
  width: 0;
}
.single-footer-widget h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.single-footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget ul li {
  margin-bottom: 12px;
}
.single-footer-widget ul li a {
  color: var(--optionalColor);
  display: inline-block;
  position: relative;
}
.single-footer-widget ul li a::before {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  transition: var(--transition);
  bottom: 0;
  left: 0;
}
.single-footer-widget ul li a:hover {
  color: var(--mainColor);
}
.single-footer-widget ul li a:hover::before {
  width: 100%;
}
.single-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .phone {
  margin-top: 12px;
}
.single-footer-widget .phone span {
  display: block;
  margin-bottom: 5px;
  color: var(--optionalColor);
}
.single-footer-widget .phone a {
  display: inline-block;
}

.copyright-area {
  border-top: 1px solid #e8e8e8;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright-area p a {
  font-weight: 600;
}
.copyright-area .payment-type {
  text-align: end;
}

.footer-area.footer-top-padding {
  padding-top: 0;
}
.footer-area.footer-top-padding .copyright-area {
  border-top: 1px solid transparent;
  margin-top: 0;
}
.footer-area .single-footer-widget {
  margin-bottom: 30px;
}
.footer-area .single-footer-widget img.alignnone.size-full {
  margin: 15px 0 30px;
}
.footer-area .single-footer-widget p {
  color: var(--optionalColor);
  margin-top: -5px;
}
.footer-area .single-footer-widget .item .info time {
  color: #d3d3d3;
}
.footer-area .single-footer-widget ul li ul {
  padding-left: 17px;
}
.footer-area .widget_search form {
  position: relative;
}
.footer-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.footer-area .widget_search form .screen-reader-text {
  display: none;
}
.footer-area .widget_search form .search-field {
  background-color: white;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.4s;
}
.footer-area .widget_search form button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  z-index: 1;
  border: 1px solid #ffffff;
  transition: 0.4s;
  background-color: var(--mainColor);
}
.footer-area .widget_search form button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.4s;
}
.footer-area .widget_search form button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.footer-area .widget_search form button:hover::before {
  opacity: 0;
  visibility: hidden;
}
.footer-area .widget_search form button:hover::after {
  opacity: 1;
  visibility: visible;
}
.footer-area select {
  border: 1px solid #eee;
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  color: #141414;
  font-weight: 600;
}
.footer-area .nice-select {
  float: unset;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
}
.footer-area .nice-select .option {
  padding-top: 8px;
  padding-bottom: 5px;
}
.footer-area .nice-select .option:hover {
  background-color: #efefef;
}
.footer-area .nice-select ul li::before {
  display: none;
}
.footer-area .nice-select ul {
  padding-top: 12px;
}
.footer-area .nice-select ul li {
  margin-bottom: 0px;
}
.footer-area .nice-select .option.selected.focus {
  display: none;
}
.footer-area .nice-select .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-area .calendar_wrap a {
  color: #000;
}
.footer-area .widget_rss img {
  margin-bottom: 0;
}
.footer-area .widget_rss .rsswidget {
  color: #000;
}
.footer-area .widget_categories ul li a {
  display: inline-block;
  text-transform: capitalize;
}
.footer-area .widget_categories ul li .children {
  margin-top: 10px;
}
.footer-area .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}
.footer-area .widget_pages ul li a {
  text-transform: capitalize;
}
.footer-area .widget_rss ul li {
  margin-bottom: 20px;
}
.footer-area .widget_rss ul li::before {
  top: 10px;
}
.footer-area .widget_rss ul li:last-child {
  margin-bottom: 0;
}
.footer-area .widget_rss ul li .rsswidget {
  display: block;
  font-size: 17px;
  color: var(--optionalColor);
  transition: prop time;
  font-weight: 600;
}
.footer-area .widget_rss ul li .rss-date {
  font-size: 12px;
  margin: 7px 0 10px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: var(--optionalColor) !important;
}
.footer-area .widget_rss ul li cite {
  color: var(--optionalColor) !important;
  display: block;
  margin-top: 10px;
  font-style: normal;
}
.footer-area .widget_rss ul li .rssSummary {
  color: var(--optionalColor) !important;
}
.footer-area .tagcloud a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px !important;
  margin: 5px 5px 5px 0;
  text-transform: capitalize;
  background: #fff;
}
.footer-area .tagcloud a:hover {
  color: #fff !important;
  background-color: var(--mainColor);
}
.footer-area .widget_text p {
  margin-top: 5px;
}
.footer-area .widget_text p:first-child {
  margin-top: 0;
}
.footer-area .widget_text p strong {
  font-size: 14px;
}
.footer-area .widget_text p img {
  margin: 10px 0;
  max-width: 100%;
  width: auto;
}
.footer-area .calendar_wrap table {
  text-align: center;
  margin: 0;
  background: #fff;
}
.footer-area .calendar_wrap table caption {
  color: #000;
}
.footer-area .calendar_wrap table th, .footer-area .calendar_wrap table td {
  font-size: 14px;
  padding: 8px 5px;
}
.footer-area .calendar_wrap table th a, .footer-area .calendar_wrap table td a {
  text-decoration: none;
}
.footer-area .calendar_wrap table #today {
  text-decoration: none;
  font-weight: 400;
}
.footer-area .calendar_wrap table #today a {
  text-decoration: none;
}
.footer-area .calendar_wrap table #prev, .footer-area .calendar_wrap table #next {
  font-size: 14px;
}
.footer-area .calendar_wrap table #prev a, .footer-area .calendar_wrap table #next a {
  text-decoration: none;
}
.footer-area .calendar_wrap caption {
  caption-side: top;
  font-weight: 600;
  padding: 0 0 15px;
  line-height: 1;
  color: var(--optionalColor);
}
.footer-area .calendar_wrap .wp-calendar-nav-next {
  float: right;
}
.footer-area .widget_nav_menu .sub-menu {
  margin-top: 8px;
}
.footer-area .widget_recent_comments .recentcomments .comment-author-link {
  font-size: 14px;
}
.footer-area .widget_recent_comments .recentcomments a {
  color: var(--optionalColor) !important;
}
.footer-area .widget_media_gallery .gallery {
  margin: 0;
}
.footer-area .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.footer-area .widget_recent_entries ul li {
  line-height: 1.5;
}
.footer-area .widget_recent_entries ul li a {
  font-weight: 600;
  font-size: 15.5px;
  color: var(--optionalColor) !important;
}
.footer-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
}
.footer-area span.post-count {
  float: right;
  color: var(--optionalColor) !important;
}
.footer-area img.rss-widget-icon {
  margin-top: -5px;
}
.footer-area .nice-select .current {
  display: block;
  padding-top: 1px;
}
.footer-area .nice-select ul li {
  color: #0c0c0c !important;
  text-transform: capitalize;
}

.col-lg-5 .single-footer-widget {
  padding-right: 80px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .footer-area {
    padding-top: 60px;
  }
  .single-footer-widget.pr-5 {
    padding-right: 0;
  }
  .single-footer-widget .logo {
    margin-bottom: 20px;
  }
  .single-footer-widget .location {
    margin-top: 15px;
  }
  .single-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .col-lg-5 .single-footer-widget {
    padding-right: 0;
  }
  .copyright-area {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .copyright-area .payment-type {
    text-align: start;
    margin-top: 15px;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright-area .payment-type {
    text-align: end;
    margin-top: 0;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding-top: 80px;
  }
  .single-footer-widget.pr-5 {
    padding-right: 0;
  }
  .single-footer-widget .logo {
    margin-bottom: 20px;
  }
  .single-footer-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .col-lg-5 .single-footer-widget {
    padding-right: 0;
  }
  .copyright-area {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-footer-widget.pr-5 {
    padding-right: 10px;
  }
  .col-lg-5 .single-footer-widget {
    padding-right: 10px;
  }
}
/* Min width 1200px to Max width 1399px */
/* Min width 1550px *//*# sourceMappingURL=footer.css.map */