.page-content {
	margin-top: 64px;
}
.event-detail-main {
	/*width:90%;*/
	max-width:1400px;
	padding:40px;
	margin: 0 auto;
}
.back-calledar-but {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
	margin-left: 40px;
}
.back-calledar-but img{
	padding-top:1px;
}
.event-detail{
  position: relative;
  display:flex;
  margin-top:30px;
  margin-bottom:20px;
  height:500px;
}
.event-right-img img{
	height: 500px;
  width: auto;        /* auto width */
  max-width: 100%;    /* don’t overflow container */
  object-fit: contain;
  object-position:top right;
  display: block;	
  
}
.event-detail-left{
	width:30%;
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:space-between;
}
.event-right-img {
    width: 70%;
    justify-content: right;
    display: flex;
	vertical-align:top;
}
.event-content-top{
	vertical-align:top;
}
.event-content-bottom{
	vertical-align:top;
}
.event-content-space{
	min-height:30px;
}

.eve-details-name {
	font-family: poppins;
	font-size: 18pt;
	color: #751625;
	font-weight: bold;
	
}
.eve-details-by {
    font-family: poppins;
    font-size: 16pt;
    color: #751625;    
}
.eve-detail-date {
    color: #a3783e;
    font-size: clamp(12px,2vw,24px);
}
.eve-detail-time {
	font-family: poppins;
	font-size: 24px;
	color: #a3783e;
	font-weight: bold;
}
.eve-venue-name {
    font-size: 21px;
    color: #a3783e;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-top: -10px;
	margin-bottom: 20px;
}
span.back-cal-text {
    font-size: 12px;
    font-weight: 800;
    color: #a3783e;
    
}
.eve-cal-rect-but {
    display: inline-block;
    background-color: #751625;
    height: 30px;
    line-height: 30px;
    width: 150px;
    color: white;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.event-info-header {
    color: #664921;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: -50px;
    font-weight: 400;
}
.event-info {
    color: #7a5a2b;
    font-size: 18px;
    margin-bottom: 30px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: none !important;
    width: 100%;
}
.mob-sec-top{
	display:flex;
	flex-direction:row;
	width:100%;
}
.mob-sec-top-right{
	float:right;
}
.mob-img{
	width:100%;
}
.event-mob-detail{
	display:none;
	margin-top:20px;
}
.mob-sec-top-right {
    width: 30%;
    text-align: right;
}
.mob-sec-top-left {
    width: 70%;
}
/*smaller screens */
@media (max-width: 1024px) {
    /* mobile styles here */

	/*Elementor Page Header*/
	section[data-id="033eceb"] {
		display: none;
	}
	.event-detail{
		display:none;
	}
	.event-mob-detail{
		display:block;	
	}
	.eve-details-name.mob{
		text-transform:capitalize;
	}
	.event-info-header{
		margin-top:0;
	}
	.back-menu-pan{
		width:100%;
		background-color:#f9f6ef;
		position:sticky;	
		max-height: 200px;    
		padding-right: 20px;
		padding-left: 20px;
		padding-top:30px;
		padding-bottom:10px;
		z-index:10;
	}
	.back-menu-pan::before {
	  content: "";
	  position: absolute;
	  top: 0; 
	  width: 94%;
	  height: 8px;
	  border-top: 4px solid #a3783e;   /* thick line */
	  border-bottom: 1px solid #a3783e;/* thin line */
	  margin-top:20px;
	}
	.back-calledar-but {
		margin-left: 0;
	}
}

/*mobile specific*/
@media (max-width: 768px) {
	.back-menu-pan{	
		padding-top:10px;

	}
	.back-menu-pan::before {
		margin-top:-20px;
	}
}