/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

.pagination-container {
    text-align: center;
}

.pagination-container .pagination {
    margin: 0;
}

.pagination-container .pagination .screen-reader-text {
    display: none;
}

.pagination-container .pagination .nav-links a {
    color: #484648;
    padding: 8px 16px;
    margin-left: -4px;
}

.pagination-container .pagination .nav-links a:hover:not(.current) {
    background-color: #ddd;
    text-decoration: none;
}

.pagination-container .pagination .nav-links .current {
    font-weight: bold;
    background-color: #ff86ce;
    color: white;
    padding: 8px 16px;
    margin-left: -4px;
}

.article-hentry {
    display: table;
    width: 100%;
}

.article-row{
    display: table-row;
}

.article-thumb {
    width: 194px !important;
    padding-right: 15px;
    display: table-cell;
    padding-top: 10px;
}

.article-body {
    margin-top: 0;
    text-align: justify;
    display: table-cell;
    vertical-align: top;
}

.article-body.promotion {
    width: 100%;
}

.article-body > div {
      width: 100%;
      display: table;
      table-layout: fixed;
  }

.article-body  img {
    max-width: 100%;
}

.article-body > .post-date {
    font-style: italic;
}

.row.documents .col-xs-2 {
    white-space: nowrap;
    text-align: center;
}

.row.documents img.pdf {
    height: 64px !important;
    width: 64px;
    box-shadow: none;
    border: none;
}
