@charset "UTF-8";
/* CSS Document */
body, html {
    height: 100%;
    position: relative;
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
}
}
.bg {
    /* The image used */
    /*background-image: url("images/thornhillsunsetpic.jpg");*/
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2 {
    /* The image used */
    background-image: url("../images/thornhillcorkpic.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header {
    height: 116px;
}
.headerimg {
    background-image: url('../images/thpageheaderbg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: thick;
    border-bottom-color: #F0C778;
    border-bottom-style: solid;
    border-top: thick;
    border-top-color: #F0C778;
    border-top-style: solid;
}
/* NAVBAR */
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #494646;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link {
    color: #981013;
}
.navbar-custom .navbar-toggler {
    border-color: #999999;
}
.navbartop .nav-link {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    /*font-family: 'Lora', serif;*/
    font-size: 1.1em;
}
/* /navbar */
    
.winebotlbg {
    background-image: url('images/item8cNEW.jpg');
    /*background-shize: cover;*/
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
.home-pt {
    padding-top: 40px;
}
.h2title {
    padding-top: 50px;
}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 830px) {
#about {
    padding-left: 5px;
    padding-right: 5px;
}
.longdesc{
	display:none;
}
}
aside {
    font-family: 'Lora', serif;
    font-size: 1em;
    text-transform: uppercase;
}
h2 {
    font-family: 'Lora', serif;
    font-size: 1.8em;
    color: #981013;
    /*padding-top: 20px;*/
    padding-bottom: 3px;
    border-bottom: thin;
    border-bottom-color: #F0C778;
    border-bottom-style: solid;
}
footer {
    background-color: #511B12;
    font-family: 'Lora', serif;
    letter-spacing: .1em;
    font-weight: bold;
    /*color: #F0C778;*/
    color: #E7BB9B;
}
footer p {
    font-size: 1em;
    /*text-transform: uppercase;*/
}
footer span {
    font-size: .8em;
}
footer a {
    color: #E7BB9B;
}
footer {
    border-bottom: thick;
    border-bottom-color: #F0C778;
    border-bottom-style: solid;
    border-top: medium;
    border-top-color: #F0C778;
    border-top-style: solid;
}
hr {
    border-top: 1px solid #F0C778;
}
.card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
    border: 1px solid #F0C778;
}
h4 {
    font-family: 'Lora', serif;
    color: #981013;
    /*padding-top: 20px;*/
    margin-bottom: 0;
}
h5 {
    font-family: 'Lora', serif;
    color: #981013;
    /*padding-top: 20px;*/
    margin-bottom: 0;
}
.subtitle {
    font-family: 'Lora', serif;
    font-size: 1em;
    color: #981013;
}
.card-title {
    font-family: 'Lora', serif;
    color: #981013;
    /*padding-top: 20px;*/
    margin-bottom: 0;
}
.card-title span {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: .8em;
    color: #AE8250;
    letter-spacing: .1em;
}
.price {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: .9em;
    color: #AE8250;
    letter-spacing: .1em;
}
.note {
    font-size: .9em;
}
.addtoCart {
    display: inline;
}
.addtoCart input[type=text] {
    background-color: #d7d7d7;
    border: 0px;
    height: 25px;
}
.card-deck {
    margin-bottom: .75rem;
}

/* Set width to make card deck cards 100% width */
@media (max-width: 1000px) {
.card-deck-wrapper {
    margin-right: 0;
    margin-left: 0;
}
.card-deck {
    display: block;
    width: 100%;
    margin-bottom: .75rem;
    table-layout: fixed;/*border-spacing: 1.25rem 0;*/
}
.card-deck .card {
    display: block;
    margin-bottom: .75rem;
    vertical-align: top;
}
}
.arrowUp {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
.news {
    font-size: .9em;
    list-style-type: circle;
}
.formli {
   display: flex;
   align-items:center;
   margin-top: .5em;
}
.grecaptcha-badge {
    display: none;
}