/*
Theme Name: BSide Custom Theme
Text Domain: Ethan Wester
Version: 1.0
Description: Theme for BSide Indie Music Cafe
Tags: top-nav, responsive
Author: Ethan Wester
Author URI: westerwebdev.com
*/
:root {
    --orange-dark: #ac5b4c; /* Burnt Chorus Orange */
    --orange-light: #d3884f; /* Tangerine Fade */
    --golden-brown: #a77839; /* Golden Cymbal */
    --cream: #e9dec8; /* Latte Cream */
    --honey: #e3b553; /* High Note Honey */
    --brown-dark: #484230; /* Mahogany Melody */
    --forest-dark: #17201c; /* Deep Forest */
    --lime-dark: #aa9c4a; /* Limelight */
    --green-muted: #547a4b; /* Green Groove */
    --blue-dark: #243645; /* Midnight Session Blue */
    --blue-muted: #4d6c86; /* Blue Note */
    --purple-dark: #453241; /* Velvet Vinyl */
    --velour: #79435e; /* Vintage Velour */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
::placeholder {
    color: red;
    opacity: 1; /* Firefox */
}
// <uniquifier > : Use a unique and descriptive class name
// <weight > : Use a value from 100 to 900

.archivo-<uniquifier > {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
html {
    line-height: 1.15;
}

body {
    background-color: var(--cream);
    font-family: archivo;
    
    /*overflow-x: hidden;*/
}

a {
    /*color: var(--pink);*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--orange);
    font-weight: bold;
}

.btn {
    font-weight: bold;
    padding: .375rem 1rem;
    height: 2.75rem;
    transition: all 0.4s ease-in-out;
}


    .btn:focus,
    .btn.focus {
        box-shadow: none !important;
    }

.btn-primary {
    color: #fff;
}

.form-control {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 2.75rem;
    border-color: var(--light);
}

.theme-bg-light {
    background: var(--light) !important;
}

.theme-bg-dark {
    background: var(--forest-dark) !important;
}
/**************************************************************************
*
*              HEADER AND NAV
*
**************************************************************************/

.header {
    /*position: fixed;
left: 0;
top: 0;*/
    /*height: 100vh;*/
    /*width: var(--sidebar-width);*/
    /*background: var(--primary);*/
    /*color: #fff;*/
    height: 200px;
    background-color: #ffffff00!important; /* For browsers that do not support gradients */
    /*background-image: linear-gradient(black, black,transparent);*/
    padding-bottom:0px;
    margin-bottom:0px;
}

    .header .site-title {
        /*color: var(--white);*/
        font-size: 1.2em;
        display: block;
    }

    .header .btn-primary {
        background: rgba(0, 0, 0, 0.3);
        border-color: transparent;
        font-size: 1rem;
        padding-top: 0.5rem;
    }

        .header .btn-primary:hover {
            background: red;
            border-color: transparent;
        }

    .nav-link {
        color: var(--cream);
    }
    /*TODO maybe change to white backdrop with blue text???*/
    .dropdown-menu{
        background-color: #333132;
    }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28233, 222, 200, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}

.navbar-toggler {
    border: 0px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #EBE9E9!important;
}
.nav-link:focus, .nav-link:hover {
    color: #EBE9E9 !important;
}
.navbar {
    padding-bottom:15px;
    padding-top: 15px;
    background-color: var(--forest-dark);
}
.down-wave {
    --mask: radial-gradient(5.22px at 50% calc(100% - 6.5px),#000 99%,#0000 101%) calc(50% - 10px) 0/20px 100%, radial-gradient(5.22px at 50% calc(100% + 1.5px),#0000 99%,#000 101%) 50% calc(100% - 5px)/20px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.up-wave {
    --mask: radial-gradient(5.38px at 50% 6.52px,#000 99%,#0000 101%) calc(50% - 10.44px) 0/20.88px 100%, radial-gradient(5.38px at 50% -1.3px,#0000 99%,#000 101%) 50% 5.22px/20.88px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}


/***********************************************************************************
*
*   FRONT PAGE
*
************************************************************************************/
.vidtest {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .vidtest video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }


.vidtest .container {
    position: relative;
    z-index: 2;
}

.vidtest .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    object-fit:scale-down;
    max-width:100%;
}
/******************************************************************
*
*            REMOVING BOOTSTRAP PADDING
*
********************************************************************/


/************************************************************************************/
.fullscreen-section {
    height: 100vh; /* Fullscreen height */
    width: 100%; /* Fullscreen width */
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative; /* Required for absolute elements inside */
}

    .fullscreen-section > * {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center content */
        text-align: center;
    }


.logo {
    float: left;
    margin: 0;
    width: 78px;
}

.social-list a {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

    .social-list a:hover {
        color: var(--blue-muted);
        background-color: rgba(255, 255, 255, 0.8)
    }

.main-wrapper {
    /*margin-left: var(--sidebar-width);*/

    background: #fff;
    max-width: 100%;
}

    .main-wrapper .container {
        /*max-width: var(--content-max-width);*/
        max-width: 100%;
    }

.page-title {
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: all .2s;
}

.sticky {
    padding: 1em 0 !important;
}

.page-title .heading {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

.footer {
    background-color: var(--cream);
}

    .footer a {
        color: #fff
    }

.gradient {
    background: var(--cream);
}
/*************************************************
 *
 *                   CONTENT
 *
 *************************************************/
.container {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.gb-headline .gb-headline-429f9ded .text-decoration-none .gb-headline-text {
    text-decoration: none!important;
}
.wp-block-button__link {
    border-radius: 0px !important;
}
.content .post .title {
    font-size: 1.275rem
}

    .content .post .title a {
        color: var(--forest-dark)
    }

        .content .post .title a:hover {
            color: var(--forest-dark)
        }

.content .post .post-thumb {
    max-width: 160px;
    border-radius: 2px
}

.content .post .intro {
    font-size: 0.875rem
}

.content .post .more-link {
    font-size: var(--font-small);
}
/***************META************************/
.meta {
    color: #8f8f8f;

}

    .meta span {
        display: inline-block;
        margin-right: .25em;
    }

        .meta span a {
            color: #8f8f8f
        }

        .meta span.tag {
            background-color: var(--forest-dark);
            padding: 0 .5em;
            border-radius: 5px;
        }

        .meta span a:hover {
            color: var(--golden-brown)
        }



        .meta span:last-child:after {
            display: none
        }
/***************BLOG***********************/
.blog-nav a {
    background: var(--primary);
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    font-weight: bold;
    position: relative
}

    .blog-nav a:hover {
        background: var(--secondary);
    }

.blog-nav .nav-link-prev {
    border-right: 1px solid var(--secondary);
}

.blog-nav .arrow-prev {
    position: absolute;
    left: 1rem;
    top: 1.25rem;
    color: #fff
}

.blog-nav .arrow-next {
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    color: #fff
}

.content .title {
    font-weight: bold;
    font-size: 2rem
}

.content .content-body p,
.content .content-body li {
    font-size: 1.125rem;
    line-height: 1.6
}

.content .content-body h1 {
    font-size: 2.125rem
}

.content .content-body h2 {
    font-size: 2rem
}

.content .content-body h3 {
    font-size: 1.75rem
}

.content .content-body h4 {
    font-size: 1.5rem
}

.content .content-body h5 {
    font-size: 1.25rem
}

.content .content-body h6 {
    font-size: 1.125rem
}

.content .image-caption {
    color: #8f8f8f;
    font-size: 0.875rem
}

    .content .image-caption a {
        color: #8f8f8f;
        text-decoration: underline
    }

        .content .image-caption a:hover {
            color: var(--golden-brown)
        }

.content .blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    border-left: 2px solid var(--forest-dark);
    font-size: 1.5rem
}

    .content .blockquote p {
        font-size: 1.5rem
    }
/**************************************************************************
    Media info
**************************************************************************/
/*@media (prefers-reduced-motion: reduce) {
    .social-list a {
        transition: none
    }

    .btn {
        transition: none
    }
}

@media (min-width: 768px) {
}

@media (max-width: 991.98px) {
    .page-title {
        position: static;
    }

    .header {
        position: sticky;
        width: inherit;
        height: auto
    }

        .header .site-title {
            width: 100%;
            position: absolute;
            left: 0;
            top: 1.2rem;
            color: var(--white);
            font-size: 1.5em;
            display: block;
        }

        .header .btn-primary {
            width: 100%
        }

        .header .navbar {
            padding: 1rem
        }

    .main-wrapper {
        margin-left: 0
    }
}

@media (max-width: 767.98px) {
}



/* -------------------------------------------------------------------------- */
/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
    margin-top: 3rem;
}

.comment-reply-title {
    margin: 0 0 4rem 0;
    text-align: center;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
    padding-top: 3.5rem;
}

div.comment:first-of-type {
    margin-top: 3.5rem;
    padding-top: 0;
}

.comments .comments-header + div {
    margin-top: 0;
    padding-top: 0;
}

.comment-body {
    position: relative;
}

.comment .comment {
    padding-left: 5%;
}

.comment-meta {
    line-height: 1.1;
    margin-bottom: 0;
    min-height: 5rem;
    padding-left: 5rem;
    position: relative;
}

.hide-avatars .comment-meta {
    min-height: 0;
    padding-left: 0;
}

.comment-meta a {
    color: inherit;
}

.comment-author {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.027777778em;
}

    .comment-author a {
        text-decoration: underline;
    }

        .comment-author a:hover,
        .comment-author a:focus {
            text-decoration: none;
        }

.comment-meta .avatar {
    height: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
}

.comment-author .url {
    text-decoration: underline;
}

.comment-metadata {
    color: var(--forest-dark);
    font-size: var(--font-small);
    font-weight: 500;
    margin-top: 0.6rem;
}

    .comment-metadata a {
        text-decoration: none;
    }

        .comment-metadata a:focus,
        .comment-metadata a:hover {
            text-decoration: underline;
        }


/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
    background-color: var(--lightgray);
    padding: .5em;
}

.comment-content.entry-content .alignleft {
    /*rtl:ignore
    margin-left: 0;
}

.comment-content.entry-content .alignright {
    /*rtl:ignore
    margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-small);
    font-weight: 600;
    justify-content: flex-start;
    letter-spacing: 0.030833333em;
    line-height: 1;
    margin: 1.5rem 0 -1rem -1.5rem;
    text-transform: uppercase;
}

    .comment-footer-meta > * {
        margin: 0 0 1rem 1.5rem;
    }

.comment-reply-link {
    background-color: var(--primary);
    border-radius: 2px;
    color: #fff;
    display: block;
    padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
    display: block;
}

.comment-footer-meta a {
    text-decoration: none;
}

    .comment-footer-meta a:focus,
    .comment-footer-meta a:hover {
        text-decoration: underline;
    }


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
    padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6rem;
    text-align: center;
}

    .comments-pagination.only-next {
        justify-content: flex-end;
    }

    .comments-pagination .page-numbers {
        display: none;
        text-decoration: none;
    }

        .comments-pagination .page-numbers:focus,
        .comments-pagination .page-numbers:hover {
            text-decoration: underline;
        }

    .comments-pagination .prev,
    .comments-pagination .next {
        display: block;
    }

    .comments-pagination .prev {
        left: 0;
    }

    .comments-pagination .next {
        right: 0;
        text-align: right;
    }


/* Comment Respond ---------------------------- */

.comment-respond::after {
    clear: both;
    content: "";
    display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
    color: #6d6d6d;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: -3rem 0 4rem 0;
    text-align: center;
}

    .comment-respond .comment-notes a,
    .comment-respond .logged-in-as a {
        color: inherit;
        text-decoration: none;
    }

        .comment-respond .comment-notes a:focus,
        .comment-respond .comment-notes a:hover,
        .comment-respond .logged-in-as a:focus,
        .comment-respond .logged-in-as a:hover {
            text-decoration: underline;
        }

.comment-respond p {
    line-height: 1.1;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

    .comment-respond p:not(.comment-notes) {
        max-width: 58rem;
    }

.comment-form-cookies-consent {
    align-items: baseline;
    display: flex;
}

.comment-respond > p:last-of-type {
    margin-bottom: 0;
}

.comment-respond label {
    display: block;
}

.comment-respond input[type="checkbox"] + label {
    font-size: 1.5rem;
    line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    margin-bottom: 0;
}

.comment-respond textarea {
    height: 15rem;
}

.comment-respond #submit {
    display: block;
}

.comment-respond .comments-closed {
    text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
    padding: 3rem 0 0;
}

    .comments .comment-respond .comment-reply-title,
    .comments .comment-respond .comment-notes,
    .comments .comment-respond .logged-in-as {
        text-align: left;
    }

.comment-reply-title small {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.0277em;
    margin: 0.5rem 0 0 0;
    white-space: nowrap;
}

    .comment-reply-title small a {
        text-decoration: none;
    }

        .comment-reply-title small a:focus,
        .comment-reply-title small a:hover {
            text-decoration: underline;
        }


