/*!
Theme Name: Pattisons
Description: Custom Wordpress Theme by Initial Marketing | Nice One Digital
Template: salient
Version: 1.0
*/


/* CUSTOM FONTS */

@font-face {
    font-family: 'pattisons';
    src: url("https://pattisonspatisserie.com.au/wp-content/themes/pattisons/assets/fonts/PattisonsStencil-Regular.woff") format("woff"),
        url("https://pattisonspatisserie.com.au/wp-content/themes/pattisons/assets/fonts/PattisonsStencil-Regular.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
    font-weight: 100 400;
}

h1,h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* BUTTONS AND FORM INPUTS */

@media screen and (min-width:1001px) {
    .nectar-button.large {
    width: 100% !important;
    max-width: 440px;
    text-align: center;
}
}

.col.light .gform_button {
    background: #fff;
    color: #000;
}


/* MENU AND NAVIGATION */

#slide-out-widget-area .bottom-meta-wrap {
    margin-bottom:0;
}

#slide-out-widget-area .bottom-meta-wrap .img-with-aniamtion-wrap .hover-wrap  {
 margin: 0 !important;   
}

/* LOCATIONS CUSTOM STYLING */

.pattisons-location-card .nectar_icon_wrap {
    position: absolute;
    top: 0;
    right: 0;
}
.pattisons-location-card .nectar_icon_wrap:nth-of-type(2) {
    right: 50px;
}
.pattisons-location-card .nectar-fancy-box[data-style=hover_desc] {
    padding: 30px
}
.pattisons-location-card .nectar-fancy-box h3 {
    text-transform: none;
}
.pattisons-location-card .nectar-fancy-box[data-style=hover_desc] .inner .hover-content strong {
    display: block;
    width: 260px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
} 

#locations-mobile .toggle-title *,
#locations-mobile h3 {
    text-transform: none;
}

/* TABLE STYLING */

.product-card table {
    max-width: 440px;
    background: transparent;
    border: none !important;
}
.product-card table tr {
    background: transparent !important;
}
.product-card table tr td {
    border:none !important;
    background: transparent !important;
    border-bottom:1px solid rgba(0, 0, 0, 0.2) !important;
}
.product-card table td:last-of-type {
    text-align:right;
}