/*
 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: #000000;
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600;
	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: 120%;
}*/
details[open] #close {
	position: relative !important;
    top: 10px;
	width:100%;
	text-align: center;
}
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;
  }
}

.et_header_style_left .et-fixed-header #et-top-navigation nav#top-menu-nav {
    margin-top: -5px;
    margin-bottom: 10px;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li.cls-btn a {
    color: #5e341c !important;
}

@media only screen and (max-width: 980px) {
    .et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page, .et_mobile_menu li a, .mobile_menu_bar:before, .et_nav_text_color_light #top-menu>li>a, .et_nav_text_color_dark #top-menu>li>a, #top-menu a, .et_mobile_menu li a, #et_search_icon:before, #et_top_search .et-search-form input, .et_search_form_container input, #et-top-navigation .et-cart-info {
        color: #ed8222 !important;
    }
	#logo {
    max-height: 98% !important;
}
}

.et_mobile_menu {
    border-top: 3px solid #ed8222 !important;
}
.et_mobile_menu li a, .nav li li a {
    font-size: 18px !important;
}

li.cls-btn a {
    background-color: #ed8222;
    padding: 15px 16px 15px 16px !important;
    border-radius: 30px;
    color: #000000 !important;
    text-align: center;
}

button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    bottom: 0px !important;
}

.class-jstf .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: justify !important;
}

@media (min-width: 981px) {
    .col2 {
        width: 48%;
        float: left;
        margin: 0 1% 0px;
        margin-bottom: 10px;
    }
	    .col1 {
        width: 98%;
        float: left;
        margin: 0 1% 0px;
        margin-bottom: 10px;
    }
}
@media (max-width: 980px){

	.col2 {
    margin-bottom: 15px;
}
		.col1 {
    margin-bottom: 15px;
}
}








