/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

.magazine h2 {
	margin-bottom: 0.5em;
	font-weight:800;
}
.magazine-hero {
  display: grid;
  grid-template-columns: 30% auto;
  grid-gap: 30px;
}

.magazine-hero img {
  width: 100%;
  height: auto;
}

.highlights .button {
  padding: 10px;
  width: 100%;
	margin-top: 15px;
}

.highlights ul {

}

.highlights li {
	/* padding-left: 10px; */
	/* margin-left: 10px; */
	list-style: disc;
	display: list-item;
	margin-left: 20px;	
}
.webinars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top:20px;
  margin-bottom:20px;
}

.webinar-item {
  border: 1px solid #ddd;
  padding: 20px;
}

.webinars-container {
    margin-bottom: 20px;
    margin-top: 20px;
}

.upcoming-webinars .webinar-item,
.ondemand-webinars .webinar-item {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

.webinar-item {
  padding: 20px; /* Padding for the overall webinar item */
}

.webinar-item h4 {
  margin: 0 0 10px; /* Adjust the margin for the title */
  padding: 0 0 10px; /* Add padding below the title */
}

.webinar-item img {
  padding: 0 0 15px; /* Add padding below the image */
  max-width:100%;
}

.webinar-item p {
  padding: 0 0 10px; /* Add padding below the excerpt */
}
.registration-button {
  background-color: #247bd8; /* RV-Pro logo color */
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}