/**
Theme Name: Design Energy Astra
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Design Energy Child Theme. Sets defaults for Elementor Elements. General Typography is set in the Theme Customizer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: design-energy-astra
Template: astra
*/

/* Colours
Primary Blue  #00489C
Light Blue:   #0095d9
Body Grey     #727175
Bold text, h3 #555555
  */

body {
  color: #727175 !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased;
  -webkit-text-stroke: 0px !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body {
  font-family: "Calibre Web Regular", Helvetica, Arial, Verdana !important;
}

strong, b {
  color: #555555;
  font-family: "Calibre Web Medium", Helvetica, Arial, Verdana !important;
}

.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button {
  padding-bottom: 12px;
  padding-top: 10px;
}

h1,h2,h3,h4,h5,label {
  font-family: "Calibre Web Semibold", Helvetica, Arial, Verdana !important;
  font-weight: 600;
  letter-spacing: -0.005rem;
}

h1.entry-title {
  color: #0095D9;
  font-family: "Calibre Web Medium", Helvetica, Arial, Verdana !important;
  margin-bottom: 0.4em !important;
}
header.entry-header {
  margin-bottom: 0.5em !important;
}
h1.elementor-heading-title.elementor-size-default {
  margin-bottom: 4rem !important;
  line-height: 1.1 !important;
}
h1.elementor-heading-title.elementor-size-xl {
  margin-bottom: 2.5rem !important;
}
.home h1.elementor-heading-title {
  margin-bottom: 1rem !important;
  line-height: 1.1 !important;
}

h2.elementor-heading-title {
  margin-bottom: 0.75rem !important;
}

h3.elementor-heading-title {
  margin-bottom: 0.4rem !important;
  color: #555555;
}

.elementor-widget-image {
  margin-bottom: 1rem !important;
}

#main ul {
  margin: 0 0 1.5em 1em;
}

#main a {
  text-decoration: underline;
  text-underline-position: under;
}

#primary-menu a {
  font-family: "Calibre Web Medium", Helvetica, Arial, Verdana !important;
}

#main a.button {
  text-decoration: none;
}

#main hr {
  max-width: 100%;
  background-color: #F0F0F0;
  height: 4px;
}

.main-header-menu .sub-menu a {
  padding: .4em 1em;
}

.back-to-parent-link {
  color: #818A91;
}

.back-to-parent-link:hover {
  color: #666666;
}

.uael-post__thumbnail {
    margin-bottom: 0.5rem;
}

.uael-post__title:hover {
  color: #00489C !important;
}

a.uael-post__read-more .elementor-button-text:hover {
  color: #0095d9;
}
a.uael-post__read-more:hover {

  border-bottom-color: #0095d9;
}

/* Form tweaks */

label.gfield_label.gform-field-label {
    font-size: 1rem !important;
}

ul.sub-menu {
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    padding: 0px 20px 20px 10px;
    border-bottom-width: 4px;
    border-bottom-color: #f0f0f0;
    margin-left: -10px;
    min-width: max-content;
    width: max-content;
}

li.menu-email,
li.menu-telephone,
li.contact-menu-item {
  display: none !important;
}

ul#primary-menu li.menu-item a:after {
  display: none;
}

/* 1400 is the Breakpoint set in the theme customiser */

@media (max-width: 1400px) {
  li.menu-email,
  li.menu-telephone,
  li.contact-menu-item {
    display: flex !important;
  }
}

/* Landing Page Sidebar Menu */

#landing-page-menu ul {
  margin-left: 0 !important;
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}

#landing-page-menu ul li {
  display: grid;
  list-style-type: none;
}

#landing-page-menu ul li a {
  color: #727175;
  text-decoration: none !important;
  padding-left: 0 !important;
  border-bottom: 2px solid #E9E9E9;
  margin-bottom:  0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-top: 0;
}

#landing-page-menu ul li.current-menu-item a {
  font-family: "Calibre Web Medium", Helvetica, Arial, Verdana !important;
  color: #00489c;
}

.pullQuoteWrapper {
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 39%;
  float: left;
  margin: 20px 20px 20px 0;
}

/* Text Buttons */

.text-button-white > .elementor-widget-container {
    border-color: white !important;
}

.text-button-white #de-text-button,
.text-button-white .de-text-button {
    color: white;
}

/*  !Divider  */
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
  border-top: 4px solid #F0F0F0;
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding-top: 0;
}

/*  !Image Captions */
figcaption.widget-image-caption.wp-caption-text {
  font-family: "Calibre Web Regular", Helvetica, Arial, Verdana !important;
  font-size: 90%;
  text-align: left;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  color: #0095D9;
  margin-bottom: 1rem;
}

/*  !Call to action in footer  */
section#cta {
  margin: 2rem 0 4rem;
}

#cta h1.elementor-heading-title {
  margin-bottom: 0.5em !important;
}

#cta a {
  text-decoration: none;
}

/*  !Blog news Landing Page  */

.uael-post__read-more {
  border-bottom: 2px solid #00489C;
  padding-bottom: 10px;
}

.uael-post-wrapper {
  border-bottom: 4px solid #F0F0F0;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.ast-single-post .uael-post-wrapper {
  border-bottom: none;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.uael-post-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 50px;
}

.elementor-widget-wp-widget-recent-posts h5,
.elementor-widget-wp-widget-categories h5 {
  font-size: 34px;
}

.elementor-widget-wp-widget-recent-posts ul,
.elementor-widget-wp-widget-categories ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0.65rem;
  margin-bottom: 2rem;
}

.elementor-widget-wp-widget-recent-posts ul li,
.elementor-widget-wp-widget-categories ul li {
  border-bottom: 2px solid #E9E9E9;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.page-numbers {
  background-color: #F0F0F0;
}

/*  !Blog News Single Page  */

#de-news-header-single h1.elementor-heading-title {
  margin-bottom: 2rem !important;
}

#de-news-header-single  #news-date h6{
  margin-bottom: 4rem !important;
}

blockquote {
  color: #00489C;
  margin: 0 1em 0.5rem 1em;
  border-left: none;
  font-family: "Calibre Web Medium", Helvetica, Arial, Verdana !important;
  font-style: normal;
}

.news-filed-under ul.uael-nav-menu li.menu-item a {
    font-size: 24px;
}
/*  !Blog News Single Page: Image Tweaks  */

.ast-single-post .blog-content figure {
  margin: 0 0 1rem 0 !important;
  max-width: 100% !important;
}

.ast-single-post .blog-content figure img {
  width: 100% !important;
}

.ast-single-post .blog-content figcaption {
  margin: 0 !important;
  font-size: 18px;
  padding: 0.5rem 0 0 0;
  color: #0095d9;
}

@media (min-width: 768px) {
  .ast-single-post .blog-content figure {
    margin: 0 -5rem 2rem !important;
    max-width: none !important;
  }
  .ast-single-post .blog-content figcaption {
    margin: 0 0 0 5rem !important;
  }
}

.ast-single-post .blog-content img {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

/*  !Forms and Form Tweaks */

.elementor-form-fields-wrapper {
  flex-direction: row;
  align-items: start;
}

.elementor-message.elementor-message-danger {
  background-color: #d9534f;
  width: 100%;
  color: white;
  margin: -6px 0 21px 0;
  padding: 16px 7px 14px 7px;
  border-radius: 4px;
  z-index: 0;
  font-size: 16px;
}

.elementor-error input {
  border-color: #FF0000 !important;
  z-index: 1;
}

.elementor-message:before {
    margin-top: -6px;
}

/* !Team Page  */

.teambox {
    display: inline-block;
    width: 100% !important;
    padding: 0 0.25rem 1rem 0 !important;
    clear: both;
}

@media (min-width: 424px) {
  .teambox {
    width: 50% !important;
      }
    }

@media (min-width: 1024px) {
  .teambox {
    width: 33% !important;
  }
}

.teambox > .elementor-container {
  padding: 0 0.25rem;
}


/*style*/
/**
Theme Name: Design Energy Astra
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Design Energy Child Theme. Sets defaults for Elementor Elements. General Typography is set in the Theme Customizer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: design-energy-astra
Template: astra
*/

/* Colours
Primary Blue  #00489C
Light Blue:   #0095d9
Body Grey     #727175
Bold text, h3 #555555
  */

body {
  color: #727175 !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased;
  -webkit-text-stroke: 0px !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body {
  font-family: "Calibre Web Regular", Helvetica, Arial, Verdana !important;
}

strong, b {
  color: #555555;
  font-family: "Calibre Web Medium", Helvetica, Arial, Verdana !important;
}

.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button {
  padding-bottom: 12px;
  padding-top: 10px;
}

h1,h2,h3,h4,h5,label {
  font-family: "Calibre Web Semibold", Helvetica, Arial, Verdana !important;
  font-weight: 600;
  letter-spacing: -0.005rem;
}

h1.entry-title {
  color: #0095D9;
  font-family: "Calibre Web Medium", Helvetica, Arial, Verdana !important;
  margin-bottom: 0.4em !important;
}
header.entry-header {
  margin-bottom: 0.5em !important;
}
h1.elementor-heading-title.elementor-size-default {
  margin-bottom: 4rem !important;
  line-height: 1.1 !important;
}
h1.elementor-heading-title.elementor-size-xl {
  margin-bottom: 2.5rem !important;
}
.home h1.elementor-heading-title {
  margin-bottom: 1rem !important;
  line-height: 1.1 !important;
}

h2.elementor-heading-title {
  margin-bottom: 0.75rem !important;
}

h3.elementor-heading-title {
  margin-bottom: 0.4rem !important;
  color: #555555;
}

.elementor-widget-image {
  margin-bottom: 1rem !important;
}

#main ul {
  margin: 0 0 1.5em 1em;
}

#main a {
  text-decoration: underline;
  text-underline-position: under;
}

#primary-menu a {
  font-family: "Calibre Web Medium", Helvetica, Arial, Verdana !important;
}

#main a.button {
  text-decoration: none;
}

#main hr {
  max-width: 100%;
  background-color: #F0F0F0;
  height: 4px;
}

.main-header-menu .sub-menu a {
  padding: .4em 1em;
}

.back-to-parent-link {
  color: #818A91;
}

.back-to-parent-link:hover {
  color: #666666;
}

.uael-post__thumbnail {
  margin-bottom: 0.5rem;
}

.uael-post__title:hover {
  color: #00489C !important;
}

a.uael-post__read-more .elementor-button-text:hover {
  color: #0095d9;
}
a.uael-post__read-more:hover {

  border-bottom-color: #0095d9;
}

/* Form tweaks */

label.gfield_label.gform-field-label {
  font-size: 1rem !important;
}

ul.sub-menu {
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  padding: 0px 20px 20px 10px;
  border-bottom-width: 4px;
  border-bottom-color: #f0f0f0;
  margin-left: -10px;
  min-width: max-content;
  width: max-content;
}

li.menu-email,
li.menu-telephone,
li.contact-menu-item {
  display: none !important;
}

ul#primary-menu li.menu-item a:after {
  display: none;
}

/* 1400 is the Breakpoint set in the theme customiser */

@media (max-width: 1400px) {
  li.menu-email,
  li.menu-telephone,
  li.contact-menu-item {
    display: flex !important;
  }
}

/* Landing Page Sidebar Menu */

#landing-page-menu ul {
  margin-left: 0 !important;
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}

#landing-page-menu ul li {
  display: grid;
  list-style-type: none;
}

#landing-page-menu ul li a {
  color: #727175;
  text-decoration: none !important;
  padding-left: 0 !important;
  border-bottom: 2px solid #E9E9E9;
  margin-bottom:  0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-top: 0;
}

#landing-page-menu ul li.current-menu-item a {
  font-family: "Calibre Web Medium", Helvetica, Arial, Verdana !important;
  color: #00489c;
}

.pullQuoteWrapper {
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 39%;
  float: left;
  margin: 20px 20px 20px 0;
}

/* Text Buttons */

.text-button-white > .elementor-widget-container {
  border-color: white !important;
}

.text-button-white #de-text-button,
.text-button-white .de-text-button {
  color: white;
}

/*  !Divider  */
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
  border-top: 4px solid #F0F0F0;
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding-top: 0;
}

/*  !Image Captions */
figcaption.widget-image-caption.wp-caption-text {
  font-family: "Calibre Web Regular", Helvetica, Arial, Verdana !important;
  font-size: 90%;
  text-align: left;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  color: #0095D9;
  margin-bottom: 1rem;
}

/*  !Call to action in footer  */
section#cta {
  margin: 2rem 0 4rem;
}

#cta h1.elementor-heading-title {
  margin-bottom: 0.5em !important;
}

#cta a {
  text-decoration: none;
}

/*  !Blog news Landing Page  */

.uael-post__read-more {
  border-bottom: 2px solid #00489C;
  padding-bottom: 10px;
}

.uael-post-wrapper {
  border-bottom: 4px solid #F0F0F0;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.ast-single-post .uael-post-wrapper {
  border-bottom: none;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.uael-post-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 50px;
}

.elementor-widget-wp-widget-recent-posts h5,
.elementor-widget-wp-widget-categories h5 {
  font-size: 34px;
}

.elementor-widget-wp-widget-recent-posts ul,
.elementor-widget-wp-widget-categories ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0.65rem;
  margin-bottom: 2rem;
}

.elementor-widget-wp-widget-recent-posts ul li,
.elementor-widget-wp-widget-categories ul li {
  border-bottom: 2px solid #E9E9E9;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.page-numbers {
  background-color: #F0F0F0;
}

/*  !Blog News Single Page  */

#de-news-header-single h1.elementor-heading-title {
  margin-bottom: 2rem !important;
}

#de-news-header-single  #news-date h6{
  margin-bottom: 4rem !important;
}

blockquote {
  color: #00489C;
  margin: 0 1em 0.5rem 1em;
  border-left: none;
  font-family: "Calibre Web Medium", Helvetica, Arial, Verdana !important;
  font-style: normal;
}

.news-filed-under ul.uael-nav-menu li.menu-item a {
  font-size: 24px;
}
/*  !Blog News Single Page: Image Tweaks  */

.ast-single-post .blog-content figure {
  margin: 0 0 1rem 0 !important;
  max-width: 100% !important;
}

.ast-single-post .blog-content figure img {
  width: 100% !important;
}

.ast-single-post .blog-content figcaption {
  margin: 0 !important;
  font-size: 18px;
  padding: 0.5rem 0 0 0;
  color: #0095d9;
}

@media (min-width: 768px) {
  .ast-single-post .blog-content figure {
    margin: 0 -5rem 2rem !important;
    max-width: none !important;
  }
  .ast-single-post .blog-content figcaption {
    margin: 0 0 0 5rem !important;
  }
}

.ast-single-post .blog-content img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*  !Forms and Form Tweaks */

.elementor-form-fields-wrapper {
  flex-direction: row;
  align-items: start;
}

.elementor-message.elementor-message-danger {
  background-color: #d9534f;
  width: 100%;
  color: white;
  margin: -6px 0 21px 0;
  padding: 16px 7px 14px 7px;
  border-radius: 4px;
  z-index: 0;
  font-size: 16px;
}

.elementor-error input {
  border-color: #FF0000 !important;
  z-index: 1;
}

.elementor-message:before {
  margin-top: -6px;
}

/* !Team Page  */

.teambox {
  display: inline-block;
  width: 100% !important;
  padding: 0 0.25rem 1rem 0 !important;
  clear: both;
}

@media (min-width: 424px) {
  .teambox {
    width: 50% !important;
  }
}

@media (min-width: 1024px) {
  .teambox {
    width: 33% !important;
  }
}

.teambox > .elementor-container {
  padding: 0 0.25rem;
}



/*==notification-banner*/
@import url("https://use.typekit.net/rdz0gog.css");
.notification-banner {
    background-color: rgba(82, 146, 64, 1);
    display: flex;
    padding: 11px 70px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    font-family: Gibbs, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    justify-content: center;
}

@media (max-width: 991px) {
    .notification-banner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.banner-text {
    font-family: "gibbs", sans-serif;
    font-size: 20px;
    line-height: 1rem;
    margin: 0;
    padding: 10px;

}

.learn-more-link {
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}


.announcement-banner {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    display: none;

}

.announcement-banner .inner{
    position: relative;
    display: flex;
    width: 800px;
    max-width:calc(100% - 20px);
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    max-height:100%;
    overflow-y:auto;
}



.announcement-header {
    display: flex;
    padding: 24px 64px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    box-sizing: border-box;
    background-color: #529240;
}

@media (max-width: 991px) {
    .announcement-header {
        padding: 20px 40px;
    }
}


.header-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}



.announcement-title {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

@media (max-width: 991px) {
    .announcement-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 640px) {
    .announcement-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.fmi-logo {
    width: 107px;
    height: 24px;
    fill: #fff;
}

@media (max-width: 991px) {
    .fmi-logo {
        width: 90px;
        height: auto;
    }
}

@media (max-width: 640px) {
    .fmi-logo {
        width: 80px;
        height: auto;
    }
}

.close-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-icon {
    width: 24px;
    height: 24px;
}

.announcement-content {
    display: flex;
    padding: 48px 64px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 0px 0px 16px 16px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}

@media (max-width: 991px) {
    .announcement-content {
        padding: 40px 40px;
    }
}

@media (max-width: 640px) {
    .announcement-content {
        padding: 32px 24px;
    }
}

.announcement-text {
    width: 100%;
    max-width: 672px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

@media (max-width: 991px) {
    .announcement-text {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 640px) {
    .announcement-text {
        font-size: 14px;
        line-height: 22px;
    }
}

.link-text {
    color: #529240;
    font-weight: 700 !important;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


.show-notofication-popup.announcement-banner{
    display: flex;
}