/*
Theme Name: Untapped Learning
Author: Blennd
Author URI: https://www.blennd.com/
Description: Blennder Theme Stylesheet
Version:      2.8.3
*/

.child-pages-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    list-style: none;
}

.child-pages-list li {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
	border:1px solid #0099dc;
}

.child-pages-list li a {
    text-decoration: none;
    color: #0099dc;
    font-weight: bold;
	
}

.child-pages-list li:hover {
    background: #0099dc;
}

.child-pages-list li:hover a {
    color: #fff;
}



//Added 16/04/2025
#executive-banner-section a.inline-link-btn {
    display: inline-block;
    margin: 0 15px;
    font-size: 14px;
    
}
#executive-banner-section a.inline-link-btn.btn-signup {
    background: #0099dc;
    color: #fff;
}
#executive-banner-section a.inline-link-btn.btn-course {
    background: transparent;
    color: #212529;
}

@media (min-width: 768px) {
    .component {
        padding: 2rem 0;
    }
}



.text-media-custom-blocks .text-media__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.text-media-custom-blocks .text-media__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.text--sticky .sticky-text-wrap a {
    padding: 15px;
}