@charset "UTF-8";

/*
Theme Name: WagerTalk News Section Theme 2024
Theme URI: https://www.wagertalk.com
Author: WagerTalk
Author URI: https://www.wagertalk.com
Description: Custom theme for the WagerTalk news subfolder, updated with new 2024 WagerTalk site redesign elements
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.0
Text Domain: wagertalknewssection2024
*/

a, a:focus, a:hover, a:visited {
  text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #f6821f;
}

.recent.post-list {
  list-style: none;
  padding-left: 0;
}

.recent.post-list li {
    margin-bottom: 1em;
}

.page-header.headline a {
  color: #000000;
  text-decoration: underline;
}

.post-featured-image img {
  width: 100%;
  height: auto;
}

.entry-meta {
  font-style: italic;
  margin-bottom: 1em;
}

.post-list-entry.has-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.has-thumb .img-contain, .has-thumb .entry-text, .entry-text h2 {
  display: inline-block;
}

.has-thumb .entry-text h2 {
  margin-top: 0;
}

.has-thumb .entry-text {
  padding-left: 12px;
}

.post-previous-link, .post-previous-link-marker, .post-next-link, .post-next-link-marker {
  display: inline-block;
}

.post-previous-link, .post-next-link {
  margin: 12px 4px 0;
  max-width: 30%;
}

.post-previous-link-marker, .post-next-link-marker {
  margin-top: 12px;
}
