/*
Theme Name: NES
Theme URI: #
Author: Mehmet SERT
Author URI: https://mehmetsert.com.tr
Description: NES Bilgi
License:
License URI:
Version: 1.0
Text Domain: nes
Domain Path: /languages
*/

.single-content-image {
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}
.single-content-image-container {
    margin-bottom: 60px;
    background-color: #000;
    border-radius: 8px;
}

.search-result-link {
    color: #F97533;
}
.search-result-link:hover {
    color: #e8482b;
}
.search-result+.search-result {
    border-top: 1px solid #EDEDED;
    margin-top: 30px;
}

.page-top-tab-menu li a {
    padding: 15px 0;
}

.page-top-tab-menu-container {
    position: sticky;
    top: 0;
    z-index: 1;
}

.header-top-content ul li.lang-item a {
    color: #fff;
}
