/*
Theme Name: Pavan Rajurkar Illustrations
Theme URI: https://pa1rajurkarillustrations.com
Author: Pavan Rajurkar
Author URI: https://pa1rajurkarillustrations.com
Description: Custom theme matching the original Pavan Rajurkar Illustrations website design
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pavan-rajurkar
*/

/* Reset and Base Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
}

body {
    font-family: 'Avenir LT W01 35 Light', avenir-lt-w01_35-light1475496, 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.875em;
    color: #000000;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Typography - Matching Original Theme Fonts */
.font_0 {
    font: normal normal normal 22px/1.41em 'Brandon Grotesque W01 Light', brandon-grot-w01-light, sans-serif;
    color: #000000;
}

.font_1 {
    font: normal normal normal 14px/1.79em 'Avenir LT W01 35 Light', avenir-lt-w01_35-light1475496, sans-serif;
    color: #000000;
}

.font_2 {
    font: normal normal normal 28px/1.375em 'Brandon Grotesque W01 Light', brandon-grot-w01-light, sans-serif;
    color: #000000;
}

.font_7 {
    font: normal normal normal 20px/1.67em 'Avenir LT W01 35 Light', avenir-lt-w01_35-light1475496, sans-serif;
    color: #000000;
}

.font_8 {
    font: normal normal normal 18px/1.75em 'Avenir LT W01 35 Light', avenir-lt-w01_35-light1475496, sans-serif;
    color: #000000;
}

.font_9 {
    font: normal normal normal 15px/1.875em 'Avenir LT W01 35 Light', avenir-lt-w01_35-light1475496, sans-serif;
    color: #000000;
}

/* Theme Colors */
.color_0 { color: #FFFFFF; }
.color_1 { color: #000000; }
.color_2 { color: #E3D0A8; }
.color_3 { color: #191919; }
.color_12 { color: #BFBFBF; }
.color_19 { color: #CBA75C; }
.color_24 { color: #393939; }

/* Site Container */
#SITE_CONTAINER {
    width: 100%;
    min-width: 980px;
}

.SITE_ROOT {
    width: 100%;
    min-width: 980px;
}

/* Header Styles */
.site-header {
    position: relative;
    width: 100%;
    min-width: 980px;
    background-color: #FFFFFF;
    border-top: 0;
    border-bottom: 0;
}

.header-content {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 56px 0 44px 0;
    text-align: center;
}

/* Logo/Title Styling */
.site-logo {
    display: block;
    width: 140px;
    height: 149px;
    margin: 0 auto 5px auto;
}

.site-logo img {
    width: 140px;
    height: 149px;
    object-fit: cover;
}

.site-title {
    font-family: 'Sarina', cursive;
    font-size: 18px;
    font-weight: bold;
    color: #393939;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    text-align: center;
}

.site-title a {
    color: #393939;
    text-decoration: none;
}

.site-title a:hover {
    color: #CBA75C;
}

/* Navigation Menu */
.main-navigation {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

.main-navigation a {
    display: inline-block;
    padding: 10px 15px;
    font-family: 'Work Sans SemiBold', worksans-semibold, 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    color: #000000;
    text-decoration: none;
    transition: color 0.4s ease 0s;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a {
    color: #CBA75C;
}

/* Main Content Area */
.site-main {
    width: 100%;
    min-width: 980px;
    background-color: #FFFFFF;
}

.content-area {
    width: 980px;
    margin: 0 auto;
    padding: 40px 0;
}

/* Blog Posts List */
.posts-list {
    width: 100%;
}

.post-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E3D0A8;
}

.post-item:last-child {
    border-bottom: none;
}

.post-thumbnail {
    margin-bottom: 20px;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
}

.post-title {
    font-family: 'Brandon Grotesque W01 Light', brandon-grot-w01-light, sans-serif;
    font-size: 28px;
    line-height: 1.375em;
    color: #000000;
    margin: 0 0 15px 0;
}

.post-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.4s ease 0s;
}

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

.post-meta {
    font-family: 'Avenir LT W01 35 Light', avenir-lt-w01_35-light1475496, sans-serif;
    font-size: 14px;
    color: #808080;
    margin-bottom: 15px;
}

.post-meta span {
    margin-right: 15px;
}

.post-excerpt {
    font-family: 'Avenir LT W01 35 Light', avenir-lt-w01_35-light1475496, sans-serif;
    font-size: 15px;
    line-height: 1.875em;
    color: #000000;
}

.post-excerpt p {
    margin: 0 0 1em 0;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    font-family: 'Work Sans SemiBold', worksans-semibold, 'Work Sans', sans-serif;
    font-size: 14px;
    color: #CBA75C;
    text-decoration: none;
    transition: color 0.4s ease 0s;
}

.read-more:hover {
    color: #7B6028;
}

/* Single Post Styles */
.single-post-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.single-post-header {
    margin-bottom: 30px;
}

.single-post-title {
    font-family: 'Brandon Grotesque W01 Light', brandon-grot-w01-light, sans-serif;
    font-size: 40px;
    line-height: 1.35em;
    color: #000000;
    margin: 0 0 20px 0;
}

.single-post-meta {
    font-family: 'Avenir LT W01 35 Light', avenir-lt-w01_35-light1475496, sans-serif;
    font-size: 14px;
    color: #808080;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E3D0A8;
}

.single-post-meta span {
    margin-right: 20px;
}

.single-post-body {
    font-family: 'Avenir LT W01 35 Light', avenir-lt-w01_35-light1475496, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    color: #000000;
}

.single-post-body p {
    margin: 0 0 1.5em 0;
}

.single-post-body h2 {
    font-family: 'Brandon Grotesque W01 Light', brandon-grot-w01-light, sans-serif;
    font-size: 28px;
    line-height: 1.375em;
    color: #000000;
    margin: 1.5em 0 0.75em 0;
}

.single-post-body h3 {
    font-family: 'Brandon Grotesque W01 Light', brandon-grot-w01-light, sans-serif;
    font-size: 22px;
    line-height: 1.4em;
    color: #000000;
    margin: 1.5em 0 0.75em 0;
}

.single-post-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5em 0;
}

.single-post-body a {
    color: #CBA75C;
    text-decoration: none;
}

.single-post-body a:hover {
    color: #7B6028;
}

.single-post-body ul,
.single-post-body ol {
    margin: 0 0 1.5em 1.3em;
    padding-left: 0.5em;
}

.single-post-body li {
    margin-bottom: 0.5em;
}

/* Back Link */
.back-link {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #E3D0A8;
}

.back-link a {
    font-family: 'Work Sans SemiBold', worksans-semibold, 'Work Sans', sans-serif;
    font-size: 14px;
    color: #CBA75C;
    text-decoration: none;
    transition: color 0.4s ease 0s;
}

.back-link a:hover {
    color: #7B6028;
}

/* Pagination */
.pagination {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #E3D0A8;
    text-align: center;
    font-family: 'Avenir LT W01 35 Light', avenir-lt-w01_35-light1475496, sans-serif;
    font-size: 14px;
}

.pagination a {
    color: #000000;
    text-decoration: none;
    padding: 10px 20px;
    transition: color 0.4s ease 0s;
}

.pagination a:hover {
    color: #CBA75C;
}

.pagination .prev {
    margin-right: 20px;
}

.pagination .next {
    margin-left: 20px;
}

/* Footer Styles */
.site-footer {
    width: 100%;
    min-width: 980px;
    background-color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.footer-content {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

/* Social Bar */
.social-bar {
    list-style: none;
    padding: 0;
    margin: 0 auto 15px auto;
    display: inline-block;
}

.social-bar li {
    display: inline-block;
    margin-right: 14px;
}

.social-bar li:last-child {
    margin-right: 0;
}

.social-bar a {
    display: block;
    width: 39px;
    height: 39px;
}

.social-bar img {
    width: 39px;
    height: 39px;
    object-fit: cover;
}

/* Footer Text */
.footer-text {
    font-family: 'Brandon Grotesque W01 Light', brandon-grot-w01-light, sans-serif;
    font-size: 11px;
    color: #BFBFBF;
    text-align: center;
}

/* Links */
a {
    color: inherit;
    text-decoration: none;
}

/* Utility Classes */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

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

/* Responsive adjustments for the blog within centered layout */
@media screen and (max-width: 1000px) {
    .content-area,
    .header-content,
    .main-navigation,
    .footer-content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
