.wrapper {
    overflow: hidden;
}
.orange {
    color: #e70;
}
.section-narrow {
    margin-bottom: 72px;
    margin-bottom: 4.5rem;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .section-narrow {
        width: 100%;
        margin-bottom: 1.5em
    }
}

.blog-categories {
  clear: both;
}

@media only screen and (min-width: 1024px) {
    .section-narrow {
        width: 66.66667%
    }
}

.blog-container .entry-content img.alignleft {
    display: block;
    margin: 0 10px 10px 0;
}
@media only screen and (max-width:767px) {
	.entry-content .alignleft {
	    float: none !important;
	}
}
