/*
Theme Name: Child of Twenty Seventeen
Theme URI: https://bsdsystems.com/
Template: twentyseventeen
Author: Eric Fox
Author URI: https://bsdsystems.com/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.1.1485710634
Updated: 2017-01-29 10:23:54

*/

/* Comment Bubble
 ==================*/
.entry-meta .comments-link {
  padding-right: 50px;
}
.entry-footer .comments-link {
  display: none;
}
.comments-link {
  float: right;
}
.comments-link a {
  background: url('images/comment-bubble.png') no-repeat scroll 0 0 #EEEEEE;
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  height: 36px;
  line-height: 35px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  width: 43px;
  border-bottom: 0px !important;
}
.comments-link:hover {
  text-decoration: none;
}
.comments-link a:hover, 
.comments-link a:focus, 
.comments-link a:active {
  background-color: #1982D1;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none !important;
}

.comments-link .leave-reply {
  visibility: hidden;
}


/* White Space Adjustement
 ===========================*/
h1, h2, h3, h4, h5, h6 {
  padding: 0 0 0 !important;
}
p {
  margin: 0 0 1em !important;
}
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
  padding-bottom: 2em !important;
}
.widget { padding-bottom: 2em !important }


/* Realign Bullets and Ordered Lists
 =====================================*/
ul { 
  list-style-position: outside !important; 
  margin-left: 15px !important;
  padding-left: 15px !important;
}
ol { 
  list-style-position: outside !important; 
  margin-left: 15px !important; 
  padding-left: 15px !important;
}
ul ul, ol ul { 
  list-style-position: outside !important; 
  margin-left: 15px !important;
}
ol ol, ul ol { 
  list-style-position: outside !important; 
  margin-left: 15px !important; 
}
ol li {
  padding-left: 10px !important;
}
ul li {
  padding-left: 10px !important;
}

