.btn-cta {
	margin-top: 40px;
    text-align: center;
}
.btn-cta a {
	color: #fff;
    background: #9498a1;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 3px;
}
time.updated{ display:none!important; }
.site-events-template .about__hero h2 {
    color: #fff;
    font-weight: 400;
}

/* Helpers */
.site-text-cinherit h1,
.site-text-cinherit h2,
.site-text-cinherit h3,
.site-text-cinherit h4,
.site-text-cinherit h5,
.site-text-cinherit h6,
.site-text-cinherit p {
    color: inherit !important;
}

/* Content Box */
.site-content-box {
    text-align: center;
    padding: 2rem;
}
.site-content-box h2 {
    color: #000;
}

/* Logos Grid */
.site-logos-grid {
    padding: 2rem;
}
.site-logos-grid .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
    justify-content: center;
}
.site-logos-grid .col {
    flex: 0 1 16.666%;
    max-width: 16.666%;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.site-logos-grid img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .site-logos-grid .col {
        flex: 0 1 25%;
        max-width: 25%;
    }
}
@media (max-width: 480px) {
    .site-logos-grid .col {
        flex: 0 1 33.33%;
        max-width: 33.33%;
    }
}

/* Content Style 1 */
.site-content-style1 {
    padding: 2rem 0;
}
.site-content-style1 a {
    color: #4a90e2;
    text-decoration: none;
}
.site-content-style1 a:hover {
    color: #579ff3;
}
.site-content-style1 h2 {
    margin-left: 0;
    color: #000;
}
.site-content-style1 h3 {
    margin-left: 0;
    color: #000;
    font-weight: 400;
}
.site-content-style1 p {
    color: #222;
    line-height: 1.5;
}
.site-content-style1 img {
    max-width: 100%;
    height: auto;
}
.site-content-style1 .row {
    display: flex;
    margin: 0 -15px;
}
.site-content-style1 .row.align-items-center {
    align-items: center;
}
.site-content-style1 .col {
    flex: 0 1 50%;
    max-width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
    box-sizing: border-box;
}
.site-content-style1 .col-25 {
    flex: 0 1 25%;
    max-width: 25%;
    margin-bottom: 30px;
    padding: 0 15px;
    box-sizing: border-box;
}
@media (max-width: 991px) {
    .site-content-style1 .row {
        flex-wrap: wrap;
    }
    .site-content-style1 .col {
        flex: 0 1 100%;
        max-width: 100%;
    }
    .site-content-style1 .col-25 {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

/* Form Styles 1 */
.site-form-style1 label {
    display: flex;
    flex-direction: column-reverse;
    font-size: 12px;
}
.site-form-style1 label br {
    display: none;
}
.site-form-style1 p {
    margin: 0;
}
.site-form-style1 .wpcf7-form {
    display: flex;
    margin: 0 -2.5px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.site-form-style1 .wpcf7-form > p {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    padding-left: 2.5px;
    padding-right: 2.5px;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.site-form-style1 .wpcf7-form > p:last-child {
    flex: 0 1 100%;
    max-width: 100%;
}
.site-form-style1 .wpcf7-text {
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 0.5rem;
    width: 100%;
    display: block;
    line-height: 1.5;
    height: auto;
    margin-bottom: 0.25rem;
}
.site-form-style1 .wpcf7-submit {
    background-color: #4a90e2;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 0 none;
    padding: 0.75rem 1rem;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0.25rem;
    float: right;
}
@media (max-width: 480px) {
    .site-form-style1 .wpcf7-form > p {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

/* Testimoinal Section */
.site-testi-sec {
    background-color: #f4f4f4;
    position: relative;
    text-align: center;
}
.site-testi-sec::before {
    content: '';
    display: block;
    width: 30%;
    max-width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/test-bg-obj-left.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.site-testi-sec::after {
    content: '';
    display: block;
    width: 30%;
    max-width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../images/test-bg-obj-right.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.site-testi-sec .container {
    position: relative;
    z-index: 1;
}
.site-testi-sec .e-quote {
    font-weight: 300;
}
.site-testi-sec .e-author {
    font-weight: 700;
}
