/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.lead-heading-02{
	font-size: 15px !important;
    line-height: 19px !important;	
}
.footer{
	padding:40px 0 !important;
}
.cat-title {
	font-size: 20px !important;
	padding-top:5px !important
}

.heading-01{
	font-size: 18px !important;
    line-height: 22px !important;
	
}
.heading-02{
	font-size: 16px !important;
	 line-height: 20px !important;
}
.heading-03{
	font-size: 14px !important;
	 line-height: 18px !important;
}
.footer-logo{
	padding-top:30px !important;
}
.archive_post_height {
	height: 228px!important;
}
.archive_heading_01 a {
	font-size: 20px!important;
	line-height: 24px!important;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
	.date {
		text-align:center !important;
	}
.logo img{
	margin-bottom:10px !important;
}
.social_icons ul{
	text-align:center !important;
	margin-bottom:10px !important;
}
.footer-logo{
	text-align:center !important;
	margin-bottom:15px !important;
}
.editorial-01{
	text-align:center !important;
	border-bottom:1px solid#555 !important;
}
.editorial-02{
	text-align:center !important;
	padding-top:10px !important;
}
.copyright{
	text-align:center !important;
	border:none !important;
	padding:10px 0 !important;
	border-bottom:1px solid#555 !important;
}
.design{
	text-align:center !important;
	border:none !important;	
	padding:10px 0 !important;
	margin-bottom:5px !important;
}
.archive_post_height {
	height: 210px!important;
}
.archive_heading_02 a {
	font-size: 22px!important;
	line-height: 26px!important;
}
}
/* Tablet Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.date {
		text-align:center !important;
	}
.logo img{
	margin-bottom:10px !important;
}
.social_icons li{
	padding:5px !important;
}
.social_icons ul{
	text-align:center !important;
	margin-bottom:10px !important;
}
.footer-logo{
	text-align:center !important;
	margin-bottom:15px !important;
}
.editorial-01{
	text-align:center !important;
	border-bottom:1px solid#555 !important;
}
.editorial-02{
	text-align:center !important;
	padding-top:10px !important; 
}
.copyright{
	text-align:center !important;
	border:none !important;
	float:none !important;
	border-bottom:1px solid#555 !important;
}
.design{
	text-align:center !important;
	border:none !important;
	float:none !important;
	padding-left:20px !important;
}
.archive_post_height {
	height: 210px!important;
}
.archive_heading_02 a {
	font-size: 22px!important;
	line-height: 26px!important;
}
}