/* =============================================
   COMMON.CSS — Consolidated Stylesheet
   Sections: Foundations, Typography, Header,
   Navigation & Search, Content, Post, Footer,
   Hamburger, Responsive
   ============================================= */

/* —— Foundations —— */

/* —— Local Fonts —— */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url("../fonts/lato-v25-latin-100.woff2") format("woff2");
}
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url("../fonts/lato-v25-latin-100italic.woff2") format("woff2");
}
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/lato-v25-latin-300.woff2") format("woff2");
}
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/lato-v25-latin-300italic.woff2") format("woff2");
}
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/lato-v25-latin-regular.woff2") format("woff2");
}
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/lato-v25-latin-italic.woff2") format("woff2");
}
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/lato-v25-latin-700.woff2") format("woff2");
}
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/lato-v25-latin-700italic.woff2") format("woff2");
}
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/lato-v25-latin-900.woff2") format("woff2");
}
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/lato-v25-latin-900italic.woff2") format("woff2");
}
@font-face {
	font-family: "PT Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/pt-sans-v18-latin-regular.woff2") format("woff2");
}
html,
body {
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
}
html {
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
span,
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #4a4949;
}
ul {
	list-style-type: none;
}

/* —— Layout —— */
.max-width {
	max-width: 1280px;
	padding: 0px 10px;
	margin: 0px auto;
}
.wrapper {
	padding: 0px 10px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	transition: opacity 0.7s linear 0.3s;
}
body.clicked .wrapper {
	display: none;
	opacity: 0.0125;
}

/* —— Typography —— */
p {
	font-size: 1.2rem;
	line-height: 1.551;
}
h1 {
	font-size: 5rem;
	font-weight: normal;
	color: #4a4949;
}
h2 {
	font-size: 4rem;
	font-weight: normal;
	color: #4a4949;
}
h3 {
	font-size: 3rem;
	font-weight: normal;
	color: #4a4949;
}
h4 {
	font-size: 2.5rem;
	font-weight: normal;
	color: #4a4949;
}
h5 {
	font-size: 2rem;
}
h6 {
	font-size: 1.5rem;
}
article a {
	color: #00a2e8;
}

/* —— Header —— */
.header {
	display: flex;
	gap: 40px;
	flex-direction: column;
	padding: 5px 0px;
	background-color: #ffffff;
}
.teader {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.teader .logo {
	width: auto;
	max-width: 150px;
	height: auto;
}
.teader .logo img {
	max-width: 100%;
}
.teader .left {
	display: flex;
	gap: 20px;
	align-items: center;
	flex: 1 1 250px;
}
.teader .right {
	display: flex;
	align-items: center;
}

/* —— Navigation —— */
.tmenu ul {
	display: flex;
	gap: 20px;
	font-size: 1.2rem;
	flex-wrap: wrap;
}
.nhamburger .tmenu ul {
	display: flex;
	flex-direction: column;
}

/* —— Search —— */
.simplesearch {
	position: relative;
	margin-right: auto;
}
.simplesearch input:first-child {
	border: 2px solid #4a4949;
	color: #4a4949;
	padding: 10px 12px;
	font-size: 1rem;
	width: 200px;
	outline: none;
	transition: all 0.2s ease;
	border-radius: 5px;
}
.simplesearch input:first-child:focus {
	width: 250px;
}
.simplesearch input:last-child {
	background: #ffffff url(../images/svg/search.svg) 0 0 no-repeat;
	background-size: 21px 21px;
	border: none;
	outline: none;
	height: 21px;
	width: 21px;
	padding: 12px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/* —— Content —— */
section.bcontent {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 20px;
	margin: auto;
}
.bategory {
	display: block;
	color: #e22658;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	font-size: 1rem;
	font-weight: bold;
	border: 2px solid #e22658;
	border-radius: 40px;
	max-width: 200px;
	padding: 10px 5px;
	text-decoration: none;
	border-bottom: 4px solid #e22658;
	transition: all 0.3s ease;
}
.bategory:hover,
.prevnext a:hover {
	transform: rotate(-15deg);
}
article.hcontent {
	border-bottom: 1px solid #dcdcdc;
	padding: 40px 0px;
}
article.hcontent h2 {
	text-align: center;
	margin: 30px auto;
	line-height: 1.15;
}
article.hcontent h2 a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}
.load-more-wrap {
	text-align: center;
	padding: 40px 0;
}
.load-more-btn {
	color: #e22658;
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	background: none;
	border: 2px solid #e22658;
	border-bottom: 4px solid #e22658;
	border-radius: 40px;
	padding: 12px 40px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.load-more-btn:hover {
	background: #e22658;
	color: #ffffff;
}
.load-more-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
article.hcontent p {
	margin: 50px auto;
	max-width: 800px;
}
article.hcontent p.picture {
	width: auto;
	max-width: 100%;
}
.picture {
	max-width: 100%;
}
.picture img {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 1100px;
}
.hcontent figure.wp-block-image {
	max-width: 100%;
	margin: 50px auto;
}
.hcontent figure.wp-block-image img {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 1100px;
}
.hcontent .author {
	display: flex;
	margin: 30px auto;
	gap: 20px;
	max-width: 700px;
	justify-content: center;
	align-items: center;
}
.hcontent .author a {
	text-decoration: none;
	color: #6d6d6d;
	font-size: 1.1rem;
	font-weight: bold;
}
.hcontent .author span {
	margin: auto 5px;
}
.hcontent .author svg {
	width: 15px;
	height: auto;
	color: #000000;
}

/* —— Post —— */
.prevnext {
	margin: auto;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.prevnext a {
	display: block;
	color: #e22658;
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	border: 2px solid #e22658;
	border-radius: 40px;
	max-width: 200px;
	padding: 10px 20px;
	text-decoration: none;
	border-bottom: 4px solid #e22658;
	transition: all 0.3s ease;
}
.moreposts {
	margin: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.moreposts h4 {
	margin: 20px auto;
}
.mparticle {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.mparticle a {
	flex: 1 0 1;
	font-size: 1.2rem;
	color: #4a4949;
}
.mparticle a:hover {
	color: #e22658;
	font-weight: bold;
}
.none {
	display: none;
}

/* —— Footer —— */
.footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0px;
}
.footer .left {
	font-size: 1.2rem;
	display: flex;
	gap: 5px;
}
.footer .left span {
	display: inline-block;
}
.copyright {
	font-weight: bold;
	color: #000000;
	display: flex;
	gap: 5px;
}
.copyright a {
	color: #000000;
}
.footer .right {
	font-size: 1.2rem;
	color: #4a4949;
}
.wp-block-simply-awesome-back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.wp-block-simply-awesome-back-to-top.visible {
	opacity: 1;
	pointer-events: auto;
}

/* —— Hamburger —— */
.whamburger {
	display: none;
	position: relative;
	align-items: center;
	gap: 20px;
	transition: transform 1s;
}
.wtoggle {
	cursor: pointer;
	outline: none;
	width: 35px;
	height: 21px;
	border: none;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	text-decoration: none;
	background: none;
}
.wtoggle:before,
.wtoggle:after {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	display: block;
	width: 35px;
	height: 3px;
	background: #000000;
}
.wtoggle,
.wtoggle:before,
.wtoggle:after {
	transition: all 0.2s ease;
	transform: rotate(0deg);
}
body.clicked .wtoggle {
	border-color: transparent;
}
body.clicked .wtoggle:before {
	transform: rotate(45deg);
}
body.clicked .wtoggle:after {
	transform: rotate(-45deg);
}
.nhamburger {
	display: none;
	flex-direction: column;
	gap: 20px;
	background-color: #ffffff;
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	transition: all 1s linear 0.3s;
	z-index: 1000;
	opacity: 1;
}
body.clicked .nhamburger {
	display: flex;
}
.nhamburger .logo {
	width: 100%;
}
.nhamburger .logo img {
	width: 100%;
}
.nhamburger .whamburger {
	padding: 20px 0px;
	margin-bottom: 20px;
}

/* —— Responsive —— */
@media only screen and (max-width: 1100px) {
}
@media only screen and (max-width: 700px) {
	.header {
		position: sticky;
		top: 0;
		z-index: 100;
		width: 100%;
		max-width: calc(100% - 20px);
		right: 0;
		left: 0;
	}
	.whamburger {
		display: flex;
	}
	.teader .simplesearch {
		display: none;
	}
	.teader .tmenu {
		display: none;
	}
	.hcontent h2 {
		font-size: 3rem;
	}
	.author a:last-child {
		display: none;
	}
	.teader {
		gap: 0px;
	}
	.teader .left {
		justify-content: space-between;
		flex: 1;
	}
}
@media only screen and (max-width: 500px) {
	.hcontent h2 {
		font-size: 2.5rem;
	}
}
