/*
Theme Name: Flen
Theme URI: https://themeforest.net/
Author: Tavonline
Author URI: https://tavonline.co
Description: Flen is a Wordpress theme that for portfolio websites.
Version: 1.2
Tested up to: 6.7.2
Requires PHP: 5.6
License: GPL-2.0+
License: All rights reserved.
License URI: https://tavonline.co
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: flen

Copyright: 2025 tavonline. All Rights Reserved.
*/



/* PAGINATION */

.blog-navigation {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    text-align: center;
}

.blog-navigation .blog-numbers{
    float: left;
    font-size: 40px;
    font-weight: 400;
}

.blog-navigation .blog-prev{
    float: left;
    padding-top: 15px;
    padding-right: 45px;
}

.blog-navigation .blog-prev i, .blog-navigation .blog-next i{
    color: #fff;
    font-size: 12px;
}

.blog-navigation .blog-prev.passive i, .blog-navigation .blog-next.passive i{
    color: #787878;
}


.blog-navigation .blog-next{
    float: left;
    padding-top: 15px;
    padding-left: 45px;
    color: #fff;
}


.blog-numbers .blog-active {
    float: left;
    padding-right: 90px;
    margin-right: 30px;
    position: relative;
    color: #fff;
}

.blog-numbers .blog-active:after{
    content: '';
    width: 60px;
    height: 1px;
    background: rgb(80, 80, 80);
    position: absolute;
    right: 0;
    top: 23px;
}

.blog-numbers .blog-total {
    float: left;
    color: #ffffff7b;
}

.post-image {
    margin-bottom: 40px;
    display: block;
    height: auto;
    width: 100%;
    position: relative;
}

.post-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
}

.single-news li a{
    color: #fff;
    opacity: .5;
}

.single-news li{
    color: #fff;
    font-weight: 400;
    line-height: 175%;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    color: #fff;
    line-height: 175%;
}



table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

th,  td {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    opacity: 1 !important;
    text-align: left;
    color: #ababab;
}

dl, dd {
    margin-bottom: 24px;
    display: inline-block;
    margin-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #ababab;
    margin-top: 0;
}

dt{
    color: #fff;
    font-weight: 600;
}

address {
    font-style: italic;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
}

figcaption{
    color: #fff;
}