/*
Theme Name: Enoveko
Template: twentytwenty
Theme URI:
Description: A child theme of Twenty Twenty WordPress theme.
Author:
Author URI:
Version: 1.0.0
License: GNU General Public License v3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce
Text Domain: enoveko
*/

/* VARIABLES */

:root {
	--content-max-width: 1140px;
	--lp-container-max-width: 1140px;
	--lp-primary-color: #cd2653;
	--lp-secondary-color: #0d47a1;
}

/* DEFAULT */

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #ffffff;
}

main {
	flex: 1;
}

body > .post-inner,
body > .lp-archive-courses {
	flex: 1;
}

body * {
	font-family: "Poppins", sans-serif;
}

body.page,
body.single {
	padding-top: 120px;
}

header#site-header {
	position: fixed;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	z-index: 99;
	background-color: #ffffff;
	box-shadow: 0px 8px 30px 10px rgb(0 0 0 / 13%);
}

header#site-header .container {
	height: 100%;
	max-width: var(--content-max-width);
	/* padding: 0; */
}

header#site-header .site-logo img {
	max-height: 6rem;
	margin: 0;
	width: auto;
}

.header-titles-wrapper {
	padding-left: 0 !important;
}

.header-titles-wrapper .mobile-search-toggle {
	display: none !important;
}

.header-navigation-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-navigation-wrapper .primary-menu-wrapper {
	margin-right: 2em;
}

.header-navigation-wrapper .login {
	margin-right: 2em;
}

.header-navigation-wrapper .login a {
	color: #000000 !important;
	background-color: transparent !important;
	text-wrap: nowrap !important;
	padding: 0 !important;
}

.header-navigation-wrapper .header-toggles {
	display: none;
}

button.toggle.nav-toggle.mobile-nav-toggle {
	right: 0 !important;
}

footer#site-footer {
	color: #adadad;
	font-size: 1.2rem;
	background-color: #393939;
	margin-top: 0 !important;
	padding: 4em 0;
}

footer#site-footer p {
	font-size: 1.2rem;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	max-width: 100% !important;
	font-family: "Poppins", sans-serif !important;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
	font-weight: 600;
}

h3 {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

h4 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

h5 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

p {
	max-width: 100% !important;
	font-size: 1.6rem;
}

figure {
	max-width: 100% !important;
}

table {
	font-family: "Poppins", sans-serif !important;
	font-size: 1.6rem;
}

/* SITE CONTENT */

#site-content .post-inner {
	max-width: var(--content-max-width) !important;
	margin: 0 auto !important;
	padding: 4em 0 !important;
}

#site-content .post-168 .post-inner {
	padding-top: 0 !important;
}

.postlist-article .title {
	height: auto;
	min-height: 54px;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	align-items: center;
}

.postlist-box .item .title {
	height: auto;
	min-height: 54px;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	align-items: center;
	margin-bottom: 1em;
}

.section-aboutus .section-promo {
	display: none;
}

.post-220 h2 {
	margin: 3rem auto 1rem;
}

.learnpress {
	max-width: 100% !important;
	font-size: 1.6rem !important;
}

.entry-content #learn-press-profile .learn-press-form-login {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.entry-content #learn-press-profile .learn-press-form-login h3 {
	margin: 0 0 1rem !important;
}

.entry-content
	#learn-press-profile
	.learn-press-form-login
	button[type="submit"] {
	width: max-content;
	margin-top: 10px;
	margin-bottom: 10px;
}

body.user-registration-page .lp-content-area {
	flex-direction: column;
}

.entry-content #learn-press-profile .learn-press-form-register {
	width: 100%;
	max-width: 100%;
}

.entry-content #learn-press-profile .learn-press-form-register h3 {
	margin: 0 0 1rem !important;
}

.entry-content
	#learn-press-profile
	.learn-press-form-register
	button[name="learnPressRegisterSubmit"] {
	width: max-content;
	margin-top: 10px;
}

.lp-single-course {
	max-width: 100% !important;
	font-size: 1.6rem !important;
}

#learn-press-course .course-detail-info .meta-item-categories {
	flex-direction: column;
	align-items: flex-start;
}

@media (min-width: 481px) {
	#learn-press-course .course-detail-info .meta-item-categories {
		align-items: flex-end;
	}
}

#learn-press-course .course-detail-info .meta-item-categories::before {
	display: none;
}

#learn-press-course .course-detail-info h1.course-title {
	/* text-align: center; */
	padding-right: 0 !important;
}

#learn-press-course .course-detail-info h1.course-title {
	font-size: 2.5rem;
}

#learn-press-course .entry-content-left {
	width: 100% !important;
	padding-right: 0 !important;
}

#learn-press-course .course-summary-sidebar {
	margin-top: unset !important;
}

#learn-press-course .course-summary-sidebar .course-sidebar-top {
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
}

#learn-press-course .course-summary-sidebar .course-sidebar-top .media-preview {
	display: none;
}

#learn-press-course
	.course-summary-sidebar
	.course-sidebar-top
	.course-sidebar-preview
	.course-price {
	text-align: left;
}

#learn-press-course
	.course-summary-sidebar
	.course-sidebar-top
	.course-sidebar-preview
	.course-price
	.price {
	color: #000000;
}

#learn-press-course
	.course-summary-sidebar
	.course-sidebar-top
	.course-sidebar-preview
	.lp-course-buttons {
	display: flex;
}

#learn-press-course
	.course-summary-sidebar
	.course-sidebar-top
	.course-sidebar-preview
	.lp-course-buttons
	.btn {
	margin: 0 !important;
}

/* Old CSS */

.form-button-finish-course {
	float: none !important;
}

.single-lp_course > #site-content > .lp_course > .section-inner {
	display: none;
}

form[name="check-answer-question"] {
	display: inline-block !important;
}

form[name="learn-press-register"] input {
	height: 40px !important;
}

form input.form-control {
	height: 40px;
	padding: 8px !important;
	border-color: #dcd7ca;
}

form input.form-control:focus {
	box-shadow: none;
	border: 2px solid #0d47a1;
	border-radius: 4px;
}

#course-item-content-header .form-button.lp-button-email {
	float: right;
	margin-right: 5px;
}

.color-red {
	color: red;
}

.form-review {
	background-color: #f7f7f7;
	padding: 1em 3em;
	margin: 5em auto;
}

.learnpress .search-toggle {
	display: none;
}

.learnpress button.close-nav-toggle {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 980px) {
	.site-logo img {
		margin-right: 1em;
		max-width: 125px;
	}
	.header-titles-wrapper {
		justify-content: flex-start;
	}
	#site-header .container {
		margin-left: 0;
		display: flex;
		padding: 10px;
	}
	input[type="submit"],
	input[type="button"],
	.button,
	.lp-button,
	.btn {
		font-size: 14px;
	}
	.login {
		padding-right: 0em;
	}
}

@media (max-width: 680px) {
	.header-navigation-wrapper .btn.btn-primary {
		display: none;
	}
}

@media (min-width: 768px) {
	.form-review {
		max-width: 75%;
	}
}

.form-review h2 {
	text-align: left;
	font-size: 3rem;
	margin: 2em 0 1em;
}

.form-review .row {
	border-bottom: 1px solid rgba(204, 204, 204, 0.49);
	padding: 1em 0;
}

.form-review .row label {
	margin-bottom: 0;
}

.form-review .row-last {
	margin-bottom: 5em;
}

.form-review .row-last label {
	margin: 2em 0 1em;
}

.form-review input[type="radio"] {
	transform: scale(1.5);
	cursor: pointer;
	margin-right: 0.5em;
	margin-left: 1em;
}

.form-review input[type="submit"] {
	margin-top: 2em;
}

a.btn-primary {
	color: #ffffff;
}

button,
.btn,
.btn-primary,
.lp-button {
	width: max-content !important;
	background: #cd2653 !important;
	border-color: #cd2653 !important;
	padding: 10px 20px;
	border-radius: 5px;
	color: #ffffff !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	line-height: 30px;
	font-size: 18px;
	padding: 10px 20px !important;
}

button:hover,
.btn:hover,
.btn-primary:hover,
.btn-primary:focus,
.lp-button:hover,
.lp-button:focus {
	background: #e82944 !important;
	border-color: #e82944 !important;
}

#cardEmailStudentLectorForm {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 500px;
	padding: 20px;
	border: none;
	border-radius: 6px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

#cardEmailStudentLectorForm .card-title {
	font-size: 2rem;
	margin-bottom: 20px;
}

#emailStudentLectorForm textarea {
	font-size: 1.6rem;
}

#emailStudentLectorForm button {
	margin-top: 20px;
	margin-right: 4px;
}

.modal-content {
	padding: 20px;
	border: none;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.modal-header {
	border-bottom: none;
}

.modal-title {
	font-size: 2rem;
	margin-top: 0;
}

.modal-body textarea {
	font-size: 1.6rem;
}

.modal-footer {
	border-top: none;
}

p#new-register {
	color: #0d47a1;
	display: inline-block;
	cursor: pointer;
}

p#new-register:hover {
	text-decoration: underline;
}

#tab-instructor h1,
#tab-instructor h2,
#tab-instructor h3,
#tab-instructor h4,
#tab-instructor h5,
#tab-instructor h6 {
	margin-bottom: 20px;
}

#tab-instructor .course-author h3 {
	margin-bottom: 60px;
}

#tab-instructor .course-author .author-wrapper .author-img {
	margin-bottom: 60px;
}

#tab-instructor .course-author .author-wrapper .author-name {
	font-weight: bold;
}

#tab-instructor .course-author .author-wrapper .author-bio {
	font-size: 1.6rem;
	font-style: normal;
	width: 100%;
	margin: 0;
}

.ur-frontend-form {
	margin-bottom: 30px;
	border: 1px solid #dee0e9;
	padding: 20px;
	box-sizing: border-box;
	display: none;
}

.wpcf7-form.sent .row {
	display: none;
}

.ucastnik {
	position: relative;
}

select.ucastnik-typ {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

.ucastnik input,
.ucastnik select {
	padding: 10px 5px;
	font-size: 1.2rem;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
}

.hidden {
	display: none;
}

.hide {
	display: none;
}

.ucastnik .remove {
	position: absolute;
	left: -24px;
	top: 41%;
	font-size: 24px;
	color: red;
	display: none;
	cursor: pointer;
}
.ucastnik:hover .remove {
	display: block;
}

.quiz-result.failed .result-achieved,
.quiz-result .result-grade .result-require {
	display: none !important;
}

.quiz-result .result-grade .result-message {
	font-size: 0 !important;
}

.quiz-result .result-grade .result-message strong {
	font-size: 20px;
}

ol ol {
	list-style: decimal;
}
@media (max-width: 768px) {
	.form-review label {
		margin-bottom: 0.5em !important;
	}
}
