/**
Theme Name: athinalearning
Author: vdesignu
Author URI: https://vdesignu.com
Description: This theme is made for athinalearning
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: athinalearning
Template: astra
*/
/* footer links*/
.footer-widget-area .menu-item {
    padding: 5px 0px;
    list-style: none;
    position: relative;
    transition: transform 0.2s ease-in-out;
    padding-left: 15px;
    text-indent: -15px;
}

.footer-widget-area .menu-item::before {
    content: "→ ";
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 15px;
}

.footer-widget-area .menu-item:hover {
    transform: translateX(5px);
}
footer {
    font-size: 0.875rem;
}

footer * {
    font-size: inherit;
}
.post-navigation{
	display:none !important;
}