/*
Theme Name: WebOlur - "HaberOlur"
Theme URI: https://webolur.com
Author: BEYNSOFT
Author URI: http://beynsoft.com
Description: En hızlı ve kesin çözümleri sunan profesyonel haber teması.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Haber yazılımı, Hızlı Haber, Profesyonel Haber
Text Domain: Haber Yazılımı
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 10px;
}

p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

code {
    background: #2a2a2a;
    color: #fff;
    padding: 12px;
    display: block;
    border-radius: 7px;
    border-left: 5px solid var(--anarenk);
}

a {
    color: var(--anarenk);
    text-decoration: none;
}

.clear,
.widget-area {
    clear: both;
    margin: 10px 0px;
}

.kapak img {
    width: 100%;
}

.tags {
    margin: 20px 0;
}

.gt_white_content a {
    color: #2a2a2a!important;
}

.widget-title {
    margin: 0;
}

.search-form {
    margin-top: 0 !important;
    justify-content: center;
}

.container {
    max-width: 990px;
    margin: auto;
    padding: 0 10px;
}

.content {
    width: calc(70% - 20px);
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.sidebar {
    width: calc(30% - 0px);
    float: right;
    position: sticky;
    top: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.asikome ul,
.asikome ol,
.asikome li {
    list-style: none;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sidebar li {
    margin: 10px 0;
}

header .menu {
    float: right;
    line-height: 45px;
}

.logo {
    width: fit-content;
    float: left;
    height: 45px;
    font-size: 28px;
}

blockquote {
    background: #E9EEF2;
    padding: 25px;
    margin: 0;
}

.primary-menu-class {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu-class li {
    margin-left: 0;
    font-weight: 400;
    font-size: 14px;
    border-left: 0px;
}

.primary-menu-class a {
    text-decoration: none;
     padding: 7px;
    transition: color 0.3s ease;
}
 

.meta {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

.content img {
    max-width: 100%;
    height: auto;
}

.meta-item {
    margin-right: 15px;
    padding: 10px;
    border-bottom: 1px solid #31678936;
    border-radius: 10px;
}

.meta-item a {
    color: #000000;
}

.meta-item:last-child {
    margin-right: 0;
}

.post {
    padding: 10px;
    background: #f9f9f9;
    margin: 25px 0;
}

.post h3 {
    margin: 0;
}

.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.pagination .page-numbers.current {
    background-color: var(--anarenk);
    border-color: var(--anarenk);
    color: #fff;
}

.pagination .page-numbers:hover {
    background-color: var(--anarenk);
    color: #fff;
}

.search-field {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 75%;
}

.search-submit {
    padding: 10px 20px;
    background-color: var(--anarenk);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 23%;
}

.ez-toc-toggle {
    display: none !important;
}

iframe {
    width: 100%;
}

.copyright {
    width: fit-content;
    float: left;
}

.flink {
    width: fit-content;
    float: right;
}

.menu {
    display: flex;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    background-color: var(--ikincirenk);
    height: 3px;
    width: 25px;
    margin: 4px 0;
}

@media (max-width: 768px) {
    .menu {
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: var(--headrenk);
        width: 100%;
        max-width: 300px;
        flex-direction: column;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
    .primary-menu-class {
        flex-direction: column;
    }
    .primary-menu-class li {
        margin: 10px 0;
        text-align: center;
    }
    .menu-toggle {
        display: flex;
        width: 25px;
        float: right;
        padding: 5px;
    }
}

.avatar img {
    width: 20px;
    float: left;
    margin-right: 5px;
}

.menu-show {
    display: flex !important;
}

.ikisatir {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-weight: bold;
}

.post-box img {
    max-height: 160px;
    min-height: 160px;
}

.benzer-box {
    width: 32.3%;
    float: left;
    box-sizing: border-box;
    padding: 7px;
    margin: 0 0.5%;
    background: #2a2a2a;
    min-height: 170px;
    max-height: 170px;
    color: #fff;
    margin-bottom: 6px;
    border-bottom: 3px solid var(--anarenk);
}

.benzerbaslik {
    margin: 0;
    font-size: 16px;
}

.benzerhaber img {
    max-height: 100px;
    object-fit: cover;
}

.benzerbaslik p {
    margin: 0;
}

@media only screen and (max-width: 600px) {
    .benzerhaber img {
        max-height: 100px;
        min-height: 100px;
        object-fit: cover;
    }
    .content,
    .sidebar {
        width: 100%;
        float: left;
    }
    .post-box {
        width: 50% !important;
    }
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.resimlibilesen img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.widget-etiketler {
    margin: 10px 0;
}

.widget-etiketler ul {
    list-style: none;
    padding-left: 0;
}

.widget-etiketler ul li {
    margin: 5px 0;
}

.widget-etiketler ul li a {
    color: var(--anarenk);
}