/*
Theme Name: New Triangle
Theme URI: 
Description: Irish Alehouse Halifax
Version: 1.0
*/

html{
    font-size: 100%;
    scroll-behavior: smooth;
}

body{
    font-family: 'Lora', times, serif;
    font-size: 16px;
}

p{
    font-family: 'Lora', times, serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #343434;
    display: block;
    margin-bottom: 1.5rem;
}

h1, h2{
    font-family: 'Lora', times, serif;
    margin-bottom: 1.5rem;
    line-height: 1em;
}

h1{
    font-size: 1.75rem;
}

h3{
    font-family: 'Oswald', helvetica, arial, sans;
    color: #95805d;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 1.375rem;
    margin-bottom: 0.25rem;
    margin-top: 0.5rem;
}

h3 .thin{
    font-weight: 100;
    color: #888;
}

h4{
    font-family: 'Oswald', helvetica, arial, sans;
    color: #343434;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    display: table;
}

a{
    color: #1f6438;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.button{
    background-image: linear-gradient(-40deg, #053517, #0d5727) !important;
    border-top: 1px solid #1f6438 !important;
    border-bottom: 1px solid #053616 !important;
    line-height: 1.25rem;
    border-radius: 5px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
    text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    text-decoration: none !important;
}

hr{
    max-width: 87.5rem;
}

ul.dashed{
    margin-bottom: 1.5rem;
    margin-left: 0;
}

ul.dashed li{
    border-bottom: 1px dashed #d0cba5;
    padding: 0.75rem 0;
    list-style-type: none;
}

ul.dashed li:first-child{
    border-top: 1px dashed #d0cba5;
}

figure{
    border: 1px solid #343434;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

figcaption{
    background: #343434;
    color: white;
    padding: 1rem;
}

figcaption::before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f030";
    font-size: 1rem;
    color: #95805d;
    margin-right: 0.5rem;
}

@media only screen and (min-width: 40rem){
    h1{
        font-size: 2rem;
    }
}

@media only screen and (min-width: 64rem){
    h1{
        font-size: 2.5rem;
    }
}

/*-----------------------------
Generic Classes
-------------------------------*/
.grid-container{
    max-width: 87.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.vertical-padding{
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

@media only screen and (min-width: 40rem){
    .grid-container{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    
    .vertical-padding{
        padding-top: 2.5rem;
    }
}

@media only screen and (min-width: 64rem){
    .grid-container{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    
    .vertical-padding{
        padding-top: 3rem;
    }
}

/*-----------------------------
Loop
-------------------------------*/
.loop a{
    text-decoration: none;
}

.loop a h3{
    font-size: 1.75rem;
    font-weight: 600;
    color: #343434;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    transition: border 0.05s ease-in-out;
    text-decoration: none;
}

.loop a:hover h3{
    color: #977301;
    text-decoration: underline;
}

/*-----------------------------
Header Navigation
-------------------------------*/
#header-menu ul li a{
    background: rgba(7,71,30,0.75);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    text-align: left;
}

#header-menu ul li ul.submenu{
    margin-left: 0px;
    border-top: 2px solid #b39e51; 
}

#header-menu ul li ul.submenu li a{
    background: #777;
    list-style-type: none;
    margin-left: 0px;
    border-bottom: 0px;
    border-top: 1px solid #444;
}

.menu.large-horizontal .menu-item a{
    color: #fff;
    padding-left: 0;
    padding-right: 1.5rem; 
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after{
    border-color: #b39e51 transparent transparent;
}

.accordion-menu li{
    list-style-type: none;
}

.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after{
    border: 0px;
    display: inline-block;
    right: 0;
    top: 0;
    margin-top: 0;
    position: relative;
}

.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{
    border: 0px;
    margin: 0;
    border-top: 3px solid #977301;
    background: transparent;
}

.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu li{
    list-style-type: none;
    margin: 0 0 2px;
    padding: 0;
    padding-left: 1.5rem;
    background: rgba(0,0,0,0.5);
}

.nav-container{
    background: #1f6438;
    color: white;
    padding: 0 !important;
    position: absolute;
    z-index: 12;
    top: 0;
}

.nav-container .menu-button{
    padding: 0.75rem 1.5rem;
}

.title-bar-title{
    font-size: 0.875rem;
    text-transform: uppercase;
}

.rewards a{
    color: white;
    position: absolute;
    right: 0;
    font-size: 0.875rem;
}

.rewards-btn{
    background: #b39e51;
    padding: 0.85rem 1.5rem;
}

.rewards a.cart-btn{
    right: 103px;
    top: 0px;
    background: rgba(255,255,255,0.1);
    height: 48px;
    padding: 0.875rem;
}

@media only screen and (min-width: 40rem){
    .nav-container{
        background: none;
        padding: 2.5rem 0 !important;
        position: relative;
        z-index: 12;
    }
    
    .rewards a{
        border-radius: 24px;
        line-height: 1em;
        float: right;
        font-size: 0.875rem;
        margin-right: 1.5rem;
        padding: 0.75rem 0;
        text-decoration: none;
        position: relative;
    }
    
    .rewards a.rewards-btn{
        padding: 0.75rem 1.5rem;
    }
    
    .rewards a.cart-btn{
        background: none;
        padding: 0.875rem;
        position: relative;
        right: 0;
    }
    
    #header-menu ul li a{
        background: rgba(7,71,30,1s);
    }
}

@media only screen and (min-width: 64rem){
    #header-menu ul{
        float: right;
    }
    
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu li{
        padding-left: 1rem;
        text-align: left;
        background: rgba(66,66,66,0.85);
    }
    
    #header-menu ul li a{
        background: none;
        border-bottom: 0px;
    }
    
    #header-menu ul li ul.submenu li a{
        background: none;
        list-style-type: none;
        margin-left: 0px;
        border-bottom: 0px;
        border-top: 1px solid #444;
    }
    
    #header-menu ul li a{
        padding-left: 0;
        padding-right: 1.5rem;
    }
}
/*-----------------------------
Header
-------------------------------*/
.tagline{
    display: none;
    background: #343434;
    color: white;
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
}

.tagline img{
    padding: 0 0.5rem;
}

.header-logo-container{
    background: rgba(7,71,30,0.75);
    padding-top: 3rem;
}

.header-logo-container.page-inner{
    background-image: url('images/form-wood-bkg-large.jpg');
    background-size: cover;
}

.header-logo {
    padding: 1.5rem 1.625rem 1rem !important;
    height: auto;
    max-width: 325px;
    z-index: 2;
}

.header-logo img{
    width: 100%;
    margin: 0 auto 5px;
    display: inline-block;
}

.logo_cities {
	width: 100%;
	font-size: 10px;
	text-align: center;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	padding-bottom: 7px;
    color: white;
}

.logo_cities a:link, .logo_cities a:visited, .logo_cities a:active {
	color: #ffffff;
	text-decoration: none;
}

.logo_cities a.current {
	color: #b39e51;
}

.logo_cities a:hover{
    color: #d0cba5;
}

h1.banner{
    font-size: 2.5rem;
    line-height: 2.25rem;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 3px 3px rgba(0,0,0,0.6);
}

h1.page-banner{
    margin-bottom: 0.75rem;
}

h2.page-banner-subheadline{
    color: #b39e51;
    font-size: 1.25rem;
    font-family: 'Oswald', helvetica, arial, sans;
    text-transform: uppercase;
    text-shadow: 1px 3px 3px rgba(0,0,0,0.6);
    line-height: 1.5rem;
}

h1.banner .banner-small{
    display: block;
    color: #b39e51;
    font-size: 1.25rem;
    line-height: 1.375rem;
}

#since-img{
    margin-top: -1.25rem;
}

.banner-container{
    position: relative;
    height: 675px;
    width: 100%;
    z-index: 10;
    margin-bottom: -675px !important;
}

.banner-container-page{
    height: 400px;
    margin-bottom: -400px;
}

.banner-container-product, .banner-container-product .header-logo-container{
    height: auto;
    margin-bottom: 0px !important;
}

.banner-container-product .header-logo-container:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: #433b36;
    opacity: 0.4;
}

.logo, 
.headline,
.promotions{
    position: absolute;
    width: calc(100% - 1.25rem);
    top: 0;
}

.lead{
    font-size: 1.125rem;
}

.headline{
    top: 200px;
}

.promotions{
    top: auto;
    bottom: 0px;
}

.promotions h2{
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0.75rem;
}

.accordion{
    background: none;
}

.accordion-item{
    border: 1px solid transparent;
}

.accordion-title{
    background: rgba(0,0,0,0.5);
    color: white;
    border: 2px solid transparent;
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
    border-right: 3px solid #977301;
}

.promotions .accordion-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 3rem;
    text-decoration: none;
}

.accordion-title:hover, .is-active .accordion-title, .is-active.tabs-title, .accordion-title:focus{
    color: white;
    background-image: linear-gradient(-40deg, #053517, #0d5727) !important;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
    text-decoration: none;
}

:last-child:not(.is-active)>.accordion-title{
    border-bottom: 0px;
}

.accordion-content{
    font-size: 0.875rem;
    padding: 1rem 1.5rem;
}

.carousel-cell{
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%; 
    height: 675px;
}

.product-banner{
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%; 
    height: 125px;
    margin-top: 3rem;
}

.carousel-cell:after, .product-banner:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: #433b36;
    opacity: 0.6;
}

.flickity-prev-next-button{
    z-index: 99;
    display: none;
}

@media only screen and (min-width: 40rem){
    .header-logo {
        max-width: 350px;
    }
    
    .banner-container{
        height: 675px;
        margin-bottom: -675px !important;
    }
    
    .banner-container-page{
        height: 300px;
        margin-bottom: -300px;
    }
    
    .banner-container-product{
        height: auto;
        margin-bottom: 0px !important;
    }
    
    .carousel-cell{
        height: 675px;
    }
    
    .product-banner{
        height: 125px;
    }
    
    .flickity-prev-next-button{
        display: block;
        width: 44px;
        height: 44px;
    }
    
    .flickity-button {
        background: #666; 
    }

    .flickity-button:hover {
        background: #b39e51;
    }

    .flickity-prev-next-button {
        width: 30px;
        height: 30px;
        border-radius: 3px;
        top: auto;
        bottom: 1rem;
    }

    .flickity-prev-next-button.previous{
        right: 45px;
        left: auto;
    }
    
    /* icon color */
    .flickity-button-icon {
        fill: white;
    }
    
    h1.banner{
        font-size: 4.125rem;
        line-height: 3.5rem;
    }
    
    h1.page-banner{
        font-size: 3rem;
        line-height: 3rem;
        margin-top: 1.5rem;
    }
    
    h1.banner .banner-small{
        font-size: 1.625rem;
        line-height: 1.875rem;
    }
    
    h2.page-banner-subheadline{
        font-size: 1.5rem;
    }
    
    .tagline{
        font-size: 1rem;
        display: block;
        position: relative;
        z-index: 11;
    }
    
    .lead{
        font-size: 1.25rem;
    }
    
    .headline{
        top: 175px;
    }
    
    .header-logo-container{
        background: transparent;
        padding-top: 0rem;
    }
    
    .header-logo{
        padding-top: 1.5rem !important;
    }
    
    .header-logo img{
        width: 300px;
        margin: 0 0 5px;
    }

    .logo_cities {
        font-size: 11px;
        width: 300px;
    }

}

@media only screen and (min-width: 64rem){
    .tagline{
        font-size: 1.125rem;
        padding: 1rem 2rem;
    }
}

/*-----------------------------
Open Table Reservation Styles
-------------------------------*/
.book-table{
    background-image: url(images/form-wood-bkg-small.jpg);
    background-size: cover;
    background-position: top center;
    padding: 3rem 1.5rem 1.5rem;
}

.book-table h2{
    color: #d0cba5;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.5rem;
}

.book-table label{
    color: #d0cba5;
    text-transform: uppercase;
    position: relative;
    top: 72px;
    text-align: left;
    font-size: 0.875rem !important;
}

.otw-wrapper{
    margin-top: -2.5rem;
    display: block;
}

.otw-widget-form-wrap input[type="text"]{
    background: url(images/calendar-icon.png) no-repeat 96% center rgba(0,0,0,0.5) !important;
    height: 2.4rem !important;
}

.otw-input-wrap, 
.otw-button-wrap{
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0;
    padding-right: 0.5rem;
    width: 100%;
}

.otw-button-wrap{
    padding-right: 0;
    margin-top: 1.75rem !important;
}

.otw-selectpicker{
    line-height: inherit !important;
}

.book-table input, .book-table select{
    background-color: rgba(0,0,0,0.5) !important;
    border: 0px !important;
    border-bottom: 1px solid #d0cba5 !important;
    color: #ffffff !important;
}

.otw-button-wrap input[type="submit"]{
    background-image: linear-gradient(-40deg, #053517, #0d5727) !important;
    border-top: 1px solid #1f6438 !important;
    border-bottom: 1px solid #053616 !important;
    line-height: 2.25rem;
    border-radius: 5px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
    text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
    font-size: 1rem;
    width: 100%;
    margin-top: 1rem;
}

.powered-by-open-table{
    display: block;
    background: url('images/open-table-logo-transparent-white-150.png') no-repeat right top rgba(0, 0, 0, 0) !important;
}

.powered-by-open-table span{
    color: white !important;
    text-align: right !important;
    position: relative;
    right: 129px;
    top: 8px;
}

@media only screen and (min-width: 40rem){
    .book-table{
        background-image: url(images/form-wood-bkg-medium.jpg);
        padding: 2.5rem 2rem 1rem;
    }
    
    .otw-wrapper{
        margin-top: -2.5rem;
        display: flex;
    }
    
    .otw-input-wrap, 
    .otw-button-wrap{
        justify-content: space-between;
        width: 25%;
    }
    
    .book-table label{
        text-align: right;
    }
    
    .otw-button-wrap input[type="submit"]{
        margin-top: 0 !important;
    }
    
    .powered-by-open-table{
        margin-top: 1.75rem !important;
    }
}

@media only screen and (min-width: 64rem){
    .book-table{
        background-image: url(images/form-wood-bkg-large.jpg);
        padding: 3.5rem 2rem 1rem;
    }
}

.page-body{
    background: url('images/exclusive_paper.png');
}

.daily-feature{
    padding-bottom: 1.5rem;
}

.daily-feature-item-container{
    border: 1px solid #d0cba5;
    border-top: 0;
    padding: 0.75rem 1.5rem;
    background: rgba(255,255,255,0.6); 
}

.daily-feature-item-container:first-of-type{
    border-top: 3px solid #343434;
}

.daily-feature-title{
    font-size: 0.875rem;
    color: #777777;
    font-family: 'Oswald', helvetica, arial, sans;
    text-transform: uppercase;
    font-weight: 300;
}

.daily-feature-item, .daily-feature-price{
    font-size: 1.125rem;
}

.author{
    color: #95805d;
    margin-bottom: 1rem;
    display: block;
}

.loop-item{
    border: 1px solid #d0cba5;
    background: rgba(255,255,255,0.6);
    padding: 0rem;
    box-shadow: 1px 3px 8px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
}

.loop-item-content{
    padding: 2rem;
}

.loop-item-image{
    background-size: cover !important; 
    background-position: center center !important; background-repeat: no-repeat !important;
    height: 12rem;
}

.loop small{
    font-size: 0.875rem;
    font-variant: small-caps;
    color: #444;
    display: inline-block;
    background: #d0cba5;
    padding: 0.375rem 0.75rem;
}

@media only screen and (min-width: 40rem){
    .daily-feature-item, .daily-feature-price{
        font-size: 1.375rem;
    }
    
    .loop-item-image{
        border-right: 1px solid #d0cba5;
    }
    
    .loop-item-content{
        padding: 3rem;
    }
    
    .loop-item-image{
        height: auto;
    }
}

div[data-aos-easing="new-easing"] {
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1) !important;
}

footer{
    background: #434343;
}

/* Woocommerce */

ul.products .woocommerce div.product{
    display: inline-block;
    width: 33%;
}

h2.woocommerce-Reviews-title{
    font-size: 1.25rem;
}

.woocommerce-Tabs-panel h2{
    font-size: 1.25rem;
}

div.product_meta{
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

span.sku_wrapper, span.posted_in, span.tagged_as{
    display: block;
    font-weight: 900;
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5rem;
}

span.sku, span.posted_in a, span.tagged_as a{
    font-weight: normal;
}

span.posted_in a, span.tagged_as a{
    text-decoration: underline;
}

.single-product div.product .woocommerce-tabs{
    clear: both;
}

.product-tabs{
    border-top: 1px solid rgba(0,0,0,0.3);
}

.woocommerce .related div.product{
    margin-bottom: 2.5rem !important;
}

.woocommerce div.product div.images {
    margin-bottom: 0rem !important;
}

.product-tabs ul.tabs{
    margin-left: 0 !important;
    text-align: left;
    border: 0px;
    margin-right: 0 !important;
}

.product-tabs .tabs-panel{
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.product-tabs .tabs-content{
    border: 0;
}

.woocommerce-tabs ul.tabs li{
    display: block !important;
    margin: 0 !important;
    border: 0px !important;
    position: relative !important;
    background: transparent !important;
}

.woocommerce-tabs ul.tabs li:before, .woocommerce-tabs ul.tabs li:after{
    display: none;
}

.woocommerce-tabs ul.tabs li a{
    font-size: 1rem;
    color: #777;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    padding: 1rem !important;
    display: block !important;
    text-align: right !important;
}
    
.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale, .widget_search form:before, .widget_product_search form:before{
    color: white;
    background: transparent;
    font-size: 1rem;
}

.woocommerce-tabs ul.tabs li.is-active a,
.woocommerce-tabs ul.tabs li.active a{
    color: white;
    background-image: linear-gradient(-40deg, #053517, #0d5727) !important;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
    text-decoration: none;  
    border-right: 0px;
}

table.variations{
    width: 100% !important;
    max-width: 300px;
    margin-bottom: 0px !important;
}

table.variations tbody{
    background: none;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: 0px !important;
}

.woocommerce div.product form.cart .variations td.label{
    display: table-cell;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    background: none;
    color: #343434;
    width: 75px;
    white-space: no-wrap;
    vertical-align: middle;
}

.woocommerce div.product form.cart .variations td.label label{
    font-size: 1rem;
}

.woocommerce div.product form.cart .reset_variations{
    display: none;
}

.woocommerce div.product form.cart .variations select{
    margin: 0;
}

.woocommerce div.product form.cart div.quantity{
    display: block;
    float: none !important;
    line-height: 39px;
}

div.quantity:before{
    content:'Qty';
    float: left;
    width: 75px;
    font-weight: bold;
}

.woocommerce div.product form.cart .button{
    float: none;
}

.woocommerce-product-details__short-description{
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
}

.reset_variations {
    display: none !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    float: none !important;
    width: 100% !important;
}

.woocommerce .price{
    color: #1f6438;
    font-size: 1.125rem;
}

.woocommerce td.label, .woocommerce label {
    display: inline-block;
    font-weight: bold;
    padding: 0px;
    font-size: 1rem;
    line-height: inherit;
    background: none;
    color: #343434;
}

.woocommerce label{
    width: 75px;
}

.woocommerce td.value{
    padding: 0px;
    display: inline-block;
}

.woocommerce .accordion-title{
    background: #444;
}

.woocommerce .accordion-content{
    border: 1px solid #d0cba5;
    border-top: 0px;
    background: rgba(255,255,255,0.6);
    padding-top: 2rem;
}

.woocommerce h2{
    display: none;
}

.woocommerce a h2.woocommerce-loop-product__title{
    display: block;
    color: #343434;
    line-height: 1.25em;
    margin-bottom: 0px;
    margin-top: 0.5rem;
}

.woocommerce .accordion-item:first-child{
    border-top: 0px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    font-size: 1rem !important;
}

.woocommerce ul.products li.product .price{
    font-size: 1rem !important;
    color: #1f6438 !important;
    font-weight: bold;
}

.woocommerce h1{
    font-size: 1.5rem;
}

.woocommerce .product-tabs img{
    width: 100%;
    border: 1px solid #d0cba5;
}

.woocommerce .product-tabs .cell{
    padding-right: 0;
    padding-left: 0;
}

.woocommerce-loop-product__link{
    display: block;
    padding-bottom: 0.5rem;
    float: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    color: white !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    margin-bottom: 0px !important;
}

.woocommerce-message{
    background-color: #A6BB55 !important;
    color: white !important;
    border-top-color: #657B13 !important;
}

.woocommerce-message::before{
    color: white !important;
}

.woocommerce-error{
    background-color: #C4595D !important;
    color: white !important;
}

.woocommerce-error::before{
    color: white !important;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
    clear: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    border: 1px solid #d0cba5;
    border-top: 0;
    padding-bottom: 1.5rem !important;
    background: rgba(255,255,255,0.6);
}

.woocommerce .related ul.products li.product{
    background: #f5f5f5;
    border: 1px solid #cccccc;
    color: white;
}

.woocommerce ul.products li.product h2, .woocommerce ul.products li.product span.price{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !imporant;
}

.woocommerce ul.products li.product a.button{
    margin: 0 1.5rem !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    margin-bottom: 2rem !important;
}

.woocommerce table.shop_table th{
    background: #343434;
    color: white;
}

.woocommerce-cart-form__cart-item div.quantity:before{
    content:'';
    display: none;
    float: left;
    width: 0px;
    font-weight: bold;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 150px;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
    opacity: 1 !important;
}

.woocommerce-tabs.wc-tabs-wrapper{
    width: 100% !important;
}

.woocommerce-checkout label{
    width: auto;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
    margin-bottom: -9px
}

.woocommerce-shipping-fields{
    background: #fafafa;
    border: 1px solid;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


@media only screen and (max-width: 480px){
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        margin: 0 0 2.992em 0 !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 481px){
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        margin: 0 1% 2.992em 0 !important;
        width: 49.5% !important;
    }
    
    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n){
        margin-right: 0% !important;
    }
    
    .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1){
        clear: both;
    }
    
    
    
    
}

@media only screen and (min-width: 768px){
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        margin: 0 1% 2.992em 0 !important;
        width: 32.6% !important;
    }
    
    .woocommerce-shipping-fields{
        margin-top: -1rem;
    }
    
    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n){
        margin-right: 1% !important;
    }
    
    .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n){
        margin-right: 0% !important;
    }
    
    .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1){
        clear: none;
    }
    
    .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1){
        clear: both;
    }
}

@media only screen and (min-width: 1024px){
     .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        margin: 0 1% 2.992em 0 !important;
        width: 24.25% !important;
    }
    
    .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n){
        margin-right: 1% !important;
    }
    
    .woocommerce ul.products li.product:nth-child(4n), .woocommerce-page ul.products li.product:nth-child(4n){
        margin-right: 0% !important;
    }
    
    .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1){
        clear: none;
    }
    
    .woocommerce ul.products li.product:nth-child(4n+1), .woocommerce-page ul.products li.product:nth-child(4n+1){
        clear: both;
    }
}


@media only screen and (min-width: 40rem){
    .woocommerce h1{
        font-size: 2rem;
    }
    
    .woocommerce .product-tabs .cell{
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    
    .woocommerce a h2.woocommerce-loop-product__title{
        font-size: 1.25rem !important;
    }

}

@media only screen and (min-width: 64rem){
    .woocommerce h1{
        font-size: 2.25rem;
    }
}


/* Calendar */
.timely{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-view .ai1ec-date.ai1ec-today{
    border-top: 3px solid #343434 !important;
}

.ai1ec-agenda-widget-view .ai1ec-date{
    background: #d0cba5 !important;
    margin-bottom: 3px;
    border: 0px !important;
}

.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month{
    background: #95805d !important;
    border-radius: 0px !important;
    font-size: 0.75rem !important;
    letter-spacing: 0 !important;
    padding: 0.25rem 0.5rem !important;
    text-shadow: none !important;
    font-family: 'Oswald', helvetica, arial;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
}

.ai1ec-agenda-widget-view .ai1ec-day, .ai1ec-agenda-view .ai1ec-day{
    font-size: 1.75rem !important;
    font-family: 'Oswald', helvetica, arial !important;
}

.ai1ec-agenda-widget-view .ai1ec-weekday, .ai1ec-agenda-view .ai1ec-weekday{
    font-size: 0.875rem !important;
    padding: 0.25rem 0 0.25rem !important;
    font-family: 'Oswald', helvetica, arial !important;
    font-weight: 400 !important;
    color: #666 !important;
}

.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title{
    border: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: #d0cba5 !important;
    color: #343434 !important;
    text-shadow: none !important; 
}

.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time, .ai1ec-agenda-view .ai1ec-event .ai1ec-event-time{
    display: block;
}

.ai1ec-agenda-widget-view .ai1ec-event{
    margin: 0px !important;
    margin-left: 46px !important;
}

.ai1ec-agenda-widget-view .ai1ec-date-events{
    margin: 0 !important;
}

.ai1ec-agenda-widget-view .ai1ec-event > a{
    border-radius: 0 !important;
    color: #343434 !important;
    padding: 1rem !important;
    border: 1px solid #d0cba5 !important;
    font-family: 'Lora', times, serif !important;
    font-size: 0.875rem;
}

.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time, .ai1ec-agenda-view .ai1ec-event .ai1ec-event-time{
    color: #95805d !important;
}

.ai1ec-popup-excerpt, .ai1ec-agenda-view .ai1ec-event .ai1ec-event-time{
    font-size: 0.875rem !important;
    padding: 1rem !important;
    font-family: 'Lora', times, serif !important;
    background: white !important;
    display: block !important;
    margin: 0px;
}

.ai1ec-event-avatar{
    background: purple !important;
}

.ai1ec-popover{
    border-radius: 0px !important;
    box-shadow: 0 7px 14px rgba(0,0,0,0.125), 1px 3px 8px rgba(0,0,0,0.1); !important;
    padding: 0px !important;
}

.ai1ec-popover.ai1ec-popup{
    width: 275px !important;
    max-width: 90% !important;
    padding: 0px !important;
}

.ai1ec-popover.ai1ec-popup .ai1ec-popover-content{
    padding: 0px !important;
    background: #d0cba5 !important;
    border: 0px solid #d0cba5;
}

.ai1ec-popup-title{
    font-size: 1rem !important;
    font-weight: normal !important;
    font-family: 'Oswald', helvetica, sans !important;
    padding: 0.75rem 1rem !important;
    display: block;
    text-transform: uppercase;
}

.ai1ec-popup-title a{
    color: #343434 !important;
}

.ai1ec-popover.ai1ec-popup .ai1ec-event-time{
    font-size: 0.875rem !important;
    font-family: 'Lora', times, serif !important;
    color: white !important;
    margin: 0 !important;
    padding: 0.5rem 1rem !important;
    background: #95805d !important;
}

.ai1ec-popover.ai1ec-popup .ai1ec-color-swatches, .ai1ec-popover.ai1ec-popup .post-edit-link{
    display: none;
}

.ai1ec-popover.ai1ec-popup .ai1ec-event-avatar{
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ai1ec-subscribe-buttons-widget{
    display: none;
}

.ai1ec-agenda-view .ai1ec-event{
    border: 0px !important;
    border-radius: 0px !important;
    margin: 0px !important;
    margin-bottom: -1px !important;
    border: 1px solid #d0cba5 !important;
}

.ai1ec-agenda-view .ai1ec-date-events{
    margin: 0 !important;
}

.ai1ec-agenda-view .ai1ec-date{
    margin-bottom: 1.5rem;
}

.ai1ec-agenda-view .ai1ec-date{
    background: #d0cba5 !important;
}

.ai1ec-calendar-toolbar{
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 1.5rem !important;
}

.ai1ec-agenda-buttons{
    display: none;
}

.ai1ec-title-buttons .ai1ec-btn-group{
    margin-left: 0px !important;
}

.ai1ec-calendar-title, .ai1ec-calendar-title-short{
    font-family: 'Oswald', helvetica, arial, sans !important;
    font-weight: 400 !important;
    line-height: 1.5rem !important;
}

.ai1ec-next-page, .ai1ec-prev-page{
    height: 36px !important;
    padding-top: 0.625rem !important;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title{
    color: #343434 !important;
    font-family: 'Oswald', helvetica, arial, sans !important;
    text-transform: uppercase;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time{
    padding: 0 !important;
}

.ai1ec-event-header{
    padding: 1rem;
}

.post-edit-link{
    display: none !important;
}

.ai1ec-agenda-view .ai1ec-event-description{
    padding: 0 1rem !important;
}

.ai1ec-agenda-view .ai1ec-event-description p{
    padding-bottom: 1rem;
}

.ai1ec-read-more{
    display: none !important;
}

.ai1ec-event-summary-footer{
    background: #f5f5f5;
    margin-top: 1.5rem;
    border-top: 1px solid #CCC;
    margin-bottom: -8px;
    margin-left: -8px;
    margin-right: -8px;
    padding: 1rem 1.5rem;
}

/*-- Special's Sidebar --*/
.sidebar-item{
    margin-bottom: 1.5rem;
}

.specials-sidebar .daily-feature-item-container{
    background: #ffffff;
}

.specials-sidebar .daily-feature-item, .specials-sidebar .daily-feature-price{
    font-size: 1rem;
}

/*-- Forms --*/
.form-container{
    background: #f5f5f5;
    border: 1px solid #d0cba5;
    margin-bottom: 3rem;
}

.form-container .form-header{
    background: #343434 !important;
    color: white;
    padding: 1.5rem;
}

.form-container .form-header h3, .form-container .form-header p{
    color: white;
}

.form-container .form-header p{
    margin-bottom: 0;
}

.form-container form{
    padding: 1.5rem;
}

.form-container form p{
    padding: 0;
}

.form-container form label{
    font-size: 0.875rem;
    color: #666666;
    font-family: 'Lora', helvetica, arial, sans;
}

input[type="text"], input[type="email"], textarea{
    background: white;
    max-width: 250px;
}

input.subject, textarea{
    max-width: none;
}

textarea{
    height: 100px !important;
}

input[type="submit"]{
    width: auto;
}

/*---------------------------------------------

Image Grid

----------------------------------------------*/

.image-gallery{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 200px 300px;
    grid-auto-flow: dense;
    padding: 0px !important;
    margin-left: 0px;
}

.image-gallery-item{
    width: 100% !important;
    overflow: hidden;
}

.image-gallery-wrap{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    object-position: center;
}

.image-gallery-wrap a{
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}

@media only screen and (max-width: 479px) {
   .image-gallery{
        grid-auto-rows: 400px;
        grid-auto-flow: dense;
        padding: 0px !important;
   } 
}

@media only screen and (min-width: 480px) {
    .image-gallery-item:first-child{
        grid-area: 1 / 1 / span 2 / span 2;
    }
    
    .image-gallery-item .image-gallery-wrap a{
        height: 300px !important;    
    }
    
    .image-gallery-item:first-child .image-gallery-wrap a{
        height: 510px !important;
    }
    
    .image-gallery-item:nth-child(3n) {
        grid-column: span 2;
    }
}

.about-us-tagline{
    position: relative;
    background-image: url('http://jamespayson.com/charlottetown/wp-content/themes/newtriangle/images/about-banner-bkg.jpg'); 
    background-size: cover; 
    background-position: center;
}

.about-us-tagline .grid-x{
    height: 450px;
}

.about-us-tagline h3{
    color: white;
    position: relative;
    z-index: 10;
    font-size: 2rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.about-us-tagline h3 img{
    padding-top: 1rem;
    padding-bottom: 1.25rem;
}

.about-us-tagline:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: #433b36;
    opacity: 0.8;
}

a .image-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #b39e51;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

a .image-overlay .icon{
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
}

a:hover .image-overlay{
    opacity: 0.8;
}

.menu-name{
    font-size: 1.375rem;
}

.menu-price{
    font-size: 1.375rem;
    color: #95805d;
}
.menu-description{
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 2px dashed #d0cba5;
    padding-bottom: 2rem;
}

.menu-description p{
    margin-bottom: 1rem;
}

.menu-category{
    height: 200px;
    margin-top: 2rem;
    border-top: 3px solid #b39e51;
}

.menu-category img{
    display: block;
}

.menu-category-title{
    background: rgba(67,59,54,0.66);
    height: 200px;
}

.menu-category-title h3{
    color: white;
    padding: 2.5rem 4rem;
    margin: 0.5rem auto;
    max-width: 375px;
    line-height: 1.375rem;
}

.menu-category-title-content{
    background-image: url('images/menu-border-small.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.menu-category-description{
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.menu-banner{
    position: relative;
    background-size: cover;
    background-position: center;
    border-top: 1px solid #b39e51;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.menu-banner:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: #433b36;
    opacity: 0.75;
}

.menu-banner-content{
    position: relative;
    z-index: 3;
}

.menu-banner-content h1, .menu-banner-content p{
    color: white;
}

.menu-banner-content p{
    font-size: 1.25rem;
    line-height: 1.5em;
}

.menu-border img{
    margin: 0 auto;
}

.menu-name.small{
    font-size: 1.15rem;
}

.menu-price.small{
    font-size: 1.15rem;
}

.menu-quick-links strong{
    display: block;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.menu-quick-links .cell{
    background: rgba(255,255,255,0.66);
    border: 1px solid #d0cba5;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 0.5rem 1rem;
}

#btt-btn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  cursor: pointer;
}

#btt-btn:hover {}

.warning{
    display: block;
    background-color: #A6BB55 !important;
    color: white !important;
    background-color: #C4595D !important;
    color: white !important;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.blog-image img{
    width: 100%;
}

h1.blog{
    font-size: 1.75rem;
    font-weight: 600;
    color: #343434;
    margin-bottom: 0.25rem;
    margin-top: 1rem;
    font-family: 'Oswald', helvetica, arial, sans;
    text-transform: uppercase;
}

small.blog{
    font-size: 0.875rem;
    font-variant: small-caps;
    color: #444;
    display: inline-block;
    background: #d0cba5;
    padding: 0.375rem 0.75rem;
}

.pagination a{
    display: inline-block;
    cursor: pointer;
}

.pagination .current{
    background: #1f6438;
}

.pagination a:hover{
    background: #cccccc;
}

ul.extras{
    list-style-type: none;
    margin-left: 0px;
}

ul.extras li{
    padding: 0.5rem 1.5rem;
    color: #343434;
    margin-bottom: 2px;
    background: rgba(255,255,255,0.66);
    border: 1px solid #d0cba5;
}

h3.light{
    color: #d0cba5;
}

.beverage-location{
    color: #b39e51;
}

.beverage-price{
    color: #999999;
}

.wine-type{
    line-height: 1.5rem;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.25);
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
}

.Sparkling{background-color: white;}
.White{background-color: #f7f6dd;}
.Rosé{background-color: #f2d1c9;}
.Red{
    background-color: #7c1535; 
    color: white;
}
.Sweet-Fortified{
    background-color: #4e1a13;
    color: white;
}

@media only screen and (max-width: 480px) {
    .grid-container-menu{
        padding: 0;
    }
}

@media only screen and (min-width: 375px) {
    .menu-category-title-content{
        background-image: url('images/menu-border.png');
    }
}

.front-page{
    background-image: url('images/front-page-m.jpg');
    background-size: cover;
    height: calc(100vh - 30px);
    background-position: center center;
    padding-top: 4rem;
    min-height: 700px !important;
}

.mobile-front{
    display: block;
}

.desktop-front{
    display: none;
    min-height: 555px;
}

@media only screen and (min-width: 620px) {
    .front-page{
        background-image: url('images/front-page-xl.jpg');
        height: calc(100vh - 100px);
        padding-top: 5rem;
    }

    .mobile-front{
        display: none;
    }

    .desktop-front{
        display: block;
    }
}

footer p{
    color: white;
}

footer a{
    color: #d0cba5;
    text-decoration: underline;
}

footer a:hover{
    color: #b39e51;
}