.groundwork-footer-block .main-footer {
  background-color: #091b0f;
  /*=== Widgets Section ===*/
}
.groundwork-footer-block .main-footer .footer-top {
  border-bottom: 1px solid #12291a;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.groundwork-footer-block .main-footer .footer-top .top-left {
  float: left;
  padding: 16px 0;
  height: 80px;
}
.groundwork-footer-block .privacy-link {
  margin-top: 10px;
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .groundwork-footer-block .main-footer .footer-top .top-left {
    display: none;
  }
}
.groundwork-footer-block .main-footer .footer-top .top-left .theme-btn {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  height: 52px;
}
.groundwork-footer-block .main-footer .footer-top .top-left .theme-btn .icon {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-right: 15px;
  line-height: 30px;
  margin-top: -5px;
}
.groundwork-footer-block .main-footer .footer-top .top-left .theme-btn:hover {
  text-decoration: underline;
}
.groundwork-footer-block .main-footer .footer-top .top-right {
  float: right;
  padding: 24px 0;
  display: flex;
  /***=============================
    Scroll To Top style
   ============================***/
}
.groundwork-footer-block .main-footer .footer-top .top-right .social-icon-two {
  float: left;
  display: inline-flex;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #1c3223;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .groundwork-footer-block .main-footer .footer-top .top-right .social-icon-two {
    display: none;
  }
}
.groundwork-footer-block .main-footer .footer-top .top-right .social-icon-two li {
  display: inline-block;
  margin-right: 13px;
}
.groundwork-footer-block .main-footer .footer-top .top-right .social-icon-two li:last-child {
  margin-right: 0;
}
.groundwork-footer-block .main-footer .footer-top .top-right .social-icon-two li a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 20px;
}
.groundwork-footer-block .main-footer .footer-top .top-right .social-icon-two li a .iconfont {
  font-size: 18px !important;
}
.groundwork-footer-block .main-footer .footer-top .top-right .social-icon-two li a:hover {
  color: var(--color-primary);
}
.groundwork-footer-block .main-footer .footer-top .top-right .social-icon-two li a:hover img {
  filter: drop-shadow(var(--color-primary) 2000px 0);
}
.groundwork-footer-block .main-footer .footer-top .top-right .scroll-to-top {
  position: relative;
  float: right;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  z-index: 100;
  cursor: pointer;
  padding-left: 25px;
}
.groundwork-footer-block .main-footer .footer-top .top-right .scroll-to-top .iconTop {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
  padding: 2px;
  text-align: center;
}
.groundwork-footer-block .main-footer .footer-top .top-right .scroll-to-top span {
  text-decoration: underline;
}
.groundwork-footer-block .main-footer .footer-top .top-right .scroll-to-top .icon {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-primary);
  margin-right: 0px;
  text-decoration: none;
  max-width: 16px;
}
.groundwork-footer-block .main-footer .widgets-section {
  padding: 80px 0px 50px;
  /*Footer List*/
  /*News Widget*/
}
.groundwork-footer-block .main-footer .widgets-section .footer-widget {
  margin-bottom: 30px;
}
.groundwork-footer-block .main-footer .widgets-section .footer-widget .footer-title {
  margin-bottom: 32px;
}
.groundwork-footer-block .main-footer .widgets-section .footer-widget .footer-title i {
  display: none;
}
.groundwork-footer-block .main-footer .widgets-section .footer-widget .footer-title h2 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 1.4em;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #12291a;
}
@media (max-width: 767px) {
  .groundwork-footer-block .main-footer .widgets-section .footer-widget .footer-title h2 {
    width: 100%;
  }
  .groundwork-footer-block .main-footer .widgets-section .footer-widget .footer-title i {
    float: right;
    color: #fff;
    display: block;
    cursor: pointer;
  }
  .groundwork-footer-block .main-footer .widgets-section .footer-widget .list-app {
    display: none;
  }
  .groundwork-footer-block .main-footer .widgets-section .footer-widget .list-app.show {
    display: block;
  }
}
.groundwork-footer-block .main-footer .widgets-section .logo-widget .logo {
  position: relative;
  margin-bottom: 25px;
  top: -10px;
}
.groundwork-footer-block .main-footer .widgets-section .logo-widget .text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 22px;
  word-wrap: break-word;
  /* 允许在单词内换行 */
  word-break: break-all;
  /* 允许在任意字符处换行 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.groundwork-footer-block .main-footer .widgets-section .logo-widget .read-more {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid #fff;
  text-transform: uppercase;
  margin-bottom: 32px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-footer-block .main-footer .widgets-section .logo-widget .read-more:hover {
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}
.groundwork-footer-block .main-footer .widgets-section .logo-widget .copyright-text {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}
.groundwork-footer-block .main-footer .widgets-section .logo-widget .copyright-text a {
  color: var(--color-primary);
}
.groundwork-footer-block .main-footer .widgets-section .logo-widget .copyright-text a:hover {
  text-decoration: underline;
}
.groundwork-footer-block .main-footer .widgets-section .footer-list {
  position: relative;
}
.groundwork-footer-block .main-footer .widgets-section .footer-list li {
  position: relative;
  font-family: "Rubik", sans-serif;
  margin-bottom: 11px;
}
.groundwork-footer-block .main-footer .widgets-section .footer-list li a {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--text-color);
  transition: all 0.3s ease;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.groundwork-footer-block .main-footer .widgets-section .footer-list li a img {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  color: var(--text-color);
}
.groundwork-footer-block .main-footer .widgets-section .footer-list li a:hover {
  padding-left: 22px;
  font-size: 16px;
  color: var(--color-primary);
}
.groundwork-footer-block .main-footer .widgets-section .footer-list li a:hover img {
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease;
  color: var(--color-primary);
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #12291a;
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block {
  position: relative;
  margin-bottom: 25px;
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block:before {
  position: absolute;
  content: "";
  left: -31px;
  width: 2px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--color-primary);
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block:hover::before {
  opacity: 1;
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block .widget-inner .post-date {
  color: var(--text-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block .widget-inner .post-date span {
  margin-left: 5px;
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block .widget-inner .post-date img {
  width: 16px;
  position: relative;
  display: block;
  left: -2000px;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  filter: drop-shadow(#848484 2000px 0);
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block .widget-inner h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block .widget-inner h3 a {
  color: #fff;
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block:last-child .widget-inner {
  padding-bottom: 0px;
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block:hover .widget-inner .post-date {
  color: var(--color-primary);
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .widget-content .news-widget-block:hover .widget-inner .post-date img {
  filter: drop-shadow(var(--color-primary) 2000px 0);
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .more-news {
  display: inline-block;
  top: -5px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid #fff;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-footer-block .main-footer .widgets-section .news-widget .more-news:hover {
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}
