/*Remove home page title */
.page-id-4 .title{
display:none;
}

/* Hide the primary navigation by default */
#wrapper #inner-wrapper #navigation {
    display: none !important;
}


#logo .site-title a {
    padding-left: 30px!important;
    font: normal 22px/1em Georgia, serif!important;
}


/*Remove border from images */
.entry img{
padding: 0px;
border: none;
}

/*Remove footer credit */
#credit {
display:none;
}

.woo-sc-hr{
  padding-top:5px!important;
}

.woo-sc-box.normal{
  background-color:#EA6F08!important;
}

.woo-sc-box.normal p {
  color:#FFF!important;
  margin-bottom:0px;
}

.woo-sc-box.normal a:hover {
  color:#190E2E!important;
}

/*.header-widget .widget {
  float: right;
  position: relative;
  top: -10px;
}*/

.twocol-one{
  margin-bottom:0%!important;
}

/************************************/
/* Left side bar navigation styling */
/************************************/

#nav_menu-2 ul{
list-style:none;
/*background-color:#E6E8F0;*/
background-color:#FFF;
padding-left:0px;
}

#nav_menu-2 li{
padding:10px;
border-bottom: 1px solid #DBDBDB;
}

#nav_menu-2 li a{
  padding:10px;
  font-size: 15px;
  color:#EA6F08;
}

#nav_menu-2 li a:hover{
  text-decoration:none;
  color:#944237;
}

/* ===============
FOOTER LOGOs
==================*/
img.footer_logo{
display: block;
margin-left: auto;
margin-right: auto;
}

/*Twitter feed*/
.juiz_last_tweet_tweetlist{
  padding:20px;
}

#content {
 padding:0; }


/*
    This media query triggers for mobile devices,
    where Canvas puts the site into a single column.
*/

@media screen and ( max-width: 1020px ) {
    /* Show the primary navigation (which shows responsively) */
    #wrapper #inner-wrapper #navigation {
        display: block !important;
    }
    
    /* Hide the side-bar menu (which would appear under the content) */
    #nav_menu-2 {
       display: none;
    }
}


@media screen and ( max-width: 400px ) {
#logo .site-title {
	text-align:center;
  }
  #logo .site-title a {
    padding-left: 0px!important; }
}
  