/*
Theme Name: Elearni
Theme URI:  http://elearni.wpengine.com/
Author: the DesignThemes team
Author URI: https://wedesignthemes.com/
Description: Elearni multi-purpose theme for Websites.
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: elearni

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* nav bar start */

.cust_control_panel{
	display:none !important;
}


@media (min-width : 1024px){
	.nav_login_opt {
		float: right;
		padding-right: 6px;
	}
	
	.cust_control_panel{
		float: right;
		display:none !important;
	}
	
}
/* nav bar end */


/* set slider filter tab css in tutor start */
@media (max-width: 992px){
    .tutor-tab-slider-btn{
        display: grid !important;
        position: relative;
        width: 90%;
    }
}
/* set slider filter tab css in tutor end */



/* search box css start */
.custom-entry-thumb img {
    max-width:250px !important;
}

/* search box css end */



/* Tutor css code start */


/* tutor start start */

.tutor-dashboard .tutor-frontend-dashboard-header {

    padding-top: 10px;
}

/* tutor header end */

/* tutor dashboard start */

 .tutor_level_text_color{
     font-size: x-large;
      color: #8a298a;
 }

.tutor-d-lg-block {
     padding: 5px;
}

/* tutor dashboard end */



/* course left hand size css start*/
.tutor-widget-title {
    font-size: 1.0rem !important;
    font-weight: 700 !important;
    margin: 0px 0 10px !important;
}

.tutor-form-check-input {
    width: 20px !important;
    height: 20px !important;
}

.tutor-list-item:not(:last-child) {
    margin-bottom: 2px;
}

.tutor-list-item {
    font-size: 14px !important;
    padding-bottom: 3px !important;
}
/* course left hand size css end*/


/* for rating */
.custom_tutor-ratings-stars {
    color: #ED9700;
    margin: 0 -3px;
    font-size: 12px;
}

/* for course title */
.custom_tutor-fs-5 {
    font-size: 1.0rem;
}

.custom_tutor-mb-8 {
    margin-bottom: 4px;
}

.custom_tutor-mb-20 {
    margin-bottom: 10px;
}

.custom_tutor-mb-0 {
    margin-bottom: 0px;
}


.custom_tutor-mt-12 {
    margin-top: 8px;
}

.tutor-mt-48 {
    margin-top: 25px !important;
}

.custom_header  {
    margin-bottom: 2px !important;
}

.tutor-btn {
    font-size: 13px !important;
}

.tutor-row {
    width: 100%;
}



/* Tutor css code end */

/* add blink effect start */

.cust_blink {
  animation: cust_blink 1s steps(1, end) infinite;
}

@keyframes cust_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* add blink effect end */

