/**************************************************************************/
/* Positionning social icons in the header menu. **************************/
/**************************************************************************/
div#md-menu-left { float: left; }
div#md-menu-right { float: right; }

/* Change display of link. */
div#md-menu-right a {
	display: inline-block !important;
	margin: 5px 5px 5px 0;
}

/* Sizing social icon image. */
div#md-menu-right a img { width: 32px; }

/**************************************************************************/
/* Styling search result pane. ********************************************/
/**************************************************************************/
div.is-ajax-search-result {
	top: 39px !important;
	/*z-index: 10000 !important;*/
	width: 488px !important;
	background-color: #ffffff !important;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

div.is-ajax-search-post {
	border-bottom: 1px solid lightgrey;
}

div.is-ajax-search-post:first-of-type {
	border-top: 1px solid lightgray;
}

/**************************************************************************/
/* Downsizing title. ******************************************************/
/**************************************************************************/
.entry-title {
	font-size: 40px !important;
}

/**************************************************************************/
/* Styling articles on home page and search result pages. *****************/
/**************************************************************************/
/* Styling home article titles. */
h2.entry-title {
  font-size: 23px !important;
  font-weight: bold !important;
}

/* Styling article sub titles. */
h2.wp-block-heading {
  font-weight: bold !important;
}

/* Realigning share icons with the read more button. */
div.addtoany_share_save_container {
  margin-top: -6px !important;
  /*position: absolute;*/
  text-align: right;
}

/* Styling previous/next posts area. */
nav.navigation {
  padding: 20px;
  margin-top: 40px;
  background-color: #428bca;
}

/* Styling previous / next posts buttons. */
nav.navigation .btn {
  padding: 6px 12px;
  font-size: 14px;
  color: #428bca;
  background-color: white !important;
  border: 1px solid transparent !important;
  border-radius: 4px;
}

/* Round image borders on posts list on home page. */
#main #primary .row a.image-anchor img {
  border-radius: 10px;
  border: 1px solid lightgray;
  height: 330px;
}