/*
 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: 980px) {
    .et_pb_row {
        max-width: 1080px;
    }
}
@media (max-width: 980px) {
    .inverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
li.cls-btn a {
    
    padding: 15px 16px 15px 16px !important;
	border-radius:30px;
    color: white !important;
    text-align: center;
	border:  white 2px solid;
	
}
.et_header_style_left .et-fixed-header #et-top-navigation nav#top-menu-nav {
    margin-top: -5px;
    margin-bottom: 10px;
}
