.site-header {
	padding-top: 0;
	box-shadow: 1px 0 7px #2e445336;
}
.site-mobile-toggle {
	background-color: #000;
	border: #fff solid thin;
}
.site-mobile-toggle .icon.icon-menu {
	fill: #fff;
}
.site-branding {
	padding-top: 30px;
	background-color: #000;
	padding-bottom: 30px;
}
.site-title {
	font-size: 24px;
	display: flex;
	align-items: center;
}
.site-title::before{
	content:"";
	width:50px;
	height:50px;
	display: inline-block;
	margin-right: 10px;
	background-image: url(https://20committee.com/wp-content/uploads/2018/03/20committee.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.site-title a {
	color: #fff;
}
.wf-active .site-description {
	font-size: 14px;
	padding-bottom: 10px;
	color: #999;
	text-transform: none;
  padding-right: 60px;
	font-family: 'Lato', serif;
}
.site-description:first-letter {
    text-transform: uppercase;
}
.grid-item article {
	box-shadow: 0 1px 7px #2e445336;
	border-radius: 5px;
}
.grid-item article {
	padding: 30px 0;
}
.entry-grid-header,
.entry-grid-author,
.entry-content.entry-grid-content,
.entry-grid-meta {
	padding-left: 30px;
	padding-right: 30px;
}
.entry-grid-header .hdg_2,
.wf-active .hdg_1 {
	font-size: 26px;
}
.entry-grid-author {
	margin-bottom: 10px;
}
.entry-grid-author .entry-grid-author-wrap a,
.entry-grid-author .entry-grid-author-wrap span {
	color: #aaa;
}
.entry-grid-meta {
	border-radius: 5px;
}
.entry-content.entry-grid-content {
	padding-top: 0;
	padding-bottom: 0;
}
.search-form input[type=search] {
	border-bottom: #ddd solid thin;
	padding-right: 20px;
}
.search-form input[type=search]:hover,
.search-form input[type=search]:focus{
	border-color: #fff;
	border-bottom: #000 solid thin;
}
::placeholder {
    color: #afafaf !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #afafaf !important;
}
::-ms-input-placeholder {
    color: #afafaf !important;
}
.grid-site-footer {
	background-color: transparent;
}
.jetpack-social-navigation li {
	margin-right: 10px;
}
body:not(.home) .main-navigation ul li:nth-child(11)::before {
	content:"";
}
body:not(.home) .main-navigation ul li:nth-child(11) a,
body:not(.home) .main-navigation ul li:nth-child(12) a,
body:not(.home) .main-navigation ul li:nth-child(13) a,
body:not(.home) .main-navigation ul li:nth-child(14) a,
body:not(.home) .main-navigation ul li:nth-child(15) a,
body:not(.home) .main-navigation ul li:nth-child(16) a,
body:not(.home) .main-navigation ul li:nth-child(17) a,
body:not(.home) .main-navigation ul li:nth-child(18) a,
body:not(.home) .main-navigation ul li:nth-child(19) a,
body:not(.home) .main-navigation ul li:nth-child(20) a,
body:not(.home) .main-navigation ul li:nth-child(21) a,
body:not(.home) .main-navigation ul li:nth-child(22) a,
body:not(.home) .main-navigation ul li:nth-child(23) a {
	display: none;
}
.main-navigation ul li:nth-child(11)::before {
	content:"Blogroll";
  font-family: "Oswald",sans-serif;
	font-size: 24px;
	display: block;
	padding-left: 20px;
	margin-top: 20px;
}
.main-navigation ul li:nth-child(11) a,
.main-navigation ul li:nth-child(12) a,
.main-navigation ul li:nth-child(13) a,
.main-navigation ul li:nth-child(14) a,
.main-navigation ul li:nth-child(15) a,
.main-navigation ul li:nth-child(16) a,
.main-navigation ul li:nth-child(17) a,
.main-navigation ul li:nth-child(18) a,
.main-navigation ul li:nth-child(19) a,
.main-navigation ul li:nth-child(20) a,
.main-navigation ul li:nth-child(21) a,
.main-navigation ul li:nth-child(22) a,
.main-navigation ul li:nth-child(23) a{
	text-transform: none;
	font-size: 14px;
}
@media (max-width:992px){
	.site-description {
		border-bottom: none;
	}
	.site-branding {
    padding-top: 30px;
	}
}

/*article styles*/
article {
	border-radius: 5px;
	box-shadow: 1px 0 7px #2e445336;
}
.post .hdg_1 {
	font-size: 36px
}
.post .entry-meta-author {
	text-align: left;
}
.post .posted-on time {
	color: #aaa;
	font-size: 13px;
}
.widget {
	background-color: transparent;
}
.widget .search-form input[type=search] {
    border: none;
    border-bottom: #aaa solid thin;
    background-color: transparent;
}
.widget .search-form input[type=search]:focus,
.widget .search-form input[type=search]:hover{
    border: none;
    border-bottom: #000 solid thin;
    background-color: transparent;
}
.post-navigation .nav-next, .post-navigation .nav-previous {
	background-color: transparent;
}
.widget .tweets li {
	margin-bottom: 20px;
}
.nav-previous .post-title,
.nav-next .post-title {
	font-size: 12px;
}
/*about styles*/
.page.page-id-2 #comments {
	display: none;
}
body:not(.page-id-2) .widget.widget_links,
body:not(.page-id-2) .widget.widget_custom_html{
	display: none;	
}