@charset "UTF-8";

/*
Theme Name: Knirpse
Theme URI: http://vecurosoft.com/products/wordpress/knirpse/
Author: Vecurosoft
Description: Knirpse - Kindergarten & Baby Care WordPress Theme
Version: 1.6.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: knirpse
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
	--theme-color: #fea605 !important;
	--secondary-color: #d3252e !important;
}

.playtime-hidden-element {display:none !important;}
.header-layout1 .header-logo::after {background-color: var(--theme-color) !important;}	
.header-links a {color: var(--black-color) !important;}
.header-layout1 .header-social svg {height: 20px !important;}
.header-layout1 .header-social svg {
  height: 20px !important;
  fill: #020101; 
  transition: fill 0.3s ease;
}
.header-layout1 .header-social svg:hover {
  fill: #d3252e; 
}

.feature-inner {flex-wrap: wrap !important; gap: 1rem 0 !important;}
.feature-inner .feature-box { width: 48% !important; max-width:48% !important;}
.feature-inner .feature-box .feature-info { text-align: left !important;}
.feature-inner .feature-box .feature-title {font-size: 18px !important; text-align: left !important;}
.feature-inner .feature-box:first-child {margin-right: 0px !important;}
.feature-inner .feature-box-sel{width: 90px !important;}

.big-title-appoirtment{font-size: 24px !important;}
.sec-title-post{font-size: 22px !important;}
.sec-title-sm{font-size: 18px !important;}

.vs-btn {text-transform: none !important;}
.blog-comment-area{display: none;}
.breadcumb-title {font-size: 52px !important;}
.breadcumb-wrapper {background-color: var(--theme-color) !important;}
.footer-wrapper.four::before{background: none !important;}
.footer-copyright {background-color: #53145f !important;}
.footer-wrapper.four .footer-copyright .container {
	border-style: solid !important;
    border-width: 1px 0px 0px 0px !important;
    border-color: #FDFDFD !important;
    padding: 0px 15px 0px 15px !important;
}
.classes-layout1 .class-box1 .class-content .class-title a {font-size: 22px !important;}

div[data-gallery-id="ddf19366"] .pgcsimplygalleryblock-masonry-main-wrap{
    border-radius: 20px !important;
}

.wp-block-social-links{   
 	list-style: none !important;
    display: flex !important;
    padding: 0 !important;}

@media (max-width: 991px) {
    .feature-inner .feature-box:first-child {
        margin-right: auto !important;
        margin-left: auto;
		margin-bottom: 0 !important;
    }
	
	.feature-inner .feature-box {
    width: 100% !important;
    max-width: 100% !important;
	}
	
	.feature-inner .feature-box-sel {
    width: 100% !important;
    margin-bottom: 20px !important;
}
}

