/*!
Theme Name: Kinez
Theme URI: https://wpdemothemes.com/kinez/
Author: theme_ocean
Author URI: https://themeforest.net/user/theme_ocean
Description: A Kindergarten School WordPress Theme
Version: 1.0.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kinez
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kinez is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Base

	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}



/* Posts and pages
--------------------------------------------- */
/* Unit Test CSS */

img{
	max-width: 100%;
	height: auto;
}
dl {
  margin: 0 20px;
}
dd {
	margin-bottom: 12px;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
caption, th, td {
    font-weight: normal;
    text-align: center;
}
caption {
	font-size: 16px;
	margin: 0;
	padding-top: 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
tr{
	 padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
select{
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #fff;
	border-radius: 4px;
}
.wp-block-button{
	margin-bottom: 15px;
}

.widget.widget_tag_cloud{
	
}
.widget li{
	list-style-type: none;
}

.sticky {
	display: block;
}

.post,
.page {

}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: .5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.navigation.post-navigation{
	overflow: hidden;
	padding-top: 10px;
}
.navigation.post-navigation .nav-links div{
	display: inline-block;
}
.navigation.post-navigation .nav-links a {
	display: block;
	padding: 8px 25px;
	border: 1px solid var(--dd);
	color: var(--body);
	border-radius: 30px;
}
.navigation.post-navigation .nav-links a:hover{
	border-color: var(--orange);
	color: var(--orange);
}
.navigation.post-navigation .nav-links .nav-previous{
	float: left;
}
.navigation.post-navigation .nav-links .nav-next{
	float: right;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.page-links {
	clear: both;
	margin: 15px 0 0;
}
.wp-block-cover,
.wp-block-media-text{
	margin-bottom: 15px;
}
.wp-block-cover__inner-container p{
	color: var(--white);
}
.alignleft.wp-block-gallery{
	margin-right: 15px!important;
}
.wp-block-gallery{
	margin-bottom: 15px!important;
}
.entry-content ul,
.entry-content ol{
	list-style-type: inherit;
	padding-left: 15px;
}
.comment_content p{
	margin-bottom: 15px;
}
.comment_content .nice-select .option{
	color: #fff;
}
.entry-content .nice-select,
.entry-content .nice-select:hover,
.entry-content .nice-select:focus {
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.entry-content .nice-select .list{
	right: 0;
	color: #fff;
}
.entry-content .nice-select .option{
	border-color: #fff;
}
.entry-content .nice-select:after {
	right: 20px;
	top: 22px;

}
.entry-content .wp-block-group.has-background p{
	margin-bottom: 15px;
}
.entry-content input[type="text"],
.entry-content input[type=email],
.entry-content input[type=password],
.entry-content input[type=search],
.entry-content input[type=tel],
.entry-content input[type=text],
.entry-content input[type=url],
.entry-content textarea,
.woocommerce input[type="text"],
.woocommerce input[type=tel],
.woocommerce input[type=email],
.woocommerce input[type=password]{
	border: 1px solid #ddd;
	height: 45px;
	border-radius: 4px;
	margin-right: 7px;
	padding: 0 15px;
}
.entry-content textarea{
	height: 120px;
}
.entry-content input[type="submit"], 
.entry-content button,
.tutor-login-form-wrapper button{
    background-color: #f15f25;
    border: 1px solid #f15f25;
    color: #fff;
    padding: 0 30px;
	height: 45px;
    border-radius: 4px;
    transition: .5s;
    font-weight: 600;
    font-size: 16px;
}
.entry-content blockquote {
	margin: 0 0 1rem;
	background: #fafafa;
	padding: 30px 30px 6px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

.entry-content,
.banner-breadcrumb-section,
.blog-standard-details{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-content .wp-block-navigation__container,
.entry-content .wp-block-page-list,
.entry-content .wp-block-post-template,
.entry-content .wp-block-comment-template{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.entry-content .wp-block-comments .wp-block-comments-title{
	font-size: 24px;
	margin-bottom: 17px;
}
.entry-content .wp-block-archives-list{
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px;
}
.entry-content .wp-block-search__button-outside,
.entry-content .wp-block-search__inside-wrapper{
	margin-bottom: 15px;
}
.entry-content .wp-block-social-links{
	padding: 0;
	margin-bottom: 15px;
}
.wp-block-cover{
	color: #fff;
}
ul.wp-block-list,
ol.wp-block-list {
	margin: 0 0 15px;
	padding: 0;
}
.wp-block-list .wp-block-list{
	padding-left: 15px;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.wp-block-search__inside-wrapper {
	position: relative;
}
.wp-block-heading{
	margin-bottom: 20px;
}
.wp-block-search__input {
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: .5s;
	padding: 5px 15px;
	height: 46px;
}
.wp-block-archives{
	padding-left: 0;
	list-style-type: none;
}
.wp-block-categories-list a{

}
.wp-block-search__input:focus{
	border-color: var(--orange);
	outline: none;
}
.wp-block-search__button {
	background: var(--orange);
	border: 1px solid var(--orange);
	color: #fff;
	position: absolute;
	right: 0;
	top: 3px;
	width: auto!important;
	padding: 5px 18px;
	border-radius: 0 4px 4px 0;
}

.widget select {
	width: 100%;
}
.widget ul,
.widget ol{
	padding-left: 0;
}
.widget li{
	margin-bottom: 10px;
}
.widget li:last-child{
	margin-bottom: 0;
}
.widget.widget_archive li{
	display: flex;	
}
.widget.widget_archive li a {
	width: 100%;
}
.widget_pages li li,
.widget_nav_menu li li{
	padding-left: 15px;
	line-height: 35px;
	margin-bottom: 0;
}
.textwidget br{
	margin-bottom: 10px;
}
.widget-title img{
	display: inline-block;
}
.widget_rss a{
	font-weight: 600;
}
.sticky.hentry .blog-item{
	border-left: 3px solid #0D5FF9;
}
ul.wp-block-categories-list {
	list-style-type: none;
}
.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 22px;
}
.entry-content .wp-block-group{
	margin-bottom: 15px;
}
.entry-content p{
	margin-bottom: 15px;
}
.entry-content .wp-block-group p{
	margin-bottom: 0;
}
.wp-block-group.has-background{
	padding: 10px;
}
.wp-block-column.has-background{
	padding: 15px;
}
.wp-block-archives{

}
ul.wp-block-categories-list{
	padding-left: 0;
	margin: 0;
}
.widget-area .wp-block-group ol{
	padding-left: 0;
	margin: 0;
}

.tagcloud a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #ddd;
	color: #444;
	border-radius: 30px;
	font-size: 15px !important;
	margin: 0 5px 10px 0;
	transition: .5s;
	font-weight: 500;
}
.tagcloud a:hover{
	border-color: #f15f25;
	color: #f15f25;
}
.page-links a{
	font-weight: 500;
}
.entry-content,
.widget li,
.widget li a {
font-weight: 500 !important;	
}
.single_meta_author img{
	border-radius: 50%;
}
.wp-block-paragraph{

}
/* WordPress Chat Format */
.single-format-chat .entry-content p,
.format-chat .entry-content p {
    margin: 0 0 12px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #f5f5f5;
    line-height: 1.6;
    position: relative;
}

/* Odd messages */
.single-format-chat .entry-content p:nth-of-type(odd),
.format-chat .entry-content p:nth-of-type(odd) {
    background: #e8f4ff;
    margin-right: 20%;
}

/* Even messages */
.single-format-chat .entry-content p:nth-of-type(even),
.format-chat .entry-content p:nth-of-type(even) {
    background: #f1f1f1;
    margin-left: 20%;
}

/* Chat container */
.single-format-chat .entry-content,
.format-chat .entry-content {
    max-width: 800px;
    margin: 0 auto;
}


/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/** Extra CSS **/

.author_meta img{
	border-radius: 50%;
}
.blog-standard-details{}
.blog-standard-details article.sticky {
	position: relative !important;
	padding: 34px 30px;
	border: 1px solid #f15f25;
	border-radius: 15px;
	box-shadow: none;
	z-index: 1;
}
.wp-block-search__button-outside .wp-block-search__label{
	display: none;
}
.comment-list{
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	margin-bottom: 1.5rem !important;
}
.comment-list .children .children{
	padding-left: 25px;
}
.comment-reply-link{
	border-radius: 13px;
	padding: 4px 16px 5px;
	background-color: #6754E9;
	transition: all 0.4s;
	font-weight: 600 !important;
	color: #fff;
	transition: .5s;
}
.comment-reply-link:hover,
.comment-reply-link:focus{
	background: #222;
}
.comment-form-cookies-consent{
	margin: 20px 0;
}
#reply-title{
	font-size: 25px;
}
#reply-title #cancel-comment-reply-link{
	padding-left: 10px;
	color: #f15f25;
}

/** Tutor **/
.tutor-card.tutor-card-md.tutor-sidebar-card{}
.tutor-card.tutor-card-md.tutor-sidebar-card .tutor-card-footer {
	display: none;
}
.tutor-card-md .tutor-card-body {
	padding: 0;
}
.tutor-card.tutor-sidebar-card{
	background: transparent;
}
.tutor-btn-lg{
	margin-bottom: 15px;
	padding: 10px 0 10px 0;
	border-radius: 16px;
}
.tutor-btn.tutor-btn-link.tutor-cart-remove-button{
	padding: 3px 12px !important;
	height: auto;
	font-size: 14px;
}
.tutor-btn.tutor-btn-link.tutor-cart-remove-button:hover{
	border-color: #f15f25;
}
.tutor-checkout-page{
	padding: 0;
}
#tutor-toggle-coupon-button {
	padding: 1px 9px !important;
	height: auto;
	background: transparent;
	border-color: transparent;
	color: #6754e9;
	font-size: 15px;
}
#tutor-toggle-coupon-button:after{
	display: none;
}

.from-style1 form{
	width: 100%;
}
.from-style1 form input:focus{
	outline: none;
}

.footer-bottom p a{
	color: #fff;
}