.site-description {
	display: none !important;
}
.site-title {
	  position: absolute;
    display: contents;
}
.site-title a {
	font-size: large !important;
}
.menu-news-section-container {
	text-align: center;
}
.modified .published {
    display: inline-block !important;
}
.modified .updated {
    display: none !important;
}
.entry-header > .post-thumbnail { display: none; }
.digital-newspaper-breadcrumb-wrap { margin-bottom: 0px;}
.entry-content {margin-top:0px}
/*Thmbnail for virtual news
#masthead .site-branding {
	text-align: center;
}

.site-header.layout--default .main-header .site-branding-section .row {
  display: block !important;
}*/
.page-header > h1.digital-newspaper-block-title {
	display: none;
}
.archive-description {
	display: none;
}
#site-navigation > #header-menu ul {
    display: none;
}
@media only screen and (max-width: 769px) {
    button.menu-toggle {
        display: none;
    }
}
#post-1 .wp-post-image {
	height: 155px !important;
}
.page-id-20 .secondary-sidebar {
    display: none !important;
}
#post-20 .entry-header {
	display: none;
}
.site-branding-section {
	padding: 0 !important;
}
.site-description {
	margin-top: -30px !important;
}
#post-20 .wp-block-button {
	padding: 20px;
}
#post-20 .post-thumbnail {
	display: none !important;
}
.page-id-20 .primary-content {
    max-width: 100% !important;
    float: none;
	  flex: 0 1 100% !important;
}
#post-283 .entry-header {
	display: none;
}
.gm-postmeta > .gm-taxonomy {
    display: none !important;
}
.gm-postmeta span:nth-of-type(2) {
	display: none !important;
}
.gm-postmeta span:nth-of-type(4) {
	display: none !important;
}
.bottom-menu {
	  flex: 0 1 80%;
    text-align: center;
}
#post-20 a.wp-block-button__link.wp-element-button:hover {
	color: red !important;
}
#post-20 a.wp-block-button__link.wp-element-button:visited {
  color: Yellow; /* Visited link color */
}

/*Add Floating Nav for landing page
#page #mysticky-nav {
    position: fixed;
    left: 0px;
    margin-top: 0px;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity = 90);
    opacity: 0.9;
    background-color: #393b62;
} */