/* Mobile view logo size

@media only screen and (max-width: 425px) {
  #sp-header .logo img {
    width: 200px !important;
  }
}
 
Mobile view logo size */

/* Mobile view arrow size and position */
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
    padding: 5px 150px;
    font-size: 25px;
}
/* Mobile view arrow size and position */

.sp-page-title .breadcrumb {
    display:none;
}

/* Contact Form */
select,
textarea,
.uneditable-input {
  height: 180px !important;
}
/* Contact Form */

.offcanvas-menu .offcanvas-inner {
    padding: 20px;
        padding-top: 20px;
    padding-top: 50px;
}

.sp-copyright{  
    color: #fff;
}

/* 
#sp-courses.sp-courses div.spkgarten-row div.spkgarten-col-sm-6.spkgarten-col-sm-4 div.sp-kidzy-course div.course-description ul.course-info li.fee{
  display:none;
}
*/ 

/*remove fee, class size and diathesimotita from Classes-Courses*/

.sp-kidzy-class ul.class-info > li:last-child{
  display:none;
}
.sp-kidzy-course ul.course-info > li:last-child{
  display:none;
}

.sp-kidzy-class ul.class-info > li:nth-child(2){
  display:none;
}
.sp-kidzy-course ul.course-info > li:nth-child(2){
  display:none;
}

.sp-kidzy-class ul.class-info > li > a span {
    font-size: 12px;
}

.sp-kidzy-class .admission-availability {
		display:none;
}
.sp-kidzy-course .admission-availability {
		display:none;
}
/*remove fee, class size and diathesimotita from Classes-Courses*/

/*remove teachers from Courses*/
.spkgarten-container > div:nth-child(2){
	display:none;
}
.spkgarten-teachers-wrapper{
	display:none;
}
/*remove teachers from Courses*/

/*remove filters from Courses*/
#sp-courses-filter{
	display:none;
}

/*disable hover from Subjects courses*/
.subject-list li.panel{
	pointer-events: none;
}

/*Benefits content font family and size*/
.sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
}

/*Course header font size HP*/
.sp-kidzy-class .class-name {
    font-size: 27px;
}

/* Τμήματα Μαθημάτων disable dropdown and child menu*/
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner{
	display:none;  
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  	display:none; 
}
/* Τμήματα Μαθημάτων disable dropdown and child menu*/