/**
* Theme Name: RiverSpring Star
* Theme URI: https://wordpress.org/themes/twentyseventeen/
* Description: Child theme for RiverSpring Star
* Author: Webline Designs
* Author URI: http://www.weblinedesigns.com
* Template: twentyseventeen
* Version: 0.1.0
*/

ul#menu-desktop-nav {
    display: flex;
}

#site-map .menu-desktop-nav-container > ul > li {
    height: auto !important;
}

.vcard .org {
    background-image: none !important;
    text-indent: unset !important;
}

.logo {
    margin: 0;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 550px;
    height: 85px !important;
    display: block;
    overflow: hidden;
    text-indent: -2000em;
    background-image: url(/wp-content/uploads/2025/11/ElderServe-Star_HMO-I-SNP_Logo-RGB.png) !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 360px !important;
    transform: scale(0.4);
    transform-origin: left;
}

button.show-panel-btn.open {
    position: absolute !important;
}

button.show-panel-btn {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}

@media only screen and (min-width: 690px) {
    .logo {
        transform: scale(.8) !important;
    }
}

@media screen and (max-width:690px){
	.logo {
		width: unset !important;
		background-size: 350px !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		transform: scale(0.8) !important;
	}
}

@media screen and (max-width:430px){
	.logo {
		background-size: 215px !important;
        transform: scale(1) !important;
        height: 70px !important;
        margin-top: 0px !important;
	}
}