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

/* All button styles */


html,body{
	font-size: 16px;
}
.rhp-pagination .rhp-page-text-option:not(.rhp-pagination .rhp-current-page), .rhp-pagination .rhp-page-num-option:not(.rhp-pagination .rhp-current-page){
	color: #000000;
}
.rhp-pagination .rhp-page-text-option:hover{
	color: #ffffff!important;
}
.rhp-pagination .rhp-page-num-option:hover{
	color: #ffffff!important;
}
.rhp-pagination{
	margin: 20px;
}
.gridLayout{
	height: 100%;
}
.eventWrapper > div:last-child > div{
	align-self: end;
}
.eventWrapper > div:first-child > div{
	align-self: flex-start;
}
.eventWrapper > div {
	align-content: space-between;
}
.eventMainWrapper .rhp-events-event-image img:not(#RhpEventsSingle .rhp-events-event-image){
	filter: saturate(50%);
	transition: transform .2s cubic-bezier(.455, .03, .515, .955),
	            filter .2s cubic-bezier(.455, .03, .515, .955);
}

.eventMainWrapper .rhp-events-event-image img:hover{
	transform: scale(1.05)!important;
	filter: saturate(100%)!important;
}

.rhp-events-event-image{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.eventMainWrapper .rhp-event-cta-list, .eventMainWrapper .eventTitleDiv, .eventMainWrapper{
	padding: 0px!important;
}


.eventMainWrapper{
	margin-bottom: 1em;
	margin-right: 1em;
	margin-top: 2em;
	max-width: 23%!important;
}
#RhpEventsSingle{
	margin-top: 50px!important;
}
.justAnnouncedIndicate{
	font-family: "Libre Franklin";
	color: var(--e-global-color-primary);
}
@media(max-width: 950px){
	.eventMainWrapper{

	max-width: 100%!important;
}
}
/* SOLD OUT overlay */
.eventMainWrapper:has(.sold-out) .rhp-events-event-image::before{
	content: "";
	height: 100%;
	width: 100%;
	z-index: 2;
	position: absolute;
	mix-blend-mode: overlay;
	background-color: #c34b44;
	pointer-events: none;
}
.eventMoreInfo{
	display: none!important;
}
.home .ha-breadcrumbs{
	display: none!important;
}
 .rhp-event__title--grid{
	text-transform: capitalize!important;
}
.rhp-event-cta-list.rhp-event__cta--grid *{
	width: 60%
}
.rhp-events-event-image:not(#RhpEventsSingle .rhp-events-event-image){
	height: 30vh;
}
.rhp_events-template-default .ha-breadcrumbs{
	display: none!important;
}
.ctaBox:not(#RhpEventsSingle .ctaBox){
	position: relative;
    margin: 100px 0px 0px 0px;
}
#RhpEventsSingle .ctaBox{
	padding-top: 10px!important;
}
.rhp-events-event-image img{
	border-radius: 10px;
}
.eventMainWrapper *{
	margin: 0px!important;
}
.btn-primary{
	padding-left: 15px!important;
	padding-right: 15px!important;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
}
.rhp-event-info, .eventMonth, .rhp-event-cta-list{
	padding:.5rem 0rem .5rem 0rem;
}
.rhp-event__age-restriction--grid{
	display: none;
}

.pagination .searchPageNumber,
.pagination .searchPageText {
	color: var(--e-global-color-primary)!important;
	font-family: 'Cousine';
	font-size: 1em !important;
	border: none !important;
	text-decoration: none;
}

/* active page */
.pagination a.curentPage {
	color: var(--e-global-color-accent) !important;
	background-color: transparent !important;
}

/* hover effect */
.pagination a:hover {
	color: var(--e-global-color-accent) !important;
	background-color: transparent !important;
}
.gridLayout #eventDate.singleEventDate{
		padding: 20px 0px 0px 0px!important;
	}
	
	.rhp-event-info *{
		padding: 0px;
	}
	.rhp-event-info {
		margin: 15px 0px 15px 0px!important;
		padding: 0px!important;

	}

/* Password Protection */

.post-password-required{
	height: 80vh;
	align-content: center;
}

input[type='password']{
	border-width: 0px;
    border-radius: 2px;
	background-color: #F5F5F5;
}
#pwbox-309839:focus,
#pwbox-309839:focus-visible,
input[type="password"]:focus,
input[type="password"]:focus-visible {
    outline: none;
	border-color: var(--e-global-color-accent);
    box-shadow: none;
}

.post-password-form label{
	font-size: 20px;
}
@media (max-width: 767px) {
  
	.eventMainWrapper{
		margin: 15px 0px 15px 0px!important;
	}
	
	.rhp-event-cta-list.rhp-event__cta--grid *{
		width: 100%;
	}
	
	.rhpEventDetails{
		height: 0px!important;
		padding: 0px!important;
	}
	.post-password-required p{
		padding: 25px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 15px
}
}