:root {
  --panelBox__panelHeading_background-color: #f5f5f5;
  --panelBox__item__title-color: black;
  --footer-bottom-wrapper-background: #000;
}

/*----------------------------------
            Button - variables

-------------------------------------*/
/*btn-default*/
/*btn-primary*/
/*btn-success*/
/*btn-info*/
/*btn-brown */
/*btn-warning */
/*btn-danger*/
footer {
  margin-top: 25px;
}

footer .promo-box {
  background: white;
  color: black;
  border-bottom: 1px solid black;
}

footer .promo-box .share-links h4 {
  color: black;
}

footer .footer-title {
  font-size: 15px;
  margin-bottom: 10px;
}

footer .footer-flexrow-top {
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

footer .footer-flexrow-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-flexrow,
footer .footer-flexrow-top,
footer .footer-flexrow-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer-main-wrapper {
  color: black;
  border-bottom: 1px solid black;
}

footer .footer-main-wrapper h4,
footer .footer-main-wrapper h2,
footer .footer-main-wrapper h3 {
  color: black;
}

footer .footer-main-wrapper .countup-amount {
  color: black;
}

footer .footer-main-wrapper .widget-counts .countup-info {
  color: black;
}

footer .footer-main-wrapper .widget_contact_list li {
  color: black;
}

footer .footer-main-wrapper .widget i,
footer .footer-main-wrapper .widget a,
footer .footer-main-wrapper .widget p {
  color: black;
}

footer .footer-main-wrapper .widget i:hover,
footer .footer-main-wrapper .widget a:hover,
footer .footer-main-wrapper .widget p:hover {
  color: black;
}

footer .footer-main-wrapper .widget_contact_list li {
  border-bottom-color: #333;
  border-bottom: none;
  color: #ccc;
  margin-bottom: 0px;
  font-size: 16px;
}

footer .footer-main-wrapper .widget-title:after {
  background-color: #fff;
}

footer .footer-main-wrapper .footer-subscriber-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer-main-wrapper .footer-subscriber-group .footer-subscriber-input {
  border: 1px solid #ccc;
  height: 36px;
  width: 50%;
  padding-left: 10px;
}

footer
  .footer-main-wrapper
  .footer-subscriber-group
  .footer-subscriber-input:focus {
  -webkit-box-shadow: inset 0 -2px 0 #fff;
  box-shadow: inset 0 -2px 0 #fff;
}

footer .footer-main-wrapper .footer-subscriber-group .footer-btnsubscribe {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 0px 10px;
  height: 36px;
  margin-left: 10px;
  color: #fff;
}

footer .footer-main-wrapper i {
  color: #fff !important;
}

footer .footer-main-wrapper .footer-socialnetwork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-main-wrapper .footer-socialnetwork .btn-circle {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
}

footer .footer-main-wrapper .footer-socialnetwork .btn-square {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 0%;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
  margin: 3px;
}

footer .footer-main-wrapper .footer-socialnetwork .btn-square:hover {
  background: #ccc;
  color: #000;
}

footer .footer-bottom-wrapper {
  background: var(--footer-bottom-wrapper-background);
  color: #fff;
  border-bottom: 1px solid black;
}

footer .footer-bottom-wrapper .copyrights,
footer .footer-bottom-wrapper a,
footer .footer-bottom-wrapper .navbar-brand {
  color: #fff;
}
