/*
	Theme Name: Sleek2 Child
	Theme URI: http://themeforest.net/item/sleek-responsive-creative-wordpress-blog-theme/9298728
	Template: sleek2
	Version: 1.0
	Description: Child Theme for Sleek2
	Author: korra.io
	Author URI: http://korra.io/
	Text Domain: sleek
*/



/*------------------------------------------------------------
 * Theme customization starts here
 *------------------------------------------------------------*/
html {
  overflow-y: auto;
  height: auto !important;
}
body {
  overflow-y: auto;
  height: auto !important;
}
header#header.header {
  float: none;
  left: auto;
  height: auto;
  width: auto;
  margin-right: 250px;
  position: relative !important;
}
.header .nano-content {
  padding-top: 20px;
  overflow: hidden !important;
}
aside#sidebar.sidebar {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
}
#content-wrapper {
  height: auto !important;
  overflow-y: hidden;
}
#content-wrapper.content-wrapper.forceheightauto {
  height: auto !important;
}
#content-wrapper-inside.single-post #main-content .nano-content {
  position: relative !important;
}
.loop-container .post__meta .meta--item {
  width: 100%;
}
#fake-header {
    height: auto;
    left: 0 !important;
    margin-bottom: 40px;
    margin-right: 250px;
    position: relative !important;
    width: auto;
}

.loop-container h2 {
    font-size: 27px;
}
