/* Enter Your Custom CSS Here */

/* Desktop theme */
.site-footer {
	display: none;
}

a {
	color: #E45043;
	text-decoration: none;
}

a:hover,
a:focus {
	color: rgba(147,26,41,0.8);
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback
.comment-body > a {
	border-bottom: 1px solid #E45043;
}

.sd-content a:before,
.entry-footer span:before {
	color: #E45043;
}
.share-count {
	background: #E45043 !important;
}

/* Mobile theme */
.mobile-theme #site-generator a[rel="generator"] {
	display: none;
}

.mobile-theme a,
.mobile-theme #site-generator a {
	color: #E45043;
	text-decoration: none;
}

.mobile-theme .commentlist .edit-link a:before,
.mobile-theme .entry-meta .comments-link a:before,
.mobile-theme .entry-meta .edit-link a:before,
.mobile-theme a.comment-reply-link:before {
	color: #E45043;
}

.mobile-theme .menu-search {
	background: #E45043;
	-webkit-box-shadow: inset 0 -1px rgba(147,26,41,0.8), 0 1px 3px rgba(147,26,41,0.4);
	-moz-box-shadow: inset 0 -1px 0 rgba(147,26,41,0.8), 0 1px 3px rgba(147,26,41,0.4);
	box-shadow: inset 0 -1px 0 rgba(147,26,41,0.8), 0 1px 3px rgba(147,26,41,0.4);
}

.mobile-theme .search-form #s {
	background: #CD483C;
	border: 0;
	-webkit-box-shadow: inset 0 -1px rgba(147,26,41,0.8), 0 1px 3px rgba(147,26,41,0.4);
	-moz-box-shadow: inset 0 -1px 0 rgba(147,26,41,0.8), 0 1px 3px rgba(147,26,41,0.4);
	box-shadow: inset 0 -1px 0 rgba(147,26,41,0.8), 0 1px 3px rgba(147,26,41,0.4);
}

.mobile-theme .sd-content a:before {
	color: #E45043;
}

.mobile-theme .youtube_channel,
.mobile-theme .ytc_video_container {
	width: 100% !important;
}