/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@media screen and (min-width: 1024px) {
	.header-mobile{
			display:none;
	}
}
footer {
    display: none;
}
@media screen and (min-width: 768px) {
	 #imageMenu {
		width: 12.5%;         
		overflow: hidden;
		background-color: #000;
		border-style: none;
	  height: 708px;       
		float: left;
		text-align: left;
		border-bottom-style: solid;
		border-bottom-width: 0;
		left: 24px;
		position: fixed;
		margin: 0;
		padding: 0;
	}
}

#imageMenu ul {
	list-style: none;
	display: block;
	height: 100px;
	margin: 0;
	padding: 0;
}
#imageMenu ul li {
	border-color: #fff;
	border-top-style: solid;
	border-top-width: 1px;
}
#imageMenu ul li a {
	/* change to 	text-indent: -1000px; if you want to use images in the menu instead of text*/
/* 	background:#FFFFFF none repeat scroll 0%;	border-right: 2px solid #fff; */
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100%;				/*image width*/
	height: 100px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
		font-weight: bold;
	font-size: 24px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-align: left;
	text-indent: 10px;
	vertical-align: baseline;
	text-shadow: 3px 3px 4px#000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1500px) {
	#imageMenu ul li a{
	    font-size: 18px;
		text-indent: 5px;
	}
}
@media screen and (max-width: 1300px) {
	#imageMenu ul li a{
	    font-size: 14px;
	}
	#imageMenu{
		left: 15px;
	}
}
#imageMenu ul li.bk1 a {
	background: url(../../uploads/1.jpg) repeat scroll ;
}
#imageMenu ul li.bk2 a {
	background: url(../../uploads/2.jpg) repeat scroll ;
}
#imageMenu ul li.bk3 a {
	background: url(../../uploads/3.jpg) repeat scroll ;
}
#imageMenu ul li.bk4 a {
	background: url(../../uploads/4.jpg) repeat scroll ;
}
#imageMenu ul li.bk5 a {
	background: url(../../uploads/5.jpg) repeat scroll ;
}
/* #imageMenu ul li.bk6 a {
	background: url(images/6.jpg) repeat scroll ;
}
#imageMenu ul li.bk7 a {
	background: url(images/7.jpg) repeat scroll ;
	border-right-style: none;
} */