/*
Theme Name: Sharkani Theme
Theme URI: http://sharkani.sk
Description: Custom theme for https://sharkani.com/
Author: Sharkani - 2024
Author URI: https://sharkani.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: HTML5, CSS3, LESS, jQuery
Text Domain: Sharkani
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.pagination {
    display: inline-block;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination .current{
    color: #fff;
    background-color: #200b33;
    text-decoration: underline;
}
.pagin_blok {
    margin-top: 40px;
    padding: 20px;
    text-align: center;
}
.pagin_prevnext {
    margin-top: 40px;
    padding: 20px;
    text-align: center;
}
.prevnext {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}
.prevnext a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    font-size:60%;
}

.wpcf7 form.unaccepted .wpcf7-response-output {
    color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
    color:#46b450
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}