/*
body:not(.single) article {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

	height: 100%;
}
*/

@media (max-width: 1024px){
	body.single .post_content .inner_related-posts .row_inner_related-posts .col_inner_post:first-child {
		margin-bottom: 2rem;
	}
	body.single .post_content .onner_related-posts .row_onner_related-posts .col_onner_image {
		margin-bottom: 1rem;
	}
}

body.single .related-posts .related-posts-list .related_post_item {
	margin-bottom: 1.5rem;
}
body.single .related-posts .af_title {
	margin-bottom: 2rem;
}
body.single .related-posts .related-posts-list .post_title__heading.related_post_title__heading,
body.single .related-posts .related-posts-list .post_title__heading.related_post_title__heading a {
	font-size: 1rem;
	font-weight: bold;
}
body.single .related-posts .related-posts-list .related_post_item .related_post_meta {
	font-size: 0.7rem;
	margin-bottom: 0.5rem;
}
body.single .related-posts .related-posts-list .related_post_item .related_post_meta .related_post_meta__inner {
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.single .related-posts .related-posts-list .related_post_item .related_post_meta .related_post_meta_author,
body.single .related-posts .related-posts-list .related_post_item .related_post_meta .related_post_meta_date {
	margin-bottom: 0.3rem;
}
body.single .related-posts .related-posts-list .related_post_item .related_post_meta .related_post_meta_author {
	margin-right: 0.5rem;
}
body.single .related-posts .related-posts-list .related_post_item a.related_post_readmore_h {
	display: block;
	max-width: max-content;
	padding: 0.3rem 0.6rem;
		
	font-size: 0.8rem;
	text-decoration: none;
	
	font-weight: bold;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
body.single .related-posts .related-posts-list .related_post_item a.related_post_readmore_h:hover {


	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}





.df-container .df-ui .df-ui-page,
.df-container .df-ui .df-icon-list,
.df-container .df-ui .df-icon-grid-view {
	display: none;
}

.pagination .pagination-list__inner {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}
.pagination .pagination-list__inner .pagination_item {
	width: 35px;
	height: 35px;
	margin-right: 15px;
}
.pagination .pagination-list__inner .pagination_ranget {
	width: 35px;
	height: 35px;
	margin-right: 15px;
}
.pagination .pagination-list__inner .pagination_ranget span {
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: none;

	width: 100%;
	height: 100%;
	line-height: 2;
}
.pagination .pagination-list__inner .prev a,
.pagination .pagination-list__inner .next a,
.pagination .pagination-list__inner .active span,
.pagination .pagination-list__inner .inactive a {
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: none;

	width: 100%;
	height: 100%;
	line-height: 2;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.pagination .pagination-list__inner .prev a:hover,
.pagination .pagination-list__inner .next a:hover,
.pagination .pagination-list__inner .prev a:focus,
.pagination .pagination-list__inner .next a:focus,
.pagination .pagination-list__inner .active span,
.pagination .pagination-list__inner .inactive a:hover,
.pagination .pagination-list__inner .inactive a:focus {
	text-decoration: none;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/*
.pagination .pagination-list__inner .inactive a {
	background-color: transparent;
	color: var(--primario);
}
*/




#back-top-wrapper {
    position: fixed;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    z-index: 700;
}
#back-top {
    display: none;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top a {
    text-decoration: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
#back-top a span {
    width: 100%;
    height: 100%;
    background: 0 0;
}
#back-top a span:before {
    
    
    width: 40px;
    height: 40px;
    
    line-height: 38px;
    border-radius: 5px;

	/*
	content: "\f106";
	font: 25px/25px FontAwesome;
	*/

	content: "\f286";
	font-family: bootstrap-icons!important;
	font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#back-top a span:before {
    position: absolute;
    display: block;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}



.footer-logo,
.footer-tagline,
.footer-copyright-wrap {
  	text-align: center;
}
.footer-copyright-wrap p {
    margin-bottom: 0;
}





.nav__footer #footernav {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

	margin: 0;
	padding: 0;
	list-style: none;
}
.nav__footer #footernav li a {
	padding: 0.5rem 1rem;
	text-decoration: none;
	
	font-size: 1rem;
	font-weight: bold;

	display: block;

	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}