/*
 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
------------------------------------------------------- */
details{
  display:inline;
}
details {
  position:relative;
}
details summary {
	color: #A7A7A7;
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 500;
	padding-top: 10px;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  /*padding-top:10px;*/
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}
/*span#close {
    left: 150%;
}*/
details[open] #close {
	
    position: relative !important;
    top: 10px;
	width:100%;
	
}
details #open{padding-left:5px;text-align:center;}
details #open:after{
		display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    font-family: 'ETmodules';
    content: "3";
}
	details #close:after {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 10px;
    font-family: 'ETmodules';
    content: "3";
    transform: rotate(180deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}
::-webkit-details-marker {display: none;}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px){
.inverse {
 display: flex;
  flex-direction: column-reverse;
 }
}
 .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: #49a0a2;
    padding: 20px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #49a0a2;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}


