@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

:root {
	--white: white;
	--border: rgba(11, 62, 60, 0.1);
	--border-2: rgba(11, 62, 60, 0.3);
	--black-rgb: 24, 21, 22;
	--black: #181516;
	--bg: #faf7ef;
	--primary: #e66a1f;
	--primary-dark: #2a3c1f;
	--link: #177c9c;
	--grey-light: #f8f8f8;
	--grey-medium: #efefef;
	--radius-sm: 6px;
	--radius-md: 8px;
	--radius-lg: 16px;
	--font-size-h1: 2.8rem;
	--font-size-h1-sm: 2.4rem;
	--font-size-h2: 2.2rem;
	--font-size-h2-sm: 2rem;
	--font-size-h3: 1.6rem;
	--font-size-h4: 1.4rem;
	--font-size-sm: 1.2rem;
	--font-size-label: 1.1rem;
}

html,
body {
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	color: var(--primary-dark);
	font-size: 15px;
	background-color: var(--bg);
}

h1 {
	font-family: "Libre Baskerville", serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
	letter-spacing: -1px;
	font-size: var(--font-size-h1) !important;
	line-height: 130% !important;
	padding-bottom: 0.2rem !important;
}
h2 {
	font-family: "Libre Baskerville", serif !important;
	font-weight: 500 !important;
	font-size: var(--font-size-h2);
	line-height: 132%;
}
h3 {
	font-family: "Libre Baskerville", serif !important;
	font-weight: 500 !important;
	font-size: var(--font-size-h3) !important;
	line-height: 132% !important;
}
h4 {
	font-weight: 600;
	font-size: var(--font-size-h4);
	line-height: 132%;
}
a {
	color: var(--link);
	text-decoration: none;
}
p {
	font-weight: 300;
	font-size: var(--font-size-sm) !important;
	font-family: "Poppins", sans-serif;
}
.wp-block-list {
	font-size: var(--font-size-sm) !important;
	font-family: "Poppins", sans-serif;
}

.max-width-60 p {
	max-width: 60rem;
	margin: 0 auto;
}

.link {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: var(--font-size-sm);
	color: var(--primary-dark);
	margin-bottom: 0;
	text-decoration: none;
}
.link ion-icon {
	padding-top: 1px;
	margin-left: 0.3rem;
	font-size: 1.3rem;
}
.link:hover {
	text-decoration: underline;
}

.lines-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.lines-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.bg-light-grey {
	background-color: var(--grey-light);
}
.flex-1 {
	flex: 1 !important;
}
.row > * {
	padding-right: 1rem;
	padding-left: 1rem;
}
.spacing {
	padding: 6rem 0;
}
.pt-6 {
	padding-top: 4rem;
}
.pb-6 {
	padding-bottom: 4rem;
}
.mt-6 {
	margin-top: 4rem;
}
.mb-6 {
	margin-bottom: 4rem;
}
.pt-7 {
	padding-top: 5rem;
}
.pb-7 {
	padding-bottom: 5rem;
}
.pt-8 {
	padding-top: 6rem;
}
.pb-8 {
	padding-bottom: 6rem;
}
.pt-9 {
	padding-top: 7rem;
}
.pb-9 {
	padding-bottom: 7rem;
}
@media (min-width: 991px) {
	.pt-lg-6 {
		padding-top: 4rem !important;
	}
	.pb-lg-6 {
		padding-bottom: 4rem !important;
	}
	.pt-lg-7 {
		padding-top: 5rem !important;
	}
	.pb-lg-7 {
		padding-bottom: 5rem !important;
	}
	.pt-lg-8 {
		padding-top: 6rem !important;
	}
	.pb-lg-8 {
		padding-bottom: 6rem !important;
	}
}
@media (min-width: 768px) {
	.pb-md-6 {
		padding-bottom: 4rem !important;
	}
	.pt-md-7 {
		padding-top: 5rem !important;
	}
	.pb-md-7 {
		padding-bottom: 5rem !important;
	}
	.py-md-7 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.pt-md-8 {
		padding-top: 6rem !important;
	}
	.pt-md-9 {
		padding-top: 7rem !important;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: var(--font-size-h2-sm);
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: var(--font-size-h1-sm);
	}
	.spacing {
		padding: 4rem 0;
	}
}

/* nav */
@media (min-width: 991px) {
	.navbar {
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}
}
.navbar {
	border-bottom: 1px solid var(--border);
}
.navbar .offcanvas {
	background-color: var(--bg);
}
.navbar .icons {
	display: flex;
	gap: 1rem;
	align-items: center;
	height: 100%;
}
.navbar .icon-button {
	width: 1.7rem;
	height: 1.7rem;
}
.icon-button.fb {
	background: url("../img/fb.svg") center/contain no-repeat;
}
.icon-button.ig {
	background: url("../img/ig.svg") center/contain no-repeat;
}
.icon-button.spotify {
	background: url("../img/spotify.svg") center/contain no-repeat;
}
.navbar-brand,
.offcanvas-title {
	font-family: "Libre Baskerville", serif !important;
	font-style: italic;
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: var(--primary-dark);
	padding-left: 0.5rem;
}
.nav-link {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
	color: var(--primary-dark);
	padding: 0.8rem 1.2rem !important;
	border-radius: var(--radius-sm);
}
.nav-link:hover,
.navbar-brand:hover,
.offcanvas-title:hover {
	color: inherit;
	opacity: 0.6;
}
.nav-link.button {
	font-weight: 500;
	background-color: var(--primary-dark);
	color: var(--white);
	justify-content: center;
	align-items: center;
	display: flex;
}
.nav-link.button:hover {
	opacity: 0.6;
}
.nav-link.button-outline {
	font-weight: 500;
	border: 1px solid var(--primary-dark);
	text-align: center;
}
.nav-link.button-outline:hover {
	color: var(--white);
	background-color: var(--primary-dark);
	opacity: 1;
}
@media (max-width: 1200px) {
	.nav-link.button-outline {
		display: none;
	}
}
@media (max-width: 991px) {
	.nav-link.button-outline {
		display: block;
		border: none;
		text-align: left;
	}
	.nav-link.button-outline:hover {
		color: var(--primary-dark);
		background: none;
		opacity: 0.6;
	}
}
.navbar-toggler {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border: none;
	box-shadow: none !important;
}
.nav-link ion-icon {
	margin-left: 4px;
	vertical-align: middle;
	font-size: 1em;
}
.nav-link.button ion-icon {
	transform: translateX(4px);
}
@media (max-width: 991px) {
	.offcanvas-body .navbar-nav {
		width: 100%;
	}
}

/* dropdown */

.navbar .dropdown-toggle::after {
	display: none;
}
.navbar .dropdown-menu {
	border-radius: 0;
	margin: 0;
	width: 100%;
	border: none;
	border-top: 1px solid var(--border);
	box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px,
		rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.navbar .dropdown-menu .row {
	max-width: 32rem;
}
.navbar .dropdown-menu ul {
	padding: 0;
}
.navbar .dropdown-menu li {
	list-style-type: none;
}
.navbar .dropdown-menu b {
	font-weight: 500;
}
.navbar .dropdown-item {
	padding: 0.4rem 1rem !important;
}
.navbar .dropdown-item:hover {
	background: none;
	color: var(--primary-dark);
}
@media (max-width: 991px) {
	.navbar .dropdown-menu {
		border-top: none;
		box-shadow: none;
	}
}

/* profile */

.profile img {
	width: 20rem;
	height: 25rem !important;
	object-fit: cover !important;
	border-radius: 20rem !important;
	margin-bottom: 1rem;
}

/* article */

.article {
	display: block !important;
	width: 100%;
	text-decoration: none;
	color: inherit;
}
.article:hover {
	opacity: 0.6;
	cursor: pointer;
}
.article img {
	position: relative;
	width: 100%;
	aspect-ratio: 1.7;
	object-fit: cover;
}
.article .date {
	font-weight: 400 !important;
	font-size: 1rem;
	margin-top: 2rem !important;
	margin-bottom: 0.8rem !important;
}

/* btn */

.elementor-button,
.tnp-submit,
.wpcf7-form input[type="submit"] {
	padding: 1.2rem 2rem !important;
	font-size: var(--font-size-sm) !important;
	line-height: var(--font-size-sm) !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: all 200ms ease !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: var(--white) !important;
	background-color: var(--primary-dark) !important;
	width: fit-content !important;
	min-width: 12rem;
	border-radius: var(--radius-sm) !important;
}

.elementor-button:hover,
.tnp-submit:hover,
.wpcf7-form input[type="submit"]:hover {
	opacity: 0.6;
}

.elementor-button-info .elementor-button {
	color: var(--primary-dark) !important;
	width: fit-content !important;
	min-width: 0 !important;
	background-color: transparent !important;
	border: 1px solid var(--primary-dark) !important;
}

/* newsletter */

.elementor-widget-wp-widget-newsletterwidget {
	width: 100%;
}
.tnp-email,
.wpcf7-form input,
.wpcf7-form textarea {
	padding: 1rem 1.6rem !important;
	border-radius: 0.5rem;
	border: 1px solid var(--border-2) !important;
	font-size: var(--font-size-sm) !important;
	line-height: var(--font-size-sm) !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: all 200ms ease !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: white !important;
	margin-bottom: 1.5rem !important;
	width: 100% !important;
}
.tnp-submit {
	margin: 0 auto !important;
}
.wpcf7-response-output {
	border: none !important;
}

/* contact form */

.grecaptcha-badge {
	visibility: hidden;
}
.wpcf7-form {
	max-width: 60rem;
	margin-top: 2rem;
}
.wpcf7-form textarea {
	width: 100% !important;
}
.wpcf7-form input[type="submit"] {
	margin: 0 auto !important;
	margin-top: 0.5rem !important;
}

/* border */
.border-top {
	border-top: 1px solid var(--border-2) !important;
}

/* sidebar */

.content-cont {
	display: flex;
	flex-direction: row;
}
.sidebar {
	width: 20rem;
	border-right: 1px solid var(--border);
	padding-right: 2rem;
	flex-shrink: 0;
}
.sidebar a {
	display: block;
	padding-bottom: 0.2rem;
	font-size: var(--font-size-label);
}
.cat-title {
	font-size: var(--font-size-label);
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: inherit;
}
.cat-title span:first-of-type {
	font-weight: 500;
}
.cat-title span:nth-of-type(2) {
	opacity: 0.6;
}
.cat-title:hover {
	opacity: 0.6;
	cursor: pointer;
}
.cat-title ion-icon {
	font-size: 1.2rem;
	opacity: 0.6;
	transition: transform 0.3s ease;
}
.cat-cont {
	border-left: 1px solid var(--border);
	padding-left: 0.7rem;
	margin-left: 0rem;
}
.content-cont .content {
	padding-left: 4rem;
	width: 100%;
}
.post-content {
	max-width: 52rem;
	margin: 0 auto;
}
.post-img {
	position: relative;
	width: 100%;
	height: 20rem;
	object-fit: cover;
}

@media (max-width: 991px) {
	.content-cont {
		flex-direction: column;
	}
	.sidebar {
		margin-top: -2rem;
		width: 100%;
		border-right: none;
		padding-right: 1rem;
		padding-left: 1rem;
		padding-bottom: 3rem;
		border-bottom: 1px solid var(--border);
	}
	.content-cont .content {
		padding-top: 4rem;
		padding-left: 0;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

/* footer */

footer {
	border-top: 1px solid var(--border);
}
footer p {
	font-size: 0.9rem;
}

/* gallery */
.post-list * {
	font-size: var(--font-size-label) !important;
}

/* search */
.search-icon {
	font-size: 1.1rem !important;
	--ionicon-stroke-width: 56px;
}
.search-bar {
	position: relative;
	display: none;
}
.search-bar .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.is-search-input {
	border-radius: 3px !important;
}
.search-bar #close {
	position: absolute;
	right: 2rem;
	font-size: 1.6rem;
	cursor: pointer;
}
.search-bar #close:hover {
	color: var(--mid-blue);
}
@media screen and (max-width: 770px) {
	.search-bar #close {
		right: 1rem;
	}
	.is-search-input {
		width: calc(100% - 2.5rem) !important;
	}
}
div.is-ajax-search-details,
div.is-ajax-search-result {
	background-color: var(--light-grey) !important;
	border-radius: 4px;
}
.search-cont {
	width: 100%;
	max-width: 35rem;
}
