/* LOGO ON THE MIDLE OF THE NAV MANY*/

#site-navigation.main-navigation ul li a {
    padding: 30px 18px;
    text-decoration: none;
}

.main-navigation .sub-menu .menu-item a {
	padding: 16px 20px !important
}

#site-navigation.main-navigation ul.main-menu > li:after, .fse-template-part .main-navigation ul.main-menu > li:after {
    color: var(--wp--preset--color--primary-dark);
    content: "\2022";
    display: none;
}

.menuicon {
background-image: url('../wp-content/uploads/2021/06/WolfeHockeyLogo_white-75.1.png');
background-repeat: no-repeat;
background-position: center center;
}
.menuicon:hover {
background-image: url('../wp-content/uploads/2021/06/WolfeHockeyLogo_white-75.2.png');
}

.main-navigation > div {
padding-right: 90px;
}

.menu-item-557 a {
	color: rgba(0,0,0,0) !important;
	background-color: rgba(0,0,0,0) !important;
}

/* STAR RATING ON THE HOMEPAGE */

.star-rating {
	margin-right: 15px;
	font-size: 32px;
	color: #fff;
	display: inline-block;
}
.stars {
  background: #fcc415;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 30px;
  width: 30px;
	margin-bottom: -4px;
}
.star-reviews a {
	margin-left: 40px;
	font-size: 14px;
	color: #fff;
}

@media only screen and (max-width: 465px) {
.star-rating {
	margin-right: 10px;
	font-size: 22px;
	color: #fff;
	display: inline-block;
}
}
@media only screen and (max-width: 465px) {
.stars {
  background: #fcc415;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 22px;
  width: 22px;
	margin-bottom: -4px;
}
}

/* Page Heading */

.entry-header {
	color: #680c20;
}

/* Consulting Calendar */
div.healcode .ui-widget-content {
	width: auto;
}

div.healcode.appointments a.hc-button {
	padding: 12px 35px !important;
}
a.hc-button:hover {
	border: 1px solid #680c20 !important;
}

div.healcode a.hc-button {
	font-size: 12px !important;
}


/* SLIDER 2 */

.slider-2 .slideBtn  {
margin-top: 25px !important;
}

/* Understanding How to Navigate... or Consulting page */

.post-4336 .entry-header {
display: none;
}

#post-4336 {
margin-top: -80px;
}

@media only screen and (max-width: 559px) {
#post-4336 {
margin-top: -38px;
}
}

/* */

.post-367 .entry-header {
display: none;
}

#post-367 {
margin-top: -80px;
}

@media only screen and (max-width: 559px) {
#post-367 {
margin-top: -38px;
}
}


/* HomePage Full Width  */

.page-id-5001 #page {
max-width: 100% !important;
}









