/*
 * Theme Name:	Hibo - A Wordpress Theme for Aesthetics Hawaii
 * Theme URI:	https://mantle.co
 * Author: 	Evan Nagle, David Chat
 * AUthor URI:  mailto:evan@mantle.co
 * Version: 	1.0.0
 * License: 	GPL-2.0
 */


body.acwp-fromtop #acwp-toolbar-btn-wrap,#acwp-toolbar-btn-wrap.show{
    display:none;
}
#acwp-toolbar-btn{
    width:30px !important;
    height:30px !important;
    background-size: auto;
    background-size: 15px 15px;
    border-width: 2px;
    border-radius: 7px;
    right: auto !important;
    z-index: 9999;
    display: flex !important;
    flex-direction: row;
    margin-left: calc(50% - 60px);
}
#acwp-toolbar-btn svg{width:20px !important;display:none;}
button#acwp-toolbar-btn::before {
    content: 'ADA Accessible';
    width: 200px;
    color: #8a5a48;
    position: absolute;
    top: 5px;
    font-size: 14px;
    left: -15px;
}

button#acwp-toolbar-btn {
	display: none;
	position: absolute;
	top: -20px !important;
	left: 0 !important;
	margin-right: 124px;
	width: 25px;
	height: 25px;
	background: url(/wp-content/uploads/2023/05/ada-icon.png) no-repeat center center #3c8dbc;
			background-size: auto;
	background-size: 15px 15px;
	border-width: 2px;
	border-radius: 7px;
	right: auto !important;
}
.acwp-footer {
	display: none !important;
}

#acwp-toolbar-btn svg {
    opacity: 0;
}
li.has-child .sub-menu {
    display: none;
   }
   li.has-child span.active svg{
    transform: rotate(180deg);
   }
li.has-child span svg{
 transition: transform 0.3s ease;
}
@media (max-width: 480px){
	button#acwp-toolbar-btn {
		top: -20px !important;
		margin-top: 0 !important;
	}
}