/*
Theme Name: KALOGPT
Theme URI: https://example.com/foliogpt
Author: KALO
Author URI: https://example.com
Description: A chat-style, AI-assistant inspired one page portfolio theme with an animated birds background, dark/light mode and editable chat answers. Visitors "ask" the portfolio a question and the reply is typed out in a chat thread.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foliogpt
Tags: one-column, portfolio, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, dark-mode
*/

/*
 * The visual styles for this theme live in:
 *
 *   assets/css/style.css        - main template styles
 *   assets/css/media-query.css  - responsive styles
 *   assets/css/bootstrap.min.css
 *   assets/css/fancybox.min.css
 *
 * They are kept in place so the relative image paths inside them
 * (e.g. url(../images/svg/...)) keep working. Add your own overrides below.
 */

/* ---------------------------------- *
 * WordPress core classes
 * ---------------------------------- */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
	max-width: 100%;
	color: var(--sub-text);
	font-size: 14px;
}

.sticky,
.bypostauthor {
	display: block;
}

/* ---------------------------------- *
 * Static pages / posts / 404
 * ---------------------------------- */
.foliogpt-page {
	max-width: 860px;
	margin: 0 auto;
	padding: 60px 20px 160px;
	color: var(--text-color);
}

.foliogpt-page .entry-title {
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 8px;
}

.foliogpt-page .entry-meta {
	color: var(--sub-text);
	font-size: 14px;
	margin-bottom: 28px;
}

.foliogpt-page .entry-content > * {
	margin-bottom: 18px;
}

.foliogpt-page .entry-content img {
	max-width: 100%;
	height: auto;
}

.foliogpt-page .entry-content a {
	color: var(--text-color);
	text-decoration: underline;
}

.foliogpt-page .post-thumbnail img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin-bottom: 24px;
}

.foliogpt-page .foliogpt-back-home {
	display: inline-block;
	margin-top: 24px;
	color: var(--text-color);
}

.foliogpt-page .foliogpt-post-list {
	list-style: none;
	padding: 0;
}

.foliogpt-page .foliogpt-post-list li {
	padding: 14px 0;
	border-bottom: 1px solid var(--border-colors);
}

/* ---------------------------------- *
 * Contact form feedback
 * ---------------------------------- */
.foliogpt-form-message {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.5;
}

.foliogpt-form-message.is-success {
	color: #1f9254;
}

.foliogpt-form-message.is-error {
	color: #d33;
}

.foliogpt-hp-field {
	position: absolute !important;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
