#cd-filter .checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 8px
}

#cd-filter .checkbox input[type=checkbox] {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1
}

#cd-filter .checkbox label {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 25px;
	font-weight:400;
}

#cd-filter .checkbox label:after,
#cd-filter .checkbox label:before {
	content: "";
	display: block;
	position: absolute
}

#cd-filter .checkbox label:before {
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: #ddd;
	border-radius: 3px
}

#cd-filter .checkbox label:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #6cc04a url(../img/cd-icon-check.svg) no-repeat center center;
	opacity: 0;
	pointer-events: none
}

#cd-filter .checkbox input:checked~label:after {
	opacity: 1
}

#checkbox input:focus~label:before {
	background: #eee
}

#pagination .mixitup-control {
	text-decoration: none
}

#pagination .mixitup-control a.page-link {
	padding: 0;
	margin-left: 0;
	line-height: 30px;
	color: #595959;
	background-color: transparent;
	border: none
}

#pagination .mixitup-control a,
#pagination .mixitup-control span {
	font-weight: 500
}

#pagination {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 50%)
}

#pagination button,
#pagination input[type=reset],
#pagination input[type=submit] {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit
}

#pagination ul {
	display: inline-block;
	height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0
}

@media only screen and (max-width:1199px) {
	#pagination ul {
		height: 30px;
		margin-top: 20px;
		padding: 0 10px;
		border-radius: 25px
	}

}

#pagination .mixitup-control {
	display: block;
	padding: 5px 15px;
	float: left;
	transition: .4s ease;
	color: #595959;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 30px;
	background-color: #eee
}

#pagination .mixitup-control:first-child {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px
}

#pagination .mixitup-control:last-child {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px
}

#pagination .mixitup-control-active,
#pagination .mixitup-control:hover {
	background-color: #86c023;
	cursor: pointer;
	color: #fff
}

#pagination .mixitup-control-active>a,
#pagination .mixitup-control-active>span,
#pagination .mixitup-control:hover>a,
#pagination .mixitup-control:hover>span {
	background-color: transparent;
	color: #fff !important;
	cursor: pointer
}

#pagination .mixitup-control span.next:hover,
#pagination .mixitup-control span.prev:hover {
	background-color: transparent;
	color: #86c023
}

@media only screen and (max-width:1199px) {
	#pagination .mixitup-control span {
		padding: 0 15px;
		font-size: 16px;
		line-height: 50px
	}

}

@media only screen and (min-width:120px) and (max-width:1024px) {
	#pagination .mixitup-control span {
		padding: 0 14px;
		display: none
	}

	#pagination .mixitup-control:nth-of-type(2) {
		position: relative;
		padding-right: 50px
	}

	#pagination .mixitup-control:nth-of-type(2)::after {
		content: "";
		position: absolute;
		font-size: 25px;
		top: 0;
		left: 45px
	}

	#pagination .mixitup-control:nth-child(-n+3),
	#pagination .mixitup-control:nth-last-child(-n+3) {
		display: block
	}

	#pagination .mixitup-control:nth-last-child(-n+4) {
		padding-right: 14px
	}

	#pagination .mixitup-control:nth-last-child(-n+4)::after {
		content: none
	}

}


.related-posts-wrap {
	background: #eee;
	padding: 30px !important
}

.sidebar .related-posts-wrap li {
	text-align: left !important
}

.blog-image-thumb,
.blog-image-thumb img,
.related-posts-wrap .sidebar-blog-image img {
	width: 100%
}

.sidebar ul li .sidebar-blog-title {
	font-weight: 700 !important;
	line-height: 140%;
	margin-bottom: 10px
}

.related-posts-wrap p {
	color: #666;
	font-weight: 300;
	font-size: 14px;
	padding-bottom: 0
}

.related-posts-wrap .read-more-link {
	margin: 20px 0 40px 0
}

.related-posts-wrap .read-more-link a {
	background: #6cc04a;
	display: inline;
	padding: 10px 15px;
	color: #fff;
	border-radius: 4px
}

.related-posts-wrap .read-more-link a:hover {
	background: #dd6410;
	color: #fff
}

.related-posts-wrap .sidebar-blog-image {
	margin-bottom: 10px
}


.author-byline {
	font-weight: 700;
	text-transform: uppercase
}

.author-divider {
	color: #ccc;
	padding: 0 10px
}

.author-title-header {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 500;
	padding: 20px 20px 0 !important
}

.related-posts-wrap {
	background: #eee;
	padding: 0 !important
}

.sidebar .related-posts-wrap li {
	text-align: left !important
}

.blog-image-thumb,
.blog-image-thumb img,
.related-posts-wrap .sidebar-blog-image img {
	width: 100%
}

ul.related-posts-wrap li {
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	border-radius: 3px
}

ul.related-posts-wrap li .sidebar-blog-image img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.sidebar ul li .sidebar-blog-title {
	font-weight: 700 !important;
	line-height: 140%;
	margin-bottom: 10px
}

.related-posts-wrap p {
	color: #666;
	font-weight: 300;
	font-size: 14px;
	padding-bottom: 0
}

.related-posts-wrap .read-more-link {
	margin: 20px 0 40px 0
}

.related-posts-wrap .read-more-link a {
	background: #6cc04a;
	display: inline;
	padding: 10px 15px;
	color: #fff;
	border-radius: 4px
}

.related-posts-wrap .read-more-link a:hover {
	background: #dd6410;
	color: #fff
}

.related-posts-wrap .sidebar-blog-image {
	margin-bottom: 10px
}


ul.related-posts-wrap {
	margin: 0;
	padding: 0;
	list-style: none
}

@media (min-width:1024px) {
	ul.related-posts-wrap {
		padding-bottom: 10px
	}

}

ul.related-posts-wrap li {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 50px;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	border-bottom: 1px solid #f2f2f2
}

@media (min-width:1024px) {
	ul.related-posts-wrap li {
		border-bottom: 0;
		font-size: 16px;
		line-height: 140%;
		text-align: initial;
		border-bottom: 0
	}

}

ul.related-posts-wrap li a {
	display: block;
	color: inherit;
	font-weight: 700;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #1c252c
}

ul.related-posts-wrap li a:hover {
	color: #ef7622;
	text-decoration: none
}


.format-standard h1 {
	font-size: 16px !important;
	line-height: 130%;
	margin-bottom: 10px
}

.blog-hero {
	margin-bottom: 0
}

.entry ol li,
.entry p,
.entry ul li {
	color: #3b3b3b;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5
}

.saboxplugin-wrap {
	background: 0 0 !important;
	min-height: 150px;
	border: none !important
}

.saboxplugin-wrap .saboxplugin-gravatar {
	padding: 20px 10px 0 20px !important
}

.saboxplugin-wrap .saboxplugin-gravatar img {
	border-radius: 50% !important;
	padding-bottom: 0;
	margin: 0
}

.saboxplugin-wrap .saboxplugin-authorname {
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase
}

.saboxplugin-wrap .saboxplugin-authorname a {
	color: #3b3b3b
}

.saboxplugin-wrap .saboxplugin-authorname a:hover {
	color: #ef7622
}

.saboxplugin-wrap .saboxplugin-desc .author {
	color: #3b3b3b;
	font-size: 16px;
	font-weight: 300;
	line-height: 160%;
	padding-bottom: 20px
}

.back-to-top .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	margin-top: 20px;
	padding: 20px 40px
}

.archive.category .saboxplugin-wrap {
	display: none
}

.blog-listing-title {
	display: block;
	margin: 15px 0 5px;
	font-size: 21px;
	color: #333
}

.saboxplugin-wrap .saboxplugin-desc p {
	text-align: justify !important
}

.saboxplugin-wrap .saboxplugin-desc {
	position: relative !important;
	padding-left: 130px !important
}

.saboxplugin-wrap .saboxplugin-authorname {
	padding-left: 130px !important
}

.blog-post-listing li {
	padding: 0 15px !important;
	text-align: left;
	margin-bottom: 20px
}

.blog-post-listing .blog-posting-description p {
	display: inline;
	font-weight: 300
}

.category-title {
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px
}


@media (min-width:1024px) {
	.related-posts-wrap {
		margin-left: 85px !important
	}

}

.format-standard h1 {
	color: #fff
}

.format-standard h1.show-headline {
	color: #333;
	font-size: 34px !important;
	font-weight: 700;
	margin-top: 15px
}

.show-headline .meta-data {
	display: none
}

.single .wrap article a {
	color: #456ca8
}

.single .wrap article h3 {
	font-size: 45px
}

.read-more-link {
	display: block;
	font-size: 14px;
	color: #456ca8;
	text-transform: uppercase
}

article p.meta-data {
	font-size: 20px !important
}

article p{
	font-weight: 400;
	line-height: 1.6
}

.saboxplugin-wrap {
	background: #f7f7f7;
	min-height: 150px
}

.saboxplugin-wrap .saboxplugin-gravatar {
	padding: 20px 10px 0 20px !important;
	float: none !important;
	position: absolute !important
}

.saboxplugin-wrap .saboxplugin-gravatar img {
	border-radius: 50%;
	padding-bottom: 0;
	margin: 0
}

.saboxplugin-wrap .saboxplugin-authorname {
	font-family: 'Roboto', sans-serif !important;
	text-transform: none !important;
	font-weight: 700
}

.saboxplugin-wrap .saboxplugin-authorname a {
	color: #3b3b3b
}

.saboxplugin-wrap .saboxplugin-authorname a:hover {
	color: #ef7622
}

.saboxplugin-wrap .saboxplugin-desc .author {
	color: #3b3b3b;
	font-size: 16px;
	font-weight: 300;
	line-height: 160%;
	padding-bottom: 20px
}

.back-to-top .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	margin-top: 20px;
	padding: 20px 40px
}

.archive.category .saboxplugin-wrap {
	display: none
}

.blog-listing-title {
	display: block;
	margin: 15px 0 5px;
	font-size: 21px;
	color: #333
}

.blogPost li {
	padding-bottom: 10px !important
}

.blog-post-listing li {
	padding: 0 15px !important;
	text-align: left;
	margin-bottom: 20px
}

.blog-post-listing .blog-posting-description p {
	display: inline;
	font-weight: 300
}

.category-title {
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px
}

.saboxplugin-wrap .clearfix::after {
	display: none
}

@media (min-width:1024px) {
	.related-posts-wrap {
		margin-left: 40px !important
	}

}

.format-standard h1 {
	color: #fff
}

.format-standard h1.show-headline {
	color: #333;
	font-size: 34px !important;
	font-weight: 700;
	margin-top: 15px
}

.show-headline .meta-data {
	display: none
}

h1.postTitle {
	margin-bottom: 0
}

#single-wrapper article a {
	color: #456ca8
}

#single-wrapper article h3 {
	font-size: 45px
}



.read-more-link {
	display: block;
	font-size: 14px;
	color: #456ca8;
	text-transform: uppercase
}

article p.meta-data {
	font-size: 15px !important;
	padding-bottom: 10px;
	position: relative
}

article p.meta-data:after {
	content: "";
	position: absolute;
	left: 0;
	top: 35px;
	height: .5px;
	width: 70%;
	border-bottom: .5px solid rgba(125, 125, 125, .5)
}


.blog-nav {
	background: #6cc04a;
	top: 140px;
	position: absolute;
	width: 100%;
	z-index: 1029
}

.admin-bar .blog-nav {
	top: 170px
}

@media (max-width:905px) {
	.blog-nav {
		display: none
	}

}

.blog-nav .menu-posts-container a {
	color: #fff;
	display: block;
	padding: .5em 1em;
	text-decoration: none
}

.blog-nav .menu-posts-container a:hover {
	text-decoration: underline
}

.blog-nav .menu-posts-container ul,
.blog-nav .menu-posts-container ul li {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.blog-nav .menu-posts-container>ul>li {
	display: inline-block
}

.saboxplugin-wrap .saboxplugin-desc {
	font-family: 'Roboto', sans-serif !important
}

.blogPost h2 {
	font-size: 1.5rem
}

.blogWrap {
	padding-top: 185px
}


@media (max-width:767px) {
	.blogWrap {
		padding-top: 35px !important
	}

}


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* ----------- iPad 2 ----------- */
/* Portrait and Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){

}

/* landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {

}

/* portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
	.postCont{
		min-height: 350px!important;
	}
	.blogWrap{
		padding-top: 70px!important;
	}
}


@media only screen and (min-width: 810px) and (max-width: 1080px)  {
	#pagination {
    	width: 90%;
	}
	#pagination .mixitup-control:nth-of-type(2){
		padding-right: 15px;
	}
}

@media only screen and (min-width: 810px) and (orientation: portrait) { 

}