/* 
 Theme Name:     Coffee
 Author:         Nebulex
 Author URI:     
 Template:       Divi
 Version:        1
 Description:   
*/ 
.coffee-banner-info{
	/*position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;*/
}
.coffee-legend{
	margin-bottom: 35px;
}
.coffee-legend .coffee-legend-item{
	display: inline;
	font-size: 16px;
	margin-right: 10px;
}
.coffee-banner-info .red-coffee-box{
	background-color: #cf243c;
    width: 10px;
    height: 10px;
    display: inline-table;
	margin-right: 2px;
}
.coffee-banner-info .yellow-coffee-box{
	background-color: #fabb1e;
    width: 10px;
    height: 10px;
    display: inline-table;
	margin-right: 2px;
}
.coffee-banner-info .blue-coffee-box{
	background-color: #61a0d6;
    width: 10px;
    height: 10px;
    display: inline-table;
	margin-right: 2px;
}
.coffee-single-location p{
	display: inline;
}
.coffee-single-location .coffee-grade{
	display: inline;
	margin-right: 5px;
}
.coffee-legend .coffee-box{
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.coffee-locations .coffee-locations-group{
	margin-bottom: 35px;
}
.coffee-location-info-details{
    border: 3px dashed;
    padding: 20px;
    width: 400px;
    float: right;
}
.coffee-cup{
	width: 1100px;
    margin: auto;
}
.coffee-single-location{
	display: table;
	cursor: pointer;
}
.coffee-single-location.hovered{
	color: red;
}
.banner-canvas-image{
	display: none;
}