/*
Theme Name:  Hodges Child Theme
Description: Child theme for the Hodges theme
Author:      ThemeMount
Author URI:  http://themeforest.net/user/thememount
Template:    hodges
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/
/* NOTE: Main theme's style.css file is already added in head tag. /*
/* =Theme customization starts here
-------------------------------------------------------------- */

#wpadminbar {display:none !important;}

.hodgeFloatingMenu {
	/*background-image: url(images/floating-menu-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;*/
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -120px;
	z-index: 99;
	}	
.hodgeFloatingMenu .menuDiv {
	/*border: #18006e 2px solid;
	border-right: none;
	border-radius: 15px 0 0 15px;*/
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
	}
.hodgeFloatingMenu .menuDiv img {
	height: 150px;
	width: auto;
	-webkit-transition: all 0.7s ease;
			transition: all 0.7s ease;	
	opacity: 0.9;
	}
.hodgeFloatingMenu .menuDiv a {
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 3px #311a76, -1px -1px 3px #311a76, 1px 3px 3px #311a76;
	/*text-shadow: -1px 0 #311a76, 0 1px #311a76, 1px 0 #311a76, 0 -1px #311a76;*/
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 16px;
	}
.hodgeFloatingMenu .menuDiv a:hover {
	color: #234a12;
	}
.hodgeFloatingMenu .menuDiv a.login {
	bottom: 28px;	
	}
.hodgeFloatingMenu .menuDiv a.register {
	bottom: -2px;
	}
.hodgeFloatingMenu .menuDiv a:hover img {
	height: 250px;
	width: auto;
	-webkit-transform:scale(1.2);
			transform:scale(1.2);	
	}
	