/*
Theme Name:   Hello Elementor Child
Theme URI:    https://xyzeron.com
Description:  Child theme for Hello Elementor. Holds the project gallery/video shortcodes and site layout CSS.
Author:       Zeron
Template:     hello-elementor
Version:      1.1.0
Text Domain:  hello-elementor-child
*/


/* =========================================================================
   LAYOUT: minimum side gutters
   -------------------------------------------------------------------------
   Content width is 1280px. Without this, the gap at the sides is only
   whatever the screen has left over -- so on a ~1280-1400px laptop the
   content sits flush against the edges.

   90vw matches the 5%-per-side padding the header already uses, so the
   header and the body line up at every width. Above ~1422px the 1280px
   cap wins and nothing changes from the current design.
   ====================================================================== */

.e-con.e-parent > .e-con-inner {
	max-width: min(1280px, 90vw);
}


/* =========================================================================
   Add any further custom CSS below.
   Anything you put here survives Hello Elementor updates.
   ====================================================================== */
