/*
Theme Name: Omlet Theme
Author: Tom
Description: Theme for Omlet blogs.
Version: 1.0
Text Domain: omlet_theme

*/

.blog-sub-header {
  font-size: 18px;
  margin: 0 0 25px 0;
  color: #555555;
}

.post h2 {
	font-size: 28px;
}
.post h3 {
  font-size: 26px;
}
.post h4{
  font-size: 24px;
}
.post h5{
  font-size: 22px;
}
.post h6{
  font-size: 20px;
}

.post img {
  max-width: 100%;
}

.post {
  margin-bottom: 30px;
}

.post-inner .post-img-container {
  background-size: cover;
  height: 200px;
}

.post-inner .post-comment-container {
  height: 150px;
  background-color: #f4f4f4;
  padding: 10px;
}

.post-inner a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.post-inner a:hover {
  text-decoration: underline;
}

.post-inner .post-comment-container h4 {
  margin: 0;
}

.post-inner .post-comment-container p {
  font-size: 12px;
  margin-top: 5px;
}

.post-img-container {
  height: 300px;
  background-size: cover;
}

@media (max-width: 767px) {
  .post img {
    width: 100%;
    height: auto;
  }
}

#sidebar ul {
	list-style-type: none;
	padding-left: 10px;
}

#sidebar {
	padding-top: 6px;
}

.date-cat-auth {
	color: #888888;
	font-size: 90%;
}

h3.omlet-page-sub-header:not(:first-child) {
	margin-top: 40px;
}

p.date-cat-auth {
  margin: 15px 0 15px 5px; !important
}

img.size-large,
img.size-full {
  margin-top: 15px;
  margin-bottom: 15px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

div.button-alt, div.button-container, div.button-container.small, div.button-container.large, div.button-container.medium{
  white-space: unset !important;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}
#stock-message-content,
.redirect-container{
  display:none;
}

.comment-respond label {
  min-width: 150px;
  vertical-align: top;
}
.comment-respond input[type=submit] {
  float: right;
}
.comment-respond textarea{
  height:50px;
}
.comment-respond textarea,input[type=text] {
  width: calc( 100% - 200px );
}

@media (max-width: 767px) {
  .comment-respond label {
    min-width: unset;
    width:100%;
  }
  .comment-respond textarea,input[type=text] {
    width: 100%;
  }

}

.post-single a,.post-single a:hover , .post-single a:active{
  color:  #428BCA;
}

#toc_container {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #aaa;
  display: table;
  font-size: 95%;
  margin-bottom: 1em;
  padding: 20px;
  width: auto;
}

.toc_title {
  font-weight: 700;
  text-align: center;
}

#toc_container li, #toc_container ul, #toc_container ul li{
  list-style: outside none none !important;
}
