/*
 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.0
 Text Domain:  eduma-child
*/

.product_meta {
    display: none;
}
.elementor-element-0eb3511 .elementor-icon-box-wrapper {
    display: flex;
}
.elementor-element-0eb3511 .elementor-icon-box-icon {
    margin-right: 10px !important;
	margin-bottom: 0 !important;
}
.home_shop .product_list_widget{
	margin-left: 0px;
}
.home_shop li {
	list-style: none;
}
.home_shop h5 {
	margin-left: 12px;
	font-size: 30px;
}
.home_shop .product_thumb{
	max-height: 250px;
}
.home_shop .product_list_widget>li.col-md-4:nth-child(3n+1) {
    clear: unset;
}
.product-grid .product__title a.title {
    max-width: 280px;
}
.product-grid .content__product .product__title{
	min-height: 76px;
}
@media only screen and (max-width: 768px) {
	.thim-have-any-question .mobile, .thim-have-any-question .email {
		display: block;
	}
	.home_shop li {
		width: 100%;
	}
	.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="submit"] {
		background:black;
		color:white;
	}
	.product-grid .product__title a.title {
		max-width: 260px;
	}
	.product-grid .content__product .product__title{
		min-height: auto;
	}
}
a.button.product_type_variable {
    color: black;
    padding: 10px;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 9;
    border-radius: 0;
    font-size: 14px;
}
.product-grid .product__title a.button.product_type_simple {
    color: black;
}
.copyright-area {
    display: none;
}
.home_team_sec .sc_heading {
    margin-bottom: 0px;
}
.home_team_sec.elementor-widget.elementor-widget-thim-heading {
    margin: 0;
}
.thim-testimonial-slider ul.scrollable{
	display: none;
}

element.style {
}
.thim-testimonial-slider.image-bottom {
    padding-bottom: 30px;
}
.thim-testimonial-slider.image-bottom{
	border: 1px solid #d0d0d0;
}
.woocommerce div.product form.cart .variations select {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .thim-have-any-question .email {
        display: none;
    }
}

.range-selection-note {
    color: #efa600;
}

.student-register-form select {
    width: 100%;
    margin-bottom: 12px;
    height: 40px;
}



/*Tutor registration form*/
.tutor-registration-form {
    background-color: #f4f4f9;
    margin: 0;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
#tutor-registration-form {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}
#tutor-registration-form h2 {
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    border-bottom: 2px solid #007bff;
    padding-bottom: 0.5rem;
}
#tutor-registration-form label {
    display: block;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #555;
}
#tutor-registration-form input[type="text"],
#tutor-registration-form input[type="password"],
#tutor-registration-form input[type="email"],
#tutor-registration-form input[type="tel"],
#tutor-registration-form input[type="number"],
#tutor-registration-form select,
#tutor-registration-form textarea,
#tutor-registration-form input[type="file"] {
    width: 100%;
    padding: 0.75rem;
    margin-top: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: normal;
}
#tutor-registration-form input[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
}
#tutor-registration-form input[type="submit"]:hover {
    background-color: #0056b3;
}
#tutor-registration-form .form-section {
    margin-bottom: 2rem;
}
#tutor-registration-form .form-section:last-child {
    margin-bottom: 0;
}

/* Teacher profile */
.thim-testimonial-slider.image-bottom .slides-content .description {
    font-size: 18px;
}
.w-full {
    width: 100%;
}

/*Team page*/
.wrapper-lists-our-team .our-team-item .our-team-image img {
    object-fit: cover;
}
