/*
 Theme Name:   Kiedo Child
 Theme URI:    https://themes.hibootstrap.com/kiedo/
 Description:  Kiedo Child Theme
 Author:       HiBootstrap
 Author URI:   https://hibootstrap.com/
 Template:     kiedo
 Version:      1.8
*/

.login-menu {
		display: none
}

@media (max-width: 768px) {
    .others-option .login {
        display: none;
    }
	
	.login-menu {
		display: block
	}
	    .others-option .option-item {
        padding-top: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .kiedo-responsive-nav .kiedo-responsive-menu.mean-container .mean-nav {
        margin-top: 80px !important;
    }
}

.mean-container .mean-nav ul li.active a {
    color: inherit !important;
}	

@media only screen and (max-width: 767px) {
    .footer-area-style-with-black-color {
        padding-top: 190px !important;
    }
}

.ri-error-warning-line {
    color: #E6BE25 !important;
}

.kiedo-seo-breadcrumbs {
	display: none
}