/* 
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: 3.3.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
*/

.post-password-form{
	padding:50px;
}
.post-password-form input[type="submit"]{
	position:relative;
	top:10px;
}
.event-post-wrapper{
	   display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	 grid-template-columns: repeat(2,1fr);
	    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
	--grid-column-gap: 20px;
--grid-row-gap: 20px;
}


.event-post-loop {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px;
    border-color: #E7E7E7;
	position:relative;
}

.event-post-loop .post-thumnail{
padding-bottom: calc( 0.37 * 100% );
top: 0;
left: 0;
right: 0;
bottom: 0;
position:relative;
overflow: hidden;
}

.event-post-loop .post-thumnail img {
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
	display: block;
	width: 100%;
	max-height: none;
	max-width: none;
	border: none;
	box-shadow: none;
}

.event-post-info{
	padding:5px 15px 20px 15px;
}

.event-post-loop p{
	font-family: "Roboto", Sans-serif;
}

.event-post-loop h2{
	font-size:1.5em;
	font-family: "Roboto", Sans-serif;
}

.event-post-loop p.date{
	color:#57616E;
	padding-bottom:50px;
}

.event-post-loop .read-more{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:#EBEBEB;
	padding:6px 15px;
	text-align:center;

}

.event-post-loop .read-more a{
	color:#57616E;
}

.tribe-common .tribe-common-c-btn, .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #F48440!important;
	color:#fff!important;
}


#footer p{
	margin-bottom:5px;
}

@media(max-width:510px){
	.event-post-wrapper	{
		grid-template-columns:none;
	}
}
