/*
 * FCM Monroe County — Template Styles
 * Scoped under .fcm-monroe-wrap
 * Source: brians/style.css (.page-template-monroe)
 */

/* Banner */
.fcm-monroe-wrap section.sp-sec-one {
    border-bottom: 62px solid #D6911D;
}
.fcm-monroe-wrap img.sp-sec-banner-img-cont-img {
    right: -45px;
}

/* Section three */
.fcm-monroe-wrap section.sp-sec-three {
    padding: 80px 15px 96px 15px;
}

/* Section seven image fill */
.fcm-monroe-wrap .sp-sec-seven-img-cont img {
    height: 100%;
    object-fit: cover;
}

/* ==============================
   TESTIMONIALS (Glider carousel)
   ============================== */
.fcm-monroe-wrap div.rotator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.fcm-monroe-wrap div.rotator h2 {
    width: 80%;
    text-align: center;
    color: #0A3959;
    font-size: 49px;
    line-height: 52px;
    font-family: 'Roboto';
    font-weight: 400;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}
.fcm-monroe-wrap div.rotator div.glider-contain {
    width: 80%;
    padding: 30px 40px;
}
.fcm-monroe-wrap div.glider-contain p.quote {
    color: #313131;
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 36px;
    width: 100%;
}
.fcm-monroe-wrap div.glider-contain p.author {
    color: #057F8C;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    text-align: right;
}

/* Glider nav buttons */
.fcm-monroe-wrap .glider-prev,
.fcm-monroe-wrap .glider-next {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #0A3959;
}

@media only screen and (max-width: 1600px) {
    .fcm-monroe-wrap section.sp-sec-three { padding: 60px 15px; }
}

@media only screen and (max-width: 600px) {
    .fcm-monroe-wrap section.sp-sec-one { border-bottom: 32px solid #D6911D; }
    .fcm-monroe-wrap div.rotator div.glider-contain { width: 80%; padding: 30px 20px; }
    .fcm-monroe-wrap div.glider-contain p.quote { font-size: 26px; line-height: 30px; }
    .fcm-monroe-wrap div.glider-contain p.author { font-size: 24px; line-height: 28px; }
}
