/*
 Theme Name:   GeneratePress (Biarri Overrides)
 Theme URI:    https://generatepress.com
 Description:  Biarri overrides for GeneratePress
 Author:       Biarri
 Author URI:   https://biarri.com
 Template:     generatepress
 Version:      0.1
*/

/* Allows for overlay of header */

:root {
    --biarri-red: #e62b2b;
}

.site-header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.footer-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.type-biarri_industry .featured-image {
    display: none;
}

.main-navigation .main-nav ul li a {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
}

li.current-menu-item a {
    font-weight: bold;
}

div.footer-widget-1 {
    flex: 0 1;
    margin-right: 10%;
}

.widget.widget_nav_menu a {
    text-decoration: none;
}

/* Forms Styles */ 

body .gform-body .gfield input, body .gform-body .gfield textarea {
    --gform-theme-local-font-size: 18px;
    --gform-theme-local-box-shadow: unset;
}

body .gform-body .gfield textarea {
    min-height: 20px;
}

body .gform-body .gfield input::placeholder, body .gform-body .gfield textarea::placeholder {
    color: #777;
}

body .gform-theme--foundation .gform_fields {
    --gform-theme-form-row-gap: 20px;
}

.one-container .site-content {
    padding-top: 0;
}

.gb-block-is-current:after {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 3px var(--biarri-red) solid;
    content: '';
}

@font-face {
    font-family: Violet Sans;
    src: url(/wp-content/themes/generatepress_child/VioletSans-Regular.otf);
    font-weight: normal;
}

.timeline-marker::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    height: 8.1em;
    background: #a5a5a5;
    left: 6.5px;
    top: -4.6em;
}

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0;
}
