:root {
  --accent: #e00606;
  --accent-soft: #f7d6d6;
  --text-main: #555;
  --text-strong: #333;
  --text-muted: #989898;
  --border: #eee;
  --border-strong: #ddd;
  --bg: #fff;
  --bg-soft: #f9f9f9;
  --mobile-bg: #fff;
  --mobile-bg-soft: #f7f7f7;
}

* ,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg);
  color: var(--text-main);
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

::selection {
  background: #fffdba;
  color: var(--text-main);
}

a {
  color: var(--text-strong);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: var(--accent);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

table {
  width: 100%;
  border-collapse: collapse;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='datetime-local'],
input[type='date'],
select,
textarea {
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 13px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  color: var(--text-main);
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  background: #fff;
}

input:hover,
textarea:hover,
select:hover {
  border-color: #a6a6a6;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--accent);
  outline: none;
}

input[type='submit'],
input[type='button'],
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 20px;
  padding: 10px 20px;
  background: var(--accent);
  color: #fff;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

input[type='submit']:hover,
input[type='button']:hover,
button:hover {
  opacity: 0.88;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sira,
.clearfix,
.container,
.container-1380,
.container-full,
#main {
  display: flow-root;
}

[class*='sutun-'] {
  float: left;
  min-height: 1px;
}

.sutun-1 {
  width: 8.333333%;
}

.sutun-2 {
  width: 16.666667%;
}

.sutun-25 {
  width: 20%;
}

.sutun-3 {
  width: 25%;
}

.sutun-4 {
  width: 33.333333%;
}

.sutun-5 {
  width: 41.666667%;
}

.sutun-6 {
  width: 50%;
}

.sutun-7 {
  width: 58.333333%;
}

.sutun-8 {
  width: 66.666667%;
}

.sutun-9 {
  width: 75%;
}

.sutun-10 {
  width: 83.333333%;
}

.sutun-11 {
  width: 91.666667%;
}

.sutun-12 {
  width: 100%;
}

.moz-gizle {
  display: none !important;
  visibility: hidden;
}

.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.container-1380 {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.boxed {
  width: 97%;
  margin: 0 auto;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  background: #fff;
}

#main {
  padding: 0 40px;
}

.right-padding {
  padding-right: 50px;
  border-right: 1px solid var(--border);
}

.left-padding {
  padding-left: 50px;
  border-left: 1px solid var(--border);
}

#header {
  position: relative;
  z-index: 100;
  min-height: 70px;
  max-height: 71px;
  border-bottom: 1px solid var(--border);
  background: #fff;
  padding: 15px 50px 0;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.logo {
  min-width: 200px;
  margin-top: -15px;
}

.logo a {
  display: inline-flex;
  align-items: center;
  height: 70px;
  max-width: 100%;
}

.logo img {
  width: auto;
  max-width: 100%;
  max-height: 70px;
  padding: 0.5rem 0;
}

#menu {
  text-align: center;
  margin-top: -15px;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu li {
  position: relative;
}

#menu > ul > li {
  display: inline-block;
}

#menu a {
  display: inline-block;
  color: var(--text-strong);
  font-size: 14px;
  border-bottom: 1px solid transparent;
}

#menu > ul > li > a {
  height: 71px;
  line-height: 70px;
  padding: 0 10px;
}

#menu a:hover,
#menu .current_page_item > a {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

#menu .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 6px;
  font-size: 12px;
}

#menu .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  min-width: 200px;
  padding: 10px 0;
  border: 1px solid var(--border);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 999;
}

#menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#menu .sub-menu li {
  display: block;
}

#menu .sub-menu a {
  display: block;
  height: auto;
  line-height: 1.45;
  padding: 10px 15px;
  border-bottom: 0;
  color: var(--text-main);
}

#menu .sub-menu a:hover,
#menu .sub-menu .current_page_item > a {
  color: var(--accent);
  background: var(--bg-soft);
}

#menu .sub-menu .menu-item-has-children > a::after {
  content: '\f105';
  float: right;
  font-family: 'FontAwesome';
  margin-top: 2px;
}

#menu .sub-menu .sub-menu {
  left: calc(100% - 1px);
  top: -1px;
}

.header-social {
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 70px;
  text-align: right;
  line-height: 1;
  margin-top: -15px;
}

.header-social a {
  color: var(--text-strong);
  padding: 5px 8px;
}

.header-social a:first-child {
  padding-left: 0;
}

.header-social a:last-child {
  padding-right: 0;
}

#mobile-menu {
  display: none;
}

.mobile-menu-button {
  position: absolute;
  top: 9px;
  right: 15px;
}

.mobile-menu-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-size: 24px;
  color: var(--text-strong);
}

.mobile-menu-button.active a {
  color: var(--accent);
}

.mobile-menu-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  z-index: 999;
  border: 1px solid var(--border);
  border-top: 1px solid var(--border);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 24px 25px 30px;
  background: var(--mobile-bg);
  text-align: center;
}

.mobile-menu-content .search-form-google {
  display: flex;
  margin-bottom: 10px;
}

.mobile-menu-content input[type='text'] {
  width: 85%;
  margin: 0;
  border: 1px solid var(--border-strong);
  border-radius: 0;
  background: #fff;
  color: var(--text-main);
  padding: 8px 12px;
}

.mobile-menu-content input[type='text']::placeholder {
  color: #999;
}

.mobile-menu-content button {
  width: 15%;
  margin: 0;
  border-radius: 0;
  border-left: 1px solid var(--border-strong);
  padding: 9px 8px;
  background: var(--bg-soft);
  color: var(--text-main);
  letter-spacing: 0;
}

.mobile-menu-content button:hover {
  opacity: 1;
  background: #f1f1f1;
  color: var(--accent);
}

.mobile-menu-content ul {
  margin: 0;
  padding: 0;
}

.mobile-menu-content li {
  margin: 0;
}

.mobile-menu-content li a {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--border);
  padding: 10px;
  color: var(--text-main);
  font-size: 18px;
  font-weight: 600;
}

.mobile-menu-content li a:hover,
.mobile-menu-content .current_page_item > a {
  color: var(--accent);
  background: #fafafa;
}

.mobile-menu-content .menu-item-has-children > a::after {
  content: '\f107';
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #999;
}

.mobile-menu-content .menu-item-has-children.expanded > a::after {
  content: '\f106';
}

.mobile-menu-content .sub-menu {
  display: none;
  background: var(--mobile-bg-soft);
}

.mobile-menu-content .sub-menu a {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}

.cat-tag-arc-title {
  border-bottom: 1px solid var(--border);
  background: #fff;
  padding: 60px 20px 55px;
  text-align: center;
}

.cat-tag-arc-title span {
  display: block;
  color: var(--text-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.cat-tag-arc-title h4 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: var(--text-strong);
  font-size: 38px;
  line-height: 1.3;
}

.cat-tag-arc-title h4::before,
.cat-tag-arc-title h4::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background: #e2e2e2;
}

.cat-tag-arc-title h4::before {
  right: calc(100% + 20px);
}

.cat-tag-arc-title h4::after {
  left: calc(100% + 20px);
}

.cat-tag-arc-title p {
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--text-muted);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
}

#article-content {
  padding-top: 50px;
}

.article-title {
  margin: 0;
}

.article-title a {
  color: var(--text-strong);
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.article-title a:hover {
  color: var(--accent);
}

.article-detail {
  margin-top: 13px;
  color: var(--text-muted);
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
}

.article-detail span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 20px;
}

.article-detail i {
  color: var(--text-muted);
  font-size: 13px;
}

.article-detail a {
  color: var(--text-muted);
  border-bottom: 0;
  padding-bottom: 0;
}

.article-detail a:hover {
  color: var(--accent);
  border-bottom: 0;
}

.article-content p {
  margin: 0 0 20px;
  color: var(--text-main);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.9;
}

.a-article {
  margin-bottom: 30px;
  font-family: Georgia, 'Times New Roman', serif;
}

.a-article-header {
  margin-bottom: 20px;
}

.a-article .text {
  margin-top: 0;
}

.a-article-footer {
  border-bottom: 1px solid var(--border);
}

.a-article:last-child .a-article-footer {
  border-bottom: 0;
}

.a-article-footer .article-more {
  float: none;
  width: auto;
  margin-top: 0;
}

.article-more {
  text-align: left;
}

.article-more a {
  display: inline-block;
  padding: 10px 0;
  color: var(--accent);
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
}

.article-more a::after {
  content: '\f178';
  display: inline-block;
  margin-left: 10px;
  font-family: 'FontAwesome';
  font-size: 11px;
  transition: transform 0.2s ease;
}

.article-more a:hover::after {
  transform: translateX(8px);
}

.noting-found {
  margin-bottom: 50px;
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}

.noting-found span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 18px;
}

.noting-found h4 {
  margin: 0;
  color: var(--text-main);
  font-size: 20px;
  font-weight: 600;
}

#sidebar {
  padding: 50px 0 120px;
  font-size: 14px;
}

.sidebar-right {
  margin-left: -1px;
  border-left: 1px solid var(--border);
  padding: 50px 10px 120px 50px !important;
}

.sidebar-left {
  margin-right: -1px;
  border-right: 1px solid var(--border);
  padding: 50px 50px 120px 10px !important;
}

#sidebar article {
  margin-bottom: 50px;
  position: relative;
}

#sidebar article:last-child {
  margin-bottom: 0;
}

#sidebar article h3 {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 20px;
  color: var(--text-main);
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#sidebar article h3::after {
  content: '';
  position: absolute;
  margin-top: 11px;
  margin-left: 10px;
  width: 30%;
  height: 1px;
  background: #c2c2c2;
  opacity: 0.4;
}

#sidebar article h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar li {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border);
  padding: 0 10px 10px;
  font-weight: 500;
}

#sidebar li:last-child {
  margin-bottom: 0;
}

#sidebar a {
  color: var(--text-strong);
}

#sidebar a:hover {
  color: var(--accent);
}

#sidebar .post-date {
  display: inline-block;
  margin-left: 6px;
  color: var(--text-muted);
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
}

.widget_search {
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.widget_search h3::after {
  display: none;
}

.widget_search .search-form-google {
  display: block;
}

.widget_search input[type='text'] {
  margin-bottom: 10px;
}

.widget_search input[type='submit'] {
  width: 100%;
}

.content {
  font-size: 16px;
}

#single-header {
  margin-bottom: 25px;
}

#single-header .article-title {
  margin: 0;
}

.text {
  color: var(--text-main);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.95;
}

.text::after {
  content: '';
  display: table;
  clear: both;
}

.text p {
  margin: 0 0 20px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin: 0 0 15px;
  color: var(--text-strong);
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.4;
}

.text h1 {
  font-size: 32px;
}

.text h2 {
  font-size: 28px;
}

.text h3 {
  font-size: 24px;
}

.text h4 {
  font-size: 21px;
}

.text h5 {
  font-size: 18px;
}

.text h6 {
  font-size: 16px;
}

.text ul,
.text ol {
  margin: 0 0 20px 22px;
  padding: 0;
}

.text ul {
  list-style: disc;
}

.text ol {
  list-style: decimal;
}

.text li {
  margin-bottom: 6px;
}

.text blockquote {
  margin: 25px 0;
  border-left: 3px solid var(--accent);
  padding: 8px 0 8px 18px;
  color: #666;
  font-style: italic;
}

.text pre {
  margin: 20px 0;
  overflow-x: auto;
  border-radius: 5px;
  padding: 14px;
  background: #f3f3f3;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 14px;
  line-height: 1.6;
}

.text code {
  border-radius: 3px;
  padding: 1px 5px;
  background: #f3f3f3;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 0.92em;
}

.text pre code {
  padding: 0;
  background: transparent;
}

.text table {
  margin: 20px 0;
  border: 1px solid var(--border);
}

.text th,
.text td {
  border: 1px solid var(--border);
  padding: 10px;
  text-align: left;
}

.text th {
  background: #f7f7f7;
}

.text hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 28px 0;
}

.text iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

.text img {
  margin: 20px auto;
  border-radius: 5px;
}

.text a {
  border-bottom: 1px dotted #ddd;
  color: var(--accent);
}

.text a:hover {
  border-bottom-color: var(--accent);
}

.text .alignleft {
  float: left;
  margin: 7px 20px 10px 0;
}

.text .alignright {
  float: right;
  margin: 7px 0 10px 20px;
}

.single-a,
.single-b {
  padding-top: 50px;
  font-family: Georgia, 'Times New Roman', serif;
}

.single-b {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.single-b #single-header {
  text-align: center;
}

.single-footer {
  margin: 80px 0 0;
  border-top: 1px solid var(--border);
  padding-top: 70px;
}

.single-footer-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.single-footer-share > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--accent-soft);
  border-radius: 50%;
  color: var(--accent);
  font-size: 14px;
  line-height: 1;
  background: #fff;
}

.single-footer-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1;
  background: #fff;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.single-footer-share a:hover {
  transform: translateY(-1px);
}

.single-footer-share .share-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.single-footer-nav-posts {
  margin-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
}

.single-footer-nav-posts span {
  position: relative;
  display: inline-block;
  color: var(--text-muted);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: margin 0.2s ease;
}

.single-footer-nav-posts h4 {
  margin: 10px 0 0;
  color: #343434;
  font-size: 22px;
  line-height: 1.4;
}

.single-footer-nav-posts h4 a {
  color: #343434;
}

.single-footer-nav-posts h4 a:hover {
  color: var(--accent);
}

.single-footer-nav-prev {
  padding-right: 30px;
}

.single-footer-nav-next {
  text-align: right;
  padding-left: 30px;
}

.single-footer-nav-prev span::before,
.single-footer-nav-next span::after {
  position: absolute;
  top: 4px;
  opacity: 0;
  font-family: 'FontAwesome';
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.single-footer-nav-prev span::before {
  content: '\f177';
  left: -22px;
}

.single-footer-nav-next span::after {
  content: '\f178';
  right: -22px;
}

.single-footer-nav-prev:hover span {
  margin-left: 16px;
}

.single-footer-nav-prev:hover span::before {
  opacity: 1;
  transform: translateX(-6px);
}

.single-footer-nav-next:hover span {
  margin-right: 16px;
}

.single-footer-nav-next:hover span::after {
  opacity: 1;
  transform: translateX(6px);
}

.single-related {
  margin-top: 70px;
}

.single-related h3 {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single-related-list {
  margin-top: 28px;
}

.single-related-item {
  border-bottom: 1px solid var(--border);
  padding: 14px 0 16px;
}

.single-related-item:first-child {
  border-top: 1px solid var(--border);
}

.single-related-title {
  margin: 0;
  line-height: 1.5;
}

.single-related-title a {
  color: var(--text-strong);
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.single-related-title a:hover {
  color: var(--accent);
}

.single-related-item .article-detail {
  margin-top: 8px;
  font-size: 14px;
}

.single-related .article-detail span,
.single-related .article-detail i {
  color: var(--text-muted);
}

.single-related article {
  margin-top: 20px;
}

.single-related .article-title h2 {
  margin: 0 0 7px;
}

.single-related .article-title h2 a {
  font-size: 20px;
}

.single-related .c-article-detail {
  color: var(--text-muted);
  font-size: 14px;
}

.single-related .c-article-detail span {
  margin-right: 15px;
}

.single-related .c-article-detail a {
  color: var(--text-muted);
  border-bottom: 1px dotted #f3f3f3;
}

.single-related .c-article-detail a:hover {
  color: #666;
  border-bottom-color: #ccc;
}

.not-found {
  text-align: center;
  padding-top: 80px;
}

.not-found-title {
  margin: 0;
  color: #222;
  font-size: 72px;
  line-height: 1;
}

.not-found-desc {
  display: block;
  padding-bottom: 17px;
  color: var(--text-main);
  font-size: 24px;
}

.not-found p {
  margin: 10px 0;
  color: #9b9b9b;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  line-height: 32px;
}

.not-found .search-form-google {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 560px;
  margin: 25px auto 0;
}

.not-found .search-form-google input[type='text'] {
  flex: 1 1 auto;
  margin: 0;
}

.not-found .search-form-google input[type='submit'] {
  flex: 0 0 auto;
  margin: 0;
  width: auto;
}

.not-found .single-related {
  width: 100%;
  max-width: 840px;
  margin: 70px auto 0;
  padding: 0 20px;
  text-align: left;
}

.not-found .single-related article {
  padding: 0 20px 20px;
  text-align: left;
}

.not-found .single-related .article-title h2 a {
  font-size: 20px;
}

#footer {
  border-top: 1px solid var(--border);
  background: #fff;
  color: var(--text-muted);
  font-size: 14px;
  padding: 30px 50px;
}

#footer a {
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}

#footer a:hover {
  color: #686868;
  border-bottom-color: #686868;
}

.footer-right {
  text-align: right;
}

.footer-right ul {
  margin: 0;
  padding: 0;
}

.footer-right li {
  display: inline-block;
  margin: 0 15px;
}

@media only screen and (max-width: 1000px) {
  .sutun-1-lap {
    width: 8.333333%;
  }

  .sutun-2-lap {
    width: 16.666667%;
  }

  .sutun-25-lap {
    width: 20%;
  }

  .sutun-3-lap {
    width: 25%;
  }

  .sutun-4-lap {
    width: 33.333333%;
  }

  .sutun-5-lap {
    width: 41.666667%;
  }

  .sutun-6-lap {
    width: 50%;
  }

  .sutun-7-lap {
    width: 58.333333%;
  }

  .sutun-8-lap {
    width: 66.666667%;
  }

  .sutun-9-lap {
    width: 75%;
  }

  .sutun-10-lap {
    width: 83.333333%;
  }

  .sutun-11-lap {
    width: 91.666667%;
  }

  .sutun-12-lap {
    width: 100%;
  }

  .moz-gizle-lap {
    display: none !important;
    visibility: hidden;
  }

  #header {
    padding-left: 20px;
    padding-right: 20px;
  }

  #menu > ul > li > a {
    padding: 0 7px;
    font-size: 13px;
  }

  .single-footer-nav-posts {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .sutun-1-tab {
    width: 8.333333%;
  }

  .sutun-2-tab {
    width: 16.666667%;
  }

  .sutun-25-tab {
    width: 20%;
  }

  .sutun-3-tab {
    width: 25%;
  }

  .sutun-4-tab {
    width: 33.333333%;
  }

  .sutun-5-tab {
    width: 41.666667%;
  }

  .sutun-6-tab {
    width: 50%;
  }

  .sutun-7-tab {
    width: 58.333333%;
  }

  .sutun-8-tab {
    width: 66.666667%;
  }

  .sutun-9-tab {
    width: 75%;
  }

  .sutun-10-tab {
    width: 83.333333%;
  }

  .sutun-11-tab {
    width: 91.666667%;
  }

  .sutun-12-tab {
    width: 100%;
  }

  .moz-gizle-tab {
    display: none !important;
    visibility: hidden;
  }

  #header {
    min-height: 70px;
    max-height: none;
    padding: 10px 20px;
  }

  .logo {
    margin-top: 0;
    min-width: 0;
  }

  .logo a {
    height: 52px;
  }

  .logo img {
    max-height: 52px;
  }

  #mobile-menu {
    display: block;
  }

  .mobile-menu-button {
    top: 12px;
    right: 0;
  }

  .mobile-menu-content {
    left: -20px;
    right: -20px;
  }

  #main {
    padding: 0 20px;
  }

  .right-padding,
  .left-padding {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #article-content {
    padding-top: 24px;
  }

  #sidebar,
  .sidebar-right,
  .sidebar-left {
    border: 0;
    margin: 0;
    padding: 50px 0 20px !important;
  }

  .single-footer-share {
    justify-content: center;
    margin-top: 10px;
  }

  .single-a,
  .single-b {
    padding-top: 30px;
  }

  .single-footer-nav-posts {
    padding-left: 0;
    padding-right: 0;
  }

  .single-footer-nav-prev {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .single-footer-nav-next {
    text-align: left;
    padding-left: 0;
  }

  #footer {
    padding: 30px 20px;
  }

  .footer-left,
  .footer-right {
    text-align: center;
  }

  .footer-left {
    margin-bottom: 20px;
  }

  .footer-right li {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 550px) {
  .sutun-1-btel {
    width: 8.333333%;
  }

  .sutun-2-btel {
    width: 16.666667%;
  }

  .sutun-25-btel {
    width: 20%;
  }

  .sutun-3-btel {
    width: 25%;
  }

  .sutun-4-btel {
    width: 33.333333%;
  }

  .sutun-5-btel {
    width: 41.666667%;
  }

  .sutun-6-btel {
    width: 50%;
  }

  .sutun-7-btel {
    width: 58.333333%;
  }

  .sutun-8-btel {
    width: 66.666667%;
  }

  .sutun-9-btel {
    width: 75%;
  }

  .sutun-10-btel {
    width: 83.333333%;
  }

  .sutun-11-btel {
    width: 91.666667%;
  }

  .sutun-12-btel {
    width: 100%;
  }

  .moz-gizle-btel {
    display: none !important;
    visibility: hidden;
  }

  .a-article {
    margin-bottom: 45px;
  }

  .article-title a {
    font-size: 30px;
  }

  .single-footer-nav-posts h4 {
    font-size: 18px;
  }

  .single-related-item {
    padding: 12px 0 14px;
  }

  .single-related-title a {
    font-size: 17px;
  }

  .cat-tag-arc-title {
    padding: 50px 10px;
  }

  .cat-tag-arc-title h4 {
    font-size: 24px;
  }

  .cat-tag-arc-title h4::before,
  .cat-tag-arc-title h4::after {
    display: none;
  }

  .cat-tag-arc-title p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }

  .not-found-title {
    font-size: 56px;
  }

  .not-found-desc {
    font-size: 20px;
  }

  .not-found .single-related article {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .sutun-1-tel {
    width: 8.333333%;
  }

  .sutun-2-tel {
    width: 16.666667%;
  }

  .sutun-25-tel {
    width: 20%;
  }

  .sutun-3-tel {
    width: 25%;
  }

  .sutun-4-tel {
    width: 33.333333%;
  }

  .sutun-5-tel {
    width: 41.666667%;
  }

  .sutun-6-tel {
    width: 50%;
  }

  .sutun-7-tel {
    width: 58.333333%;
  }

  .sutun-8-tel {
    width: 66.666667%;
  }

  .sutun-9-tel {
    width: 75%;
  }

  .sutun-10-tel {
    width: 83.333333%;
  }

  .sutun-11-tel {
    width: 91.666667%;
  }

  .sutun-12-tel {
    width: 100%;
  }

  .moz-gizle-tel {
    display: none !important;
    visibility: hidden;
  }

  .article-title a {
    font-size: 24px;
  }

  .article-detail span {
    margin-right: 12px;
  }

  .mobile-menu-content {
    padding-left: 15px;
    padding-right: 15px;
    left: -15px;
    right: -15px;
  }

  .mobile-menu-content li a {
    font-size: 17px;
  }
}
