/* guns, dogs, and food styles */
.post ul {
    list-style-type: circle;
    list-style-position: inside;
    /*
    text-indent: -20px;
    margin-left: 20px; 
    */
}
 .post ul li { margin-bottom: 10px; }

 /* Search Results */
.search-results .blog-list-item h2 a {
    font-size: 75%;
    line-height: 0;
}

h2.search-result-item {
    margin: 8px 67px 0px 67px;
}
.meta {
    font-size: 65%;
    margin: 0 67px;
}

a.btn-more{
    margin-left: 67px;
}

.form-group.search-form {
    margin-right: 10px;
    border-style: solid;
    border-color: #90c959;
    border-width: 1px;
}

input.form-control, input.form-control:active, input.form-control:focus {
    border-style: none;
    padding-left: 3px;
    outline: none;
    padding-top: 3px;
    padding-bottom: 1px;
    line-height: inherit;
}

.link-button-div{
    width: 100%;
    padding: 15px;
}

a.link-button {
    font-size:15px;
    width: 100%;
    min-width: 300px;
    height:50px;
    border-width:1px;
    color:#fff;
    border-color:#18ab29;
    /* font-weight:bold; */
    border-top-left-radius:28px;
    border-top-right-radius:28px;
    border-bottom-left-radius:28px;
    border-bottom-right-radius:28px;
    /* text-shadow: 1px 1px 0px #2f6627; */
    background:rgba(52, 199, 89, 1);
    line-height: 100px;
    padding: 15px 25px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .link-button:hover {
    background: #5cbf2a
  }

  .post-tags {
    float: right;
  }