/*
CTC Separate Stylesheet
Updated: 2021-12-21 20:58:32
*/

/* to help speed up hero image load time */
body::before {
  content: url("https://infinitesigns.com/wp-content/uploads/2023/05/the-maine-house-sign-hallowell-maine-v2.webp");
  position: absolute;
  top: -9999rem;
  left: -9999rem;
  opacity: 0;
}

.txt-secondary-color {color: var(--e-global-color-secondary )}
.bg-secondary-color {background: var(--e-global-color-secondary )}

/* show/hide  gallery containers   */
body:not(.elementor-editor-active) .hidden {
    display: none;
}
.elementor-editor-active .hidden {
    opacity: 0.6;
}

/* style navigation for show/hide gallery items */
.our_nav {cursor: pointer;}

.our_nav.my_active { text-decoration: underline;}



@media (min-width: 1024px){
.mobileonlymenuitem { display: none!important;}
}