/*
Theme Name: vandorviadal
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: vandorviadal
Tags: 
*/

.header-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}
.relative {
    position: relative;
}
.w-full {
    width: 100%;
}
.m-0 {
    margin: 0 !important;
}
.hero-bg {
    position: relative;
    background-color: rgba(0, 0, 0, .2);
    min-height: 45vh;
}
.hero-bg .wp-block-post-featured-image img,
.hero-bg .wp-block-post-featured-image picture {
    height: 45vh;
    object-fit: cover;
}
.absolute-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.aspect-1 {
    aspect-ratio: 1;
    object-fit: cover;
}
.absolute-overlay .wp-block-post-title,
.hero-title {
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .95);
}
.absolute-overlay .wp-block-post-title::before,
.hero-title::before,
.line-over::before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: calc(50% - 35px);
    height: 3px;
    width: 70px;
    background-color: var(--wp--preset--color--accent-1);
}
.line-over::before {
    top: 0;
    background-color: var(--wp--preset--color--accent-4);
}
body.single-post .absolute-overlay .wp-block-post-title::before {
    background-color: var(--wp--preset--color--base);
}
.line-over {
    position: absolute;
    left: 50%;
    transform-origin: center;
    transform: translateX(-50%);
    background: var(--wp--preset--color--base);
    top: -45px;
    padding: 20px 40px;
}
.line-under,
.is-style-text-display {
    position: relative;
    margin-inline: auto;
}
.line-under::after,
.is-style-text-display::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--wp--preset--color--accent-1);
}
.overlay-icon-cover {
    position: relative;
    width: 100%;
}
.overlay-icon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    max-width: 43%;
}
a.no-underline {
    text-decoration: none;
}
.wp-block-table.is-style-stripes thead tr {
    font-weight: 900;
    color: var(--wp--preset--color--accent-2);
}
.wp-block-table td {
    padding: .25em;
}
.color-loop-title .wp-block-post:nth-child(5n+1) .wp-block-post-title {
    background-color: var(--wp--preset--color--accent-6) !important;
}
.color-loop-title .wp-block-post:nth-child(5n+2) .wp-block-post-title {
    background-color: var(--wp--preset--color--accent-1) !important;
}
.color-loop-title .wp-block-post:nth-child(5n+3) .wp-block-post-title {
    background-color: var(--wp--preset--color--accent-2) !important;
}
.color-loop-title .wp-block-post:nth-child(5n+4) .wp-block-post-title {
    background-color: var(--wp--preset--color--accent-4) !important;
}
.color-loop-title .wp-block-post:nth-child(5n+5) .wp-block-post-title {
    background-color: var(--wp--preset--color--accent-3) !important;
}
.color-loop-title .wp-block-post-title {
    transition: transform .15s;
}
.color-loop-title .wp-block-post a:hover .wp-block-post-title,
.color-loop-title .wp-block-post:focus-within .wp-block-post-title {
    transform: translate(.5em, -0.5em);
}
.no-underline.wp-block-tiptip-hyperlink-group-block:hover {
    color: var(--wp--preset--color--contrast);
}
@keyframes bounceArrowDown {
    0%,to {
        transform: translateY(0);
    }

    60% {
        transform: translateY(20px);
    }
}
.skip-arrow-btn {
    width: 40px;
    position: relative;
    bottom: -8vh;
    animation: bounceArrowDown 2s infinite;
}
.skip-arrow-btn .wp-block-image {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: var(--wp--preset--color--accent-1);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}