/*
 Theme Name:    Anago Child
 Theme URI:    
 Description:  child theme for anago
 Author:       
 Author URI:   
 Template:     anago-theme
 Version:      1.0.1
 Tags:         flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, translation-ready, light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/
.area-list-ul {
    margin: 0;
    padding-left: 1.5em;
    display: grid;
    column-gap: 1em;
    grid-template-columns: auto auto auto;
}

.area-list-point {
    font-size: 0.85rem;
}

.sidebar-area-list {
    max-height: 300px;
    overflow-y: scroll;
    background: linear-gradient(rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), rgb(245, 245, 245) 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

.graybox {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    ul.area-list-ul {
        grid-template-columns: auto;
        margin-bottom: 1em;
        max-height: 300px;
        overflow-y: scroll;
        background: linear-gradient(rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), rgb(245, 245, 245) 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center bottom;
        background-repeat: no-repeat;
        background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
        background-attachment: local, local, scroll, scroll;
    }

    .area-list-point {
        font-size: 1rem;
    }
}

/* ==========================================================================
   Refer a Business — page-refer-a-business.php
========================================================================== */

/* ----- Shared helpers ----- */
.ss-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.ss-section {
    font-size: 16px;
    font-family: "Libre Franklin", sans-serif;
    color: #193252;
    margin-top: 16px;
    line-height: 1.55;
}
.ss-space-py {
    padding-top: 48px;
    padding-bottom: 48px;
}
.ss-space-my {
    margin-top: 48px;
    margin-bottom: 48px;
}
.ss-section p {
    font-size: inherit;
}
.ss-section h1,
.ss-section h2,
.ss-section h3,
.ss-section h4,
.ss-section h5,
.ss-section h6 {
    font-family: 'Special Gothic Condensed One', sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.2;
}
.ss-section h1 {
    font-size: 32px;
    color: #193252;
    line-height: 1;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.ss-section h2 {
    font-size: 26px;
}
@media(min-width: 576px) {
    .ss-container {
        max-width: 100%;
    }
    .ss-section h1 {
        font-size: 40px;
    }
    .ss-section h2 {
        font-size: 32px;
    }
}
@media(min-width: 768px) {
    .ss-container {
        max-width: 768px;
    }
}
@media(min-width: 992px) {
    .ss-container {
        max-width: 992px;
    }
    .ss-space-py {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .ss-space-my {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    .ss-section h1 {
        font-size: 56px;
    }
    .ss-section h2 {
        font-size: 40px;
    }
}
@media(min-width: 1200px) {
    .ss-container {
        max-width: 1200px;
    }
}
@media(min-width: 1310px) {
    .ss-container {
        max-width: 1310px;
    }
    .ss-section {
        font-size: 18px;
    }
    .ss-space-py {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .ss-space-my {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .ss-section h1 {
        font-size: 72px;
    }
    .ss-section h2 {
        font-size: 50px;
    }
}
/* Header */
@media (max-width: 1399px) {
  #menu {
    display: flex;
  }
}

/* ----- Hero ----- */
.ss-twoCol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 32px;
}
.ss-twoCol.ss-twoCol--hasBg {
    border-radius: 15px;
    background: linear-gradient(135deg, #94BCD1, white, #FECC69); 
    padding: 48px 15px;
}
.ss-twoCol .ss-item {
    flex: 0 0 auto;
    width: 100%;
}
.ss-twoCol__title small {
    display: block;
    font-size: 18px;
    font-family: "Libre Franklin", sans-serif;
    text-transform: none;
    margin-top: 16px;
}
@media(min-width: 576px) {
    .ss-twoCol.ss-twoCol--hasBg {
        padding: 48px 32px;
    }
}
@media(min-width: 992px) {
    .ss-twoCol .ss-item {
        width: 50%;
    }
    .ss-twoCol .ss-item--right {
        padding-left: 32px;
    }
    .ss-twoCol.ss-twoCol--hasBg {
        padding: 80px 32px 64px;
    }
    .ss-twoCol__title small {
        font-size: 20px;
    }
}
@media(min-width: 1310px) {
    .ss-twoCol .ss-item--right {
        padding-left: 120px;
    }
    .ss-twoCol.ss-twoCol--hasBg {
        padding: 150px 48px 64px;
    }
    .ss-twoCol__title small {
        font-size: 24px;
    }
}
/* ss-giftCard */
.ss-giftCard {
    position: relative;
    padding: 24px 24px 0px 0px;
    z-index: 1;
}
.ss-giftCard:before {
    content: '';
    position: absolute;
    top: 62px;
    left: 12px;
    right: 15px;
    bottom: 0;
    border-radius: 19.671px;
    background: #E0B44F;
    transform: rotate(5.4deg);
}
.ss-giftCard__sticker {
    display: inline-block;
    line-height: 1;
    border-radius: 50px;
    background: #F7A11D;
    box-shadow: 0 4.827px 7.24px 0 rgba(251, 166, 35, 0.28);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 12px 16px;
    position: absolute;
    top: 0;
    right: 16px;
    transform: rotate(12deg);
    z-index: 1;
}
.ss-giftCard__inner {
    position: relative;
    color: #FFF;
    border-radius: 19.671px;
    background: #193252;
    box-shadow: 0 4.721px 23.606px 0 rgba(0, 0, 0, 0.10);
    transform: rotate(-3.407deg);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 24px 15px;
    font-family: "Special Gothic Condensed One", sans-serif;
}
.ss-giftCard__label {
    color: #F7A11D;
    font-size: 14.163px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.142px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 24px;
}
.ss-giftCard__amount {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.811px;
    text-transform: uppercase;
    font-weight: 400;
}
.ss-giftCard__desc {
    font-family: "Libre Franklin", sans-serif;
    font-size: 12.213px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 16px;
}
.ss-giftCard__footer {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    font-size: 14.163px;
    line-height: 1;
    letter-spacing: 0.142px;
    text-transform: uppercase;
}
@media(min-width: 576px) {
    .ss-giftCard {
        padding: 32px 40px 0px 0px;
    }
    .ss-giftCard__inner {
        padding: 32px;
    }
    .ss-giftCard__amount {
        font-size: 40px;
    }
}
@media(min-width: 992px) {
    .ss-giftCard__inner {
        min-height: 375px;
    }
    .ss-giftCard__amount {
        font-size: 56px;
    }        
    .ss-giftCard__offsetBox {
        position: absolute;
        top: 40px;
        right: 32px;
        width: 30px;
        height: 22px;
        border-radius: 2px;
        background: #F7A11D;
    }
    .ss-giftCard__offsetBox:after {
        content: '';
        position: absolute;
        inset: 4px;
        border-radius: 2px;
        border: 1px solid #fff;
    }
}
@media(min-width: 1310px) {
    .ss-giftCard__inner {
        padding: 40px 32px;
    }
    .ss-giftCard__amount {
        font-size: 80px;
    }
}

/* ----- How It Works ----- */
h2.ss-cardBlock__header {
    text-transform: uppercase;
    margin-bottom: 24px;
}
.ss-cardBlock__grid {
    display: grid;
    gap: 24px;
}
.ss-card {
    border-radius: 15px;
    border: 1px solid #193252;
    background-color: #fff;
    padding: 24px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
}
.ss-card__media {
    margin-bottom: 20px;
}
.ss-card__title {
    text-transform: uppercase;
    font-size: 20px;
}
.ss-card__body p:last-of-type {
    margin-bottom: 0;
}
.ss-cardBlock__footer {
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(254, 204, 105, 0.5), white, rgba(148, 188, 209, 0.5)); 
    font-size: 16px;
    padding: 24px 15px;
    margin-top: 32px;
    font-weight: 500;
}
.ss-cardBlock__footer > strong {
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}
.ss-cardBlock__footer > p:last-of-type {
    margin-bottom: 0;
}
@media(min-width: 768px) {
    .ss-cardBlock__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media(min-width: 992px) {
    .ss-cardBlock__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media(min-width: 1310px) {
    .ss-cardBlock__grid {
        gap: 30px;
    }
    .ss-card {
        padding: 30px;
    }
    .ss-card__title {
        font-size: 24px;
    }
    .ss-cardBlock__footer {
        padding: 40px;
    }
}

/* ----- Form section ----- */
h2.ss-formBlock__header {
    margin-bottom: 24px;
    text-transform: uppercase;
}
@media(min-width: 992px) {
    h2.ss-formBlock__header {
        margin-bottom: 40px;
    }
}
.ss-mt24px {
    margin-top: 24px !important;
}
.ss-form--alt .gform_wrapper .ginput_container {
    line-height: 1;
}
.ss-form--alt .gfield--type-html h3 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.ss-form--alt .gform_wrapper span.gfield_required {
    padding-left: 0;
    color: inherit !important;
}
.ss-form--alt .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.ss-form--alt .gform_wrapper select,
.ss-form--alt .gform_wrapper textarea {
    font-size: 15px;
    line-height: 1;
}
.ss-form--alt .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit])::placeholder,
.ss-form--alt .gform_wrapper textarea::placeholder {
    color: #C8C8C8;
}
.ss-form--alt .gfield--type-checkbox .ginput_container_checkbox {
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(0, 0, 0, 0.04);
    padding: 16px 12px;
}
.ss-form--alt .gfield--type-checkbox input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.ss-form--alt .gfield--type-checkbox label {
    position: relative;
    cursor: pointer;
    color: #193252;
    font-weight: 500;
    font-family: "Libre Franklin", sans-serif;
    padding-left: 24px;
}
.ss-form--alt .gfield--type-checkbox label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.40);
}
.ss-form--alt .gfield--type-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #193252;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.ss-form--alt .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 24px;
}
.ss-form--alt .gform_wrapper.gravity-theme .gform_footer button,
.ss-form--alt .gform_wrapper.gravity-theme .gform_footer input {
    margin: 0 !important;
}
.ss-form--alt .gform_confirmation_message {
    padding: 24px 15px;
    background-color: #193252;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
@media(min-width: 576px) {
    .ss-form--alt .gfield--type-checkbox .ginput_container_checkbox {
        padding: 16px;
    }
}
@media(min-width: 992px) {
    .ss-form--alt .gfield--type-checkbox .ginput_container_checkbox {
        padding: 23px;
    }
}
@media(min-width: 1310px) {
    .ss-form--alt .gfield--type-html h3 {
        font-size: 32px;
    }
    .ss-form--alt .gfield--type-checkbox label {
        padding-left: 40px;
    }
    .ss-form--alt .gfield--type-checkbox label:before {
        top: -5px;
        width: 24px;
        height: 24px;
        border-radius: 7px;
    }
    .ss-form--alt .gfield--type-checkbox input[type="checkbox"]:checked + label:after {
        top: -1px;
        left: 9px;
        width: 6px;
        height: 14px;
    }
}
/* ss-formGrid */
.ss-formGrid .ss-col-wrap {
    grid-column: 1/-1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 32px;
}
.ss-formGrid .ss-col-wrap .ss-leftCol-fieldWrap,
.ss-formGrid .ss-col-wrap .ss-rightCol-fieldWrap {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    gap: 12px 24px;
    grid-template-columns: repeat(12,1fr);
}
.ss-formGrid .gfield--type-html h3  {
    margin-bottom: 8px;
}
@media(min-width: 992px) {
    .ss-formGrid .ss-col-wrap .ss-leftCol-fieldWrap,
    .ss-formGrid .ss-col-wrap .ss-rightCol-fieldWrap {
        width: 50%;
    }
}
@media(min-width: 1310px) {
    .ss-formGrid .ss-col-wrap {
        margin-left: -40px;
        margin-right: -40px;
    }
    .ss-formGrid .ss-col-wrap .ss-leftCol-fieldWrap,
    .ss-formGrid .ss-col-wrap .ss-rightCol-fieldWrap {
        width: 50%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .ss-formGrid .ss-col-wrap .ss-rightCol-fieldWrap {
        border-left: 1px solid rgba(0, 0, 0, 0.06);
    }
}

/* ==========================================================================
   Referral Thank You — page-referral-thank-you.php
========================================================================== */
.ss-ty-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.rty-icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

/* Headings */
.rty-heading {
    font-family: 'Special Gothic Condensed One', sans-serif;
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.82px;
    color: #193252;
    margin: 0;
}

.rty-body {
    font-family: "Libre Franklin", sans-serif;
    color: #193252;
    margin-top: 16px;
    line-height: 1.55;
}

@media (max-width: 1199px) {
    .rty-heading {
        font-size: 56px;
    }
    .rty-body {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .rty-heading {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .rty-heading {
        font-size: 32px;
    }
}

/* Footer */
.site-footer-new__center {
    max-width: none;
}
.site-footer-new__center p,
.site-footer-new__bottom p,
.site-footer-new__bottom-links {
    font-size: 14px;
}