@media screen and (max-width: 600px) {

    .b {
        width: 100% !important;
    }
    .b_body {
        overflow: hidden;
    }
    .menu-mobile-container {
        display: none;
    }
    .showmenu {
        display: block;
    }
    .b > div {
        margin: 0;
    }
    .sociallinks {
        margin-top: -20px !important;
    }
    .top {
        float: inherit;
        padding: 10px;
        box-sizing: border-box;
    }
    .b.c_2 > div {
        width: 100%;
    }
    .cat ul.switch {
        width: initial;
    }
    li.col_2 {
        margin-left: 0px !important;
    }
    .b.c_2_l > div:first-child {
        width: 100%;
    }
    .tab_menu {
      display: none;
    }
    .tab_menu_content {
      display: none;
    }
    .single .breadcrumbs {
        display: none;
    }
    .b.c_1.top_menu {
        display: none;
    }
    .post .post_content p.img {
        width: 100%;
        height: inherit;
    }
    .post .post_content p.img img {
        width: 100%;
        height: inherit;
    }
    .post .post_content span.img {
        width: 100%;
        height: inherit;
        background: none;
    }
    .post_content {
        padding: 10px;
        box-sizing: border-box;
    }

    .b.top_menu > div {
        width: 100% !important;
    }

    .feat_content .cat_content {
        width: 100% !important;
    }
    .cat_content {
        width: 100% !important;
        height: inherit;
        margin: 0 !important;
        padding: 10px;
        box-sizing: border-box;
    }
    .slideshow {
        height: inherit;
    }
    .home .cat_content h2 {
        overflow: inherit;
        max-height: none;
    }
    ul#menu-main-1 {
        display: none;
    }
    p.fl.center {
        text-align: center !important;
        width: 100%;
    }
    .tabbedmenu {
        display: none;
    }
    .feat_content img, .cat_content img {
        width: 100%;
        height: inherit;
        float: none;
    }
    .feat_content span.img, .cat_content span.img, .post_content span.img {
        background: none;
        height: inherit;
        float: initial;
    }
    #frontfeatvideos {
        width: 100%;
    }
    .slideshow {
        margin: 0px 0px 20px 0px !important;
    }
    .latest img {
        width: 100%;
        height: inherit;
    }
    .featvideo img {
        width: 100%;
        height: initial;
    }
    .ad_main img {
        width: 100%;
    }
    .latest, .cat {
        padding-bottom: 20px !important;
        padding: 20px;
        box-sizing: border-box;
    }
    .cat_content p.button {
        position: relative;
        left: inherit;
        bottom: inherit;
    }
    .cat_content p {
        margin-top: 10px !important;
    }

    .b.c_4 > div {
        width: 46%;
        margin: 0 !important;
        margin-right: 3% !important;
        min-height: 270px;
    }
    .b.c_5 > div {
        width: 40%;
        margin-right: 3%;
    }
    .new {
        width: 100% !important;
    }
    h3.h3title {
        width: 100% !important;
    }
    #searchform {
        display: none;
    }
    .logo {
    	width: 100%;
    	text-align: center;
	   }
  	.logo img {
  		width: 50%;
      margin-bottom: 5px;
  	}

    /* Footer Menu */
    .b.c_1 > div {
        width: 100%;
    }
    .site-menu-toggle {
        font-size: 30px;
        float: right;
        margin-top: -65px;
        display: block;
        z-index: 99;
        position: relative;
        padding: 20px;
    }
	.mobile-site-navigation {
    	display: block;
	}
	ul.mobile-menu li a {
    	padding: 10px;
    	display: block;
	}
	ul.mobile-menu li:hover {
    	background: #e6e6e6;
	}
	ul.mobile-menu {
    	text-align: center;
	}
}
