/*
Theme Name:   Celerly Child
Theme URI:    https://celerly.io
Description:  Celerly child theme for Divi 5
Author:       Celerly
Author URI:   https://celerly.io
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  celerly-child
*/

/*
  Custom styles go below this line.
  Divi 5 uses a React-based Visual Builder — many layout styles
  live in the builder itself. Use this file for global overrides,
  typography tweaks, utility classes, and anything outside the builder.
*/

/* ─── Example: global font override ───────────────────────────────────────── */
/* body {
    font-family: 'Your Font', sans-serif;
} */

.demo-video {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16; /* or whatever your video ratio is */
  overflow: hidden;
  width: 100%;
  height: 100%; /* inherits the parent div's fixed height */
  overflow: hidden;
}}

.demo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.celerly-footer-menu.et_pb_menu .et_pb_menu__menu,.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.celerly-footer-menu .et_mobile_nav_menu {
    display: none;
}