.hyperlink-effect,
.section-footer .footer-links.flex .widget_nav_menu a,
.section-footer .footer-terms-menu a {
  position: relative
}

.section-footer {
  padding: 30px 0;
  color: #333;
  background-color: #f3f3f3
}

.section-footer a:not(.red-btn) {
  color: #333;
  font-weight: 400
}

.section-footer .footer-links {
  font-size: 14px
}

.section-footer .footer-links .footer-logo {
  width: 100%
}

.section-footer .footer-links .footer-logo a {
  display: block;
  max-width: 193px;
  height: 100%
}

.section-footer .footer-links.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px
}

.section-footer .footer-links.flex .company-info {
  width: 100%
}

@media (min-width:596px) {
  .section-footer .footer-links.flex .company-info {
    width: 66.66667%
  }
}

@media (min-width:768px) {
  .section-footer .footer-links.flex .company-info {
    width: 50%
  }
}

@media (min-width:1024px) {
  .section-footer .footer-links.flex .company-info {
    width: 26%
  }
}

.section-footer .footer-links.flex .footer-logo {
  padding-bottom: 15px
}

.section-footer .footer-links.flex .footer-logo a {
  display: block
}

.section-footer .footer-links.flex .bottom-para {
  max-width: 250px;
  padding: 0 25px 15px 0
}

.section-footer .footer-links.flex .bottom-para p {
  font-weight: 300
}

.section-footer .footer-links.flex .widget_nav_menu {
  width: 50%;
  padding-top: 10px
}

@media (min-width:596px) {
  .section-footer .footer-links.flex .widget_nav_menu {
    width: 33.33333%
  }
}

@media (min-width:768px) {
  .section-footer .footer-links.flex .widget_nav_menu {
    width: 25%
  }
}

@media (min-width:1024px) {
  .section-footer .footer-links.flex .widget_nav_menu {
    width: 18.5%
  }
}

.section-footer .footer-links.flex .widget_nav_menu:last-of-type ul li {
  white-space: nowrap
}

@media (min-width:480px) {
  .section-footer .footer-links.flex .widget_nav_menu:last-of-type ul li {
    white-space: normal
  }
}

.section-footer .footer-links.flex .widget-title,
.section-footer .footer-links.flex ul li {
  padding: 0 15px 20px 0;
  display: block;
}

.section-footer .footer-links.flex .widget-title,
.section-footer .footer-links.flex li a {
  line-height: 1.71;
  text-transform: uppercase;
  font-size: 14px;
}

.section-footer .footer-links.flex a {
  display: inline-block
}

.section-footer .footer-links.flex .widget-title {
  color: #ea2328;
  font-weight: 700;
  margin-bottom: 0;
}

.section-footer .footer-terms {
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid #333;
  overflow: hidden;
  position: relative
}

@media (min-width:596px) {
  .section-footer .footer-terms {
    padding-top: 30px
  }
}

@media (min-width:768px) {
  .section-footer .footer-terms {
    padding-top: 40px
  }
}

.section-footer .footer-terms-menu {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4px
}

.section-footer .footer-terms-menu li {
  display: inline-block;
}

.section-footer .footer-terms-menu a {
  display: block;
  margin: 8px 10px;
  font-weight: 700
}

.section-footer .footer-terms-menu a:after {
  background: #333
}

.section-footer.simple {
  padding: 10px
}

.section-footer.simple .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px
}

.menu-footer-follow-us-container a {
  margin-left: 9px;
}

@media (min-width:768px) {
  .section-footer.simple .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.section-footer.simple a {
  display: block
}

.section-footer.simple .col-two {
  padding: 9px 10px 19px
}

.section-footer.simple .legal {
  margin-top: 10px;
  font-weight: 300;
  line-height: 1.5
}

.section-footer.simple .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width:768px) {
  .section-footer.simple .social-icons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.section-footer.simple .social-icons li:not(:last-of-type) {
  margin-right: 10px
}

.section-footer.simple .social-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-decoration: none;
}

.section-footer.simple .social-icons .icon svg {
  width: 35px;
  height: 25px
}

.section-footer.simple .social-icons .icon svg path {
  fill: #333
}

.section-footer.simple .simple-terms {
  display: flex;
  padding-top: 10px
}

@media (min-width:768px) {
  .section-footer.simple .simple-terms {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.section-footer.simple .simple-terms a {
  font-weight: 300
}

.section-footer.simple .simple-terms span {
  margin: auto 5px
}

.menu-item.fa-discord:before {
  content: '';
  background: url(../../images/discord_black.svg) no-repeat center center/contain;
  width: 15px;
  height: 15px;
  position: static;
  display: inline-block;
  margin-bottom: -2px;
}