/*
 Theme Name:     Digital Kindergarten Booklet Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child Theme
 Author:         Sunny Sundays
 Author URI:     https://sunnysundays.de
 Template:       Divi
 Version:        1.0.0
*/
 
/*------------------------------------------------------- */


/*Color*/

#main-header {background-color: transparent;}


/* Typography */

body {
	font-size: 18px;
	line-height: 1.3;
}

h1 {
	font-size: 30px;
	text-decoration: underline;
	text-decoration-color: #23D4BA;
	text-transform: uppercase;
	line-height: 1.5;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0923EE;
	line-height: 1.2;
}

a:link {
	color: #00AF91;
}

a:hover {
	color: #CE2945;
}

/* Button*/ 

a.et_pb_button, a.et_pb_more_button {
	color: white;
	background-color: #0923EE;
	border: none;
}

/*Slide Navigation*/

.et_pb_slider,.et-pb-slider-arrows,.et-pb-arrow-prev,.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next {
	border-bottom: none!important;
}


/*Topmenu*/

.logo_container a:link {
	border-bottom: none!important;
}


#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #FFE700;
 height: 4px; 
	margin-bottom: -3px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}

#top-menu, #top-menu-nav {
	margin-top: 15px;
}

#top-menu, #top-menu-nav li a:link {
	border-bottom: none!important;
}

/*Secondary Menu*/

@media only screen and (min-width: 768px) {
    #et-info { float:right !important; }
}

/*Mobile Menu*/

@media only screen and (max-width: 1024px){
	
.mobile_nav.opened .mobile_menu_bar:before {
 content: '\4d';
}

/* make "select page bg color transparent" */
    .et_header_style_centered #main-header .mobile_nav,
    .et_header_style_split #main-header .mobile_nav {
         background-color: rgba(0, 0, 0, 0); 
    }

/* remove unnecessary top margin */
    .et_header_style_centered #et_mobile_nav_menu,
    .et_header_style_split #et_mobile_nav_menu {
        margin-top: 0px;
    }
/* hide "select page" container */
    .et_header_style_centered #main-header .mobile_nav .select_page,
    .et_header_style_split #main-header .mobile_nav .select_page {
        display: none;
    }
/* adjust vertical and right alignment of the mobile menu bar */
    .et_header_style_centered #main-header .mobile_menu_bar,
    .et_header_style_split #main-header .mobile_menu_bar {
        position: relative;
        text-align: center;
		right: 0px;
    }
/* adjust dropdown menu top offset */
    .et_header_style_centered #main-header .et_mobile_menu,
    .et_header_style_split #main-header .et_mobile_menu {
        top: 63px;
    }

/* remove mobile_nav left and right padding */
    .et_header_style_centered #main-header .mobile_nav,
    .et_header_style_split #main-header .mobile_nav {
         margin: 0 auto;
		width: 50%;
		position: relative;
		text-align:center;
    }

 .et_mobile_menu li a {
	color: #ffffff!important;
}

.mobile_nav.closed #mobile_menu, 
.mobile_nav.opened #mobile_menu {
	background-color: #0923EE;
	border: none;
}

.mobile_nav ul#mobile_menu .current_page_item > a {
color: #FFE700!important;
}

.et_mobile_menu li a:hover {
color: #FFE700!important;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
	background-color: transparent!important;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1;
    background-color: transparent;
}
}


/*Footer / Fontawesome*/

.fa {
  font-size: 25px!important;
  text-align: center;
	padding: 3px;
  text-decoration: none;
	color: #0923EE;
	border-bottom: none!important;
}

#footer-bottom {
	display: none;
}

.footer-widget a {
	border-bottom: none!important;
}

/*Pricing tables*/

div.et_pb_pricing_content_top {
	display:none;
}

.et_pb_pricing_table_wrap {
    align-items: normal!important;
	}

.et_pb_pricing_content {
	margin-bottom: 20px!important;
}

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	.et_pb_pricing_table_wrap {
    align-items: normal!important;
	}
	.et_pb_pricing_content {
	margin-bottom: 20px!important;
}
}



.et_pb_pricing_table_button {
position: absolute!important;
bottom: 15px;
left: 15px;
right: 15px;
margin: auto;
width: 60%;
}

.et_pb_pricing li {
	padding: 0 0 1em 14px!important;
}


/*Contactform Theme

.et-pb-contact-message {
	color: #0923EE!important;
	font-weight: bold!important;
}

.et_pb_contact_captcha, .et_pb_contact_right p input {
	max-width: 65px;
}

.evr-close_wrap a:link {
	border-bottom: none!important;
}*/

/*back to top*/

.et_pb_scroll_top.et-pb-icon {
	background: #0923EE;
	padding-right: 25px;
}

/*Slide*/

/* Desktop */
.heroslide .et_pb_slide .et_pb_container {
height: auto !important;
min-height: 460px !important;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 980px) {
.heroslide .et_pb_slide .et_pb_container {
height: auto !important;
min-height: 500px !important;
}
}
/* Phone */
@media only screen and (max-width: 767px) {
.heroslide .et_pb_slide .et_pb_container {
height: auto !important;
min-height: 500px !important;
}
}

/* Handle padding */
.heroslide .et_pb_slide {
padding-bottom: 0px !important;
}
.heroslide div.et_pb_slide_description,
.heroslide .et_pb_slider_fullwidth_off div.et_pb_slide_description {
padding-top: 1%;
padding-bottom: 1%;
}

/*Table*/
table, th, td {
  border: none!important;
}

/*Logo Carousel*/

div.logo-carousel-free.logo-carousel-free-free-area .slick-prev, div.logo-carousel-free.logo-carousel-free-free-area .slick-next {
	display: none!important;
}
	  
/* Contact Form 7 */

/*main*/

div.wpcf7 {
background-color: transparent ;
color:#0923ee;
font-size:14px;
	width: 100%;
}

/*dropdown*/

.wpcf7 select {
padding: 15px!important;
color: #0923ee;
	background-color: #fff;
	border: 2px solid #0923ee;
font-size:16px !important;
	height: 50px;
}

.wpcf7 #dropdown {
		width: 300px!important;	
}

/*fields*/

.wpcf7 input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select {
	height: 50px;
	background:#ffffff;
	color:#0923ee;
	border: 2px solid #0923ee;
	border-radius: 5px;
	font-size: 13px;
	padding-left: 10px;
}

.wpcf7-textarea {
	background:#ffffff;
	color:#0923ee;
	border: 2px solid #0923ee;
	border-radius: 5px;
	font-size: 13px;
		padding-left: 10px;
}

/*button*/

.wpcf7-submit {
background-color:#0923ee;
color:#ffffff;
font-weight:bold;
font-size: 16px;
text-align:center;
text-transform:uppercase;
border-radius: 5px;
	height: 40px;
	width: 40%;
	margin-top:10px;
}

.wpcf7-submit:hover {
background-color:#23D4BA;
}

/*success message*/

.wpcf7 div.wpcf7-mail-sent-ok {
color:#0923ee;
font-size:18px;
	font-weight: bold;
	border: none;
	float:left;
}

/*error message*/

.wpcf7 div.wpcf7-validation-errors {
color:#CE2945;
font-size:18px;
	border: none;
	font-weight: bold;
	float:left;
}

span.wpcf7-not-valid-tip {
	color: #CE2945;
}

/*column*/

.form_half {
    width: 49.5%;
    float: left;
	margin: 10px 1% 0 0;
}

.form_half_last {
    margin-right: 0px;
}

.wpcf7-form-control-wrap your-message {
	margin-top:10px;
}

@media only screen and (min-width: 768px) and (max-width: 980px){
	
.form_half {
	width:100% !important;
	margin: auto;	
	padding: 5px 10px;
	}
	
.popup_outer_wrap .popup {
		padding: 10px;
	}
}

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	.form_half {
	width:100% !important;
	margin: auto;	
	padding: 5px 10px;
	}
	
.popup_outer_wrap .popup {
		padding: 10px;
	}	
}

@media only screen and (max-width: 767px) {

.form_half {
	width:100% !important;
	margin: auto;	
	padding: 5px 10px;
	}
	
.popup_outer_wrap .popup {
		padding: 10px;
	}
}
