
/* homepage grid */


.rich-blog-homepage {
	margin: 0 0 100px;
}

	.rich-blog-homepage .title {
		display: inline-block;
		margin: 0px 20px 10px 0;
	}

	.rich-blog-homepage .blog-posts {
		margin: 0 0 20px;
	}

	.rich-blog-homepage .blog-post {
		border: 1px solid #ddd;
		background-color: #fff;
		padding: 20px 25px;
		margin: 0 0 20px;
	}

	.rich-blog-homepage .post-picture {
		display: block;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}

		.rich-blog-homepage .post-picture:before {
			content: "";
			display: block;
			padding-top: 60%;
		}

		.rich-blog-homepage .post-picture img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			max-width: 100%;
			margin: auto;
		}

	.rich-blog-homepage .post-details {
		position: relative;
	}

	.rich-blog-homepage .post-title {
		display: block;
		margin: 0;
		font-size: 16px;
		font-weight: 600;
		overflow: hidden;
		text-align: left;
		height: 40px;
		text-overflow: ellipsis;
	}

	.rich-blog-homepage .post-date,
	.blog-page .post-date {
		display: none;
		font-size: 16px;
		font-weight: 400;
		margin-top: 5px;
	}

.post-date span {
	display: inline-block;
}

	.post-date span:first-child {
		font-weight: 600;
	}

.rich-blog-homepage .post-description {
	height: 30px;
	overflow: hidden;
	text-align: left;
	margin: 15px 0 0;
}

	.rich-blog-homepage .post-description * {
		font-size: 12px !important;
		line-height: 15px;
		font-weight: 400 !important;
	}

	.rich-blog-homepage .post-description img {
		display: none;
	}

	.rich-blog-homepage .post-description,
	.rich-blog-homepage .post-description p {
		line-height: 15px;
	}

.rich-blog-homepage .read-more {
	width: 100%;
	margin: 20px 0 5px;
	text-transform: none;
}

.rich-blog-homepage .view-all {
	display: inline-block;
	margin: 0px 0 10px;
}

	.rich-blog-homepage .view-all a {
		font-size: 20px;
		color: #2FA962;
	}

		.rich-blog-homepage .view-all a:hover {
			text-decoration: underline;
		}

		.rich-blog-homepage .view-all a:after {
			content: ">";
			padding-left: 5px;
			font-size: 24px;
		}

.blog-pages-body .center-2 {
	width: 100%;
}

	.blog-pages-body .center-2 .page-title {
		 margin-bottom: 40px; 
	}

.blog-pages-body .block:last-child {
	border-bottom: none;
}
/*  blog post grid */

.blog-pages-body .blogpost-page {
	margin-top: 30px;
}

.blogpost-page .post-head {
	width: 100%;
	margin: 20px 0 20px;
}

.blogpost-page .sub-head {
	display: none;
}

.blog-post-pdf-button {
	display: block;
	width: 90%;
	margin-top: 60px;
	text-align: center;
	font-size: 16px;
	background: #ffffff;
	color: #2FA962;
	padding: 20px;
	border: 1px solid #2FA962;
}
/* tags */

.blog-pages-body .listbox {
}
/* search form */

.center-1 .block.blog-search-box {
	display: none;
}

.blog-search-box {
	font-size: 0;
	overflow-x: hidden;
}

	.blog-search-box form {
		display: inline-block;
		width: 100%;
		font-size: 14px;
	}

		.blog-search-box form:after {
			content: "";
			display: block;
			clear: both;
		}

	.blog-search-box span.search-box-text {
		width: calc(100% - 38px);
		float: left;
		margin-right: -1px;
	}

	.blog-search-box input.search-box-text {
		width: 100% !important;
		height: 36px;
		font-size: 14px;
		display: block;
		border: none;
	}

	.blog-search-box .instant-search-busy {
		background: #fff url('images/ajax-loader-small.gif') right center no-repeat !important;
	}

	.blog-search-box .search-box-button {
		width: 37px;
		height: 38px;
		border: none;
		background: #fff url("images/search-button.png") center no-repeat;
		/*font-size: 14px;*/
		font-size: 0;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		-webkit-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
	}

		.blog-search-box .search-box-button:hover {
			opacity: 0.9;
		}

.blog-instant-search {
	height: auto !important;
	border: 2px solid #e7e7e7;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

	.blog-instant-search .k-list-container {
		width: 100% !important;
		height: auto !important;
		position: static !important;
	}

	.blog-instant-search .k-item {
		border-top: 1px solid #e7e7e7;
		padding: 10px;
		cursor: pointer;
	}

	.blog-instant-search .rich-blog-autocomplete-last-item {
		font-weight: bold;
	}

	.blog-instant-search .k-item:first-child {
		border: 0;
	}

	.blog-instant-search .k-item.k-state-hover,
	.blog-instant-search .k-item.k-state-focused {
		background-color: #f6f6f6;
	}

a .search-term-highlighter {
	font-weight: bold;
}

p .search-term-highlighter {
	color: #e73f39;
}

.rich-blog-autocomplete-last-item {
	background-color: #f6f6f6;
}

/* blog list & blog post */
.blog-page .first-blog-post .post-head {
	float: left;
	width: 100%;
}

.blog-page .first-blog-post .post-body {
	float: right;
	width: 100%;
	margin: 0;
}

.blog-page .post-head {
	margin: 0px 0 25px;
}

.blog-page .post {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 25px;
	background-color: #fff;
	text-align: left;
}

.blog-page .post-title {
	height: 50px;
	margin: 0;
	color: #000;
	font-size: 20px;
	overflow: hidden;
}

.blog-page .post-preview {
	height: 63px;
}

.blog-page .post-date {
	margin: 0;
	vertical-align: middle;
}

.blog-page .rich-blog-image {
	display: block;
	padding: 0;
	overflow: hidden;
	font-size: 0;
}

	.blog-page .rich-blog-image a {
		display: block;
		position: relative;
		height: 100%;
		font-size: 0;
	}

.blog-posts-list .rich-blog-image a {
	display: flex;
	height: 280px;
	align-items: center;
}

.blog-page .rich-blog-image img {
	width: 100%;
}

.blog-page .post-body,
.blogpost-page .post-body {
	margin: 0 0 10px;
	overflow: hidden;
	margin-top: 50px;
}

	.blog-page .post-body p,
	.blogpost-page .post-body p {
		margin: 0 0 10px;
	}





	.blogpost-page .post-body img {
		margin: 30px auto;
		display: block;
	}

.big-image-right .flex-post,
.big-image-left .flex-post,
.small-image-right,
.small-image-left {
	margin-bottom: 50px;
}

.blogpost-page .post-head h1 {
	font-size: 20px;
	margin: 0 0 10px;
}

.blogpost-page .post-body h4 {
	font-size: 20px;
	margin: 10px 0px 30px 0px;
}

.blogpost-page .post-body > p {
	margin: 10px 0 40px 0;
}




.blog-page .tags,
.blogpost-page .tags {
	font-size: 0;
	vertical-align: middle;
}

	.blog-page .tags label,
	.blogpost-page .tags label {
		margin: 0 10px 0 0;
	}

	.blog-page .tags a:hover,
	.blogpost-page .tags a:hover {
		text-decoration: none;
	}

.blog-pages-body .block .tags li a:hover {
	color: #2FA962;
}

.blog-page .read-comments {
	display: none;
}

	.blog-page .read-comments:hover {
		text-decoration: none;
	}

.blog-page .buttons {
	margin: 0;
	text-align: left;
}

	.blog-page .buttons .read-more {
		display: inline;
		background-color: transparent;
		padding: 0;
		color: #2FA962;
	}

.blog-page .post-actions .read-more {
	display: none; /*this is the second "details" button, currently hidden*/
}

.post-relations {
	margin: 10px 0 0;
	font-size: 0;
}

	.post-relations label {
		margin: 0 10px 0 0;
		font-size: 13px; /*reset zeroing*/
	}

	.post-relations ul {
		display: inline-block;
	}

	.post-relations li {
		display: inline-block;
		font-size: 13px; /*reset zeroing*/
	}

		.post-relations li.separator {
			margin: 0 5px 0 3px;
		}

		.post-relations li a {
			display: block;
			color: #e73f39;
		}

.share-post {
	margin: 20px 0 0;
	font-size: 0;
}

	.share-post li {
		display: inline-block;
		margin-right: 15px;
	}

	.share-post a {
		display: block;
		width: 32px;
		height: 32px;
		background-image: url('images/share-sprite.png');
		background-repeat: no-repeat;
	}

	.share-post .facebook a {
		background-position: 0 0;
	}

	.share-post .twitter a {
		background-position: -32px 0;
	}

	.share-post .pinterest a {
		background-position: -64px 0;
	}

	.share-post .linkedin a {
		background-position: -96px 0;
	}

	.share-post .google a {
		background-position: -128px 0;
	}

	.share-post a:hover {
		opacity: 0.9;
	}

.blogpost-page .page-body {
	padding: 0;
}

.blogpost-page .post-date {
}

.blogpost-page .rich-blog-image {
	margin: 0 0 20px;
	font-size: 0;
}

	.blogpost-page .rich-blog-image img {
		width: 100%;
	}

.post-navigation {
	overflow: hidden;
	margin: 30px 0 0;
}

	.post-navigation a {
		position: relative;
		overflow: hidden;
		font-size: 0;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

		.post-navigation a:empty {
			opacity: 0.5;
		}

	.post-navigation .prev,
	.post-navigation .next {
		width: 143px;
		white-space: nowrap;
		text-align: left;
	}

	.post-navigation .prev {
		float: left;
	}

	.post-navigation .next {
		float: right;
	}

	.post-navigation a:before {
		content: "";
		position: absolute;
		top: 0;
		width: 36px;
		height: 36px;
		border: 1px solid #2b2b2b;
		background-color: #fff;
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.post-navigation .prev:before {
		left: 0;
		background-image: url('images/prev.png');
	}

	.post-navigation .next:before {
		right: 0;
		background-image: url('images/next.png');
	}

	.post-navigation a:hover:before {
		border-color: #2FA962;
		background-color: #2FA962;
		background-position: center bottom;
	}

	.post-navigation .prev-text,
	.post-navigation .next-text {
		font-size: 14px;
		background-color: #2FA962;
		color: #fff;
		line-height: 36px;
		display: inline-block;
		height: 36px;
		width: calc(100% - 38px);
		text-align: center;
		overflow: hidden;
		font-weight: 600;
	}

	.post-navigation .prev-text {
		margin-left: 38px;
	}

	.post-navigation .next-text {
		margin-right: 38px;
	}

	.post-navigation .prev-image,
	.post-navigation .next-image {
		display: none;
		height: 60px;
		overflow: hidden;
		margin: 10px 0;
	}

		.post-navigation .prev-image img,
		.post-navigation .next-image img {
			display: block;
		}

	.post-navigation .prev-title,
	.post-navigation .next-title {
		display: none;
		white-space: normal;
		font-size: 14px;
	}

.blog-page .post-footer {
	display: none;
}

.blogpost-page .post-footer {
	position: relative;
	min-height: 32px;
}

.blogpost-page .related-posts-list {
	margin: 10px 0 0;
}

.blogpost-page .share-post {
	right: 0;
	bottom: 0;
}

/* search results */


.blog-search-results li {
	display: inline-block;
	margin: 0 10px 30px;
	border: 2px solid #eee;
	padding: 20px;
}

	.blog-search-results li a {
		display: inline-block;
		margin-bottom: 10px;
		color: #e73f39;
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 2px;
	}

		.blog-search-results li a:hover {
			text-decoration: underline;
		}

	.blog-search-results li p {
		line-height: 24px;
	}



@media all and (min-width: 481px) {

	.rich-blog-homepage .blog-posts {
		width: 100%;
		max-width: 730px;
		margin: 0 auto 10px;
	}

	.blog-posts .read-comments {
		position: relative;
		line-height: 24px;
	}
	/*.blog-posts .read-comments:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 13px;
	margin: auto;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #d9d9d9;   
}*/
	.blog-search-box {
		float: left;
		margin: 0 1% 2%;
		text-align: left;
		width: 48%;
	}

		.blog-search-box form {
			width: 102%;
		}

	.post-navigation .prev,
	.post-navigation .next {
		width: 180px;
	}

	.post-navigation .prev-text,
	.post-navigation .next-text {
		display: inline-block;
	}

	.post-navigation .prev-image,
	.post-navigation .next-image {
		display: block;
	}

	.post-navigation .prev-title,
	.post-navigation .next-title {
		display: block;
	}

	.blog-pages-body .block:last-child {
		border-bottom: 1px solid #ddd;
	}
}


@media all and (min-width: 769px) {

	.post-relations {
		padding: 0 170px 0 0;
	}

	.share-post {
		position: absolute;
		right: 20px;
		bottom: 19px;
	}

	.post-navigation a {
		font-size: 14px /*reset zeroing*/
	}

	.blogpost-page .post-head h1 {
		font-size: 48px;
	}
}


@media all and (min-width: 769px) and (max-width: 1024px) {

	.blog-search-box {
		margin: 0 1% 2%;
		width: 31.3333%;
	}
}

@media all and (min-width: 1025px) {
	.blog-pages-body .side-2 {
		position: absolute;
		top: 30px;
		width: 100%;
		margin-top: 35px;
	}

	.blogpost-page .post-head {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		margin: 0px 0 20px;
	}

	.blogpost-page .rich-blog-image {
		display: inline-block;
		width: 49%;
		margin: 0 0 20px;
		font-size: 0;
	}

	.blog-pages-body .center-2 .page-title {
		/* margin-bottom: 120px; */
	}

		.blog-pages-body .center-2 .page-title h1 {
			font-size: 32px;
		}

	.rich-blog-homepage .blog-post {
		margin: 0 0 0px;
	}

	.rich-blog-homepage .blog-posts {
		max-width: none;
	}

		.rich-blog-homepage .blog-posts:after {
			content: "";
			display: block;
			clear: both;
		}

	.rich-blog-homepage .blog-post {
		float: left;
		width: 32%;
		margin-left: 2%;
	}

		.rich-blog-homepage .blog-post:nth-child(3n+1) {
			clear: both;
			margin-left: 0;
		}

		.rich-blog-homepage .blog-post:only-child {
			float: none;
			width: auto;
			margin: 0 0 30px;
		}

	.blog-search-box .title {
		padding: 0;
		margin: 0 0 10px;
	}

	/* search animation */

	.blog-search-box span.search-box-text {
		position: absolute;
		width: 400px;
		max-width: 0px;
		padding: 0px;
		right: 100%;
		margin-right: 0px;
		z-index: 99;
		transition: all 0.2s ease;
	}

		.blog-search-box span.search-box-text input {
			padding: 0px !important;
			border: none;
		}

	.blog-search-box:hover span.search-box-text {
		max-width: 400px;
		border: 1px solid #CFCFCF;
		border-right: none;
		padding: 0px 0px 0px 10px;
	}

	.blog-search-box:hover .search-box-button {
		border: 1px solid #CFCFCF;
		border-left: none;
	}
	/* search animation end*/
	.blog-pages-body .block .list li {
		position: relative;
	}

		.blog-pages-body .block .list li:hover .sublist {
			display: block;
		}

	.blog-pages-body .block .sublist {
		display: none;
		width: 100%;
		margin: 0;
		position: absolute;
		top: -10px;
		left: -100%;
		background: #fff;
		border: none;
		box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
		padding: 10px 0 !important;
		transition: all 0.4s ease;
	}

	.blog-search-box {
		padding-bottom: 20px;
		margin: 0 0 20px;
	}

		.blog-search-box form {
			display: block;
			width: auto;
		}

	.blog-search-box {
		float: none;
		width: 100%;
	}

	.blog-page .first-blog-post .post-body {
		padding: 0px 30px 0px;
	}

	.blog-page .first-blog-post .post-head {
		float: left;
		width: 50%;
	}

	.blog-page .first-blog-post .post-body {
		float: right;
		width: 50%;
	}

	.blog-page .first-blog-post .post-title {
		height: auto;
		max-height: 80px;
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 39px;
	}

	.blog-page .first-blog-post .post-preview {
		height: auto;
		/* max-height: 262px; */
		overflow: hidden;
	}

	.blog-pages-body .master-column-wrapper {
		position: relative;
	}

	.blog-pages-body .blog-posts-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 0px 40px;
	}


	.blog-pages-body .block {
		position: relative;
		width: auto;
		float: right;
		margin: 0;
		padding: 0;
		color: #696969;
		background: #fff;
		border: none;
		overflow: visible;
	}

		.blog-pages-body .block .title {
			font-size: 14px;
		}

		.blog-pages-body .block.blog-search-box .title {
			display: none;
		}

		.blog-pages-body .block .tags li {
			display: block;
		}

	.blog-pages-body .block-popular-blogtags .listbox,
	.blog-pages-body .block-blog-archive .listbox {
		display: none !important;
		position: absolute;
		right: 0;
		width: 200px;
		margin: 0;
		background: #fff;
		font-size: 14px;
		border: none;
		box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
		padding: 10px 0 !important;
		transition: all 0.4s ease;
	}

	.blog-pages-body .block:hover .title {
		color: #2FA962;
	}

	.blog-pages-body .block:hover .listbox {
		display: block !important;
	}

	.blog-pages-body .blog-page .post {
		border: none;
	}

	.blog-pages-body .block:last-child {
		border: none;
	}

	.blogpost-page .post-footer {
		margin-bottom: 20px;
	}

	.blog-post-pdf-button {
		display: block;
		width: 90%;
		margin-top: 60px;
		text-align: center;
		color: #2FA962;
		padding: 20px;
		border: 1px solid #2FA962;
	}

		.blog-post-pdf-button:hover {
			background-color: #eaf6ef;
		}

	/* blog post template */
	.big-image-right .flex-post,
	.big-image-left .flex-post,
	.small-image-right,
	.small-image-left {
		display: flex;
		margin-bottom: 50px;
	}

	.blogpost-page .post-body h4 {
		font-size: 20px;
		margin: 10px 0px 30px 0px;
	}

	.blogpost-page .post-body > p {
		margin: 10px 0 40px 0;
	}

	.blogpost-page .post-body p {
		line-height: 30px;
	}

	.blogpost-page .post-body img {
		margin: 0px auto;
		display: block;
	}

	.big-image-right div p {
		padding-right: 100px;
	}

	.big-image-left div p {
		padding-left: 100px;
	}

	.small-image-left div p {
		padding-left: 100px;
	}

	.small-image-right div p {
		padding-right: 100px;
	}


	/* blog post template end */
}
