/*
Theme Name: bloggerly Child
Template: bloggerly
Author: Karan Makani
Author URI: https://profiles.wordpress.org/makanikaran/
Description: A minimalist, responsive and clean blogging theme with Dark Mode support.
Tags: blog,news,two-columns
Version: 1.0.5.1782171480
Updated: 2026-06-22 23:38:00
*/

/* ==================================================
BEESAYATV DESIGN SYSTEM
Quiet Cebu trail archive identity
================================================== */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {

/* Typography */

--font-heading: "Nunito Sans", sans-serif;
--font-body: "Nunito Sans", sans-serif;

/* Backgrounds */

--bg-body: #F5F2E8;
--bg-card: #FFFDF6;

/* Text */

--text-color: #263525;
--link-color: #263525;

/* Outdoor palette */

--primary-color: #6E7359;
--hover-color: #4D533F;

--secondary-color: #9A9D84;
--border-color: #D8D2BF;
--muted-color: #6F735F;

}

/* ==================================================
GLOBAL
================================================== */

body {
background: var(--bg-body);
color: var(--text-color);
font-family: var(--font-body);
}

a {
color: var(--link-color);
}

/* ==================================================
BRANDING
================================================== */

.site-title,
.site-title a {
font-family: "Playfair Display", serif;
font-weight: 700;
letter-spacing: .5px;
}

/* ==================================================
TITLES
================================================== */

.entry-title,
.post-card .entry-title,
h1,
h2,
h3 {
font-family: var(--font-body);
font-weight: 700;
}

/* ==================================================
REMOVE BLOG FEEL
================================================== */

.entry-meta {
display: none;
}

/* ==================================================
POST / TRAIL CARDS
================================================== */

.post-card {
background: var(--bg-card);
border-radius: 16px;
}

.post-card img {
border-radius: 14px 14px 0 0;
}

.post-card .entry-title {
line-height: 1.3;
}

/* ==================================================
SINGLE TRAIL PAGE
================================================== */

.single .entry-title {
font-size: 28px;
line-height: 1.25;
margin-bottom: 25px;
border-bottom: 1px solid var(--border-color);
padding-bottom: 15px;
}

.single .site-main,
.container {
max-width: 1000px;
}

.single .entry-content {
max-width: 850px;
margin: 0 auto;
font-size: 18px;
line-height: 1.8;
}

.single .entry-content p,
.single .entry-content li,
.single .entry-content td,
.single .entry-content blockquote {
font-size: inherit;
line-height: inherit;
}

.single img {
border-radius: 14px;
}

.single .entry-content img {
margin: 20px 0;
}

/* ==================================================
TABLES
Useful for Trail Index
================================================== */

table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

table th,
table td {
padding: 12px;
border: 1px solid var(--border-color);
text-align: left;
}

table th {
background: #E8DFC8;
}

/* ==================================================
NAVIGATION DROPDOWN FIX
================================================== */

.main-navigation li {
position: relative;
}

.main-navigation .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
min-width: 190px;
padding: 10px 0;
margin: 0;
list-style: none;
background: #FFFDF6;
border: 1px solid var(--border-color);
border-radius: 12px;
box-shadow: 0 8px 25px rgba(77,83,63,.15);
z-index: 9999;
}

.main-navigation li:hover > .sub-menu {
display: block;
}

.main-navigation .sub-menu a {
display: block;
padding: 10px 18px;
white-space: nowrap;
}

.main-navigation .sub-menu a:hover {
background: #E8DFC8;
color: #4D533F;
}

.main-navigation .sub-menu a::after {
display: none;
}

/* ==================================================
REMOVE DARK MODE
================================================== */

.dark-mode-toggle {
display: none !important;
}

/* ==================================================
REMOVE COMMENTS
================================================== */

#comments,
.comments,
.comments-area,
.wp-block-post-comments,
.wp-block-comments-query-loop,
.wp-block-comment-template,
.wp-block-post-comments-form {
display: none !important;
}

/* ==================================================
REMOVE CATEGORY / TAG FOOTER
================================================== */

.entry-footer {
display: none !important;
}

/* ==================================================
MOBILE READING EXPERIENCE
================================================== */

@media (max-width:768px){

.single .entry-content{
font-size:18px;
line-height:1.9;
}

.single .entry-title{
font-size:32px;
line-height:1.25;
}

}

/* ==================================================
TRAIL SUMMARY
================================================== */

.beesayatv-trail-card{
background:var(--bg-card);
border:1px solid var(--border-color);
border-radius:18px;
padding:24px;
margin:35px 0;
}

.beesayatv-trail-title{
margin:0 0 18px;
font-size:1rem;
font-weight:700;
color:var(--text-color);
}

.beesayatv-trail-badges{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-bottom:26px;
}

.beesayatv-pill{
display:inline-flex;
align-items:center;
padding:8px 15px;
border-radius:999px;
background:#f7f4eb;
border:1px solid var(--border-color);
font-size:.92rem;
font-weight:600;
color:var(--text-color);
}

.difficulty-easy{
background:#dff4df;
color:#1b5e20;
font-weight:700;
}

.difficulty-mild{
background:#ffe2b5;
color:#925400;
font-weight:700;
}

.difficulty-tough{
background:#ffd8d8;
color:#9b1c1c;
font-weight:700;
}

.difficulty-epic{
background:#eadcff;
color:#5b2d90;
font-weight:700;
}

.beesayatv-trail-card .leaflet-container{
border-radius:14px;
overflow:hidden;
}

/* ==================================================
BLOCKQUOTE
================================================== */

.wp-block-quote {
background:#fffdf6;
border-left:5px solid var(--primary-color);
border-radius:16px;
padding:24px;
margin:30px 0;
}

.wp-block-quote p{
margin:0;
font-style:italic;
line-height:1.8;
}

.wp-block-quote cite{
display:block;
margin-top:12px;
color:var(--muted-color);
}


/* ===========================================
   BeesayaTV Trail Information
=========================================== */

.beesaya-snapshot{

    background:#fbf9f2;
    border:1px solid #e8e2d2;
    border-radius:10px;

    padding:20px 24px;

    margin:35px 0;

}

.beesaya-title{

    margin:0 0 8px;

    font-size:1.35rem;

    font-weight:700;

}

.beesaya-title::after{

    content:"";

    display:block;

    width:60px;

    height:2px;

    background:#d9cda9;

    margin-top:8px;

}

.beesaya-difficulty{

    display:inline-block;

    padding:4px 12px;

    border-radius:999px;

    font-size:.82rem;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.5px;

    margin:8px 0 18px;

}

/* Difficulty Colors */

.beesaya-easy{

    background:#dff6df;
    color:#2f6b2f;

}

.beesaya-mild{

    background:#fff4c7;
    color:#9b6b00;

}

.beesaya-tough{

    background:#ffe2d7;
    color:#b54828;

}

.beesaya-epic{

    background:#eddcff;
    color:#6d3fb3;

}

/* ===========================================
   Snapshot Rows
=========================================== */

.beesaya-grid{

    margin-bottom:22px;

}

.beesaya-grid div{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:9px 0;

    border-bottom:1px solid #ece7db;

}

.beesaya-grid div:last-child{

    border-bottom:none;

}

.beesaya-grid span{

    color:#666;

    font-size:.95rem;

}

.beesaya-grid strong{

    color:#222;

    font-size:1rem;

    font-weight:700;

}

/* ===========================================
   Rating Reasons
=========================================== */

.beesaya-rating{

    margin-top:10px;

}

.beesaya-rating h3{

    margin:0 0 12px;

    font-size:1.15rem;

    font-weight:700;

}

.beesaya-reason{

    padding:8px 0;

    line-height:1.5;

    border-bottom:1px solid #ece7db;

}

.beesaya-reason:last-child{

    border-bottom:none;

}

/* ===========================================
   Mobile
=========================================== */

@media (max-width:700px){

    .beesaya-snapshot{

        padding:18px;

    }

}

/* GPX Link */

.beesaya-grid strong a{

    color:#4d533f;

    text-decoration:none;

    font-weight:700;

}

.beesaya-grid strong a:hover{

    text-decoration:underline;

}

/* ==================================================
Route Thumbnail
================================================== */

.beesaya-rating-layout{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:24px;
}

.beesaya-rating{
    flex:1 1 auto;
    min-width:0;
}

.beesaya-route-map{
    flex:0 0 260px;
    width:260px;
}

.beesaya-route-link{
 	cursor:pointer;
	position:relative;
    display:block;
    text-decoration:none;
    overflow:hidden;
    border-radius:16px;
}

.beesaya-route-link svg{
    transition:transform .25s ease;
}

.beesaya-route-link:hover svg{
    transform:scale(1.02);
}

.beesaya-open-map{
    position:absolute;
    top:10px;
    right:10px;

    padding:6px 10px;

    background:rgba(245,242,232,.95);

    border:1px solid #d8d2bf;

    border-radius:999px;

    color:#4D533F;

    font-size:.75rem;

    font-weight:700;

    line-height:1;

    transition:.2s ease;
}

.beesaya-route-link:hover .beesaya-open-map{

    background:#4D533F;

    color:#fff;

}

.beesaya-route-map svg{
    display:block;
    width:260px;
    height:auto;
}

/* Mobile */

@media (max-width:768px){

    .beesaya-rating-layout{
        display:block;
    }

    .beesaya-route-map{
        width:100%;
        margin-top:20px;
    }

    .beesaya-route-map svg{
        width:100%;
        max-width:320px;
        height:auto;
        display:block;
        margin:0 auto;
    }

}

/* ===========================================
   Location Directory
=========================================== */

.beesaya-location-card{

    background:#fbf9f2;
    border:1px solid #e8e2d2;
    border-radius:10px;

    padding:24px;

    margin:35px 0;

}

.beesayatv-location-intro{

    margin-bottom:20px;
    color:#666;

}

.beesayatv-locations{

    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:40px;

}

.location-row{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:16px 0;
	

    border-bottom:1px solid #ece7db;

    text-decoration:none;
    color:inherit;

    transition:.2s ease;

}

.location-row:hover{

    color:#4D533F;
    background:rgba(154,157,132,.05);

}

.location-name{

    font-weight:600;

}

.location-count{

    color:#777;
    font-size:.9rem;
    white-space:nowrap;

}

.beesayatv-location-totals{

    margin-top:28px;
    padding-top:20px;

    border-top:1px solid #ece7db;

    font-size:.95rem;
    color:#666;

    text-align:left;

}

@media (max-width:768px){

    .beesayatv-locations{

        grid-template-columns:1fr;

    }

}

/* Homepage cards - hide excerpt */

.post-card .entry-content{
    display:none;
}


/* ==================================================
FOOTER
================================================== */

.site-footer {
    margin-top: 80px;
    padding: 40px 20px;
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.site-info {
    margin-bottom: 8px;
    color: var(--muted-color);
    font-size: 1.05rem;
}

.footer-links {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-copyright {
    margin-top: 14px;
    font-size: 0.85rem;
    color: var(--muted-color);
    opacity: 0.9;   /* was 0.8 */
}
