/*!
Theme Name: Faber
Theme URI:
Author: Tatanov Dmitriy
Author URI:
Description: Wordpress template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: my-theme
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 with others.

"Faber" is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
 */

.cms-editor strong {
    font-weight: 700
}

.cms-editor .btn, .cms-editor .button {
    text-decoration: none
}

.cms-editor blockquote {
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "“" "”" "‘" "’"
}

.cms-editor blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}

.cms-editor blockquote p {
    display: inline
}

.cms-editor hr {
    border: 0;
    border-bottom: 1px solid
}

.cms-editor em {
    font-style: italic
}

.cms-editor ol, .cms-editor ul {
    margin: 15px 15px 0;
    text-align: left
}

.cms-editor ul {
    list-style-type: disc
}

.cms-editor ol {
    list-style-type: decimal
}


/*All pages template*/
.pages-list {
    display: flex;
    padding: 155px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pages-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.pages-list ul:last-child {
    margin-bottom: 0px;
}
.pages-list ul h3 {
    display: block;
    text-align: center;
    font-size: 28px;
}
.pages-list ul a {
    display: block;
    padding: 25px;
    text-align: center;
    font-size: 15px;
}
.pages-list ul a:hover {
    text-decoration: underline;
}
.aiosrs-rating-wrap{
	display: none !important;
}
.courses-list .courses-list .courses-list__title{
    display: none !important;
}
.courses-item.featured::before{
    display:none !important;
}
p.manage_stock{
	padding: 0 20px;
	font-size: 14px;
	font: inherit;
	line-height:18px;
}
p.manage_stock {
	flex-shrink: 0;
}
p.manage_stock span{
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
}

.course-date-information-section {
	position: relative;
}
.course-date__start.course-date__start_choose {
	flex-shrink: 0;
}

.courses-item_genre-fiction-writing-courses .courses-item-data__status-level_ball-fill,
.courses-item_genre-poetry-writing-courses .courses-item-data__status-level_ball-fill,
.courses-item_genre-short-story-writing-courses .courses-item-data__status-level_ball-fill {
    background: #4d514c !important;
	background-color: #4d514c !important;
}

@media (max-width: 1305px) {
	.course-date-information {
		flex-wrap: wrap !important;
	}
	.course-date__start.course-date__start_choose {
		width: initial !important;
	}
	.course-date__start {
		width: 30% !important;
	}
	.course-date__btn {
		/*position: absolute;*/
		/* bottom: 30px; */
		/*right: 40px;*/
/* 		width: 100%; */
	}
	.course-date__btn a {
/* 		margin-left: auto; */
	}
	.course-date__ends {
		width: 14% !important;
	}
}

@media (max-width: 768px) {
	.course-date__start.course-date__start_choose {
		width: 50% !important;
		margin-right: 20px !important;
		order: 0;
	}
	.course-date__start {
		width: calc(50% - 20px) !important;
		margin-right: 0 !important;
		order: 1 !important;
	}
	.course-date__ends {
		width: 50% !important;
		margin-right: 20px !important;
		order: 2;
	}
	.manage_stock {
		width: calc(50% - 20px) !important;
		padding: 0 !important;
		order: 3;
	}
	/*.course-date__payments {*/
	/*	width: 50% !important;*/
	/*	margin-top: 20px;*/
	/*	flex-grow: 0 !important;*/
	/*}*/
	.course-date__select-container {
		width: fit-content;
	}
	.course-date__price {
		width: 100% !important;
		max-width: initial !important;
		margin-top: 20px !important;
	}
	.old-price {
		margin-right: 15px !important;
	}
}

@media (max-width: 690px) {
	.course-date__btn {
		right: 20px;
	}
}

.courses-item.courses-item_genre-novel-writing-courses .courses-item-data__item.location svg path,
.courses-item.courses-item_genre-childrens-writing-courses .courses-item-data__item.location svg path,
.courses-item.without_genre .courses-item-data__item.location svg path{
	fill: rgb(212, 255, 46) !important;
}
.course-information-section .courses-item-data__status svg{
	margin-right: 10px !important;
}
