/*
 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
------------------------------------------------------- */

/* =General
------------------------------------------------------- */
body .et_pb_custom_button_icon.et_pb_button:after {
    position: relative;
    margin-left: 5px !important;
    top: 1px;
}

body .et_pb_row.et_pb_equal_columns,
.et_pb_equal_columns .et_pb_column_4_4 {
    display: flex;
    flex-wrap: wrap;
    direction: unset;
}

body .et_pb_row.align-center,
.et_pb_row.align-center .et_pb_column_4_4{
    align-items: center;
    align-content: center;
}

body .et_pb_row.justify-between,
.et_pb_row.justify-between .et_pb_column_4_4 {
    justify-content: space-between;
}


/* =Logo Carousel
------------------------------------------------------- */
.wdcl_logo_carousel_0 .slick-track{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	align-items: center;
}

/* =Header
------------------------------------------------------- */
body #main-header {
    box-shadow: unset;
}

body #logo {
    max-height: 100%;
}

body #top-menu li a {
    line-height: 1.15em;
    display: inline-block;
    font-weight: 400;
}

body #top-menu li {
    padding-right: 45px;
}

body #top-menu {
    font-size: 0;
    line-height: 1em;
}

/* =Pages
------------------------------------------------------- */
#logos .et_pb_module {
    display: inline-block;
    margin: 5px 12px;
}

#logos .et_pb_column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: -5px;
    max-width: unset;
    width: calc(100% + 10px);
}

.counter-item.et_pb_number_counter.et_pb_with_title .percent {
    margin: 0;
    line-height: 1em;
    font-size: 0;
    height: unset;
    position: static;
}

.counter-item .percent-sign {
    position: relative;
}

.counter-item .percent-sign::before {
    content: '';
}

.counter-plus .percent-sign::before {
    content: '+';
}

.counter-percent .percent-sign::before {
    content: '%';
}

.counter-k .percent-sign::before {
    content: 'K';
}

.percent-value {
    line-height: 1em;
    display: inline-block;
}

.counter-item .percent::before {
    content: '';
    position: absolute;
    background: #0099FF;
    width: 4px;
    height: 60px;
    top: 1px;
    left: 0;
}

.et_pb_module.counter-item {
    position: relative;
    padding-left: 20px;
	margin: 0;
}

.menu-btn span {
	font-family: 'ETmodules';
	position: relative;
	top: 1px;
	margin-left: 6px;
	font-weight: 400;
}



/* =Footer
------------------------------------------------------- */

/* =Responsive
------------------------------------------------------- */
@media screen and (min-width: 981px) {
	

	body.et_header_style_left #et-top-navigation nav>ul>li.menu-btn>a,
	body.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li.menu-btn>a {
		padding: 17px 40px;
		margin-top: -17px;
		border-radius: 50px;
		font-weight: 700;
		font-size: 16px;
		background: #009FE3;
		color: #ffffff !important;
	}

	body.et_header_style_left #et-top-navigation nav>ul>li.menu-btn>a:hover,
	body.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li.menu-btn>a:hover {
		opacity: 1;
		background: #3C3C3C;
	}
}