/**
Theme Name: OSHC - Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oshc-astra-child
Template: astra
*/

/* Remove header border */
.main-header-bar {
  border: none !important;
}

/* Entry header styles */
header.entry-header {
  max-width: 1340px;
  margin: auto;
  padding: 0 20px !important;
}
.entry-title {
  padding: 20px;
  background: #061838;
  color: #ffff;
  border-radius: 20px;
  display: inline-block !important;
}

/* Heading margins */
.elementor-widget-text-editor h4 {
  margin-bottom: 10px;
}

/* Hero section heading color */
.section_hero .elementor-widget-text-editor h1,
.section_hero .elementor-widget-text-editor h2,
.section_hero .elementor-widget-text-editor h3,
.section_hero .elementor-widget-text-editor h4,
.section_hero .elementor-widget-text-editor h5,
.section_hero .elementor-widget-text-editor h6 {
  color: #fff;
}

/* hides the element if text is empty */
.elementor-icon-list-item:has(.elementor-icon-list-text:empty),
.elementor-element:empty {
  display: none;
}

/* Forminator button styles */
.forminator-button.forminator-button-submit {
  border-radius: 30px !important;
}

/* Course outline list styling */
.course-outline-list {
  margin-left: 20px;
}

/* Key topics list styling */
.key-topics-list {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon_verified {
  float: right;
  width: 100px;
  margin-top: -100px;
}
@media (max-width: 475px) {
  .icon_verified {
    margin-top: -30px;
  }
}

/* Program audience section */
.program-audience {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 20px;
}
.program-audience img {
  width: 100%;
  max-width: 150px;
}
.program-audience .audience-name {
  display: block;
  font-weight: 600;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .program-audience img {
    max-width: 80px;
  }
}

/* Two column layout for required courses list */
@media (min-width: 768px) {
  .column-2 {
    column-count: 2;
    column-gap: 100px;
  }
}
