/* xl - DESKTOP STYLES */ 
@media (min-width: 1441px) {
  /*Calendario*/
  .jet-calendar-caption__select-wrapper:hover {
  	color: var(--e-global-color-accent) !important;
  }
  
  /*Icone de recorrente nas cards*/
  .recurring-big .evento-recorrente .icon-repeat {
  	font-size: 20px;
  }
}

/* lg - TABLET LANDSCAPE STYLES */ 
@media (min-width: 1024px) and (max-width: 1440px) {
  /*Calendario*/
  .jet-calendar-caption__select-wrapper:hover {
  	color: var(--e-global-color-accent) !important;
  }
  
  /*Icone de recorrente nas cards*/
  .recurring-big .evento-recorrente .icon-repeat {
  	font-size: 20px;
  }
}

/* md - TABLET PORTRAIT STYLES */ 
@media (min-width: 768px) and (max-width: 1023px) {
  /*Icone de recorrente nas cards*/
  .evento-recorrente .icon-repeat, .evento-past .icon-check {
  	font-size: 14px !important;
  }
}

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (min-width: 641px) and (max-width: 767px) {
  /*Icone de recorrente nas cards*/
  .evento-recorrente .icon-repeat, .evento-past .icon-check {
  	font-size: 14px !important;
  }
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 640px) {
  /*Icone de recorrente nas cards*/
  .evento-recorrente .icon-repeat, .evento-past .icon-check {
  	font-size: 14px !important;
  }
}

/* RETINA DISPLAY STYLES */ 
/*Break by Month Styling*/
.jet-month-group {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px !important;
	margin-top: 40px !important;
	align-items: self-end;
	width: 100%;
}
h4.jet-month-group:first-of-type {
	margin-top: 24px;
}
.jet-month-group span.break-month, .jet-month-group span.break-year {
	line-height: 100%;
}
.jet-month-group span.break-year {
	font-size: 14px;
}

/*Calendario*/
.jet-calendar-week__day-content {
	display: flex;
  flex-wrap: wrap;
	gap: 8px;
}
td.jet-calendar-week__day {
	padding: 8px !important;
}
.jet-calendar-header__week-day {
	border-left-width: 1px !important;
	text-align: right;
}
.jet-calendar-week .jet-calendar-week__day:last-child {
	border-right-width: 0 !important;
}
.jet-calendar-week__day:first-child, .jet-calendar-header__week-day:first-child {
	border-left-width: 0 !important;
}
.jet-calendar-week:last-child .jet-calendar-week__day {
	border-bottom-width: 0 !important;
}
.jet-calendar-caption .select-month::after, .jet-calendar-caption .select-year::after {
  font-family: 'icon-font-skill';
  content: "\eb96";
	margin-left: 4px;
}
.jet-calendar-caption__select-wrapper {
	text-decoration: none;
}

/*Filtro de calendario*/
.jet-date-period__datepicker.date {
	margin-right: 0 !important;
}
.jet-date-period__datepicker-button {
	 justify-content: space-between;
   min-width: 126px;
}
.events_calendar_side-list {
	max-width: 320px;
	min-width: 280px;
}
.datepicker--cell.-disabled- {
	opacity: .6;
	color: var( --e-global-color-primary ) !important;
	background-color: transparent !important;
}
	
/*Icone de recorrente nas cards*/
.evento-recorrente-home .evento-recorrente {
	background-color: var(--e-global-color-text);
}
.evento-recorrente .icon-repeat {
	color: var(--e-global-color-primary);
}
.evento-recorrente-small .evento-recorrente {
	width: 24px;
	height: 24px;
}
.evento-recorrente-small .icon-repeat {
	font-size: 12px;
}
.evento-recorrente-sem-bg .evento-recorrente {
	background-color: transparent;
	-webkit-mask: none;
	mask: none;
}
.evento-recorrente-sem-bg .icon-repeat, .evento-recorrente-sem-bg .icon-check {
	color: white;
}
.recurring-always-big .evento-recorrente .icon-repeat {
	font-size: 20px;
}
.recurring-small .icon-repeat, .recurring-small .icon-check {
	font-size: 14px !important;
}

/*Shortcodes*/
.eventos-date-box p, .eventos-date-box h2 {
	color: var(--e-global-color-078bb89);
}

/*Card eventos passados*/
.is-past .imagem-card::before, .dark-theme .is-past .imagem-card::before {
	opacity: 0.4 !important;
}

