/*
 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,h2,h3{
	line-height:1.5em;
}
.et_pb_slide_content h1{
	font-weight:400 !important;
	text-transform: inherit;
}

.red-name{
	color:#ff0000;
	text-transform:uppercase;
	font-weight:700;
}

/********Phone sticky********/

.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-color: #ff0000;
    border-radius: 30px 0px 0px 30px !important;
    width: 60px;
    transition: width 0.3s ease, background-color 0.5s ease;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap; 
}
.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(90deg);
}
.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;
}
}
/********End Phone sticky********/

@media (max-width: 767px) {
  .reverse-col {
    display: flex;
    flex-direction: column-reverse;
  }
	.page-id-15 .et_pb_blurb{
		min-height: auto !important;
		height: auto !important;
	}
	.et_pb_slide_content h1{
		font-size:20px !important;
}

}
