/*
Theme Name: Jardins de Florence Theme
Theme URI: https://orphic.ca
Author: Orphic
Author URI: https://orphic.ca
Description:
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: os
*/

body {
  overflow-x: hidden;
}

footer {
  margin-top: 0;
}

/* Custom buttons with arrows */
/* By default the buttons have an arrow that matches the text color. We provide a block variation for a button without an arrow */
.wp-block-button:not(.is-style-no-arrow-button) .wp-block-button__link:after {
  width: 20px;
  height: 16px;
  margin-left: 16px;
  margin-right: 4px;
  display: inline-block;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath class='fa-secondary' opacity='.4' d=''/%3E%3Cpath class='fa-primary' d='M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-144-144c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0L340.7 388.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l144-144z'/%3E%3C/svg%3E")
    no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath class='fa-secondary' opacity='.4' d=''/%3E%3Cpath class='fa-primary' d='M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-144-144c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0L340.7 388.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l144-144z'/%3E%3C/svg%3E")
    no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: currentColor;
  vertical-align: middle;
  transition: all 200ms ease;
}

.wp-block-button:not(.is-style-no-arrow-button)
  .wp-block-button__link:hover:after {
  margin-left: 20px;
  margin-right: 0px;
}
