/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Reset styles for Gravity Forms rich text editor */
body .gform_wrapper .wp-editor-container .wp-editor-area {
    color: #000000; /* Default text color */
    background-color: #ffffff; /* Default background color */
    font-family: Arial, sans-serif; /* Default font family */
    font-size: 14px; /* Default font size */
    line-height: 1.5; /* Default line height */
    border: 1px solid #ccc; /* Default border */
    padding: 10px; /* Default padding */
}

/* Ensure the editor's toolbar is styled correctly */
body .gform_wrapper .wp-editor-container .mce-container.mce-panel {
    border: none !important; /* Remove any conflicting borders */
    background: #f1f1f1; /* Default background color for the toolbar */
    box-shadow: none; /* Remove any conflicting box shadows */
}

/* Reset styles for Gravity Forms form elements */
body .gform_wrapper input,
body .gform_wrapper select,
body .gform_wrapper textarea {
    font-family: Arial, sans-serif; /* Default font family */
    font-size: 14px; /* Default font size */
    color: #333; /* Default text color */
    background-color: #fff; /* Default background color */
    border: 1px solid #ccc; /* Default border */
    padding: 10px; /* Default padding */
    box-sizing: border-box; /* Ensure padding is included in the width/height */
}

/* Reset styles for Gravity Forms labels */
body .gform_wrapper label {
    font-family: Arial, sans-serif; /* Default font family */
    font-size: 14px; /* Default font size */
    color: #333; /* Default text color */
}

/* Ensure buttons are styled correctly */
body .gform_wrapper .gform_footer .gform_button {
    font-family: Arial, sans-serif; /* Default font family */
    font-size: 14px; /* Default font size */
    color: #fff; /* Default text color */
    background-color: #0073aa; /* Default background color */
    border: none; /* Remove any conflicting borders */
    padding: 10px 20px; /* Default padding */
    cursor: pointer; /* Pointer cursor for buttons */
}

/* Additional resets as needed */
/* Add any other specific resets required for your form elements */


.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the gap between images as needed */
}

.gallery img {
    width: calc(50% - 10px); /* 50% of the container width minus the gap */
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

@media (max-width: 600px) {
    .gallery img {
        width: 100%; /* Full width for small screens */
    }
}

#gform_15 button {
	background-color: white;
	color: black;
}
/* Custom CSS for Gravity Forms post category checkboxes to display in columns */

body .gform_wrapper .gfield .custom-checkbox-columns ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body .gform_wrapper .gfield .custom-checkbox-columns ul li {
    display: inline-block;
    width: 23%; /* Adjust this width as needed to fit 3-4 per row */
    margin: 0;
    padding: 0 1%; /* Adds some padding for spacing */
    box-sizing: border-box;
}

/* Ensure the last row items align properly */
body .gform_wrapper .gfield .custom-checkbox-columns ul li:nth-child(4n+1) {
    clear: both;
}

.uwp-register-link{
	display:none;
}

.nav-link .text-decoration-none .uwp-account-notifications{
	display:none;
}