/*
Theme Name: cvgd
Theme URI:
Author: cv
Author URI: https://wp.cv.gd/
Description: cvgd theme
Requires at least: 6.0
Tested up to: 6.3.1
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cvgd
Tags:
*/

.home .wp-block-query {
    margin-top: 0;
}

.img-fixed figure {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.pos-relative {
    position: relative;
}

.post-title-in-img {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 45px;
    z-index: 2;
}
.post-title-in-img a {
    color: #fff !important;
    text-decoration: none;
    text-shadow: 2px 2px 8px #000;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.post-navigation-link-previous > a, .post-navigation-link-next > a {
    padding: 8px 16px;
    background-color: #1d2327;
    border-radius: 5px;
    font-weight: bolder;
    text-decoration: none;
    color: #c3c4c7;
    transition: color ease 0.5s, background-color ease 0.5s;
}

.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.post-navigation-link-previous > a:hover, .post-navigation-link-next > a:hover {
    background-color: black;
    color: #fff;
}

.wp-block-query-pagination .page-numbers.current {
    background-color: black;
    color: #fff;
}

.blog .wp-block-post-featured-image a {
    transition: filter ease 0.5s, box-shadow ease 0.5s;
}

.blog .wp-block-post-featured-image a:hover {
    box-shadow: #c3c4c7 0px 0px 8px 8px;
    filter: brightness(1.1);
}

.wp-block-video video {
    border-radius: 5px;
}