/*
Theme Name: Master Study Child
Theme URI: http://stylemix.net
Description: MasterStudy Child Theme
Author: StylemixThemes
Author URI: http://stylemix.net
Template: masterstudy
Version: 3.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
Text Domain: masterstudy-child
*/



/* UPD SEPT */
@media (max-width: 400px) {
	.course-title-holder {
		padding-right: 5px;
	}
}

@media(max-width: 480px) {
	.woocommerce-MyAccount-navigation ul {
		padding-left: 0;
	}

	.woocommerce-MyAccount-navigation ul li {
		display: block;
	}
}

@media (max-width: 767px) {

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}




@media (max-width: 655px) {

	.course_table tr td.number.number-visible.title,
	.course_table tr td.title {
		padding-left: 20px;
		display: block;
		width: 100%;
	}

	.course_table tr td.stm_badge {
		display: block;
		width: 100%;
		text-align: left;
	}

	.course_table tr td .meta {
		padding-left: 12px;
	}

	.course_table tr td.stm_badge .badge_unit {
		margin-left: 15px;
	}

	.woocommerce-message {
		padding-right: 26px;
	}

	.woocommerce-message .button {
		position: static;
		float: none;
		display: block;
	}

	.woocommerce-message .button:after {
		display: none;
	}

	.shop_table>tbody>tr td.actions {
		padding-left: 15px;
		padding-right: 15px;
	}

	.woocommerce .shop_table.cart .coupon .button {
		display: block;
		margin-top: 15px;
	}

	.woocommerce .shop_table.cart .coupon {
		float: none;
		margin-bottom: 30px;
	}

	.woocommerce .shop_table.cart .button.update-cart {
		float: none;
		margin-bottom: 15px;
	}
}

.tp-caption .icon_in_btn {
	text-align: center !important;
}

html .stm_metaboxes_grid .wpcfto_generic_field label {
	font-size: 14px;
}

@media (max-width: 991px) {
	.overflowed_content .wpb_column .vc_column-inner {
		margin-top: 0 !important;
	}

}



body .vc_row[data-vc-full-width] {
	overflow: visible;
}

body .vc_row[data-vc-full-width].vc_parallax {
	overflow: hidden;
}

.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em
}

.woocommerce-product-gallery figure {
	margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
	opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1
}

.woocommerce-product-gallery img {
	display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99
}

ol.flex-control-nav.flex-control-thumbs {
	padding-left: 0;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 20%;
}

.woocommerce-product-gallery__trigger {
	right: inherit;
	left: .5em;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: content-box;
}


/* Woo My Account Tabs*/
.woocommerce-account .woocommerce-MyAccount-navigation {
	display: table;
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woocommerce-MyAccount-navigation ul {
	display: table !important;
	table-layout: fixed;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul>li {
	display: table-cell;
}

.woocommerce-MyAccount-navigation ul>li>a {
	display: block;
	padding: 12px 20px;
	background-color: #457992;
	border: 0;
	border-left: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}

.woocommerce-MyAccount-navigation ul>li.is-active a,
.woocommerce-MyAccount-navigation ul>li a:hover,
.woocommerce-MyAccount-navigation ul>li a:focus {
	background-color: #f0f2f5;
	color: #457992;
}

.woocommerce div.product form.cart .variations td.label {
	display: none;
}

.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em
}

.woocommerce-product-gallery figure {
	margin: 0
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	z-index: 9 !important;
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_price .price h5 {
	font-weight: normal;
}

.widget_stm_recent_posts span.h6 {
	display: inline !important;
}

.widget_stm_recent_posts .cats_w {
	margin-left: 83px;
}

.aplus-type-notice {
	text-align: center;
	border: 1px dashed #48a7d4;
	padding: 20px 5px;
	margin: 20px 0;
}

.aplus-type-notice h4 {
	font-weight: bold;
}

.aplus-type-notice h4:last-child {
	margin-bottom: 0;
}

.woocommerce .cart-totals_wrap th {
	width: unset !important;
}

.group_class_config.hidden {
	display: none;
}

.aplus-teachers-row .avatar.photo {
	max-width: unset;
	max-height: unset;
}

.aplus-teachers-row .teacher_content .teacher_img>a {
	vertical-align: middle;
}

.aplus-teachers-row .teacher_content .teacher_img>a img {
	width: 100%;
}

.teacher_content .teacher_img {
	max-height: 265px;
}

.stm_lms_user_bio_title {
	font-weight: 700;
	margin-bottom: 0px !important;
}

.user-registration .input-radio {
	width: 5% !important;
}

html a.btn.btn-default.btn,
.header-login-button.sign-up a {
	line-height: 12px;
	font-size: 14px;
}

a.btn.btn-default.btn-subscription.btn-outline.btn-save-checkpoint {
	display: none;
}

.stm-lms-manage-prereq {
	display: none;
}

div#stm-lms-register {
	display: none;
}

.stm_lms_become_instructor {
	display: none;
}

.header_default .header_top_bar_socs ul {
	display: none;
}


.stm_lms_courses__filter .stm_lms_styled_checkbox__inner i {
	top: 4px;
}

.apss-social-share.apss-theme-1.clearfix.apss_font_awesome_five {
	margin-bottom: 20px;
}

.header_top_bar_socs .clearfix li>a:hover {
	color: #fad025 !important;
}



.header_login_url a:hover {
	color: #fad025 !important;
}

div#stm_lms_manage_course .container .row .col-md-9 .nav-tabs li:nth-child(3) {
	display: none;
}

div#stm_lms_manage_course .container .row .col-md-9 .nav-tabs li:nth-child(4) {
	display: none;
}



/* please delete */

/* .stm_lms_private_information {
display: none;
} */


.help-tip {
	position: inherit;
	top: 18px;
	right: 18px;
	text-align: center;
	background-color: #c5c5c5;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	cursor: default;
	vertical-align: middle !important;
}

.help-tip:before {
	content: '?';
	font-weight: bold;
	color: #fff;
}

.help-tip:hover p {
	display: block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p {
	/* The tooltip */
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	z-index: 99999999;
	margin-top: 18px;
}

.help-tip p:before {
	/* The pointer of the tooltip */
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #1E2021;
	right: 10px;
	top: -12px;
}

.help-tip p:after {
	/* Prevents the tooltip from being hidden */
	width: 100%;
	height: 40px;
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 100%;
	}
}

.stm_lms_user_bio {
	width: 100%;
}

/* student public page start course button */
.stm_lms_instructor_courses__single--enroll a span {
	font-size: 11px;
}

/*form datepicker */
.flatpickr-months .flatpickr-month {
	height: 31px !important;
}

.flatpickr-current-month {
	padding: 0 !important;
}


/*course form*/

.stm_lms_manage_course__hours,
.stm_lms_manage_course__minutes {
	width: 49%;
	display: inline-flex;
}

@media (max-width: 991px) {

	.stm_lms_manage_course__hours,
	.stm_lms_manage_course__minutes {
		width: 49.79%;
		display: inline-flex;
	}
}

@media (max-width: 941px) {

	.stm_lms_manage_course__hours,
	.stm_lms_manage_course__minutes {
		width: 49.7%;
		display: inline-flex;
	}
}

@media (max-width: 681px) {

	.stm_lms_manage_course__hours,
	.stm_lms_manage_course__minutes {
		width: 49.5%;
		display: inline-flex;
	}
}

@media (max-width: 425px) {

	.stm_lms_manage_course__hours,
	.stm_lms_manage_course__minutes {
		width: 49.4%;
		display: inline-flex;
	}
}

@media (max-width: 361px) {

	.stm_lms_manage_course__hours,
	.stm_lms_manage_course__minutes {
		width: 49.3%;
		display: inline-flex;
	}
}


.stm_lms_manage_course__form__hours,
.stm_lms_manage_course__form__minutes {
	min-width: 135px;
}

.course-checkbox {
	display: inline-block !important;
}


.header_main_menu_wrapper {
	margin-top: 40px !important;
}

.footer_widgets_wrapper .widget ul li a {
	color: #fff !important;
}

.footer_widgets_wrapper .widget ul li a:hover {
	color: #efd329 !important;
}

.apss-social-share.apss-theme-1.clearfix.apss_font_awesome_five {
	display: none;
}

.ur-frontend-form.login {
	padding: 30px 10px 10px 10px;
}

.user-registration-form-row input#username::placeholder,
.user-registration-form-row input#password::placeholder {
	color: #093e6a;
}

#user-registration *,
#user-registration.user-registration {
	color: #093e6a;
	border: 0;
}

#user-registration {
	background-color: #ffffff6e;
}

.stm_lms_courses__grid_found_1,
.stm_lms_courses__grid_found_2,
.stm_lms_courses__grid_found_3,
.stm_lms_courses__grid_found_4 {
	margin-top: 30px !important;
}

.stm_lms_courses__grid.stm_lms_courses__grid_4.stm_lms_courses__grid_center.archive_grid.featured-courses.stm_lms_courses__grid_found_4 {
	border-bottom: 3px solid #f09b23;
}

.stm_lms_courses__grid .stm_lms_courses__single--image .stm_lms_lazy_image {
	height: 120px;
}

.stm_lms_courses__grid .stm_lms_courses__single--image .stm_lms_lazy_image img {
	object-fit: cover;
	height: 120px;
}

.stm_lms_courses__grid .stm_lms_courses__single--image__container {
	padding-top: 1px;
}

.header_main_menu_wrapper .header-menu>li>a {
	font-size: 16px;
}

#stm_lms_manage_course .meta-unit.teacher,
#stm_lms_manage_course .stm-lms-course-info__single_enrolled,
#stm_lms_manage_course .stm-lms-course-info__single_lectures,
#stm_lms_manage_course .stm-lms-wishlist,
#stm_lms_manage_course .stm_lms_course__panel_rate,
#stm_lms_manage_course .stm_metaboxes_grid .stm_metaboxes_grid__inner .stm-curriculum.loading .stm-curriculum-list,
#stm_lms_manage_course .stm_metaboxes_grid .stm_metaboxes_grid__inner .stm-curriculum.loading .wpcfto_curriculum_box {
	opacity: 1 !important;
}

.stm-lms-modal-request-instructor .modal-dialog {
	min-height: calc(100% - (1.75rem * 2));
	margin: 1.75rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stm-lms-user-account .stm_lms_fast_message.active {
	position: static;
	margin-left: 0;
	margin-top: 30px;
}

.select2-selection__rendered .select2-selection__placeholder {
	font-size: 14px;
}

#buddypress #item-nav .item-list-tabs li#settings-personal-li {
	display: none;
}


.stm-lms-course-info__single.stm-lms-course-info__single_lectures {
	display: none;
}

.form-help-tip {
	position: inherit;
	top: 18px;
	right: 18px;
	text-align: center;
	background-color: #c5c5c5;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	cursor: default;
	vertical-align: middle !important;
	display: inline-block;
	margin-left: 5px;
}

.form-help-tip p {
	/* The tooltip */
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: relative;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	z-index: 99999999;
	margin-top: 18px;
}

.form-help-tip:before {
	content: '?';
	font-weight: bold;
	color: #fff;
}

.form-help-tip:hover p {
	display: block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.form-help-tip p:before {
	/* The pointer of the tooltip */
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #1E2021;
	left: 2px;
	top: -12px;
}

.form-help-tip p:after {
	/* Prevents the tooltip from being hidden */
	width: 100%;
	height: 40px;
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
}

/* https://codepen.io/rendykstan/pen/VLqZGO8 */
.range-slider {
	position: relative;
	width: 80%;
	margin-left: 10%;
	height: 54px;
	float: left;
	text-align: center;
}

.range-slider input[type='range'] {
	-webkit-appearance: none;
	height: 20px;
	pointer-events: none;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0px;
	height: 15px;
	width: 100%;
	border-radius: 14px;
	border: 1px solid grey;
	background: none;
}

.range-slider input[type='range']:focus,
.range-slider input[type='range']:active {
	outline: none;
}

.range-slider input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	box-sizing: content-box;
	width: 15px;
	height: 15px;
	border: none;
	pointer-events: auto;
	border-radius: 14px;
	background-color: #385bce;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.range-slider input[type='range']::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: none;
	pointer-events: auto;
	border-radius: 14px;
	background-color: green;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.range-slider input[type='range']::-ms-thumb {
	width: 20px;
	height: 20px;
	border: none;
	pointer-events: auto;
	border-radius: 14px;
	background-color: green;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.range-slider input[type='range']::-webkit-slider-runnable-track {
	/* your track styles */
}

.range-slider input[type='range']::-moz-range-track {
	-moz-appearance: none;
	background: none;
}

.range-slider input[type='range']::-ms-track {
	/* should come after -webkit- */
	border-color: transparent;
	color: transparent;
	background: transparent;
	/* again your track styles */
}

.range-slider input[type='range']::-ms-fill-upper {
	background: transparent;
}

.range-slider input[type='range']::-ms-fill-lower {
	background: transparent;
}

.range-slider input[type='range']::-ms-tooltip {
	display: none;
}


.time_range_slider,
.price-range-slider,
.duration-range-slider {
	height: 75px;
}


#time-range-startTime,
#time-range-endTime,
#price-range-minPrice,
#price-range-maxPrice,
#duration-range-minDuration,
#duration-range-maxDuration {
	width: 49%;
	display: inline-block;
}

#time-range-endTime,
#price-range-maxPrice,
#duration-range-maxDuration {
	text-align: right;
}

#reviews #stm_lms_add_review .star-rating {
	margin: 10px 0 30px 0 !important;
}

h4.review-rating-label {
	margin: 0;
}

.woocommerce p.return-to-shop {
	display: none;
}

.entry-header.clearfix {
	background-size: cover;
}

.entry-header {
	background-color: #457992;
	height: 350px;
}

.entry-header .entry-title {
	padding-top: 80px;
}

.footer_menu li.current-menu-item a {
	color: #093e6a;
}

.home-page #header {
	position: relative
}

.home-page #header .header_default {
	box-shadow: 0px 0px 3px #273044;
}

.home-page .header-menu > .menu-item > a, .home-page .stm_lms_wishlist_button i, .home-page .search-toggler {
	color: #000000 !important;
}

.home-page .search-toggler {
	border-color: #000000 !important;
}

.btn-to-know-more {
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 18px;
    padding-right: 25px;
    padding-bottom: 18px;
    padding-left: 25px;
    font-family: Montserrat;
    line-height: 16px;
    font-size: 16px;
    border-radius: 25px;
    border: 1px solid #f0f0f0;
}

.group_class_config input {
	width: 100%;
}

.group_class_config .reminder, .stm_lms_manage_course_price .remark {
	font-size: 12px;
	line-height: 12px;
}

.stm_lms_courses__search .lms-search-btn {
	display: none;
}

.stm_lms_courses__search #lms-search-input {
	width: 82%;
	margin: auto;
}

#reviews #stm_lms_add_review a {
    color: #ffffff !important;
}

.not-available-btn {
	display: flex;
    min-height: 60px;
    margin-bottom: 10px;
    padding: 20px 25px 20px 16px;
    font-size: 17px;
    width: 100%;
    align-items: center;
    color: #fff;
	background-color: #e14862;
	position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    z-index: 30;
	border-radius: 10px;
}

.not-available-btn span {
	font-weight: 700;
	position: relative;
    top: 1px;
    margin-right: 15px;
	text-transform: uppercase;
}

.not-available-btn .not-available-btn-price {
	display: inline-block;
    vertical-align: top;
	margin-left: auto;
}

.not-available-btn .not-available-btn-price label {
	display: block;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.not-available-btn.joined {
	background-color: #093e6a !important;
}


.not-available-btn.pending {
	background-color: #f4d523 !important;
}

.alert.alert-warning {
	background-color: #fcf8e3;
    padding: 16px;
    border: 1px solid #faeed1;
    border-radius: 5px;
}

.alert.alert-warning p {
	margin: 0;
}

.home-page .stm_lms_courses__grid .stm_lms_courses__single--image .stm_lms_lazy_image img {
	height: 150px;
}

.home-page .stm_lms_courses__grid .stm_lms_courses__single--image__container {
	height: 150px;
}

.stm_lms_instructor_courses__single--image img, .stm_lms_instructor_courses__single--image img {
	height: 160px;
    object-fit: contain;
}

/* .stm_lms_instructor_courses__single--choice.edit {
	display: none !important;
} */


.stm-lms-course__sidebar .stm-lms-buy-buttons .stm_lms_mixed_button .buy-button {
	white-space: unset;
    align-items: center;
    color: #fff;
    background-color: #e14862;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    z-index: 30;
    border-radius: 10px;
    flex-wrap: nowrap;
    text-align: left;
}

#header .header_default {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.lost-password-section .tml-lostpassword {
	background-color: #ffffff6e;
	box-shadow: 0 2px 20px rgba(45, 53, 89, 0.1);
	color: #093e6a;
    border: 0;
	padding: 30px 10px 10px 10px;
}

.lost-password-section .tml-lostpassword form {
	padding: 0 10px; 
}

.lost-password-section .tml-lostpassword form label {
	color: #093e6a;	
}

.lost-password-section .tml-lostpassword button, .tml-resetpass button {
	background-color: #df4b61;
	padding: 10px 20px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    cursor: pointer;
    transition: 0.35s all ease-out;
	border: 0;
	color: #ffffff;
}

.lost-password-section .tml-lostpassword .tml-links {
	display: none;
}