@charset "UTF-8";

/* Interior Pages and Posts CSS */
.main-frame {
    background-color: #f8f8f8;
    color: #404042;
}

.breadcrumb {
    padding: 5px 0 0;
}

.bar.bar-title {
    background: #f8f8f8;
    border-left: none;
    border-right: none;
    background-size: 100vw;
    background-repeat: no-repeat;
}

.bar.bar-title::after {
    display: none;
}

.bar.bar-title a {
    color: #031926;
}

.breadcrumbs-block {
    font-weight: 400;
    color: #031926;
}

.bar.bar-title h1,
.bar.bar-title h2 {
    color: #031926;
    /* margin-top: 10px; */
    font-weight: 400;
}

.bar.bar-title h1::after {
    display: none;
}

.entry-add h2,
.entry-add h3,
.entry-add h4 {
    font-family: 'Figtree', sans-serif;
    color: #1d1d1d;
    font-weight: 400;
    text-transform: unset;
}

.entry-add h2 {
    font-size: clamp(24px, 1.667vw, 32px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(34px, 2.188vw, 42px);
    margin-bottom: 25px;
    text-transform: none;
}

.page-offer h3, .page-offer h2 {
    font-size: 32px;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    color: #00746d;
}

.page-offer {
    padding: 20px 0;
    border-bottom: 1px solid;
}

.entry.entry-add p,
.entry.entry-add ul li {
    font-size: clamp(16px, 0.938vw, 18px);
    line-height: clamp(24px, 1.667vw, 26px);
    letter-spacing: normal;
    color: #1d1d1d;
}

.jcf-radio span, .widget.widget-form .jcf-radio span {
    background: #00746d;
}

/** SIDEBAR STUFF **/

.rtSide {
    background-color: #f0f0f0;
    padding: 20px 15px;
    margin-bottom: 80px;
}

#sidebar .no-pad.row {
    margin: 0 -15px 15px;
}

.widget {
    padding: 40px 0;
    margin: 0;
}

.widget.widget-location {
    padding-top: 15px;
}

.personal-info h5,
.widget.widget-form .head,
.widget.widget-location h4,
.widget.widget-choose h3 {
    color: #1d1d1d;
    font-family: 'Figtree', sans-serif;
    text-transform: unset;
    font-size: clamp(20px, 1.354vw, 24px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.widget.widget-form .head {
    padding-top: 56px;
}

.personal-info h5 {
    width: fit-content;
    margin: 0 auto;
}

.personal-info h5::after,
.widget.widget-form .head p::after,
.widget.widget-location h4::after,
.widget.widget-choose h3::after {
    content: '';
    display: block;
    width: 80px;
    margin: clamp(8px, 0.833vw, 16px) auto clamp(12px, 1.25vw, 24px);
    border-bottom: 4px solid #ad940d;
}

.personal-info .description {
    text-align: center;
    width: 67%;
}

.widget.widget-form .personal-info .description p { /* JRF */
    font-size: clamp(12px, 0.833vw, 16px);
    line-height: clamp(20px, 1.25vw, 24px);
}

.widget.widget-form form {
    background-color: #f0f0f0;
    color: #363638;
    padding: 0px 28px 15px;
}

.widget.widget-form form .top {
    color: #031926;
}

.cInfo form input:not([type=submit]), .cInfo form textarea, .wrap-form-question form input:not([type=submit]), .wrap-form-question form textarea {
    font-size: 16px;
}

.widget.widget-location h4 {
    text-align: center;
}

.map-block.widget-map {
    height: 565px;
}

.widget-location .row-location {
    text-align: center;
}

.widget-location .row-location a {
    color: #031926;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
    display: block;
}

.widget .box {
    background-color: #f8f8f8;
    border: none;
}

.list-check li {
    padding-left: 26px;
    font-size: 16px;
}

.list-check li a {
    color: #1d1d1d;
}

.list-check li::before {
    color: #ad940d;
    font-size: 18px;
}

.personal-info .img img {
    border: none;
}

.entry.entry-add ul {
    margin-bottom: 0;
}

.entry.entry-add ul li {
    margin-bottom: 24px;
}

.entry ul > li::before {
    background-color: #ad940d;
    top: 6px;
}

/* half-content section on services page */

#innerHalfCont .image {
    padding: 0px;
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

#innerHalfCont .image img {
    width: clamp(200px, 20.833vw, 400px);
}

#innerHalfCont .text {
    padding: 0px;
}

@media ( max-width: 1366px ) {
    .rtSide {
        width: 30%;
        margin-left: 3.3333333%;
    }
}

@media ( max-width: 1024px ) {
    .bar.bar-title {
        padding: 15px 10px;
    }

    #rSlider {
        overflow: hidden;
    }

    .rtSide {
        width: 100%;
        margin-left: 0;
    }

    #innerHalfCont .container {
        display: grid;
        place-items: center;
    }

    #innerHalfCont .image, #innerHalfCont .text {
        padding-bottom: 40px;
    }

    .personal-info h5, .widget.widget-form .head, .widget.widget-location h4, .widget.widget-choose h3 {
        font-size: 24px;
        letter-spacing: 0.48px;
        line-height: 30px;
    }

    .personal-info .img img {
        width: 115px;
    }
}

@media ( max-width: 479px ) {
        .entry.entry-add .alignright {
        margin-left: 0px;
    }
}