.events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;      
  row-gap: 60px;          
  align-items: start;
  max-width: 1120px;      
  margin: 0 auto;
  padding: 40px 0;
padding-top: 20px;
}


.event-card {
  display: flex;
  flex-direction: column;
}


.event-card-image {
  width: 100%;
  margin: 0 0 22px 0;
}

.event-card-image a {
  display: block;
}

.event-card-image img {
  width: 100%;
  height: 214px;
  aspect-ratio: 1 / 1;     
  object-fit: cover;
  display: block;
        border: 1.3px solid #c9c9c9;
    position: relative;
    top: 10px;
}

.event-title {
  margin: 0 0 18px 0;
        font-size: 27px;
        font-family: 'newsgoth_btroman';
        font-weight: normal;
	line-height: 38px;
}

.event-title a {
  color: #1177b8;          
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.event-title a:hover {
  color: #0d5f93;
}

.event-meta {
  font-size: 15px;
  color: #222;
}

.event-meta p {
    margin: 0px !important;
}

.event-meta strong {
  font-weight: 700;
}


.event-excerpt {
  margin: 0 0 22px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  max-width: 520px; 
}


.event-btn {
  display: inline-block;
  align-self: flex-start;
  background: #f39c12;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 6px;
  transition: background 0.2s ease, transform 0.05s ease;
}

.event-btn:hover {
  background: #e08e0b;
  transform: translateY(-1px);
}

.iabc-event-pager {
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}

.c-w1 {
    padding-left: 0;
    padding-right: 0;
    width: 110%;
}

.entry-content.naveed img {
        border: 1.3px solid #c9c9c9;
margin: 0 auto;
    display: block;
    max-width: 100%;
}

a.iabc-btn.iabc-btn--eventbrite {
    background: #f47424;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

p.iabc-event-cta {
    display: flex;
    justify-content: end;

}

p.iabc-event-title {
    font-size: 27px !important;
    font-family: 'newsgoth_btroman';
    font-weight: bold;
    text-align: left;
    margin-top: 30px ! Important;
}

    .single-event #content .c-w1 {
		padding-left: 35px;
    	padding-right: 70px;

	}


.page-id-21 h1.entry-title{
    right: 0px;
}


p.iabc-event-cta {
    position: absolute;
    right: 0px;
    margin-top: 20px!important;
}

a.back-to-listing {
    font-size: 34px;
    font-family: 'newsgoth_lt_btlight';
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
	opacity:1;
}
    .back-to-listing:hover {
        text-decoration: none;
        opacity: 0.8;
    }

.iabc-bottom-cta {
    display: flex;
    justify-content: end;
}

.iabc-bottom-cta {
    display: flex;
    justify-content: end;
}

.event-meta{
	margin-bottom: 10px;
}


.speaker-image{
position:relative;
	top:10px
}


.single-event h2{
        margin: 25px 0 30px 0;
        font-size: 27px;
        font-family: 'newsgoth_btroman';
        font-weight: normal;
        line-height: 1.25;
        color: #f47424;
}

.speaker-container i{
	background-color: #0574b3;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
}

.single-event h3{
	margin: 15px 0 5px 0;
}

.event-card.nt h3 {
    margin-top: 15px;
}


@media (max-width:1250px) {
#subnav{
	top: 20px;
}
	.page-id-21 .entry-content{
		    display: block;
    max-width: 660px;
	}

}

@media (max-width:1080px) {

}

@media (max-width:1080px) {
#subnav{
	top: 40px;
}
div#subnav.aside {
    margin-top: 10px;
    padding-left: 20px;
}
	.page-id-21 #main .m-w3{
        position: relative;
        top: 3px;
}
.single-event  .entry-content.naveed {
    max-width: 700px;

}
	p.iabc-event-cta{
		right: 30px;
	}
}


/*
@media (min-width: 1190px) {
	#content {
	        max-width: 740px ! Important;
        width: 100% !important;
	}
}
*/

@media (max-width: 980px) {
.page-id-21 .entry-content {
    display: block;
    max-width: 640px;
}
  .events-grid {
    column-gap: 40px;
    padding: 30px 16px;
  }

  .event-title {
    font-size: 24px;
    margin-top: 20px ! Important;
  }

	.single-event #content .c-w1{
		padding-right: 60px;
		        padding-left: 0;
	}
	.iabc-bottom-cta{
		padding-right: 10px;
	}

}

@media (max-width: 720px) {
  .events-grid {
    grid-template-columns: 1fr; 
        row-gap: 30px;
  }

  .event-excerpt {
    max-width: 100%;
  }

    p.iabc-event-cta {
        display: flex;
        justify-content: start;
        position: relative;
        right: 0;
        top: -10px;
    }
	.single-event .entry-content.naveed{
        margin-right: 0;
	}
	.speaker-container{
		flex-flow:column;
		justify-content: start;	
		align-items:start;
	}
	.speaker-container img.speaker-image{
		margin:inherit;
		top:0;
	}
	.iabc-bottom-cta {
		display: flex;
		justify-content: start;
		margin-top:30px;
	}
	.single-event h2{
		line-height: 1.25;
	}

}

@media (max-width: 650px) {
		.single-event .entry-title {
        margin-bottom: 25px;
        position: relative;
        margin-top: 25px;
        height: 100px;
        width: 670px;
        left: -25px;
        padding-left: 64px;
        padding-top: 30px;

}
	.iabc-event-pager{
		font-size: 22px;
	}
.single-event .subnav-info {
    margin-top: 50px;
}
	.page-id-21 h1.entry-title{
		padding-bottom: 23px;
    	top: -3px;
	}
	.single-event .entry-content.naveed{
		padding-left: 20px;
	}
	.em-event.em-item{
		padding: 0;
	}
	   .page-id-21 #content .c-w1 {
        padding: 0 14% 50px 4%;
    }
	.page-id-21 .entry-content{
		margin-right:0px;
	}
}

@media (max-width: 380px){
	.single-event .entry-title,div#post-21 .entry-title{
		margin-top: 35px;
	}
div#post-21 entry-title span {
    position: relative;
    top: -10px;
}
}


.em-event-when {display:none;}