/*
Theme Name: Karma (Child Theme)
Theme URI: http://wp.themedemo.co/karma
Author: TRUETHEMES
Author URI: https://themeforest.net/user/truethemes
Version: 6.0.0
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: karma-child
Template: karma
*/

/* = Add your own modification from here
-------------------------------------------------------------- */
@media only screen and ( max-width: 420px ){
	.aheto-banner-slider__links{
		display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
	}
	.aheto-banner-slider__links a{
		width: 240px !important;
		padding: 15px 0 !important;
	}
}
.fixed-header{
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 9999 !important;
}
.main-header--modern .main-header__menu-box .main-menu>li.current-menu-item::before, .main-header--modern .main-header__menu-box .main-menu>li.current-menu-parent::before, .main-header--modern .main-header__menu-box .main-menu>li:hover::before, .main-header--modern .main-header__menu-box>ul>li.current-menu-item::before, .main-header--modern .main-header__menu-box>ul>li.current-menu-parent::before, .main-header--modern .main-header__menu-box>ul>li:hover::before{
	display: none !important;
}
.hideMe{
  display: none !important;
}
body .form-row-wide, body .give-donation-amount, body .give_error, body .give_warning, body .set-price{
  display: block !important;
}
@media(max-width: 1025px){
  .main-header--modern .main-header__widget-box{
    display: flex !important;
  }
}