/*
Theme Name: Blossom Shop Pro Child
Theme URI: https://blossomthemes.com/wordpress-themes/blossom-shop-pro/
Description: Child theme for Blossom Shop Pro
Author: Blossom Themes
Author URI: https://blossomthemes.com/
Template: blossom-shop-pro
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blossom-shop-pro-child
*/

/* Add your custom styles below this line */

/* Custom section buttons - Ma boutique & Commander votre illustration */
.child-section-btn-wrap {
    display: flex;
    justify-content: center;
    margin: -16px 0 40px;
}

.child-section-btn {
    display: inline-block;
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.child-section-btn:hover,
.child-section-btn:focus {
    color: #fff !important;
    text-decoration: none;
}

/* Blog "Read All Posts" button styling */
#blog_section .button-wrap .bttn,
#blog_section .button-wrap .bttn:visited {
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#blog_section .button-wrap .bttn:hover,
#blog_section .button-wrap .bttn:focus {
    color: #fff !important;
}