/* Color of navigation Bar */
.main-navigation, .main-navigation ul ul {
      background-color:#bcbcbc;
}

.site-info {
      background-color:#bcbcbc;
}

/* Mobile menu */
/*.menu-toggle {
	display: none;
	cursor: pointer;
}
*/

/* Posts Page Customization- Title bold*/
.entry-title {
	margin-bottom: 0;
	font-size: 25px;
  font-weight: bold
}

/* Makes widget header show correctly */
.inside-header {
      position: relative;
}

.header-widget {
      position: absolute;
      top: 180px;
      right: -30px;
}
/* End of header widget */


/* Change font title for Widgets */
.widget-title, .widget-title-home h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
  }


/* Get rid of previous and next from posts */
.nav-previous {
  display: none;
}
.nav-next {
  display: none;
}
.nav-previous {
  display: none;
}
.cat-links {
  display: none;
}

/**
* OpenGraph stuff is now handled by Yoast.
* This removes Facebook's broken use of its own technology.
*/
/* CODE BELOW WAS THROWING AN ERROR
add_action('wp_head', 'remove_fb_og_stuff', 0);
function remove_fb_og_stuff() {
remove_action( 'wp_head', 'Facebook_Open_Graph_Protocol::add_og_protocol' );
}
*/

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: blue;
}

/* selected link */
a:active {
    color: blue;
}
