/*
Theme Name: ONC-2018
Description: HealthIT Buzz Blog 2018 Theme
Version: 1.0
Author: agencyQ
Author URI: https://www.agencyq.com
*/

.wp-caption.aligncenter {
  margin: auto !important;
}

#linkedin-share {
  margin-top: -3px;
}

/*
Blog.css from Chris at Spire
*/
body.search-results > .grid-container > main {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: 5px !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(75% + 1rem) calc(25% - 1.5rem);
  -ms-grid-rows: auto auto;
  grid-template-columns: calc(100% + 0rem) calc(0% - 0rem);
  grid-template-rows: auto auto;
  background: #fff;
}

body.search-results .grid-container {
  padding: 0;
  max-width: 100%;
  margin: 0;
}

.site-header .-search-icon {
  height: 1.9rem;
}

.search-results .site-header {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 1.5rem 1.5rem 1.3rem;
}

.search-results .site-main,
.search-no-results .site-main {
  max-width: 100% !important;
}

.search-results .page-header,
.search-no-results .page-header {
  background: #046db1;
  padding: 5em 2em;
  border-color: #1d4f90;
}

nav.pagination a,
nav.pagination .current {
  padding: 4px 10px;
}
nav.pagination .current,
nav.pagination a:hover {
  border-radius: 5px;
  background: #ddd;
}
nav.pagination .current {
  color: #224071;
  background: #f6c44c;
  font-weight: bold;
}
.search-results .page-header .search-header-wrap,
.search-results .page-content,
.search-no-results .page-content,
.search-no-results .page-header .search-header-wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.search-results .page-content,
.search-no-results .page-content {
  text-align: left;
  padding: 3em 2em;
}
.search-results .page-header h1,
.search-no-results .page-header h1 {
  text-align: center;
  color: #fff;
}
.search-results .page-content .search-result {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid #d9d9d9;
}
.search-results .page-content .search-result h3.title {
  color: #0a376a;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25em;
  text-transform: none;
}

.search-results input#searchsubmit {
  border-radius: 0 3px 3px 0;
  padding: 12px;
  width: 25%;
}

.search-header-wrap h1.search-title span {
  font-weight: bold;
}
.search-result .title a {
  color: #1d4f90;
}
.search-result .title a:hover {
  color: #102c50;
}

.search-results form.results-search {
  max-width: 580px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-results input#search {
  width: 75%;
  border-radius: 4px 0 0 4px;
}

.search-results .site-footer {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}
/* table style */
.buzztable {
	padding: 10px 10px 20px;
}
.buzztable table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	font-size:13px;
}
.buzztable table tbody tr:nth-child(even) {
  background-color: #eeeeee;
}
.buzztable thead th {
  background-color:#1D4F90;
	color: #ffffff;	
  padding: 10px 16px;
	font-size:13px;
	border-left:1px solid #ffffff;
}
.buzztable thead th:first-child {
	border-left:0;
}
.buzztable td {
    padding: 10px 16px;
    font-size: 13px;
    border: 1px solid #cccccc;
    height: auto;
}
.buzztable.go-right {
	float: right;
}  
.buzztable.half-width {
  width: 100%;
}
caption {
	text-align:left;
	font-weight:normal;
	padding-bottom: 10px;
}
caption .figure {
	display:inline-block;
	width:100%;
	color:#1D4F90;
	font-weight:bold;
	font-size:13px;
}
/** 
* Buzz-Blog header and footer styles
*/
body,
.site-header,
.site-header:before {
  background-color: #ffffff;
  background-image: none;
}

.site-header .search-cell .search-box,
.site-header .social-cell .search-box {
  border: 2px solid #dedede;
}

.site-header .social-cell a span,
.site-header .social-cell a {
  color: #046cb0;
}

.site-footer .footer-logo {
  margin-top: -25px;
  width: 25rem;
}

.site-header .-search-icon svg#Glyph .st0 {
  fill: #284e8b;
  color: #284e8b;
}

.site-footer .badges img {
  margin: 0.7rem;
  width: 100%;
  max-width: 100px;
}

@media print, screen and (min-width: 64em) {
  .buzztable.half-width { 
    width: 100%;
    max-width: 428px;
  }
  .buzztable td {
    height: 150px;
	}
}
