/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

.cls-et-title .et_pb_toggle_title {
    padding-right: 15% !important;
}
.cls-hide {
    display: none;
}
.mobile_menu_bar:before {
    color: #1d1d1d;
}
.et_mobile_menu {
    border-top: 3px solid #fec9d6;
}






/***********fixed Tel************/
.fixed-button {
    top: 45%;
}
.fixed-button {
	position: fixed;
    top: 50%;
    right: 0px;
    color: #181214;
    text-decoration: none;
    z-index: 9;
    border-radius: 3px 0 0 3px;
	transition: opacity 1s ease;
	display: flex;
    align-items: stretch;
}
.fixed-button:hover .phone-number {
    opacity: 1;
}
.icon-phone {
    background: #fec9d6;
    padding: 20px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
	font-weight: 700;
    margin-left: 10px;
    background: rgb(254 201 214 / 95%);
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}