/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.pp-post-terms-wrap {
margin-top: -30px;	
}
.pp-post-terms{
	pointer-events: none;
}
.pp-post-thumbnail img {
    width: 97%;
	height: 210px;
    float: right;
}
.pp-post-title, .pp-post-excerpt{
	padding-left: 20px;
}
/*******************Event Details*********************/
.event-details .content .eventdetail-img .event-img img{
	width: 100%;
    height: 470px;
    object-fit: cover;
}
.event-details .content .event-info{
	display: flex;
	gap: 10px;
	align-items: center;
	position: relative;
    bottom: 90px;
}

.event-details .content .event_title > a {
    width: 100%;
    color: #C10B31;
    font-weight: 500;
    font-size: 33px;
    line-height: 45px;
    font-family: 'Poppins';
    background: #fff;
    max-width: 65%;
	margin-bottom: 20px;
}
.event-details .content .event_startDate {
	width: 8.5%;
	margin-left: 10px;
}
.event-details .content .event_startDate p {
    background: #C10B31;
    color: #fff;
    text-align: center;
    font-size: 33px;
	padding: 10px 0 10px 0;
	line-height: 35px;
    text-transform: uppercase;
}
.event-details .content .event-info .event_title {
    border-bottom: 2px solid #C10B31;
	padding: 50px 30px 20px 30px;
	background-color: #FFFFFF;
	width: 55%;
}
.event-details .content .event-info .event_title p {
	color: #707070;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}
.event-details .content .event-info .event_location_time {
	display: flex;
	align-items: center;
	gap: 18px;
    width: 34%;
	height: 100%;
    position: absolute;
    right: 0;
    top: 30%;
}
.event-details .content .event-info .event_location_time .event_time img {
	margin-right: 10px;
	    vertical-align: middle;
}
.event-details .content .event-info .event_location_time .event_time, .event-details .content .event-info .event_location_time .event_location{
	color: #707070;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
}
.event-details .content .event-info .event_location_time .event_location img {
	margin-right: 10px;
	    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
.event-details .content .event-info{
	flex-direction: column;
	bottom: 50px;
}
.event-details .content .eventdetail-img .event-img img{
	height: 260px;	
}
.event-details .content .event-info .event_title {
	padding: 5px 30px 20px 30px;
}
.event-details .content .event_startDate {
    width: 100%;
    margin-left: 0px;
}
.event-details .content .event_startDate p{
	font-size: 24px;
	padding: 5px 0px;
}
.event-details .content .event-info .event_title{
	width: 100%
}
.event-details .content .event_title > a{
	font-size: 24px;
	line-height: 34px;
}
.event-details .content .event-info .event_location_time{
    width: 100%;
    position: relative;
	justify-content: space-around;
}
}


   