/* Essential Grid styles
----------------------------------------------------------------- */

.esg-grid i[class*="eg-icon-"] {
	color: #fff;
	-webkit-transition: color .5s ease;
	    -ms-transition: color .5s ease;
	        transition: color .5s ease;
}
.esg-grid a:hover i[class*="eg-icon-"] {
	color: #000;
}
.esg-navigationbutton i[class*="eg-icon-"] {
	color: #888;
}
.esg-navigationbutton:hover i[class*="eg-icon-"] {
	color: #333;
}

.flat-light .esg-filters .esg-sortbutton-order,
.flat-light .esg-filters .esg-cartbutton-order {
	line-height:36px;
	margin:0;
}
.flat-light .esg-filters .esg-sortbutton {
	padding-right: 0;
}

.esgbox-overlay {
	z-index: 28010 !important;
}
.esgbox-opened {
	z-index: 28030 !important;
}

.esg-grid .eg-jefferson-welsh-corgi-element-3 { letter-spacing: -0.025em;}
.esg-grid .eg-jefferson-welsh-corgi-element-9 {color: #ff8411; letter-spacing: -0.025em;}
.esg-grid .eg-jefferson-welsh-corgi-element-9:hover {color: #222222;}
.esg-grid .eg-jefferson-welsh-corgi-element-9:after {content: '\e836';font-family: fontello;margin-left: 10px;}

.esg-grid i.eg-icon-eye:before {
    content: '\e855';
    font-family: fontello;
    font-size: 3rem;
}
.esgbox-share__button:hover{
	color: #fff !important;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none){ 
	#esg-grid-3-1.esg-grid .mainul li.eg-washington-wrapper {
		background-color :#fff;
		padding: 5px;
	}
} 