#main {
    background-color: #f5f8fd !important;
}

div#secondary {
    background-color: #fff;
    box-shadow: 0 0 3px #06060608;
    border-radius: 0;
    padding: 10px;
}

.post.type-post {
    background-color: #fff;
    padding: 15px;
}

.post-sidebar.large-3.col {
    border: 0 !important;!i;!;
}

.post-sidebar.large-3.col {
    padding-left: 0;
}

.entry-content.single-page {
    padding-top: 10px;
	padding-bottom: 0;
}

.entry-meta.uppercase {
    text-transform: capitalize;
    font-size: 12px;
	color: red;
}

img.size-full.alignnone {
    margin-bottom: 0 !important;
}

.is-divider {
    display: none !important;
}

.entry-header-text.entry-header-text-top {
    padding-bottom: 0;
}

h1.entry-title {
    font-size: 25px;
}

.entry-content.single-page ul li {
    font-size: 15px;
}

ul.product-categories {
    padding-top: 10px;
}

@media (min-width: 850px) {
	
}

@media (max-width: 549px) {
	div#content {
		padding-top: 15px;
	}

	.large-8.col.post-center {
		padding-left: 8px;
		padding-right: 8px;
	}
	h1.entry-title {
		font-size: 20px;
	}
	
}

