/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

body .acsb-trigger-default.acsb-ready {
	display: none !important;
}
#accessibility-button-holder {
	position: fixed;
    right: 0 !important;
    top: auto !important;
    bottom: 0;
    margin-bottom: 60px;
    z-index: 100;
}
#accessibility-button-holder[data-accesibe-tmp-title] {
	display: none;
}
#accessibe-elements {
	display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
#accessibe-elements:hover {
	background: #141618;
}
#accessibe-elements .accessibe-left {
	padding: 15px;
    border-right: 1px solid #666;
    width: 125px;
    line-height: 1.2;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    right: -9999px;
    position: relative;
    display: none;
}
#accessibe-elements:hover .accessibe-left {
	display: block;
	right: 0;
}
#accessibility-button-holder > span {
	display: block;
	background: #007dc3;
    padding: 1px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
#accessibe-elements .accessibe-right {
	padding: 15px;
	cursor: pointer;
}
#accessibe-elements .accessibe-right > img {
	display: block;
	background-color: #fff;
	border-radius: 50%;
}