/*
Theme Name: altro
Theme URI: https://kh71.com
Author: KH71
Author URI: https://kh71.com/
Description:
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 0.0.4
License: GNU General Public License v2 or later
License URI: http://postnews.media
Text Domain: postnews.media
Tags:
*/

@import "css/bootstrap.min.css";
@import "css/style.css?v=1";
@import "css/responsive.css";
@import "css/brands.min.css";
@import "css/owl.carousel.min.css";
@import "css/owl.theme.default.min.css";
@import "css/colorbox.css";

.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9;
}

.category_badge {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 15px;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  height: 20px;
  border-radius: 4px;
  line-height: 20px;
  display: inline-block;
}

.category_badge span {
  padding: 5px;
  margin: 5px;
}

.line3 a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
