.textlogo2 {
    margin-left: .5em;
    height: 20px;
    width: 130px;
    justify-content: center;
    align-items: center;
    display: flex;
	 background-color: #0000;
}
.textlogo h2{
	display:none;
}
.ads-app{
	padding: 5px 8px;
    position: absolute;
    top: -10px;
    left: 10px;
    background: #3B9581;
    border-radius: 8px;
}
.btn-app{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;
	width: 100%;
}
.btn-appDownload {
	width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgb(71 167 96 / 81%);
 border-radius: 10px;
  color: #fff;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition-duration: .2s;
  padding-left: 8px;
  transition-duration: .5s;
  box-shadow: 0 0.625em 1em 0 rgb(71 167 96 / 32%);
}
.btn-app:hover .btn-appDownload{
	color: #fff!important;
}
.textlogo2 img {
  margin-left: 0.5em;
  height: 55px;
  width: 140px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.textlogo2 span{
display: none!important;
}
.textlogo2 h1{
display: none!important;
}
.posts footer ul li.views{
	display: none;
}
.pnb>p {
    background-color: #00b3df;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
}

.box-pbn>ul>li:nth-child(2n-1) {
    border-right: 5px solid #7ec6d6;
}
.box-pbn>ul>li:nth-child(2n) {
    border-right: 5px solid #00b3df;
}

.box-pbn>ul>li>a {
    color: #000000;
}
.box-pbn > ul > li {
  background: #87d6fb1c;
  margin-bottom: 2px;
  font-size: 13px;
  border-radius: 3px;
}
.footer .footbox:nth-child(1), .footer .footbox:nth-child(2) {
    display: none;
}
.hding h1 {
    color: #00b3df!important;
}
.sbox.hding{
    text-align: center;
}
@media screen and (max-width: 520px){
		.specials ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    border: 3px solid #fff;
    background: #fff;
}
.header .flex {
    justify-content: space-around;
}
.textlogo2 img {
    margin-left: .5em;
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.textlogo2 {
    margin-left: .5em;
    width: 120px;
	height: auto;
    justify-content: normal;
    display: flex;
}
	.header li a {
    padding: 7px 7px;
}
}
@media screen and (max-width: 340px){
.textlogo2 {
    margin-left: .5em;
    width: 100px;
	height: auto;
    justify-content: normal;
    display: flex;
}
	.textlogo2 img {
    margin-left: .5em;
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
}
}