/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*01-essentials*/
/* Import the needed code for default variables and styles.*/
/* Variables - v2.0.0 */
/* This may be the most important file in the whole SCSS. It holds all the variables while the other documents in the 01-essentials folder hold the usage of those variables.  */
/*---------------------*/
/* FOLDER NAME */
/*---------------------*/
/* ========== HEADER - FILE NAME ========== */
/*---------------------*/
/* 01-ESSENTIALS */
/*---------------------*/
/* ========== 01-RESPONSE ========== */
/* ========== 02-TEXT ========== */
html {
  font-size: 16px !important;
}
/* ========== 03-COLOR ========== */
/* ========== 04-SPACE ========== */
/*---------------------*/
/* 02-UNIVERSAL-PIECES */
/*---------------------*/
/* ========== 02-BUTTONS ========== */
/* ========== 03-LINES ========== */
/*---------------------*/
/* 03-ISOLATED-PIECES */
/*---------------------*/
/* ========== 05-HEADER-PIECES ========== */
/* ========== 06-BODY-PIECES ========== */
/* ========== 07-STYLE-PIECES ========== */
/* ========== 08-NAVBAR-PIECES ========== */
/* ========== 09-FOOTER-PIECES ========== */
/* ========== 10-BLOG-PIECES ========== */
/*---------------------*/
/* 04-LAYOUTS */
/*---------------------*/
/* ========== 01-BLOG-PIECES ========== */
/* Responsive - v2.0.0 */
/*
	Usage:
	@include mixin-name {
	    //CSS code here
	}
*/
@media screen and (min-width: 1366px) {
  html {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 16px !important;
  }
}
/* Text - v2.0.0 */
/* Description: This is for all text defaults. */
.elementor-heading-title {
  font-family: Raleway, Arial, sans-serif !important;
  color: #00797e !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}
.elementor-widget-text-editor {
  font-family: Montserrat, merriweather, serif !important;
  color: black !important;
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 400;
}
.font-heavy {
  font-weight: 700;
}
.font-extra-heavy, .font-extra-heavy .elementor-heading-title {
  font-weight: 900 !important;
}
.text-xxxl {
  font-size: 4rem !important;
  line-height: 1 !important;
}
.text-xxl {
  font-size: 2.75rem !important;
  line-height: 1.1 !important;
}
.text-xl {
  font-size: 2.1rem !important;
  line-height: 1.1 !important;
}
.text-l {
  font-size: 1.6rem !important;
  line-height: 1.1 !important;
}
.text-m {
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
}
.text-s {
  font-size: 1rem !important;
  line-height: 1.25 !important;
}
.text-xs {
  font-size: 0.85rem !important;
  line-height: 1.25 !important;
}
.elementor-widget-text-editor {
  max-width: 1200px;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .p, p, .span, span, .li, li {
  font-size: 100%;
  margin: auto;
}
.circle-sketch-highlight {
  position: relative;
}
.circle-sketch-highlight:before {
  content: "";
  z-index: 0;
  left: -0.5em;
  top: -0.1em;
  border-width: 4px;
  border-style: solid;
  border-color: #00797e;
  position: absolute;
  border-right-color: transparent;
  width: 120%;
  height: 1em;
  transform: rotate(2deg);
  border-radius: 50%;
  padding: 0.6em 0.25em;
}
.circle-sketch-highlight:after {
  content: "";
  z-index: 0;
  left: -0.5em;
  top: 0;
  padding: 0.6em 0.25em;
  border-width: 4px;
  border-style: solid;
  border-color: #00797e;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  width: 120%;
  height: 1em;
  transform: rotate(-1deg);
  border-radius: 50%;
}
.wavy-underline {
  text-decoration: #00797e wavy underline;
  text-decoration-skip-ink: none;
  height: 1.5em;
}
/* 03-color - v2.0.0 */
/* Description: */
.brand-color-01-color, .brand-color-01-color-hover:hover, .brand-color-01-color .elementor-heading-title, .brand-color-01-color .elementor-widget-container {
  color: #00797e !important;
}
.brand-color-02-color, .brand-color-02-color-hover:hover, .brand-color-02-color .elementor-heading-title, .brand-color-02-color .elementor-widget-container {
  color: #E73705 !important;
}
.brand-color-03-color, .brand-color-03-color-hover:hover {
  color: transparent !important;
}
.brand-color-04-color, .brand-color-04-color-hover:hover {
  color: transparent !important;
}
.brand-color-05-color, .brand-color-05-color-hover:hover {
  color: transparent !important;
}
.brand-color-06-color, .brand-color-06-color-hover:hover {
  color: transparent !important;
}
.brand-color-07-color, .brand-color-07-color-hover:hover {
  color: transparent !important;
}
.brand-color-08-color, .brand-color-08-color-hover:hover {
  color: transparent !important;
}
.brand-color-09-color, .brand-color-09-color-hover:hover {
  color: transparent !important;
}
.brand-color-10-color, .brand-color-10-color-hover:hover {
  color: transparent !important;
}
.brand-color-11-color, .brand-color-11-color-hover:hover {
  color: transparent !important;
}
.brand-color-12-color, .brand-color-12-color-hover:hover {
  color: transparent !important;
}
.universal-color-black-color, .universal-color-black-color-hover:hover, .universal-color-black-color .elementor-heading-title, .universal-color-black-color .elementor-widget-container {
  color: black !important;
}
.universal-color-dark-grey-color, .universal-color-dark-grey-color-hover:hover, .universal-color-dark-grey-color .x-text-content-text-primary, .universal-color-dark-grey-color-hover:hover .x-text-content-text-primary {
  color: #3f3f3f !important;
}
.universal-color-white-color, .universal-color-white-color-hover:hover, .universal-color-white-color .elementor-heading-title, .universal-color-white-color .elementor-widget-container {
  color: white !important;
}
.universal-color-light-grey-color, .universal-color-light-grey-color-hover:hover, .universal-color-light-grey-color .x-text-content-text-primary, .universal-color-light-grey-color-hover:hover .x-text-content-text-primary {
  color: #a9a9a9 !important;
}
.brand-color-01-background-color, .brand-color-01-background-color-hover:hover {
  background-color: #00797e !important;
}
.brand-color-02-background-color, .brand-color-02-background-color-hover:hover {
  background-color: #E73705 !important;
}
.brand-color-03-background-color, .brand-color-03-background-color-hover:hover {
  background-color: transparent !important;
}
.brand-color-04-background-color, .brand-color-04-background-color-hover:hover {
  background-color: transparent !important;
}
.brand-color-05-background-color, .brand-color-05-background-color-hover:hover {
  background-color: transparent !important;
}
.brand-color-06-background-color, .brand-color-06-background-color-hover:hover {
  background-color: transparent !important;
}
.brand-color-07-background-color, .brand-color-07-background-color-hover:hover {
  background-color: transparent !important;
}
.brand-color-08-background-color, .brand-color-08-background-color-hover:hover {
  background-color: transparent !important;
}
.brand-color-09-background-color, .brand-color-09-background-color-hover:hover {
  background-color: transparent !important;
}
.brand-color-10-background-color, .brand-color-10-background-color-hover:hover {
  background-color: transparent !important;
}
.brand-color-11-background-color, .brand-color-11-background-color-hover:hover {
  background-color: transparent !important;
}
.brand-color-12-background-color, .brand-color-12-background-color-hover:hover {
  background-color: transparent !important;
}
.universal-color-black-background-color, .universal-color-black-background-color-hover:hover {
  background-color: black !important;
}
.universal-color-dark-grey-background-color, .universal-color-dark-grey-background-color-hover:hover {
  background-color: #3f3f3f !important;
}
.universal-color-white-background-color, .universal-color-white-background-color-hover:hover {
  background-color: white !important;
}
.universal-color-light-grey-background-color, .universal-color-light-grey-background-color-hover:hover {
  background-color: #a9a9a9 !important;
}
/* Space - v2.0.0 */
/* Description: This is for all spacing defaults such as gaps, padding, margin, flex positioning, section spacing, etc. */
.x-section {
  padding: 3.8443359375rem 0 !important;
}
.x-section-padding {
  padding: 3.8443359375rem 0 !important;
}
.x-section-padding-bottom {
  padding-bottom: 3.8443359375rem !important;
}
.x-section-padding-top {
  padding-top: 3.8443359375rem !important;
}
.full-width {
  max-width: none !important;
  width: 100% !important;
}
.gap {
  width: 100%;
}
.gap-xxxxs {
  padding: 0.15rem 0 !important;
}
.gap-xxxs {
  padding: 0.225rem 0 !important;
}
.gap-xxs {
  padding: 0.3375rem 0 !important;
}
.gap-xs {
  padding: 0.50625rem 0 !important;
}
.gap-s {
  padding: 0.759375rem 0 !important;
}
.gap-m {
  padding: 1.1390625rem 0 !important;
}
.gap-l {
  padding: 1.70859375rem 0 !important;
}
.gap-xl {
  padding: 2.562890625rem 0 !important;
}
.gap-xxl {
  padding: 3.8443359375rem 0 !important;
}
.gap-xxxl {
  padding: 5.7665039063rem 0 !important;
}
.gap-xxxxl {
  padding: 8.6497558594rem 0 !important;
}
.gap-xxxxxl {
  padding: 12.9746337891rem 0 !important;
}
.text-center {
  text-align: center !important;
}
/* ip-utility-classes - v2.0.0 */
/* This is for all utility classes that sit at the Isolated Piece level. */
/* Instructions: These are used by being in Cornerstone when building a page, add an IP, turn on the "Customize Element" option, 
and add custom css classes in the "Customizer" */
.remove-section-padding {
  padding: 0 !important;
}
.add-section-padding {
  padding-top: 3.8443359375rem !important;
  padding-bottom: 3.8443359375rem !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.max-width-none-grid .x-grid {
  max-width: none !important;
}
.smaller-text {
  font-size: 67%;
}
.text-color-white .heading .x-text-content-text-primary, .text-color-white .heading .x-text-content-text-primary *, .text-color-white .body-text, .text-color-white .body-text * {
  color: white !important;
}
.button-align-left .button-core {
  margin-left: 0 !important;
}
.border-radius-normal img {
  border-radius: 10px;
}
.border-bottom-brand-color-01 {
  border-bottom: 2px #00797e solid !important;
}
.move-up-and-under {
  margin-top: -40px;
  z-index: -1;
}
.container-align-center .elementor-container {
  align-items: center;
}
.mw-765 {
  max-width: 765px;
}
.mw-1040 > .elementor-container {
  max-width: 1040px !important;
}
.mw-980 > .elementor-container {
  max-width: 980px !important;
}
.margin-auto {
  margin: auto;
}
/*02-universal-pieces*/
/* Import the needed code for default variables and styles.*/
/* Buttons */
.elementor-widget-button .elementor-button {
  font-weight: 900 !important;
  width: 420px;
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: 100%;
}
.default-width-button a {
  width: auto !important;
}
.elementor-button {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.green-button a {
  background-color: #00797e !important;
}
.green-button a:hover {
  background-color: #00797ECC !important;
}
.full-width-button a {
  width: 100% !important;
}
.white-button a {
  background-color: white;
}
.white-button a:hover {
  background-color: #ffffffCC !important;
}
.red-button a {
  background-color: #E73705 !important;
}
.red-button a:hover {
  background-color: #E73705CC !important;
}
button.forminator-button.forminator-button-submit {
  background-color: #00797e;
  color: white;
  font-weight: 900;
  padding: 10px 27px !important;
  box-shadow: none !important;
  text-transform: uppercase;
}
button.forminator-button.forminator-button-submit:hover {
  background-color: #00797ECC;
}
/* Line */
I'm leaving it here .elementor-divider, because it's also potentially used as a universal piece. .line .elementor-divider {
  padding: 0 !important;
}
.line .elementor-container.elementor-column-gap-default {
  max-width: none;
}
.line .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
.green-line .elementor-divider span.elementor-divider-separator {
  border-top: #00797e 6px solid !important;
}
/*03-isolated-pieces*/
/* Import the needed code for default variables and styles.*/
/* 01-Curved-Header */
.curved-header {
  margin-top: 0 !important;
  background-size: cover;
  min-height: 33vh;
  padding-bottom: 12vw;
}
.curved-header .elementor-widget-wrap.elementor-element-populated {
  background-color: #fff !important;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .curved-header .elementor-widget-wrap.elementor-element-populated {
    max-width: 300px;
  }
}
.curved-header h1 {
  color: #00797e !important;
}
.curved-header > div > .elementor-column {
  padding-top: 12vw;
}
/* puts the box to the right of the curved header - used on the Literacy page */
.curved-header.box-right > div > .elementor-column {
  padding-top: 3vw;
  justify-content: end;
  padding-right: 5vw;
}
/* this is the red box */
/* as seen on the Literacy page */
.red-box .elementor-widget-container {
  background: #E73705;
  border-radius: 10px;
  padding: 27px;
  max-width: 450px;
  margin: auto;
}
.red-box .elementor-widget-container .elementor-heading-title {
  color: white !important;
  font-weight: 900 !important;
}
/* Navbar */
.eie-navbar {
  padding: 0 6px;
}
.eie-navbar .elementor-widget-site-logo {
  width: auto;
}
.eie-navbar .elementor-widget-button .elementor-widget-container {
  text-align: right;
}
.eie-navbar .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-3e55f49 {
  width: 226px !important;
  width: auto !important;
}
.eie-navbar .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-11ef686 {
  width: auto;
  margin-left: auto;
}
.eie-navbar .elementor-container.elementor-column-gap-default {
  justify-content: space-between;
  margin-right: 0;
  width: 100%;
}
.eie-navbar .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-b5552d2 {
  width: auto;
}
@media (min-width: 1024px) {
  .eie-navbar li#menu-item-6831 {
    display: none;
  }
}
.eie-navbar li#menu-item-6831 a {
  background-color: #E73705;
}
.eie-navbar li#menu-item-6831 a:hover {
  background-color: #E73705CC;
}
.eie-navbar .elementor-element.elementor-element-94b55ac.hfe-nav-menu__align-right.elementor-hidden-mobile.hfe-submenu-icon-arrow.hfe-submenu-animation-none.hfe-link-redirect-child.hfe-nav-menu__breakpoint-tablet.elementor-widget.elementor-widget-navigation-menu {
  margin-bottom: 0;
}
/* Footer */
/* social icons resizing*/
.elementor-social-icons-wrapper span.elementor-grid-item a {
  max-width: 35px;
  max-height: 35px;
}
.elementor-social-icons-wrapper span.elementor-grid-item {
  padding-right: 10px;
}
/* two col text with space inbetween */
@media screen and (min-width: 767px) {
  .two-col-text-with-space-inbetween .elementor-column:first-of-type {
    padding-right: 80px;
  }
  .two-col-text-with-space-inbetween .elementor-column:last-of-type {
    padding-left: 80px;
  }
}
/* two col image and text shifted right */
@media screen and (min-width: 767px) {
  .two-col-image-and-text-shifted-right .elementor-column:first-of-type .elementor-widget-container {
    text-align: right;
  }
  .two-col-image-and-text-shifted-right .elementor-column:first-of-type img {
    max-width: 420px;
  }
  .two-col-image-and-text-shifted-right .elementor-column:last-of-type {
    padding-left: 80px;
  }
}
/* Full width video */
.full-width-video .elementor-container.elementor-column-gap-default {
  max-width: none !important;
}
.full-width-video .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
/* two col text with space right */
@media screen and (min-width: 767px) {
  .two-col-text-with-space-right .elementor-column:last-of-type {
    padding-right: 80px;
  }
}
/* Our Team */
.our-team .elementor-column.elementor-inner-column {
  max-width: 315px;
  margin: 20px 30px;
  width: auto !important;
}
.our-team .elementor-container.elementor-column-gap-default {
  justify-content: center;
}
.our-team-smaller .elementor-column.elementor-inner-column {
  max-width: 285px;
}
/* section shape */
.red-angle {
  height: 7vw;
  background-size: cover;
  margin-top: 0px;
  z-index: -1;
}
@media (min-width: 967px) {
  .red-angle {
    margin-top: -5px;
  }
}
@media (min-width: 1366px) {
  .red-angle {
    margin-top: -8px;
  }
}
.red-wavy-line {
  height: 7vw;
  background-size: cover;
  margin-bottom: -1px;
}
/*04-layouts*/
/* Events Single*/
.eie-post-navigation .elementor-container {
  max-width: none !important;
}
.eie-post-navigation span.elementor-post-navigation__link__next {
  margin-right: 0;
}
.eie-post-navigation span.elementor-post-navigation__link__prev {
  margin-left: 0;
}
@media (max-width: 767px) {
  .eie-post-navigation .post-navigation__next--title, .eie-post-navigation .post-navigation__prev--title {
    display: none;
  }
}
@media (max-width: 767px) {
  .eie-post-navigation .post-navigation__next--label, .eie-post-navigation .post-navigation__prev--label {
    font-size: 1rem !important;
  }
}
.eie-post-navigation span.post-navigation__arrow-wrapper.post-navigation__arrow-next, .eie-post-navigation span.post-navigation__arrow-wrapper.post-navigation__arrow-prev {
  margin: 0;
}
.eie-post-navigation span.post-navigation__next--label, .eie-post-navigation span.post-navigation__prev--label {
  margin: 0;
}
/* Events Category Page */
.post-type-archive-our-events article .elementor-widget-theme-post-title .elementor-heading-title a {
  color: #E73705 !important;
  font-size: 2.1rem !important;
  font-weight: 900 !important;
}
.post-type-archive-our-events article .elementor-widget-text-editor .elementor-widget-container, .post-type-archive-our-events article .elementor-widget-heading a {
  font-size: 1.5rem !important;
}
.post-type-archive-our-events .elementor-grid-mobile-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr) !important;
}
/*01-ESSENTIALS (CUSTOM-CODE) */
/* custom-code - v2.0.0 */
/* This is for all custom code that can be used anywhere in the site. */
/* Instructions: This code is meant to be a safe way to isolate bugs or errors. This file and the variables file are the only unique files on any site. */
@media screen and (max-width: 767px) {
  .restorative-discipline-practices-page section.second-heading {
    padding-bottom: 0;
  }
  .restorative-discipline-practices-page .elementor-element.elementor-element-048518b.brand-color-02-color.font-extra-heavy.text-xxl.elementor-widget.elementor-widget-heading {
    margin-bottom: 0;
  }
}
.model-atlanta-academy-page .top-header, .our-team-page .top-header {
  margin: 0 16px 16px;
}
.the-village-pac-page .two-col-text-with-space-right.form-section .elementor-column:first-of-type {
  min-height: 500px;
}
@media (min-width: 767px) {
  .the-village-pac-page .two-col-text-with-space-right.form-section .elementor-column:first-of-type {
    padding-right: 80px;
  }
}
.the-village-pac-page .two-col-text-with-space-right.form-section .elementor-column:first-of-type .elementor-widget-wrap {
  border-radius: 500px;
}
/* Fixes Forminator checkbox issue */
span.forminator-checkbox-box {
  margin: 0;
}
/* Jobs page */
.jobs-page main section:not(.line) .elementor-container.elementor-column-gap-default {
  max-width: 500px;
}
/* Fixing cluster headings to be legible (these are the headings that float or travel with you when you scroll down the page on the green background */
.chart-title h2 {
  color: white !important;
  font-size: 20px;
}
/* 0D3-T469: Fix the toggle switch */
.chart-title.elementor-widget-heading.elementor-sticky.animated.fadeInRight, .hfe-nav-menu__align-center {
  /* select the chart title & menu */
  z-index: 99 !important;
  /* set z-index to 99 so it is on the top on the toggle switch */
}
/* close element */
div.toggleDataBtn.elementor-widget.elementor-widget-text-editor {
  /* select the toggleBtn Class element */
  z-index: 2 !important;
  /* set the z-index to 0 */
}
/* close element */
/* Fixing the data year selection links overlapping with the topbar */
@media only screen and (min-width: 1600px) and (max-width: 1730px) {
  .elementor-18697 .elementor-element.elementor-element-bd00a5c > .elementor-widget-container {
    margin: 50px 0 0 0 !important;
  }
}
