﻿.hero-block__content h2 {
    font-size: 40px !important;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .hero-block__content h2 {
        font-size: 16px !important;
        display: block !important;
    }

    .hero-block__content--with-icon {
        display: flex !important;
    }

    .program-details-register__section {
        margin-top: -15px !important;        
    }
}


.program-detail__content {
    padding: 40px 0;
}

.program-detail__item + .program-detail__item:before {
    content: ", ";
}

.program-detail__tables {
    margin-top: 20px;
}

.program-deliverer__image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.program-deliverer__image_alt {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    background-color: lightgray;
    text-align: center;
    padding-top: 20px;
}

.program-deliverer__image_alt i {
    font-size: 2rem;
}

.program-deliverer-image__section {
    display: flex;
    justify-content: center;
    position: relative;
}

.program-deliverer-image__icon {
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-3);
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.program-deliverer-image__icon-professional {
    width: 32px;
    height: 32px;        
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    margin-right: 3px;
}

.program-deliverer-image__icon:first-child {
    margin-right: .25rem;
}

.program-deliverer__image-sub {
    width: 44px;
    height: 44px;
    border: 1px solid var(--color-3);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    left: calc(50% + 20px);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.program-description__content {
    white-space: pre-wrap;
}

.program-type__badge {
    background-color: #00C68A;
}

.program-details__section {
    padding-top:  10px;
    padding-right: 35px;
}

.program-details-register__section {
    margin-top: 15px;
    float: right;
}

.mygolf .program-details-register__button {
    font-weight: normal !important;
    font-size: 16px;
    color: #fff;
    background-color: #F69140;
}

.mygolf .hero-block--text-only-icon1 .hero-block__content h1:after {
    background-color: #F69140 !important;
}

.mygolf hr {
    border-top: .25rem solid #00C68A;
}

.getingolf .program-details-register__button {
    font-weight: normal !important;
    font-size: 16px;
    color: #fff;
    background-color: #50E964;
}

.getingolf .hero-block--text-only-icon1 .hero-block__content h1:after {
    background-color: #50E964 !important;
}

.getingolf hr {
    border-top: .25rem solid #50E964;
}

.program-details-session-dates__section {
    padding: 10px 25px;
}

.toggle-accordion-date-time {
    cursor: pointer;
}

.toggle-accordion-date-time span {
    float: right;
    font-size: 16px;
    line-height: 15px;
}

.hero-block__content--with-icon {
    display: inline-flex !important;
}

@media (max-width: 1280px) {
    .hero-block--text-only-icon1 .hero-block__content h1 {
        font-size: 20px !important;
    }
}

.program-details__section .run-by-name {
    color: #ad5c5c;
}