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

/*------------------------------------------------------- */

/*Background*/

#main-content {
	background-color: transparent!important;
}

/* Typography */


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

h1 {
	font-size: 30px;
	color: #0923EE;
	text-transform: uppercase;
}

h2 {
	font-size: 26px;
	color: #0923EE;
}

h3 {
	font-size: 22px;
	color: #0923EE;
}

h4 {
	font-size: 18px;
	color: #0923EE;
}

h5 {
	font-size: 16px;
	color: #0923EE;
}

h6 {
	font-size: 14px;
	color: #0923EE;
}

a:link {
	color: #00AF91;
}

a:hover {
	color: #CE2945;
}

/*Footer / Fontawesome*/

.fa {
  font-size: 20px!important;
  text-align: center;
	padding: 0 3px 5px;
  text-decoration: none;
	color: #fff;
	border-bottom: none!important;
}

#footer-bottom {
	display: none;
}




/*Topmenu*/

@media all and (min-width: 1180px){
div#et-top-navigation {
    float: left!important;
    padding-left: 88px!important;
}
}

.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: #fff;
 height: 2px; 
	margin-bottom: -2px;
 -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 li a:link {
	border-bottom: none!important;
}

/*Secondary Menu*/

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

/*-----Slim Horizontal Submenus-----*/

.nav li ul {
	visibility: visible!important;
    z-index: 9999;
    position: fixed;
    width: 100vw;
    left: 0;
    padding: 10px 0 ;
    text-align: center !important;
    border: none;
    box-shadow: none;
}

.nav li.et-reverse-direction-nav li ul {
    right: 0;
    top: auto;
}

#top-menu li li a {
    width: 100%;
    margin: 0;
    padding: 0 8px 0 0;
	display: block;
}

.menu-item-287.current-menu-item ul{
opacity: 1 !important;
visibility: visible !important;
}

li#menu-item-287.current-menu-ancestor ul {
visibility: visible;
opacity: 1;
display: block !important;
}

/* Menu CTA Tickets*/

.menu_cta {
	background-color: #F9414F;
	color: #fff!important;
	padding: 0 !important;
	border-radius: 5px;
	margin-bottom: 10px;
	}

.menu_cta a {
	color: #fff!important;
	padding: 8px 10px !important;
}

/* Menu CTA Login*/

.menu_cta_2 {
	background-color: #fff!important;
	color: #000!important;
	padding: 0 !important;
	border-radius: 5px;
	margin-bottom: 10px;
}

.menu_cta_2 a, a:active {
	color: #000!important;
	padding: 8px 10px !important;
}


.et-fixed-header #top-menu .menu_cta_2 a, .et-fixed-header #top-menu .dk_slim_menu a, .et-fixed-header #top-menu .dk_slim_menu a:active {
 	color: #000!important;
}

.menu_cta_2 li.current-menu-ancestor > a, .menu_cta_2 li.current-menu-item > a, .dk_slim_menu li.current-menu-item > a {
   color: #000 !important;
}

@media (max-width: 1180px){
		#mobile_menu .menu_cta a{
		background-color: #F9414F;
		border-radius: 5px;
		border: none!important;
		text-align: center;
		padding: 15px!important;
		width: 60%;
}

#mobile_menu .menu_cta_2 a {
		background-color: #fff;
		border-radius: 5px;
		border: none!important;
		color:#000!important;
		text-align: center;
		padding: 15px!important;
		width: 60%;
}
}

@media (min-width: 1180px) {
.menu_button {
	transform: translateX(calc(17.5vw - 100px));
}

.menu_button > a::before {
	display: none;
}
}


/***Mobile Menu***/

/*breakpoint mobile menu*/

@media (max-width: 1180px) {
#et_mobile_nav_menu {
display: block;
}
#top-menu {
display: none;
}
}

/*style mobile menu*/

    /* when mobile menu is open, change hamburger icon to x icon */

    #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
        content: '\4d';
    }


    /*Code Style: Menu Slide-In */

    @media only screen and (max-width: 1180px){
    #mobile_menu {
        display: block;
        min-height: 100vh;
        height: 100%;
        top: 0;
        right: 0;
        position: fixed;
        z-index: 9998;
        overflow: scroll;
        border-top: none;
        padding-top: 100px;
		line-height: 0.1!important;
    }

    .et_mobile_menu li a {
        color: #fff;
        width: 100%;
        float: left;
        text-align: left;
        margin: 10px 0 10px 10px;
        text-transform: uppercase;

    }
    .et_mobile_menu li.current-menu-item > a {
        color: #23D4BA;
    }

    .mobile_nav.closed #mobile_menu {
        background: rgba(51,51,51,0.9);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.4s 0s;
        -moz-transition: -moz-transform 0.4s 0s;
        transition: transform 0.4s 0s;
    }

    .mobile_nav.opened #mobile_menu {
        background: rgba(0,0,0,0.9);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-overflow-scrolling: touch;
        -webkit-transition: -webkit-transform 0.4s 0s;
        -moz-transition: -moz-transform 0.4s 0s;
        transition: transform 0.4s 0s;
    }

    #main-header .container.clearfix.et_menu_container {
        width: 100%;
    }

    .mobile_menu_bar:before {
        color: #fff!important;
    }
    .mobile_nav.opened .mobile_menu_bar:before {
        content: '\4d';
        color: #fff;
        z-index: 9999;
    }
    }

    @media only screen and  (max-width: 980px) {
      .et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {    
        z-index: 9999;
      }
      #et-top-navigation {    
        padding-right: 5px;
      }
    }

    @media only screen and (min-width: 481px)  {
      #mobile_menu {    
        width: 340px;    
        margin-left: calc(100% - 340px);
      }
    }
    @media only screen and (max-width: 480px)  {
      #mobile_menu {    
        width: 290px;    
        margin-left: calc(100% - 290px);
      }
    }


/*Gallery Styling*/


.disable-lightbox a {
pointer-events: none;
}
 
.disable-lightbox .et_overlay {
display: none !important;
}

#gallery-1 img, #gallery-2 img {
	border: none!important;
}

/*scrolling images*/

.slippery:hover {
	background-position: bottom center!important;
	transition: background-position 30s linear 0s;
}


/*Animation*/


.animated.slideInLeft, .animated.slideInRight, .animated.slideInUp {
	animation-duration:2s;
}


@-webkit-keyframes slideInLeft{
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}



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

.wpcf7 input.label {
	font-weight: normal;
	font-size: 12px;
	color:red;
}

/*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;
	float:right;
}

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

.wpcf7 #btn {
	float:none;
}

/*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;
	}
	
	.wpcf7-submit {
		width: 50%;
		float:left;
	}
}

@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;
	}	
	.wpcf7-submit {
		width: 50%;
		float:left;
	}
}

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

.form_half {
	width:100% !important;
	margin: auto;	
	padding: 5px 10px;
	}
	
.popup_outer_wrap .popup {
		padding: 10px;
	}
	.wpcf7-submit {
		width: 50%;
		float:left;
	}
}

/*back to top*/

.et_pb_scroll_top.et-pb-icon {
	background: #0923EE;
	}


/*equal blog columns on start*/

.bloggrid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bloggrid article {
        margin-bottom: 20px !important;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.bloggrid .post-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.bloggrid .column {
        margin-bottom: 20px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

/*Pricing tables*/


.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;
}

/*Footer Widgets Mobile*/

@media only screen and (max-width: 1180px) {
#footer-widgets .footer-widget:nth-child(n) {
float: none;
text-align: center;
	display: inline;
	padding:0 5% 0 0!important;
}
#footer-widgets .footer-widget:nth-child(n) .et_pb_widget {
float: none;
max-width: 100%;
}
}

/*download button*/

.wpdm-download-link.btn.btn-primary {
	background-color: #0923EE!important;
	border: none!important;
}

.wpdm-download-link.btn.btn-primary:hover {
	background-color: #23D4BA!important;
	border: none!important;
}


/*offsite list styling*/

.offsite_list ul {
  list-style: none!important;
  padding: 0;
}
.offsite_list li {
  padding-left: 1.3em;
}
.offsite_list li:before {
  content: "\f067"; /* FontAwesome Unicode */
  font-family: FontAwesome;
	color: #FFCB09;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em; 
}

/*social sharing*/

.scriptlesssocialsharing .button.facebook, .scriptlesssocialsharing .button.twitter, .scriptlesssocialsharing .button.linkedin, .scriptlesssocialsharing .button.email {
	background-color: black;
	border-radius: 5px;
	margin-right: 0.5vw;
	margin-top: 2vw;
}
	