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

@import url('animations.css');

#header_home span {
	height: 700px;
}

#main-header, #et-top-navigation {
	font-weight: normal;
}

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

.select_page {
	display: none !important;
}

.mobile_menu_bar.mobile_menu_bar_toggle::before {
	color: #fff !important;
}

/* testimonial slider */

/*manually add the image url to the slide controller*/
#testimonial_slider_main .et-pb-controllers a:nth-child(1) {
  content: url('https://ks-makeup.de/wp-content/uploads/2021/09/Kim_wedding_mobile.jpg');
}
#testimonial_slider_main .et-pb-controllers a:nth-child(2) {
  content: url('https://ks-makeup.de/wp-content/uploads/2023/11/PHOTO-2023-08-01-09-19-19_v1.jpg');
}
/*
#testimonial_slider_main .et-pb-controllers a:nth-child(3) {
  content: url('https://ks-makeup.de/wp-content/uploads/2021/05/Mandy_Stapenbeck-Elisabeth-2.jpg');
}
#testimonial_slider_main .et-pb-controllers a:nth-child(4) {
  content: url('https://ks-makeup.de/wp-content/uploads/2023/01/11351251_851769358250245_7838188919609529859_n.jpg');
}
#testimonial_slider_main .et-pb-controllers a:nth-child(5) {
  content: url('https://ks-makeup.de/wp-content/uploads/2021/05/Julia-e1621082442427.jpg');
}
*/
/*size and position of images*/
#testimonial_slider_main .et-pb-controllers a {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin: 0 15px;
}
/*change opacity on hover*/
#testimonial_slider_main .et-pb-controllers a:hover {
 opacity: 1;
}
/*make the active slide slightly bigger*/
#testimonial_slider_main .et-pb-controllers .et-pb-active-control {
  width: 100px;
  height: 100px;
  margin-bottom: -5px;
}

/*force off the text shadows*/
#testimonial_slider_main .et_pb_slide_description {
text-shadow: none!important;
  margin-bottom: 20px!important;
}
/*change the slide description animation*/
#testimonial_slider_main .et-pb-active-slide .et_pb_slide_description {
 animation-name: fadeIn;
}


@media (max-width: 980px) {
/*size and position of images - mobile*/
#testimonial_slider_main .et-pb-controllers a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0 10px;
}
  /*make the active slide slightly bigger - mobile*/
#testimonial_slider_main .et-pb-controllers .et-pb-active-control {
  width: 60px;
  height: 60px;
  margin-bottom: -5px;
}
  /*adjust image position - mobile*/
#testimonial_slider_main .et-pb-controllers {
    bottom: 10%;
}
}

/*position the images - mobile*/
@media (max-width: 767px) {
#testimonial_slider_main .et-pb-controllers {
  bottom: 20%;
}
/*position the images - mobile*/
#testimonial_slider_main  .et_pb_slide_description {
  margin-bottom: 50px!important;
}
}