/*
Theme Name: Travelling Gold
Theme URI: https://travellinggold.com
Author: Travelling Gold
Author URI: https://travellinggold.com
Description: A premium WordPress theme designed for travel bloggers and vloggers. Features easy YouTube video embedding, image galleries, and educational travel content.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travelling-gold
Tags: blog, travel, custom-colors, custom-menu, featured-images
*/

:root {
    --primary-gold: #D4AF37;
    --dark-gold: #B8960F;
    --light-gold: #F4E4C1;
    --cream: #FFF8DC;
    --charcoal: #2C2C2C;
    --slate-gray: #4A4A4A;
    --off-white: #FAFAFA;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Luxurious Roman', Georgia, serif; font-size: 18px; line-height: 1.8; color: var(--charcoal); background-color: var(--off-white); }
h1, h2, h3, h4, h5, h6 { font-family: 'Cinzel', serif; font-weight: 700; line-height: 1.3; margin-bottom: 1.5rem; color: var(--charcoal); text-transform: uppercase; }
h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } h3 { font-size: 1.75rem; } h4 { font-size: 1.5rem; } h5 { font-size: 1.25rem; } h6 { font-size: 1rem; }
a { color: var(--primary-gold); text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--dark-gold); }
img { max-width: 100%; height: auto; display: block; }
p { margin-bottom: 1.5rem; }
ul, ol { margin-left: 2rem; margin-bottom: 1.5rem; }
li { margin-bottom: 0.5rem; }
blockquote { border-left: 4px solid var(--primary-gold); padding: 20px 30px; margin: 30px 0; background-color: var(--cream); font-style: italic; border-radius: 0 8px 8px 0; }

.site-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.content-wrapper { display: flex; gap: 40px; margin-top: 40px; }
.main-content { flex: 1; min-width: 0; }
.sidebar { width: 300px; flex-shrink: 0; }

.site-header { background: linear-gradient(135deg, var(--charcoal) 0%, var(--slate-gray) 100%); padding: 30px 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
.site-branding { text-align: center; }
.site-title { font-size: 2.5rem; margin: 0; color: var(--primary-gold); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); font-family: 'Cinzel', serif; font-weight: 700; text-transform: uppercase; }
.site-title a { color: var(--primary-gold); text-decoration: none; }
.site-title a:hover { color: var(--light-gold); }
.site-description { color: var(--light-gold); font-size: 1rem; font-style: italic; margin-top: 5px; font-family: 'Luxurious Roman', Georgia, serif; }

.main-navigation { background-color: var(--primary-gold); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
.main-navigation ul { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; margin: 0; padding: 0; }
.main-navigation li { position: relative; }
.main-navigation a { display: block; padding: 15px 25px; color: var(--charcoal); font-weight: 600; font-family: 'Cinzel', serif; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 0.5px; transition: all 0.3s ease; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { background-color: var(--dark-gold); color: white; }

.post { background: white; margin-bottom: 40px; padding: 40px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); }
.post-header { margin-bottom: 0; padding-bottom: 20px; border-bottom: 3px solid var(--light-gold); }
.post-title { margin: 0 0 15px 0; color: var(--charcoal); font-size: 2rem; font-family: 'Cinzel', serif; text-transform: uppercase; }
.post-title a { color: var(--charcoal); text-decoration: none; font-family: 'Cinzel', serif; text-transform: uppercase; }
.post-title a:hover { color: var(--primary-gold); }
.post-meta { color: var(--slate-gray); font-size: 0.9rem; font-family: 'Cinzel', serif; display: flex; flex-wrap: wrap; gap: 20px; }
.post-meta a { color: var(--slate-gray); text-decoration: none; }
.post-meta a:hover { color: var(--primary-gold); }
.post-thumbnail { margin-bottom: 30px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.post-thumbnail img { width: 100%; height: auto; display: block; transition: transform 0.3s ease; }
.post-thumbnail:hover img { transform: scale(1.05); }
.post-content { font-size: 1.1rem; line-height: 1.9; font-family: 'Luxurious Roman', Georgia, serif; margin-top: 20px; }
.post-content p { margin-bottom: 1.5rem; }
.post-content ul, .post-content ol { margin-left: 30px; margin-bottom: 1.5rem; }
.post-content h2, .post-content h3, .post-content h4 { margin-top: 2.5rem; margin-bottom: 1rem; color: var(--charcoal); font-family: 'Cinzel', serif; text-transform: uppercase; }

.post-content figure { margin: 0; padding: 0; }
.post-content figure.wp-block-embed { margin: 0; }
.youtube-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 0; border-radius: 8px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
.youtube-video-wrapper iframe, .youtube-video-wrapper object, .youtube-video-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.wp-block-embed-youtube { margin: 0; }
.wp-block-embed { margin: 0; }

.gallery, .wp-block-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin: 30px 0; list-style: none; }
.gallery-item { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
.gallery-item img { width: 100%; height: 250px; object-fit: cover; transition: transform 0.3s ease; }
.gallery-item:hover img { transform: scale(1.1); }

.widget { background: white; padding: 25px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
.widget-title { font-size: 1.3rem; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 2px solid var(--primary-gold); color: var(--charcoal); font-family: 'Cinzel', serif; font-weight: 700; text-transform: uppercase; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { padding: 8px 0; border-bottom: 1px solid #eee; margin: 0; }
.widget li:last-child { border-bottom: none; }
.widget a { color: var(--charcoal); display: block; text-decoration: none; }
.widget a:hover { color: var(--primary-gold); padding-left: 5px; transition: padding 0.3s ease; }

.site-footer { background: linear-gradient(135deg, var(--charcoal) 0%, var(--slate-gray) 100%); color: var(--light-gold); padding: 60px 0 30px; margin-top: 80px; }
.site-info { text-align: center; padding-top: 30px; border-top: 1px solid var(--slate-gray); color: var(--light-gold); font-size: 0.95rem; }
.site-info a { color: var(--primary-gold); }
.site-info a:hover { color: var(--light-gold); }

.comments-area { background: white; padding: 40px; margin-top: 40px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); }
.comments-title { margin-bottom: 30px; color: var(--charcoal); font-family: 'Cinzel', serif; text-transform: uppercase; }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment { margin-bottom: 30px; padding: 20px; background-color: var(--cream); border-radius: 8px; }
.comment-author { font-weight: 700; color: var(--charcoal); margin-bottom: 10px; }

.read-more { color: var(--primary-gold); font-weight: 600; text-decoration: none; }
.read-more:hover { color: var(--dark-gold); }

.pagination { display: flex; justify-content: center; gap: 10px; margin: 40px 0; flex-wrap: wrap; }
.pagination a, .pagination span { padding: 10px 18px; background-color: white; color: var(--charcoal); border-radius: 5px; border: 2px solid var(--light-gold); font-weight: 600; transition: all 0.3s ease; text-decoration: none; }
.pagination a:hover, .pagination .current { background-color: var(--primary-gold); color: white; border-color: var(--primary-gold); }

@media (max-width: 992px) {
    .content-wrapper { flex-direction: column; }
    .sidebar { width: 100%; }
    .main-navigation ul { flex-direction: column; }
    .main-navigation li { width: 100%; }
    .main-navigation a { text-align: center; }
}

@media (max-width: 768px) {
    body { font-size: 16px; }
    .site-title { font-size: 1.8rem; }
    h1 { font-size: 2rem; } h2 { font-size: 1.6rem; }
    .post { padding: 25px; }
    .post-content { font-size: 1rem; }
}

@media (max-width: 480px) {
    .site-container { padding: 0 15px; }
    .post { padding: 20px; }
    .site-title { font-size: 1.5rem; }
}