<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Wanderers Child
Theme URI: https://wanderers.qodeinteractive.com
Description: An Adventurous Theme for Travel and Tourism
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: wanderers
Template: wanderers
*/

.member-avatar {
    min-height: 400px;
    max-height: 400px;
    height: 400px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: scale-down;
}

.member-featured_image {
    min-height: 400px;
    max-height: 400px;
    height: 400px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.pagination {
    display: inline-block;
}
  
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
  
.pagination a.active {
    background-color: #ffcc05;
    color: white;
    border-radius: 5px;
}
  
.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

.center {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.title-url {
    color: #044f65 !important;
}

input.price {
    height: 3.5rem;
    width: 22rem;
}

.btn-go {
    height: 3.5rem;
    width: 3.5rem;
    border: none;
    background: #ffcc05;
}

.btn-go:hover {
    border: none;
    background: #303030;
}

.filter-wrapper {
    min-width: 98%;
    width: 98%;
    max-width: 98%;
    margin: 0.5rem 15px;
    display: inline-block;
}

.total-count {
    float: right;
    font-weight: 800;
    font-size: 28px;
}

.total-count-number {
    font-weight: 800;
    font-size: 28px;
    background: #ffcc05;
    padding: 0.5rem;
    border-radius: 4px;
}


.fi-container {
    position: relative;
    text-align: center;
    color: white;
  }
  
  .fi-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }</pre></body></html>