/*
Theme Name: Stack Child
Theme URI: http://www.tommusrhodus.com/stack-wordpress-theme
Description: Child theme for the Stack theme
Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
Author URI: http://www.tommusrhodus.com
Template: stack
Version: 1.0.0
*/

@import url('../stack/style.css');


/* Logo Boyutu */
.bar .logo {
  margin: 0;
  position: relative;
  top: -2px;
}

.bar .logo {
    max-height: 3.45714286em;
    max-width: none;
}
/* Logo Boyutu */

/* Menü Resim Alanın Kaldırılması */
.dropdown .dropdown__content > .pos-absolute[class*='col-'] {
    display: none;
}
.dropdown .dropdown__content .col-md-2 {
    width: 33.3333%;
    margin-left: 0 !important;
}
/* Menü Resim Alanın Kaldırılması */

/* Mobildeki Kayma ve Sıralama Sorunu */
@media (max-width: 767px) {
    .bar__module {
        max-height: 400px;
        overflow-y: scroll;
    }
}
/* Mobildeki Kayma ve Sıralama Sorunu */

/* Ana sayfa referanslar büyük boyut */
.image--xxs {
  max-height: 20.85714286em;
 }
 /* Ana sayfa referanslar büyük boyut */

 footer.footer-6.bg--dark .footer__lower {
  background: #272c33;
}

.bg--dark {
    background-color: #434b58;
    background-image: linear-gradient(180deg,#3f4651 50%,#30363f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3f4651",endColorstr="#ff30363f",GradientType=0);
}

section, footer {
    padding-top: 3.0em;
}

h6:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 0.26666666666667em;
}

.baslik { margin-top : 22px  }

.sidebar {
    margin-top: 1.42857143em;
    position: relative;
    bottom: 18px;
}
