/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

html,
body {
	overflow-y: scroll !important;
}

@media (min-width: 1024px) {
	.hidden.lg-block {
		display: block !important;
	}
}

.bg-beige {
	background-color: #FAF5F3;
}

/* SINGLE POST */
.post-container {
	color: #000;
}

.post-container h1 {
	font-family: "Kalnia";
	font-size: 3em;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: -0.03em;
}

.post-container h2 {
	font-family: "Kalnia";
	font-size: 2.5em;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -0.03em;
}

.post-container h4 {
	font-family: "Kalnia";
	font-size: 2em;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -0.03em;
	padding: 20px 0px;
}

.post-container p {
	font-family: "PT Sans";
	font-size: 1.4em;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.03em;
	padding: 4px 0px;
}

.post-container p strong {
	display: inline;
	padding: 20px 0px;
}

@media screen and (max-width: 768px) {
	.post-container h1 {
		font-size: 2em;
		line-height: 36px;
	}

	.post-container h2 {
		font-size: 1.8em;
		line-height: 32px;
	}

	.post-container h4 {
		font-size: 1.5em;
		line-height: 28px;
		padding: 16px 0;
	}

	.post-container p {
		font-size: 1.1em;
		line-height: 24px;
		padding: 2px 0;
	}
}


.post-container .post-date {
	font-family: "PT Sans";
	font-size: 1.4em;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: -0.03em;
}

.post-container p.read-title {
	font-family: "PT Sans";
	font-size: 2em;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -0.03em;

}

@media (min-width: 1204px) {
	.post-container h1 {
		font-size: 3.5em;
		line-height: 65px;
	}

	.post-container h2 {
		font-size: 2.8em;
	}

	.post-container .post-date {
		font-size: 1.8em;
	}

	.post-container p.read-title {
		font-size: 2.2em;
	}
}

.post-container section.hero-banner {
	background-image: linear-gradient(to right, #660099, #9c0091, #c60084, #e70075, #ff3366);
}

.post-container ul.list-categories li {
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.03em;
	margin-bottom: 10px;
	margin-right: 5px;
	width: fit-content;
	display: inline-block;
	border: solid #FF3366 1px;
	padding: 10px 20px;
	border-radius: 25px;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.post-container ul.list-categories li:hover {
	background-color: #FF3366;
}

.post-container ul.list-categories li:hover a {
	text-decoration: none;
	color: #fff;
}

.post-container ul.list-categories li:focus a,
.post-container ul.list-categories li a:focus {
	text-decoration: none;
	color: #fff;
}

.post-container ul.list-categories li:focus a,
.post-container ul.list-categories li:not(:hover) a:focus {
	text-decoration: none;
	color: #000;
}

.post-container section.read-section a:hover {
	text-decoration: none;
	color: #000;
}

.post-container section.read-section {
	border: solid #FF3366 2px;
	border-radius: 15px;
}

.post-container section.read-section a.read-more-link {
	color: white;
	border-radius: 30px;
	padding: 12px 25px;
	background-color: #29292A;
	transition: background-color 0.3s ease;
}

.post-container section.read-section a.read-more-link:hover {
	background-color: #33CC99;
}

.post-container .read-post {
	padding: 10px;
	background-color: #FAF5F3;
	filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
	border-radius: 10px;
}

.post-container .read-post img {
	border-radius: 10px;
}

.post-container .read-post h3 {
	font-family: "PT Sans";
	font-size: 1.8em;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: -0.03em;
}


@media (min-width: 1204px) {
	.post-container h1 {
		font-size: 3.5em;
		line-height: 65px;
	}

	.post-container h2 {
		font-size: 2.8em;
	}

	.post-container .post-date {
		font-size: 1.8em;
	}

	.post-container p.read-title {
		font-size: 2.2em;
	}

	.post-container .read-post h3 {
		font-size: 2em;
	}
}