/* Adjust cookie consent  / 42275579-HC (KAZE) */
.wp-block-jetpack-cookie-consent:not([role=document]).alignwide {
	width: 100vw !important;
	border-radius: 20px;
}

/* Hide Site Title | 42319027-hc /(AM) */
.wp-block-site-title {
	display: none;
}

/* Justify text in paragraph blocks SS-42584513-hc */
.entry-content p {
	text-align: justify;
}

/* Change button hover color SS-42584513-hc  */
.wp-block-button .wp-block-button__link:hover {
	background-color: #43685A;
}

/* Hide post title link underline on Blog page | 42659144-hc (BS) */
.page-id-30 .wp-block-post-title a {
	text-decoration: none;
}

/* YOGO */

.yogo-widget .theme--frame-box {
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: Montserrat, sans-serif;
}

.yogo-btn.yogo-btn-primary,
.yogo-custom-btn,
.class-item .yogo-btn-secondary {
	background: #43685A;
	border-color: #43685A;
	color: #fff !important;
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	border-radius: 11px;
}

.yogo-btn.yogo-btn-primary:hover,
.class-item .yogo-btn-secondary:hover,
.yogo-custom-btn:hover {
		background: #537c6d;	
}

.class-item .yogo-btn-secondary {
	font-size: 14px;
}

.yogo-font-bold.yogo-mb-2 {
	display: block;
}

.yogo-modal-body {
  font-family: Montserrat, sans-serif !important;
  font-size: 16px;
}

.yogo-modal-body .datepicker-container .vdp-datepicker .vdp-datepicker__calendar .highlighted:after {
  background: #000;
}

.yogo-modal-body .datepicker-container .vdp-datepicker .vdp-datepicker__calendar .selected.highlighted {
  background: #000;
}

.yogo-modal-body .datepicker-container .vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover {
  color: #000;
  background: #65a28b;
}
.yogo-flex-md.flex-wrap.yogo-justify-center.yogo-text-center .book-time {
  background: #eee;
  color: #000;
}

.book-time:hover {
  border-color: #000 !important;
  cursor: pointer;
}

.book-time.selected-time {
  border-color: #000 !important;
  background: #43685a !important;
  color: #fff !important;
}

.yogo-modal-body .datepicker-container .cell.day.highlighted.highlighted,
.yogo-modal-body .datepicker-container .cell.day.highlighted.highlighted:after {
  background: #65a28b;
  color: #fff;
}

.cell.day.selected.highlighted {
  background: #43685a !important;
}