/*
Theme Name: Duidelijk Online - Hair & More Bergambacht
Theme URI: https://duidelijkonline.nl
Version: 1.0
Description: Duidelijk Online thema
Author: Duidelijk Online
Author URI: https://duidelijkonline.nl
template: bb-theme
*/

/* Add your custom styles here... */ 
#clickshow {
    position: absolute;
    cursor: pointer;
       top: 0;
    margin-top: -10px;
    left: -10px;
}
.phone-email-wrap img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
#clickshow a{
	/*background: rgba(255,255,255,0.75);
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;*/
}
.slide-wrapper{
	position: fixed!important;
    top: 31%;
    right: 0;
    z-index: 9999;
}
.slide-content{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 350px;
    max-width: 350px;
    background: #fff;
    padding: 5px 0 5px 20px;
    border-radius: 80px 0 0 80px;
    height: 85px;
    align-items: center;
}
.slide-text h3{
	font-size: 16px;
    margin: 0;
}
.slide-text p{
	font-size: 13px;
    margin:0;
}
.slide-content .phone-email-wrap {
    flex: 0 0 100px;
}
.slide-content-comment{
	display: flex;
    flex-wrap: nowrap;
       justify-content: center;
   width: 80px;
    max-width: 80px;
    background: #b89552;
    padding: 5px 0 5px 20px;
    border-radius: 80px 0 0 80px;
    height: 80px;
    align-items: center;
}
.phone-email-wrap img {
    width: 100px;
    height: 95px;
    border-radius: 50% 0 0 50%;
    border-left: 2px solid #b89552;
    border-top: 1px solid #b89552;
    border-bottom: 1px solid #b89552;
}
#clickshow a {
    padding: 2px 6px;
}