/* 
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 */
html,body{
	font-size: 16px;
}
 .rhp-event__title--grid{
	text-transform: capitalize!important;
}
.rhp-events-event-image{
	height: 30vh;
}
.ctaBox{
	position: relative;
    margin: 100px 0px 0px 0px;
}
.rhp-events-event-image img{
	border-radius: 10px;
}
.eventMainWrapper *{
	margin: 0px!important;
}
.btn-primary{
	padding:0.5rem 1rem 0.5rem 1rem!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;
}

@media (max-width: 767px) {
    .eventWrapper .rhp-event-info *{
        padding: 0rem;
    }
	.rhpEventDetails{
		height: 0px!important;
		padding: 0px!important;
	}
}