/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.3.1779949164
Updated: 2026-05-28 15:19:24

*/

.search-page{
    max-width:700px;
    margin:100px auto;
    text-align:center;
}

.search-page h1{
    font-size:36px;
    margin-bottom:30px;
}



.member-login-wrap{
    min-height:20vh;
	width:1200px;
    display:flex;
    justify-content:center;
    align-items:center;
    /*background:#f7f9fc;*/
	background:#fff;
	padding-top:40px;
}

.member-login-box{
    /*width:420px;*/
	width:1000px;
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}
/*
.member-logo{
    text-align:center;
    margin-bottom:30px;
}

.member-logo img{
    max-width:220px;
    height:auto;
}
*/
.member-login-box label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.member-login-box input[type="text"],
.member-login-box input[type="password"]{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:10px;
    margin-bottom:20px;
    font-size:16px;
}

.member-login-box input[type="submit"]{
    width:100%;
    padding:14px;
    border:none;
    border-radius:10px;
    background:#2271b1;
    color:#fff;
    font-size:16px;
    cursor:pointer;
    transition:.2s;
}

.member-login-box input[type="submit"]:hover{
    opacity:.9;
}

.facility-search-top{
    max-width:900px;
    margin:120px auto;
    text-align:center;
}

.facility-search-top h1{
    font-size:48px;
    margin-bottom:20px;
}

.facility-search-top p{
    font-size:18px;
    color:#666;
    margin-bottom:40px;
}

.facility-search-top .search-box{
    max-width:700px;
    margin:0 auto;
}

.facility-search-top input[type="text"]{
    width:100%;
    padding:18px;
    font-size:18px;
    border:1px solid #ccc;
    border-radius:8px;
}

.facility-search-top input[type="submit"]{
    margin-top:20px;
    padding:12px 40px;
    font-size:16px;
    border:none;
    border-radius:8px;
    cursor:pointer;
}





/* ==========================
   Facility Search Top
========================== */

.facility-search-top{
    max-width:900px;
    margin:120px auto;
    text-align:center;
}

.facility-search-top h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:15px;
}

.facility-subtitle{
    color:#666;
    font-size:18px;
    margin-bottom:40px;
}

.facility-search-box{
    max-width:700px;
    margin:0 auto;
}

.facility-search-box input[type="text"]{
    width:100%;
    padding:18px;
    border:1px solid #ddd;
    border-radius:30px;
    font-size:18px;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
}

.facility-search-box input[type="submit"]{
    margin-top:20px;
    padding:12px 40px;
    border:none;
    border-radius:30px;
    font-size:16px;
    cursor:pointer;
}

.facility-search-box input[type="submit"]:hover{
    opacity:0.9;
}



/* ==========================
   Facility List
========================== */

.facility-card{
    border:1px solid #ddd;
    border-radius:10px;
    padding:20px;
    margin-bottom:20px;
    background:#fff;
}

.facility-card h2{
    margin-bottom:10px;
}

.facility-card h2 a{
    text-decoration:none;
}

.facility-card:hover{
    box-shadow:0 3px 12px rgba(0,0,0,0.08);
}