.search-results {
  position: relative;
}

.search-results:before {
  content: "Aranan Kelime : " attr(data-search-query);
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}


.search-results img {
  max-width: 100%;
   max-height: 100%; 
}

.search-results .post:first-child {
  position: relative;
 margin-top: 200px;
/*	margin-bottom: 20px;*/

}



.search-results .post:not(:first-child) {
	position: relative;
  margin-top: 200px;
	/*margin-bottom: 20px;*/
}






.search-results .post {
  width: calc(33.33% - 20px);
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}
.search-results .post:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .search-results .post {
    width: calc(50% - 20px);
  }
  .search-results .post:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .search-results .post {
    width: 100%;
    margin-right: 0;
  }
}

.search-no-results .page-title {
  display: none;
}
.no-results p {
  margin-top: 300px; /* Yazıyı aşağı kaydırma */
  font-size: 20px; /* Yazı boyutunu büyütme */
}

.no-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25vh;
}

.no-results p {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  text-align: center;
}

.no-results form {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-post .entry-meta .post-like, 
.single-post .related-posts {
  display: none;
}

.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #F3FDFC;
  padding: 1px;
  border: 1px solid #ccc;
  border-color: #000000;
  border-radius: 20px;
  width: 200px; /* veya istediğiniz genişlik değeri */
  z-index: 999;
}



.menu-item-has-children:hover > .sub-menu {
  display: block;
}

link rel="icon" href="https://kehribarmuhendislik.com/wp-content/uploads/favicon-16x16-2.png" type="image/png"