/*
Theme Name: Zeus
Author: Thornwood Digital
Author URI: https://thornwooddigital.com/
Version: 5.5
*/
@font-face {
	font-family: 'Work Sans';
	src: url('fonts/WorkSans.woff2') format('woff2'), url('fonts/WorkSans.ttf') format('truetype');
	font-weight: 100 900;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Baskervville';
	src: url('fonts/Baskervville.ttf') format('truetype');
	font-weight: 300 900;
	font-display: swap;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 28.6px */
	color: #574144;
}
/* Base overlay container */
#lightbox-overlay {
	position: fixed;
	inset: 0;
	display: none; /* hidden by default */
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
/* Show when active */
#lightbox-overlay.is-visible {
	display: flex;
}
/* Dark background */
#lightbox-overlay .lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}
/* Lightbox content box */
#lightbox-overlay .lightbox-content {
	position: relative;
	z-index: 1;
	max-width: 90vw;
	max-height: 90vh;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
/* Image styling */
#lightbox-overlay .lightbox-content img {
	display: block;
	width: 100%;
	height: auto;
}
/* Close button */
#lightbox-overlay .lightbox-close {
	position: absolute;
	top: 8px;
	right: 10px;
	border: none;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #ffffff;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
	z-index: 2;
}
/* Optional small fade-in animation */
#lightbox-overlay.is-visible .lightbox-content {
	animation: lightbox-fade-in 0.3s ease-out;
}
@keyframes lightbox-fade-in {
	from {
		transform: translateY(10px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
p a {
	color: #A9636E;
	text-transform: uppercase;
	text-decoration: underline;
	font-family: "Baskervville";
	letter-spacing: .80px;
}
p a:hover {
	color: #574144;
}
.center p a {
	margin: 0 10px;
}
.hide-desktop p a {
	margin: 0 5px;
}
h1, .blog #main h1 a {
	color: #574144;
	font-family: "Baskervville";
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.84px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.banner h1 {
	color: #fff;
}
h2 {
	color: #574144;
	font-family: "Baskervville";
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.84px;
	text-transform: uppercase;
}
h3 {
	color: #A9636E;
	font-family: "Baskervville";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.84px;
	text-transform: uppercase;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
	color: #A9636E;
}
.main-btn {
	color: #A9636E;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 20px;
	text-decoration: none !important;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid #A9636E;
	border-radius: 1px;
}
.main-btn:hover {
	background: #A9636E;
	color: #fff;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
input[type="checkbox"] {
	appearance: auto; /* Ensures it uses the browser's default styles */
	-webkit-appearance: auto; /* For Safari */
	width: 20px; /* Adjust the size */
	height: 20px;
	cursor: pointer;
	accent-color: #424656; /* Set the checkmark and border color */
}
/* Optional: Add hover or focus effects */
input[type="checkbox"]:hover {
	filter: brightness(0.9); /* Slight dimming on hover */
}
input[type="checkbox"]:focus {
	outline: 2px solid #424656; /* Visible focus outline */
	outline-offset: 2px;
}
/* Optional: Customize checked state */
input[type="checkbox"]:checked {
	accent-color: #424656; /* Change color when checked */
}
.modal label {
	width: 100%;
}
.paged .pagination li.prev {
	display: none !important;
}
.paged .pagination li:nth-child(2) {
	float: left;
}
/* HEADER
------------------------------------- */
.header {
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.02);
	padding: 15px 0;
	background: #574144;
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #a9636e;
	padding-left: 10px;
}
.header .dropdown-menu li a {
	letter-spacing: 1px;
	font-size: 22px;
	font-family: "Baskervville";
}
.header .dropdown-menu li:hover a, .header .dropdown-menu li.current-menu-item a, .nav li.current-menu-parent > a {
	color: #a9636e !important;
}
.header .dropdown-menu li.current-menu-item a {
	border-left: 3px solid #a9636e;
	padding-left: 17px;
}
.menu-mobile li.menu-item-has-children::after {
	color: #a9636e;
	top: 10px !important;
}
.navbar .nav > li > a {
	padding: 10px 30px;
	height: 38px;
	line-height: 38px;
	color: #FFF;
	text-align: justify;
	font-family: "Baskervville";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > li.current_page_parent a {
	background: none;
	color: #A9636E;
	box-shadow: none;
	font-weight: 400;
}
.internal-page .innerHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.internal-page #logo {
	max-width: 430px;
}
.internal-page .navbar .nav > li > a {
	padding: 10px 20px;
}
/* BANNER
------------------------------------- */
.banner {
	position: relative;
	height: 450px;
	background: #574144 url('/wp-content/themes/zeus/images/banner1.webp') center top no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: start;
}
.home .banner {
	height: 650px;
	background: #A7BFD5 url('/wp-content/themes/zeus/images/main-banner.webp') center top no-repeat;
	justify-content: start;
	background-size: cover;
}
.banner::after {
	content: "";
	position: absolute;
	bottom: -1px;
	z-index: 5;
	width: 100%;
	height: 150px;
	display: block;
	background: url(/wp-content/themes/zeus/images/main-rip.webp) center bottom no-repeat;
	background-size: cover;
}
.home .banner #logo {
	margin-top: -150px;
}
.left-side.center .center a {
	margin: 0 10px;
}
#logo {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.internal-page .banner .container {
	margin-top: -50px;
	text-align: center;
	position: relative;
	z-index: 5;
}
.page-books .banner {
	background: url(/wp-content/themes/zeus/images/banner6.webp) center bottom no-repeat;
	background-size: cover;
}
.page-books .banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: .5;
	background: #000;
}
.page-faqs .banner {
	background: url(/wp-content/themes/zeus/images/banner2.webp) center bottom no-repeat;
	background-size: cover;
}
.page-contact .banner {
	background: url(/wp-content/themes/zeus/images/banner1.webp) center bottom no-repeat;
	background-size: cover;
}
.blog .banner {
	background: url(/wp-content/themes/zeus/images/banner4.webp) center bottom no-repeat;
	background-size: cover;
}
.single .banner {
	background: url(/wp-content/themes/zeus/images/banner5.webp) center bottom no-repeat;
	background-size: cover;
}
.sub-heading.center {
	color: #fff;
	font-family: "Baskervville";
	font-weight: 300;
	text-transform: uppercase;
	font-size: 60px;
}
.page-about-the-author h1 {
	font-size: 36px;
}
/* TOP
------------------------------------- */
/* About The Author */
.about-phyllis-section {
	position: relative;
	padding: 50px 0 25px;
}
.bio-wrap {
	background: rgba(209, 158, 165, 0.60);
	max-width: 900px;
	padding: 60px 40px;
}
.left-side {
	position: relative;
	text-align: right;
}
.about-phyllis-section .flex {
	gap: 50px;
	justify-content: end;
	align-items: center;
}
.left-side img:first-child {
	margin-bottom: 50px;
}
.left-side img {
	position: relative;
	z-index: 5;
}
.left-side::before {
	content: "";
	display: block;
	position: absolute;
	width: 450px;
	height: 450px;
	background: #A7BFD5;
	top: 50%;
	transform: translateX(-200px) translateY(-40%);
	z-index: 1;
}
.home h1 span {
	color: #a9636e;
	display: block;
	font-size: 32px;
	font-weight: 400;
}
/* MAIN
------------------------------------- */
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1740px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}
}
.pagination {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
}
.pagination ul {
	margin: 0 !important;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.pagination ul li:first-child {
	float: left;
}
.pagination ul li:last-child {
	float: right;
}
.pagination a {
	color: #574144;
}
.pagination li.active a {
	color: #a9636e;
}
/* Lightbox Background */
#customLightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 9999;
	cursor: pointer;
}
/* Lightbox Image */
#customLightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px; /* Slightly rounded corners for a modern look */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds depth */
	transition: transform 0.2s ease-in-out;
}
/* Lightbox Image Hover Effect (Optional) */
#customLightbox img:hover {
	transform: scale(1.02); /* Slight zoom effect */
}
/* Fade-in Animation */
#customLightbox.show {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.lightbox-nav.next-arrow {
	position: absolute;
	right: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
.lightbox-nav.prev-arrow {
	position: absolute;
	left: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
.row.contentsection hr {
	margin: 60px auto 50px;
}
.accordion {
	margin: 20px auto;
	max-width: 1200px;
}
.page-faqs #main h3 {
	color: #574144;
	margin-bottom: 25px;
}
.accordion-heading {
	background: #A9636E;
	color: #fff;
}
.accordion-content {
	padding: 45px 45px 25px;
}
/* BOTTOM
------------------------------------- */
/* New Release Section */
.new-release-section {
	padding: 100px 0px 50px;
}
.new-release-section .flex {
	gap: 50px;
	justify-content: center;
}
.new-release-section h2 {
	margin-bottom: 30px;
}
.release-info {
	max-width: 875px;
}
.new-release-section p a {
	margin-right: 40px;
}
/* Recent Posts */
.recent-posts-section {
	padding: 50px 0 50px;
}
.recent-posts-section h2 {
	margin-bottom: 50px;
	text-align: center;
}
.recent-posts-section .flex {
	gap: 30px;
	margin-bottom: 50px;
	justify-content: center;
	flex-wrap: wrap;
}
.front-post-wrap .post-title a {
	color: #A9636E;
	font-family: Baskervville;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.28px;
	display: block;
	margin: 25px 0 15px;
}
.front-post-wrap {
	max-width: 500px;
}
.blog #main p.meta {
	margin-top: 20px;
	font-size: 18px;
}
a.more-link {
	display: block;
	margin-top: 15px;
}
/* Look in the life Section */
.look-life-section {
	background: url(/wp-content/themes/zeus/images/in-the-life-bg.webp) center center no-repeat;
	position: relative;
	z-index: 15;
	padding: 270px 0 320px;
	background-size: cover;
	text-align: center;
}
.look-life-section h2 {
	color: #fff;
	margin-bottom: 10px;
}
.grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: auto auto;
	grid-template-areas:
		"left main right"
		"left wide right";
}
.left-column {
	grid-area: left;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.right-column {
	grid-area: right;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.main-item {
	grid-area: main;
}
.wide-item {
	grid-area: wide;
}
.grid img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
img.phyllis-painting {
	margin: 70px 0px 30px;
}
/* Bottom Form/Book Section */
.bottom-form-section {
	position: relative;
	z-index: 2;
	padding: 100px 0;
	border-top: 5px solid #a9636e;
}
.home .bottom-form-section, .page-about-the-author .bottom-form-section {
	border: none;
}
.form-wrap h2 {
	padding: 0 10px;
	margin-bottom: 25px;
}
.bottom-form-section .flex {
	gap: 20px;
	justify-content: center;
}
.page-form input, .page-form textarea {
	border: 2px solid #A9636E;
	margin-bottom: 10px;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: none;
	text-align: left;
	display: inline-block;
	width: auto;
	min-width: 0;
	color: #A9636E;
	font-size: 25px;
	text-transform: uppercase;
	font-family: "'Baskervville'";
	font-weight: 400;
	text-decoration: underline;
	padding: 0;
	letter-spacing: 1px;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	color: #111;
	background: none;
}
.page-form .wpcf7-not-valid-tip {
	margin-top: -25px;
}
.page-form textarea {
	min-height: 250px;
}
.need-help-section .container {
	max-width: 1200px;
}
.need-help-section {
	padding: 50px 0;
}
.page-hotlines .main-wrap .container {
	max-width: 1440px;
}
.need-help-section h2 {
	margin-bottom: 25px;
}
/* FOOTER
------------------------------------- */
footer {
	background: #A7BFD5;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 5;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
.footer-menu-wrap {
	background: #574144;
	padding: 15px 0;
}
.menu-footer {
	list-style: none;
	margin: 0;
}
.menu-footer li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 50px;
}
.menu-footer li a {
	color: #fff;
	font-family: Baskervville;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.menu-footer li.current-menu-item a {
	color: #A9636E;
}
span.logo-tagline {
	color: #FFF;
	font-family: Baskerville;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 6px;
	text-transform: uppercase;
	display: block;
	margin-top: 32px;
}
footer .logo-wrap {
	display: block;
	padding: 50px 0;
}
.attribution {
	color: #fcfcfc;
	text-align: center;
	padding: 0;
	background: none;
	float: none;
	font-size: 16px;
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	vertical-align: middle;
	background: #574144;
	padding: 25px 0;
	border-top: 1px solid #A9636E;
}
.attribution a {
	text-decoration: none;
	color: #a7bfd5;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #e3c5c9;
	color: #574144;
	text-align: center;
	padding: 10px 13px;
	font-size: 20px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
}
#back-to-top:hover {
	background-color: #e3c5c9;
	color: #574144;
}
/* INTERNAL PAGES
------------------------------------- */
/* Portfolio Galleries */
.flex.gallery-wrap {
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin: 50px auto 0;
	padding: 0 30px 0 30px;
}
.flex.gallery-wrap .img-wrap {
	width: calc(33% - 50px);
	max-width: 100%;
	height: auto;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	cursor: pointer;
}
.img-wrap img {
	cursor: pointer;
}
.img-wrap {
	max-height: 285px;
	overflow: hidden;
}
.lightbox-img:hover {
	transform: scale(1.05);
}
.gallery-wrap br, .gallery-wrap p {
	display: none;
}
.grecaptcha-badge {
	opacity: 0;
}
.row.contentsection {
	padding: 50px 0;
}
/* About Author Page */
.page-about-the-author .left-side::before {
	transform: translateX(-100px) translateY(-20%);
	background: #574144;
}
.internal-page .bio-wrap {
	max-width: 1000px;
}
.internal-page #main .flex {
	justify-content: end;
	align-items: start;
	gap: 40px;
}
/* Books Page */
.page-books .left-side::before {
	display: none;
}
.page-books .bio-wrap {
	background: #A7BFD5;
}
/* Contact */
.page-contact .row.contentsection {
	max-width: 800px;
	margin: auto;
}
/* Index Blog Page */
.blog #main.flex {
	flex-wrap: wrap;
	gap: 50px;
}
.blog .front-post-wrap {
	max-width: 510px;
	width: calc(33.33% - 40px);
	margin-bottom: 50px;
}
.blog .row.contentsection {
	padding: 80px 0 0;
}
/* Single Blog Post */
.single article {
	display: flex;
	gap: 50px;
}
.postid-229 .single-post-wrap {
	line-height: 1.7;
}
.single h1.page-title {
	max-width: 1200px;
	margin: auto;
}
.single-post-img {
	width: 100%;
	min-width: 450px;
	max-width: 450px;
	text-align: center;
}
.single-post-wrap {
	max-width: 1000px;
	width: 100%;
}
h2.single-title {
	color: #A9636E;
	display: none;
}
#main p.meta, .home p.meta {
	color: #A9636E;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0.44px;
	font-style: normal;
	padding-left: 20px;
	border-left: 3px solid;
}
.single #main p.meta {
	margin-bottom: 50px;
}
.privacy-policy #main h3 {
	margin-top: 40px;
}
.privacy-policy #main {
	max-width: 1200px;
	margin: auto;
	float: none;
}
.modal-content h4.modal-title {
	font-family: "Baskervville";
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 15px;
}
.modal-header p {
	line-height: 1.7;
	max-width: 330px;
	margin: auto;
	font-size: 16px;
}
.modal label {
	font-family: "Baskervville";
	font-weight: 600;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	font-family: "Baskervville";
	text-transform: uppercase;
	background: #a9636e;
	color: #fff;
	border: none;
}
.page-about-the-author .left-side img {
	border: 5px solid #fff;
}
.post-img img {
	height: auto;
	object-fit: cover;
	width: 100%;
}
.post-navigation {
	margin-top: 50px;
	border-top: 1px solid #999;
	padding-top: 20px;
	text-align: center;
}
.post-navigation .flex {
	justify-content: space-between !important;
	gap: 50px;
	margin-bottom: 25px;
}
.post-navigation a {
	color: #a9636e;
}
.blog .pagination {
	width: 100%;
	margin: 50px auto;
}
.hear-from {
	max-width: 900px;
	margin-bottom: 40px;
	padding: 0 15px;
}
.page-contact .hear-from {
	display: none;
}
.post-img {
	height: 340px;
	overflow: hidden;
}
li.disabled {
	opacity: 0;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: #574144 !important;
}
.page-song .main-wrap .container {
	max-width: 1250px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #a7bfd5 !important;
}
.hide-desktop p a.main-btn.transition {
	background: #A9636E;
	color: #fff;
}
a.main-btn.buybook.transition {
	font-size: 20px;
	background: #A9636E;
	color: #fff;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (max-width: 1699px) {
	.home .banner {
		height: 600px;
	}
	.home .left-side, .page-about-the-author .left-side {
		max-width: 350px;
	}
	.page-about-the-author .left-side::before {
		transform: translateX(-140px) translateY(-20%);
		width: 400px;
		height: 400px;
	}
}
@media (max-width: 1599px) {
	.banner .logo-wrap {
		max-width: 700px;
	}
	.banner span.logo-tagline {
		font-size: 25px;
	}
	.left-side::before {
		width: 350px;
		height: 350px;
	}
	.banner {
		height: 400px;
	}
}
@media (max-width: 1499px) {
	.navbar .nav > li > a {
		font-size: 24px;
	}
	.banner {
		height: 350px;
	}
	.home .banner {
		height: 550px;
	}
}
@media (max-width: 1399px) {
	.left-side::before {
		width: 300px;
		height: 300px;
		transform: translateX(-90px) translateY(-50%);
	}
	.release-info {
		max-width: 750px;
	}
}
@media (max-width: 1349px) {
	.internal-page .navbar .nav > li > a, .menu-footer li a {
		padding: 10px 15px;
		font-size: 21px;
	}
	.menu-footer li {
		margin: 0 10px;
	}
	.single-post-img {
		width: 100%;
		min-width: 350px;
	}
	h2.single-title {
		font-size: 34px;
	}
	#main p.meta {
		font-size: 18px;
	}
	.banner .logo-wrap {
		max-width: 600px;
	}
	.banner span.logo-tagline {
		font-size: 19px;
	}
}
@media (max-width: 1299px) {
	.navbar .nav > li > a {
		padding: 10px 35px;
	}
	.release-info {
		max-width: 650px;
	}
}
@media (max-width: 1249px) {
	.internal-page .navbar .nav > li > a, .menu-footer li a {
		padding: 10px 15px;
		font-size: 20px;
	}
	.internal-page #logo {
		max-width: 380px;
	}
	.front-post-wrap .post-title a {
		font-size: 28px;
	}
	html, body {
		font-size: 20px;
	}
	h1, .blog #main h1 a {
		font-size: 40px;
	}
	.home h1 span {
		font-size: 28px;
	}
	h2 {
		font-size: 35px;
	}
	footer .logo-wrap {
		max-width: 600px;
		margin: auto;
	}
	footer span.logo-tagline {
		font-size: 22px;
	}
	.sub-heading.center {
		font-size: 45px;
	}
	.page-about-the-author h1 {
		font-size: 30px;
	}
	.home .banner {
		height: 450px;
	}
	.banner .logo-wrap {
		max-width: 550px;
	}
}
@media (max-width: 1199px) {
	.release-info {
		max-width: 550px;
	}
	.look-life-section {
		padding: 200px 0 220px;
	}
	.internal-page #logo {
		max-width: 320px;
	}
	.banner {
		height: 300px;
	}
	.blog .front-post-wrap {
		width: calc(50% - 40px);
	}
	.single article {
		display: flex;
		gap: 20px;
		justify-content: space-between;
	}
}
@media (max-width: 1099px) {
	.mobile-header {
		background: #574144;
	}
	#logo {
		display: none;
	}
	.home .banner {
		height: 320px;
	}
	.menu-line {
		background: #fff;
	}
	.release-info {
		max-width: 500px;
	}
	.mobile-nav-menu {
		top: 72px;
	}
	.mobile-nav-menu .menu-mobile li a {
		color: #a9636e;
		font-family: "Baskervville";
		font-size: 24px;
	}
	.mobile-header.active + .mobile-nav-menu {
		box-shadow: 0 4px 2px 0 rgb(0 0 0 / .07);
	}
	.mobile-nav-menu .menu-mobile .sub-menu li a {
		font-size: 20px;
		font-weight: 500;
		line-height: 2;
		font-family: "Baskervville";
	}
	.home .front-post-wrap {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
	}
	.home .recent-posts-section .flex {
		flex-direction: column;
	}
	.mobile-nav-menu .menu-mobile li.current-menu-item a {
		text-decoration: underline;
	}
	.page-about-the-author h1 {
		font-size: 24px;
	}
	.sub-heading.center {
		font-size: 40px;
	}
	.page-about-the-author .left-side::before {
		transform: translateX(-140px) translateY(-20%);
		width: 320px;
		height: 280px;
	}
	#logo2 img {
		transform: translateX(-15px);
	}
	.internal-page h1 {
		font-size: 32px;
	}
	.single .row.contentsection {
		padding-top: 15px;
	}
	h2.single-title {
		font-size: 30px;
	}
	.post-img {
		height: auto;
	}
	#logo2 {
		margin: 0;
		margin-right: auto;
		margin-left: 10px;
	}
	.mobile-header {
		flex-direction: row-reverse;
	}
	.menu-btn {
		width: 24px;
		height: 24px;
		flex: 1;
		cursor: pointer;
		max-width: 30px;
		transform: translateY(-3px);
	}
}
@media (min-width: 1000px) {
	.hide-desktop {
		display: none;
	}
}
@media (max-width: 999px) {
	.about-phyllis-section .flex {
		flex-direction: column;
	}
	.home .left-side, .page-about-the-author .left-side {
		max-width: 300px;
	}
	.bio-wrap {
		max-width: 100%;
	}
	.container {
		width: 100%;
		max-width: 100%;
		padding: 0 30px;
	}
	.new-release-section .flex {
		flex-direction: column;
	}
	.release-info {
		max-width: 95%;
		margin: auto;
	}
	.release-photo {
		max-width: 600px;
		margin: auto;
	}
	.bottom-form-section .flex {
		flex-direction: column-reverse;
	}
	.bottom-form-section .book-image-wrap {
		display: none;
	}
	.look-life-section {
		padding: 160px 0 220px;
	}
	.internal-page #main .flex {
		flex-direction: column;
		align-items: center;
	}
	.page-about-the-author .left-side::before {
		transform: translateX(-80px) translateY(-30%);
		width: 320px;
		height: 280px;
	}
	.internal-page.page-books #main .flex {
		flex-direction: column-reverse;
	}
	.hide-desktop {
		display: block;
	}
	.single-post-img {
		width: 100%;
		min-width: 300px;
	}
	.menu-item a:hover, .menu-item .active > a {
		color: #fff;
	}
	.post-navigation .flex {
		flex-direction: row !important;
	}
}
@media (max-width: 899px) {
	.banner {
		height: 280px;
	}
	.single article {
		flex-direction: column;
	}
	.single-post-img {
		text-align: center;
		margin-bottom: 25px;
	}
	.menu-footer li {
		margin: 0 5px;
	}
	.recent-posts-section {
		padding-top: 50px;
		margin-top: 50px;
		border-top: 2px solid #e3c5c9;
	}
	.look-life-section h2 {
		margin-bottom: 30px;
	}
	.bottom-form-section {
		padding: 50px 0;
	}
	.blog .row.contentsection {
		padding: 20px 0 0;
	}
}
@media (max-width: 799px) {
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 0;
	}
	.blog .front-post-wrap {
		width: calc(100% - 40px);
		margin: auto;
	}
	.home .banner {
		height: 250px;
	}
	.home h1 span {
		font-size: 25px;
	}
	h1, .blog #main h1 a {
		font-size: 35px;
	}
	html, body {
		font-size: 18px;
	}
	.internal-page .navbar .nav > li > a, .menu-footer li a {
		padding: 10px 10px;
		font-size: 18px;
	}
	.banner {
		height: 250px;
	}
	h3 {
		font-size: 24px;
	}
	h2 {
		font-size: 30px;
	}
	.internal-page h1 {
		font-size: 30px;
	}
}
@media (max-width: 699px) {
	.flex.gallery-wrap .img-wrap {
		width: calc(50% - 20px);
	}
	.home .banner {
		height: 200px;
	}
	#logo2 {
		padding: 0 0 5px;
		max-width: 250px;
	}
	.mobile-nav-menu {
		top: 61px;
	}
	.recent-posts-section .flex {
		gap: 20px;
		margin-bottom: 20px;
	}
	.recent-posts-section {
		padding-bottom: 0;
	}
	.look-life-section {
		padding: 160px 0 130px;
	}
	.menu-footer li {
		display: block;
	}
	.menu-footer li a {
		font-size: 22px;
	}
	.banner {
		height: 220px;
	}
	h2.single-title {
		font-size: 28px;
	}
	.row.contentsection {
		padding: 20px 0;
	}
}
@media (max-width: 549px) {
	ul, ol {
		margin: 0 0 10px 20px;
	}
	a.main-btn.buybook.transition {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
}
@media (max-width: 499px) {
	.flex.gallery-wrap {
		padding: 0;
	}
	.flex.gallery-wrap .img-wrap {
		width: 100%;
		max-height: none;
	}
	.about-phyllis-section {
		position: relative;
		padding: 25px 0 25px;
	}
}
@media (max-width: 449px) {
	.bio-wrap {
		padding: 40px 15px;
	}
	h1, .blog #main h1 a {
		font-size: 32px;
	}
	.home h1 span {
		font-size: 22px;
	}
	.sub-heading.center {
		font-size: 36px;
	}
	.page-about-the-author.internal-page h1 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	#main {
		padding: 0;
	}
	.new-release-section p a {
		display: block;
		margin: 0 0 15px;
	}
	h2 {
		font-size: 26px;
	}
	.accordion-content {
		padding: 35px 35px 15px;
	}
	.page-faqs #main h3 {
		text-align: center;
	}
	.page-form input, .page-form textarea {
		font-size: 16px !important;
	}
}
@media (max-width: 399px) {
	footer span.logo-tagline {
		font-size: 19px;
	}
	.container {
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
	}
}