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

div#by_pukkas_text a span.e-n-menu-title-text{
	color: #7C7878;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}


/* Contenedor para que en móvil haga scroll horizontal */
.schedule-wrapper {
  width: 100%;
  overflow-x: auto;
}

/* Celdas generales */
.schedule-table td {
  height: 55px;
  border: 1px solid #f3f3f3;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.schedule-table .teacher {
  display: block;
  font-size: 10px;
  opacity: 0.7;
}

.schedule-table td.rocket  { background: #FFE2C3; }

.schedule-table td.ashtanga  { background: #E0F3FF; }

.schedule-table td.mysore  { background: #CCE1FE; }

.schedule-table td.flow,
.schedule-table td.sunrise { background: #FFF6D3; }  

.schedule-table td.hatha   { background: #FFE6EF; }


/* Notita bajo la tabla */
.schedule-note {
  font-size: 11px;
  color: #999;
  margin-top: 8px;
}

/* Responsive: tamaño de fuente algo menor en móvil */
@media (max-width: 768px) {
  .schedule-table {
    font-size: 12px;
  }
  .schedule-table .class-name {
    font-size: 11px;
  }
  .schedule-table .teacher {
    font-size: 9px;
  }
}
