/*
Theme Name: REVEILDALGERIE
Theme URI: https://reveildalgerie.dz/FR
Author: CIRTA AGENCY
Author URI: https://cirta-agency.co.uk
Description: 
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reveildalgerie
Tags: 
*/

.treding-post-news {
  padding: 20px 30px;
}

.post-gallery-style-2 .post-gallery-thumb {
  max-width: 100px;
}

.post-gallery-style-2 .post-gallery-thumb img {
  min-height: 69px;
}

.gallery_item_thumb {
  max-width: 100px;
}

.gallery_item_thumb img {
  min-height: 69px;
}

.feature-news-item .feature-news-thumb img {
  min-height: 242px;
  object-fit: fill;
}

.finance-item .finance-thumb {
  max-height: 236px;
}

.finance-content p {
  margin: 0;
}

.header-area.header-style-2
  .header-menubar
  .header-menu-style-2
  .stellarnav.light
  li
  > a {
  text-transform: uppercase;
}


.page-item.active .page-link {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    border: 0;
    font-size: 24px;
    font-weight: 500;
    margin-right: 5px;
}

.page-link.dots {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    border: 0;
    font-size: 24px;
    font-weight: 500;
    margin-right: 5px;
    background: rgba(23, 34, 43, 0.1);
    color: #17222B;
}

.trending-news-item .trending-news-thumb img {
    min-height: 250px;
    object-fit: cover;
}

img {
    border-radius: 8px;
}

.feature-news-thumb img {
    border-radius: 0px;
}

.opinion-post-thumb img {
    min-height: 250px;
}

.text-limited {
    display: -webkit-box;        
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  
    overflow: hidden;       
    text-overflow: ellipsis;
    white-space: normal;   
    width: 100%;           
    box-sizing: border-box;
}