/*
Theme Name: Harmony Child
Template: harmony-parent
Version: 1.0.0
*/

#menu-main-menu>li {
    background: rgba(79, 108, 93, .7);
}

#contact-info {position: relative; z-index: 1;}
#contact-info:before {content: ""; position: absolute; top: 0; left: 0;width: 100%;height: 100%; background:rgba(255,255,255,.5); z-index: -1;}

.aboutimg {padding-top: 5px !important;}

.hours {color: #fff;}

.c2a a:hover {
    color: var(--color-one);
}

#contact-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(202, 108, 40, .8);
    z-index: -1;
}

#contact-info, #contact-info a {color: #fff;}
#contact-info a:hover {color: var(--color-two);}

.footmap { position: relative;  max-width: none; margin: 15px auto;  padding-top:45%;}
.footmap iframe, .footmap object, .footmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }

.copyright {color: #fff;}

#main .bottom-content .btn {display: inline;}


#main .content iframe,
.home #services-section{
	display: none;
}

@media screen and (max-width: 991px) {
 .main-nav a:hover, .social a:hover, .main-nav .nav-list .menu-item a:hover   {color: var(--color-one);}
    .contact-info-page address {display: block;}
}