/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

h1, h2, h3, h4 {
	margin: 0;	color: #FEB70F/*#6a9d00*/;	
	padding: 5px;
	padding-left: 0;
}

h1,
h1.title  {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 5px;
}

.bottom_nav_header.social_header #header_main .container{height:200px; line-height: 200px;}

.logo {
 width: 800px;
 height: 200px;
}


#category-block {
	background-color: #eeb80a;
	padding:10px;
}

#category-block h1 {
	color: #343233;
	font-weight: normal;
	margin-bottom: 10px;
}

.product-category {
	background-color: #000000;
	width: 240px;
}

#category-block h1 {
	color: eeb80a;
	font-weight: normal;
	margin-bottom: 10px;
}

li.product-category{
	padding: 3px !important;
	border-bottom: 1px solid #000000;
	padding-left: 6px !important;
}

#block-block-3 {	
	background: url(https://www.esssa.com.au/wp-content/uploads/2013/11/feature_services.jpg) no-repeat;	
	height: 200px;	
	width: 300px;
	/*margin-left: 12px;*/
}

#block-block-3.block {
	padding-top: 15px;	
	padding-left: 20px;	
	padding-right: 30px;
}

.inner_sidebar{
margin-left: 5px;
}