/*
Theme Name: Prime Kindergarten
Template: prime-playschool-classes
Text Domain: prime-kindergarten
Author: themeignite
Author URI: https://themeignite.com
Theme URI: https://www.themeignite.com/products/free-kindergarten-wordpress-theme
Description: The Kindergarten WordPress theme is a versatile and engaging solution designed specifically for kindergartens, preschools, childcare centers, and early childhood education institutions. This theme provides a visually appealing and user-friendly platform to showcase educational programs, share essential information with parents, and foster community engagement. Its child-friendly design creates a warm and inviting atmosphere that attracts both children and their families. With a responsive layout, the school website functions seamlessly on various devices, including desktops, tablets, and mobile phones, making it convenient for parents to access information on the go. Customization options allow educational institutions to tailor the theme to their unique brand identity, reflecting their values and mission. Key features include event management tools, dedicated sections for school activities, and a blog platform for sharing educational insights and updates. The theme also supports image galleries to showcase the nursery school's environment, facilities, and student activities. With these elements, the Kindergarten theme enhances the online presence of early childhood education centers, providing a comprehensive solution for preschool management, parent communication, and community involvement. Additionally, this theme is perfect for websites focused on childcare services and educational resources, offering customizable sections for class schedules, teacher profiles, parent engagement, student achievements, and school events. Features like learning activities and interactive content make it ideal for promoting preschool education and fostering child development. Whether you are managing a daycare center, creating a site for an early learning institution, or sharing information on educational activities, the Kindergarten WordPress theme is the perfect solution for your needs.
Version: 4.1.2
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, e-commerce, portfolio, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, custom-background, custom-menu, featured-images, featured-image-header, post-formats, flexible-header, sticky-post, threaded-comments, translation-ready, theme-options, footer-widgets,  full-width-template, custom-logo, custom-colors, editor-style, rtl-language-support
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --tertiary-color: #18c0cb;
}
.single-header-heading h1.entry-title,.entry-content a, .entry-summary a, .page-content a, .comment-content a, .widget .textwidget a,.main-navigation .current_page_item>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a, .main-navigation .current-menu-ancestor>a,.post .entry-meta a,.post .entry-header .entry-title a:hover,.main-navigation ul li a:hover, .main-navigation ul li a:focus,.comment-list .reply a,#secondary .widget ul li a:hover,.top-header span svg{
    color: var(--tertiary-color);
}

button, input[type="button"], input[type="reset"], input[type="submit"], a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,.site-footer .tag-cloud a,.post .entry-meta .posted-on a:before,.post .entry-meta .byline a:before,#button,.pagination .current,#secondary .widget.widget_tag_cloud a,.site-footer .widget.widget_tag_cloud a,.comment-form input[type="submit"],.widget.widget_calendar table tbody td a,.btn-green,.banner button.owl-prev svg.svg-inline--fa.fa-arrow-left, .banner button.owl-next svg.svg-inline--fa.fa-arrow-right,.wp-block-tag-cloud a:hover{
    background: var(--tertiary-color);
}

.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .widget .textwidget a:hover{
    color: #3a3d72;
}

.overlay {
    opacity: 0;
}

.site-menu a:focus, #colophon a:focus{
    outline-color: #000;
}

.btn-green a,.btn-green a:hover,.wp-block-tag-cloud a:hover{
    color: #fff;
}

.featured-mission-box h4.entry-title {
    font-size: 35px;
    color: #3a3d72;
}

.section-title h3 {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
    color: var(--tertiary-color);
}

.featured-mission-box p {
    line-height: 2;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
.post {
    padding: 30px;
    border-top: 5px solid var(--tertiary-color) !important;
    border-bottom: 5px solid var(--tertiary-color) !important;
    margin: 0 0 40px;
    border: 1px solid #000;
    border-radius: 10px;
}
#secondary .widget {
    margin: 0 0 17px;
    border: 1px solid #000;
    padding: 25px;
    background: #f7f7f7;
    border-top: 5px solid var(--tertiary-color);
    border-bottom: 5px solid var(--tertiary-color);
    border-radius: 10px;
}
.classes_box {
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 991px) {
    .mobile-nav .main-navigation ul li a {
        font-size: 15px;
  }
}

a{
    text-decoration: none !important;
}

.entry-content a{
    text-decoration: underline !important;
}
.banner .owl-nav {
    left: 10px;
    right: 10px;
}