Delete Border and Shadows Around Travelify Theme Widget and Post Content

Hi,

i have a question: How do i remove the border and the shadow of the elements in the main column and the sidebar?

Thanks

Add this code to Theme Options - Other - Custom CSS

article, .widget {
	-webkit-box-shadow: none;
	box-shadow:none;
}

This will get rid of box shadow around widget anc main content area.