/*
Theme Name: Hammers
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Lonsdale
Author URI: http://www.boomerangdesign.co.uk
Template: Hammers
*/



/*Add your own styles here:*/


/** FLOATING IMAGES  **/

.feat-imgright {

	position: absolute;
	right: -15%;
	z-index: -1;

}

.feat-imgleft {

	position: absolute;
	left: -35%;
	z-index: -1;
	
}

.feat-jerseyimg {

	position: absolute;
	left: -35%;
	top: -62px;
	z-index: -1;
	
}

.feat-fixturejersey {

    position: fixed;
    top: 120px;
    left: 0;
    max-width: 400px;
	width: 100%;
    height: auto;
    z-index: -1;
}



@media only screen and (max-width: 1150px) {
.feature-image { 
display: none !important; }}

