@media screen and (max-width: 643px)
{
.site-main .widget-area-right, .site-main .sidebar-container {
    position: relative;
    float: none;
    top: 0px;
    max-width: 100%;
    width: 100%;
}

.hentry {
    float: none;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.site-main .widget-area-right, .site-main .sidebar-container {
    position: relative;
    float: none;
    top: 0px;
    max-width: 100%;
    width: 100%;
	text-align: center; 
}
.site-main .widget-area {
    float: none;
    width: auto;
    border-bottom: solid 1px #ce630d;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
.menu-left-container ul li {
    padding: 2px;
    float: none;
	display: inline-block;
    margin: 0 1%;
}
.entry-header, .entry-content, .sidebar .entry-header, .sidebar .entry-content {
    padding: 0 20px;
    float: none;
    margin-bottom: 0px;
}
#rightwidget .widget_text
{
	max-width: 50%; 
	width: 100%;
	margin: 0;
display: inline-block; 
}
	.home-link  img
	{
		max-width: 100%; 
	}
	#rightwidget #text-8
	{
		text-align: center; 
    max-width: 100%;
		width: 100%; 
    padding: 0 20px;
		display: block; 
}
	.site-footerx {
    padding: 0 20px !important;
}
}