@charset "UTF-8";

/*
Theme Name: Test Valley-Paving
Theme URI:
Author: Raddyx Team
Author URI: 
Description: Test Valley-Paving is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Test Valley-Paving elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: testvalleypaving
*/
.load-more-wrap {
	 width: 100%;
    float: left;
    text-align: center !important;
    margin-top: 80px !important;
}
.load-more-wrap button{
	    border-radius: 8px !important;
    background: #E8792B !important;
    display: inline-flex;
    padding: 12px 24px !important;
    align-items: center;
    gap: 8px;
    color: #FFF !important;
    font-size: 15px;
    font-weight: 700 !important;
    line-height: normal !important;
    transition: all 0.3s ease !important;
    border: 2px solid #E8792B !important;
    text-shadow: none !important;
	cursor:pointer;
}
.news-loader {
    display: none;
    width: 40px;
    height: 40px;
    margin: 25px auto !important;
    border: 4px solid #e5e5e5 !important;
    border-top: 4px solid #E8792B !important;
    border-radius: 50% !important;
    animation: news-spinner 0.8s linear infinite;
}

@keyframes news-spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}