/*
Theme Name: Theatre WP Child
Theme URI: 
Author: Curly Themes
Author URI: 
Description: Child Theme for Theatre WP Theme
Version: 1
Template: theatre-wp

*/
@import url("../theatre-wp/style.css");

::selection {
	background-color:#96f5fb;
	color:#181616;
}


.la_variete_accent{
	color:rgb(150, 245, 251) !important;
}

#absolute-footer{
	padding-bottom:0 !important;
}


small.lavariete_small{
	font-size:14px !important;
}


/*kalendar*/
.wcs-timetable--3 .wcs-timetable--monthly-calendar .wcs-date.wcs-date--selected span::after{
	background-color: #96f5fb !important;
}
.wcs-timetable--3 .wcs-timetable--monthly-calendar .wcs-date--selected span{
	color:#181616 !important;
}
.btn-link:focus{
	color:#96f5fb !important;
}
.hide_me{
	display:none !important;
}

/*logo size - navigation*/
.ct-logo__image {
  max-height: 124px !important;
}

/*navigation-padding too big*/
.ct-header{
	padding-top: 1px !important;
    padding-bottom: 1px !important;
}

/*stranica repertoar countdown*/
.wcs-timetable--5 .wcs-timetable--countdown.wcs-timetable--countdown-with-image .wcs-class__titles, .wcs-timetable--5 .wcs-timetable--countdown.wcs-timetable--countdown-with-image .wcs-class__countdown {
    background-color: rgb(0 0 0 / 75%) !important;
}



/*footer potpis*/
#block-7{
	flex:unset;
    max-width:100%;

	color:#a7a7a7 !important;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* da se lepo prelomi na mobilnom */
}

.footer-bottom .dev-signature {
  text-align: right;
}


/*stil za dodato dugme KUPI KARTU na excerptu -  vuce teminu boju*/
#kupi_kartu, .kupi_kartu a,
.wcs-modal--theatre_wp li.wcs-modal__action .wcs-btn,
    #single-wcs-event .wcs-btn{
	border-radius:23px !important;
	background-color:#BD322C !important;
    font-weight:700 !important;
	color:#fff !important;
	padding: 1vh 3vh !important;

}

/*na pop up dugme kupi kartu*/
.wcs-modal--theatre_wp li.wcs-modal__action a{
	background-color:#BD322C !important;
    font-weight:700 !important;
	color:#fff !important;
	padding: 1vh 3vh !important;
	border-radius:2px !important;
}


/*hidding reCaptcha badge*/
.grecaptcha-badge {
    display:none !important;
}

/*logo size - navigation*/
@media screen and (max-width: 500px) {
  .ct-logo__image {
    max-height: 60px !important;
  }
	#block-7{
		text-align:left !important;
	}
/*repertoar page padding fix*/
	#reperotar_page_1stSection{
		padding-top:5rem !important;
	}
/*repertoar slika sa framom na mobile centriram sredinu*/
	div.repertoar_img{
		        margin-left: 1vw !important;
        margin-bottom: 51px;
	}
}