/*
Theme Name:  Necktie
Theme URI:   https://sixteenbit.com
Description: Theme commissioned for Monday Night Brewing
Author:      Sixteenbit
Author URI:  https://sixteenbit.com
Version:     2.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: necktie
Tags: two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.beer-image {
    position: relative;
}

.retired-beer {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10;
}

.retired-beer a {
    display: block;
    font-family: "Oswald", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.4;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.retired-beer span {
    display: block;
    font-size: 21px;
}

.post-type-archive-beers .retired-beer a {
    font-size: 24px;
}

.post-type-archive-beers .retired-beer span {
    font-size: 14px;
}

.instagram-pics {
    list-style: none;
    margin-left: 0;
}

.instagram-pics a {
    display: block;
}

.null-instagram-feed {
    padding: 5px !important;
}

.newsletter-form {
    background-color: #111;
    padding: 60px 0;
    margin-top: 40px;
}

#search-box .search-input {
    margin: 0;
    background: none;
    border: 0;
    font-size: 28px;
}

#front-page-top .widget-title {
    margin-top: 0.2rem;
}

/* Special Beer Pouring */
@media only screen and (min-width: 40.063em) {
    .featured-beer {
        margin-top: 2.25rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 1.25rem;
        /*text-align: center;*/
    }
}

/*.featured-beer .featured-details {*/
    /*position: absolute;*/
    /*bottom: 1.25rem;*/
    /*left: 1.25rem;*/
/*}*/

.featured-beer .featured-abv {
    margin-bottom: 0 !important;
}