/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.gradient + * h1,
.gradient + * h2,
.gradient + * h3,
.gradient + * h4,
.gradient + * h5,
.gradient + * h6 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2587E3), color-stop(100%, #04DEEA));
    background: -moz-linear-gradient(270deg,#2587E3 0,#04DEEA 100%);
    background: -webkit-linear-gradient(270deg, #2587E3 0, #04DEEA 100%);
    background: -o-linear-gradient(270deg,#2587E3 0,#04DEEA 100%);
    background: -ms-linear-gradient(270deg,#2587E3 0,#04DEEA 100%);
    background: linear-gradient(1deg, #2587E3 0, #04DEEA 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

table.lessons td, table.lessons th {
	border:1px solid #fff !important;
}

span.light {
	font-weight:100;
}

body {
	overflow-x: hidden;
}

.custom-categories-widget {
    padding: 20px;
    background: #fff;
}

.custom-categories-widget .widget-title {
    font-size: 18px;
    color: #2a6db0; /* μπλε τίτλος */
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-item {
    margin-bottom: 12px;
}

.category-item a {
    text-decoration: none;
    color: #888; /* γκρι όπως στην εικόνα */
    font-size: 15px;
    transition: color 0.2s ease;
}

.category-item a:hover {
    color: #2a6db0; /* μπλε hover */
}


[type=button], [type=submit], button {
    background-color: #066aab;
    border: none;
    border-radius: 3px;
}




table#table1 {
    color: #fff;
}

thead th, #table1 th {
    font-weight: bold;
    background: #00dee9 !important;
    color: #fff;
}

tr, td, th {
    border: 1px solid #fff !important;
}

.lesson a {color: #fff!important;}
.lesson a:hover {color: #56CCD9!important;}
.omada {display: none!important;}
.lesson-title {padding-right: 15px!important;}
#search-filter-results-1513 p {color: #fff!important;}


.sxoles .rotation-icon {
	text-align:center;
    width: 120px;
    margin: 20px auto;
}


@media (min-width: 751px) {
    .sxoles .rotation-icon, .sxoles .rotation-msg {
        display: none !important;
    }
}
