/*
Theme Name: Edura
Theme URI: https://themeholy.com/wordpress/edura/
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Edura - Online Courses & Education WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edura
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
.slick-center .testi-grid {
    background-color: #a47042;
    border-color: #9c6f49;
    /* color: white !important; */
}
:root {
    --theme-color: #F7EFE8 !important;
    --theme-color2: #824626 !important;
    --title-color: #CA9D75 !important;
    
}

.header-layout-default .header-top {
    --body-color: #fff;
	background-color: var(--title-color) !important; 
}

.tutor-form-check-input {
    visibility: visible !important;
    opacity: 1 !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
}
.tutor-form-check-input:focus {
    box-shadow: none !important;
}