/*
Theme Name: Orologio Child
Theme URI: https://orologio.okthemes.com/
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: A premium watch shop theme for WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orologio
Template: orologio
Tags: e-commerce, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4

*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.wr-load-more-wrap {
    text-align: center;
    margin: 30px 0 10px;
}

#wr-load-more-btn {
    background: #111;
    color: #fff;
    border: 0;
    padding: 12px 28px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;
    transition: opacity 0.2s ease, background 0.2s ease;
}

#wr-load-more-btn:hover {
    background: #333;
}

#wr-load-more-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
