@charset "UTF-8";

/* Interior Pages and Posts CSS */
.main-frame {
    background-color: #ffffff;
    color: #02252e;
}

.breadcrumb {
    padding: 5px 0 0;
}

#header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.bar.bar-title {
    background: #ffffff;
    border: 1px solid #02252e;
    border-left: none;
    border-right: none;
    background-size: 100vw;
    background-repeat: no-repeat;
}

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

.bar.bar-title a {
    color: #02252e;
}

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

.bar.bar-title h1,
.bar.bar-title h2 {
    color: #02252e;
    /* margin-top: 10px; */
    font-weight: 500;
    font-family: 'Albert Sans', sans-serif;
    text-transform: uppercase;
}

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

.entry {
    line-height: 25px;
    padding: 25px 0;
}

.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: 'Albert Sans', sans-serif;
    color: #02252e;
    font-weight: 500;
    text-transform: unset;
}

.entry-add h2,
.fullContent.entry-add h2 {
    font-size: clamp(24px, 1.667vw, 32px);
    font-weight: 500;
    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: 'Tenor Sans', sans-serif;
    font-weight: 500;
    color: #02252e;
}

.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: #02252e;
}

.entry img {
    box-shadow: none;
}

.entry img.no-shade {
    box-shadow: none;
}

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

.row.doc {
    margin-bottom: 80px;
}

.bioImg, 
.bio {
    display: grid;
    align-content: center;
    align-items: center;
}

.bioImg img {
    margin: 0 auto;
}

a.beforeAfter:hover img:nth-of-type(1) { /* JRF */
    clip: rect(0, 0, 434px, 0);
    opacity: o;
}

a.beforeAfter { /* JRF */
    position: relative;
    display: block;
    overflow: hidden;
    /* cursor: pointer; */
    width: 349px;
    height: 353px;
    margin: 10px 0;
}

a.beforeAfter img { /* JRF */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    z-index: 2;
    clip: rect(0, 350px, 350px, 0);
}

a.beforeAfter img:nth-of-type(2) { /* JRF */
    z-index: 1;
}

/** SIDEBAR STUFF **/

.rtSide {
    background-color: #ffffff;
    background-image: linear-gradient(180deg, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
    padding: clamp(20px, 1.563vw, 30px) 20px;
    color: #02252e;
    margin-top: 40px;
    margin-bottom: 80px;
}

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

.widget {
    padding: clamp(20px, 1.563vw, 30px) 0;
    margin: 0;
}

.widget.widget-form {
    padding: clamp(20px, 1.563vw, 30px) 0 0;
}

.personal-info {
    margin-bottom: clamp(20px, 3.125vw, 60px);
}

.personal-info h5,
.widget.widget-form .head,
.widget.widget-location h4,
.widget.widget-choose h3 {
    color: #02252e;
    font-family: 'Albert Sans', sans-serif;
    text-transform: none;
    font-size: clamp(22px, 1.354vw, 24px);
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

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

.widget.widget-form .head::after,
.widget.widget-location h4::after,
.widget.widget-choose h3::after {
    content: '';
    display: block;
    width: clamp(45px, 4.167vw, 80px);
    border-bottom: 4px solid #1d6e93;
    margin: 16px auto 24px;
}

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

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

.widget.widget-form form {
    background-color: transparent;
    color: #02252e;
    padding: 0 15px 15px;
}

.widget.widget-form form br {
    height: 0;
    display: none;
}

.widget.widget-form form .top {
    color: #02252e;
    font-size: 14px;
}

.widget.widget-form form .top legend {
    margin-bottom: 10px;
}


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

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

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

.row-location .place .fa {
    font-size: 30px;
    float: left;
    margin: 5px 10px 0 0;
    display: none;
}

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

.list-check li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
    padding: 0 0 0 40px;
}

.list-check li a {
    color: #02252e;
}

.list-check li::before {
    color: #1d6e93;
    font-size: 24px;
    top: 0;
}

.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: #1d6e93;
    top: 6px;
}

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

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

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

    #rSlider {
        overflow: hidden;
    }

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

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