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

/* Complianz */
#cmplz-document a {
    color: #E10918;
}
#cmplz-document .cc-revoke-custom {
    color: #fff;
}
/* CUSTOM EVENT DISPLAY */

/*removing header with search*/
#custom-el .wpem-event-listings-header{display: none;}
/*removing the picture and setting up the date*/
/*#custom-el .custom-box-event .wpem-event-banner{
    width: 20%;
    float: left;
}
#custom-el .custom-box-event .wpem-event-infomation{
    width: 80%
}*/

#custom-el h3.wpem-heading-text {
    width: 80%;
    float: right;
    margin-top: -50px;
}
#custom-el .wpem-event-infomation .wpem-event-action-url.event-style-color {
    display: none !important;
}
#custom-el .wpem-event-infomation .wpem-event-details .wpem-event-action-url.event-style-color {
    display: block !important;
    margin-top: -7px;
}


/*customisation*/
#custom-el .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
    background-color: #E10918;
    border: none;
	font-family: "Glacial Indifference";
}
#custom-el .wpem-event-listings.wpem-event-listing-box-view .custom-box-event .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img{
    background-color: #E10918;
	height: 50px;
}
#custom-el .wpem-event-listings.wpem-event-listing-box-view .custom-box-event .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img .wpem-from-date{
    box-shadow: none;
    background-color: #E10918;
	padding: 0 10px;
	margin-top: -2px;
}
#custom-el .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date{
    color: #fff;
	font-family: "Glacial Indifference";
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 4px;
}
#custom-el .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month{
    color: #fff;
	font-family: "Glacial Indifference";
	font-weight: 400;
	font-size:  21px;
	text-decoration: underline;
}
#custom-el .wpem-event-listings .custom-box-event  .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{
    color: #fff;
	font-weight: bold;
	font-size: 23px;
	overflow: initial;
}
#custom-el .wpem-event-listings .custom-box-event  .wpem-event-infomation .wpem-event-details p{
    color: #fff;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
}

#custom-el  .wpem-event-listings .custom-box-event .wpem-event-infomation .wpem-event-details .wpem-event-title {
    margin: 0;
}

#custom-el .wpem-event-listings .custom-box-event  .wpem-event-infomation .wpem-event-desc {
	height: 48px;
	max-height: 48px;
	overflow: hidden;
}


/* CUSTOM ARTICLES */

/*removing the icons & separator*/
#customblog .fa {display: none}
#customblog .premium-blog-meta-separator {display: none}

/*moving the category + styling*/
#customblog .premium-blog-post-categories a {
    display: block;
    float: left;
    position: absolute;
    margin-top: -55px;
    margin-left: 30px;
    padding: 4px 12px 4px 12px;
    background-color: #B0100F;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

/*styling the tags*/
#customblog .premium-blog-post-tags-container .premium-blog-post-tags a{
    padding: 3px 8px 5px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #E5081D;
    border-radius: 20px;
    color: #E5081D;
	line-height: 35px;
}

/*setting font sizes for responsive*/
#customblog .premium-blog-content-wrapper .premium-blog-inner-container .premium-blog-entry-container .premium-blog-entry-title a{
	overflow: hidden;
}



/* Make image clickable in blog posts */
.premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumb-effect-wrapper .premium-blog-thumbnail-overlay .elementor-icon {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}

/* EVENTS*/
/* Hide owner */
.event_listing-template-default .wpem-row .wpem-single-event-short-info .wpem-event-organizer {
    display: none;
}
/* Justify content from event */
.event_listing-template-default .wpem-single-event-body .wpem-row .wpem-single-event-left-content .wpem-single-event-body-content {
    text-align: justify;
}
/*Custom register button color*/
.event_listing-template-default .wpem-main .wpem-single-event-body .wpem-event-sidebar-button .registration_button.wpem-theme-button {
    background: #E10918;
}