/*
 Theme Name:   Custom Child Theme
 Description:  A custom Divi 5 child theme built by Grow with Meerkat.
 Author:       Grow with Meerkat, LLC
 Author URI:   https://growwithmeerkat.com/
 Template:     Divi
 Version:      3.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  gwm-divi-child
*/

/* ---------- HELPERS ---------------------------- */
.scrolloff {pointer-events:none}
#page-container {overflow:hidden}

.disableLightbox a {pointer-events: none;}
.disableLightbox .et_overlay {display: none !important;}

.disableClick.et_pb_toggle .et_pb_toggle_title,
.disableClick.et_pb_toggle .et_pb_toggle_title:hover {
	cursor:default!important;
}

.backgroundPosition--topLeft .et-pb-parallax-background {background-position:top left;}
.backgroundPosition--centerLeft .et-pb-parallax-background {background-position:center left;}
.backgroundPosition--bottomLeft .et-pb-parallax-background {background-position:bottom left;}
.backgroundPosition--topRight .et-pb-parallax-background {background-position:top right;}
.backgroundPosition--centerRight .et-pb-parallax-background {background-position:center right;}
.backgroundPosition--bottomRight .et-pb-parallax-background {background-position:bottom right;}
.backgroundPosition--topCenter .et-pb-parallax-background {background-position:top center;}
.backgroundPosition--centerCenter .et-pb-parallax-background {background-position:center center;}
.backgroundPosition--bottomCenter .et-pb-parallax-background {background-position:bottom center;}