/*
 Theme Name:   Expound Child Theme
 Theme URI:    http://rowinghealthandwellness.com/expound-child
 Description:  Expound Child Theme
 Author:       Rowing Health and Wellness
 Author URI:   http://rowinghealthandwellness.com
 Template:     expound
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  expound-child
*/

/* Use a more modern font than provided by expound */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
.entry-content, html* {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.entry-title, .widget-title, h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

/* Custom header logo positioning and background color */
body .site-header .site-branding {
  background-position: 0;
  background-color: #2c2c2c;
}

@media screen and (max-width: 480px) {
  body .site-header .site-branding {
    background-size: 200%;
  }
}

/* Search field location - modify functionality in child theme's header.php */
.header-search {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
}

/* Hide default Expound "Related Posts" section so we can use Jetpack's instead */
.related-content {
  display: none;
}

/* fix word wrapping issues in summaries */
.entry-summary {
  word-break: break-word;
}

/* Standard table format for all posts, reusing site branding colors */
.post-table {
  margin-left:auto;
  margin-right:auto;
  width: initial;
  max-width:100%;
}
.post-table th {
  background-color: rgba(44,44,44,.9);
  color:white;
}
.post-table tr:nth-of-type(odd) {
  background-color: rgba(2,201,215,.2);
}
