/*

 Theme Name:   Otto Portland Storefront

 Theme URI:    https://ottoportland.custom4.breweryfulfillment.com/

 Description:  Otto Portland Storefront

 Author:       Branden Clauson

 Author URI:    https://ottoportland.custom4.breweryfulfillment.com/

 Template:     storefront

 Version:      1.3.2

*/

 

@import url("../storefront/style.css");



/************** 
    GENERAL
**************/

:root {
    --secondary-color: #ad172b;
    --font-header: 'roboto-condensed';
}

html,body {
    font-size: 16px;
    color: #000;
    font-family: var(--font-header), sans-serif;
    /* text-transform: uppercase; */
}

.storefront-product-pagination {
    display: none;
}

.home h1.entry-title {
    display: none;
}

.home h2.wp-block-heading {
    font-size: 32px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    text-align: center;
}


/* all banners */

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #ad172b!important;
}


.cart_totals h2,
.entry-title,
.product_title,
.related.products h2,
.page-title,
#order_review_heading,
.page-description h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields span,
.wc-block-grid__product-title,
.onsale,
.wc-block-grid__product-price .woocommerce-Price-amount,
.products .woocommerce-Price-amount,
.woocommerce-loop-product__title {
    color: #000;
}

.shop_table,
.woocommerce-cart-form {
    color: #000;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: none!important;
}

@media (min-width: 768px) {

    .site-header .main-navigation ul.menu,.site-header .main-navigation ul.nav-menu {
        
        text-align: right;
    }
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    font-family: 'rosewood-std-fill';
    transition: color .25s cubic-bezier(.17,.84,.44,1);
}
.main-navigation ul.menu>li>a:hover, .main-navigation ul.nav-menu>li>a:hover {
    
    color: #ad172b
}



.button,
button.alt,
.widget a.button.checkout,
.button.checkout,
button.alt:hover,
.button.alt,
.button:hover,
.button.alt:hover,
.add_to_cart_button,
.widget a.button.checkout:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover  {
    background-color: var(--secondary-color);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-header), serif;
}

.button:hover,
.widget a.button.checkout:hover,
.button.alt:hover,
button.alt:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
    color: #000;
}

.woocommerce-additional-fields {
    display: none !important;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    color: #000;
}

.entry-title,
.woocommerce-products-header__title.page-title {
    text-transform: uppercase;
}

.page-description h2 {
    text-transform: uppercase;
    border-bottom: 2px solid #000;
}
.col-full {max-width: 1200px;}

.product_meta {
    display: none;
}
.woocommerce-tabs {
    display: none;
}

h1.entry-title {
    text-align: center;
}

.entry-content ul {
    margin-left: 0;
}


/*************** 
    HEADER
***************/

body:not(.logged-in) .menu-item-493 {
    display: none;
}

@media (min-width: 768px) {
    


    .site-header-cart .cart-contents span.count {
        opacity: 1;
    }
    
    
}

.site-header {
    background-color: #fff;
}

.site-header .site-branding {
    display: none;
}



#page {
    margin-left: 200px;
}

.left-header {
    position: fixed;
    width: 200px;
    height: 100%;
    left: 0;
    background-color: #000;
}

.left-header a {
    color: #fff;
}

.left-logo {
    margin: 56px auto 32px;
}

.left-logo img {
    margin: auto;
    width: 155px;
}

.left-nav ul {
    list-style: none;
    text-align: center;
    margin-left: 0;
}

.left-nav ul a {
    display: block;
    font-family: rosewood-std-fill;
    font-size: 1.0625rem;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 3px;
	transition: color .25s cubic-bezier(.17,.84,.44,1)
}

.left-nav ul a:hover {
	color: #ad172b
}
.order-online {
    text-align: center;
    margin: 38px 10px;
	
}

.order-online g {
	fill: #fff;
    transition: fill .25s cubic-bezier(.17,.84,.44,1);
}
.order-online a {
    text-transform: uppercase;
    font-family: rosewood-std-fill;
    font-size: 1.0625rem;
	
	transition: .25s cubic-bezier(.17,.84,.44,1)
}
.order-online a:hover,
.order-online a:hover g {
	color: #ad172b;
	fill: #ad273b;
}

.order-online svg {
    display: block;
    margin: auto;
}

.hiring {
    display: block;
    margin-top: 80%;
}

.hiring img {
    margin-left: auto;
    margin-right: auto;
	transition: transform .1s cubic-bezier(.17,.84,.44,1);
}

.hiring a:hover img {
	transform: scale(1.1,1.1);
}

.left-socials path {
	fill: #fff;
	transition: fill .25s cubic-bezier(.17,.84,.44,1);
}

.left-socials a:hover path {
	fill: #ad172b;
}



.left-socials ul{
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    
}
.left-links {
    text-align: center;
    
}

.left-links ul {
    margin-left: 0;
}
.left-links a {
    font-family: Roboto Condensed;
    font-size: .8125rem;
	transition: color .25s cubic-bezier(.17,.84,.44,1);
}

.left-links a:hover {
	color: #ad172b;
}




/******************
    SHOP-ALL PAGE
*******************/
.wc-block-grid__products {
    justify-content: center;
}
.landingwrap {text-align: center;}
.landingwrap figure {max-width: 48%; position: relative; vertical-align: top; display: inline-block; padding: 12px 10px;}
.landingwrap figcaption {
	position: absolute; 
	left: 0; 
	right: 0; 
	top: 45%; 
	color: #fff; 
	font-size: 40px;
	text-shadow: 3px 3px 5px #000;
    text-transform: uppercase;
	}






/******************* 
    CATEGORY PAGE
*******************/
.storefront-sorting {
    display: none;
}

.tax-product_cat .products.columns-3 .button.add_to_cart_button {
    display: none;
}

/******************* 
    PRODUCT PAGE
*******************/
.related.products .products.columns-3 .button.add_to_cart_button {
    display: none;
}
/************************ 
    CART/CHECKOUT PAGES
************************/
.woocommerce-order,
.woocommerce-order .order_details,
.woocommerce-order-details h2,
.woocommerce-order-details .order_details {
    
}
/*************** 
    FOOTER
***************/



footer {background-color: #625F61; color: #fff; font-family: var(--font-header);}

.site-footer {
    background-color: #000;
}

.otto-footer-top {
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.otto-footer-top ul {
    margin-left: 0;
    list-style: none;
}

.otto-footer-top .footer-online a.order,
.otto-footer-top .footer-work a.work{
    font-family: rosewood-std-fill;
    font-size: 1.875rem;
    text-decoration: none;
    
    transition: color .2s cubic-bezier(.17,.84,.44,1);
    color: #fff;
}
.otto-footer-top .footer-online a.order:hover,
.otto-footer-top .footer-work a.work:hover{
    color: #ad172b;
}

.footer-online h4,
.footer-work h4 {
    font-family: rosewood-std-fill;
    font-size: 1.0625rem;
    color: #da3a36;
    text-transform: uppercase;
    margin-top: 20px;
}

.site-footer .otto-footer-top .footer-online ul a{
    font-family: 'roboto-condensed';
    font-size: .875rem;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    transition: color .2s cubic-bezier(.17,.84,.44,1);
    
}
.site-footer .otto-footer-top .footer-online ul a:hover {
    color: #ad172b;
}

.footer-online ul li {
    line-height: 1.4;
}

.footer-work ul {
    margin-top: 10%;
    display: flex; 
    justify-content: space-evenly;
}

.footer-work ul li a {
    display: block;
    background-color: #a7a9ac;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 17px;
    transition: background-color .2s ease-out
}
.footer-work ul li a:hover {
    background-color: #ad172b;
}

.footer-work li svg {
    vertical-align: middle;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 100%;
}

.footer-bottom a {
    margin-right: 30px;
}

#colophon.site-footer .footer-bottom a {
    font-family: 'roboto-condensed';
    font-size: .875rem;
    color: #a7a9ac;
    
    text-decoration: none;
    
}

.footer-bottom p {
    font-family: 'roboto-condensed';
    font-size: .875rem;
    color: #a7a9ac;
}

.site-info {
    display: none;
}
.site-footer {
    padding-bottom: 0;
}
/************************************ 
    SUPPORT/PRIVACY POLICY/T&C PAGES
*************************************/

/********************
    MEDIA QUERIES
********************/

@media (max-width: 768px) {

    body #page {
        margin-left: 0;
    }
    
    .left-header {
        display: none;
    }
    
    .main-navigation.toggled button.menu-toggle {
        top: 8%;
        left: 5%;
    }
    
    .main-navigation.toggled button.menu-toggle {
        opacity: 1;
    }
    
    .main-navigation.toggled button.menu-toggle:hover {
        opacity: .5;
    }
.main-navigation button.menu-toggle {
    float: left;
    padding: 27px;
    background: url(https://www.ottoportland.com//assets/img/hamburger-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
    transition: .3s ease;
}

.main-navigation button.menu-toggle:hover {
    opacity: 1;
    transition: .3s ease;
}
    button.menu-toggle::before {
        transform: translateY(-8px);
    }
    button.menu-toggle::after {
        transform: translateY(8px);
    }

button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before {
    left: 8.5px;
    opacity: 1;
    background-color: #fff;
    width: 38px;
    height: 4px;
    border-radius: 0;
}
    .handheld-navigation, .nav-menu, .main-navigation div.menu>ul:not(.nav-menu) {
        transition: none;
    }
    .main-navigation.toggled {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: #000000de;
        text-align: center;
    }
    
    .main-navigation.toggled ul {
        margin-top: 100px;
    }
    
    .main-navigation.toggled .menu li a {
        color: #fff;
        font-size: 1.25rem;
        font-family: rosewood-std-fill;
        padding: 0;
        width: max-content;
        margin: 3px auto 1px auto;
        text-transform: uppercase;
    }
    .main-navigation.toggled ul {
        display: flex;
        flex-wrap: wrap;
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .main-navigation.toggled li {
        width: 100%;
    }
    
    .main-navigation.toggled li:nth-last-of-type(-n+4) {
        width: min-content;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .otto-footer-top {
        flex-direction: column;
    }
}


/*************** 
    TABLET
***************/
@media (max-width: 768px) {
    #secondary {
        display: none;
    }

    .single-product div.product form.cart {
        display: flex;
        justify-content: center;
    }

    .stock {
        text-align: center;
    }
}


/*************** 
    MOBILE
***************/
@media only screen and (max-width: 770px) {
	.ninfootleft {max-width: 100%; width: 100%; text-align: center;}
	.ninfootright {max-width: 100%; width: 100%;}
	.ninfootleft img {margin: auto;}
	.ninfootmenu {text-align: center; margin: 0;}
	ul.ninfootmenu li {display: block; margin-bottom: 10px;}
	.landingwrap figure {max-width: 100%;}
	.landingwrap figcaption {font-size: 30px;}
	h1.page-title {text-align: center;}
}


@font-face {
    font-family: 'roboto-condensed';
    src: url('fonts/robotocondensed.woff2') format('woff2');
}
/* @font-face {
    font-family: 'roboto';
    src: url('roboto.woff2') format('woff2');
}
@font-face {
    font-family: 'roboto-slab';
    src: url('roboto-slab.woff2') format('woff2');
}
@font-face {
    font-family: 'roboto-slab-nonb';
    src: url('roboto-slab-nonb.woff2') format('woff2');
} */




