/*
Theme Name: melih-tema
Theme URI: https://www.dizifilmbilgi.com
Author: Melih
Author URI: https://www.dizifilmbilgi.com
Description: Special theme for DiziFilmBilgi
Versiyon: 1.0
Text Domain: dizifilmbilgi
*/

html {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}






* {
    box-sizing: border-box;
}

.bir {background: #f1f;}
.iki {background: #aaa;}
.uc {background: #222;}

a {
	text-decoration: none;
}

#alticizgisiz a {
    text-decoration: none;
    color: black;
}
#rengibeyaz a {
    text-decoration: none;
    color: white;
}
.golgeli-kutu {
  box-shadow: 3px 3px 4px #000;
   -moz-box-shadow: 3px 3px 4px #000;
   -webkit-box-shadow: 3px 3px 4px #000;
}
#rengigri a {
    text-decoration: none;
    color: gray;
}
#rengigri a:hover {
    text-decoration: none;
    color: white;
}

.custom-truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1; /* Belirli satır sayısı */
    text-overflow: ellipsis;
}

.custom-truncate-iki-satir {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* Belirli satır sayısı */
    text-overflow: ellipsis;
}












/* KAYAN SON EKLENEN KAYITLAR */
.scroll-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* Mobil tarayıcılar için */
    scrollbar-color: indigo transparent; /* Firefox için */
    scrollbar-width: thin; /* Firefox için */
}

.scroll-container::-webkit-scrollbar {
    width: 12px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: indigo;
}

.scroll-container::-webkit-scrollbar-track {
    background-color: darkgray;
}

.scroll-container .col-4 {
    flex: 0 0 auto;
    width: 250px;
    margin-right: 8px;
}
/* KAYAN SON EKLENEN KAYITLAR */

.oskarfont {
  font-size: 15px;
}
.kucukkategori {
  font-size: 13px;
}

.arsivkategori {
  font-size: 11px;
}

.arsivresimyuksekligi {
	height: 322px;
}

.AramaAlani {
    display: block; /*tüm alanı kapla yanına bişey koyma */
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.AramaAlaniButonKapsamaAlani {
    display: inline-block;
    float: right;
    width: 60px;
    height: 35px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    outline: 0;
    text-align: left;
}

.AramaAlaniInputKapsamaAlani {
    display: inline-block;
    float:right;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 35px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    outline: 0;
    text-align: left;
}

.AramaAlaniButonu {
    display: block;
    width: 60px;
    height: 35px;
    margin: 0;
    padding: 0;
    border: 1px solid #646464;
    background: url(https://dizifilmbilgi.com/resimler/AraButonuIciBuyuteci.png);
    background-repeat: no-repeat;
    background-position: center left 19px;
}

.AramaAlaniButonu:hover {
    cursor: pointer;
}

.AramaAlaniInputu {
    display: block;
    float: left;
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: -o-calc(100% - 42px);
    width: -ms-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 33px;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 10px;
    background: url(https://dizifilmbilgi.com/resimler/AraButonuIciBuyuteci.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    border: 1px solid #646464;
    outline: 0;
    text-align: left;
}

.noktali-liste li::before {
  content: "\2022"; /* Unicode karakteri (nokta işareti) */
  margin-right: 8px; /* İsteğe bağlı: nokta ile öğe arasındaki boşluk */
  font-weight: bold; /* Kalın font */
  color: black; /* Siyah renk */
  font-size: 18px; /* İstenen boyut (örnekte 18 piksel) */
}

.listeteksatir li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1; /* Belirli satır sayısı */
    text-overflow: ellipsis;
}


.comment-form {
    margin-top: 30px;
}
.comment-form input,
.comment-form textarea {
    margin-bottom: 15px;
}
.comment-form .form-group {
    margin-bottom: 15px;
}


.comments {
    margin-top: 30px;
}
.comments-title {
    margin-bottom: 30px;
}
.comment-list .media {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.comment-list .media:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.yonetmenlerfont {
  font-size: 14px;
}

/* YAZI İKİ YANA YASLA */
.ikiyanayasla {
	text-align: justify;
}

/* Normal ekran boyutları için stil kuralları */
.overflow-auto-filmkonu {
  text-align: justify;
  height: 204px; /*162 180*/
}

.overflow-auto-yonetmenler {
  text-align: justify;
  height: 166px; /* 142 */
}

/* Mobil ekran boyutları için stil kuralları */
@media only screen and (max-width: 600px) {
  .overflow-auto-filmkonu {
    height: auto; /* veya height: unset; veya height: initial; */
  }
}

/* Normal ekran boyutları için stil kuralları */
.overflow-auto-vizyonfilm {
  height: 200px;
}
/* Mobil ekran boyutları için stil kuralları */
@media only screen and (max-width: 600px) {
  .overflow-auto-vizyonfilm {
    height: 180px;
  }
  .menu-yazi-boyutu-kucult {
	font-size: 11px;
  }	
}

	

/* Tabletler için özel stil */
@media only screen and (min-width: 700px) and (max-width: 800px) {
    .tabletkucukyazi {
        font-size: 12px;
    }
}

dereceaciklama {
	position: relative;
	display: inline-block;
}
.dereceaciklama:hover .dereceolumsuz {
    display: block;
}
.dereceolumsuz {
    position: absolute;
    /*top: 0px;*/
    left: -50px;
    right: -1px;
    bottom: 31px;
    /* color: white;  Açıklama metin rengi */
    display: none;
    justify-content: center;
    align-items: center;
	font-size: 14px;
}
.dereceaciklama:hover .derececinsel {
    display: block;
}
.derececinsel {
    position: absolute;
    /*top: 0px;*/
    left: -50px;
    right: -1px;
    bottom: 31px;
    /* color: white;  Açıklama metin rengi */
    display: none;
    justify-content: center;
    align-items: center;
	font-size: 14px;
}
.dereceaciklama:hover .derecesiddet {
    display: block;
}
.derecesiddet {
    position: absolute;
    /*top: 0px;*/
    left: -50px;
    right: -1px;
    bottom: 31px;
    /* color: white;  Açıklama metin rengi */
    display: none;
    justify-content: center;
    align-items: center;
	font-size: 14px;
}

/*
i:hover {
	color: white;
}
*/


/* ZekiCan.Net CSS ile Köşe Bandı Yapımı Kodları */

.zekicannetkutum {
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  /* font: bold 12px Sans-Serif; */
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; */
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #ffff80;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff80), to(#cccc00)); /* #BFDC7A #8EBF45*/
  background-image: -webkit-linear-gradient(top, #ffff80, #cccc00); 
  background-image:    -moz-linear-gradient(top, #ffff80, #cccc00); 
  background-image:     -ms-linear-gradient(top, #ffff80, #cccc00); 
  background-image:      -o-linear-gradient(top, #ffff80, #cccc00); 
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
/* ZekiCan.Net CSS ile Köşe Bandı Yapımı Kodları Bitişi */



