/*
 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
------------------------------------------------------- */
p.clsfk {
    font-family: Comfortaa !important;
    font-weight: 900;
    font-size: 43px;
    padding-bottom: 19px;
    color: #a4448c;
}

/**************************fixed-phone******************************/
.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(320%);
    background-color: #a4448c;
    border-radius: 0;
    width: 70px;
    transition: width 0.3s ease, background-color 0.5s ease;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap; 
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.fixed-phone a {
  display: flex;
  align-items: center;
  color: white;
	padding: 15px 0px 15px 20px;
  text-decoration: none;
  font-size: 16px;
}
.phone-icon {
  font-size: 20px;
  margin-right: 10px;
  transform: rotate(0deg);
}

span.phone-number {
    font-family: 'Comfortaa';
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 900;
}
.phone-number {
  display: none;
  font-size: 16px;
  color: white;
  white-space: nowrap; 
}
.fixed-phone:hover {
  width: 210px; 
}
.fixed-phone:hover .phone-number {
  display: inline;
}
.fixed-phone:hover .phone-icon {
  margin-right: 15px;
}
@media (max-width:767px) {
.fixed-phone {
    width: 50px;
}
.fixed-phone a {
    padding: 10px 0px 10px 10px;
}
}




/**************************fixed-email******************************/
.fixed-email {
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    background-color: #a4448c;
    border-radius: 0;
    width: 70px;
    transition: width 0.3s ease, background-color 0.5s ease;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap; 
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.fixed-email a {
  display: flex;
  align-items: center;
  color: white;
	padding: 15px 0px 15px 20px;
  text-decoration: none;
  font-size: 16px;
}
.email {
  font-size: 20px;
  margin-right: 10px;
  transform: rotate(0deg);
}

span.phone-number {
    font-family: 'Comfortaa';
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 900;
}
.email {
  display: none;
  font-size: 16px;
  color: white;
  white-space: nowrap; 
}
.fixed-email:hover {
  width: 227px; 
}
.fixed-email:hover .email {
  display: inline;
}
.fixed-email:hover .email {
  margin-right: 15px;
}
@media (max-width:767px) {
.fixed-email {
    width: 50px;
}
.fixed-email a {
    padding: 10px 0px 10px 10px;
}
}


@media only screen and (max-width: 768px) {
	
.box {
    display: flex;
    flex-direction: column-reverse;
}
	
.fixed-email {
    display: none;
}
.fixed-phone {
    display: none;
}
	
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #a4448c;
}

.et_mobile_menu {
    border-top: 3px solid #a4448c;
}