#actionbar {
	display: none;
}

/* Highlighted menu */
.highlighted-menu a:hover {
	text-decoration: none;
	color: #FEF9E8;
	background: #FF9D3B;
	transition: .2s ease-in-out;
	border-radius: 20px;
	padding: 0 10px;
	line-height: 50px;
}

.highlighted-menu a {
	color: #FFF8E2;
	padding: 0 10px;
	line-height: 50px;
	border-radius: 20px;
	padding: 0 10px;
	line-height: 50px;
}

/*Current Menu Item Highlight*/
.current-menu-item {
	color: #FFF8E2;
	background: #26768C;
	border-radius: 20px;
	padding: 0 10px;
	line-height: 50px;
}

.highlighted-menu.current-menu-item a {
	background: #FF9D3B;
	padding: 0 10px;
	line-height: 50px;
	border-radius: 20px;
	padding: 0 10px;
	line-height: 50px;
}

/*Menu Item BOLD FIX*/
.font-weight-fix {
	font-weight: bold;
}

/*Anim Tab Scale fix */
.animtab-fix a {
	transform: scale(1.06);
}

/*Anim Tab options scale*/
.custom-hover-anim img:hover {
	transform: scale(1.04);
	transition: all .5s;
}

.custom-hover-anim img {
	transition: all .5s;
}

/*Home page header image scale*/
.custom-hover-header img:hover {
	filter: blur(0);
	transform-origin: center center;
	transform: scale(1.01);
	transition: all .3s;
}

.custom-hover-header img {
	transition: all .3s;
}

/*Home page options scale*/
.custom-hover img:hover {
	transform-origin: center center;
	transform: scale(1.02);
	transition: all .5s;
}

.custom-hover img {
	transition: all .5s;
}

/* Change button color when hovering | 4964582 - ZD | NS */
a:hover.wp-block-button__link {
	background-color: #FF9D3B !important;
}

/* Input styles */
.wp-block-search .wp-block-search__input {
	border-radius: 10px;
	border: 2px solid #ecc09e;
	background-color: #FCF6E3;
}

.wp-block-search .wp-block-search__button:hover {
	background-color: #FF9D3B;
}

/* Hover cover image */
.custom-cover:hover .wp-block-cover__background.has-background-dim-0.has-background-dim {
	background: #00000069;
	opacity: .9;
	transition: .4s ease-in-out;
}

.custom-group {
	opacity: 0;
	transition: .4s ease-in-out;
}

.custom-cover:hover .custom-group {
	opacity: 1;
	transition: .4s ease-in-out;
}

/*custom cover image replacement on hover*/
.custom-cover-header:hover .custom-image-header {
	opacity: 1;
	transform: scale(1.015);
	transform-origin: center center;
	transition: all .4s ease-in-out;
}

.custom-image-header {
	transform: scale(1.015);
	margin: 0;
	opacity: 0;
	transition: .4s ease-in-out;
}

/*margin testing*/
.custom-margin-test {
	margin-right: 2vw;
	margin-left: 2vw;
}

/*social link options scale*/
.social-custom-hover img:hover {
	filter: blur(0);
	transform-origin: center center;
	transform: scale(1.2);
	transition: all .5s;
}

.social-custom-hover img {
	transition: all .5s;
}

/*home sketch swap*/
.custom-home-sketch-cover:hover .custom-home-sketch-image {
	opacity: 1;
	transform-origin: center center;
	transition: all .7s ease-in-out;
}

.custom-home-sketch-cover hover {
	opacity: 0;
	transition: all .5s;
}

.custom-home-sketch-image {
	margin: 0;
	opacity: 0;
	transition: .4s ease-in-out;
}

/*scroll top button*/
.scroll-top-button {
	position: fixed;
	bottom: 50px;
	transform: scale(.8);
	right: 20px;
}