body * {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

header {
    padding-top: 2rem;
    background: #2a2e6d;
}

header .container {
    position: relative;
    background: white;
}

.navbar {
    padding: 20px;
}

.navbar-brand img {
    height: 30px;
}

a.nav-link.active {
    font-weight: bold;
    color: #2a2e6d !important;
}

ul.navbar-nav {
    gap: 2rem;
    margin-left: 20px;
}

.hero-section {
    background: #2a2e6d;
}

p.hero-description {
    margin: 0;
    color: white;
    font-size: 24px;
    padding: 2rem 0;
}

section.counter-section {
    background: #19bbac;
}

section.counter-section .counter-wrapper {
    display: grid;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 2rem 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 70%;
    margin: 0 auto;
}

section.counter-section .counter-wrapper p {
    margin: 0;
    font-size: 7rem;
}

.hour-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1;
    gap: 20px;
	border-right: 1px solid #216d88;
}

.hour-box:nth-last-child(1):after {
    display: none;
}

.hour-box p {
    font-weight: bold;
    color: white;
}

.hour-box span {
    color: white;
}

section.about-section {
    padding: 4rem 0;
    background: url(/wp-content/themes/conference/assets/images/about-image.png);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    margin: 2rem 0;
}

section.about-section h2 {
    color: #2a2e6d;
    font-weight: bold;
    font-size: 3rem;
}

section.about-section h2 span {
    color: #e62e60;
}

section.about-section p {
    width: 50%;
    text-align: justify;
    font-size: 20px;
}

section.about-section a {
    background: #2a2e6d;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px;
    display: block;
    width: fit-content;
    margin-top: 3rem;
}

section.agenda {
    background: #f3f3f3;
    padding: 20px 0;
}

section.agenda h2 {
    color: #2a2e6d;
    font-weight: bold;
    font-size: 2rem;
}

section.agenda h2 span {
    color: #e62e60;
}

.agenda-lists {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

.agenda-lists .agenda-list {
    display: grid;
    gap: 2rem;
    grid-template-columns: .15fr 1fr;
}

.agenda-lists .agenda-list p {
    margin: 0;
    font-size: 18px;
}

.agenda-lists .agenda-list p.time {
    color: #e62e60;
    font-weight: bold;
}

.agenda-lists .agenda-list p.agenda-description {
    color: #949598;
}

.agenda-panels {
    display: flex;
    gap: 2rem;
    margin: 3rem 0;
}

.agenda-panel .time-top, .agenda-panel .time-bottom {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.agenda-panel .time-top p {
    margin: 0;
    color: #19bbac;
    font-size: 1.5rem;
}

.agenda-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.panel-box {
    background: #19bbac;
    padding: 1rem 15px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.agenda-panel:nth-child(2) .panel-box {
    background: #2a2e6d;
}

.agenda-panel:nth-child(3) .panel-box {
    background: #e62e62;
}

.agenda-panel:nth-child(2) .time-top p {
    color: #2a2e6d;
}

.agenda-panel:nth-child(3) .time-top p {
    color: #e62e60;
}


.panel-box h2 {
    font-weight: bold;
    color: white !important;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

.panel-box h4 {
    font-weight: bold;
}

.time-bottom p {
    color: #e62e60;
    margin: 5px 0;
}

.time-bottom span {
    font-size: 16px;
    color: #949598;
}

.breakout {
    background: #2a2e6d;
    padding: 2rem 15px;
    color: white;
}

.breakout-time {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breakout-time p {
    font-size: 22px;
    color: #2a2e6d;
    font-weight: bold;
}

.breakout h2 {
    color: white !important;
    margin-bottom: 2rem;
}

.breakout-lists {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.breakout-list p {
    margin: 0;
}

.breakout-list .title {
    text-transform: uppercase;
    font-weight: bold;
}

.breakout-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.breakout-cta a {
    background: #e62e60;
    padding: 10px 50px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.agenda-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.agenda-cta a {
    background: #19bbac;
    padding: 10px 50px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

section.speakers {
    padding: 2rem 0;
    position: relative;
    z-index: 2;
}

section.speakers h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
    color: #2a2e6d;
}

section.speakers h2 span {
    color: #e62e60;
}

.speakers-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
        gap: 50px 20px;
}

.speaker {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    gap: 10px;
    -webkit-box-shadow: 5px 5px 8px -1px #cccccc; 
	box-shadow: 5px 5px 8px -1px #cccccc;
	padding-bottom: 20px;
	height: 100%;
}

.speaker h3, .speaker p, .speaker .speaker-read-more {
    padding: 0 10px;
}

.speaker-info {
    height: 100%;
}

.speaker p {
    font-size: 14px;
}

.speaker h3 {
    color: #2a2e6d;
    font-weight: bold;
}

.speaker .speaker-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.speaker-read-more img {
    height: 20px;
}
.speaker-read-more {
    display: flex;
    align-items: center;
}

.speaker-read-more p {
    margin: 0;
    cursor: pointer;
}

section.live-stream {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.live-stream h2 {
    color: #2a2e6d;
    font-weight: bold;
    font-size: 3rem;
    font-size: 4rem;
    margin-bottom: 2rem;
}

section.live-stream img {
    height: 750px;
    width: 100%;
}

.live-stream-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #e62e60;
    padding: 10px 50px;
}

.live-stream-cta img {
    height: 25px;
}

.live-stream-cta a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.alternate-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alternate-hero-wrapper img {
    height: 400px;
}

.alternate-hero-wrapper .hero-title {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
}

.alternate-hero-wrapper .hero-title img {
    height: 50px;
    /* width: 100%; */
    object-fit: contain;
}

.hero-image {
    position: relative;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    height: 400px;
    width: 600px;
    object-fit: contain;
}

.alternate-hero-wrapper .hero-title h1 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 6rem;
    border-bottom: 2px solid #19bbac;
    padding-right: 50px;
    padding-bottom: 10px;
}

section.content-section {
    padding: 2rem 0;
    margin-top: 3rem;
}

section.content-section .content {
    text-align: justify;
}

section.content-section .content p strong {
    color: #2a2e6d;
}

section.content-section .content ul, .modal-body ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.modal-body ul {
    color: white;
}

section.content-section .content ul li span, .modal-body ul li span {
    color: #19bbac;
}

section.stream {
    padding: 2rem 0;
    margin: 3rem 0;
}

section.stream h2 {
    color: #2a2e6d;
    font-weight: bold;
    border-bottom: 2px solid #19bbac;
    display: flex;
    width: max-content;
    padding-right: 2rem;
    margin-bottom: 5rem;
    font-size: 3rem;
}

section.stream h2 span {
    color: #e62e60;
}

section.stream iframe {
    width: 100%;
    height: 500px;
}

section.photo-gallery {
    padding: 2rem 0;
    margin: 3rem 0;
}

section.photo-gallery .gallery-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.conference-agenda {
    padding: 2rem 0;
    margin: 3rem 0;
}

.conference-agenda .agenda-lists {
    gap: 0;
    margin: 0;
}

.conference-agenda .agenda-lists .agenda-list {
    gap: 4rem;
}

.conference-agenda .agenda-lists .agenda-list p.time {
    position: relative;
    text-align: right;
    padding-bottom: 3rem;
    color: #6d6e71;
    font-weight: bold;
}

.conference-agenda .agenda-lists .agenda-list p.time:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #6d6e71;
    position: absolute;
    right: -30px;
}

.conference-agenda .agenda-lists .agenda-list .agenda-description {
    position: relative;
}

.conference-agenda .agenda-lists .agenda-list div.agenda-description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 2rem;
}

.conference-agenda .agenda-lists .agenda-list p {
    color: #6d6e71;
}

.conference-agenda .agenda-lists .agenda-list .agenda-description:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #6d6e71;
    position: absolute;
    left: -51px;
    border-radius: 50%;
}

.conference-agenda .agenda-description h4 {
    color: #6d6e71;
    font-weight: bold;
}

.conference-agenda .agenda-lists .agenda-list.panel-1 .agenda-description:before, .conference-agenda .agenda-lists .agenda-list.panel-1 p.time:after {
    background: #19bbac;
}

.conference-agenda .list-title.panel-1 h2, .conference-agenda .panel-1 h4, .conference-agenda .agenda-lists .agenda-list.panel-1 p.time {
    color: #19bbac;
    font-weight: bold;
}

.conference-agenda .agenda-lists .agenda-list.panel-1 .agenda-description p, .conference-agenda .agenda-lists .agenda-list.panel-1 .agenda-description ul {
    border-bottom: 2px solid #19bbac;
    padding-bottom: 20px;
}

.conference-agenda .agenda-lists .agenda-list.panel-2 .agenda-description:before, .conference-agenda .agenda-lists .agenda-list.panel-2 p.time:after {
    background: #2a2e6d;
}

.conference-agenda .list-title.panel-2 h2, .conference-agenda .panel-2 h4, .conference-agenda .agenda-lists .agenda-list.panel-2 p.time {
    color: #2a2e6d;
    font-weight: bold;
}

.conference-agenda .agenda-lists .agenda-list.panel-2 .agenda-description p, .conference-agenda .agenda-lists .agenda-list.panel-2 .agenda-description ul {
    border-bottom: 2px solid #2a2e6d;
    padding-bottom: 20px;
}

.conference-agenda .agenda-lists .agenda-list.panel-3 .agenda-description:before, .conference-agenda .agenda-lists .agenda-list.panel-3 p.time:after {
    background: #e62e60;
}

.conference-agenda .list-title.panel-3 h2, .conference-agenda .panel-3 h4, .conference-agenda .agenda-lists .agenda-list.panel-3 p.time {
    color: #e62e60;
    font-weight: bold;
}

.conference-agenda .agenda-lists .agenda-list.panel-3 .agenda-description p, .conference-agenda .agenda-lists .agenda-list.panel-3 .agenda-description ul {
    border-bottom: 2px solid #e62e60;
    padding-bottom: 20px;
}

.conference-agenda .agenda-lists .breakout-panel .agenda-description:before, .conference-agenda .agenda-lists .breakout-panel p.time:after {
    background: #eaa721;
}

.conference-agenda .breakout-panel h2, .conference-agenda .breakout-panel h4, .conference-agenda .agenda-lists .breakout-panel p.time {
    color: #eaa721;
    font-weight: bold;
}

.list-title p.time:after {
    background: #6d6e71 !important;
}

.conference-agenda .agenda-lists .breakout-panel .agenda-description p, .conference-agenda .agenda-lists .breakout-panel .agenda-description ul {
    border-bottom: 2px solid #eaa721;
    padding-bottom: 20px;
}

.conference-agenda .agenda-lists .agenda-list.panel-1 ul li span {
    color: #19bbac;
}

.conference-agenda .agenda-lists .agenda-list.panel-2 ul li span {
    color: #2a2e6d;
}

.conference-agenda .agenda-lists .agenda-list.panel-3 ul li span {
    color: #e62e60;
}

.conference-agenda .agenda-lists .breakout-panel ul li span {
    color: #eaa721;
}

.conference-agenda .agenda-description ul {
    padding: 0;
    list-style-type: none;
}

.register {
    padding: 2rem 0;
    margin: 3rem 0;
}

.register-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-input p {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #2a2e6d;
}

.form-input input {
    background: #f3f3f3;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.form-input input:focus {
    outline: none !important;
    box-shadow: none !important;
    background: #f3f3f3;
}

.form-input span {
    color: #e62e60;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.form-check label {
    color: #2a2e6d;
}

.form-check label h5 {
    font-weight: bold;
    margin: 0;
}

.form-check-input {
    background: #f3f3f3;
    border: none;
}

.form-check-input:checked {
    border: none;
    background: #2a2e6d;
    box-shadow: none;
}

.form-check label p {
    margin: 0;
}

.form-btn .btn {
    background: #19bbac;
    border-radius: 0;
    padding: 5px 50px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.modal-header {
    border: none;
}

.modal-content {
    background: #2a2e6d;
}

.modal-body p {
    color: white;
}

.modal-header .btn-close {
    color: black;
    opacity: 1;
    background: white;
    line-height: 1;
    font-size: 20px;
}

footer {
    background: #2a2e6d;
    padding: 2rem 0;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer-logo p {
    color: white;
}

.footer-logo img {
    height: 120px;
}

.footer-socials {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-socials img {
    object-fit: contain;
    height: 50px;
}

.remove-after-before p::after{
    display: none;
}

@media screen and (max-width: 767px) {
    
    header {
        padding: 0;
    }

    .navbar {
        padding: 5px;
    }

    ul.navbar-nav {
        gap: 0rem;
        margin-left: 0;
        margin-top: 2rem;
    }
	
	p.hero-description {
		margin: 0;
		color: white;
		font-size: 16px;
		padding: 2rem 0;
	}

    .alternate-hero-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem 0;
    }

    .alternate-hero-wrapper .hero-title h1 {
        font-size: 3rem;
        padding: 0;
    }

    .alternate-hero-wrapper .hero-title {
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 1rem;
    }

    .alternate-hero-wrapper .hero-image {
        display: none;
    }
    
    section.counter-section .counter-wrapper {
        width: 100%;
        padding: 1rem 0;
    }

    section.counter-section .counter-wrapper p {
        font-size: 3rem;
    }

    .hour-box:after {
        right: 0;
    }
    section.content-section .content {
        text-align: left;
    }

    section.stream iframe {
        height: 350px;
    }

    section.about-section {
        padding: 0;
        background: none;
    }

    section.about-section p {
        width: 100%;
    }

    .agenda-lists .agenda-list {
        gap: 0rem;
        grid-template-columns: 1fr;
    }

    .agenda-panels {
        flex-direction: column;
        margin: 0;
    }

    .speakers-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    section.live-stream {
        height: 400px;
    }

    section.live-stream img {
        height: auto;
        width: 100%;
    }

    .conference-agenda .agenda-lists {
        display: flex;
    }

    .conference-agenda .agenda-lists .agenda-list {
        grid-template-columns: .3fr 1fr;
        gap: 2rem;
    }

    .conference-agenda .agenda-lists .agenda-list p {
        font-size: 16px;
    }
    .conference-agenda .agenda-lists .agenda-list p.time {
        font-size: 14px;
    }

    .conference-agenda .agenda-lists .agenda-list .agenda-description:before {
        width: 10px;
        height: 10px;
        left: -20px;
    }

    .conference-agenda .agenda-lists .agenda-list p.time:after {
        width: 2px;
        right: -18px;
        top: 0;
    }

    .conference-agenda .agenda-lists .agenda-list p.time {
        padding-bottom: 2rem;
    }

    .conference-agenda .list-title h2 {
        margin-bottom: 20px;
    }

    section.photo-gallery .gallery-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-logo {
        flex-direction: column;
    }
}