img {
border: none;
height: auto;
max-width: 100%;
vertical-align: middle;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.alignright {
display: inline;
float: right;
margin: 0.4rem 0 1.6rem 2.9rem;
}
.alignleft {
display: inline;
float: left;
margin: 0.4rem 2.9rem 1.6rem 0;
}
.aligncenter {
display: block;
margin: 0.4rem auto 1.6rem auto;
}
.wp-caption {
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
display: block;
font-size: 1.07em;
padding: 10px 0;
}
.sticky {
background: #f7f7f9;
padding: 1rem;
}
.bypostauthor {
background: #f7f7f9;
padding: 0.5rem;
}
.gallery-caption {
font-weight: bold;
} .says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
} body > nav.navbar {
border-radius: 0;
}
.widget {
margin-bottom: 2rem;
}
.post {
margin-bottom: 2rem;
}
nav.navbar {
margin-bottom: 2rem;
}
.content{
min-height: -moz-calc(100% - (95px + 58px + 45px + 90px));
min-height: -webkit-calc(100% - (95px + 58px + 45px + 90px));
min-height: calc(100% - (95px + 58px + 45px + 90px));
}