/*!
Theme Name: ODP
Theme URI: https://yourfuture.com.ua/
Author: YourFuture
Author URI: https://yourfuture.com.ua
Description: ODP Site Theme
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: odp-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

#ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #008359;
    z-index: 9999;
    transition: width 0.2s ease-out;
}

.admin-bar #ajax-loader{
    top: 32px;
}
@media (min-width: 768px) {
.itemModd{
	align-items: flex-end;
}
.itemModd .date{
    margin-bottom: 50px;
}
}