/*
Theme Name: Blix
Description: Clean and straightforward, a no nonsense theme with customisable header.
Author: Sebastian Schmieg
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready, white, two-columns, fixed-layout, custom-header, threaded-comments, responsive-layout
WDP ID: 128
Version: 3.0
Tested up to: 6.1.1
Requires PHP: 7.0
Text Domain: blix

*/
@import "layout.css";
@import "spring_flavour.css";
/*stergatu add sticky*/
.sticky {border: 1px solid black; padding: 10px;}
/* Captions and image alignment for wordpress */
.aligncenter, div.aligncenter {
	display: block!important;
	margin: 0px auto;
}
div.alignleft {
	float: left!important;
	margin-right: 10px;
}
div.alignright {
	float: right!important;
	margin-right: 0px;
	margin-left: 10px;
}
.wp-caption {
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #F8F8F8;
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 16px;
	padding: 5px 4px;
	margin: 0;
	font-family: Arial, Tahoma, "Lucida Sans";
	color: #949494;
	font-style: normal;
}
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	float: right;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	float: left;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.commentlist li li {
	list-style-type: none;
}
/* End captions and image alignment */

@media only screen and (max-width: 680px) {
    #header h1 {
  /*display:none; This will hide the text in your header */
  padding-top:20px;
  line-height: 1.5em;

}
#container {
    background: #fff;
}
#subcontent {
    width: 100%;
}
}
