/*menu padding*/
.nav-light .menu > li > a {
padding: 0 10px;
font-size: 14px;
color: #fcfef0 !important;
}

.nav-light .menu ul li a  {
	color: #fcfef0 !important;
}

/*fa size*/
.navigation .menu-item > a .fa { font-size: 20px;
}

/*menu top border*/
.nav-light {
	border-top: none;
	border-bottom: 2px solid #b62125;
}

.cat-title {
	display: none;
}
/*comments head*/
.comments .section-head {
background: #f9f9f9;
color: #b62125;
font-size: 16px;
}

/*post comment button*/
#comment-submit, .submit-button {
	background: #b62125;
}

/*widget title*/
.main .sidebar .widgettitle, .tabbed .tabs-list {
font-size: 14px;
font-weight: 600;
}

/*footer underline*/
.main-footer .posts-list .content {
	border-bottom-color: #1e2935;
}

.main-footer .widgettitle {
	border-bottom-color: #1e2935;
}

.widget li {
	border: none
}

/*related posts margin*/
.gallery-title, .section-head {
margin-top: 28px;
}

/*comment attachment allowed files writing in top right corner*/
.comment-respond small {
display: none;
}

/*margin above uploaded image*/
.comments-list .comment-content p:last-of-type {
	margin-bottom: 20px;
}
.comment-content .reply a {
	padding: 15px 0;
}
/*jetpack widget*/
.jetpack_subscription_widget input[type=text], .jetpack_subscription_widget input[type=email] {
color: #333;
padding: 7px 14px;
margin-top: -15px;
max-width: 92%;
}
.jetpack_subscription_widget input[type="submit"] {
color: #333;
margin-top: 0px;
padding: 7px 14px;
}
.jetpack_subscription_widget input[type="submit"]:hover {
background: #d3d3d3;
}
.wp-caption-text {
color: #19232d;
}
.widget {
  font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}
.section-head {
	font-size: 16px;
}
.main .sidebar .widgettitle, .tabbed .tabs-list {
background: #f9f9f9;
  border: 1px solid #d9d9d9;
	border-left: 0;
	border-right: 0;
  line-height: 35px;
	font-size: 16px;
  color: #cf142b;
	padding: 0 10px;
	margin-bottom: 25px;
}
.fa {
	font-size: 16px;
}
.logo-image {
	margin-bottom: 20px;
}
input, .search-submit {
	color: #161616
}
button {
	background-color: #b62125;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #d9d9d9;
}
/*headings bold*/
.post-content h1 {
	font-weight: bold;
}
.post-content h2 {
	font-weight: bold;
}
.post-content h3 {
	font-weight: bold;
}
.post-content h4 {
	font-weight: bold;
}
/*hide date*/
.post-meta time {
	display: none;
}
span.posted-on {
	display: none;
}
/*hide date in excerpts*/
time.meta-item {
	display: none;
}