







a.back-to-top {
    right: auto;
    left: 20px;
    background: url(_media/custom/back-to-top-2023.png) no-repeat;
}

#mrp-footer .flex-left-logo img {
	max-width: 120px;
	width: 100%;
}

.blog #mrp-sidebar {
    display: block;
}
.blog #content-well {
    width: calc(100% - 280px);
}

@media (max-width:650px) {

body.blog #content-well {
	width: 100%;
}

}