/*
	Theme Name: MasterStudy
	Theme URI: https://stylemixthemes.com/masterstudy/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: MasterStudy is the best WordPress theme for the Education & Learning Center - for educational organizations, who sell courses and organize classes locally. Using Masterstudy you can easily setup a WordPress site for your education company.
	Version: 4.4.7
	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
*/
@media (max-width: 767px) {
    body .top_bar_info li.hidden-info {
        display: none !important;
    }
}
.stm_lms_courses__filter_actions input[type=submit] {
    outline: none;
}

.stm-lms-course__lesson-content iframe {
    width: 100%;
}

/*
error page
*/
.error_page {
    background-image: url(https://ampifire.com/ampifire_v2/assets/img/robot-1.png),url('https://ampifire.com/ampifire_v2/assets/img/robot-2.png');
    background-position: center right,center left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 40%;
}
.error_text h1 {
    font-size: 8.5rem;
    font-weight: bold;
    line-height: 1.4;
    color: #59748a;
}
.error_text h3 {
    font-size: 1.85rem;
    font-weight: 500;
    line-height: 1.25;
    color: #59748a;
}
.mt-7 {
    margin-top: 28px;
    font-size: 1.5rem;
    font-weight: lighter;
    color: #59748a;
}

.lms_courses.sort {
    display: none!important;
}

.current-menu-item {
    background-color: #59748a;
    border-radius: 0 0 4px 4px;
    border-top: 4px solid #fe0d66;
}

.current-menu-item a{
    color: #fff!important;
}

.header_bottom .header_main_menu_wrapper {
	padding:1px!important;
}

.magic_line{display:none!important}

.header-menu :not(.current-menu-item) {
    border-top: 4px solid transparent;
}

.header_top {
    padding: 6px 0 6px!important;
}

.stm_breadcrumbs_unit {
	padding: 1px 0 1px;
}

.header-menu>li:hover{
    border-top: 4px solid #fe0d66;
/* 	 background-color: #eef5f9; */
}

#header.sticky_header .header_default.fixed {
	top: -1px;
    padding: 0px 0px 1px!important;
}

.header-menu>li.current-menu-item:hover{
    background-color: #59748a;
    border-radius: 0 0 4px 4px;
    border-top: 4px solid #fe0d66;
}

.header-menu>li:hover{
    border-top: 4px solid #fe0d66;
    background-color: #f6f6f6;
}

.header-menu {
	margin-bottom: -7px !important;
	height: 54px;
}

.header_default:after{background:white !important;}