/*
Theme Name: daimahaber v3
Theme URI: http://sametmutevelli.com/daimahaberv3
Author: Samet Mutevelli
Author URI: https://sametmutevelli.com
Description: DaimaHaber v3 mobil öncelikli, responsive, widget destekli, minimum Javascript kullanan esnek yapısıyla karşınızda
Version: 3.0

*/
html,
dy,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "Helvetica";
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
s h6 {
  font-family: "Helvetica";
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
}
#root {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 1rem;
}
header .top-bar {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 1% 0;
}
header .logo-block {
  width: 100%;
  display: flex;
  height: 100px;
  align-items: center;
}
header .logo-block img {
  position: absolute;
}
@media (min-width: 768px) {
  header .logo-block img {
    position: static;
    margin: 0 1rem 0 0;
  }
}
header .logo-block .logo-block-right {
  display: none;
}
@media (min-width: 768px) {
  header .logo-block .logo-block-right {
    display: block;
    width: 100%;
  }
}
header .logo-block .burger-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  header .logo-block .burger-menu {
    display: none;
  }
}
header .logo-block .burger-menu input {
  display: inline-block;
  width: 4rem;
  height: 3.2rem;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  header .logo-block .burger-menu input {
    display: none;
  }
}
header .logo-block .burger-menu input:checked ~ .menu {
  display: block;
}
header .logo-block .burger-menu span {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin-bottom: 4px;
  position: relative;
  background: #222222;
  border-radius: 2px;
  z-index: 1;
}
@media (min-width: 768px) {
  header .logo-block .burger-menu span {
    display: none;
  }
}
header .logo-block .burger-menu .menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  display: none;
  z-index: 100;
  background: rgba(0, 0, 0, 0.95);
  padding: 2rem;
  position: absolute;
  right: 0;
  top: 27px;
}
header .logo-block .burger-menu .menu li {
  padding: 1.5rem 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #222222;
}
header .logo-block .burger-menu .menu li:first-child {
  border-top: 1px solid #222222;
}
header .logo-block .burger-menu .menu li:hover {
  background: rgba(255, 255, 255, 0.1);
}
header .logo-block .burger-menu .menu li a {
  color: #f2f2de;
}
header .main-navbar {
  display: none;
}
@media (min-width: 768px) {
  header .main-navbar {
    display: block;
  }
  header .main-navbar .menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #b30000;
    background: linear-gradient(180deg, #b30000 0%, #810000 50%, #a60000 100%);
    margin: 0 0 1rem 0;
    border-radius: 4px;
  }
  header .main-navbar .menu li {
    padding: 1.5rem 0;
  }
  header .main-navbar .menu li a {
    color: #f2f2de;
    text-shadow: #222222 1px 1px 0;
  }
}
.content {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .content .news {
    width: 78%;
  }
}
@media (min-width: 900px) {
  .content .news {
    width: 65%;
  }
}
.content .news .news-header h2 {
  font-size: 3rem;
  padding: 0 0 2rem 0;
}
.content .news .news-header .meta {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1rem 0;
}
.content .news .news-header .meta span {
  display: inline-block;
  color: grey;
}
.content .news .news-content {
  padding: 3rem 0 0 0.5rem;
}
.content .news .news-content p {
  font-size: 1.7rem;
  padding: 0.5rem 0 1rem 0;
  line-height: 2.4rem;
}
.content .news .news-content .tags .tag {
  margin: 0 1rem 0 0;
  text-decoration: underline;
}
.content .news .news-content .tags .tag::before {
  content: "#";
}
.content aside {
  background: #eee;
  border-radius: 6px;
  padding: 1rem;
}
@media (min-width: 768px) {
  .content aside {
    width: 20%;
    padding: 0.7rem;
  }
}
@media (min-width: 900px) {
  .content aside {
    width: 33%;
    padding: 1rem;
  }
}
.content aside .thumb-news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.content aside .thumb-news h2 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem 0 1.4rem;
}
.content aside .thumb-news .item {
  width: 24%;
}
@media (min-width: 768px) {
  .content aside .thumb-news .item {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
  }
}
@media (min-width: 900px) {
  .content aside .thumb-news .item {
    border-bottom: 1px solid #ddd;
  }
  .content aside .thumb-news .item:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 900px) {
  .content aside .thumb-news .item .link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.content aside .thumb-news .item .link img {
  width: 100%;
}
@media (min-width: 900px) {
  .content aside .thumb-news .item .link img {
    width: 35%;
    margin: 0 0.5rem 0 0;
  }
}
.content aside .thumb-news .item .link h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  background: #222222;
}
footer .link-block {
  width: 100%;
  padding: 1rem 0 2rem 0;
}
footer .link-block .link {
  color: #f2f2de;
  display: block;
  text-align: center;
  line-height: 2.2rem;
}
footer .link-block .link:hover {
  text-decoration: underline;
}
@media (min-width: 500px) {
  footer .link-block {
    width: 33%;
  }
}
.headline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  height: 100%;
}
@media (min-width: 768px) {
  .headline {
    justify-content: space-between;
  }
}
.headline::-webkit-scrollbar {
  width: 0 !important;
}
.headline .item {
  flex: 0 0 40%;
  margin: 0 1rem 0 0;
  padding: 0 0 2rem 0;
  scroll-snap-align: start;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  .headline .item {
    flex: 0 0 19%;
    margin: 0;
  }
}
.headline .item .link img {
  width: 100%;
}
.headline .item .link h3 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2rem;
}
@media (min-width: 500px) {
  .headline .item .link h3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.slider .main-slider {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  height: 100%;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  .slider .main-slider {
    width: 60%;
  }
}
.slider .main-slider::-webkit-scrollbar {
  width: 0 !important;
}
.slider .main-slider .item {
  position: relative;
  display: inline-block;
  flex: 0 0 85%;
  margin: 0 2rem 0 0;
  scroll-snap-align: center;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .slider .main-slider .item {
    flex: 0 0 100%;
    margin: 0 0 0 0;
  }
}
.slider .main-slider .item .link {
  display: block;
  overflow: hidden;
}
.slider .main-slider .item .link img {
  width: 100%;
}
.slider .main-slider .item .link h3 {
  position: absolute;
  bottom: 2px;
  z-index: 10;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 5rem;
  padding: 0 0 0 1rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #f2f2de;
  text-shadow: #222222 1px 1px 0;
}
.slider .mini-slider {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  .slider .mini-slider {
    width: 38%;
  }
}
.slider .mini-slider::-webkit-scrollbar {
  width: 0 !important;
}
.slider .mini-slider .item {
  flex: 0 0 40%;
  margin: 0 1rem 0 0;
  scroll-snap-align: start;
  scroll-behavior: smooth;
  background-color: #eee;
  transition: all 0.5;
}
@media (min-width: 768px) {
  .slider .mini-slider .item {
    flex: 0 0 100%;
    margin: 0;
    position: relative;
  }
}
.slider .mini-slider .item .link {
  display: block;
  padding: 0 0 1rem 0;
}
.slider .mini-slider .item .link h3 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
@media (min-width: 500px) {
  .slider .mini-slider .item .link h3 {
    font-weight: bold;
    font-size: 1.7rem;
    padding: 0.3rem 1rem;
  }
}
@media (min-width: 900px) {
  .slider .mini-slider .item .link h3 {
    font-size: 2rem;
    padding: 0.7rem 1rem;
  }
}
.slider .mini-slider .item .link p {
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding: 0 1rem;
}
.slider .mini-slider .item img {
  width: 100%;
}
.slider-navigation {
  display: none;
}
@media (min-width: 768px) {
  .slider-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    margin: 0 0 5rem 0;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .slider-navigation .main {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    position: absolute;
    top: -17px;
    left: 0;
    width: 60%;
    height: 3rem;
  }
  .slider-navigation .main a {
    width: 100%;
    display: block;
    text-align: center;
    background: #ffffff;
    background: linear-gradient(180deg, #ffffff 0%, #eeeeee 50%, #dddddd 100%);
    line-height: 3rem;
    border-right: 1px solid #ddd;
    border-top: 0;
  }
  .slider-navigation .main a:last-child {
    border-right: 0;
  }
  .slider-navigation .main a:hover {
    background: white;
  }
}
@media (min-width: 768px) {
  .slider-navigation .mini {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    position: absolute;
    top: -17px;
    right: 0;
    width: 38%;
    height: 3rem;
  }
  .slider-navigation .mini a {
    width: 100%;
    display: block;
    text-align: center;
    background: #ffffff;
    background: linear-gradient(180deg, #ffffff 0%, #eeeeee 50%, #dddddd 100%);
    line-height: 3rem;
    border-right: 1px solid #ddd;
    border-top: 0;
  }
  .slider-navigation .mini a:last-child {
    border-right: 0;
  }
  .slider-navigation .mini a:hover {
    background: white;
  }
}
.news .title {
  font-size: 3rem;
  padding: 1rem 4rem 1rem 0;
  color: #222222;
  font-weight: bold;
  display: inline-block;
}
.news .thumb-news {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  height: 100%;
  padding: 1rem 0 3rem 0;
  border-top: 5px solid #b30000;
}
.news .thumb-news::-webkit-scrollbar {
  width: 0 !important;
}
@media (min-width: 500px) {
  .news .thumb-news {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.news .thumb-news .item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex: 0 0 80%;
  margin: 0 1rem 0 0;
  scroll-snap-align: center;
  scroll-behavior: smooth;
}
@media (min-width: 500px) {
  .news .thumb-news .item {
    flex: 0 0 32%;
    margin: 0 0 3rem 0;
  }
}
.news .thumb-news .item .link {
  display: inline-block;
}
.news .thumb-news .item .link img {
  width: 100%;
}
.news .thumb-news .item .link h3 {
  width: 100%;
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.news .category-news {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  height: 100%;
  padding: 1rem 0 3rem 0;
  border-top: 5px solid #b30000;
}
.news .category-news::-webkit-scrollbar {
  width: 0 !important;
}
@media (min-width: 500px) {
  .news .category-news {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.news .category-news .item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex: 0 0 80%;
  margin: 0 1rem 0 0;
  scroll-snap-align: center;
  scroll-behavior: smooth;
}
@media (min-width: 500px) {
  .news .category-news .item {
    flex: 0 0 32%;
    margin: 0 0 3rem 0;
  }
}
.news .category-news .item .link {
  display: inline-block;
}
.news .category-news .item .link img {
  width: 100%;
}
.news .category-news .item .link h3 {
  width: 100%;
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
}
