﻿
.blog-box .span-i-con a, .blog-box .span-i-con a:hover, .blog-box .span-i-con a:active {
    color: var(--e-global-color-accent);
}

.event-window {
    position: relative;
    background: var(--e-global-color-white);
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.calEvenRow, .calOddRow {
    background-color: #eee;
}

.calHeaderRow {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white);
}

.contactform-con {
    background-color: var(--e-global-color-white);
}
    .contactform-con::before {
        /*background-image: url(../images/contact-leftbackground.jpg);*/
    }

    .contactform-con .contact_content input, .contactform-con .contact_content textarea {
        border: 1px solid var(--e-global-color-black);
        height: auto;
        width: 50%;
        padding: 10px;
    }

.form-col div, #form_error_result {
    display: inline;
    border: 1px solid #bbb;
    border-radius: 8px;
    padding: 0.2em 0.4em;
    color: #f33;
    background-color: #fee;
    margin-left: 0.5em;
}

#form_error_result {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.form-col span {
    display: inline;
    border: 1px solid #bbb;
    border-radius: 8px;
    padding: 0.2em 0.4em;
    color: #3f3;
    background-color: #efe;
    margin-left: 0.5em;
}

input::placeholder {
    color: #aaa;
}

.text-white p {
    color: #fff !important;
}

.blogpage-home .all_button {
    padding: 20px 30px;
}

p.listing-sentence {
    line-height: 20px;
    font-size: 14px;
}

.about3-con .about_content .list1 {
    width: 50%;
}
.about3-con .about_content .list2 {
    vertical-align: top;
}
.about3-con .about_content .list1 a, .about3-con .about_content .list2 a {
    color: var(--e-global-color-secondary);
}

.blogArticle img {
    display: block;
    margin: 0.5em auto;
    max-width: 100%;
}

.activity-con .activity_content {
    padding: 130px 70px;
}

.activity-con::before {
    width: 50%;
}

.all_button_white {
    background: var(--e-global-color-white) !important;
    color: var(--e-global-color-accent) !important;
}

.all_button_white i {
    color: var(--e-global-color-accent) !important;
}

.aboutpage-con-bkg-accent {
    background-color: var(--e-global-color-accent);
}
    .aboutpage-con-bkg-accent h2, .aboutpage-con-bkg-accent p {
        color: var(--e-global-color-white);
    }

/* About Page */

.ap-activity-con {
    background-color: var(--e-global-color-accent);
}

    .ap-activity-con::before {
        content: "";
        width: 49%;
        height: 100%;
        right: 0;
        top: 0;
        position: absolute;
        background-image: url(../images/activity-rightbackground.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

    .ap-activity-con .activity-bottomimage {
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .ap-activity-con .activity-bottomimage img {
            opacity: 10%;
        }

    .ap-activity-con .activity_wrapper {
        display: none;
    }

    .ap-activity-con .activity_content {
        position: relative;
        z-index: 1;
        padding: 130px 70px 135px 0;
    }

        .ap-activity-con .activity_content h6 {
            margin-bottom: 10px;
        }

        .ap-activity-con .activity_content h2 {
            margin-bottom: 20px;
        }

        .ap-activity-con .activity_content .text {
            margin-bottom: 50px;
        }

        .ap-activity-con .activity_content li {
            width: 134px;
            height: 139px;
            padding: 28px 32px;
            margin: 0 8px;
            border-radius: 8px;
            display: inline-block;
            background-color: var(--e-global-color-white);
            border-bottom: 2px solid var(--e-global-color-secondary);
        }

            .ap-activity-con .activity_content li:hover {
                box-shadow: 0 1px 94px 1px rgb(0 0 0 / 15%);
            }

            .ap-activity-con .activity_content li .value {
                font-size: 36px;
                line-height: 36px;
                font-weight: 700;
                display: block;
                margin-bottom: 6px;
                color: var(--e-global-color-accent);
            }

            .ap-activity-con .activity_content li:first-child {
                margin-left: 0;
            }

            .ap-activity-con .activity_content li:last-child {
                margin-right: 0;
            }
