/*
Theme Name: Paranoid Guild Theme
Theme URI: https://www.paranoid-guild.eu/
Author: Taitrina
Author URI: https://www.paranoid-guild.eu/
Description: First developed January 2026 for seamless integration with the members only section.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paratheme
Tags: custom-background
*/

* {  
  box-sizing: border-box;
} 

body {
	background-color: #F9F9F9;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

/* <weight>: Use a value from 100 to 900
[Thin = 100, ExtraLight = 200, Light = 300, Regular = 400, Medium = 500, Bold = 700]
 <uniquifier>: Use a unique and descriptive class name */

.inter-regular {	/* used in header */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Unused atm */
.cardo-regular {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.cardo-bold {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
}

.cardo-regular-italic {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Cardo", serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
}

h1 {
	font-size: 2.5rem;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2.1rem;
}

h3 {
	font-size: 1.85rem;
}

h4 {
	font-size: 1.5rem;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.site-header {
	margin: 0;
	background-color: #A4A4A4;
	padding: 1.6rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10.5vh;
}

.logo {
	float: left;
}

.logo img {
	width: 50px;
	height: 50px;
	float: left;
}

.site-title {
	margin: 0px 10px 0 50px;
	color: #187407;
	font-size: 13px;
	display: flex;
    align-items: center;
	height: 50px;
}

.site-title a {
    text-decoration: none;
    color: black;
	font-size: 16px;
	font-weight: 500;
	padding-left: 15px;
}

.site-title span {
	padding: 0 15px 0 15px;
}

.topnav {
	float: right;
}

/* NAVIGATION */
.topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.topnav li {
	margin-left: 5px;
}

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

.topnav li a {
    padding: 14px 16px;
	font-size: 14px;
	font-weight: 600;
	background-color: #C7E0C4;
	color: #000;
	text-align: center;
	text-decoration: none;
	display: flex;
    align-items: center;
}

/* Change the color of links on hover */
.topnav li a:hover {
	background-color: #04AA6D;
	color: #F2F2F2;
}

/* Add an active class to highlight the current page */
.topnav .current-menu-item a {
	background-color: #04AA6D;
}

.topnav .icon {
    display: none;
}

/* Dropdown */
.menu-item-has-children {
    position: relative;
    display: inline-block;
}

.menu-item-has-children a {
    display: flex;
    align-items: center;
}

.topnav ul ul {
	display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 160px;
	transition: background-color 0.3s;
}

.topnav li:hover .sub-menu {
	display: block;
}

.sub-menu li {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 0;
}

.menu-item-has-children > a::after {
	content: "\25BE";
}

.menu-item-has-children:hover > a::after {
	content: "\25B8";
}

@media screen and (max-width: 865px) {
	.site-header {
		padding-right: 0.5rem;	
	}
    .topnav .icon {
        display: flex;
        position: absolute;
        top: 33px;
        left: 12px;
        z-index: 999;
        color: #000;
		background-color: transparent;
        font-size: 24px;
        flex-direction: row-reverse;
		text-decoration: none;
    }
	
	.topnav a.icon:hover {
		color: #fff;
	}

    .topnav ul {
        display: flex;
        position: absolute;
        top: 10%;
        left: -100%;
        width: 40%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 998;
        padding-left: 40px;
    }
	
	.topnav li  {
		margin-top: 5px;
	}
	
	.topnav.responsive ul {
        left: 0;
        margin-right: 5rem;
    }

    .topnav.responsive li {
        margin: 5px 0 0 0 0;
    }

    .topnav li a {
        padding: 14px 16px;
        text-align: left;
        width: 100%;
    }

    .topnav ul ul {
        position: static;
        display: none;
        min-width: auto;
        width: 100%;
        top: initial;
    }
	
	.wp-block-latest-posts.is-grid li {
		margin: 0 0 1.25em 1.25em;
	}
	
	.wp-block-image {
		display: flex;
		justify-content: center;
	}
	.wp-block-image img {
		max-width: 60%;
	}
	.post-content > .wp-block-image img {
		max-width: 100%;
	}
	
	textarea#comment {
		width: 100%;
		height: auto;
	}
	
	.post-title h1 {
		font-size: 1.75rem;
	}
}

/* THEME RESUMES */
.site-content {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1.55;
	font-size: 1.05rem;
	font-style: normal;
	width: 80%;
	margin: 2% auto 20px auto;
}

article {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.button-submit, .submit {
	background-color: #C7E0C4;
	border: none;
	color: #000;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	cursor: pointer;
}

.button-submit:hover, .submit:hover {
	color:#fff;
	background-color: #04AA6D;
}

.wp-block-columns, .wp-block-image {
	margin-bottom: 0;
}

.wp-block-separator {
	padding: 8px 0 8px 0;
}

.wp-block-image {
	padding-bottom: 8px;
}

.wp-element-button {
	background-color: #000;
	border-color: #000;
	border-radius: .33rem;
	border-width: 0;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 0.6rem 1rem 0.6rem 1rem;
	text-decoration: none;
}

.wp-element-button:hover {
	background-color: #636363;
	border-color: #636363;
}

.widget {
	margin: 0;
}

.footer {
	background-color: #A4A4A4;
	padding-right: 15px;
	font-size: 12px;
	font-style: italic;
	height: 6vh;
	display: flex;
    align-items: center;
	justify-content: flex-end;
}

.footer li {
	list-style-type: none;
}

.footer p {
	margin: 0;
}

.home-latest-posts {
	padding: 10px 0 10px 0;
	margin: 1.75em 0 1.75em 0;
}

.officer-name {
	flex: 0 1 auto !important;
}

.officer-contact {
	flex: 1 1 auto !important;
}

.info-inset {
	border: 1px solid #C7E0C4;
	padding: 20px;
	min-width: 40%;
	width: 60%;
	margin: auto;
}

/* NEWS PAGE */
.size-para-archive {
	border-radius: 1.5rem;
}

.news-archive a, .single-post a {
	text-decoration: none;
}
.news-archive a:hover, .single-post a:hover {
	text-decoration: underline;
}

.news-archive h1, .comment-reply-title {
	background-color: #C7E0C4;
	width: 40%;
	min-width: 170px;
	padding: 5px 5px 5px 30px;
}

/* Posts grid */
.news-posts {
	margin: 0;
	display: flex;
    align-items: flex-start;
    width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 4% 2%;
}

.post-grid {
	flex: 1 1 21%; /* grow shrink basis */
	margin-bottom: 2rem;
	max-width: 49%;
}

.post-grid img {
	width: 100%;
	height: auto;
}

/* Archive */
.aTable {
	display: flex;
    flex-direction: column;
	align-items: center;
}

.aRow {
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
	width: 100%;
}

.aTitle, .aDate {
	flex-grow: 1;
	border-top: 1px solid #A4A4A4;
	padding: 3px 0 3px 0;
}

.aDate {
	text-align: right;
}

.post-info, .comment-meta a, .says {
	color: #A4A4A4;
}

/* SINGLE POST */
.post-header {
	width: 100%;
	margin: 0 0 4% 0;
	display: flex;
	justify-content: space-between;
	gap: 0 5%;
	align-items: flex-start;
}

.post-header img {
	width: 30%;
	height: auto;
	border-radius: 1rem;
	rotate: -25deg;
	flex: 1 1 30%; /* grow shrink basis */
	z-index: -1;
}

.post-title {
	width: 70%;
	height: auto;
	flex: 1 1 70%; /* grow shrink basis */
}

.post-title div {
	text-align: right;
}

.post-content {
	width: 90%;
	margin-left: 10%;
	padding-top: 1.5%;
}

.post-content > .wp-block-image {
	max-width: 60%;
	text-align: center;
	display: block;
	margin: 0 auto 0 auto;
}

/* COMMENTS */
.comments-title {
	background-color: #C7E0C4;
	width: 40%;
	min-width: 220px;
	padding: 5px 5px 5px 30px;
}

.comment-list {
	list-style-type: none;
}

.comment-list li {
	margin: 10px auto 10px auto;
	padding: 20px;
	border: 1px solid #C7E0C4;
}