/**********************************************************************/
/**********************************************************************/
.page-post .breadcrumbs {
	margin-top: 40px;
}
.page-post .breadcrumbs a,
.page-post .breadcrumbs a:after,
.page-post .breadcrumbs p {
	color: #808080;
	text-shadow: none;
}

/**********************************************************************/
.page-post__date {
	padding-top: 5px;
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #76B5CD;
	text-transform: capitalize;
}

/**********************************************************************/
.page-post__title {
	margin-bottom: 35px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 84px;
	line-height: 92px;
	color: #76B5CD;
}


/**********************************************************************/
/**********************************************************************/
.page-post__content {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin-bottom: 100px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #424A5F;
}
.page-post__content .aligncenter,
.page-post__content .alignleft,
.page-post__content .alignright {
    display: block;
    padding: 0;
}
.page-post__content .aligncenter {
    float: none;
}
.page-post__content .alignright {
    float: right;
}
.page-post__content .alignleft {
    float: left;
}
.page-post__content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.page-post__content img.alignright {
    margin-right: 30px;
}
.page-post__content img.alignleft {
    margin-left: 30px;
}
.page-post__content strong,
.page-post__content b {
	font-weight: 700;
}
.page-post__content h1, .page-post__content h2, .page-post__content h3,
.page-post__content h4, .page-post__content h5, .page-post__content h6 {
	margin-bottom: 30px;
	font-weight: 600;
}
.page-post__content h1, .page-post__content h2 {
	font-size: 24px;
}
.page-post__content h3, .page-post__content h4 {
	font-size: 22px;
}
.page-post__content h5, .page-post__content h6 {
	font-size: 20px;
}
.page-post__content ul,
.page-post__content ol,
.page-post__content p {
	margin-bottom: 30px;
}
.page-post__content img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.page-post__content ul li,
.page-post__content ol li {
	margin-bottom: 15px;
}
.page-post__content ul li:last-child,
.page-post__content ol li:last-child {
	margin-bottom: 0;
}
.page-post__content a {
	color: #76B5CD;
	text-decoration: underline;
}
.page-post__content a:hover {
	text-decoration: none;
}


/**********************************************************************/
/**********************************************************************/
.page-post__related .related__title {
	margin-bottom: 30px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 54px;
	line-height: 60px;
	color: #76B5CD;
}




/**********************************************************************/
/*********************         RESPONSIVE         *********************/
/**********************************************************************/
@media screen and (max-width: 1440px) {
	/******************************************************************/
	/******************************************************************/
	.page-post__date {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 24px;
	}

	/******************************************************************/
	.page-post__title {
		margin-bottom: 20px;
		font-size: 50px;
		line-height: 60px;
	}


	/******************************************************************/
	/******************************************************************/
	.page-post__content {
		margin-bottom: 60px;
		font-size: 16px;
		line-height: 24px;
	}
	.page-post__content img.alignright {
		margin-right: 20px;
	}
	.page-post__content img.alignleft {
		margin-left: 20px;
	}
	.page-post__content h1, .page-post__content h2, .page-post__content h3,
	.page-post__content h4, .page-post__content h5, .page-post__content h6 {
		margin-bottom: 20px;
	}
	.page-post__content h1, .page-post__content h2 {
		font-size: 22px;
	}
	.page-post__content h3, .page-post__content h4 {
		font-size: 20px;
	}
	.page-post__content h5, .page-post__content h6 {
		font-size: 18px;
	}
	.page-post__content ul,
	.page-post__content ol,
	.page-post__content p {
		margin-bottom: 20px;
	}
	.page-post__content img {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.page-post__content ul li,
	.page-post__content ol li {
		margin-bottom: 10px;
	}


	/******************************************************************/
	/******************************************************************/
	.page-post__related .related__title {
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 50px;
	}
}


@media screen and (max-width: 767px) {
	/******************************************************************/
	/******************************************************************/
	.page-post .breadcrumbs {
		margin-top: 20px;
	}

	/******************************************************************/
	.page-post__date {
		font-size: 14px;
		line-height: 20px;
	}

	/******************************************************************/
	.page-post__title {
		font-size: 30px;
		line-height: 35px;
	}


	/******************************************************************/
	/******************************************************************/
	.page-post__content {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 20px;
	}
	.page-post__content h1, .page-post__content h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.page-post__content h3, .page-post__content h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.page-post__content h5, .page-post__content h6 {
		font-size: 16px;
		line-height: 22px;
	}
	

	/******************************************************************/
	/******************************************************************/
	.page-post .related {
		width: 450px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 30px;
		line-height: 35px;
	}
	.page-post__related .related__title {
		font-size: 30px;
		line-height: 35px;
	}
}