/*
Theme Name: Sinlakuaid
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2026.1776764081
Updated: 2026-04-21 09:34:41

*/

:root {
    /* Exact colors extracted & matched from the screenshot */
    --hero-overlay: rgba(15, 23, 20, 0.68);
    --gold: #f4c75c;
    --clrbgdblue: #4663ac;
    --clrbglgblue: #e1f1fd;
    --clrblck: #000;
    --filter-active: #1e3a8a;
    --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

* {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif;
}
body{
    overflow-x: hidden;
}
#wrapper a{
    color: var(--clrbgdblue);
}
.clrbgdblue{
    background: var(--clrbgdblue);
}
.clrbglgblue{
    background: var(--clrbglgblue);
}
.clrblck{
    color: var(--clrblck);
}
.clrblue{
    color: var(--clrbgdblue);
}
.hero {
    min-height: 720px;
    background-image: linear-gradient(var(--hero-overlay), var(--hero-overlay)),
        url("images/hero-banner.jpg"); /* Tropical leaf background – replace with your exact exported background image if needed */
    background-size: cover;
    background-position: center top;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
}
.inner-page-section {
    background-image: linear-gradient(var(--hero-overlay), var(--hero-overlay)), url(images/hero-banner.jpg);
    background-size: cover;
}
.linksharing a i {
    color: #ddd;
}
.hero-content {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}
.linksharing a:hover i {
    color: #c1d8f0;
}
/* Logo – exact top-left placement */
.logo {
    position: absolute;
    top: 40px;
    left: 40px;
    border-radius: 14px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.logo img {
    max-width: 125px;
}

/* Title & text */
.kona-label {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 1px;
    color:#c8d9ed;
    margin-bottom: 8px;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 4.2rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -3px;
}

.hero-subtitle {
    font-size: 1.35rem;
    max-width: 850px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 1.5rem;
}

/* Learn more row */
.learn-more {
        margin-top: 2rem;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #ddd;
}

/* Action buttons */
.action-buttons {
    margin-top: 2.5rem;
    gap: 12px;
    flex-wrap: wrap;
}
.donorboxcstm dbox-widget {
    margin: 0 auto;
}
.btn-custom {
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.btn-spreadsheet {
    background: #f1f3f5;
    color: #1f2937;
    border: 2px solid #cbd5e1;
}
.btn-submit {
    background: var(--clrbgdblue);
    color: white;
    border: none;
}
.btn-donate {
        background: #c1d8f0;
    color: #000;
    border: none;
}
.btn-synced {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
}
input[type="submit"] {
    background-color: var(--clrbgdblue);
    color: #fff;
    border: 0;
    padding: 3px 10px;
}
.accordion-button:not(.collapsed)::after {
   
    filter: brightness(0) invert(1);
}
input[type="submit"]:hover {
    opacity: 0.85;
}
.fmlyinform .gform_required_legend {
    font-weight: 700;
}

.fmlyinform .gform_wrapper div.gform_fields {
    row-gap: 16px;
}

.fmlyinform .gform_wrapper .gform-footer.gform_footer input.gform_button.button {
    background-color: var(--clrbgdblue);
    box-shadow: none;
    outline: 0;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 0;
    line-height: 1  !important;
}
.fmlyinform .gform_wrapper .ginput_container input, .fmlyinform .gform_wrapper .ginput_container textarea{
    border: 1px solid #b1b1b1;
    line-height: normal !important;
    border-radius: 5px;
}
.cardscontent .card .card-body {
    background-color: #f8fafc;
}

.cardscontent .card {
    border-color: #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
}

.fmlyinform .gform_wrapper .ginput_container input:focus, .fmlyinform .gform_wrapper .ginput_container textarea:focus {
    outline: 0;
    border-color: var(--clrbgdblue);
}
.fmlyinform .gform_wrapper .gform-footer.gform_footer.top_label {
    padding-bottom: 0;
}

.fmlyinform .gform_wrapper .ginput_container select {
    border: 1px solid #b1b1b1;
    line-height: normal !important;
    border-radius: 5px;
}
.fmlyinform .gform_wrapper .ginput_container select:focus {
 outline: 0;
    border-color: var(--clrbgdblue);
}
.fmlyinform .gform_wrapper .gform-footer.gform_footer input.gform_button.button:hover {
    opacity: 0.85;
}
.fmlyinform .gform_wrapper.gravity-theme .gfield_description{
    padding-top: 5px;
    font-style: italic;
    font-size: 12px;
    color: #3e3e3e;
    line-height: 1.3;
}
.fmlyinform .gform_wrapper.gravity-theme .gfield_description.validation_message {
    padding: 5px 10px;
    color: #c84528;
    font-style: normal;
}
/* Stats */
.stat-card {
    border-radius: 20px;
    padding: 24px 15px;
    color: white;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
}
.linksharing {
    display: flex;
    gap: 15px;
}
.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}
a.btn-custom:hover {
    opacity: 0.85;
}
.stat-label {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.95;
    margin-top: 6px;
}
.dropdown-menu.show {
    display: block;
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #10b981;
}
/* Browse button */
.browse-btn {
    background: #fff;
    color: #1f2937;
    border-radius: 50px;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    margin-top: 1.5rem;
}
.brzbtnarea svg {
    width: 20px;
    margin-left: 10px;
}
.browse-btn:hover{
	background: #eee;
	color: #000;
}
/* FILTER BAR */
.filter-bar {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.island-filter:hover{
    background-color: #c1dcf1;
}
#cpt-filter-wrapper button.btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    opacity: 1;
    font-size: 12px;
    color: #62748e;
    width: 36px;
    height: 36px;
    padding: 0;
}
#cpt-filter-wrapper button.btn-close:hover {
    border-color: #cad5e2;
}
.island-filter {
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 600;
    border: 0px solid transparent;
    background-color: #e1f1fd;
    font-size: 14px;
    color: var(--clrbgdblue);
}
.searchwrp-area-frm svg {
    width: 16px;
    height: 16px;
    stroke: #90a1b9;
}

.searchwrp-area-frm {
    border: 1px solid #90a1b9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    background-color: #f3f3f3;
}
.redmaindv {
    display: block;
    min-height: 30px;
}
.tagpaymentsec.Paypal {
    background-color: rgb(0,48,135,0.23);
    color: #003087;
}

.Paypal.donate-btn {
    background-color: #003087;
}
.tagpaymentsec.GoFundMe {
    background-color: rgb(74,157,68,0.23);
    color: #4a9d44;
}
.GoFundMe.donate-btn {
    background-color: #4a9d44;
}
.tagpaymentsec.Zelle {
    background-color: rgb(71,30,153,0.23);
    color: rgb(71,30,153);
}

.Zelle.donate-btn {
    background-color: #471e99;
}
.gofundme-tag.CashApp {
    background-color:rgb(0,207,48,0.23);
    color: #00cf30;
}
.CashApp.donate-btn {
    background-color: #00cf30;
    color: #fff;
}
.SpotFund.donate-btn {
    background-color:#8200db;
}
.gofundme-tag.SpotFund {
    background-color:rgb(130,0,219,23%);
    color: #8200db;
}
.Venmo.donate-btn {
    background-color: #155dfc;
}
.gofundme-tag.Venmo {
    background-color: rgb(21,93,252,0.24);
    color: #155dfc;
}

.modal .Venmo.donate-btn {
    box-shadow: 0px 4px 15px rgba(21, 93, 252, 0.4);
}
.modal .SpotFund.donate-btn {
    box-shadow: 0px 4px 15px rgba(130, 0, 219, 0.4);
}
.modal .CashApp.donate-btn {
    box-shadow: 0px 4px 15px rgba(0, 207, 48, 0.4);
}
.modal .Zelle.donate-btn {
    box-shadow: 0px 4px 15px rgba(71, 30, 153, 0.4);
}
.modal .GoFundMe.donate-btn {
    box-shadow: 0px 4px 15px rgba(74, 157, 68, 0.4);
}
.modal .Paypal.donate-btn {
    box-shadow: 0px 4px 15px rgba(0, 48, 135, 0.4);
}
.searchwrp-area-frm input.inputcpt-search {
    border: 0;
    outline: 0;
    padding: 0 10px;
    color: #000;
    font-size: 14px;
    background-color: #f3f3f3;
}
.btnsearchgroup {
    position: sticky;
    top: 0;
    z-index: 1;
}
.gform_confirmation_wrapper {
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;
    font-style: italic;
    margin-top: 20px;
}
.btnsearchgroupwrap {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    border-bottom: 3px solid #e2e8f0;
}
.cardscontent h6 a {
    text-decoration: underline;
    color: var(--clrbgdblue);
}
.cardscontent h5 {
    font-size: 12px;
    color: #62748e;
    text-transform: uppercase;
}
.cardscontent h6 {
    font-size: 14px;
    color: #0f172b;
}
.fullcontent h6 {
    color: #62748e;
    font-size: 14px;
    text-transform: uppercase;
}

.fullcontent p {
    color: #314158;
    font-size: 14px;
    line-height: 26px;
}
.modal-header small.lctiontxt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
}
.cardscontent .card {
    height: 100%;
}

.island-filter.active {
    background: var(--clrbgdblue);
    color: white;
    border-color: var(--clrbgdblue);
}

/* Family cards – pixel perfect */
.family-card {
    border-radius: 20px;
    border: 1px solid #f1f3f5;
    box-shadow: var(--card-shadow);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    overflow: hidden;
}

.family-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#wrapper ul {
    list-style: disc;
}

#wrapper ol {
    list-style: auto;
}
.gofundme-tag {
    background: #e1f1fd;
    color: rgb(70 99 172);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 50px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--clrbgdblue);
    box-shadow: none;
}
.raised-pill {
    background: #fefce8;
    color: #854d0e;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
}
.cstmtextmain p{
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--clrbgdblue);
    line-height: 1.4;
}
.donate-btn {
    background: var(--clrbgdblue);
    outline: 0;
    font-size: 14px;
    border: none;
    border-radius: 0.375rem;
    font-weight: 700;
    padding: 10px 24px;
    text-decoration: none;
}
small.lctiontxt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.donate-btn:hover {
    opacity: 0.85;
}
section#faq-section {
    background-color: #f1f1f1;
}
.input-group.srchgrup {
    border: 1px solid #dee2e6;
    border-radius: 50em;
    overflow: hidden;
}
.srchgrup .input-group-text{
    cursor: pointer;
}
.input-group.srchgrup input#search-input {
    box-shadow: none;
}
.wpexcerptext {
    font-size: 14px;
}
/* Footer */
footer {
    font-size: 0.95rem;
    color: #64748b;
}
.island-filter.active .cunt-catname {
    color: #e1f1fd;
}
.cunt-catname {
    color: #8691ac;
}
.pagination {
    justify-content: center;
    gap: 5px;
    padding: 0;
}

.page-numbers {
    border: 1px solid;
    background:#e1f1fd;
    color: var(--clrbgdblue);
    border-color: #c1dcf1;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 22px;
    border-radius: 3px;
    outline: 0;
}

.page-numbers.current, #wrapper a.page-numbers:hover {
    background-color: var(--clrbgdblue);
    color: #fff;
    border-color: var(--clrbgdblue);
}

a.next.page-numbers {
    width: auto;
    padding: 0 5px;
    font-size: 13px;
}

a.prev.page-numbers {
    width: auto;
    padding: 0 5px;
    font-size: 13px;
}
@media (min-width: 993px) {
    .wpexcerptext {
        min-height: 90px;
    }
    .modal-body .donate-btn {
        border-radius: 100px;
        padding: 13px 24px;
    }
    .ficptmodal .modal-header {
        padding: 20px 25px;
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 1;
        border-radius: 28px 28px 0 0;
    }

    .ficptmodal .modal-body {
        padding: 20px 25px;
    }

    .ficptmodal .modal-content {
        border-radius: 28px;
    }
    .ficptmodal.modal {
        border-radius: 28px;
    }
}
@media (max-width: 992px) {
    .hero {
        min-height: 680px;
    }
    .logo {
        top: 25px;
        left: 25px;
    }
    body .hero-content {
        padding: 40px 0;
    }
    section.hero {
    flex-wrap: wrap;
}

.inner-title .logo {
    top: 25px;
    left: 25px;
    padding-top: 0;
    padding-bottom: 20px;
    justify-content: center;
    position: static;
}
.inner-title .logo img {
    max-width: 200px;
}
section.hero .logo {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

section.hero .logo img {
    max-width: 200px;
}

/* Modal CSS */
.ficptmodal.modal .donate-btn {
    width: 100%;
    text-align: center;
    border-radius: 1rem;
    padding: 14px 24px;
}

.cardscontent .cradcolsec {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.cardscontent .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.ficptmodal.modal {
    padding-left: 0;
    padding-right: 0;
    /* overflow: hidden; */
    border-radius: 28px 28px 0 0;
}

.ficptmodal.modal .modal-dialog {
    margin-left: 0;
    margin-right: 0;
}

.ficptmodal.modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 28px 28px 0 0;
}

#cpt-filter-wrapper .ficptmodal.modal .modal-dialog .modal-content button.btn-close {
    top: 20px;
    right: 20px;
}
.ficptmodal.modal .modal-header {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 28px 28px 0 0;
}
.ficptmodal.modal .modal-dialog {
    border-radius: 28px 28px 0 0;
    width: 100%;
    max-width: 100%;
    align-items: flex-end;
}
}
@media (max-width: 1100px) {
    body .stat-number {
        font-size: 2rem;
    }
}
@media (min-width: 1200px) {
    .btn-custom {
        padding: 10px 15px 8px 15px;
        line-height: 1;
    }
    
}
a.btn.btn-outline-secondary, a.btn.btn-outline-secondary:active {
    line-height: 1.8;
    outline: 0;
    background-color: #e1f1fd;
    color: var(--clrbgdblue);
    border-color: #c1dcf1;
    font-weight: 700;
    font-size: 14px;
}
a.btn.btn-outline-secondary:hover {
    background-color: #c1dcf1;
}
@media (max-width: 767px) {


section.hero  h1.hero-title {
    font-size: 40px;
}

section.hero .container.hero-content {
    padding-left: 20px;
    padding-right: 20px;
}

section.hero .container.hero-content p.hero-subtitle {font-size: 17px;}

section.hero .container.hero-content .learn-more {
    flex-wrap: wrap;
    gap: 5px;
}
section.hero .container.hero-content .learn-more .linksharing {
    gap: 15px;
    display: flex;
}
.stat-card {
    padding: 10px;
    border-radius: 10px;
}

.stat-card .stat-number {
    font-size: 20px;
    font-weight: 600;
}

.stat-card .stat-label {
    font-size: 12px;
    font-weight: 600;
}
button.browse-btn.btn {
    padding: 8px 20px;
    font-size: 16px;
}
.action-buttons .btn-custom {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.action-buttons {
    gap: 5px;
}
.filter-bar .btn-group {
    flex-wrap: wrap;
    gap: 10px;
}

.filter-bar .btn-group button {
    padding: 5px 10px;
    border-radius: 20px !important;
}
.filteramt {
    width: 100%;
}

.filteramt button.btn {
    width: 100%;
    position: relative;
}
.filteramt button.btn:after {
    position: absolute;
    right: 10px;
}
}

@media (min-width: 1300px) {
    body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl, body .container-xxl {
        max-width: 1200px;
    }
}
