/* Style sheet to translate site styles to blog */
body {
  padding: 0;    
}

a:hover {color: #39C121;}

a:visited {color: #2c9419;}

#wrapper {
  position: relative;
  background-color: #434343;
}
#wrapper:after {
  content: '';
  display: block;
  background: url(/prx/000/http/www.bcat.eu/blog/wp-content/themes/twentyeleven-child/extra-assets/images/bg/bg-hero.png) no-repeat fixed 30% 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100vh;
  opacity: 0.15;
}

#header {
  width: 100%;
}
#page {
  position: relative;
  min-height: 700px;
  max-width: 1170px;
  z-index: 10;
}
#main {
  overflow:hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer {
    margin-top: 0 !important;
}
#content {
  background: none;
  border: none;
  margin: 0 !important;
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  #content {
    padding: 0 30px;
  }
}
.singular #primary, .singular #content, .left-sidebar.singular #content {
  width: 100%;
}
#primary {
  margin: 0;
  width: 66.66%;
}
#secondary {
  margin-right: 0;
  padding: 0 30px;
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  #primary, #secondary {
    width: 100%;
  }
  #main #secondary {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#respond,
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
  width: 100%;
}
h1 {
  display: block;
  text-transform:none;    
}
.entry-title {
  font-size: 21px;
}
.singular .entry-title {
  font-size: 27px;
  line-height: 39px;
}
#page {
  background: #434343;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.75);
}
.breadcrumbs {
  margin: 0 34% 9px 30px;
  width: 100%; 
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    margin-left: 15px;
  }
}
code, .highlighter_code {
  display: block;
  border: solid 1px #999;
  margin: 10px 0 0 0;
  padding:10px;    
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  behavior:url(/prx/000/http/www.bcat.eu/css/PIE.htc); 
  /* Overwriting already !important width 100% of the plugin */
  width: auto !important;
}
code {
  background: #333;
  color: #e8e8e8;
}
/* Fixing theme "next" bug in chrome */
#nav-single {white-space: nowrap;}

@media screen and (max-width:991px) {
  .widget_categories ul, .widget_recent_entries ul, .widget_archive ul {
    display: flex;
    flex-wrap: wrap;
  }
  .widget_categories ul li, .widget_recent_entries ul li, .widget_archive ul li {
    margin: 0 15px;
  }
}

.entry-header .comments-link a {
  background: transparent url(/prx/000/http/www.bcat.eu/blog/wp-content/themes/twentyeleven-child/extra-assets/images/icons/comment-bubble-dark.png) no-repeat;
  background-size: auto 100%;
  border: none;
  color: #bbbbbb;
  transition: opacity 0.3s ease-in;
  line-height: 32px;
}
.entry-header .comments-link a:hover {
  background-color: transparent;
  opacity: .5;
}
