/*
 * Oripedia Market v0.17.60
 * Cocoon mobile footer widget visibility repair.
 * Desktop layout is intentionally untouched.
 */
@media (max-width: 834px) {
  #footer .footer-widgets,
  #footer .footer-widgets-mobile,
  #footer .footer-left,
  #footer .footer-center,
  #footer .footer-right,
  #footer .footer-widget,
  #footer .widget,
  #footer-in .footer-widgets,
  #footer-in .footer-widgets-mobile,
  #footer-in .footer-left,
  #footer-in .footer-center,
  #footer-in .footer-right,
  #footer-in .footer-widget,
  #footer-in .widget,
  .footer .footer-widgets,
  .footer .footer-widgets-mobile,
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right,
  .footer .footer-widget,
  .footer .widget {
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #footer .footer-widgets,
  #footer .footer-widgets-mobile,
  #footer-in .footer-widgets,
  #footer-in .footer-widgets-mobile,
  .footer .footer-widgets,
  .footer .footer-widgets-mobile {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #footer .footer-left,
  #footer .footer-center,
  #footer .footer-right,
  #footer .footer-widget,
  #footer .widget,
  #footer-in .footer-left,
  #footer-in .footer-center,
  #footer-in .footer-right,
  #footer-in .footer-widget,
  #footer-in .widget,
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right,
  .footer .footer-widget,
  .footer .widget {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  #footer .widget img,
  #footer-in .widget img,
  .footer .widget img {
    max-width: 100% !important;
    height: auto !important;
  }
}
