*,
*::before,
*::after {
	box-sizing: border-box;
}

h1,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

small {
	font-size: 80%;
}

a {
	color: #7AB730;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #527a20;
	text-decoration: underline;
}

img {
	vertical-align: middle;
	border-style: none;
}

h1,
h6,
.h5 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
}

h1 {
	font-size: 2.5rem;
}

@media (max-width: 1200px) {
	h1 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

.h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

small {
	font-size: 80%;
	font-weight: 400;
}

.blog-item .img-fluid {
	max-width: 350px;
	max-height: 200px;
}

.img-fluid {
	width: 100%;
}

.container,
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-md-6,
.col-lg-4 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

.bg-white {
	background-color: #fff !important;
}

.cat-title {
	margin-left: 1.7em;
}

.cat-title a {
	width: 100%;
	float: left;
	font-size: 110% !important;
	font-weight: bolder;
}

.cat-title small {
	float: left;
	width: 100%;
}

.position-relative {
	position: relative !important;
}

.w-100 {
	width: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-5,
.py-5 {
	padding-top: 1rem !important;
}

.py-5 {
	padding-bottom: 1rem !important;
}

.mb-n1 {
	margin-bottom: -0.25rem !important;
}

.text-center {
	text-align: center !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.text-white {
	color: #fff !important;
	text-align: center;
}

.text-primary {
	color: #7AB730 !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #527a20 !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

@media print {

	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	img {
		page-break-inside: avoid;
	}

	.container {
		min-width: 992px !important;
	}
}

h1,
.font-weight-bold {
	font-weight: 700 !important;
}

h6 {
	font-weight: 500 !important;
}

.blog-item {
	transition: .5s;
}

.blog-item:hover {
	box-shadow: 0 0 30px #CCCCCC;
}

.blog-date {
	position: absolute;
	width: 60px;
	height: 45px;
	top: 30px;
	left: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #7AB730;
}

.blog-date::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: -15px;
	left: 0;
	border: 8px solid;
	border-color: transparent #5f8f25 #5f8f25 transparent;
	z-index: -1;
}