/*!
    Author: Ballard Glenn Blair 
    
 */

/*  #2B292A - dark slate 
    #F8EFD5 - creamish color
*/

body {
    background-color: #2B292A;
    /*height: 125%;*/
}
html {
    /*height: 100%;*/
    position: relative;
}

header {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url(../images/bottleCase.JPG);
    color: #F8EFD5;
    height: 350px;
}
header .header-content {
    padding: 100px 15px;
}
header .header-content .header-content-inner h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -15px;
    margin-bottom: 0;
    font-size: 30px;
    text-shadow: 2px 2px 13px #000000;
}

@media (max-width: 1023px) {

header {
    background-attachment: initial!important;
}


}







section {
    padding: 0;
}

.site-wrapper {
    overflow-x: hidden;
    width: 100%;
}




#products {
    display: block;
    background-color: #2B292A;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;

}

.products-row-2 {
    margin-top: 30px;
}

.shopify-buy__btn.shopify-buy__btn--cart-checkout {
        
        border-width: 1px!important;
        border-style: solid!important;
        border-color: #2B292A!important;
}


.full {
    width: 100%;    
}
.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}

.push {
    height: 250px;
}



footer {
    font-family: 'Quicksand', sans-serif;
    background-color:  #EDEFF1;
    height: auto;
    
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
  
}
.bottomfooter p {
    margin: 0;
}
.bottomfooter img {
    max-width: 100%;
}
.bottomfooter h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #54697E;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}
.bottomfooter ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    color: #7F8C8D;
}
.bottomfooter ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.bottomfooter a {
    color: #2B292A;
}




.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}
.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}
.newsletter-box {
    overflow: hidden;
}
.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

#social-buttons{
    text-align: left;

}

#facebook-item, #instagram-item {
    color: #7F8C8D;
}

#facebook-item:hover {
    color: #3B5998;
    text-align: left;
}

#instagram-item:hover {
    color: #c13584;
    
}
.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.footer-bottom p.pull-left {
    padding-top: 15px;
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.payments {
    font-size: 1.5em!important;   
}

.footer-top{
    padding-bottom: 10px;
    margin-top: -15px;
}


@media (max-width: 600px){

header .header-content .header-content-inner h1 {
    font-size: 20px;
    
}

header {
    height: 250px;
}

.products-row-2 {
    margin-top: 0px;
}

#product-component-4926dbf535a{
    max-width: 200px!important;
}

#product-component-545e79e1c0c{
    max-width: 200px!important;
}

#product-component-380d5c2bc9c{
    max-width: 200px!important;
}

#product-component-5b9aaecf499 {
    max-width: 200px!important;
}

#product-component-04d83f13b54 {
    max-width: 200px!important;
}


}





/*social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 55px;
    width: 55px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}*/
/*.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 1px;
    color: #EDEFF1 !important;
}*/
