@media screen and (max-width: 1600px) {
	
}

@media screen and (max-width: 1440px) {
	
}

@media screen and (max-width: 1280px) {
	
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 991px) {
	.custom-post-new{
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 480px) { 
	
}

@media screen and (max-width: 320px) { 
	
}