/*

Theme Name:     vq24
Description:    
Author:         btsa
Template:       vq-basis
Version:        1.0.0

*/

@import url('fonts/MintGrotesk/stylesheet.css');

html {
    font-size: 14px;
}

.posts-list .wp_pub_base_work .work-authors 
{
    font-size: .875rem;
}

.work-products .list-group-item {
    background: transparent;
    padding: 0;
    margin-bottom: 1em;
}

article section.tabbed .tab-navi .nav-link.active,
article section.tabbed .tab-content
{
    background-color: rgba(255,255,255,0.7);
}

/* navi & btn styles */

.navbar-brand img {
    max-height: 4em;
}
.navbar-brand .page-name {
    font-size: inherit;
}

/* single work */

.single-wp_pub_base_work .work-authors,
.single-wp_pub_base_work .entry-subtitle {
    font-size: inherit;
    margin: .5em 0;
}

.single-wp_pub_base_work .tag-links {
    font-size: .8em;
    font-weight: 500;
}
.single-wp_pub_base_work .tag-links a {
    color: inherit;
}

.single-wp_pub_base_work .work-reviews blockquote p {
    font-size: 1rem;
}
.single-wp_pub_base_work .work-reviews blockquote cite {
    font-weight: 500;
}


/* archives */

.post-type-archive-wp_pub_base_author  section.tabbed .tab-navi .nav-link.active,
.post-type-archive-wp_pub_base_author  section.tabbed .tab-content
{
    background-color: #fff;
}

/* SM */

@media ( min-width: 576px ) {
    .wp_pub_base_work .work-products .product-grid .list-group-item
    {
        padding-left: .5em;
        padding-right: .5em;
    }
}
@media ( min-width: 768px ) {
    .w-slim,
    .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 54rem;
    
    }
}

@media ( min-width: 992px ) {
    html {
        font-size: 16px;
    }
    body.home .navbar-brand {
        order: 5;
    }
    body.home .navbar-brand img {
        max-height: 5.5em;
    }
}
@media (min-width: 1480px) {
  .wp_pub_base_work .entry-main .shop {
        margin-top: .3em;
  }
}
