html,
body{
width:100%;
overflow-x:hidden;
}
/*  change menu background on scroll | jp-2513186-zen */
#masthead.scroll-header {
    background: #000;
}
/*  change menu text color on scroll | jp-2513186-zen */
#masthead.scroll-header a {
    color: #fff;
}
/*Change menu background on mobile & tablet|KG-2766332-zen*/
@media only screen and (max-width: 768px) {
  #masthead.header-loaded {
        background: #000;
        color: #fff;
  }
}

/* change title & menu color on homepage | jp-2513186-zen */
.home.page-id-200.singular-featured-image-inactive .site-header a,
.home.page-id-200.singular-featured-image-inactive .site-header .header-links {
    color: #fff;
}
/* Make Title Larger | #16881605-hc KEF */
.site-title{
    font-size:35px;
}
/* Header links - pages without featured image / 16903440-hc kp */
.page.singular-featured-image-inactive:not(.page-template-templatesfront-page-php) 
.site-header a {
   color: #fff;
}.site-info { display: none; }
/*Hide Footer SD 17261674-hc*/ 
footer#colophon {
    display: none;
}p.site-title, .wf-active body {
  font-family: "Company Font TEXT", Sans-serif !important;
/* Menu: add a padding on links -- 26506736-hc (LS) */
.main-navigation ul:not(.sub-menu):not(.children) > li > a {
  padding: 1em;
}
/* Menu: add a border on current menu items -- 17601546-hc (EZ) */
.current-menu-item a {
  border: 1px solid;
}/*Reduce mobile site title size-HC-17640651-KS */
@media only screen and (max-width: 767px) {
    .site-title {
        font-size: 21px;
    }
}/* Highlight parent of current page in menu | HC17857772 CC*/
.current-menu-ancestor>a {
    border: 1px solid #fff;
}

/* Set top margin to 0 for featured image | 18140439-hc | MR */
@media (max-width: 1024px) {
.elementor-306 .elementor-element.elementor-element-bed6e15 {
    margin-top: 0px !important;
}
}
/* 18140439-hc | MR */
/*--- reduces site title font size ipad / #2766332-ZD-PK ---*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
.site-title {
    font-size: 24px;
}
}@media (min-width: 768px){
 .site-header{
z-index:9;
}
	.elementor-lightbox .dialog-lightbox-close-button { right: 20% !important; }
.elementor-lightbox .dialog-lightbox-close-button {
    size: 34;
}
.dialog-close-button.dialog-lightbox-close-button i {
    font-size: 47px;
