/*
Theme Name: Twenty Twenty 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: twentytwentyenoveko
*/


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

.btn-primary {
	background: #cd2653;
	border-color: #cd2653;
}

.btn-primary:hover,
.btn-primary: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;
}

form#emailStudentLectorModalForm textarea {
	/*margin-bottom: 20px !important;*/
}

form#emailStudentLectorModalForm button {
	/*margin-right: 5px;*/
}

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 ul,
#tab-instructor ol {
	/*margin-left: 0;*/
}

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

.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;
    }
}