a.button,
input[ type="submit" ] {
    background-color: #c11436;
}

.entry-content a {
    color: #c11436;
}

@media screen and (max-width: 768px) {
.main-navigation .blaskan-main-menu > ul, 
.main-navigation .blaskan-main-menu > div {
        background: #c11436;
    }
}

.widget_rss cite {
    color: #c11436;
}

.widget_archive ul li,
.widget_categories ul li {
    color: #c11436;
}

.widget_calendar table caption {
    color: #c11436;
}

.widget_calendar table caption:after {
    background: #c11436;
}

.widget_calendar table thead th {
    color: #c11436;
}


.widget_calendar table#wp-calendar tbody tr td a {
    background-color: #c11436;
}

.widget_calendar table td#prev a:before,
.widget_calendar table td#next a:before {
    color: #c11436;
}

.widget_recent_comments .recentcomments > a {
    color: #c11436;
}

.widget_blaskan_author_widget .user-info > a {
    color: #c11436;
}
.entry-meta:before {
    background-color: #c11436;
}

.author-container p.author-name a {
    color: #c11436;
}

.related-posts p:after {
    background-color: #c11436;
}

.comment-meta .reply a {
    color: #c11436;
}

.main-navigation ul ul li {
    background-color: rgba(193, 20, 54, .88);
}

.byline,
.byline a {
    color: rgba( 193, 20, 54, .7 );
}

.site-title {
    font-size: 36px;
    line-height: 1.1;
    font-family: 'Work Sans', sans-serif;
    margin: 0.67em 0;
}

.site-title a:visited, .site-title a {
    color: #c11436;
}

#primary-menu > ul > li > a, #primary-menu > li > a {
    color: #c11436;
}
.site-info{
	display:none;
}
#colophon{
	background-color:#c11436
}

.footer-widgets.container {
    padding: 20px 15px 20px;
    height: 50px;
}
footer h5{
	font-size: 14px;
}

.top-header .search label{
	color: rgba( 193, 20, 54, .7 );
}
.widget_blaskan_author_widget{
	padding:0!important;
	border:none!important;
}
.widget_tag_cloud .tagcloud a{
	border-color:#fff;
}
@media(max-width: 768px) {
	.site-title{
		font-size:20px
	}
}

.custom-logo{
	width: 100%!important;
	height: auto!important;
	max-width: 800px!important;
}

.custom-header{
	box-shadow:0px 2px 4px 0px rgba(50,50,50,0.6)
}
/*Remove social icons*/
.post-social.pull-left {
    display: none;
}
/*Remove social icons*/
.col-md-4.col-xs-12.pull-right.text-right {
    display: none;
}