/***************************
**  You can add your own
**  CSS here.
**
**  Click the help icon
**  above to learn more.
****************************/

/*
**  Remove Search field
**  from Header
*/
.header-search {
    display: none;
}

/*
**  Change font details
**  main-menu.
*/
#site-navigation .menu-item a {
  font-family: omnes-pro-1,omnes-pro-2,"Open Sans Condensed",Helvetica,Arial,sans-serif, Verdana, 'Times New Roman';
  font-size: 18px;
  font-weight: normal;
}

/*
**  Change font size on
**  sub-menus
*/
#site-navigation .sub-menu a {
    font-size: 16px;
}

/*
**  Remove vertical bar
**  after site-name on
**  the left side of
**  the header.  Also
**  effects size of
**  branding name.
*/
.site-branding {
    border-right: none;
    width: 50%;
}

/*
**  Uknown
*/
.main-navigation a{
	font-size:14px;
	font-weight:400
}

/*
**  Uknown
*/
.main-navigation a:hover{
	font-size:14px;
	font-weight:400
}

/*
**  Uknown
*/
.widget-areas {
    background: #373737;
    color: white;
}

/*
**  Controls font details
**  on branding in the
**  header.
*/
.site-title a {
    /* color: #373737 !important; */
    font-family: 'Times New Roman';

    font-size: 30px;
	  font-style: italic;
    letter-spacing: -1px;
    margin-right: 20px;
    text-decoration: none;
	  text-transform: none;
}
/*
**  Controls font details
**  on page titles.
*/
#content .page .entry-header .entry-title  {
	    /* color: #ba4ba4; */
    font-size: 35px;
    font-weight: bold;
		text-transform: none;
	  text-align: center;
		text-indent: -40%;
}
/*
**  Controls font details
**  on post titles and
**  thumbnails.
*/
#content .post .entry-header .entry-title  {
	  /* color: #ba4ba4; */
    font-size: 35px;
    font-weight: bold;
		text-transform: none;

}
/*
**  Set Copyright
*/
.site-info:before {
  content:"\a9\a0 2017 Jeffrey Peacock \a0\a0\2022\a0\a0"
}
/*
**  Adjust site to full-width.

.blog .site-content, .archive .site-content, .search .site-content {
    max-width: 100%;
}

.blog .site-content .hentry, .archive .site-content .hentry, .search .site-content .hentry {
    width: 25%;
}
*/