/* 	
Theme Name: aducate child
Theme URI: https://growinglemon.nl/
Description: Heeft u vragen over het thema? Neem dan contact op met: hello@growinglemon.nl
Author: Growing Lemon
Author URI: https://growinglemon.nl/
Template: aducate
Version: 1.0
Text Domain: aducate-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html 
*/


/* Add your custom styles here */


.am-ec__period-date__month .year-span,
.am-ec__period-date__month .day-span {
 display: inline-block !important;
  color: var(--am-c-ec-text-op80) !important;
  padding-left: 4px !important;
}

@media only screen and (min-width: 769px) {
    .am-ec__period-date__month .year-span,
    .am-ec__period-date__month .day-span {
        display: block !important;
        padding-left: 0 !important;
    }
}