.footer-bar .widget ul li {
    display: inline-block;
    margin: 0 10px;
}

.read-more.button {
    padding: 6px 100px;
}
body {
 user-select: none;
}
.posted-on .updated {
    display: inline-block;
}

.posted-on .updated + .entry-date {
    display: none;
}
.posted-on .updated:before {
    content: "Last Updated ";
}

* GeneratePress Site CSS */ 
.inside-article, .sidebar .widget, .comments-area {
	border-right: 2px solid rgba(0, 0, 0, 0.07);
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
.page-header-image-single .attachment-full {
    box-shadow: rgb(23 43 99 / 20%) 0 5px 25px;
    border-radius: 10px;
}
@media (min-width: 769px) {
    .post-image-aligned-left .post-image img {
    margin-top: -20px;
    border-radius: 10px;
    box-shadow: rgba(23,43,99,.2) 0 5px 25px!important;
    }
}
@media (max-width: 768px) {
    .post-image-aligned-left .post-image img {
    margin-top: -20px;
    border-radius: 10px;
    box-shadow: rgba(23,43,99,.2) 0 5px 25px!important;
    }
}
.sidebar .widget {
    box-shadow: rgb(23 43 99 / 10%) 0 5px 25px;
}
.author-box {
	padding: 3%;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 0.9em;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
        box-shadow: 0 9px 28px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.author-box .avatar {
	width: 450px;
	height: auto;
	border-radius: 100%;
	margin-right: 30px;
}
h5.author-title {
	margin-bottom: 0.1em;
	font-weight: 800;
}
.author-description {
	line-height: 1.6em
}
.author-links a {
	margin-top: -1.5em;
	font-size: 2em;
	line-height: 2em;
	float: left;
}
@media (max-width: 768px) {
	.author-box {
		padding: 20px;
		padding-bottom: 25px;
		margin-top: 60px;
		flex-direction: column;
		text-align: center;
	}
	.author-box .avatar {
		margin-right: 0;
		width: 100%;
		margin-top: -25px;
	}
	.author-box .avatar img {
		max-width: 100px;
	}
	.author-links a {
		float: none;
		align-self: center;
	}
	.author-description {
		margin-bottom: -0.1em;
	}
}