@media all and (max-width: 992px) {
	header:not(.header_2) .met_menu_caption{
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-bottom-width: 0;
	}

	.met_menu_caption{border-bottom-width: 0 !important;}

	[class*="col-"]{
		margin-bottom: 30px;
	}
	[class*="col-"]:last-child{
		margin-bottom: 0;
	}

	footer [class*="col-"]{
		margin-bottom: 0;
	}

    .footer_top .row > div:not(:last-child){padding-bottom: 0;}

	.header_2 .met_menu_caption .met_logo{padding-left: 25px}

	#met_mobile_bar_bottom_button{display: block}

	.footer_top .row > div:not(:last-child) {
		padding-bottom: 40px;
	}
}

@media all and (max-width: 800px) {
	.met_blog_masonry.columns_4 > div,
	.met_blog_masonry.columns_3 > div,
	.met_blog_masonry.columns_2 > div{width: 100%}
}


@media all and (max-width: 360px) {
	.header_2 .met_logo_container{
		display: block;
		text-align: center;
		width: 100%;
	}

	.header_2 .met_logo_slogan{
		width: 100%;
		padding: 0;
		display: block;
	}

    .header_2 .met_logo{
	    float: none;
	    border: none !important;
    }

    .met_blog_block_cats_date{margin-top: 10px}

	.met_blog_block_cats_date > a:first-child,
	.met_blog_block_cats_date .byline{
		display: block;
	}

	.met_blog_post_details aside > div{
		padding-left: 0;
		padding-right: 0;
		display: block;
		float: none;
		text-align: center;
		border: none;
		border-bottom: 1px solid rgba(0,0,0,0.08);
		margin: 0 !important;
	}

	.met_blog_post_details aside a {
		display: inline-block;
		float: none;
	}

    .met_blog_readmore{
	    float: none!important;
	    border-bottom-left-radius: 4px;
    }

    .container.met_content{
	    padding: 25px;
	    margin: 25px;
    }

	.met_blog_content {
		margin-top: 25px;
		margin-bottom: 25px;
	}

    .met_content{
	    padding-left: 25px;
	    padding-right: 25px;
    }

	.met_breadcrumb{
		margin: -25px -25px 0;
		padding: 25px;
	}

	.footer_top .row > div {
		padding-top: 25px;
	}

	.met_content .met_page_preview{margin-bottom: 0}

	.met_alert{
		padding: 70px 20px 20px;
	}

    .met_alert_icon_box{
	    width: 100%;
	    height: 50px;
    }

    .met_alert .close{
	    position: absolute;
	    top: 15px;
	    right: 15px;
    }

	.met_about_author div{
		margin: 15px 0 0;
		float: left;
		width: 100%;
		text-align: left;
	}

	.met_about_author img {
		 float: none;
		 display: inline-block;
	}

    .met_about_author{
	    text-align: center;
    }

	.met_blog_post_details article{
		margin: 0;
		padding-left: 25px;
		padding-right: 25px;
	}

	.col-md-12 .met_blog_post_details aside {
		margin: 0 -25px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.col-md-12 .met_blog_post_details aside > div{
		margin-left: -25px !important;
		margin-right: -25px !important;
		padding-left: 25px;
		padding-right: 25px;
	}

	.met_blog_post_details aside{
		margin: 0 -25px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.met_blog_tags {
		max-width: none;
	}

    .met_comments_title .h1{margin-top: 0}

	.met_comment_text{
		margin-left: -70px;
		width: auto;
		float: none;
	}

    .children{padding-left: 0}

    .met_comment_reply_link{
	    float: left;
	    margin-left: -70px
    }

    .met_blog_masonry .met_blog_post_title{
	    max-width: 100%;
	    margin: 0 !important;
    }

	.col-md-12 .met_blog_masonry .met_blog_post_details article{
		max-width: 100% !important;
		margin: 0 !important;
		padding: 25px !important;
	}

	.col-md-12 .met_blog_masonry .met_blog_post_details aside > div {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0;
		padding-right: 0;
	}

	.col-md-12 .met_blog_post_preview {
		margin: -5px -25px 0 -25px;
	}

	.met_blog_masonry .met_blog_post_preview{
		margin: 0;
	}

	.met_blog_masonry .met_blog_post_details{
		padding-left: 0;
		padding-right: 0;
	}

	.met_pagination >li > a,
	.met_pagination >li > span{
		font-size: 16px;
	}

}