/*
	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.8.135
	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%;
}
/* Desktop (default) */
/* .row {
    margin-right: -101px !important;
    margin-left: -122px !important;
} */

/* Tablet (iPad / Tablet mode) */
/* @media (max-width: 1024px) and (min-width: 768px) {
    .row {
        margin-right: -30px !important;
        margin-left: -30px !important;
    }
} */

/* Mobile */
/* @media (max-width: 767px) {
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
} */

/* body.#footer_bottom {
    border-top: 0 !important;
    background-color:#272631!important;
}
ol, ul {
    padding-left: 0px!important;
}
#footer_bottom .widget_title h3 {
    font-weight: 700;
    color:white!important;
    font-size: 30px!important;
    font-family: "Open Sans", Sans-serif;
    padding-bottom:10px;
}
.textwidget {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 31px;
    color:white;
}

#footer_bottom, .widget_contacts ul li .text, #footer_bottom .footer_widgets_wrapper .widget ul li a, .widget_nav_menu ul.style_1 li a .h6, .widget_pages ul.style_2 li a .h6, #footer .stm_product_list_widget.widget_woo_stm_style_2 li a .meta .title, .widget_pages ul.style_1 li a .h6, #footer_bottom .widget_stm_recent_posts .widget_media .h6 {
   font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 31px;
    color:white!important;
}
.widget_stm_recent_posts .widget_media_style_2 .cats_w {
 
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 31px;
    color: white !important;
}
.socials_widget_wrapper__text {
    margin: 0;
}

.socials_widget_wrapper__text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;
    margin-right: 12px;

    background-color: #ffffff;     
    color: #000000;                
    font-size: 18px;

    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);

    transition: all 0.3s ease;
}
 */
/* Hover state */
/* .socials_widget_wrapper__text a:hover {
    background-color: #5e676b;   
    color: #ffffff;               
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}

.stm_image_box.stm_image_box__style_1 .stm_image_box__content h3 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 36px;
    font-size: 34px;
    text-align: left;
    line-height: 53px;
    font-weight: 700;
}
.stm_testimonials_wrapper_style_2 .stm_lms_testimonials_single__content h3 {
    font-size: 36px;
    font-size: 38px;
    text-align: left;
    line-height: 54px;
    font-weight: 700;
}
#footer .widget_nav_menu ul {
    list-style:none;
}
.header_main_menu_wrapper .header-menu {
    position: relative!important;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 15px;
} */
/* .header_6 .header_main_menu_wrapper .right_buttons {
    border-left: 1px #eee solid;
    margin-left: 14px;

} */
/* #footer_bottom, .widget_contacts ul li .text, #footer_bottom .footer_widgets_wrapper .widget ul li a, .widget_nav_menu ul.style_1 li a .h6, .widget_pages ul.style_2 li a .h6, #footer .stm_product_list_widget.widget_woo_stm_style_2 li a .meta .title, .widget_pages ul.style_1 li a .h6, #footer_bottom .widget_stm_recent_posts .widget_media .h6 {
    color: #aaaaaa;
    background-color:#1d1d25!important;
} */
/* ================================
   CONTACT FORM 7 – FULL FIX CSS
   ================================ */

/* .wpcf7-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.wpcf7-form .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wpcf7-form [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    padding: 12px 14px;
    height: 48px;
    font-size: 15px;
    line-height: 1.4;
    color: #555;
    border: 2px solid #f0f2f5;
    background: #f0f2f5;
    border-radius: 8px;
    box-shadow: none;
    margin: 0 !important;                 
    box-sizing: border-box !important;    
}

.wpcf7-form textarea {
    height: 150px;
    resize: none;
} */

/* .wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #2ec4c4;
    background: #ffffff;
}
.icon_box p {
    margin-bottom: 0px!important;
    opacity: .6;
}

.wpcf7-form input[type="submit"] {
    width: auto;
    min-width: 180px;
    height: 50px;
    padding: 0 30px;
    background:#457993!important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
} */

/* .wpcf7-form input[type="submit"]:hover {
    background: #25a5a5;
    transform: translateY(-2px);
}

.wpcf7-form .row:last-child {
    text-align: left;   
}

@media (max-width: 767px) {
    .wpcf7-form {
        padding: 0;
    }

    .wpcf7-form input,
    .wpcf7-form textarea {
        width: 100% !important;
    }
} */


 */



/* .newsletter-full {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
}
 */
/* FLEX ROW */



/* .right_buttons .header-login-button.log-in a {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 20px 13px;
    line-height: 14px;
    display: inline-block;
    background: #457993!important;
    border-radius: 50px;
    vertical-align: top;
    margin-top: -5px;
    transition: .3s;
} */
/* .btn.btn-default, .button, .textwidget .btn {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    z-index: 30;
    background-color: #457993!important;
} */
/* .magic_line {
    position: absolute;
    visibility: hidden;
    left: 15px;
    width: 100%;
    margin-bottom: -9px;
    bottom: -14px;
    height: 3px;
    background-color: #457993!important;
    z-index: 18;
    opacity: 0;
}  */