/*
Theme Name: Gon Child
Theme URI: http://theme-sky.com/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: Responsive Multi-Purpose WordPress Theme
Template: gon
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: gon-child
*/
.fix-content-pile-revolution {
    margin-top: 0px;
}

.gon-child-product-buttons {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gon-child-product-buttons .gon-child-enquiry-button,
.gon-child-product-buttons .gon-child-whatsapp-button {
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gon-child-product-buttons .gon-child-enquiry-button {
    background-color: #0067d8;
    color: #ffffff;
}

.gon-child-product-buttons .gon-child-whatsapp-button {
    background-color: #25d366;
    color: #ffffff;
}

.gon-child-product-buttons .gon-child-whatsapp-button:hover,
.gon-child-product-buttons .gon-child-enquiry-button:hover {
    opacity: 0.92;
}

.gon-child-enquiry-form-wrap {
    margin-top: 20px;
}

.gon-child-enquiry-form-wrap .wpcf7 {
    max-width: 100%;
}