.language .language {
  display: none
}
.ck-content .item .post-content-overlay .post-title.font-bold {
  font-size: 24px;
  text-shadow: 2px 2px #FF0000;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  padding-right: 10px;
}
footer .ti-tiktok {
  background-image: url("https://9fstudio.com/storage/general/logo-tiktok-svgrepo-com.svg");
  background-size: 16px 16px;
    display: block;
    width: 16px;
    height: 16px;
}
footer .ti-telegram {
  background-image: url("https://9fstudio.com/storage/general/telegram-svgrepo-com.svg");
    background-size: 16px 16px;
    display: block;
    width: 16px;
    height: 16px;
}
footer .ti-x {
  background-image: url("https://9fstudio.com/storage/general/logo-x-svgrepo-com.svg");
    background-size: 16px 16px;
    display: block;
    width: 16px;
    height: 16px;
}
.logo-main img {
	width: 80px !important;
	height: 80px !important;
  	object-fit: cover;
}