/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/

.event-listing, .promotion-listing {
	margin:0 auto 60px auto;
}

.event-listing .list {
	margin: auto;
	padding: 0;
	display:grid;
	max-width:1140px;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width:768px) {
	
.event-listing .list {
    grid-template-columns: repeat(3, 1fr);
}
}

.event-listing   h2 {
	font-weight: 700;
	
    margin: -14px 10px 55px 10px;
}

@media screen and (min-width:768px) {
	
.event-listing   h2 {
	
    margin: -14px 55px 55px 55px;
}

}

@media screen and (min-width:1024px) {	
.event-listing   h2 {
	
    margin: -14px 0px 55px 0px;
}
}
.event-listing .item {
	list-style:none;
	background-color:#4C2B21;
	color:#dbdbdb;
}

.event-listing .item figure,
.event-listing .item img{
	width:100%;
	margin: 0;
	
}

.event-listing .item figure {
	position: relative;
	padding-bottom:42%;
	display: block;
}

@media screen and (min-width:768px) {
	

.event-listing .item figure {
	padding-bottom:80%;
}
}
.event-listing .item figure img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	object-fit:cover;
	width:100%;
	height: 100%;
	display: block;
}

.event-listing .item .text-box {
	padding:10px;
	text-align: center;
	
}
.event-listing .item .date {
	
    color: #b39573;
    font-weight: 700;
}

.event-listing .no-event {
	color:#fff;
	text-align: center;
    margin: 30px auto;
}
.event-listing .contact {
	text-align: center;
	margin:30px 20px;
}
.event-listing .contact p {
	color:#fff;
	margin:30px;
}
.event-listing .contact .btn {
	font-family: "Cormorant Garamond", Serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 3.6px;
    fill: #b39573;
    color: #b39573;
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #b39573;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 40px 15px 40px;
}

.promotion-listing .desc {
	color:#fff;
	margin:55px 20px;
}

@media screen and (min-width:768px) {
	
.promotion-listing .desc {
	margin:55px 55px;
}

}

@media screen and (min-width:1024px) {
	
.promotion-listing .desc {
	margin:55px 0px;
}

}
.promotion-listing .list {
	margin: 0;
	padding: 0;
	
}
.promotion-listing .item {
	list-style: none;
	background-color:#4C2B21;
color:#fff;
	margin-bottom: 20px;
}

.promotion-listing .item .text-box { 
	padding:30px 30px;
	text-align: center;
}


.promotion-listing h3{
	font-weight:700;
}


.promotion-listing h2 {
	font-weight: 700;
    margin: -14px 10px 55px 10px;
} 
@media screen and (min-width:768px) {
	
.promotion-listing h2 {
	font-weight: 700;
    margin: -14px 55px 55px 55px;
} 
}

@media screen and (min-width:1024px) {
	
.promotion-listing h2 {
    margin: -14px 0px 55px 0px;
} 
}
.promotion-listing .item figure {
	position: relative;
	padding-bottom:50%;
	display: block;
}
.promotion-listing .item figure img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	object-fit:cover;
	width:100%;
	height: 100%;
	display: block;
}

@media screen and (min-width:768px) {

.promotion-listing .item {
	display: flex;
	align-items: center;
	background:none;
}

.promotion-listing .item:nth-child(2n+2) {
	flex-direction: row-reverse;
}
.promotion-listing .item figure {
	width:40%;
    z-index: 2;
	display: block;
	padding-bottom:25%;
	}
	
.promotion-listing .item figure img{
	display: block;
	}
	
	
	.promotion-listing .item .text-box{
		width:65%;
	background-color:#4C2B21;
    z-index: 1;
		margin-left:-5%;
		
    padding-left: calc(5% + 30px);
		
    min-height: 300px;
		display: flex;
		
        align-items:center;
        justify-content:center;
		flex-direction:column;
		
	}
	
	
@media screen and (min-width:768px) {
	.promotion-listing .item .text-box{
		
        align-items:baseline;
		text-align: left;
	}
	}
	
.promotion-listing .item:nth-child(2n+2)  figure{
	margin-left:-5%!important;
	}
	.promotion-listing .item:nth-child(2n+2)  .text-box{

		margin-left:0%;
		padding-left:30px;
    padding-right: calc(5% + 30px);
}
	
	}



@media screen and (min-width:1024px) {

	.promotion-listing .item .text-box{
	
		
    min-height: 360px;
	}
}