/*
Theme Name: mr.alden
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: x-t9
Text Domain: mr-alden
Tags: 
*/

/* 矢印アイコン */
.wp-block-button.is-style-arrow-link .wp-block-button__link::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    rotate: 45deg;
    margin-left: 0.5em;
    vertical-align: middle;
}

/* お客様の声_星のカラー */
.voices__star{
    color:#e6bd1c ;
}


/* ページネーションブロック文字色変更 */
.wp-block-query-pagination-numbers .page-numbers {
    color: #000 !important;
}

.wp-block-query-pagination-numbers .page-numbers.current {
    color: #fff !important;
    background-color: #000 !important;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    color: #000 !important;
}

/* フォーム */
.snow-monkey-forms-turnstile {
  display: flex !important;
  justify-content: center !important;
}
