/**
 * @file
 * Subtheme specific CSS.
 */
/* Yazi Ayarlari */
blockquote{
  font-size: 24px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;
  margin: 8% 0;
}
blockquote::before {
  content:"";
  position: absolute;
  top:0;
  left: 0;
  width: 60%;
  border-top:2px solid;
}
blockquote::after {
  content:"";
  position: absolute;
  bottom:0;
  right: 0;
  width: 60%;
  border-top:2px solid;
}
blockquote p{
  position: relative;
}
blockquote p:before {
  content: "";
  border-left: 2px solid;
  height: 40px;
  position: absolute;
  top: -20px;
  left: -20px;
}
blockquote p:after {
  content: "";
  border-left: 2px solid;
  height: 40px;
  position: absolute;
  bottom: -35px;
  right: -20px;
}
/****************************************************/
/* Sistem Ayarlari */
.navbar {
  padding: 1em 5%;
}
.navbar-collapse .navbar-expand-lg .navbar-nav .nav-link{
  position: relative;
  margin: 0 10px 0 0;
  color: #c0975f !important;
}
.navbar-collapse .nav-link:after {
  content: "";
  width: 20px;
  position: absolute;
  bottom: 0;
  left: 5px;
  border-bottom: 2px solid;
  transition: 0.2s all ease-in-out;
}
.navbar-collapse .nav-link:hover.nav-link:after {
  width: 90% !important;
}
.site-footer {
  position: relative;
  margin-top: 30px;
}
.site-footer::before {
  content: "";
  width: 100%;
  position: absolute;
  top:-20px;
  left:0;
  height: 10px;
  border:10px solid #292929;;
  border-radius: 100px 100px 0 0 ;
}
.navbar-brand {
  color: #fff;
}
.navbar-nav a {
  color: #c0975f !important;
}
.featured-top__inner {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.featured-top .row > *{
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.row {
  padding: 0 !important;
  margin:0 !important;
  width: 100% !important;
}
/* Flexslider Ayarlari */
.flexslider {
  border: none;
}
.flex-direction-nav a {
  width: 50px;
  height: 50px;
}
/****************************************************/
/* Anasayfa Slider Ayarlari */
.slider {
  position:relative;
}
.slider-yazi {
  position: absolute;
  bottom:10%;
  left:5%;
  width: 40%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 2% 3%;
}
.slider-baslik {
  font-size:3em;
  font-weight:700;
}
.slider-aciklama {
  font-size: 1.5em;
}
/****************************************************/
/* Anasayfa Hakkimizda Blok Ayarlari */
#block-agruptekstil h2 {
  text-align: center;
  font-size: 4vw !important;
  font-weight: 700;
}
#block-agruptekstil {
  width: 80%;
  margin:0 auto 5%;
}
/****************************************************/
/* Urunler Sayfa & Blok Ayarlari */
.urun-satir {
  width: 31%;
  margin: 0 1% 3%;
  text-align: center;
}
.urun-gorsel img {
  width: 100%;
  height: auto;
}
.urun-baslik a {
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 1.2em;
  width: 100%;
  padding: 5px 15px;
  transition: 0.2s all ease-in-out;
}
.urun-baslik {
  margin: 5px 0;
}
.urun-baslik a:hover {
  transition: 0.2s all ease-in-out;
  background: #333;
  color: #c0975f;
}
.urun-gorsel:hover + .urun-baslik a{
  transition: 0.2s all ease-in-out;
  background: #333;
  color: #c0975f;
}
.block-views-blockurunler-block-1 {
  text-align: center;
}
.block-views-blockurunler-block-1 h2 {
  font-weight: 700;
  width: 100%;
  background: #c0975f;
}
.block-views-blockurunler-block-1 .more-link a{
  text-decoration: none !important;
  color: #c0975f !important;
  background: #333;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 1.2em;
}
/****************************************************/
/* Duyarli Ekran Ayarlari */
@media (max-width: 600px) {
  .slider-yazi {
    width: 80%;
    line-height: 1em;
  }
  .slider-baslik {
    font-size: 1em;
  }
  .slider-aciklama {
    font-size: 0.825em;
  }
  .urun-satir {
    width: 100%;
    margin: 0 0 10%;
  }
}
/****************************************************/