@charset "UTF-8";

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

#header .header-holder {
    /* background-color: #F8F8F8; */
}

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

.main-frame:not(.home) {
    padding-bottom: 100px;
}

.breadcrumb {
    padding: 5px 0 0;
}

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

.page-id-16968 .su-row img,
.page-id-16972 .su-row img {
    border-radius: 50%;
}

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

.bar.bar-title .container {
    padding: 20px 0;
    border-bottom: none;
}

.bar.bar-title a {
    color: #1f1f1f;
}

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

.bar.bar-title h1,
.bar.bar-title h2 {
    color: #232323;
    font-weight: 400;
    font-family: 'Figtree', sans-serif;
    text-transform: capitalize;
}

.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.entry-add h2, .entry.entry-add h3, .entry.entry-add h4 {
    font-family: 'loos-extended', sans-serif;
    font-size: clamp(24px, 1.458vw, 28px);
    font-weight: 500;
    color: #232323;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: clamp(36px, 2.083vw, 40px);
}

.entry.entry-add h4 {
    font-size: clamp(22px, 1.25vw, 24px);
    font-family: 'Figtree', sans-serif;
}

.entry-add h2,
.fullContent.entry-add h2 {
    color: #303030;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(26px, 1.667vw, 32px);
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    line-height: clamp(36px, 2.188vw, 42px);
}

.page-offer h3, .page-offer h2 {
    color: #303030;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(26px, 1.667vw, 32px);
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    line-height: clamp(36px, 2.188vw, 42px);
}

.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: #1f1f1f;
}

.entry img {
    box-shadow: 0px 20px 40px #0000000D;
}

/** SIDEBAR STUFF **/

.rtSide {
    background-color: #EAE9E4;
    color: #232323;
    padding: 20px 15px;
    border-radius: 0;
    margin-bottom: 80px;
    /* box-shadow: 0px 30px 60px #0000000D; */
}

.top legend {
    font-size: 16px;
}

#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,
.widget.widget-form form .top label,
.widget.widget-form form .top span {
    font-size: 16px;
}

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

.personal-info h5,
.widget.widget-form .head,
.widget.widget-location h4,
.widget.widget-choose h3 {
    color: #232323;
    font-family: 'Figtree', sans-serif;
    text-transform: none;
    font-size: clamp(18px, 1.146vw, 22px);
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(24px, 1.354vw, 26px);
    text-align: center;
}

.widget.widget-choose h3 {
    margin: 0 0 24px;
}

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

.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: 60px;
    height: 4px;
    margin: 8px auto 16px;
    border-bottom: 0;
    background-color: #C3A87E;
}

.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: 16px;
    line-height: 24px;
    color: #303030;
    margin-bottom: 60px;
}

.widget.widget-form form {
    background-color: transparent;
    color: #1b2436;
    padding-bottom: 0px;
    padding-top: 0px;
}

.widget.widget-form form .top {
    color: #353C46;
    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-form .wrap-form-question input[type="submit"] {
    background-color: #232323;
    color: #f8f8f8;
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 700;
    padding: 16px 24px;
    line-height: normal;
    border-radius: 0px;
    margin-bottom: 0px;
}

.widget.widget-form .wrap-form-question input[type="submit"]:hover {
    color: #f8f8f8;
    background-color: #424242;
    /* margin: 5px auto 5px; */
}

.widget.widget-location h4 {
    text-align: center;
    margin-bottom: 24px;
}

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

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

.widget-location .row-location a {
    color: #303030;
    font-size: 16px;
    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: 26px;
    font-size: 16px;
}

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

.list-check li::before {
    color: #C3A87E;
    font-size: 14px;
}

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

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

@media ( max-width: 1024px ) {
    
    #mobLogo {
        /* display: none; */
    }

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

    #rSlider {
        overflow: hidden;
    }

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

    .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: 479px ) {
    .entry.entry-add .alignright {
        margin: 0 0 20px 0px;
    }

    .entry.entry-add h3 {
        line-height: 1.3;
    }
}