@charset "UTF-8";

/* Interior Pages and Posts CSS */
#header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

#header .header-holder {
    background-color: transparent;
}

.main-frame {
    background-color: #f8f8f8;
    color: #0f2336;
    padding-top: clamp(15px, 2.230vw, 45px);
}

.page-id-25 #inner-content {
    padding-bottom: 300px;
}

.breadcrumb {
    padding: 5px 0 0;
}

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

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

.bar.bar-title .container {
    padding: 20px 0;
    border-bottom: 2px solid #ececec
}

.bar.bar-title a {
    color: #0E1A31;
    font-family: 'Jost', sans-serif;
}

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

.bar.bar-title h1,
.bar.bar-title h2 {
    color: #1f2638;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
}

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

.page-template-flexible #inner-content {
    padding: 0;
}

.page-template-flexible #inner-content .container {
    width: 100%;
    padding: 0;
}

.entry-add h2,
.entry-add h3,
.entry-add h4 {
    font-family: 'Philosopher', sans-serif;
    font-size: clamp(18px, 1.667vw, 32px);
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    line-height: clamp(36px, 2.188vw, 42px) !important;
}

.entry-add h2,
.fullContent.entry-add h2 {
    color: #1f2638;
    font-family: 'Philosopher', sans-serif;
    font-size: clamp(18px, 1.667vw, 32px);
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    line-height: clamp(26px, 2.083vw, 40px);
}

.page-offer h3, .page-offer h2 {
    color: #1f2638;
    font-family: 'Philosopher', sans-serif;
    font-size: clamp(18px, 1.667vw, 32px);
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    line-height: clamp(36px, 2.083vw, 40px);
}

.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: #0E1A31;
}

.jcf-radio span, .widget.widget-form .jcf-radio span {
    background: #6866e8;
}

/** SIDEBAR STUFF **/

.rtSide {
    background-color: #e8ecef;
    color: #0f2336;
    padding: 20px 15px;
    border-radius: 0;
    margin-bottom: 168px;
}

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

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

.widget.widget-location, .widget.widget-choose {
    padding: 30px 20px;
}

.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;
}

.personal-info {
    padding: 0 20px;
}

.personal-info h5,
.widget.widget-form .head,
.widget.widget-location h4,
.widget.widget-choose h3 {
    color: #1f2638;
    font-family: 'Manrope', sans-serif;
    text-transform: none;
    font-size: clamp(20px, 1.250vw, 24px);
    font-weight: 500;
    font-style: normal;
    letter-spacing: clamp(0px, 0.023vw, .44px);
    line-height: clamp(26px, 1.563vw, 30px);
    text-align: center;
}

.personal-info h5 a {
    color: #1b2436;
}

.personal-info h5{
    width: fit-content;
    margin: 0 0 24px;
    text-align: left;
}

.widget.widget-form .head p::after,
.widget.widget-location h4::after,
.widget.widget-choose h3::after,
.personal-info h5::after {
    content: '';
    display: block;
    width: 80px;
    height: 0;
    margin: 8px auto 16px;
    border-bottom: 4px solid #61bc47;
}

.personal-info h5::after {
    margin: 8px 0 16px;
    display: none;
}

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

.widget.widget-form .personal-info .description p { /* JRF */
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: clamp(20px, 1.146vw, 22px);
    color: #313131;
}

.widget.widget-form form {
    background-color: transparent;
    color: #1b2436;
}

.widget.widget-form form .top {
    color: #0f2336;
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.wrap-form-question form .top p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.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: #0f2336;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
    display: block;
}

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

.list-check li {
    padding-left: 40px;
    font-size: 14px;
}

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

.list-check li::before {
    color: #61bc47;
    width: 28px;
    height: 28px;
    font-size: 14px;
    background-color: #2a3965;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    border-radius: 50%;
}

.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: #61bc47;
    top: 8px;
}

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

@media ( max-width: 1024px ) {
    .menu-opener span, .menu-opener::after, .menu-opener::before {
        background: #1d396b;
    }
    
    #mobLogo {
        /* display: none; */
    }

    .mob-logo-section img {
        filter: none;
    }
    
    .bar.bar-title {
        padding: 15px 10px;
    }

    #inner-content {
        padding-bottom: 40px;
    }

    #rSlider {
        overflow: hidden;
    }

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

    .page-id-25 #inner-content {
        padding-bottom: 0px;
    }

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

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

@media (max-width: 567px) {
    .main-frame {
        background-position: left bottom;
        background-size: 200vw
    }

    .entry.entry-add .alignright {
        margin: 0 0 20px 0px;
    }
}