
.font-size-default, body {
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 992px) {
	.font-size-default, body {
		font-size: 14px;
		line-height: 1.71429;
	}
}
.page-foot .post-preview + .post-preview {
	margin-top: 22px;
}
.post img + h5 {
	margin-top: 20px;
}
@media (min-width: 992px) {
	.post img + h5 {
		margin-top: 30px;
	}
}

.post-single .post-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	margin-bottom: -10px;
}

.post-single .post-footer > * {
	margin-top: 10px;
}
.post-single .post-footer ul.midias {
	margin-top: 0 !important;
}

.post-single .post-footer > *:not(:last-child) {
	margin-right: 20px;
}

.post-single * + .post-header {
	margin-top: 15px;
}

.post-single * + .post-meta {
	margin-top: 20px;
}

.post-single * + .post-body {
	margin-top: 20px;
}

.post-single * + .post-footer {
	margin-top: 52px;
}

@media (min-width: 768px) {
	.post-single * + .post-header {
		margin-top: 22px;
	}
	.post-single * + .post-meta {
		margin-top: 10px;
	}
}

.post-info * + .post-main {
	margin-top: 30px;
}

.post-info * + .post-body {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.post-info .post-main {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.post-info .post-left {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
		padding-right: 25px;
	}
	.post-info .post-body {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.post-info * + .post-body {
		margin-top: 0;
	}
}

.post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(65, 65, 65, 0.12);
	box-shadow: -1px 2px 5px 0px rgba(65, 65, 65, 0.12);
	min-height: 100%;
}

.post-minimal .post-body {
	padding: 20px;
}

.post-minimal * + p {
	margin-top: 8px;
}

.post-minimal * + .post-meta {
	margin-top: 5px;
}

@media (max-width: 575px) {
	.post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 300px;
	}
}

@media (min-width: 576px) {
	.post-minimal {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.post-minimal .post-left {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-ms-flex-align: stretch;
		-webkit-box-align: stretch;
		align-items: stretch;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 220px;
	}
	.post-minimal .post-image {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		overflow: hidden;
	}
	.post-minimal .post-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}
	.post-minimal .post-body {
		padding: 30px 24px 30px 27px;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.post-minimal .post-body {
		padding: 40px 26px 40px 35px;
	}
}

.post-preview {
	max-width: 320px;
}

.post-preview a {
	display: block;
}

.post-preview .post-image,
.post-preview .post-image img {
	border-radius: 5px;
}

.post-preview .post-header {
	line-height: 1.5;
	color: #000;
	-webkit-transition: .33s all ease;
	transition: .33s all ease;
}

.post-preview .list-meta > li {
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	color: #566677;
}

.post-preview .list-meta > li:not(:last-child):after {
	content: '/';
}

.post-preview:hover .post-header {
	color: #0B6698;
}

.post-preview * + .post-meta {
	margin-top: 5px;
}

.post-preview.post-preview-inverse > li {
	color: rgba(255, 255, 255, 0.5);
}

.post-preview.post-preview-inverse .post-header {
	color: #fff;
}

.post-preview.post-preview-inverse:hover .post-header {
	color: #0B6698;
}

* + .post-preview {
	margin-top: 30px;
}

* + .post-preview-wrap {
	margin-top: 30px;
}

.post-block {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	min-height: 200px;
	overflow: hidden;
	background: #000;
}

.post-block .post-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: .4;
	will-change: transform;
	-webkit-transition: .66s all ease;
	transition: .66s all ease;
}

.post-block .post-image .image-block {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.post-block .post-header {
	line-height: 1.2;
	color: #fff;
}

.post-block .post-header a, .post-block .post-header a:active, .post-block .post-header a:focus {
	color: inherit;
}

.post-block .post-header a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.post-block .post-body {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 30px 22px 30px 25px;
}

[data-x-mode="true"] .post-block .post-body {
	pointer-events: none;
}

[data-x-mode="true"] .post-block .post-body > * {
	pointer-events: auto;
}

.post-block .post-meta {
	position: relative;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-bottom: -2px;
	color: rgba(255, 255, 255, 0.5);
}

.post-block .post-meta > * {
	margin-top: 2px;
}

.post-block .post-meta > *:not(:last-child) {
	margin-right: 15px;
}

.post-block .post-meta a {
	color: rgba(255, 255, 255, 0.5);
}

.post-block .post-meta a:hover {
	color: #0B6698;
}

.post-block .post-meta > li {
	display: inline-block;
}

.post-block:hover {
	color: rgba(255, 255, 255, 0.8);
}

.post-block:hover .post-image {
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
	opacity: .2;
}

.post-block * + .post-meta {
	margin-top: 12px;
}

@media (min-width: 576px) {
	.post-block .post-body {
		padding: 40px 30px 40px 35px;
	}
}

@media (min-width: 768px) {
	.post-block {
		min-height: 250px;
	}
	.post-block .post-body {
		padding: 60px 30px 60px 40px;
	}
}

@media (min-width: 1200px) {
	.post-block .post-body {
		padding: 13% 8% 13% 20%;
	}
	.post-block * + .post-meta {
		margin-top: 5px;
	}
}

.post-modern {
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(65, 65, 65, 0.12);
	box-shadow: -1px 2px 5px 0px rgba(65, 65, 65, 0.12);
}

.post-modern .post-inset {
	padding: 25px;
}

.post-modern .post-header {
	padding: 25px;
}

.post-modern .post-type {
	position: relative;
	top: 3px;
	font-size: 0;
	line-height: 0;
}

.post-modern .post-list {
	position: relative;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin-bottom: 0;
}

.post-modern .post-list > * {
	margin-top: 0;
}

.post-modern .post-list > *:not(:last-child) {
	margin-right: 12px;
}

.post-modern .post-list > li {
	display: inline-block;
}

.post-modern .post-body > *:only-child {
	padding-top: 0;
}

.post-modern .post-meta a, .post-modern .post-meta a:active, .post-modern .post-meta a:focus {
	color: rgba(0, 0, 0, 0.6);
}

.post-modern .post-meta a:hover {
	color: #0B6698;
}

.post-modern .post-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 12px 22px 16px;
	background: #f9f9f9;
}

.post-modern .post-footer > * {
	padding: 0 7px;
}

* + .post-modern {
	margin-top: 30px;
}

.post-classic .post-info {
	text-align: center;
}

.post-classic .post-info img {
	border-radius: 100%;
}

.post-classic .post-author {
	font-size: 14px;
}

.post-classic .post-meta {
	position: relative;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-bottom: -2px;
}

.post-classic .post-meta > * {
	margin-top: 2px;
}

.post-classic .post-meta > *:not(:last-child) {
	margin-right: 20px;
}

.post-classic .post-footer {
	padding-top: 14px;
}

.post-classic * + .post-body {
	margin-top: 24px;
}

.post-classic * + .post-footer {
	margin-top: 20px;
}

.post-classic * + .post-main {
	margin-top: 20px;
}

.post-classic .post-meta > li,
.post-classic-minimal .post-meta > li {
	display: inline-block;
}

.post-classic .post-footer,
.post-classic-minimal .post-footer {
	border-top: 1px solid #dedede;
}

.post-classic p + p,
.post-classic-minimal p + p {
	margin-top: 0;
}

* + .post-classic {
	margin-top: 60px;
}

@media (min-width: 768px) {
	.post-classic .owl-carousel,
	.post-classic-minimal .owl-carousel {
		margin-bottom: -18px;
	}
	.post-classic .post-main {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.post-classic .post-info {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 30px;
	}
	.post-classic .post-body {
		padding-left: 40px;
	}
	.post-classic .post-footer {
		padding-top: 20px;
	}
	.post-classic * + .post-body {
		margin-top: 0;
	}
	.post-classic * + .post-main {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.post-classic .post-main .post-body {
		padding-left: 60px;
	}
	* + .post-classic {
		margin-top: 85px;
	}
}

.post-classic-minimal time {
	font: 700 19px "Arvo", "Times New Roman", Times, serif;
	line-height: 1.2;
	color: #0B6698;
}

.post-classic-minimal .post-meta {
	position: relative;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-bottom: -2px;
}

.post-classic-minimal .post-meta > * {
	margin-top: 2px;
}

.post-classic-minimal .post-meta > *:not(:last-child) {
	margin-right: 25px;
}

.post-classic-minimal .post-meta dl dt,
.post-classic-minimal .post-meta dl dd {
	display: inline-block;
	vertical-align: baseline;
}

.post-classic-minimal .post-meta dl dt {
	font: 700 14px "Arvo", "Times New Roman", Times, serif;
	font-style: italic;
	color: #000;
	padding-right: 5px;
}

.post-classic-minimal .post-media {
	display: inline;
}

.post-classic-minimal .post-media,
.post-classic-minimal .post-media > * {
	max-width: 100%;
}

.post-classic-minimal .post-footer {
	padding-top: 10px;
}

.post-classic-minimal * + .post-header {
	margin-top: 20px;
}

.post-classic-minimal * + .post-footer {
	margin-top: 25px;
}

.post-classic-minimal * + .post-main {
	margin-top: 15px;
}

.post-classic-minimal .post-gallery + .post-header {
	margin-top: 22px;
}

* + .post-classic-minimal {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.post-classic-minimal {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%;
	}
	.post-classic-minimal > * {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	.post-classic-minimal .post-meta {
		position: relative;
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
		margin-bottom: -2px;
	}
	.post-classic-minimal .post-meta > * {
		margin-top: 2px;
	}
	.post-classic-minimal .post-meta > *:not(:last-child) {
		margin-right: 45px;
	}
	.post-classic-minimal .post-left {
		min-width: 70px;
	}
	.post-classic-minimal .post-main {
		max-width: calc(100% - 70px);
		padding-left: 30px;
		word-spacing: normal;
		white-space: normal;
	}
	.post-classic-minimal * + .post-header {
		margin-top: 40px;
	}
	.post-classic-minimal * + .post-footer {
		margin-top: 30px;
	}
	.post-classic-minimal * + .post-main {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	* + .post-classic-minimal {
		margin-top: 80px;
	}
}
.blog-aside h6 + .post-preview {
	margin-top: 30px;
}
.post-boxed {
	text-align: left;
}

.post-boxed-img-wrap a {
	display: block;
}

.post-boxed-title a {
	display: inline;
	color: #172a44;
}

.post-boxed-title a:hover {
	color: #0B6698;
}

.post-boxed img {
	width: 100%;
}

.post-boxed-title {
	font-size: 16px;
	line-height: 24px;
}

.post-boxed .list-inline {
	margin-top: 15px;
	font-size: 11px;
	color: #aaaaaa;
}

.post-boxed-caption {
	padding: 20px 20px 28px;
	border-left: 1px solid #e5e7e9;
	border-right: 1px solid #e5e7e9;
	border-bottom: 1px solid #e5e7e9;
}

.post-minimal .post-image {
	height: 100%;
}

.post-minimal .post-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (min-width: 992px) {
	* + .post-comment {
		margin-top: 80px;
	}
}
* + .post-info {
	margin-top: 40px;
}
.blog-timeline > dt {
	font: 400 25px "Arvo", "Times New Roman", Times, serif;
	color: #cdcdcd;
}

.blog-timeline > dd {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.blog-timeline {
		word-spacing: 0;
		white-space: nowrap;
	}
	.blog-timeline > * {
		display: inline-block;
	}
	.blog-timeline > dt {
		min-width: 65px;
		padding-right: 20px;
		margin-top: -.25em;
		vertical-align: top;
	}
	.blog-timeline > dd {
		margin-top: 0;
		width: calc(100% - 100px);
	}
}

@media (min-width: 992px) {
	.blog-timeline > dt {
		min-width: 100px;
		padding-right: 30px;
	}
}

.blog-aside {
	margin-bottom: -60px;
	text-align: left;
}

.blog-aside > * {
	margin-bottom: 60px;
}

.blog-aside h6, .blog-aside .h6 {
	text-transform: uppercase;
}

.blog-aside h6 + .post-preview {
	margin-top: 30px;
}

.blog-aside h6 + .list-marked-bordered {
	margin-top: 15px;
}

@media (max-width: 575px) {
	.blog-aside {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.blog-aside {
		-webkit-columns: 2;
		columns: 2;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
	}
	.blog-aside-item {
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.custom-heading-line + .select2-container {
		margin-top: 42px;
	}
}

@media (min-width: 1200px) {
	.blog-aside {
		padding-left: 15px;
		padding-right: 10px;
	}
}
.list-bordered-horizontal {
	position: relative;
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
	margin-bottom: -7px;
	padding-left: 0;
}

.list-bordered-horizontal > * {
	margin-top: 7px;
}

.list-bordered-horizontal > *:not(:last-child) {
	margin-right: 35px;
}

@media (min-width: 768px) {
	.list-bordered-horizontal > li {
		display: inline-block;
	}
	.list-bordered-horizontal > li:not(:last-child) {
		position: relative;
	}
	.list-bordered-horizontal > li:not(:last-child):after {
		content: '';
		position: absolute;
		top: 30%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: -20px;
		width: 1px;
		height: 22px;
		background: #dedede;
	}
}
* + .list-terms {
	margin-top: 42px;
}

@media (min-width: 1200px) {
	* + .list-terms {
		margin-top: 62px;
	}
}
.list-terms dt + dd {
	margin-top: 10px;
}

.list-terms dd + dt {
	margin-top: 31px;
}

.list-terms-variant-1 dt {
	font: 700 16px/22px "Ubuntu", Helvetica, Arial, sans-serif;
	letter-spacing: -.025em;
	color: #000;
}

.list-terms-variant-1 dt + dd {
	margin-top: 18px;
}

.list-terms-variant-1 dd + dt {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.list-terms-variant-1 dt {
		font-size: 19px;
		line-height: 28px;
	}
	.list-terms-variant-1 dd + dt {
		margin-top: 50px;
	}
}
.list-terms-inline dt, .list-terms-inline dd {
	display: inline-block;
}

.list-terms-inline dt {
	color: #666;
}

.list-terms-inline dd {
	color: #000;
}

.list-terms-inline dt:after {
	content: ':';
}

.list-terms-inline-half dt {
	width: 41%;
}

.list-terms-inline-half dd {
	width: 33%;
}
/* 1.35 Unit responsive */
.unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

[class*='unit']:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.unit {
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}
.unit-spacing-sm.unit {
	margin-bottom: -15px;
	margin-left: -15px;
}

.unit-spacing-sm.unit > * {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media (min-width: 576px) {
	.unit-spacing-sm.unit {
		margin-bottom: -15px;
		margin-left: -15px;
	}
	.unit-spacing-sm.unit > * {
		margin-bottom: 15px;
		margin-left: 15px;
	}
}

@media (min-width: 768px) {
	.unit-spacing-sm.unit {
		margin-bottom: -15px;
		margin-left: -15px;
	}
	.unit-spacing-sm.unit > * {
		margin-bottom: 15px;
		margin-left: 15px;
	}
}

@media (min-width: 992px) {
	.unit-spacing-sm.unit {
		margin-bottom: -15px;
		margin-left: -15px;
	}
	.unit-spacing-sm.unit > * {
		margin-bottom: 15px;
		margin-left: 15px;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-sm.unit {
		margin-bottom: -15px;
		margin-left: -15px;
	}
	.unit-spacing-sm.unit > * {
		margin-bottom: 15px;
		margin-left: 15px;
	}
}

@media (min-width: 1600px) {
	.unit-spacing-sm.unit {
		margin-bottom: -15px;
		margin-left: -15px;
	}
	.unit-spacing-sm.unit > * {
		margin-bottom: 15px;
		margin-left: 15px;
	}
}
.icon-box-horizontal .unit-left {
	min-width: 48px;
}
@media (min-width: 768px) {
	.comment > .unit > .unit-left {
		margin-top: 16px;
	}
	* + .comment-minimal {
		margin-top: 45px;
	}
}
.unit-left,
.unit-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}
.unit-middle .unit-left {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.unit-body {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.page .icon-sm {
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
}
.home .post-header h2{
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: 0;
}
.post-inset p{
	font-size: 16px;
}
.post-header h2{
	font-size: 34px;
	line-height: 40px;
	color: #0B6698;
	margin-bottom: 32px;
	font-weight: bold;
	letter-spacing: -1px;
}
@media (max-width: 767px) {
	.post-header h2{
		font-size: 26px;
		line-height: 35px;
	}
}
.pagination-custom {
	position: relative;
	display: inline-block;
	position: relative;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	margin-bottom: -8px;
	padding-left: 0;
}

.pagination-custom > * {
	margin-top: 8px;
}

.pagination-custom > *:not(:last-child) {
	margin-right: 8px;
}

.pagination-custom li {
	display: inline-block;
	line-height: 1;
}

.pagination-custom li a {
	display: block;
	width: auto;
	min-width: 42px;
	height: 42px;
	padding: 6px 12px;
	border: 1px solid;
	text-transform: capitalize;
	vertical-align: middle;
	color: #172a44;
	border-color: #cdcdcd;
}

.pagination-custom li a:after {
	content: '';
	height: 108%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}

.pagination-custom li a:active, .pagination-custom li a:focus {
	color: #000;
	background: transparent;
	border-color: #cdcdcd;
}

.pagination-custom li a:hover {
	color: #fff;
	background: #0B6698;
	border-color: #0B6698;
}

.pagination-custom li.disabled,
.pagination-custom li.active {
	pointer-events: none;
}

[data-x-mode="true"] .pagination-custom li.disabled, [data-x-mode="true"]
.pagination-custom li.active {
	pointer-events: auto;
}

.pagination-custom li.active a {
	color: #fff;
	background: #0B6698;
	border-color: #0B6698;
}

.pagination-custom li.disabled a {
	color: #f9f9f9;
	background: #cdcdcd;
	border-color: #cdcdcd;
}

* + .pagination-custom,
* + .pagination-custom-wrap {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .pagination-custom,
	* + .pagination-custom-wrap {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	* + .pagination-custom,
	* + .pagination-custom-wrap {
		margin-top: 100px;
	}
}
.blog-aside h6 + .list-marked-bordered {
	margin-top: 15px;
}
.list-marked-bordered {
	color: #000;
}
.list-marked-bordered li{
	list-style: none;
}
.list-marked-bordered li a {
	display: block;
	padding: 10px 7px;
	border-bottom: 1px solid #f9f9f9;
}

.list-marked-bordered li a:before {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	font: 400 18px "FontAwesome";
	line-height: inherit;
	color: #0B6698;
	content: '\f105';
}

.list-marked-bordered li a span {
	color: inherit;
	-webkit-transition: color .33s;
	transition: color .33s;
}

.list-marked-bordered li a span:first-child {
	color: #000;
}

.list-marked-bordered li a:hover, .list-marked-bordered li a:hover span:nth-child(n) {
	color: #0B6698;
}

.list-marked-bordered li span:not(:last-child) {
	margin-right: .25em;
}

.blog-aside-item .subtit{
	font-size: 14px;
	font-weight: bold;
	color: #0B6698;
}
#postagem{
	
}
#postagem .container:first-child{
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 5px 30px 45px #f7f7f7;
}
#postagem .post-body h2{
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #555;
}
#postagem .post-body p{
	font-size: 16px;
	line-height: 27px !important;
}
#postagem .post-body p:first-child, .post-body p:first-child *{
	font-size: 21px !important;
	line-height: 32px !important;
	font-style: italic !important;
	color: #777 !important;
}
#postagem .post-body ul li{
	padding-bottom: 9px;
}
#postagem ul.list-bordered-horizontal{
    list-style-type: none !important;
}
#postagem .blog-aside-item a{
	font-size: 13px !important;
}
.list-inline.list-inline-sm.midias li{
	padding: 0 10px 0 10px;
}