/* Enter Your Custom CSS Here */

/* Remove clutter */
.related-posts { display:none !important;} 
.section-blog-info { display:none !important;}
.author { display:none !important;} 
.widget.widget_calendar {display:none !important;} 
.hestia-features {display:none !important;} /* the only working feature is in the software section, other are broken */
.menu-item-1566 {display:none !important;} /* link to MPD technical website item - pretty much dysfunctional website */
.menu-item-287 {display:none !important;} /* figures gallery - obsolete */
.menu-item-415 {display:none !important;} /* software meetings old */
.menu-item-327 {display:none !important;} /* gitlab doc dead link */
.menu-item-179 {display:none !important;} /* proof parallelization - Proof howto is out of date with broken links and no longer developed. According to A.Moshkin it works, but it is of no use as there is no speed gain due to IO issues */
.page-item-240 a {display:none !important;} /* footer all posts menu item */
.page-item-755 a {display:none !important;} /* footer current jobs list menu item */
.page-item-318 a {display:none !important;} /* footer report mistake menu item - this can go into feedback/contact us */
.menu-item-2210 a {display:none !important;} /* footer Original MPD members menu item */

.main {background:none !important;}
.header-filter {background-image:none !important;}

/* overwriting Hestia theme footer */
.copyright { visibility:hidden;} 
.copyright:after {
  content:'2024 © MPDRoot Team'; 
  visibility: visible;
  margin: 0;
  position: absolute;
  top: 65%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

/* fix for rendering in Linuxes which prefer dark themes */
.header-filter::before{background-color:rgba(0,0,0,0);}
.nav{color: #555;}
.page-header .container {color: #555;}
.page-header .container, .page-header .author, .page-header .author a, .page-header .hestia-title, .page-header .title, .page-header .description {color: #555;}

/* TABLES */
/* temporary fix of bad centering of "Figures" page */
#post-269 .col-md-8 {width: 100%;	}

/* POSTS */
/* Except for landing page (and temporarily Figures page above),
  everything should be a post, otherwise there will be no unified design */
/* Posts design adjustment - magic numbers which seem to work */
/* post header size calibration */
.boxed-layout-header { 
    padding-bottom: 25px;
	  padding-top: 0px;
}

.page-header.header-small .container .hestia-title, .page-header.header-small .container .title {
    margin: -20px 0 -7px;
}

/* post content calibration */
.section  {
	padding: 50px 50px;
}

.section-text {
	/*padding-bottom: 50px;*/
	background: #fff !important;
}

.blog-post {
	text-align: justify;
	padding-bottom: 50px;
}

.blog-post .section-text {
	  padding-bottom: 40px;
	  padding-left: 5%;
	  padding-right: 5%;
}

/* FOOTER */
/* center menu */
.footer-menu.pull-left {float:none !important;} 
.copyright.pull-right {float:none !important;} 
