@import url("sandikli-havadis.css");

/*======================================================
 Sandikli UI Pack
======================================================*/
/*======================================================

 Sandikli UI Pack
 Version : 1.0.0

 Author : Idris Elmas & ChatGPT

======================================================*/

/*==========================================================
    SANDIKLI UI PACK
    Version : 1.0.0
    Author  : İdris Elmas & ChatGPT

    Bu dosya Sandıklı.website için geliştirilmektedir.
==========================================================*/

/* ==========================================================
   01 - Variables
========================================================== */

/* ==========================================================
   01 - VARIABLES
========================================================== */

:root{

    /* Ana Renkler */

    --sandikli-primary:#0b6ef3;
    --sandikli-primary-hover:#0957c5;

    --sandikli-danger:#d62828;

    --sandikli-success:#2e8b57;

    /* Metin */

    --sandikli-text:#334155;

    --sandikli-text-light:#64748b;

    --sandikli-heading:#1e293b;

    /* Arkaplan */

    --sandikli-bg:#ffffff;

    --sandikli-bg-soft:#f8fafc;

    /* Border */

    --sandikli-border:#dce4ec;

    /* Radius */

    --sandikli-radius:8px;

    /* Shadow */

    --sandikli-shadow-sm:0 2px 6px rgba(0,0,0,.05);

    --sandikli-shadow:

        0 10px 30px rgba(15,23,42,.08);

    /* Animation */

    --sandikli-transition:.25s ease;

}

/* ==========================================================
   02 - Global
========================================================== */


/* ==========================================================
   03 - Typography
========================================================== */


/* ==========================================================
   04 - Sidebar
========================================================== */

/* ==========================================================
   04 - SIDEBAR PREMIUM PACK
   Version: 1.0.1
========================================================== */

/* Sidebar genel boşluk düzeni */
#secondary .widget,
.widget-area .widget {
  margin-bottom: 28px;
}

/* Widget başlıkları */
#secondary .widget-title,
.widget-area .widget-title {
  position: relative;
  display: block;
  margin: 0 0 18px;
  padding: 0 0 12px;
  color: #26384a;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .35px;
  line-height: 1.3;
  text-transform: uppercase;
}

#secondary .widget-title::after,
.widget-area .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 3px;
  border-radius: 20px;
  background: #0b6ef3;
}

/* Flatsome varsayılan başlık çizgisini kaldır */
#secondary .widget-title span,
.widget-area .widget-title span {
  border: 0;
}

/* Widget içindeki listeler */
#secondary .widget ul,
.widget-area .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Kategoriler ve arşiv listeleri */
#secondary .widget_categories li,
#secondary .widget_archive li,
#secondary .widget_pages li,
#secondary .widget_nav_menu li,
.widget-area .widget_categories li,
.widget-area .widget_archive li,
.widget-area .widget_pages li,
.widget-area .widget_nav_menu li {
  margin: 0;
  border-bottom: 1px solid rgba(38, 56, 74, .09);
}

#secondary .widget_categories li:last-child,
#secondary .widget_archive li:last-child,
#secondary .widget_pages li:last-child,
#secondary .widget_nav_menu li:last-child,
.widget-area .widget_categories li:last-child,
.widget-area .widget_archive li:last-child,
.widget-area .widget_pages li:last-child,
.widget-area .widget_nav_menu li:last-child {
  border-bottom: 0;
}

#secondary .widget_categories li a,
#secondary .widget_archive li a,
#secondary .widget_pages li a,
#secondary .widget_nav_menu li a,
.widget-area .widget_categories li a,
.widget-area .widget_archive li a,
.widget-area .widget_pages li a,
.widget-area .widget_nav_menu li a {
  position: relative;
  display: block;
  padding: 10px 22px 10px 0;
  color: #46586a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition:
    color .2s ease,
    padding-left .2s ease;
}

#secondary .widget_categories li a::after,
#secondary .widget_archive li a::after,
#secondary .widget_pages li a::after,
#secondary .widget_nav_menu li a::after,
.widget-area .widget_categories li a::after,
.widget-area .widget_archive li a::after,
.widget-area .widget_pages li a::after,
.widget-area .widget_nav_menu li a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 4px;
  color: #9aa7b4;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  transition:
    color .2s ease,
    right .2s ease;
}

#secondary .widget_categories li a:hover,
#secondary .widget_archive li a:hover,
#secondary .widget_pages li a:hover,
#secondary .widget_nav_menu li a:hover,
.widget-area .widget_categories li a:hover,
.widget-area .widget_archive li a:hover,
.widget-area .widget_pages li a:hover,
.widget-area .widget_nav_menu li a:hover {
  padding-left: 5px;
  color: #0b6ef3;
}

#secondary .widget_categories li a:hover::after,
#secondary .widget_archive li a:hover::after,
#secondary .widget_pages li a:hover::after,
#secondary .widget_nav_menu li a:hover::after,
.widget-area .widget_categories li a:hover::after,
.widget-area .widget_archive li a:hover::after,
.widget-area .widget_pages li a:hover::after,
.widget-area .widget_nav_menu li a:hover::after {
  right: 0;
  color: #0b6ef3;
}

/* Arama kutusu */
#secondary .searchform,
.widget-area .searchform {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe6ed;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(32, 55, 78, .06);
  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

#secondary .searchform:focus-within,
.widget-area .searchform:focus-within {
  border-color: #0b6ef3;
  box-shadow: 0 7px 22px rgba(11, 110, 243, .13);
}

#secondary .searchform .search-field,
.widget-area .searchform .search-field {
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 52px 0 14px;
  border: 0;
  background: transparent;
  color: #26384a;
  font-size: 13px;
  box-shadow: none;
}

#secondary .searchform .search-field::placeholder,
.widget-area .searchform .search-field::placeholder {
  color: #9aa7b4;
}

#secondary .searchform .ux-search-submit,
#secondary .searchform button,
#secondary .searchform input[type="submit"],
.widget-area .searchform .ux-search-submit,
.widget-area .searchform button,
.widget-area .searchform input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  min-height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #0b6ef3;
  color: #fff;
  box-shadow: none;
}

/* Son yazılar */
#secondary .widget_recent_entries li,
#secondary .widget_recent_comments li,
.widget-area .widget_recent_entries li,
.widget-area .widget_recent_comments li {
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(38, 56, 74, .09);
}

#secondary .widget_recent_entries li:last-child,
#secondary .widget_recent_comments li:last-child,
.widget-area .widget_recent_entries li:last-child,
.widget-area .widget_recent_comments li:last-child {
  border-bottom: 0;
}

#secondary .widget_recent_entries li a,
#secondary .widget_recent_comments li a,
.widget-area .widget_recent_entries li a,
.widget-area .widget_recent_comments li a {
  display: block;
  color: #46586a;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color .2s ease,
    transform .2s ease;
}

#secondary .widget_recent_entries li a:hover,
#secondary .widget_recent_comments li a:hover,
.widget-area .widget_recent_entries li a:hover,
.widget-area .widget_recent_comments li a:hover {
  color: #0b6ef3;
  transform: translateX(3px);
}

#secondary .post-date,
.widget-area .post-date {
  display: block;
  margin-top: 4px;
  color: #9aa7b4;
  font-size: 10px;
  font-weight: 500;
}

/* Tag Cloud - açık zemin */
#secondary .tagcloud,
.widget-area .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#secondary .tagcloud a,
.widget-area .tagcloud a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid #d8e0e8;
  border-radius: 5px;
  background: #fff;
  color: #35495c !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

#secondary .tagcloud a:hover,
.widget-area .tagcloud a:hover {
  border-color: #0b6ef3;
  background: #0b6ef3;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(11, 110, 243, .22);
}

/* Tag Cloud - koyu zemin */
.dark #secondary .tagcloud a,
.dark .widget-area .tagcloud a,
.footer .tagcloud a {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .05);
  color: #fff !important;
}

.dark #secondary .tagcloud a:hover,
.dark .widget-area .tagcloud a:hover,
.footer .tagcloud a:hover {
  border-color: #0b6ef3;
  background: #0b6ef3;
  color: #fff !important;
}

/* Etiket sayısı */
#secondary .tagcloud .tag-link-count,
.widget-area .tagcloud .tag-link-count {
  margin-left: 3px;
  opacity: .65;
  font-weight: 500;
}

/* Mobil */
@media (max-width: 849px) {
  #secondary .widget,
  .widget-area .widget {
    margin-bottom: 24px;
  }

  #secondary .widget-title,
  .widget-area .widget-title {
    margin-bottom: 15px;
    font-size: 14px;
  }

  #secondary .tagcloud,
  .widget-area .tagcloud {
    gap: 6px;
  }

  #secondary .tagcloud a,
  .widget-area .tagcloud a {
    padding: 6px 9px;
    font-size: 11px !important;
  }
}
/* ==========================================================
   FOOTER TAG CLOUD DÜZELTMESİ
========================================================== */

.footer .tagcloud,
#footer .tagcloud,
.footer-widgets .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.footer .tagcloud a,
#footer .tagcloud a,
.footer-widgets .tagcloud a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 5px;
  background: rgba(255, 255, 255, .06);
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.footer .tagcloud a:hover,
#footer .tagcloud a:hover,
.footer-widgets .tagcloud a:hover {
  border-color: #0b6ef3;
  background: #0b6ef3;
  color: #fff !important;
  transform: translateY(-2px);
}

.footer .tagcloud .tag-link-count,
#footer .tagcloud .tag-link-count,
.footer-widgets .tagcloud .tag-link-count {
  margin-left: 3px;
  opacity: .7;
  font-weight: 500;
}

/* ==========================================================
   05 - Cards
========================================================== */


/* ==========================================================
   06 - Buttons
========================================================== */


/* ==========================================================
   07 - Blog
========================================================== */


/* ==========================================================
   08 - Footer
========================================================== */


/* ==========================================================
   09 - Mobile
========================================================== */