/*
Theme Name: Tattoo no more
Template: understrap
Author: Remy Brand (Lomero Media)
Author URI: https://lomero.nl
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.0.1715431612
Updated: 2024-05-11 12:46:52

*/

/* ===================================
   SINGLE POST STYLES
   =================================== */

/* Post Hero */
.single-post-hero {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    margin-top: 135px;
    display: flex;
    align-items: center;
}

.single-post-hero.no-image {
    height: auto;
    padding: 80px 0 60px;
    background: linear-gradient(143deg, rgb(221, 193, 142) 0%, rgb(179, 148, 95) 100%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.single-post-hero.no-image .hero-content {
    text-align: center;
}

.post-category-badge {
    display: inline-block;
    padding: 5px 20px;
    background: #AF9059;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 25px;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 20px;
}

.post-title {
    font-family: "Apollo", Sans-serif;
    font-size: clamp(2rem, calc(2rem + 2vw), 3.5rem);
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.single-post-hero.no-image .post-title {
    color: white;
}

.post-meta {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.meta-separator {
    margin: 0 10px;
}

/* Post Content */
#single-wrapper {
    padding: 60px 0;
}

.single-post-content {
    background: white;
    padding: 40px 0;
}

.entry-content {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-top: 0 !important;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-family: "Apollo", Sans-serif;
    color: #AF9059;
    margin-top: 40px;
    margin-bottom: 20px;
}

.entry-content h2 {
    font-size: 32px;
}

.entry-content h3 {
    font-size: 26px;
}

.entry-content p {
    margin-bottom: 25px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
}

.entry-content blockquote {
    border-left: 4px solid #AF9059;
    padding-left: 30px;
    margin: 30px 0;
    font-style: italic;
    color: #666;
    font-size: 20px;
}

/* Entry Footer */
.entry-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

/* Tags */
.post-tags {
    margin-bottom: 30px;
}

.tags-label {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #333;
    margin-right: 10px;
}

.post-tags a {
    display: inline-block;
    padding: 5px 15px;
    background: #f0f0f0;
    color: #666;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    font-family: 'Mulish', sans-serif;
}

.post-tags a:hover {
    background: #AF9059;
    color: white;
}

/* Share Buttons */
.post-share {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.share-label {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #333;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    color: #666;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-button:hover {
    background: #AF9059;
    color: white;
    transform: translateY(-3px);
}

/* Post Navigation */
.post-navigation {
    margin-top: 60px;
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-next {
    text-align: right;
}

.post-navigation a {
    text-decoration: none;
    display: block;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.post-navigation a:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
}

.nav-label {
    display: block;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    color: #AF9059;
    font-weight: 700;
    margin-bottom: 10px;
}

.nav-title {
    display: block;
    font-family: "Apollo", Sans-serif;
    font-size: 20px;
    color: #333;
    line-height: 1.3;
}

/* Related Posts */
.related-posts {
    margin-top: 80px;
}

.related-posts-title {
    font-family: "Apollo", Sans-serif;
    font-size: 32px;
    color: #AF9059;
    margin-bottom: 40px;
    text-align: center;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.related-post {
    text-align: center;
}

.related-post-image {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.related-post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-post:hover .related-post-image img {
    transform: scale(1.05);
}

.related-post-title {
    font-family: "Apollo", Sans-serif;
    font-size: 20px;
    margin-bottom: 0;
}

.related-post-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-post-title a:hover {
    color: #AF9059;
}

/* Comments */
#comments {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #eee;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 12px 20px;
    width: 100%;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 20px;
}

.comment-form input[type="submit"] {
    background: #AF9059;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.comment-form input[type="submit"]:hover {
    background: #BCA15B;
}

/* Responsive */
@media (max-width: 768px) {
    .single-post-hero {
        height: 350px;
    }
    
    .entry-content {
        font-size: 16px;
    }
    
    .post-navigation .nav-links {
        flex-direction: column;
    }
    
    .nav-next {
        text-align: left;
    }
    
    .post-share {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
}

.wrapper {
padding: 9.5rem 0;
}
#wrapper-footer-full {
  background-color: #e9ecef;
  padding: 0 0 9.5rem 0;
}