@font-face {
    font-family: "Roboto Condensed";
    src: url("/wp-content/themes/tmy/fonts/RobotoCondensed-Regular.woff2")   /* will be preloaded */
    format("woff2"),
    url("/wp-content/themes/tmy/fonts/RobotoCondensed-Regular.woff")
    format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("/wp-content/themes/tmy/fonts/RobotoCondensed-Bold.woff2")   /* will be preloaded */
    format("woff2"),
    url("/wp-content/themes/tmy/fonts/RobotoCondensed-Bold.woff")
    format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("/wp-content/themes/tmy/fonts/RobotoCondensed-Light.woff2")   /* will be preloaded */
    format("woff2"),
    url("/wp-content/themes/tmy/fonts/RobotoCondensed-Light.woff")
    format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Freestyle Script";
    src: url("/wp-content/themes/tmy/fonts/FreestyleScriptStd-Bold.woff2")   /* will be preloaded */
    format("woff2"),
    url("/wp-content/themes/tmy/fonts/FreestyleScriptStd-Bold.woff")
    format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Roboto Condensed', sans-serif;
}


.special-font-2x {
    font-family: "Freestyle Script", sans-serif;
    font-size: 2em;
}

.special-font-05x {
    font-family: "Freestyle Script", sans-serif;
    font-size: 1.5em;
}



.top_banner {
    min-height: 40vh;
    min-width: 100%;
    background-position: center !important;
    background-size: cover !important;
}

body, a.nav-link, a.dropdown-item{
    color: var(--text)!important;
}
a.dropdown-item:hover{
    color: var(--secondary)!important;
    background-color: var(--main) !important;
}
.dropdown-menu{
    background-color: var(--main);
}
.dropdown-item.active, .dropdown-item:active {
    color: #870424 !important;
    background-color: transparent;
}
a.dropdown-item:hover {
    color: #870424 !important;
}
a.nav-link {
    font-size: 1.2em;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
a.nav-link:hover{
    color: #870424 !important;
}
a.nav-link.active {
    color: #870424 !important;
}

#header, footer{
    background-color: var(--main) !important;
}

#main {
    background-color: var(--secondary)!important;
}
.navbar-brand img {
    height: 150px;
    position: absolute;
}

.navbar-toggler{
    border: none;
    box-shadow: none!important;
}
.close-btn-offc{
    background: none;
    border: none;
}

.beer-header{
    height: 25vh!important;
    background-position: center;
    background-size: cover;
    color: white;
    max-width: 100% !important;
    margin: 0!important;
}
.beer-img{
    max-height: 70vh!important;
    width: auto;
    max-width: 70vw!important;
}

span.title,  span.next-title{
    color: black !important;
    font-size: x-large;
}
span.arrow, span.next-arrow{
    color: black !important;
    font-weight: 300;
}

.previous-post:hover span.title, .previous-post:hover span.arrow{
    color: grey!important;
}
.previous-post:hover .prev-img{
    opacity: 0.8;
}
.next-post:hover span.next-title, .next-post:hover span.next-arrow{
    color: grey!important;
}
.next-post:hover .next-img{
    opacity: 0.8;
}



.special-underline {
    position: relative;
    z-index: 0;
    display: inline-block;
}

.special-underline::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: calc(100% + 10px);
    height: 14px;
    transform: skew(-12deg) translateX(-50%);
    background: #b1b1b1;
    z-index: -1;
}

.product-icon {
    position: absolute;
}

#footer .menu.nav {
    font-size: 0.85em;
}

/*
*
Post Navigation Styles
 */
.tmy-nav-img {
    background-size: cover;
    background-position: center;
    height: 150px!important;
    width: 150px!important;
}

/*
*Responsive Header
*/

#tmy-nav-img, a.nav-link, #main{
    transition: all 0.3s ease-in-out!important;
}
#tmy-nav-img.smaller{
    height: 60px!important;
}
#tmy_header.smaller a.nav-link{
    font-size: 1em!important;
}


@media only screen and (max-width: 992px){
    .navbar-brand img {
        height: 100px;
    }
    a.dropdown-item{
        color: var(--text)!important;
    }
    a.nav-link.active{
         color: #d5bd99 !important;
    }
    .navbar-nav .dropdown-menu {
        text-align: center;
    }
    .offcanvas-body .navbar-nav {
        margin-top: 70px;
    }

    .hero {
        min-height: 45vh !important;
    }


}