/*
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%;
}
.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;
}
.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);
}
.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%;
}