.vlog-site-footer {
  border-top: 2px solid rgba(219, 219, 219, 0.5019607843);
  background: linear-gradient(180deg, #FFF 0%, #EAEAEA 100%);
}

.logo-footer {
  margin: 80px 0;
}
@media only screen and (max-width: 991px) {
  .logo-footer {
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .logo-footer {
    margin: 30px 0 38px;
  }
}

.widget-title span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.21;
}

.vlog-site-footer a, .vlog-site-footer ul li a {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
.vlog-site-footer a:hover, .vlog-site-footer ul li a:hover {
  color: #000;
}

.vlog-copyright {
  background: #EA2127;
  height: fit-content;
}
.vlog-copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vlog-copyright .container:before {
  display: none;
}
.vlog-copyright .container:after {
  display: none;
}
@media only screen and (max-width: 1180px) {
  .vlog-copyright .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.vlog-site-footer .vlog-copyright p, .menu-footer-menu-container a, .menu-footer-menu-container li {
  font-family: "Inter", sans-serif;
  color: #FFCACC !important;
  text-transform: capitalize !important;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 991px) {
  .vlog-site-footer .vlog-copyright p, .menu-footer-menu-container a, .menu-footer-menu-container li {
    margin-top: 7px;
  }
}

.vlog-copyright {
  padding: 24px 10px;
}
#footer-tagline {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF !important;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1180px) {
  #footer-tagline {
    margin-bottom: 15px;
    text-align: center;
  }
}

.footer-socials-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 580px) {
  .footer-socials-container {
    flex-direction: column;
  }
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 580px) {
  .footer-socials {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    align-items: center;
    row-gap: 18px;
    column-gap: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .footer-socials {
    padding: 0;
  }
}
.footer-socials img, .footer-socials svg {
  margin: 0;
  box-shadow: rgba(255, 255, 255, 0.3882352941) -1px 0px 2px;
  border-radius: 90%;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 580px) {
  .footer-socials img, .footer-socials svg {
    margin: 0;
  }
}

.f-bottom-year {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 1180px) {
  .f-bottom-year {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.f-bottom-year a, .f-bottom-year p {
  font-size: 13px !important;
  letter-spacing: -0.03em;
}

#menu-footer-menu {
  margin: 0 5px;
}
@media only screen and (min-width: 1024px) {
  #menu-footer-menu li:last-of-type:after {
    content: " | ";
    margin: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .menu-footer-menu-container {
    border-bottom: 1px solid #FF5558;
    width: 80%;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-flexer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1023px) {
  .widget.widget_nav_menu {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    transition: all 0.3s ease;
  }
  .widget.widget_nav_menu.active {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
  }
  .widget.widget_nav_menu:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-col .menu {
    display: none;
    transition: all 0.3s ease;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .widget-title.h5::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0d7";
    position: absolute;
    left: 96%;
    top: 0px;
    z-index: 999;
    display: inline-block;
    transition: transform 0.2s;
  }
}

@media only screen and (max-width: 1023px) {
  .vlog-copyright {
    margin-top: 30px;
  }
}

.pbd-quote {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.66px;
  padding: 20px 15px 0px;
}
@media only screen and (min-width: 1024px) {
  .pbd-quote {
    display: none;
  }
}
.pbd-quote p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}

.footer-col {
  margin-bottom: 20px;
}
@media only screen and (max-width: 460px) {
  .footer-col {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .vlog-site-footer .widget:last-child {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .vlog-site-footer .widget:first-child {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 560px) {
  /* Keep footer visible but remove redundant items; show only Privacy/Terms */
  .vlog-site-footer {
    display: block !important;
  }
  .vlog-site-footer .footer-flexer,
  .vlog-site-footer .logo-footer {
    display: none !important;
  }
  .vlog-site-footer .menu-footer-menu-container,
  .vlog-site-footer #menu-footer-menu {
    display: block !important;
  }
  .vlog-site-footer #menu-footer-menu li {
    display: none;
  }
  .vlog-site-footer #menu-footer-menu li:has(a[href*=privacy]),
  .vlog-site-footer #menu-footer-menu li:has(a[href*=terms]) {
    display: inline;
  }
  .vlog-site-footer .vlog-copyright {
    padding-top: 8px;
  }
}

/*# sourceMappingURL=footer25.css.map */
