:root {
    --li-purple: #4515b4;
    --li-green: #24c0af;
    --li-blue: #55ACEE;
    --li-slime: #61EE89;
}

/* Header */
header nav ul li a:hover {
    background: #55acee;
}

.header-right a {
    display: inline;
}

/* Home */
.diamond {
    position: relative;
}

.diamond img {
    mix-blend-mode: hard-light;
}

.diamond .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

/* Page Banner */
.section-heading {
    background-image: url(../images/banner.svg);
}

.section-heading h1,
.section-heading .h1 {
    margin-bottom: 1rem;
}

.section-heading h1:before,
.section-heading .h1:before,
.section-heading h1:after,
.section-heading .h1:after {
    display: none;
}

/* Services Filters */
.service-search {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.service-search::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    right: 0;
    width: calc(100% - 60px);
    height: 1px;
    border-top: 1px solid #4515b4;
}

.service-search .facetwp-facet {
    margin-bottom: unset;
}

.service-search .facetwp-type-search input {
    background: #fff;
    color: #451f9d;
    border: 1px solid #451f9d;
    padding: 0.5rem 2rem;
    padding-right: calc(2rem + 15px) !important;
    border-radius: 3rem;
}

.service-search .facetwp-icon {
    right: 15px;
}

.service-search .fs-label-wrap {
    background: #fff;
    color: #451f9d;
    border: 1px solid #451f9d;
    padding: 0.5rem 2rem;
    padding-right: calc(2rem + 15px) !important;
    border-radius: 3rem;
    font-weight: 600;
}

.service-search .fs-label-wrap .fs-label {
    padding: 4px 0;
}

.service-search .fs-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #451f9d;
    right: 15px;
}

.service-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: #fff;
    color: #451f9d;
    border: 1px solid #451f9d;
    padding: 0.5rem 2rem;
    padding-right: calc(2rem + 15px) !important;
    border-radius: 3rem;
    font-weight: 600;

    background-image:
        linear-gradient(45deg, transparent 50%, #451f9d 50%),
        linear-gradient(135deg, #451f9d 50%, transparent 50%);
    background-position:
        calc(100% - 21px) calc(1em + 1px),
        calc(100% - 15px) calc(1em + 1px);
    background-size:
        6px 6px,
        6px 6px;
    background-repeat: no-repeat;
}

.service-search .fs-option,
.service-search .fs-search,
.service-search .fs-optgroup-label {
    padding: 10px;
    font-weight: 600;
}

.service-search .fs-dropdown {
    border: 1px solid #d2d2d2;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    width: 280px;
}

.facetwp-selections ul li:before {
    display: none;
}

.facetwp-selections .facetwp-selection-label {
    font-weight: 600;
}

.facetwp-selections .facetwp-selection-value {
    background-position: right 8px center !important;
    background-color: #f2f2f2;
    padding: .5rem 1rem;
    padding-right: calc(1rem + 16px) !important;
    border-radius: 3rem;
}

.facetwp-template {
    margin-top: 2rem;
}

.facetwp-facet.is-loading,
.facetwp-type-fselect.is-loading .fs-label-wrap {
    opacity: 1!important;
}

/* Services Cards */
.fwpl-result {
    display: flex;
}

.news-card .inner {
    padding: 2rem 4rem 0;
}

.news-card>.img-holder {
    padding: 2rem 4rem;
    background: #FAFAFA;
}

.news-card>a.img-holder {
    display: block;
    position: relative;
    padding: 2rem 4rem;
    padding-bottom: 5rem;
}

.news-card>.img-holder a {
    position: relative;
    padding-bottom: 8rem;
    display: block;
}

.news-card>.img-holder img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    max-width: 75%;
    object-fit: contain;
}

.news-card>a.img-holder img {
    padding: 1rem 2rem;
}

.news-card .read-more {
    padding: 1rem 4rem;
    color: #fff;
    background: var(--li-purple);
    font-weight: 400;
    transition: all .3s;
}

.news-card .read-more:hover {
    background: var(--li-blue);
    text-decoration: none;
}

.news-card .read-more:before {
    content: '';
    position: absolute;
    background-image: url(../images/drop.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 10%;
    width: calc(155px / 2.2);
    height: calc(93px / 2.2);
}

.news-card .read-more:after {
    background-image: url(../images/arrow.svg);
}

.news-card .read-more button {
    background: transparent;
    color: #fff;
    border: none;
}

.news-card .title a {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #373737;
    display: block;
    padding: 2rem 4rem 0;
}

.news-card .title a:hover {
    text-decoration: none;
    color: #4515b4;
}

.news-card .excerpt {
    padding: 0 4rem 2rem;
}

/* Service Post */
.single-news {
    overflow: hidden;
}

.single-news::before {
    content: '';
    position: absolute;
    top: -66vh;
    left: -50vw;
    width: 100vw;
    height: 200vh;
    -webkit-box-shadow: 0px 0px 30px 10px #BFBFBF;
    box-shadow: 0px 0px 40px 15px #eeeeee;
    transform: rotate(45deg);
    background: #fff;
    z-index: -1;
}

article {
    position: relative;
}

article .bg-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30rem;
    height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -30rem;
}

article .bg-img img {
    height: auto;
    max-width: 15rem;
}

.frontend-admin-edit-button {
    margin: 0 0 4rem;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
}

.contact-info .btn {
    margin: 0;
}

.contact-info .login-link {
    color: var(--li-purple);
}

.contact-info .btn + .btn,
.contact-info .btn + a {
    margin-left: 1rem;
}

.modal-header {
    justify-content: flex-start;
    align-items: center;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem 0rem -1rem auto;
    color: #000;
    font-size: 3rem;
}

.modal-header h3 {
    margin-bottom: 0;
}

.modal-header a {
    display: flex;
    align-items: center;
    margin-left: 2rem;
    font-weight: 600;
    color: #4816b3;
}

.modal-header a:hover {
    text-decoration: none;
}

.modal-header a i {
    margin-right: .5rem;
}

.modal .btn {
    margin: 2rem 0;
}

/* Service Form */
.acf-form-fields .acf-field input[type="text"],
.acf-form-fields .acf-field input[type="tel"],
.acf-form-fields .acf-field input[type="email"],
.acf-form-fields .acf-field input[type="url"],
.acf-form-fields .acf-field textarea,
.acf-form-fields .acf-field select {
    border: 1px solid #767676;
    border-radius: unset;
    margin-bottom: unset;
    font-weight: 300;
    font-size: 1rem;
}

.acf-form-fields .acf-field li::before,
.select2-dropdown li::before {
    display: none;
}

.render-form,
.acf-form-fields .button {
    color: #fff;
    border: none;
    border-radius: 3rem;
    padding: .5rem 2rem;
    min-width: 12rem;
    font-weight: 400;
    position: relative;
    transition: all .5s;
    margin: 2rem 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(69, 21, 180);
    background: linear-gradient(90deg, rgba(69, 21, 180, 1) 0%, rgba(254, 102, 68, 1) 100%);
}

.render-form:hover,
.acf-form-fields .button:hover {
    background: rgb(254, 102, 68);
    background: linear-gradient(90deg, rgba(254, 102, 68, 1) 0%, rgba(247, 230, 35, 1) 100%);
}

.render-form::after,
.acf-form-fields .button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -12rem 0, 0 0;
    background-image: -webkit-linear-gradient(160deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.5%, rgba(255, 255, 255, 0.005) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.2) 49.5%, rgba(255, 255, 255, 0.0) 50%);
    background-image: linear-gradient(160deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.5%, rgba(255, 255, 255, 0.005) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.2) 49.5%, rgba(255, 255, 255, 0.0) 50%);
    -moz-background-size: 250% 250%, 100% 100%;
    background-size: 250% 250%, 100% 100%;
    -webkit-transition: background-position .5s ease-in-out;
    -moz-transition: background-position .5s ease-in-out;
    -o-transition: background-position .5s ease-in-out;
    transition: background-position .5s ease-in-out;
}

.render-form:hover::after,
.acf-form-fields .button:hover::after {
    background-position: 0 0, 0 0;
    transition-duration: .5s;
}

/* Footer */
footer .menu-title {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    color: var(--li-green);
    margin-bottom: 0.5rem;
}

footer ul {
    flex-direction: column;
}

footer ul li a {
    font-size: .8rem;
    font-weight: 300;
    color: #373737;
    margin-bottom: 0.5rem;
    display: block;
}