/**
 * Theme Name:     Riff Child
 * Author:         AncoraThemes
 * Template:       riff
 * Text Domain:	   riff-child
 * Description:    Riff is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 */

/** page Concerts */
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop{ 
background-color: #142222 !important;

}
button.tribe-events-c-subscribe-dropdown__button-text {
  background-color: #D22C39 ;
  color: white; /* pour garder le texte lisible */
}

/** Page Accompagnements */
.sc_action_item_image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}


.portfolio_page_details_wrap{
	display:none !important;
}

.tribe-common img{
	max-width:80% !important;
}

.tribe-events .datepicker .day,.tribe-events .datepicker .datepicker-switch{
	    color:black !important;
}

/** ajout bouton billetterie */
a.accordeur-ticket-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-top: 36px !important;
    padding: 15px 50px !important;

    background: linear-gradient(180deg,#b42cff 0%,#8d18d7 100%) !important;
    color: #ffffff !important;

    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;

    border-radius: 0 !important;
}

a.accordeur-ticket-btn:hover{
    background:linear-gradient(180deg,#8d18d7 0%,#6d0fb0 100%) !important;
}

/** suppression page concert des metas inutiles */

.tribe-events-venue-map,
.tribe-events-single-section.tribe-events-event-meta.secondary {
    display:none !important;
}

.tribe-events-single-section.tribe-events-event-meta.primary {
    display:none !important;
}

/** calendrier page concert couleur*/
.tribe-events .datepicker .prev, .tribe-events .datepicker .next,  .tribe-events .datepicker .datepicker-switch {
	background-color : #142222 !important;
	color: white !important;
}

/** Page 404 */
.error404 .top_panel_title {
    display: none !important;
}