/* Narrow Sidebar */
/*body.has-sidebar #secondary {
    width: 40%;
}
*/
/*
body.has-sidebar #primary {
    width: 60%;
}
*/
/* End Narrow Sidebar*/



body.responsive .container {
	max-width: 1280px;
}

@media (max-width: 600px) {
	body.responsive .container {
		padding: 0;
	}
}


/* Narrow Sidebar */
body.has-sidebar #secondary {
    width: 338px;
}


body.has-sidebar #primary {
    width: 686px;
}

/* End Narrow Sidebar*/

#secondary .widget { 
  border: 1px solid #5154d5; /*adjust color*/
 /* border-radius: 5px;*/ /*optional, rounded corners*/
  padding: 6px; /*optional, space inside the border*/
}


#secondary.widget-area .widget {
  margin-bottom: 6px;
  padding-top: 6px;
}


/* Sidebar */

#secondary p, #secondary ol, #secondary ul {
font-size: 14px !important;
}