/* home page */
.home #head-block .container {
	max-width: none;
}
.home #head-block .container,
.home #head-block .slick-item .image.desktop {
	height: 55vw;
}
.home #head-block .slick-item .image {
	position: relative;
}
.home #head-block .slick-item .image.mobile {
	display: none;
}
.home #head-block .table-center > div {
	vertical-align: bottom;
	text-align: left;
}
.home #head-block .text-content {
	max-width: 44%;
	padding: 0 40px 120px 40px;
	color: #fff;
	font-size: 1.5vw;
	line-height: 1.3;
}
.home #head-block .text-content h1,
.home #head-block .text-content h2 {
	margin-bottom: 0.6em;
	font-size: 2.5em;
	letter-spacing: 0.01em;
	line-height: 1.1;
}
.home #head-block .text-content h3 {
	font-size: 1.9em;
}
.home #head-block .text-content h4,
.home #head-block .text-content h5,
.home #head-block .text-content h6 {
	font-size: 1.6em;
}
.home #head-block .text-content a {
	text-decoration: none;
}
.home #head-block .text-content .buttons > * {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.3em 0.6em 0.4em 0.6em;
}
.home #head-block .text-content .buttons > *:first-child {
	margin-left: 0;
}
@media all and (max-width: 1400px) {
	.home #head-block .text-content {
		padding-bottom: 80px;
	}
}
@media all and (max-width: 1200px) {
	.home #head-block .container,
	.home #head-block .slick-item .image.desktop {
		height: 60vw;
	}
	.home #head-block .text-content {
		max-width: 50%;
	}
	.home #head-block .text-content h1,
	.home #head-block .text-content h2 {
		font-size: 2.2em;
	}
}
@media all and (max-width: 800px) {
	.home #head-block {
		margin-bottom: 40px;
	}
	.home #head-block .container {
		height: auto;
	}
	.home #head-block .slick-item .image.desktop {
		display: none;
	}
	.home #head-block .slick-item .image.mobile {
		display: block;
	}
	.home #head-block .text-content {
		max-width: 70%;
		padding: 0 20px 40px 20px;
		font-size: 15px;
	}
}
@media all and (max-width: 500px) {
	.home #head-block .text-content {
		max-width: 100%;
		padding-bottom: 20px;
		font-size: 13px;
	}
	.home #head-block .text-content h1,
	.home #head-block .text-content h2 {
		font-size: 1.8em;
	}
	.home #head-block .text-content h3 {
		font-size: 1.4em;
	}
	.home #head-block .text-content h4,
	.home #head-block .text-content h5,
	.home #head-block .text-content h6 {
		font-size: 1.2em;
	}
}
@media all and (max-width: 380px) {
	.home #head-block .text-content {
		font-size: 13px;
	}
	.home #head-block .text-content h1,
	.home #head-block .text-content h2 {
		font-size: 1.4em;
	}
	.home #head-block .text-content h3 {
		font-size: 1.2em;
	}
}

.home #main-block .featured-posts > ul {
	margin-left: -2.333%;
	font-size: 0;

	display: -webkit-flex;
	display: flex;
}
.home #main-block .featured-posts > ul > li {
	display: inline-block;
	width: 31%;
	padding-bottom: 44px;
	margin-left: 2.333%;
	vertical-align: top;

	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.home #main-block .featured-posts > ul > li .image {
	border-bottom: 8px solid #ffe452;

	-o-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.home #main-block .featured-posts > ul > li .text-content {
	padding-top: 50px;
	margin-bottom: 34px;
}
.home #main-block .featured-posts > ul > li .text-content h3 {
	margin-bottom: 30px;
	font-size: 2.2em;
}
.home #main-block .featured-posts > ul > li .more {
	position: absolute;
	display: block;
	max-width: 300px;
	bottom: 0;
	left: 0;
	padding: 12px 35px 11px 35px;
	font-size: 16px;
}
@media all and (max-width: 1200px) {
	.home #main-block .featured-posts > ul > li .text-content h3 {
		font-size: 1.6em;
	}
}
@media all and (max-width: 800px) {
	.home #main-block .featured-posts > ul {
		display: block;
		margin-left: 0;
	}
	.home #main-block .featured-posts > ul > li {
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
		padding-bottom: 0;
	}
	.home #main-block .featured-posts > ul > li:first-child {
		margin-top: 0;
	}
	.home #main-block .featured-posts > ul > li .image {
		margin-left: -20px;
		margin-right: -20px;
	}
	.home #main-block .featured-posts > ul > li .text-content {
		padding-top: 30px;
	}
	.home #main-block .featured-posts > ul > li .text-content h3 {
		font-size: 1.8em;
	}
	.home #main-block .featured-posts > ul > li .more {
		position: relative;
		bottom: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

.home #block-2 .slick-gallery .slick-item {
	margin-left: 40px;
}
.home #block-2 .slick-gallery .slick-list {
	margin-left: -40px;
}
@media all and (max-width: 800px) {
	.home #block-2 .slick-gallery .slick-item {
		margin-left: 20px;
	}
	.home #block-2 .slick-gallery .slick-list {
		margin-left: -20px;
	}
}

.home #block-2b .text-content {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}
.home #block-2b .text-content * {
	display: inline-block;
	vertical-align: middle;
}
.home #block-2b .text-content span {
	font-size: 0.7em;
	color: #999;
	letter-spacing: 0.2em;
}
.home #block-2b .text-content a {
	padding: 0 0.4em;
	text-decoration: none;
}
@media all and (max-width: 800px) {
	.home #block-2b .text-content {
		font-size: 18px;
	}
}

.home #block-2c .text-content {
	text-align: center;
	font-size: 24px;
}
.home #block-2c .text-content svg {
	margin-bottom: 0.4em;
	width: 2.2em;
}
.home #block-2c .text-content h3 {
	margin-bottom: 0.2em;
	font-size: 2em;
}
.home #block-2c .text-content p {
	color: #888;
}
@media all and (max-width: 800px) {
	.home #block-2c .text-content {
		font-size: 18px;
	}
}

.home #block-3 {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #ebebeb;
}
.home #block-3 .text-content {
	font-size: 24px;
	text-align: center;
}
.home #block-3 .text-content h2 {
	margin-bottom: 0.3em;
	font-size: 2em;
}
.home #block-3 .text-content p {
	color: #888;
}
.home #block-3 .text-content iframe {
	margin-top: 0;
	margin-bottom: 0;
}
@media all and (max-width: 800px) {
	.home #block-3 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.home #block-3 .text-content {
		font-size: 18px;
	}
}


/* about page */
.page-template-page-about .videos > ul > li {
	margin-top: 5%;
}
.page-template-page-about .videos > ul > li:first-child {
	margin-top: 0;
}
.page-template-page-about .videos .split {
	position: relative;
}
.page-template-page-about .videos .split .video {
	width: 66%;
	margin-left: 0;
	border-bottom: none;
}
.page-template-page-about .videos .split .text {
	position: absolute;
	width: 30%;
	height: 100%;
	top: 0;
	right: 0;
	margin-left: 0;
	border-bottom: 8px solid #ffe452;
}
.page-template-page-about .videos .split .text h2 {
	max-width: 420px;
	font-size: 80px;
}
.page-template-page-about .videos .split .text .text-content {
	margin-top: 12%;
	/* position: absolute;
	left: 0;
	bottom: 16%; */
}
.page-template-page-about .videos > ul > li:nth-child(odd) .split .text:first-child {
	display: none;
}
.page-template-page-about .videos > ul > li:nth-child(even) .split .text {
	right: auto;
	left: 0;
}
.page-template-page-about .videos > ul > li:nth-child(even) .split .text:last-child {
	display: none;
}
.page-template-page-about .videos > ul > li:nth-child(even) .split .video {
	margin-left: 34%;
}
@media all and (max-width: 1600px) {
	.page-template-page-about .videos .split .text h2 {
		font-size: 4.5vw;
	}
	.page-template-page-about .videos .split .text .text-content {
		margin-top: 30px;
		/* bottom: 30px; */
	}
}
@media all and (max-width: 1200px) {
	.page-template-page-about .videos .split {
		border-bottom: 8px solid #ffe452;
	}
	.page-template-page-about .videos .split > * {
		display: block !important;
		width: 100% !important;
		position: relative !important;
	}
	.page-template-page-about .videos .split .text:first-child {
		display: none !important;
	}
	.page-template-page-about .videos .split .video {
		margin: 0 !important;
	}
	.page-template-page-about .videos .split .text {
		max-width: 500px;
		margin: 40px 0 30px 0 !important;
		border-bottom: none;
		left: auto;
	}
	.page-template-page-about .videos .split .text h2 {
		max-width: none;
		margin-bottom: 30px;
		font-size: 60px;
	}
	.page-template-page-about .videos .split .text .text-content {
		margin-top: 0;
		/* position: relative;
		left: auto;
		bottom: auto; */
	}
}
@media all and (max-width: 800px) {
	.page-template-page-about .videos > ul > li {
		margin-top: 10%;
	}
	.page-template-page-about .videos .split .text h2 {
		font-size: 40px;
	}
}


/* teachers page */
.post-type-archive-teacher #main-block .card {
	padding: 0;
}
.post-type-archive-teacher #main-block .card .aspect-ratio:before {
	padding: 22%;
}
.post-type-archive-teacher #main-block .card .text-content {
	padding: 8% 10%;
}
.post-type-archive-teacher #main-block .card .text-content h3 {
	margin-bottom: 9%;
}
@media all and (max-width: 800px) {
	.post-type-archive-teacher #main-block .card .text-content {
		padding: 30px 20px;
	}
}


/* make your class */
.page-template-page-make-class #card-block {
	z-index: 1;
}
.page-template-page-make-class #card-block .card {
	overflow: visible;
}
.page-template-page-make-class #card-block .card h2 {
	font-size: 3em;
	margin-bottom: 0.4em;
}
.page-template-page-make-class #card-block .card h3 {
	display: inline-block;
	font-size: 2em;
	margin-bottom: 1.2em;
	color: #999;
}
.page-template-page-make-class #card-block .card .make-class-skip {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	color: #d581bd;
}
.page-template-page-make-class #card-block .filters {
	font-size: 0;
	margin-left: -2.33%;
	text-align: left;
}
.page-template-page-make-class #card-block .filters .filter-container {
	display: inline-block;
	width: 31%;
	margin-left: 2.33%;
	vertical-align: top;
}
.page-template-page-make-class #card-block .filters .filter-container .label {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.page-template-page-make-class #card-block.type-warmup .filters .filter-by-class,
.page-template-page-make-class #card-block.type-warmup .filters .filter-by-topic {
	pointer-events: none;
	opacity: 0.6;
}
@media all and (max-width: 900px) {
	.page-template-page-make-class #card-block .filters {
		margin-left: -4%;
		margin-top: -15px;
	}
	.page-template-page-make-class #card-block .filters .filter-container {
		width: 46%;
		margin-left: 4%;
		margin-top: 15px;
	}
}
@media all and (max-width: 600px) {
	.page-template-page-make-class #card-block .filters {
		margin-left: 0;
	}
	.page-template-page-make-class #card-block .filters .filter-container {
		width: 100%;
		margin-left: 0;
	}
}

.page-template-page-make-class #main-block .go-back,
.page-template-page-make-class-watch #main-block .go-back {
	display: inline-block;
	margin-bottom: 40px;
	font-weight: bold;
}
.page-template-page-make-class #main-block .go-back svg,
.page-template-page-make-class-watch #main-block .go-back svg {
	height: 0.8em;
}


/* make your class - watch */
.page-template-page-make-class-watch #main-block h3 {
	margin-bottom: 0.2em;
	font-size: 30px;
	color: #999;
}
.page-template-page-make-class-watch #main-block h2 {
	margin-bottom: 1.2em;
	font-size: 40px;
}
.page-template-page-make-class-watch #main-block .video .video-container {
	opacity: 1;
}


/* virtual milonga */
.page-id-209 #card-block .text-content img {
	margin-top: 0;
	margin-bottom: 0;
}
.page-id-209 #card-block .cff-wrapper {
	margin-top: 60px;
}
@media all and (max-width: 800px) {
	.page-id-209 #card-block .cff-wrapper {
		margin-top: 40px;
	}
	.page-id-209 #card-block .card {
		text-align: left;
	}
}


/* pricing page */
.page-template-page-pricing .pricing-plans {
	font-size: 0;
}
.page-template-page-pricing .pricing-plans > * {
	position: relative;
	display: inline-block;
	width: 33.33%;
	vertical-align: middle;
}
.page-template-page-pricing .pricing-plans > *:nth-child(2) {
	z-index: 2;

	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.page-template-page-pricing .pricing-plans .card {
	border-bottom: none;
	text-align: center;
}
.page-template-page-pricing .pricing-plans .card h3 {
	display: block;
	margin-bottom: 5%;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.05em;
}
.page-template-page-pricing .pricing-plans .card .description {
	display: block;
	max-width: 180px;
	height: 2.8em;
	margin: 0 auto;
}
.page-template-page-pricing .pricing-plans .card .price-container {
	display: table;
	width: 220px;
	height: 220px;
	margin: 7% auto 15% auto;
	border: 2px solid #ffe452;
	font-size: 0;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-box-shadow: 0px 5px 10px 0px rgba(255, 228, 82, 0.5);
	-moz-box-shadow:    0px 5px 10px 0px rgba(255, 228, 82, 0.5);
	box-shadow:         0px 5px 10px 0px rgba(255, 228, 82, 0.5);
}
.page-template-page-pricing .pricing-plans .card .price-container .price {
	display: table-cell;
	font-size: 92px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.05em;
	vertical-align: middle;
	color: #ffe452;
}
.page-template-page-pricing .pricing-plans .card .submit-btn {
	display: inline-block;
	width: 100%;
	max-width: 180px;
	padding: 8px;
	text-decoration: none;
}
@media all and (max-width: 1600px) {
	.page-template-page-pricing .pricing-plans .card h3 {
		font-size: 2.4em;
	}
}
@media all and (max-width: 1200px) {
	.page-template-page-pricing .pricing-plans .card h3 {
		font-size: 2em;
	}
	.page-template-page-pricing .pricing-plans .card .price-container {
		width: 150px;
		height: 150px;
	}
	.page-template-page-pricing .pricing-plans .card .price-container .price {
		font-size: 62px;
	}
}
@media all and (max-width: 800px) {
	.page-template-page-pricing .pricing-plans .card {
		display: block;
		width: 100%;
		margin: 40px auto 0 auto;
		max-width: 400px;
	}
	.page-template-page-pricing .pricing-plans .card:first-child {
		margin-top: 0;
	}
	.page-template-page-pricing .pricing-plans > *:nth-child(2) {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.page-template-page-pricing .pricing-plans .card h3 {
		font-size: 2.4em;
	}
	.page-template-page-pricing .pricing-plans .card .price-container {
		width: 200px;
		height: 200px;
	}
	.page-template-page-pricing .pricing-plans .card .price-container .price {
		font-size: 83px;
	}
}

.page-template-page-pricing #extra-block .text-content {
	max-width: 800px;
	padding-bottom: 40px;
	border-bottom: 8px solid #ffe452;
	font-size: 18px;
}
@media all and (max-width: 800px) {
	.page-template-page-pricing #extra-block .text-content {
		text-align: center;
	}
}

.page-template-page-pricing #free-block {
	background-color: #d581bd;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.page-template-page-pricing #free-block .text-content {
	max-width: 640px;
	margin: 0 auto 2em auto;
	color: #fff;
	font-size: 30px;
}
.page-template-page-pricing #free-block .text-content h3 {
	font-size: 1.3em;
	margin-bottom: 0.6em;
}
.page-template-page-pricing #free-block .submit-btn {
	display: inline-block;
	width: auto;
	padding: 20px;
	fill: #fff;
	color: #fff;
	background-color: #d581bd;
	border: 2px solid #fff;
	font-size: 18px;
	letter-spacing: -0.05em;

	font-weight: bold;
	text-transform: none;

	-o-transition: color 0.2s, border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
	-moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
	-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
	transition: color 0.2s, border-color 0.2s, background-color 0.2s, box-shadow 0.2s;

	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.page-template-page-pricing #free-block .submit-btn:hover {
	color: #444 !important;
	fill: #444 !important;
	border-color: #ffe452;
	background-color: #ffe452;

	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.page-template-page-pricing #free-block .submit-btn svg {
	height: 1.8em;
}
@media all and (max-width: 800px) {
	.page-template-page-pricing #free-block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.page-template-page-pricing #free-block .text-content {
		font-size: 22px;
	}
	.page-template-page-pricing #free-block .submit-btn {
		font-size: 16px;
	}
}


/* my account/subscriptions page */
.page-template-page-account h4 {
	margin-bottom: 25px;
	font-size: 1.3em;
	letter-spacing: 1px;
}
.page-template-page-account .text-content h4 {
	margin-bottom: 25px !important;
}

.page-template-page-account .medals {
	width: 68%;
	margin-left: auto;
	margin-top: 40px;
}
/* .page-template-page-account .medals {
	display: none;
} */
.page-template-page-account .medals ul {
	margin-left: -4%;
	margin-top: -4%;
	font-size: 0;
	text-align: center;
}
.page-template-page-account .medals ul > li {
	display: inline-block;
	width: 16%;
	margin-left: 4%;
	margin-top: 4%;
	vertical-align: top;
	text-align: center;
	opacity: 0.5;
	/* border-bottom: 8px solid #ffe452; */
}
.page-template-page-account .medals ul > li.active {
	opacity: 1;
}
.page-template-page-account .medals ul > li .image {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;

	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.page-template-page-account .medals ul > li .text-content {
	display: inline-block;
	margin-top: 20px;
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
}
.page-template-page-account .card > .text-content {
	position: relative;
}
.page-template-page-account .card > .text-content .dashboard-btn {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	color: #999;
	font-size: 13px;
	text-decoration: none;
}
@media all and (max-width: 800px) {
	.page-template-page-account .medals {
		width: 100%;
	}
	.page-template-page-account .medals ul {
		margin-left: -6%;
		margin-top: -6%;
	}
	.page-template-page-account .medals ul > li {
		width: 44%;
		margin-left: 6%;
		margin-top: 6%;
	}
	.page-template-page-account .card > .text-content .dashboard-btn {
		display: none;
	}
}


/* lesson archive */
.post-type-archive-lesson #head-block .container,
.tax-class-cat #head-block .container {
	max-width: none;
}
.post-type-archive-lesson #head-block .text-content,
.tax-class-cat #head-block .text-content {
	padding-top: 7%;
}
.post-type-archive-lesson #head-block .text-content h1,
.tax-class-cat #head-block .text-content h1 {
	margin-bottom: 7%;
}
.post-type-archive-lesson #head-block .category-menu > ul,
.tax-class-cat #head-block .category-menu > ul {
	margin-left: -20px;
	margin-bottom: -10px;
}
.post-type-archive-lesson #head-block .category-menu > ul > li,
.tax-class-cat #head-block .category-menu > ul > li {
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;
}
.post-type-archive-lesson #head-block .category-menu > ul > li a,
.tax-class-cat #head-block .category-menu > ul > li a {
	text-decoration: none;
	color: #fff;
}
@media all and (max-width: 1000px) {
	.post-type-archive-lesson #head-block .container,
	.tax-class-cat #head-block .container {
		height: 52vw;
	}
	.post-type-archive-lesson #head-block .text-content,
	.tax-class-cat #head-block .text-content {
		padding-top: 12%;
	}
	.post-type-archive-lesson #head-block .text-content h1,
	.tax-class-cat #head-block .text-content h1 {
		margin-bottom: 1em;
	}
}
@media all and (max-width: 600px) {
	.post-type-archive-lesson #head-block .container,
	.tax-class-cat #head-block .container {
		height: 200px;
	}
	.post-type-archive-lesson #head-block .category-menu,
	.tax-class-cat #head-block .category-menu {
		display: none;
	}
	.post-type-archive-lesson #head-block .text-content,
	.tax-class-cat #head-block .text-content {
		padding-top: 0;
	}
}


/* single lesson */
.single-lesson #video-block .video > a:not(.restricted) {
	display: none;
}
.single-lesson #video-block .video > a.active {
	display: block;
}

.single-lesson #video-block .video iframe {
	width: 100%;
}

.single-lesson #main-block .container .borders {
	padding-top: 27px;
	padding-bottom: 25px;
	border-top: 1px solid #ffe452;
	border-bottom: 1px solid #ffe452;
}
.single-lesson #main-block .container .borders.description {
	border-top: none;
}
.single-lesson #main-block .container .grid .col .text-content > h3 {
	margin-bottom: 0.3em;
	font-size: 1.1em;
	color: #999;
}
.single-lesson #main-block .container .grid .col .text-content a {
	text-decoration: none;
}
.single-lesson #main-block .container .grid .col .text-content .video-links {
	margin-bottom: 10px;
}
.single-lesson #main-block .container .grid .col .text-content .video-link {
	display: block;
	pointer-events: none;
	opacity: 0.5;
}
.single-lesson #main-block .container .grid .col .text-content .video-link.active {
	pointer-events: all;
	opacity: 1;
}
.single-lesson #main-block .container .grid .col .text-content .video-link:not(.active) .bordered-btn {
	color: #999 !important;
	fill: #999 !important;
	border-color: #999;
}
.single-lesson #main-block .container .grid .col .text-content li.video-link {
	margin-top: 10px;
}
.single-lesson #main-block .container .grid .col .text-content li.video-link:first-child {
	margin-top: 0;
}
.single-lesson #main-block .container .grid .col.last .video-link {
	margin-bottom: 10px;
}
.single-lesson #main-block .container .grid .col .text-content .bordered-btn {
	display: inline-block;
	padding: 7px 12px 9px 12px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 0.9em;

	color: #444 !important;
	fill: #444 !important;
	border-color: #444;
	background-color: #fff;
}
.single-lesson #main-block .container .grid .col.last .text-content .bordered-btn {
	color: #999 !important;
	fill: #999 !important;
	border-color: #999;

	font-size: 0.8em;
}
.single-lesson #main-block .container .grid .col .text-content .bordered-btn.active {
	color: #d581bd !important;
	fill: #d581bd !important;
	border-color: #d581bd;
}
.single-lesson #main-block .container .grid .col .text-content .bordered-btn:hover {
	color: #fff !important;
	fill: #fff !important;
	border-color: #d581bd;
	background-color: #d581bd !important;
}
.single-lesson #main-block .container .grid .col .text-content .bordered-btn svg {
	height: 1.3em;
}
.single-lesson #main-block .container .description .grid .col .text-content > h3 {
	margin-bottom: 1.3em;
}
.single-lesson #main-block .container .description .grid .col .text-content hr {
	height: 1px;
	background-color: #ffe452;
}
.single-lesson #main-block .container .description .grid .col .text-content a {
	color: #d581bd;
}
@media all and (max-width: 800px) {
	.single-lesson #main-block .container .grid {
		margin-top: -20px;
	}
	.single-lesson #main-block .container .grid .col {
		padding-top: 20px;
		text-align: center;
	}

	.single-lesson #social-block .container {
		text-align: center;
	}
}


/* single blog */
.single-post #main-block > .container,
.single-post #block-2 > .container {
	max-width: 680px;
}
