/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/*Add button style to Patients menu item | jp-25244434-hc*/
#menu-item-260 {
	border: 1px #ffebb2;
	border-radius: 19px;
	background: #e3acbc;
	box-shadow: 0 0 12px 3px #ffebb2;
	margin: 10px;
	padding: 15px;
}

/*Add button style to Referrals menu item | jp-25244434-hc*/
#menu-item-261 {
	border: 1px #ffebb2;
	border-radius: 19px;
	background: #b7e4ea;
	box-shadow: 0 0 12px 3px #ffebb2;
	margin: 10px;
	padding: 15px;
}

/*Add button style to Pay Now menu item | jp-25244434-hc*/
#menu-item-262 {
	border: 1px #ffebb2;
	border-radius: 19px;
	background: #acb1d9;
	box-shadow: 0 0 12px 3px #ffebb2;
	margin: 10px;
	padding: 15px;
}

/*Remove dot left of button-style menu items | jp-25244434-hc*/
#menu-item-260 a::before, #menu-item-261 a::before, #menu-item-262 a::before, #menu-item-263 a::before {
	display: none;
}

/* logo in menu | KS-25525489-hc */
#site-navigation {
	padding-left: 170px;
	background: url('https://canapsychiatrichealth.com/wp-content/uploads/2020/11/7890-1-1.png') no-repeat left center;
	background-size: 150px auto;
}

@media screen and (min-width: 60em) {
	.main-navigation a {
		padding: 1em;
	}
	
	.header-top .wrap {
		max-width: calc(1440px - 1em);
	}
}

That needs to be replaced with the following: 
/* logo in menu | KS-25525489-hc */
#site-navigation {
	padding-left: 170px;
	background: url('https://canapsychiatrichealth.com/wp-content/uploads/2020/11/7890-1-1.png') no-repeat left center;
	background-size: 150px auto;
}

@media screen and (min-width: 60em) {
	.main-navigation a {
		padding: 1em;
	}
	
	.header-top .wrap {
		max-width: calc(1920px - 1em);
	}
}
/*Add button style to Tele LOG IN menu item | jp-25244434-hc*/
#menu-item-280 {
	border: 1px #ffebb2;
	border-radius: 19px;
	background: #fed8b1;
	box-shadow: 0 0 12px 3px #ffebb2;
	margin: 10px;
	padding: 15px;
}
/* Header menu column / 26529217-HC (MI) */
@media screen and (min-width: 60em) {
  .has-top-content .main-navigation {
    width: 80%;
  }
}
background: url('https://canapsychiatrichealth.com/wp-content/uploads/2020/11/7890-1-1.png') no-repeat left center;

h1 {
    font-size: 24px!important;
}

h2, h3, h4 {
    font-size: 20px!important;
}
/* Remove Cart Icon only from Homepage | KA-3738020-zen */
.home ul#site-header-cart {
    display: none;
}