nav#site-navigation {
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
}
input#wp-block-search__input-1 {
    border: none;
    border-radius: 50px;
	  background: #ffffff;
}
.wp-block-search__inside-wrapper {
    border-radius: 50px;
}
button.wp-block-search__button.has-icon.wp-element-button {
    border-radius: 50px;
}
ul.display-posts-listing {
    list-style-type: none;
    margin: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 0.5px solid #333;
}
.inside-site-info {
    box-shadow: 0 3px 8px 0 rgb(5 5 5 / 70%);
}
.inside-article {
    padding: 10px;
}
.post-image {
    margin-bottom: 1px !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    border-bottom: 0.5px solid #333;
    padding: 5px;
}

.post-image-aligned-left .post-image img {
		margin-top: -20px;
		border-radius: 12px;
 		box-shadow: rgba(23,43,99,.2) 0 7px 28px!important;
	}
	

blockquote {
	background: #dcdcdc54;
	border-left: 5px solid #1EA4FF;
 padding: 15px;
 font-style: inherit;
	font-size: 18px;
 margin: 0 0 1.5em;
}
li.listing-item {
    border-bottom: 1px solid #1183ff;
    border-left: 1px solid #1183ff;
    border-right: 1px solid #1183ff;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}
	 a.read-more.button {
   font-size:14px;
   padding: 10px 25px;
   text-align: center;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;    
   box-shadow: rgba(23,43,99,.3) 0 7px 28px;
   border-radius: 120px;
    background-color:#000;
   }

-------------------------------------------------------------------------------------

add_filter('generate_more_jump', '__return_false');


-------------------------------------------------------------------------------------

.SH-Ads { position: fixed; bottom: 0px; left: 0; width: 100%; padding: 5px 5px; box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1); -webkit-transition: all .1s ease-in; transition: all .1s ease-in; display: flex; align-items: center; justify-content: center; background-color: #fefefe; z-index: 20; } 
 
.SH-Ads-close { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 12px 0 0; position: absolute; right: 0; top: -30px; background-color: #fefefe; box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08); } 
 
.SH-Ads .SH-Ads-close svg { width: 22px; height: 22px; fill: #000; } 
 
.SH-Ads .SH-Ads-content { overflow: hidden; display: block; position: relative; height: auto; width: 100%; }