/*
Theme Name: Kids Academy
Theme URI: https://themeforest.net/user/codexcoder
Author: codexcoder
Author URI: https://www.codexcoder.com/
Description: Kids Kindergarten & School WordPress theme
Version: 1.3.7
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kids-academy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}



a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}


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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}


/******New Css Style******/

.sidebar-item.widget_tag_cloud .tagcloud a{
	list-style: none;
	display: inline-block;
	float: left;
	margin: 5px;
	text-decoration: none;
	font-style: italic;
	font-weight: 700;
	font-size: 15px;
	color: #707070;
	border: 1px solid #f0f0f0;
	border-radius: 1px;
	padding: 8px 24px;
	display: inline-block;
	font-size: 15px !important;
}
.sidebar-item.widget_tag_cloud .tagcloud a:hover {
	background-color: #92278f;
	border-color: #92278f;
	color: #fff;
}

.footer-item ul {
	margin: 0;
	list-style: none;
}


/********* News Letter **************/
.widget_wysija_cont p label {
    display: none;
}
.widget_wysija_cont .widget_wysija input[type="text"] {
	border: 2px solid rgba(255,255,255,.5);
	padding:15.5px 20px;
	width: 36%;
	background: transparent;
	outline: none;
	margin-right: 0;
	color: #fff;
	float: left;
	overflow: hidden;
	margin: 0 10px 0 50px;
}
@media (max-width: 1201px){
	.widget_wysija_cont .widget_wysija input[type="text"] {
		width: 33%;
	}
}
.widget_wysija_cont .widget_wysija input[type="submit"] {
	background-color: #fff;
	color: #92278f;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	padding: 19px 33px;
	margin-left: 5px;
	text-transform: capitalize;
}

.widget_wysija_cont form.widget_wysija {
	margin-top: -18px;
}

.post-meta li a {
	text-transform: capitalize;
}
.like i {
	display: none;
}

.content-bottom ul li a {
	text-transform: capitalize;
}

.comment-content span{
	margin-right: 20px;
}

.single-post .post-content blockquote p{
	font-style: normal;
	color: #e84b3a;
	font-weight: 700;
	font-size: 14px;
	border: none;
}
.comment-button input.submit {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	background-color: #92278f;
	border-radius: 2px;
	padding: 17px 26px;
	transition: .25s ease-out;
}

.comment-button input.submit:hover, .comment-button input.submit:focus {
	text-decoration: none;
	color: #fff;
	background-color: #7e007b;
}

.mini-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

a.no-logo {
	font-size: 25px;
	margin-top: 15px;
	color: #92278F;
	font-weight: bold;
}
a.no-logo:hover {
	color: #ECB200;
	text-decoration: none;
}

.no-logo-2 {
	font-size: 35px;
	color: #92278F;
	font-weight: bold;	
}
.no-logo-2:hover {
	color: #E84B3A;
	text-decoration: none;
}

a.no-logo2 {
	font-size: 25px;
	margin-top: 15px;
	color: #FFF;
	font-weight: bold;
}

.blog-post .post-item:nth-child(8) .post-button {
    color: #fff;
}

.page-heading h1 {
	color: #707070;
}

.search-no-results .page-content .sidebar-item button {
    position: absolute;
    right: 13px;
    top: 74.5%;
    color: #696969;
    font-size: 17px;
    background: transparent;
}

.facility span.icon img {
	margin-top: 30%;
	transition: 1.5s;
}

.facility-item:hover span.icon img {
	transform: rotate(360deg);
}

.facility-two img {
	margin: 15px 0;
}

.class-tags li:after {
	content: '-';
}
.class-tags li:last-child:after {
	content: '';
}

a.like {
	cursor: pointer;
}

.gallery-content i.icon{

	vertical-align :inherit;
	margin-left: 0;
}

.feature-item div.icon img {
	transition: 1.5s;
}

.feature-item:hover div.icon img {
	transform: rotate(360deg);
}

.contact-page .contact-form input[type="text"], .contact-page .contact-form input[type="email"], .contact-page .contact-form textarea {
	background: #FFF;
}
.contact-page .contact-form textarea.contact-input {
	width: 100%;
	max-height: 180px;
}

.contact-page .contact-form .float-right {
	float: right;
}

.contact-form .contact-input-1{
    width: 48%;
    float: left;
    margin-bottom: 10px;
    color: #696969;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
    outline: none;
}
.contact-form .contact-input-2{
    width: 48%;
    float: right;
    margin-bottom: 10px;
    color: #696969;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
    outline: none;
}

.admin-bar .menu-fixed {
	margin-top: 32px;
}

.kids-blog {
	margin-bottom: 20px;
}

.sidebar .sidebar-item-search {
	position: relative;
}

.sidebar .sidebar-item {
	overflow: hidden;
}
.sidebar .sidebar-item.widget_archive ul{
	margin-bottom: 0;
}

.sidebar .sidebar-item form button {
	right: 0;
}

.blog-post .post-items .post-item .post-content h3{
	font-size: 30px;
}

.sidebar-item.widget_archive select, .sidebar-item.widget_categories select , .sidebar-item.widget_text select {
	padding: 5px;
}

.blog-post .post-items .post-item .post-image {
	text-align: center;
}
.blog-post .post-items .post-item .post-image img {
	width: inherit;
}

.blog-post .single-post .post-content h1 {
	font-size: 46px;
	color: #707070;
}
.blog-post .single-post .post-content h2 {
	font-size: 36px;
}
.blog-post .single-post .post-content h3 {
	font-size: 26px;
}
.blog-post .single-post .post-content h4 {
	font-size: 24px;
}
.blog-post .single-post .post-content h5 {
	font-size: 22px;
}
.blog-post .single-post .post-content h6 {
	font-size: 20px;
}

.comment-content  h1 {
	font-size: 46px;
	color: #707070;
}
.comment-content  h2 {
	font-size: 36px;
}
.comment-content  h3 {
	font-size: 26px;
}
.comment-content  h4 {
	font-size: 24px;
}
.comment-content  h5 {
	font-size: 22px;
}
.comment-content  h6 {
	font-size: 20px;
}

.page-heading h1.page-title {
	font-size: 30px;
	color: #ffc000;
}

.post-comments .reply-form h3 {
	font-size: 30px;
    color: #fa6f57;
    margin-bottom: 30px;
}

.post-comments .reply-form .com-input {
	width: 100%;
    border: 1px solid #f0f0f0;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 30px;
}

.singel-class .single-post .post-content h3 {
	font-size: 36px;
    color: #e84b3a;
    margin-bottom: 10px;
}
.teachers-one .teacher-item {
	line-height: 0;
}

.single-teacher .teacher-details .teacher-award h4 {
	margin-bottom: 10px;
}

.header-two ul.top-contents {
	overflow: visible;
}

.header-two ul.top-contents li i.icon{
	margin-top: 16px;
	margin-right: 25px;
}

.about.academy2 .about-content h3 {
	color: #92278f;
}
.about.academy2 .about-content p {
	color: #707070;
}

.partnar2 .section-header.bg h3 {
	color: #92278f;
    margin-bottom: 10px;
}
.partnar2 .section-header.bg p {
    line-height: 30px;
    margin: 0px;
    font-size: 16px;
    color: #707070;
}

.admin-bar .header-three {
	margin-top: 32px;
}

.about.about3 .about-content h3 {
	color: #92278f;
}

.about.about3 .about-content p {
	color: #707070;
}

.sidebar-item.widget_ka_recent_photos ul, .sidebar-item.widget_ka_recent_photos ul, .sidebar-item.widget_ka_recent_news ul {
list-style: none;
margin: 0;
}

.sidebar-item.widget_ka_recent_news .footer-post .image {
    float: left;
    margin-right: 20px;
}
.sidebar-item.widget_ka_recent_news .footer-post span {
    font-style: italic;
    font-size: 15px;
    color: #fa6f57;
}

.sidebar-item.widget_ka_recent_news .footer-post .content {
    display: table;
}
.sidebar-item.widget_ka_recent_news .footer-post .content p{
    margin: 0;
}
.sidebar-item.widget_ka_recent_news .footer-post .content a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
}
.sidebar-item.widget_ka_recent_news .footer-post .content a:hover {
    color: #92278f;
}
.sidebar-item.widget_ka_recent_news .footer-post li {
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-item.widget_ka_recent_photos ul li{
    list-style: none;
    float: left;
    width: calc(100% / 4 - 1px);
    padding: 5px;
}



.teachers .teacher-item{
    background-color: #ffc000;
}
.teachers > div > div > div > div:nth-child(2) .teacher-item{
    background-color: #e84b3a;
}
.teachers > div > div > div > div:nth-child(3) .teacher-item{
    background-color: #fc7f0c;
}
.teachers > div > div > div > div:nth-child(4) .teacher-item{
    background-color: #92278f;
}
.teachers > div > div > div > div:nth-child(5) .teacher-item{
    background-color: #0fbaf4;
}
.teachers > div > div > div > div:nth-child(6) .teacher-item{
    background-color: #88c87b;
}
.teachers > div > div > div > div:nth-child(7) .teacher-item{
    background-color: #ee257c;
}
.teachers > div > div > div > div:nth-child(8) .teacher-item{
    background-color: #fa6f57;
}


/*****Woocommerce******/

.pro-content-rating .star-rating {
	float: none;
	margin: auto;
	font-size: 13px;
}
.product-item-list .pro-content-rating .star-rating {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.pro-content-rating .star-rating span{
	color: #f8b600 !important;
	font-size: 13px !important; 
}

.product .pro-button button.addtocartbtn a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    background-color: #92278f;
    border-radius: 2px;
    padding: 17px 30px;
    outline: none;
    text-transform: capitalize;
}
.product .pro-button button.addtocartbtn a{
    padding: 15px 30px;
}
.product .pro-button button.addtocartbtn a:hover{
    background-color: #7e007b;
}
.addtocartbtn {
	padding: 0 !important;
	background: #92278f;
	color: #FFF;
}
.addtocartbtn:hover {
	background: #7E007B;
}
.addtocartbtn a span {
	color: #FFF !important;
}
.midbtn {
	background: transparent !important;
}

.cd-item-info .star-rating {
	float: left;
    margin: auto;
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
}
.cd-item-info .star-rating span{
	color: #f8b600 !important;
	font-size: 13px !important; 
}

.addtocartbtn .wc-forward {
    position: absolute;
    top: 5px;
    right: 41px;
}
.addtocartbtn .wc-forward:hover {
	text-decoration: none;
	background: #7E007B;
}

.midbtn.added:after{
	display: none !important;
}
.product .pro-item .pro-content span, .product .cd-item-info span {
	display: inline !important;
}

.page-numbers{
    display: block;
    text-align: center;
    margin-top: 70px;
    overflow: hidden;
    margin-bottom: 0px;
}
.page-numbers li{
    margin-right: 10px;
    display: inline-block;
}
.page-numbers li a, .page-numbers li span{
    color: #222222;
    border: 1px solid #f1f1f1;
    border-radius: 100%!important;
    height: 40px;
    width: 40px;
    line-height: 2.2;
    font-weight: 600;
    text-align: center;
}
.page-numbers li span.current {
	background-color: #92278f;
    color: #fff;
    border: 1px solid #92278f;
}
.page-numbers li a:hover, .page-numbers li a:focus, .page-numbers li.active a{
    background-color: #92278f;
    color: #fff;
    border: 1px solid #92278f;
    text-decoration: none;
}

.por-sidebar-item.woocommerce.widget_price_filter .price_slider_amount .button {
	font-style: italic;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #92278f;
    text-transform: capitalize;
    border: 0;
    border-radius: 2px;
    font-family: 'Lora', serif;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em;
}
.por-sidebar-item.woocommerce.widget_price_filter .price_slider_amount .price_label {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    font-style: italic;
    float: left;
    margin-left: 15px;
    margin-top: -3px;
}
.por-sidebar-item.woocommerce.widget_price_filter .price_slider_amount .price_label span{
    color: #92278f;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #fafafa !important;
	cursor: pointer !important;
	border: 1px solid #f0f0f0 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #363636 !important;
	height: 15px !important;
	width: 6px !important;
	top: -.1em !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	margin-left: 0 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    border-radius: 0px !important;
    position: absolute !important;
    background: #ff9822 !important;
    height: 10px !important;
    top: 0 !important;
}

.por-sidebar-item.widget_ka_woo_categories ul {
	list-style: none;
	margin: 0;
}

.por-sidebar-item.widget_ka_recent_products ul li .image{
	width: 70px;
}
.por-sidebar-item.widget_ka_recent_products ul li .content span{
	display: block;
	margin: 5px 0;
}

.por-sidebar-item.widget_ka_recent_products .star-rating {
	float: left;
	margin: auto;
	font-size: 13px;
}
.por-sidebar-item.widget_ka_recent_products .star-rating span{
	color: #f8b600 !important;
	font-size: 13px !important; 
	line-height: inherit !important;
	margin: 0 !important;
}

.entry-summary.details .woocommerce-product-rating {
	line-height: 1;
	margin: 15px 0;
}
.entry-summary.details .star-rating {
	float: left;
	margin: auto;
	font-size: 13px;
}
.entry-summary.details .star-rating span{
	color: #f8b600 !important;
	font-size: 13px !important; 
	line-height: inherit !important;
	margin: 0 !important;
	font-style: normal !important;
}


.details .woocommerce-product-rating a span {
	font-size: 15px !important;
}

.entry-summary.details .quantity .qty {
	width: 50%;
	margin-bottom: 10px;

}

.entry-summary.details form.cart .button {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    outline: none !important;
    width: 100% !important;
    max-width: 370px !important;
    padding: 18px 15px !important;
    display: inline-block;
    font-style: italic;
    background: #92278F !important;
    transition: 1s;
    margin-bottom: 20px;
}

.entry-summary.details form.cart .button:hover {
    background: #7E007B !important;
}

.pro-details .details .product_meta span.posted_in {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #f8b600;
}

.details-class .pro-details {
	overflow: hidden;
}
.pro-description .nav-tabs {
	margin-left: 0;
}

.review-item .star-rating {
	float: right;
	margin: auto;
	font-size: 13px;
}
.review-item .star-rating span{
	color: #f8b600 !important;
	font-size: 13px !important; 
	line-height: inherit !important;
	margin: 0 !important;
	font-style: normal !important;
}

.review-item .image img {
	float: none !important;
	position: inherit !important;
	width: inherit !important;
	padding: inherit !important;
}

.woocommerce #reviews.pro-reviews #comments ol.commentlist li.review-item {
	border-bottom: 1px solid #f0f0f0 !important;
    padding: 30px 0px !important;
}

.pro-description .review-form .form-item {
	background: transparent !important;
}

.woo-formm {
	padding-left: 0 !important;
}

.woocommerce .review-rat {
	margin-top: -14px;
}
.woocommerce .pro-description .review-form span {
	line-height: 1.2;
}

.woocommerce .review-form .form-submit input#submit {
    font-weight: 700 !important;
    outline: none !important;
    padding: 18px 26px !important;
    display: inline-block !important;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-style: italic !important;
    background-color: #92278f !important;
    border-radius: 2px !important;
    transition: .25s ease-out !important;
    text-transform: capitalize;
}
.woocommerce .review-form .form-submit input#submit:hover {
    text-decoration: none;
    background-color: #7e007b !important;
}

.admin-bar.woocommerce .review-rat {
	margin-top: -14px;
	margin-bottom: 20px;
	padding-left: 0;
}

.woocommerce .pro-details .flex-control-nav li img {
	border: 5px solid #FFF;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 85px;
	border: 1px solid #f0f0f0;
}
.woocommerce .remove-cart a.remove {
    font-size: 15px;
    height: inherit;
    width: inherit;
    line-height: inherit;
    color: #FFF !important;
}

.shop-cart table tr td {
	padding: 30px !important;
}

.shop-cart .action .coupon button{
    background-color: #92278f;
    color: #fff;
    padding: 9px 26px;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    border-radius: 0px 2px 2px 0px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    text-transform: capitalize;
}

.shop-cart .action .update button {
    color: #fff;
    padding: 9px 26px;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    outline: none;
    border-radius: 2px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    background-color: #92278f;
    text-transform: capitalize;
}
.woocommerce input.button,
.woocommerce button.button,
.woocommerce button.button:disabled[disabled]:hover{
    text-transform: capitalize;
}
.woocommerce form .woocommerce-account-fields .form-row label .input-checkbox {
    margin: 11px 8px 0 0;
}
.woocommerce form .woocommerce-account-fields .form-row label span{
    margin-left: 18px;
}
.shop-cart .action .update button:hover, .shop-cart .action .coupon button:hover {
	background-color: #7E007B;
}

.shop-cart table tr .update input {
    background-color: #fcb614;
    color: #fff;
    padding: 9px 26px;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    outline: none;
    border-radius: 2px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    float: right;
    margin-left: 20px;
}

.shop-cart .action .update a,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background-color: #fcb614;
    color: #fff;
    padding: 9px 26px;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    outline: none;
    border-radius: 2px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}
.shop-cart .action .update a:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background-color: #ECB200;
    text-decoration: none;
}

.cart-total h4 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #e84b3a;
}

.woocommerce-page .cart-collaterals .cart-total {
	width: 48%;
	float: right;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart-total table tr.cart-subtotal th {
	border: 1px solid #f0f0f0;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    font-weight: 400;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart-total table tr.cart-subtotal td {
    border: 1px solid #f0f0f0;
    border-left: 0;
    border-radius: 0px 3px 3px 0px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart-total table tr.cart-subtotal td .woocommerce-Price-amount {
    float: right;
    color: #ff9822;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart-total table tr.order-total th {
    border: 1px solid #f0f0f0;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    font-weight: 400;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-total table tr.order-total td {
    border: 1px solid #f0f0f0;
    border-left: 0;
    border-radius: 0px 3px 3px 0px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart-total table tr.order-total td .woocommerce-Price-amount {
    float: right;
    color: #ff9822;
    font-weight: 400;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart-total table {
    border-spacing: 0px 20px;
}
.woocommerce .cart-total table.shop_table {
    border: transparent;
}

#customer_details .woocommerce-billing-fields h3 {
	font-size: 30px;
	color: #e84b3a;
}

#customer_details #order_review_heading {
	font-size: 30px;
	color: #92278f;
}
#customer_details .form-row.place-order input.button {
	text-transform: capitalize;
	font-style: italic;
	font-size: 16px;
	font-family: 'Lora', serif;
}

#customer_details .woocommerce-additional-fields h3 {
	color: #ee257c;
	font-size: 30px;
	margin-top: 25px;
}
.woo-janena {
	position: relative;
}
.woo-number {
    position: absolute !important;
    top: 10%;
    right: -20%;
    height: 20px !important;
    width: 20px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 700;
    color: #fff !important;
    background-color: #92278f;
    border-radius: 100% !important;
    text-align: center !important;
}

.menu_cart.dropdown .feature_item .featured_image img {
	width: 50px;
}
.menu_cart.dropdown .shop_feature a.check_out {
	color: #FFF;
}

a.remove {
	padding: inherit !important;
	border-bottom: none !important;
}
a.remove:hover {
	background: transparent !important;
}
.emptybuttonli {
	text-align: center !important;
}
.emptybutton {
	display: inline-block !important;
	color: #FFF !important;
	background-color: #92278f !important;
}
.cart-empty {
	text-align: center;
	margin-bottom: 10px;
}

.onepagemenu .onepage img {
    display: block !important;
    margin: auto;
    margin-bottom: 5px;
    width: 30px;
    height: auto;

}
.teachers-one .teacher-content ul, .event .event-content ul{
	margin: 10px 0;
}
.woocommerce .product-sidebar form button {
	right: -4px;
    top: 0;
}

#blog .one-page-blog .section-header h3 {
	color: #92278f;
}
#blog .one-page-blog .section-header p {
	color: #707070;
}

.admin-bar .header-four .main-menu {
	top: 32px;
}

.admin-bar .header-four .menu-fixed {
	top: 0px;
}

.onepage li a.page-scroll {
	text-align: center;
        outline: none;
}

.onepage li a.page-scroll i {
	font-size: 24px;
	display: block;
	padding-bottom: 7px;
}

body.single.single-post .comment-list ul li, body.single.single-post .comment-list ol li{
	border-bottom: none;
	margin-bottom: 0;
}

.entry-header h3 {
	color:#e84b3a;
	font-size: 30px;
	margin-bottom: 25px;
	text-align: center;
	margin-bottom: 50px;
}

body.page .normalpage {
	padding-top: 50px;
}
.normalpage h3{
	font-size: 25px;
}
.page-template-default h2 {
	font-size: 30px;
}

.post-content .post-meta {
	margin-left: 0;
	margin-bottom: 15px;
}

body.search .not-found-class .sidebar-item-search {
	position: relative;
}
body.search .not-found-class .sidebar-item-search button{
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px;
	background: transparent;
}
body.search .not-found-class .sidebar-item-search button i{
	color: #696969;
}
.comment-respond {
	margin-top: 50px;
}
.event .event-items {
	overflow: hidden;
	margin-bottom: 50px;
}
.event .event-button {
	text-align: center;
}