/*!
Theme Name: Parent Pa
Theme URI: https://www.thedigitaldepartment.ie/
Author: The Digital Department
Author URI: https://www.thedigitaldepartment.ie/
Description: The Digital Department is a full-service digital agency based in Cork and for 13 years has, specialised in high-performance website design, eCommerce development, and lead generation for home service and B2B businesses.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: parent-pa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --section-margin: 50px;
}

/* Utility Classes */
.equal-margin {
  margin-top: var(--section-margin);
  margin-bottom: var(--section-margin);
}

.top-margin {
  margin-top: var(--section-margin);
}

.bottom-margin {
  margin-bottom: var(--section-margin);
}

.elementor-heading-title span {
  color: var(--e-global-color-accent);
}

.no-margin * {
  margin: 0 !important;
}

.elementor-nav-menu .sub-arrow {
  padding-left: 5px !important;
}

@media (min-width: 1024px) {
  .nav-coming a {
    position: relative;
    z-index: 1;
    display: inline-block;
  }

  .nav-coming a::after {
    content: "Coming Soon";
    position: absolute;
    top: 90%;
    left: 10%;
    background: transparent;
    color: inherit;
    padding: 2.5px 5px;
    font-size: 12px;
    border: 1px solid var(--e-global-color-6f2811e);
    border-radius: 4px;
    white-space: nowrap;
    z-index: -1;
  }
}

@media (max-width: 1850px) {
  :root {
    --section-margin: 40px;
  }
}

@media (max-width: 1439px) {
  :root {
    --section-margin: 35px;
  }
}

@media (max-width: 1199px) {
  :root {
    --section-margin: 30px;
  }
}
