/*
 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
------------------------------------------------------- */
h1{
	font-size: clamp(1.5rem, 1.4996rem + 0.6253vw, 2.25rem) !important;
}
 .fixed-button {
    top: 45%;
}
.fixed-button {
	position: fixed;
    top: 40%;
    right: 0px;
    color: #fff;
    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: #596e90;
    padding: 20px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #596e90;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}

.mobile_menu_bar:before {
    color: #596e90;
}
.et_mobile_menu{
	border-top: 3px solid #596e90;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: #596e90 !important;
    border: 1px solid #dddbdb !important;
    color: white !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
    color: #596e90 !important;
}


.et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_button_alignment_center.et_pb_module {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.et_pb_button_module_wrapper.et_pb_button_1_wrapper.et_pb_button_alignment_center.et_pb_module {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.et_pb_button_module_wrapper.et_pb_button_2_wrapper.et_pb_button_alignment_center.et_pb_module {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}