/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.5.1
	Stable tag: 3.5.1
	Requires at least: 6.0
	Tested up to: 7.0
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

body {
	background-color:#ffffff !important;
}
a.tutor-see-all-courses {
    display: none !important;
}

.tutor-screen-frontend-dashboard .page-header,
.tutor-screen-frontend-dashboard .tutor-dashboard-sidebar-logo {
	display:none;
}
.tutor-screen-frontend-dashboard .tutor-dashboard-layout {
	max-width:1268px;
	margin:auto;
}
.tutor-screen-frontend-dashboard .page-content {
	position:relative;
	padding-top:280px;
}
.banner-img {
	margin-bottom:50px;
}
.banner-img img{
	width:100%;
}
.tutor-see-all-courses {
    display:none;
}
.tutor-dashboard-welcome-card .tutor-btn-primary,
.single-courses .tutor-course-intro .tutor-medium a {
    display:none !important;
}
.single-courses .tutor-course-intro .tutor-medium  {font-size:0;}
.tutor-dashboard-layout {margin-bottom:50px !important;}

.contact-us-desktop .elementor-button-content-wrapper {
	min-width:150px;
	justify-content:space-between;
}

.contact-us-desktop .elementor-button-content-wrapper svg{width:30px;}
.contact-us-desktop a:hover svg path{fill:#fff;}

@media screen and (max-width:1600px) {
	.inner-wrap {
		padding-right:30px !important;
	}
	.contact-button-container {
		justify-content:center !important;
	}
}
@media screen and (max-width:991px) {
	.main-header .elementor-nav-menu--dropdown {
		width:200px !important;
		left:auto !important;
		right:0;
		box-shadow:0 0 10px rgba(0,0,0,0.2);
	}
}
@media screen and (max-width:767px) {
.tutor-screen-frontend-dashboard .elementor-location-footer {
    padding-bottom:72px !important;
}	
}