/*

 * Theme Name: Kidscamp
 * Author: Themeim
 * Author URI: https://themeforest.net/user/themeim
 * Theme URI: https://data.themeim.com/wp/kidscamp
 * Description: Kidscamp - WordPress theme is a Creative Modern Kindergarten websites including: camp, child care, dance class, kids, kidscamp, kindergarden, kindergarten, music class, music school, preschool, sport school, sports camp, summer camp and more. it is a super responsive and lightweight theme. Its Fully W3C Validate and SEO Friendly Theme. It will display your content nicely on Desktop, Laptop, iPad, iPhone, Android Mobile, or tablets. This is highly customizable. We have included best practices of web development – you can create a great website layout.
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 * Text Domain: kidscamp
 * Tested up to: 6.4
 * Requires PHP: 7.0

*/

.wp-caption {

	margin-bottom: 2px;

}



.wp-caption-text {

	margin-bottom: 5px;

}



.screen-reader-text {

	margin-bottom: 12px;

}



.gallery-caption {

	margin-bottom: 2px;

}



.bypostauthor {

	margin-bottom: 2px;

}



.alignleft {

	float: left;

	margin-bottom: 20px;

	margin-right: 20px;

	max-width: 100%;

}



.alignright {

	float: right !important;

	margin-bottom: 20px;

	margin-left: 20px;

	max-width: 100%;

}



.aligncenter {

	display: block;

	margin: 0 auto 20px;

}



.col-md-4 .funfact-meta > i {

	right: 27px;

}



.mycustom-pricing {

	background-color: #090909 !important;

}



.on-hover {

	display: none;

	animation: fadeOut 0.5s;

}



.hver:hover .on-hover {

	display: block;

	animation: fadeIn 0.5s;

}




/* 1. Target the specific newsletter ID and its nested footer-widget div */
#kidscamp_newsletter-3, 
#kidscamp_newsletter-3.newsletter-widget,
#kidscamp_newsletter-3 .footer-widget {
    background-color: transparent !important;
    background: none !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* 2. Remove background from the inner newsletter box */
#kidscamp_newsletter-3 .newsletter-box_two {
    background: transparent !important;
    background-color: transparent !important;
}

/* 3. Fix the text color (Change white text to dark blue so it's visible) */
#kidscamp_newsletter-3 .footer-title,
#kidscamp_newsletter-3 .newsletter_footer-text {
    color: #1e4b6d !important;
    margin-left: 0 !important; /* Resetting margins in case the pink box had specific spacing */
}