/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1752603676
Updated: 2025-07-15 18:21:16

*/

/* ------------------------------------------------------------------------------------------------  Download Monitor */
/* Stops Download Monitor from displaying 100% of completed download */
.dlm-xhr-progress {
    display: none !important;
}

/* Stops Download Monitor from displaying whirling timer */
.dlm-xhr-loading-gif {
    display: none !important;
}
/* ------------------------------------------------------------------------------------------------  Hide the logo on Homepage and Gallery page (by ID) */
body.home .logoheader,
body.page-id-3683 .logoheader {
  display: none;
}

/* ------------------------------------------------------------------------------------------------  Inject CSS for Logout Link Styling */

    .secure_logout_link_dt {
        font-size: 14px !important;
        font-family: "Noto Sans", sans-serif !important;
        font-weight: 500 !important;
        color: #ffffff !important;
        text-decoration: none !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
		
    }

    .secure_logout_link_mb {
        font-size: 25px !important;
        font-family: "Noto Sans", sans-serif !important;
        font-weight: 600 !important;
        color: #50627c !important;
        text-decoration: none !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 18px !important;
    }

    .secure_logout_link_dt:hover,
    .secure_logout_link_mb:hover {
        color: #50627c !important;
        text-decoration: none !important;
    }

/* Logout icon perameters */
    .secure_logout_link_dt i,
    .secure_logout_link_mb i {
        font-size: 18px !important;
    }

    .secure_logout_wrapper_dt {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .secure_logout_wrapper_mb {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }

/* ------------------------------------------------------------------------------------------------  Ensure the body takes full height and uses flex layout */
body {
  background-color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Main content should grow to fill available space */
main {
  flex: 1;
}

/* Footer stays at the bottom */
footer {
  margin-top: auto;
}

/* ------------------------------------------------------------------------------------------------  Mobile Menu Popup Fix */
    @media screen and (max-width: 480px) {
      html.elementor-popup-open,
      body.elementor-popup-open {
        overflow: hidden !important;
        height: 100% !important;
        position: relative !important;
      }

      .elementor-popup-modal {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 999999 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box;
      }

      .elementor-popup-modal .dialog-widget-content {
        display: flex !important;
        flex-direction: column !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
        padding: 10px 10px 20px 10px !important;
        -webkit-overflow-scrolling: touch !important;
        box-sizing: border-box !important;
      }

      .elementor-popup-modal .elementor-container {
        flex: 1 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
      }

      .elementor-popup-modal.overlay-disabled {
        opacity: 0 !important;
        pointer-events: none !important;
        z-index: -1 !important;
        visibility: hidden !important;
      }
    }

/* ------------------------------------------------------------------------------------------------  Disable Landscape Mode on Mobile */
      @media screen and (orientation: landscape) and (max-width: 900px) {
        html, body {
          overflow: hidden !important;
          height: 100vh !important;
          width: 100vw !important;
          position: fixed !important;
          background: #000 !important;
        }

        body::before {
          content: "This site only works in Portrait Mode on mobile.";
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          background: #000000e0;
          color: #ffffff;
          font-size: 18px;
          font-family: Arial, sans-serif;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 999999;
          text-align: center;
          padding: 20px;
          box-sizing: border-box;
        }

        body > *:not(style):not(script),
        #page,
        .elementor,
        .elementor-section,
        .elementor-container,
        .elementor-widget,
        header,
        main,
        footer,
        #elementor-popup-modal {
          display: none !important;
          visibility: hidden !important;
          opacity: 0 !important;
          pointer-events: none !important;
        }
      }

/* ------------------------------------------------------------------------------------------------  Global CSS snippet */
/* Center header only on login & register page */
body.um-page-login .logoheader,
body.um-page-register .logoheader {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* Helps prevent GPU rendering glitches on mobile */
.elementor-popup-modal {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition: opacity 0.5s ease;
}

/* Prevent flash of overlay after close */
.elementor-popup-modal[style*="display: none"] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: none !important;
}

/* ------------------------------------------------------------------------------------------------  Photo Gallery */
/* Part of this code is in the code snippet "Problematic CSS Code" */

a[data-glightbox] {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  flex: 1 1 calc(25% - 1em);
  max-width: calc(25% - 1em);
  margin: 0.5em;
  object-fit: cover;
}

.desktop-gallery-grid,
.mobile-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  max-width: 100vw;
}

.zoomable {
  max-width: 99vw;
  max-height: 90vh;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
  margin: auto;
}

.glightbox-container .ginner-container { cursor: default; }

#glb-caption-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  max-height: 32vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  padding: 1em 1.25em;
  box-sizing: border-box;
  z-index: 99999;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
}

.gslide-title {
  color: #fff !important;
  font-size: 13px !important;
  text-align: left;
}

.glightbox-container .gslide-description {
  opacity: 0 !important;
  visibility: hidden !important;
}
.glightbox-container .gdesc-inner {
  position: static !important;
  transform: none !important;
}

.glightbox-button,
.glightbox-button:focus,
.glightbox-button:active,
.gbtn,
.gbtn:focus,
.gbtn:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  outline: none !important;
  transition: opacity 0.3s ease !important;
}

.glightbox-button::before,
.glightbox-button::after,
.gbtn::before,
.gbtn::after {
  content: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none;
}

.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-clean .gclose,
.glightbox-clean .gbtn {
  background: transparent !important;
  box-shadow: none;
  border: none !important;
  outline: none !important;
}

.glightbox-button svg,
.gbtn svg {
  fill: #ffffff !important;
  stroke: none !important;
  background: none !important;
  border: none !important;
  box-shadow: none;
  outline: none !important;
}

.glightbox-container .gbtn {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition: opacity 0.3s ease !important;
}

.glightbox-container.fade-buttons .gbtn:not(.gclose) {
  opacity: 0.2 !important;
  visibility: visible !important;
  pointer-events: none !important;
}

@media (max-width: 480px) {
  a[data-glightbox] {
    flex: 1 1 calc(50% - 1em);
    max-width: calc(50% - 1em);
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  a[data-glightbox] {
    flex: 1 1 calc(33.33% - 1em);
    max-width: calc(33.33% - 1em);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  a[data-glightbox] {
    flex: 1 1 calc(25% - 1em);
    max-width: calc(25% - 1em);
  }
}
@media (min-width: 1025px) {
  a[data-glightbox] {
    flex: 1 1 calc(25% - 1em);
    max-width: calc(25% - 1em);
  }
}

.desktop-gallery-grid:has(a[data-glightbox]:only-child),
.mobile-gallery:has(a[data-glightbox]:only-child) {
  justify-content: center;
}

.desktop-gallery-grid a[data-glightbox]:only-child,
.mobile-gallery a[data-glightbox]:only-child {
  flex: 0 1 300px;
  max-width: 90vw;
  margin: 1em auto;
}

.desktop-gallery-grid a {
  background-color: #ffffff;
  padding: 0px;
  border: 2px solid #50627c !important;
  display: inline-block;
  transition: border-color 0.3s ease;
}

.desktop-gallery-grid a:hover {
  border-color: #ff0000 !important;
}

.mla-button-group .mla-icon-button {
  background-color: white !important;
  color: #50627c !important;
  border: 1px solid #50627c !important;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 4px;
}

.mla-button-group .mla-icon-button:hover {
  background-color: #50627c !important;
  color: white !important;
}

.mla-button-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
  margin-bottom:10px;
  margin-left: 10px;
}

.mla-icon-button {
  width: 40% !important; /* or any value that suits your layout */
}

.mla-term-list{
  margin-left: 12px;
}

.mla-tag-label input[type="checkbox"] {
  margin-right: 5px;
}

.mla-tag-label {
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
  padding: 5px;
  margin-right: 25px;
}

.mla-tag-label:hover {
  color: #a4a4a4; /* Light grey hover background */
  background-color: #e7e7e7 ;
  cursor: pointer;
}

.mla-tag-label input[type="checkbox"] {
  margin-right: 5px;
}



/* ------------------------------------------------------------------------------------------------  Coins Filter Panel */
/* Part of this code is in the code snippet "Problematic CSS Code" */

.coins-filter-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.coins-filter-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coins-year-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
}

.coins-year-row select {
    padding: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.coins-year-info-box {
    margin-top: 10px;
    font-style: italic;
    color: #50627c;
    font-size: 14px;
    padding: 4px 0;
    border-top: 1px solid #ccc;
}

/* ------------------------------------------------------------------------------------------------  Gallery */
 .mobile-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px solid #50627c !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ------------------------------------------------------------------------------------------------  Header */
.elementor-widget-icon-box:focus,
.elementor-widget-icon-box:focus-visible,
.elementor-widget-icon-box:active {
    outline: none;
}

.elementor-widget-icon-box:focus .elementor-icon-box-wrapper,
.elementor-widget-icon-box:focus-visible .elementor-icon-box-wrapper,
.elementor-widget-icon-box:active .elementor-icon-box-wrapper {
    background-color: transparent !important;
    color: #50627c !important;
}


#container-banner {

    border-bottom: 1px solid #50627c;
    box-shadow: inset 0 -6px 6px rgba(0, 0, 0, 0.3);

}

/* ------------------------------------------------------------------------------------------------  Footer */
    #container-banner-footer {
  border-top: 1px solid #e7e7e7;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ------------------------------------------------------------------------------------------------  HomePage */
/* Left pane options */

a {
  background-color: transparent;
  color: #50627c;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none;
}

#left-menu-phone:hover,
#left-menu-phone .elementor-element-0d6ff47:hover,
#left-menu-email:hover,
#left-menu-email .elementor-element-0d6ff47:hover,
#left-menu-linkedin:hover,
#left-menu-linkedin .elementor-element-0d6ff47:hover,
#left-menu-address:hover,
#left-menu-address .elementor-element-0d6ff47:hover,
#left-menu-teams-call:hover,
#left-menu-teams-call .elementor-element-0d6ff47:hover,
#left-menu-download:hover,
#left-menu-download .elementor-element-0d6ff47:hover {
    background-color: #e7e7e7 !important;
}

.download-link{
	color: #50627c;
}

/* ------------------------------------------------------------------------------------------------  Links Menu */
#top-menu-sharepoint:hover,
#top-menu-sharepoint .elementor-element-0d6ff47 :hover,
#top-menu-ubiquity:hover,
#top-menu-ubiquity .elementor-element-0d6ff47 :hover,
#top-menu-emoji:hover,
#top-menu-emoji .elementor-element-0d6ff47 :hover,
#top-menu-fulldisclosure:hover,
#top-menu-fulldisclosure .elementor-element-0d6ff47 :hover,
#top-menu-gallery:hover,
#top-menu-gallery .elementor-element-0d6ff47 :hover,
#top-menu-coins:hover,
#top-menu-coins .elementor-element-0d6ff47 :hover{
	background-color: #e7e7e7 !important;
}

/* ------------------------------------------------------------------------------------------------  Tools Menu */
#top-menu-emailtest:hover,
#top-menu-emailtest .elementor-element-0d6ff47 :hover,
#top-menu-dmarctest:hover,
#top-menu-dmarctest .elementor-element-0d6ff47 :hover {
    background-color: #e7e7e7 !important;
}

/* ------------------------------------------------------------------------------------------------  Gallery Filter Popup */
/* Code is retained within this popup itself, inside an HTML widget. */

/* ------------------------------------------------------------------------------------------------  Contact Me Popup */
#popup-phone:hover,
#popup-phone .elementor-element-0d6ff47 :hover,
#popup-email:hover,
#popup-email .elementor-element-0d6ff47 :hover,
#popup-linkedin:hover,
#popup-linkedin .elementor-element-0d6ff47 :hover,
#popup-chat:hover,
#popup-chat .elementor-element-0d6ff47 :hover {
    background-color: #e7e7e7 !important;
}

