* {
    font-family: "Roboto";
}

@media screen and (min-width: 768px) {
    
    #wineList {   
        margin-right: 35px;
        margin-left: 35px;
    }
    
    #wineList .filtro {
        margin-top: 70px;
    }
    
    h1 {
        font-size: 36pt;
        font-weight: 900;
    }
    
    .wineName {
        font-size: 24pt;
        font-weight: 900 !important;
        text-align: center;   
    }
    
    .wineCard {
        margin: 0px 35px;
    }
	
	div {
		/*border: 1px solid red;*/
	}
	
	#wineList ul li div.columnPrize {
		
	}
}

@media only screen and (max-width: 768px) {
    span.wineName {
        display: block;
    }
	
	span.winePrice {
		font-size: 14px !important;
	}
    
    span.wineDenominazione {
        padding-left: 0px !important;
		font-size: 12px !important;
    }
    
    .filtro {
        margin-left: 30px !important;
        margin-bottom: 5px;
    }
    
    .columnWineName .wineName {
		font-size: 16px !important;
        font-weight: 900;
        font-size: 20pt;
    }
    
    h1 {
        font-size: 24pt;
    }
    
    #winelist {
        margin: 0px !important;
    }
    div.container {
        padding: 0px 5px !important;
    }
    
    .wineCard {
        margin: 0px 10px;
    }
	
	#wineList ul li div.columnPrize {
		margin-top: -45px !important;
	}
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #aaa;
    margin: 2em 0;
    padding: 0; 
}
.home-footer {
    margin-top: 25px;
}
.home-footer a {
    font-size: 1.5em;
}

.overlay {
    opacity: 0.90;
    padding: 10px;
    background-color: black;
    color: white;
}

/*.logo {
    position: absolute;
    width: 330px;
    top: 0px;
    left: 20px;
}*/

.bgWhite {
    background-color: white;
}

.bgBlack {
    background-color: black;
}

.bgAzzurro {
    background-color: #E8F5FA;
}

.center {
    text-align: center;
}

.padding10 {
    padding: 10px;
}
.padding20 {
    padding: 20px;
}
.padding-left-25 {
    padding-left: 25px;
}

.regular {
    /*font-family: "Roboto Condensed";*/
    font-weight: 300;
}

.weight {
    font-weight: bold;
}

.bold900 {
    font-weight: 900;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    text-transform: italic;
}

a {
    color: white;
}

.rowContainer {
    position: relative;
    min-height: 280px;
}

/*.index {
    position: absolute;
    width: 380px;
    top: 0px;
    right: 30px;    
}*/

ul.cat-index {
    list-style-type: none;
    padding: 25px;
}

ul.cat-index  li {
    decoration :none;
    padding: 5px;
}

ul.cat-index li a {
    color: white;
    font-size: 18pt;
    text-decoration: none;
    opacity: 1;
    font-weight: 900;
}

.rowContainer {    
    padding: 0px;
}
#wineList {   
    background-color: white;
    margin-bottom: 40px;
}


#wineList .wineListHeader h1 {
    color: #464C4D;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

#wineList .wineListHeader h4 {
    font-size: 18pt;
    font-weight: 500;
    font-family: Roboto;
    color: #7D8182;
    text-transform: uppercase;
    padding-left: 25px;
}

#wineList .wineListDescription {
    font-size: 12pt;
    font-weight: 500;
    font-family: Roboto;
    color: #7D8182;
    padding-left: 40px;
    margin-bottom: 20px;
}

#wineList ul {
    list-style-type: none;
    padding: 5px;
}

#wineList ul li {
    position: relative;
}

#wineList ul li a {
    position: relative; 
    text-decoration: none;  
    color: black;      
}
#wineList ul li:hover {
    background-color: #efefef;
}
#wineList ul li:hover a {
    color: #888;
    background-color: #333;
}

#wineList ul li a div.columnWineName span.wineName {
    font-weight: 900;
    font-size: 16pt;
    text-align: left;
}



#wineList div.columnWineName span.wineDenominazione {
    padding-left: 5px;
}
#wineList div.columnWineName span.wineDenominazione,
#wineList div.columnWineName span.wineAnnata {
    font-family: Roboto;
    font-weight: 500;
    font-size: 11pt;
    color: #535353;
}

#wineList ul li div.columnPrize {   
    font-weight: 800;
    font-size: 17px;
    padding-bottom: 5px;
    float: right;
    margin-right: 20px;
    margin-top: -27px;
}

#wineList ul li a div.columnWinery {    
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
}

.wineListEmpty {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.rowCategory {
    background-color: #E8F5FA;
    padding: 10px 50px;
    font-size: 20px;
    color: #484849;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed';
}
.rowWine {
    padding-left: 20px;
    padding-top: 10px;
}

#footer{
    background-color: black;
    opacity: 0.8; 
    padding: 10px;
    position: fixed;
    bottom: 0px;
}
#footer a {
    color: white;
    font-weight: bold;
}

.news{
	margin-bottom: 25px;
}

.news .postDate {
	margin-bottom: 15px !important;
}

.news .postCategory {
	text-transform: uppercase;
}
.news,
.news .post-taxonomy  {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    
	
	
}

.news .post-icon-img {
    background-image: url(//develwww.enolo.it/wp-content/themes/enolo/images/ic_news.png);
    width: 18px;
    height: 20px;
    background-color: black;
}

.news .post-taxonomy {
    font-weight: 500;
}

.news .postTitle {
    display: block;
    color: gray;
    font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 30px;
}
.news .post-terms {
    font-weight: 700;
}
.news .post-excerpt {
    margin-top: 15px;
    text-align: justify;
    font-size: 14px;
}
.carta-container {
    position: relative;
}
.commandFooter {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
/*Detail Page*/
.wineCard {
    background-color: #fff;
    color: #36352b;
    display: block; 
    padding-bottom: 20px;
}

.wineDenominazione {
    margin-top: 5px;
   font-size: 24px;
    text-align: center;
}

.wineName {
    text-align: center;
}

.wineDescription {
    margin-top: 25px;
    font-size: 12px;
}

.wineAttribute{
    margin-top: 15px;
}
.wineAttribute td,
.wineAttribute th {
    display: inline-block;
    font-size: 12px;    
}

.wineAttribute th {
    font-weight: bold;
    margin-top: 5px;
    width: 120px;
}
.wineSommelierDescription,
.wineDescriptiveAttribute,
.wineryDescritption,
.winePremi {
    font-size: 12px !important;
    margin: 20px 0px;
    
}
.wineDescriptiveAttribute h4,
.wineSommelierDescription h4,
.winePremi h4,
.paragraphTitle {
    font-size: 12px !important;
    font-weight: bold;
    margin: 0px;
}
.wineLogo {
    margin-top: 20px;
}
.wineImage {
    margin-top: 20px;
    border: 3px solid #36352b;
    padding: 10px;
    min-width: 200px;
}
.wineLogo img,
.wineImage img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.winePrice {
    margin-top: 10px;
    margin-bottom: 70px;
}
.winePrice h3 {
    font-weight: bold;
    text-align: center;
}