/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.1.6
 Text Domain:  eduma-child
*/

.learnpress-profile .breadcrumbs-wrapper, .learnpress-profile .lp-order-recover {
  display: none;
}

.statistic-box__icon, .form-field__twitter, .form-field__youtube, .lp_orders_woocommerce {
  display: none;
}

.learn-press-tabs__item.cover-image, .profile-tab-sections .cover-image {
  display: none;
}

body.page-id-2958 .page-title {
	display: none;
}
.woocommerce-account .breadcrumbs-wrapper, .woocommerce-checkout .breadcrumbs-wrapper, .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__individual-prices {
	display: none
}

[data-tab="in-progress"], [data-tab="finished"], [data-filter="completed"], .menu-item-become-a-teacher {
  display: none !important;
}

.learn-press-filters {
  gap: 0;
}

.learn-press-filters li a, .learn-press-filters li span {
  margin: 0 32px 0 0;
  position: relative;
}

.wc-block-components-checkout-step__content .wc-block-components-address-form {
	display: flex;
    gap: 16px;
}
.wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input {
	flex: 1;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__password input {
	border-width: 1px !important;
    border-radius: var(--thim-border-radius-item) !important;
    padding: 5px 20px;
}

@media (max-width: 767px){
	.wc-block-components-checkout-step__content .wc-block-components-address-form {
    	flex-direction: column;
    }
}