/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.schedule-day .schedule-row{
    display: flex;
    gap: 15px;
    padding: 7px 15px;
    background-color: #fff;
}
.schedule-day .schedule-row .schedule-time,
.schedule-day .schedule-row .schedule-activity{
    font-size: 20px;
    font-family: 'Interstate';
    color: #778593;
    line-height: 1.2;
    font-weight: 300;
}
.schedule-day .schedule-row .schedule-time {
    width: 17%;
    text-transform: uppercase;
}
.schedule-day .schedule-row .schedule-activity {
    width: 83%;
}
.schedule-day .schedule-row:not(:last-child){
    margin-bottom: 17px;
}

.workshop-instructors .instructor:not(:last-child){
    margin-bottom: 20px;
}
.workshop-instructors .instructor .instructor-name,
.workshop-instructors .instructor .instructor-designation{
     font-size: 20px;
    font-family: 'Interstate';
    color: #333F4C;
    line-height: 1.2;
    font-weight: 700;
}
.workshop-instructors .instructor .instructor-designation{
    font-weight: 300;
    color: #778593;
    margin-top: 5px;
}

.custom-audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Interstate';
    line-height: 1;
    color: #B4A471;
}
.controls {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 390px;
}
.play-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #F2F5FA !important;
    position: relative;
    cursor: pointer;
}
.play-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20PD.%20Made%20by%20stephenhutchings%3A%20https%3A%2F%2Fgithub.com%2Fstephenhutchings%2Fmicrons%20--%3E%3Csvg%20fill%3D%22%23B4A471%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%22-60%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3Ctitle%3Eplay%3C%2Ftitle%3E%3Cpath%20d%3D%22M64%2096L328%20256%2064%20416%2064%2096Z%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: 28px;
}
.playing .play-btn::before {
    background: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20MIT.%20Made%20by%20framework7io%3A%20https%3A%2F%2Fgithub.com%2Fframework7io%2Fframework7-icons%20--%3E%3Csvg%20fill%3D%22%23B4A471%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2056%2056%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M%2016.8320%2047.0898%20L%2022.1523%2047.0898%20C%2024.2148%2047.0898%2025.2695%2046.0117%2025.2695%2043.9492%20L%2025.2695%2012.0273%20C%2025.2695%209.8945%2024.2148%208.9102%2022.1523%208.9102%20L%2016.8320%208.9102%20C%2014.7695%208.9102%2013.6914%209.9883%2013.6914%2012.0273%20L%2013.6914%2043.9492%20C%2013.6914%2046.0117%2014.7695%2047.0898%2016.8320%2047.0898%20Z%20M%2033.8477%2047.0898%20L%2039.1679%2047.0898%20C%2041.2305%2047.0898%2042.3086%2046.0117%2042.3086%2043.9492%20L%2042.3086%2012.0273%20C%2042.3086%209.8945%2041.2305%208.9102%2039.1679%208.9102%20L%2033.8477%208.9102%20C%2031.7852%208.9102%2030.7305%209.9883%2030.7305%2012.0273%20L%2030.7305%2043.9492%20C%2030.7305%2046.0117%2031.7852%2047.0898%2033.8477%2047.0898%20Z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: 28px;
}
.progress-bar {
    flex: 1;
    -webkit-appearance: none;
    height: 2px;
    background: #b4a471;
    border-radius: 4px;
    cursor: pointer;
}
.progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
  background: #b4a471;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}


/* Responsive */
@media (max-width: 1440px){
    .controls {
        width: 340px;
    }
}
@media (max-width: 1280px) {
    .controls {
        width: 280px;
    }
}
@media (max-width: 767px){
    .schedule-day .schedule-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .schedule-day .schedule-row .schedule-time, .schedule-day .schedule-row .schedule-activity {
        font-size: 18px;
        width: 100% !important;
        text-align: center;
    }
    .controls {
        width: 100%;
    }
}
