/* xl - DESKTOP STYLES */ 
.main-navigation a, .main-navigation a:visited, .main-navigation li.current-menu-item, .post-navigation a, .site-title a, .site-title a:visited, .menu-toggle, .comment-header cite a, .contact-info-area, .contact-info-area a, body, th {
    color: #222;
}
.main-navigation.toggled li a:active, .main-navigation.toggled li a:focus, .main-navigation.toggled li a:hover, .main-navigation li:hover>a, .main-navigation li.focus>a, .main-navigation li.current-menu-item>a, .woocommerce-MyAccount-navigation li.is-active a, .main-navigation li.current-menu-item~li.current-menu-item>a:hover, .hero-area {
    background-color: #095955;
}

@media only screen and (min-width: 600px) {
    body .entry-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
    }
}
a, a:visited, .jetpack-social-navigation a:hover, .jetpack-social-navigation a:focus {
    color: #095955;
}
a:hover, a:focus, a:active {
    color: #095955;
}
.wf-active body, .wf-active button, .wf-active input, .wf-active select, .wf-active textarea {
    font-family: "Poppins", sans-serif;
}
.site-info{
	display: none;
}
.contact-info-area .icon {
    fill: #095955;
}

