/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.3.1752960316
Updated: 2025-07-19 21:25:16

*/

input.button {
    margin-top: 10px;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    -moz-box-shadow: 3px 3px 2px #333;
    -webkit-box-shadow: 3px 3px 2px #333;
    -o-box-shadow: 3px 3px 2px #333;
    box-shadow: 3px 3px 2px #333;
    text-transform: none;
    background-image: -webkit-linear-gradient(top, #fe0e14, #000 60px);
    background-image: -moz-linear-gradient(top, #fe0e14, #000 60px);
    background-image: -ms-linear-gradient(top, #fe0e14, #000 60px);
    background-image: -o-linear-gradient(top, #fe0e14, #000 60px);
    padding: 5px 10px;
}
input.button:hover {
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    -moz-box-shadow: 3px 3px 2px #333;
    -webkit-box-shadow: 3px 3px 2px #333;
    -o-box-shadow: 3px 3px 2px #333;
    box-shadow: 3px 3px 2px #333;
    background-image: -webkit-linear-gradient(top, #f00, #fe0e14 60px);
    background-image: -moz-linear-gradient(top, #f00, #fe0e14 60px);
    background-image: -ms-linear-gradient(top, #f00, #fe0e14 60px);
    background-image: -o-linear-gradient(top, #f00, #fe0e14 60px);
    text-decoration: none;
    padding: 5px 10px;
}
.isailsbutton a:link {
    margin-top: 10px;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    -moz-box-shadow: 3px 3px 2px #333;
    -webkit-box-shadow: 3px 3px 2px #333;
    -o-box-shadow: 3px 3px 2px #333;
    box-shadow: 3px 3px 2px #333;
    text-transform: none;
    background-image: -webkit-linear-gradient(top, #fe0e14, #000 60px);
    background-image: -moz-linear-gradient(top, #fe0e14, #000 60px);
    background-image: -ms-linear-gradient(top, #fe0e14, #000 60px);
    background-image: -o-linear-gradient(top, #fe0e14, #000 60px);
    padding: 5px 10px;
}
.isailsbutton a:hover {
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 0 solid #000;
    -moz-box-shadow: 3px 3px 2px #333;
    -webkit-box-shadow: 3px 3px 2px #333;
    -o-box-shadow: 3px 3px 2px #333;
    box-shadow: 3px 3px 2px #333;
    background-image: -webkit-linear-gradient(top, #f00, #fe0e14 60px);
    background-image: -moz-linear-gradient(top, #f00, #fe0e14 60px);
    background-image: -ms-linear-gradient(top, #f00, #fe0e14 60px);
    background-image: -o-linear-gradient(top, #f00, #fe0e14 60px);
    text-decoration-line: none;
    padding: 5px 10px;
}
.isailsbutton a:visited {
    color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
    text-decoration-line: none;
}
:root .has-background-color, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button, .comment-reply-link, .has-background.has-primary-background-color:not(.has-text-color), .has-background.has-primary-background-color :not(.has-text-color), .has-background.has-accent-background-color:not(.has-text-color), .has-background.has-accent-background-color :not(.has-text-color) {
    color: #fff;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #ee0606;
}


/*  Country specific store selector  - Philippe Astié */


.currentstore {
  display: inline;
}

.hiddenstore {
  display: none;
}

/*  Stick site header  - FBA */
#site-header { position: fixed; background-color: #ffffff; top: 10px; padding-top:10px; width: 100%; z-index: 1000; opacity: 0.85 }
