﻿/*
 Theme Name:     WP Lubika
 Description:    Theme for Lubika
 Author:         R&G PLUS Sp. z.o.o.
 Version:        2.0.3
 Text Domain:    wp-lublin
*/

@import url("assets/css/fonts.css");
@import url("assets/css/main.min.css");

/****************************************
*** Theme customization starts below ***
*****************************************/

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

article.hentry {
    margin-bottom: 15px;
}

.entry-header {
    font-size: 80%;
    /*padding: 5px;*/
    margin-bottom: 10px;
}

.entry-header .entry-title {
    margin-bottom: 0;
}

.entry-header .entry-meta {
    color: #9a9a9a;
}

.has-post-thumbnail .post-thumbnail {
    margin-bottom: 15px;
}

.entry-footer {
    color: #9a9a9a;
    font-size: 80%;
    padding: 5px;
    border-bottom: 5px solid #ddd;
    margin-bottom: 2rem;
}

.entry-summary {
    padding-top: 5px;
    padding-bottom: 5px;
}

section.widget {
    margin-bottom: 5px;
}

section.widget .widget-title {
    margin-bottom: 0;
}

section.widget .nav-link {
    padding: .25rem 1rem;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-links .nav-previous a,
.nav-links .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    text-decoration: none;
    border: none;
    border-radius: 3px;
    color: var(--white);
    background-color: var(--primary);
    display: inline-block;
    padding: .313rem .875rem;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    color: var(--white);
    background-color: var(--gray);
}

.nav-links .nav-previous a::before,
.post-navigation .nav-previous a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f359  ";
}

.nav-links .nav-next a::after,
.post-navigation .nav-next a::after {
    font-family: "Font Awesome 5 Free";
    content: " \f35a";
}