/*
Theme Name: Understrap
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/

#wrapper-navbar, body #main-nav{
    background-color: rgba(20, 15, 30, 0.95) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

body{
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: rgba(255,255,255,.5);
    background: #000000;
    overflow-x: hidden;
}

#page{
    transform: translateY(0px);
    background: linear-gradient(140deg, #000 0%, #551d96 100%);
}

#page-wrapper{
    padding-top: 140px;
    min-height: 92vh;
}

#single-wrapper{
    padding-top: 140px;
    min-height: 92vh;
}

.entry-title{
    color: white;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
    text-align: left;
    background: linear-gradient(135deg, var(--text-light) 0%, var(--text-gray) 100%);  
}

.wp-block-latest-posts__post-title{
    padding-left: 15px;
    font-size: 22px;
    border-left: 1px solid #cac3ed;
}

.post-template-default.single .entry-content{
    margin-top: 25px;
    background: #140f1e;
    padding: 40px 32px;
    border-radius: 20px;
    border: 1px solid #6c26bd;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.wp-singular #main{
   /* background-color: rgba(20, 15, 30, 0.95); */
   /* border: 1px solid rgba(20, 15, 30, 0.95);
   box-shadow: 0px 0px 15px 0px rgba(255,255,255,.3); */
   padding: 20px;
   /* transform: translateY(0px); */
   /* background: linear-gradient(180deg, #000 0%, #140f1e 100%);
   border-radius: 10px; */
}

.wp-singular a{
   color: rgba(255,255,255,.5);
}

.wpcf7-form input{
    color: white !important;
    background-color: transparent !important;
}

.wpcf7-form textarea{
    color: white !important;
    background-color: transparent !important;
}

.wpcf7 .wpcf7-form-control{
    background-color: rgba(20, 15, 30, 0.95) !important;
   color: rgba(255,255,255,.5);
}