/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a {
    color: #1c1e27;
    text-decoration: none;
}
a:hover {
	color: #009035;
}
h3.elementor-icon-box-title {
    margin: 0;
}
.etlms-course-list-main-wrap .tutor-course-card .tutor-card-body {
    padding: 10px !important;
}
.tutor-course-details-page, .course-archive-page {
    padding: 50px;
    max-width: 1190px;
}
.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body {
	background-color: #ffffff;
}
.tutor-accordion-item-header {
	font-size: 18px;
}
.tutor-dashboard-sidebar-logo img {
    max-width: 100%;
}
.post-type-archive-courses .tutor-meta {
	display: none;
}
.post-type-archive-courses h3.tutor-course-name.tutor-fs-5.tutor-fw-medium {
    font-size: 16px;
}
.post-type-archive-courses a.tutor-btn.tutor-btn-outline-primary.tutor-btn-md.tutor-btn-block {
    font-size: 14px;
}
input.wpcf7-form-control, .wpcf7-textarea {
    border-radius: 7px !important;
    border-color: #f1f1f1 !important;
}
input.wpcf7-submit, input.wpcf7-submit:hover {
    background-color: #009035 !important;
    border-color: #009035 !important;
    color: #fff !important;
}
input.wpcf7-form-control:focus, input.wpcf7-form-control:active, .wpcf7-textarea:focus, .wpcf7-textarea:active {
    border-color: #009035 !important;
}