/* CUSTOM CSS */



/* ARTICLES */

.wine-list.uk-scrollspy-inview.uk-animation-fade {
    text-align: center;
    padding-bottom: 70px;
}

article#article-26 {
    position: relative;
    top: -45px;
}


/* MENUS */


button#Submit {
    padding: 10px 50px 10px 50px !important;
    border-radius: 0px !important;
    color: #fff !important;
 
    border: 1px solid #000 !important;
}

button#Submit_button {
 	padding: 10px 50px 10px 50px !important;
    border-radius: 0px !important;
    color: #fff !important;
 
    border: 1px solid #000 !important;
}


/* MOBILE NAV */


.mobile-nav {
    margin-left: 22px;
    margin-right: auto;
}

.uk-width-1-2.nav1 a, .uk-width-1-2.nav2 a, .uk-width-1-2.nav3 a, .uk-width-1-2.nav4 a, .uk-width-1-2.nav5 a, .uk-width-1-2.nav6 a, .uk-width-1-2.nav7 a, .uk-width-1-2.nav8 a {
   color: #000;
   
}
   .uk-width-1-2.nav1 {
    background: #e6ddd9 !important;
    width: 160px;
    margin-right: 20px;
    padding: 8px;
    border: 1px #333 solid;
}

.uk-width-1-2.nav2 {
    background: #e6ddd9 !important;
    width: 160px;
    padding: 8px;
  	border: 1px #333 solid;
}

.uk-width-1-2.nav3 {
    background: #e6ddd9 !important;
    width: 160px;
    margin-right: 20px;
 	padding: 8px;
  	border: 1px #333 solid;
}

.uk-width-1-2.nav4 {
    background: #e6ddd9 !important;
    width: 160px;
 	padding: 8px;
 	border: 1px #333 solid;
}

.uk-width-1-2.nav5 {
    background: #e6ddd9 !important;
    width: 160px;
  	margin-right: 20px;
    padding: 8px;
  	border: 1px #333 solid;
}
.uk-width-1-2.nav6 {
    background: #e6ddd9 !important;
    width: 160px;
 	padding: 8px;
 	border: 1px #333 solid;
}

.uk-width-1-2.nav7 {
    background: #e6ddd9 !important;
    width: 160px;
  	margin-right: 20px;
 	padding: 8px;
 	border: 1px #333 solid;
}
.uk-width-1-2.nav8 {
    background: #e6ddd9 !important;
    width: 160px;
  	padding: 8px;
  	border: 1px #333 solid;
}

.uk-grid-column-small.uk-grid-row-small.uk-grid {
    margin-left: auto;
    margin-right: auto;
    position: relative;

}

.uk-grid-column-small.uk-grid-row-small.uk-grid.uk-grid-stack a {
    color: #000 !important;
}



/* BUTTONS */



.btn:focus, .btn:hover, .uk-button-default:focus, .uk-button-default:hover {
    background-color: #fff !important;
    color: #000;
    border-color: #155263;
}


a.el-content.uk-button.uk-button-default {
    background-color: #155263 !important;
    color: #fff;
}




.btn:focus, .btn:hover, .uk-button-default:focus, .uk-button-default:hover {
    background-color: #155263;
    color: #fff;
    border-color: #155263;
}


/* FORM */

.uk-radio, input[type=radio]:not([class*=uk-]) {
border-radius: 0%;
margin-right: 7px;
}