#home-blog-breadcum {
    width: 29%;
    height: auto;
    margin: 0px 0px 0px 444px;
    padding: 0px;
    display: table;
} 

@media only screen and (min-width: 1000px) and (max-width: 1099px) 
{
	#home-blog-breadcum {margin: 0px 0px 0px 355px;}
}
	
@media only screen and (min-width: 768px) and (max-width: 999px) 
{
	#home-blog-breadcum {margin: 0px 0px 0px 100px;}
}	
	
@media only screen and (min-width: 480px) and (max-width: 767px) 
{
	#home-blog-breadcum {margin: 0px}
}	
@media only screen and (max-width: 479px) 
{
	#home-blog-breadcum {
    margin: 0px;
    width: 100%;
}
	#home-blog-breadcum .navigation {
    width: 100%;
}
	#home-blog-breadcum .wp-paginate.font-inherit {
    font-family: inherit;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
	#home-blog-breadcum ol.wp-paginate li {
    line-height: 3em;
    white-space: nowrap;
    float: left;
    width: auto;
}
}