.gallery1 {
	padding: 30px 20px;
}
.gallery1 h1 {
	/*font-size: clamp(20px, 3vw, 26px);*/
	margin: 0;
}
.blog {
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #d7d7d7;
}
.blog h5 {
	font-weight: 700;
	color: #134188;
	margin: 0 0 10px 0;
}
.blog h5 a:link,
.blog h5 a:visited,
.blog h5 a:active {
	color: #134188;
}
.blog h5 a:hover {
	color:#000;
}
.blog img {
	float: left;
	margin: 5px 15px 15px 0;
	border: 5px solid #fff;
}
.blog p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	line-height: 22px;
}
.blog ul {
	margin: 0 0 15px 15px;
}
.blog ul li {
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px 15px;
	line-height: 22px;
}
.blog .date {
	font-size: 12px;
	color: #888;
	margin: 0 0 10px 0;
	display: block;
}
.rmore {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #ff6e00;
	float: right;
}
.rmore a:link,
.rmore a:visited,
.rmore a:active {
	color: #ff6e00 !important;
	text-decoration: none;
}
.rmore a:hover {
	color: #000 !important;
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 153px;
	color: #bc1f25;
}

.nav-next {
	float: right;
	text-transform: uppercase;
	width: 153px;
}
#middlearea .nav-next a:link, #middlearea .nav-previous a:link {
	display: block; 
	width: 153px;
	height: 24px;
	background-color: darkgrey;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
	position: relative;
    border-radius: 4px;
}
#middlearea .nav-next a:hover, #middlearea .nav-previous a:hover  {
	background-color:var(--secondary);
}
#middlearea .nav-next a:before {
	content:'';
	position:absolute;
	background: white;
    padding: 6.5px 5px;
    margin-top: 5.5px;
    right: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}	
#middlearea .nav-previous a:before {
	content:'';
	position:absolute;
	background: white;
    padding: 6.5px 5px;
    margin-top: 5.5px;
    left: 10px;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);;
}	
.entry-meta {
	padding: 0 0 10px 0;
}
.wp-about-author-text h3 a,
.wp-about-author-text p,
.wp-about-author-text p a {
	color: #fff !important;
}
.wp-about-author-containter h3,
.wp-about-author-containter p {
	margin: 0 0 10px 0;
	padding: 0;
}
.wp-about-author-containter-top {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
.wp-about-author-containter-around {
	background: #f2f7fc;
	border: 1px solid #000;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
.wp-about-author-containter-none {
	background: var(--secondary);
	border-top: none;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
#middlearea .social-sharing a:link {color:#fff;}
.wp-about-author-pic {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -122px 0 0;
	padding: 10px;
}
.wp-about-author-pic.wp-about-author-circle,
.wp-about-author-pic.wp-about-author-circle img {
	border-radius: 50%;
}
.wp-about-author-text {
	margin: 0 0 0 140px;
	display: table;
}
.wp-about-author-text>h3 {
	margin-top: 0;
}
.wp-about-author-text p {
	margin: 0 0 5px 0;
}
.wp-about-author-text p.wpa-nomargin {
	margin: 0;
}
.wpa-social-icons {
	margin: 0 3px;
}
#grey > .container > .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

/**Posts***/
h1 {
    font-size: clamp(26px, 3vw, 32px)!important;
}
h2 {
    font-size: clamp(22px, 2.4vw, 26px)!important;
    margin-bottom:20px!important;
    line-height:1.2!important
}
h3 {
    font-size: clamp(18px, 2vw, 22px)!important;
    margin-bottom:20px!important;
    line-height:1.2!important
}
h4 {
    font-size: 18px!important;
    margin-bottom:20px!important;
    line-height:1.2!important
}