/*
 Theme Name:   Mercury Child - 5Times
 Description:  Mercury Child Theme
 Author:       Eurocoders
 Author URI:   https://eurocoders.com
 Template:     mercury
 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:  mercurychild
*/
.btn__wrapper {
    width: 100%;
    text-align: center;
}
#load-more{
	display: inline-block;
    padding: 20px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    background-color: #2ecc71;
    box-shadow: 0 5px 15px 0 rgb(45 221 108 / 55%);
}