/*
Theme Name: BEYNSOFT - Doktorya
Theme URI: https://beynsoft.com
Author: BEYNSOFT
Author URI: http://beynsoft.com
Description: Bu özel tema açıklaması.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: #326789 #78A6C8 #E9EEF2 #E65C4f
Text Domain: benim-temam
*/

@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', Arial, sans-serif;
    margin: 0;
    font-size: 18px;
}
.baslik h1 {
    margin-bottom: 0px;
    line-height: 49px;
    font-size: 39px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}

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

code {
    background: #2a2a2a;
    color: #fff;
    padding: 12px;
    display: block;border-radius: 7px;
    border-left: 5px solid #4c77d9;font-family: none;
}

a {
    color: #4c77d9;
    text-decoration: none;
}

.clear {
    clear: both;
}

footer {
    margin-top: 50px;
    padding: 30px 0;
    font-size: 15px;
}

.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 {
    margin: 10px 0;
    padding: 2% 0%;
    text-align: center;
    background: #fd020c;
    color: #fff;
}
.asikome ul, .asikome ol, .asikome li {
    list-style: none;
}

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

.sidebar li {
    margin: 10px 0;
}

.sidebar a {
    color: #316789;
}

strong {
    color: #2a2a2a;
}

footer, header {
    min-height: 33px;
    background: #fff;
    color: #2a2a2a;
}

header {
    border-bottom: 2px solid #fd020c;
    padding: 12px;
}

footer {
    border-top: 2px solid #fd020c;
    padding: 12px;
}


footer a, header a {
    color: #2a2a2a;
}

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

.logo {
        width: fit-content;
    float: left;
    height: 35px;
    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: 20px;
}

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

.primary-menu-class a:hover{
    color: #4c77d9;
}
.asikome a {color:#fff;}
.meta {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}
.content img { max-width: 100%; height: auto; float: left; padding: 10px; box-sizing: border-box; }

.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: #4c77d9;
    border-color: #4c77d9;
    color: #fff;
}

.pagination .page-numbers:hover {
    background-color: #4c77d9;
    color: #fff;
}

.search-form {
    justify-content: center;
    margin: 25px 0;
}

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

.search-submit {
    padding: 10px 20px;
    background-color: #4c77d9;
    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: #2a2a2a;
    height: 3px;
    width: 25px;
    margin: 4px 0;
}

@media (max-width: 768px) {
    .menu {
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #333;
        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: 30px;
        float: right;
    
    }
}

	
	
.accordion {
    background-color: #e9eef2;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
	margin-bottom:7px;
	font-family: 'Poppins';
}

.active, .accordion:hover {
    background-color: #d3302f;
	color:#fff;
}

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


.urunkapak img {width:100%;height:auto;}
	 .urun {
    width: 33%;
    float: left;
    padding: 5px;
		 box-sizing: border-box; margin:5px 0px;
}
.urunler {
    width: 100%;
    clear: both;
    display: table;
}
.urun h3 {
    color: #2a2a2a;
    margin: 0px;
    font-weight: normal;
    line-height: 28px;
    font-size: 19px;
}	 .ikisatir {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
	.urunfiyat,.urunbuton  {
    width: 50%;    margin: 10px 0px;

    float: left;
}
	 .urunbuton{
    font-weight: bold;
 	background: #2a2a2a;
    padding: 2px 0px;
    font-size: 16px;
    border-radius: 4px;text-align:center;
	 }
	 
	 .urunbuton a{color:#fff;}
	 .urunfiyat{
    font-weight: bold;
    color: #4c77d9;
}
.tumbuton{
    border-radius: 4px;
     width: 50%;
    margin: auto;
    text-align: center;
    display: table;
    background: #2a2a2a;
    padding: 12px;
    color: #fff;
    font-weight: bold;
}
	 @media only screen and (max-width: 600px) {
.urun {
    width: 50%;
}

.avatar img {
    width: 20px;
    float: left;
    margin-right: 5px;
}
.menu-show {
    display: flex !important;
}

@media only screen and (max-width: 600px) {
    .content, .sidebar {
        width: 100%;
        float: left;
    }
	.primary-menu-class a {color: #ffffff;}
	
}
