/*
Theme Name: Pingboard
Description: Custom WordPress Theme for pingboard.com/blog/
Author: Pingboard, Inc.
Author URI: http://pingboard.com
*/

ul, ol {
  margin-left: 0;
  padding-left: 1.25rem;
}

.footer-icons a.rss {
  border-color: #FF961B;
  color: #FF961B;
}

.footer-icons a.rss:hover {
  background-color: #FF961B;
  color: #fff;
}

/* Pingboard Styles */
/* These don't appear to be doing anything. Wordpress is clinging to a
 * previous version of this stylesheet for dear life—no amount of
 * purging caches via the WPE portal, from WPE support, or through
 * MaxCDN is having any effect. Hack in style overrides here instead:
 * https://pingboard.com/blog/wp-admin/customize.php?autofocus%5Bsection%5D=custom_css */
body.home .attachment-post-thumbnail {
  border-radius: 8px;
  margin-bottom: 2rem;
  height: auto;
}

.aligncenter {
  text-align: center;
}

img {
  height: auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}

img.alignright {
  float: right;
  display: block;
  margin: 0 0 10px 10px;
}

img.alignleft {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}

.article + .article {
  border-top: 2px solid #f2f2f2;
  margin-top: 4rem;
  padding-top: 4rem;
}

.article > .post-title:first-child {
  margin-top: 0;
}

.article time {
  opacity: 0.5;
  font-style: none;
}

.social-links {
  background-color: #E2F6FE;
  border-radius: 3px;
  list-style: none;
  margin: 1.5rem 0;
  overflow: hidden;
  padding: 2rem;
}

.social-links__item {
  float: left;
}

.social-links__item + .social-links__item {
  margin-left: 2rem;
}

/* The "Get tips in your inbox" section */
.field--collapsed .input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.field--collapsed .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
