/*
Theme Name: Prolegal V2
Version: 2.0.0
Requires at least: 6.6
Requires PHP: 8.1
Description: Theme for Prolegal
Author: Nikko
Author URI: https://ostenpowers.com.au/
Theme URI: https://ostenpowers.com.au/web-design-development/
*/

a {
    text-decoration: none;
    color: inherit;
}

.with-arrow {
    position: relative;
}
.with-arrow::after {
    content: '';
    position: absolute;
    background-image: url('assets/img/curly-right-arrow.png');
    width: 82px;
    height: 30px;
    top: 25%;
    transform: translateY(-50%);
    right: -3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.issue-selector {
    background: #d9d9d9;
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #222222;
    font-weight: bold;
}
.issue-selector-img-wrapper {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.issue-selector span .iconify {
    color: #A9ACAA;
}
.issue-selector.active {
    background: linear-gradient(0deg, #1B2B3A 0%,  #50A2D6 100%) !important
}
.issue-selector .fs-3 {
    position: absolute;
    top: 1rem;
    right: 2rem;
}
.issue-selector.active span {
    color: white;
}
.issue-selector.active span .iconify {
    color: #152255 !important;
}

.bg-about-values {
    background: url('assets/img/bg-about-values.png') no-repeat center center;
}
@media screen and (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }
}
@media (max-width: 768px) {
    .with-arrow::after {
        display: none;
    }
    .bg-ready-assist {
        background-size: cover !important;
        background-position: left !important;
    }
    .issue-selector .fs-3 {
        top: .5rem !important;
        right: 1rem !important;
    }
    .page-banner-bg .btn-outline-primary {
        background-color: #50A2D6 !important;
    }
}