.footer-container-link{
display:flex;
margin-left:10%;
}
.wrapper{
width:75%;
}
.wrapper h2{
text-align:center;
}
.footer-container-link h2{
color:white;
}
.footer-container-link div{
margin-right:10%;
}
.top-articles{
margin-left:15%;
}
.footer-copyright{
margin-top:5%;
}
.wpp-list{
list-style-type:none;
}
.arpw-random-post{
margin-left:10%;
}
.wp-show-posts-inner{
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
padding: 2%; 
}
@media all and (min-width: 0px) and (max-width: 890px)
{
.footer-container-link{
display:flex;
flex-direction:column;
text-align:center;
width:100%;
margin-left:5%;
}
}
#secondary .widget-title::before, .site-footer .widget-title::before {
background:black;   
}
#secondary .widget-title::after, .site-footer .widget-title::after {    
background:#1E7FCB;
}
.main-navigation ul li:hover > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a{
color:#1E7FCB;
}
a{
color:#1E7FCB;
}
.bottom-footer a{
color:white;
}
a:hover{
color:#1E7FCB;
}
.search-form > label[for="submit-field"]{
background:#1E7FCB;
}
.search-form > label[for="submit-field"]:hover{
background:#1E7FCB;
}
#crumbs .current a{
color:#1E7FCB;
}
#crumbs a:hover{
color:#1E7FCB;
}
.back-to-top{
background:#1E7FCB;
}
.back-to-top:hover{
background:#1E7FCB;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
background:#1E7FCB;
}
button, input[type="button"], input[type="reset"], input[type="submit"]:hover{
background:#1E7FCB;
}
.btn-link:hover{
color:#1E7FCB;
}
.btn-link{
color:black;
}
.btn-link::after {
color:#1E7FCB;
}    
.btn-link:hover::after {
color:white;
border-color:#1E7FCB;
background:#1E7FCB;
}