@charset "ISO-8859-1"; 

#top_text {
	margin-top: 5%
}

#skoolville_logo {
	width: 80%;
	margin-top: -16px
}

#superscript {
	top: -1.3em;
	position: relative;
	font-size: 44%;
	line-height: 0;
	vertical-align: baseline
}

.pb_testimonial_v1 .media img {
	max-width: 56px !important;
	height: 55px !important
}

.checked {
	color: #e7711b !important
}

.rate-base-layer {
	margin-top: -5px !important;
	cursor: pointer
}

.rate-select-layer {
	cursor: pointer;
	margin-top: -5px !important
}

[data-letters]:before {
	content: attr(data-letters);
	display: inline-block;
	font-size: 1.5em;
	width: 55px !important;
	height: 55 px !important;
	line-height: 55px;
	text-align: center;
	border-radius: 100%;
	background: plum;
	vertical-align: middle;
	color: white;
	text-transform: capitaliz;
	cursor: pointer
}

.pb_testimonial_v1 .media label {
	max-width: 55px !important;
	height: 55px !important;
	margin-left: auto;
	margin-right: auto;
	float: none
}

.slider {
	width: 100%
}

.slick-slide {
	margin: 0 0
}

.slick-slide img {
	width: 100%
}

.slick-prev:before, .slick-next:before {
	color: black
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2
}

.slick-active {
	opacity: .5
}

.slick-current {
	opacity: 1
}

.pb_font-20 {
	font-size: 20px !important;
}

a {
	outline: none;
	color: #63f8d3;
	text-decoration: none;
}

a:hover, a:focus {
	color: #57d8b8;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Content */
.content {
	padding: 3em 0;
}


.codrops-header,
.pricing-section {
	min-height: 100vh;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.pricing-section {
	/*padding: 2em 0 8em;*/
	min-height: 100vh;
	position: relative;
}

.pricing-section__title {
	font-size: 1.4em;
	font-weight: 700;
	margin: 3em 0 5em;
	flex: none;
}

.pricing-section a {
	color: #333;
}

.pricing-section a:hover, 
.pricing-section a:focus {
	color: #000;
}


.bg-7 {
	color: #C3E9F5;
	background: #f8f9fa;
}
/* Common styles */

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	/*margin: 0 auto 3em;*/
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}


/* shre */
.pricing--shre .pricing__item {
	margin: 1em;
	color: #212529;
	cursor: default;
	font-family: 'Roboto', Arial, sans-serif;
	border: 1px solid rgba(134,142,150,1);
	background: rgba(255,255,255,0.08);
	border-radius: 10px;
	-webkit-transition: border-color 0.3s, background 0.3s;
	transition: border-color 0.3s, background 0.3s;
}

.pricing--shre .pricing__item:hover {
	border: 1px solid rgba(33,37,41,1);
	background: rgba(255,255,255,1);
}

.pricing--shre .pricing__title {
	font-size: 2em;
	font-weight: 400;
	margin: 0.5em 0;
	padding: 1em;
	position: relative;
}

.pricing--shre .pricing__title::after {
	content: '';
	position: absolute;
	width: 20%;
	height: 1px;
	background: #868e96;
	left: 40%;
	bottom: 0;
}

.pricing--shre .icon {
	display: inline-block;
	min-width: 2em;
}

.pricing--shre .pricing__price {
	font-size: 3.5em;
	padding: 0.5em 0 0 0;
	font-weight: 400;
	position: relative;
	z-index: 100;
}

.pricing--shre .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--shre .pricing__period {
	font-size: 0.25em;
	display: block;
	padding: 1em;
}

.pricing--shre .pricing__sentence {
	padding: 1em 2em;
	font-size: 1em;
	margin: 0 auto 1em;
}

.pricing--shre .pricing__feature-list {
	font-size: 14px;
	color: #868e96;
	margin: 0 1em;
	letter-spacing: 0;
	padding: 2em 2em;
	list-style: none;
}

.pricing--shre .pricing__feature {
	line-height: 1.6;
	list-style: disc;
}

.pricing--shre .pricing__feature::before {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.75em 0 0;
}

.pricing--shre .pricing__action {
	font-weight: bold;
	flex: none;
	margin: auto 1em 1em;
	padding: 1.25em 2em;
	color: #fff;
	background: rgba(225,95,96,1);
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.pricing--shre .pricing__action:hover,
.pricing--shre .pricing__action:focus {
	background: rgba(247,124,125,1);
}