@charset "utf-8";


.grax_tm_settings .colors li a.blue{background-color: #4169e1;}
.grax_tm_settings .colors li a.green{background-color: #66B95C;}
.grax_tm_settings .colors li a.brown{background-color: #ff9800;}
.grax_tm_settings .colors li a.pink{background-color: #ff5e94;}
.grax_tm_settings .colors li a.orange{background-color: #fa5b0f;}
.grax_tm_settings .colors li a.black{background-color: #333;}
.grax_tm_settings .colors li a.white{background-color: #e5e5e5;}
.grax_tm_settings .colors li a.purple{background-color: #9200ee;}
.grax_tm_settings .colors li a.sky{background-color: #00D4BD;}
.grax_tm_settings .colors li a.cadetBlue{background-color: #5e9e9f;}
.grax_tm_settings .colors li a.crimson{background-color: #e54b4b;}
.grax_tm_settings .colors li a.olive{background-color: #666d41;}
.grax_tm_settings .colors li a.red{background-color: #fe0000;}


.grax_tm_all_wrap[data-color="blue"] {--main-color: #4169e1;}
.grax_tm_all_wrap[data-color="blue"] .grax_tm_topbar .menu ul li.current a{color: #4169e1;}
.grax_tm_all_wrap[data-color="blue"] .grax_tm_topbar .menu ul li a:hover{color: #4169e1;}
.grax_tm_all_wrap[data-color="blue"] .grax_tm_title_holder span{color: #4169e1;}
.grax_tm_all_wrap[data-color="blue"] .grax_tm_button a{background-color: #4169e1;border-color:#4169e1;}
.grax_tm_all_wrap[data-color="blue"] .grax_tm_news .news_list .details h3 a:hover{color: #4169e1;} /* Adjusted selector */
.grax_tm_all_wrap[data-color="blue"] .grax_tm_news .news_list .details .date a:hover{color: #4169e1;} /* Assuming date is a link */
.grax_tm_all_wrap[data-color="blue"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="blue"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #4169e1 !important; 
    border-color: #4169e1 !important;
}
.grax_tm_all_wrap[data-color="blue"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #4169e1 !important; 
    color: #fff !important;
}
.grax_tm_all_wrap[data-color="blue"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #4169e1; 
    color: #fff !important;
}
.grax_tm_all_wrap[data-color="blue"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="blue"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="blue"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"], /* More generic for tags text */
.grax_tm_all_wrap[data-color="blue"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] { /* More generic for read more */
    color: #4169e1 !important;
}
.grax_tm_all_wrap[data-color="blue"] .about_subtitle,
.grax_tm_all_wrap[data-color="blue"] .about_text_content h3,
.grax_tm_all_wrap[data-color="blue"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="blue"] .skills_list span {
    color: #4169e1 !important;
}
.grax_tm_all_wrap[data-color="blue"] .cursor-inner.cursor-hover{background-color: #4169e1;}
.grax_tm_all_wrap[data-color="blue"] .cursor-outer{border-color: #4169e1;}
.grax_tm_all_wrap[data-color="blue"] .cursor-inner{background-color: #4169e1;}
.grax_tm_all_wrap[data-color="blue"] .progress_inner .background .bar_in{background: #4169e1;}


.grax_tm_all_wrap[data-color="green"] {--main-color: #66B95C;}
.grax_tm_all_wrap[data-color="green"] .grax_tm_topbar .menu ul li.current a{color: #66B95C;}
.grax_tm_all_wrap[data-color="green"] .grax_tm_topbar .menu ul li a:hover{color: #66B95C;}
.grax_tm_all_wrap[data-color="green"] .grax_tm_title_holder span{color: #66B95C;}
.grax_tm_all_wrap[data-color="green"] .grax_tm_button a{background-color: #66B95C;border-color:#66B95C;}
.grax_tm_all_wrap[data-color="green"] .grax_tm_news .news_list .details h3 a:hover{color: #66B95C;}
.grax_tm_all_wrap[data-color="green"] .grax_tm_news .news_list .details .date a:hover{color: #66B95C;}
.grax_tm_all_wrap[data-color="green"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="green"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #66B95C !important; border-color: #66B95C !important;
}
.grax_tm_all_wrap[data-color="green"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #66B95C !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="green"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #66B95C; color: #fff !important;
}
.grax_tm_all_wrap[data-color="green"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="green"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="green"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="green"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #66B95C !important;
}
.grax_tm_all_wrap[data-color="green"] .about_subtitle,
.grax_tm_all_wrap[data-color="green"] .about_text_content h3,
.grax_tm_all_wrap[data-color="green"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="green"] .skills_list span {
    color: #66B95C !important;
}
.grax_tm_all_wrap[data-color="green"] .cursor-inner.cursor-hover{background-color: #66B95C;}
.grax_tm_all_wrap[data-color="green"] .cursor-outer{border-color: #66B95C;}
.grax_tm_all_wrap[data-color="green"] .cursor-inner{background-color: #66B95C;}
.grax_tm_all_wrap[data-color="green"] .progress_inner .background .bar_in{background: #66B95C;}


.grax_tm_all_wrap[data-color="brown"] {--main-color: #ff9800;}
.grax_tm_all_wrap[data-color="brown"] .grax_tm_topbar .menu ul li.current a{color: #ff9800;}
.grax_tm_all_wrap[data-color="brown"] .grax_tm_topbar .menu ul li a:hover{color: #ff9800;}
.grax_tm_all_wrap[data-color="brown"] .grax_tm_title_holder span{color: #ff9800;}
.grax_tm_all_wrap[data-color="brown"] .grax_tm_button a{background-color: #ff9800;border-color:#ff9800;}
.grax_tm_all_wrap[data-color="brown"] .grax_tm_news .news_list .details h3 a:hover{color: #ff9800;}
.grax_tm_all_wrap[data-color="brown"] .grax_tm_news .news_list .details .date a:hover{color: #ff9800;}
.grax_tm_all_wrap[data-color="brown"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="brown"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #ff9800 !important; border-color: #ff9800 !important;
}
.grax_tm_all_wrap[data-color="brown"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #ff9800 !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="brown"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #ff9800; color: #fff !important;
}
.grax_tm_all_wrap[data-color="brown"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="brown"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="brown"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="brown"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #ff9800 !important;
}
.grax_tm_all_wrap[data-color="brown"] .about_subtitle,
.grax_tm_all_wrap[data-color="brown"] .about_text_content h3,
.grax_tm_all_wrap[data-color="brown"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="brown"] .skills_list span {
    color: #ff9800 !important;
}
.grax_tm_all_wrap[data-color="brown"] .cursor-inner.cursor-hover{background-color: #ff9800;}
.grax_tm_all_wrap[data-color="brown"] .cursor-outer{border-color: #ff9800;}
.grax_tm_all_wrap[data-color="brown"] .cursor-inner{background-color: #ff9800;}
.grax_tm_all_wrap[data-color="brown"] .progress_inner .background .bar_in{background: #ff9800;}


.grax_tm_all_wrap[data-color="pink"] {--main-color: #ff5e94;}
.grax_tm_all_wrap[data-color="pink"] .grax_tm_topbar .menu ul li.current a{color: #ff5e94;}
.grax_tm_all_wrap[data-color="pink"] .grax_tm_topbar .menu ul li a:hover{color: #ff5e94;}
.grax_tm_all_wrap[data-color="pink"] .grax_tm_title_holder span{color: #ff5e94;}
.grax_tm_all_wrap[data-color="pink"] .grax_tm_button a{background-color: #ff5e94;border-color:#ff5e94;}
.grax_tm_all_wrap[data-color="pink"] .grax_tm_news .news_list .details h3 a:hover{color: #ff5e94;}
.grax_tm_all_wrap[data-color="pink"] .grax_tm_news .news_list .details .date a:hover{color: #ff5e94;}
.grax_tm_all_wrap[data-color="pink"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="pink"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #ff5e94 !important; border-color: #ff5e94 !important;
}
.grax_tm_all_wrap[data-color="pink"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #ff5e94 !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="pink"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #ff5e94; color: #fff !important;
}
.grax_tm_all_wrap[data-color="pink"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="pink"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="pink"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="pink"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #ff5e94 !important;
}
.grax_tm_all_wrap[data-color="pink"] .about_subtitle,
.grax_tm_all_wrap[data-color="pink"] .about_text_content h3,
.grax_tm_all_wrap[data-color="pink"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="pink"] .skills_list span {
    color: #ff5e94 !important;
}
.grax_tm_all_wrap[data-color="pink"] .cursor-inner.cursor-hover{background-color: #ff5e94;}
.grax_tm_all_wrap[data-color="pink"] .cursor-outer{border-color: #ff5e94;}
.grax_tm_all_wrap[data-color="pink"] .cursor-inner{background-color: #ff5e94;}
.grax_tm_all_wrap[data-color="pink"] .progress_inner .background .bar_in{background: #ff5e94;}


.grax_tm_all_wrap[data-color="orange"] {--main-color: #fa5b0f;}
.grax_tm_all_wrap[data-color="orange"] .grax_tm_topbar .menu ul li.current a{color: #fa5b0f;}
.grax_tm_all_wrap[data-color="orange"] .grax_tm_topbar .menu ul li a:hover{color: #fa5b0f;}
.grax_tm_all_wrap[data-color="orange"] .grax_tm_title_holder span{color: #fa5b0f;}
.grax_tm_all_wrap[data-color="orange"] .grax_tm_button a{background-color: #fa5b0f;border-color:#fa5b0f;}
.grax_tm_all_wrap[data-color="orange"] .grax_tm_news .news_list .details h3 a:hover{color: #fa5b0f;}
.grax_tm_all_wrap[data-color="orange"] .grax_tm_news .news_list .details .date a:hover{color: #fa5b0f;}
.grax_tm_all_wrap[data-color="orange"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="orange"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #fa5b0f !important; border-color: #fa5b0f !important;
}
.grax_tm_all_wrap[data-color="orange"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #fa5b0f !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="orange"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #fa5b0f; color: #fff !important;
}
.grax_tm_all_wrap[data-color="orange"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="orange"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="orange"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="orange"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #fa5b0f !important;
}
.grax_tm_all_wrap[data-color="orange"] .about_subtitle,
.grax_tm_all_wrap[data-color="orange"] .about_text_content h3,
.grax_tm_all_wrap[data-color="orange"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="orange"] .skills_list span {
    color: #fa5b0f !important;
}
.grax_tm_all_wrap[data-color="orange"] .cursor-inner.cursor-hover{background-color: #fa5b0f;}
.grax_tm_all_wrap[data-color="orange"] .cursor-outer{border-color: #fa5b0f;}
.grax_tm_all_wrap[data-color="orange"] .cursor-inner{background-color: #fa5b0f;}
.grax_tm_all_wrap[data-color="orange"] .progress_inner .background .bar_in{background: #fa5b0f;}


.grax_tm_all_wrap[data-color="black"] {--main-color: #000;}
.grax_tm_all_wrap[data-color="black"] .grax_tm_topbar .menu ul li.current a{color: #000;}
.grax_tm_all_wrap[data-color="black"] .grax_tm_topbar .menu ul li a:hover{color: #000;}
.grax_tm_all_wrap[data-color="black"] .grax_tm_title_holder span{color: #000;}
.grax_tm_all_wrap[data-color="black"] .grax_tm_button a{background-color: #000;border-color:#000;}
.grax_tm_all_wrap[data-color="black"] .grax_tm_news .news_list .details h3 a:hover{color: #000;}
.grax_tm_all_wrap[data-color="black"] .grax_tm_news .news_list .details .date a:hover{color: #000;}
.grax_tm_all_wrap[data-color="black"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="black"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #000 !important; border-color: #000 !important;
}
.grax_tm_all_wrap[data-color="black"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #000 !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="black"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #000; color: #fff !important;
}
.grax_tm_all_wrap[data-color="black"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="black"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="black"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="black"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #000 !important;
}
.grax_tm_all_wrap[data-color="black"] .about_subtitle,
.grax_tm_all_wrap[data-color="black"] .about_text_content h3,
.grax_tm_all_wrap[data-color="black"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="black"] .skills_list span {
    color: #000 !important;
}
.grax_tm_all_wrap[data-color="black"] .cursor-inner.cursor-hover{background-color: #000;}
.grax_tm_all_wrap[data-color="black"] .cursor-outer{border-color: #000;}
.grax_tm_all_wrap[data-color="black"] .cursor-inner{background-color: #000;}
.grax_tm_all_wrap[data-color="black"] .progress_inner .background .bar_in{background: #000;}

.grax_tm_all_wrap[data-color="white"] {--main-color: #fff;}
.grax_tm_all_wrap[data-color="white"] .grax_tm_topbar .menu ul li.current a{color: #fff;}
.grax_tm_all_wrap[data-color="white"] .grax_tm_topbar .menu ul li a:hover{color: #fff;}
.grax_tm_all_wrap[data-color="white"] .grax_tm_title_holder span{color: #fff;}
.grax_tm_all_wrap[data-color="white"] .grax_tm_button a{background-color: #fff;border-color:#fff;color: #000;}
.grax_tm_all_wrap[data-color="white"] .grax_tm_news .news_list .details h3 a:hover{color: #fff;}
.grax_tm_all_wrap[data-color="white"] .grax_tm_news .news_list .details .date a:hover{color: #fff;}
.grax_tm_all_wrap[data-color="white"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="white"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #fff !important; border-color: #fff !important; background-color: rgba(0,0,0,0.2) !important; /* Make non-active buttons slightly visible on white theme */
}
.grax_tm_all_wrap[data-color="white"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #fff !important; color: #000 !important;
}
.grax_tm_all_wrap[data-color="white"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #fff; color: #000 !important;
}
.grax_tm_all_wrap[data-color="white"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="white"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="white"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="white"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #fff !important;
}
.grax_tm_all_wrap[data-color="white"] .about_subtitle,
.grax_tm_all_wrap[data-color="white"] .about_text_content h3,
.grax_tm_all_wrap[data-color="white"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="white"] .skills_list span {
    color: #fff !important;
}
.grax_tm_all_wrap[data-color="white"] .skills_list span { background-color: rgba(0,0,0,0.2) !important; } /* Make skill tags visible on white theme */
.grax_tm_all_wrap[data-color="white"] .cursor-inner.cursor-hover{background-color: #fff;}
.grax_tm_all_wrap[data-color="white"] .cursor-outer{border-color: #fff;}
.grax_tm_all_wrap[data-color="white"] .cursor-inner{background-color: #fff;}
.grax_tm_all_wrap[data-color="white"] .progress_inner .background .bar_in{background: #fff;}


.grax_tm_all_wrap[data-color="purple"] {--main-color: #9200ee;}
.grax_tm_all_wrap[data-color="purple"] .grax_tm_topbar .menu ul li.current a{color: #9200ee;}
.grax_tm_all_wrap[data-color="purple"] .grax_tm_topbar .menu ul li a:hover{color: #9200ee;}
.grax_tm_all_wrap[data-color="purple"] .grax_tm_title_holder span{color: #9200ee;}
.grax_tm_all_wrap[data-color="purple"] .grax_tm_button a{background-color: #9200ee;border-color:#9200ee;}
.grax_tm_all_wrap[data-color="purple"] .grax_tm_news .news_list .details h3 a:hover{color: #9200ee;}
.grax_tm_all_wrap[data-color="purple"] .grax_tm_news .news_list .details .date a:hover{color: #9200ee;}
.grax_tm_all_wrap[data-color="purple"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="purple"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #9200ee !important; border-color: #9200ee !important;
}
.grax_tm_all_wrap[data-color="purple"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #9200ee !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="purple"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #9200ee; color: #fff !important;
}
.grax_tm_all_wrap[data-color="purple"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="purple"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="purple"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="purple"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #9200ee !important;
}
.grax_tm_all_wrap[data-color="purple"] .about_subtitle,
.grax_tm_all_wrap[data-color="purple"] .about_text_content h3,
.grax_tm_all_wrap[data-color="purple"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="purple"] .skills_list span {
    color: #9200ee !important;
}
.grax_tm_all_wrap[data-color="purple"] .cursor-inner.cursor-hover{background-color: #9200ee;}
.grax_tm_all_wrap[data-color="purple"] .cursor-outer{border-color: #9200ee;}
.grax_tm_all_wrap[data-color="purple"] .cursor-inner{background-color: #9200ee;}
.grax_tm_all_wrap[data-color="purple"] .progress_inner .background .bar_in{background: #9200ee;}


.grax_tm_all_wrap[data-color="sky"] {--main-color: #00D4BD;}
.grax_tm_all_wrap[data-color="sky"] .grax_tm_topbar .menu ul li.current a{color: #00D4BD;}
.grax_tm_all_wrap[data-color="sky"] .grax_tm_topbar .menu ul li a:hover{color: #00D4BD;}
.grax_tm_all_wrap[data-color="sky"] .grax_tm_title_holder span{color: #00D4BD;}
.grax_tm_all_wrap[data-color="sky"] .grax_tm_button a{background-color: #00D4BD;border-color:#00D4BD;}
.grax_tm_all_wrap[data-color="sky"] .grax_tm_news .news_list .details h3 a:hover{color: #00D4BD;}
.grax_tm_all_wrap[data-color="sky"] .grax_tm_news .news_list .details .date a:hover{color: #00D4BD;}
.grax_tm_all_wrap[data-color="sky"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="sky"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #00D4BD !important; border-color: #00D4BD !important;
}
.grax_tm_all_wrap[data-color="sky"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #00D4BD !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="sky"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #00D4BD; color: #fff !important;
}
.grax_tm_all_wrap[data-color="sky"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="sky"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="sky"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="sky"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #00D4BD !important;
}
.grax_tm_all_wrap[data-color="sky"] .about_subtitle,
.grax_tm_all_wrap[data-color="sky"] .about_text_content h3,
.grax_tm_all_wrap[data-color="sky"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="sky"] .skills_list span {
    color: #00D4BD !important;
}
.grax_tm_all_wrap[data-color="sky"] .cursor-inner.cursor-hover{background-color: #00D4BD;}
.grax_tm_all_wrap[data-color="sky"] .cursor-outer{border-color: #00D4BD;}
.grax_tm_all_wrap[data-color="sky"] .cursor-inner{background-color: #00D4BD;}
.grax_tm_all_wrap[data-color="sky"] .progress_inner .background .bar_in{background: #00D4BD;}


.grax_tm_all_wrap[data-color="cadetBlue"] {--main-color: #5e9e9f;}
.grax_tm_all_wrap[data-color="cadetBlue"] .grax_tm_topbar .menu ul li.current a{color: #5e9e9f;}
.grax_tm_all_wrap[data-color="cadetBlue"] .grax_tm_topbar .menu ul li a:hover{color: #5e9e9f;}
.grax_tm_all_wrap[data-color="cadetBlue"] .grax_tm_title_holder span{color: #5e9e9f;}
.grax_tm_all_wrap[data-color="cadetBlue"] .grax_tm_button a{background-color: #5e9e9f;border-color:#5e9e9f;}
.grax_tm_all_wrap[data-color="cadetBlue"] .grax_tm_news .news_list .details h3 a:hover{color: #5e9e9f;}
.grax_tm_all_wrap[data-color="cadetBlue"] .grax_tm_news .news_list .details .date a:hover{color: #5e9e9f;}
.grax_tm_all_wrap[data-color="cadetBlue"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="cadetBlue"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #5e9e9f !important; border-color: #5e9e9f !important;
}
.grax_tm_all_wrap[data-color="cadetBlue"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #5e9e9f !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="cadetBlue"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #5e9e9f; color: #fff !important;
}
.grax_tm_all_wrap[data-color="cadetBlue"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="cadetBlue"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="cadetBlue"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="cadetBlue"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #5e9e9f !important;
}
.grax_tm_all_wrap[data-color="cadetBlue"] .about_subtitle,
.grax_tm_all_wrap[data-color="cadetBlue"] .about_text_content h3,
.grax_tm_all_wrap[data-color="cadetBlue"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="cadetBlue"] .skills_list span {
    color: #5e9e9f !important;
}
.grax_tm_all_wrap[data-color="cadetBlue"] .cursor-inner.cursor-hover{background-color: #5e9e9f;}
.grax_tm_all_wrap[data-color="cadetBlue"] .cursor-outer{border-color: #5e9e9f;}
.grax_tm_all_wrap[data-color="cadetBlue"] .cursor-inner{background-color: #5e9e9f;}
.grax_tm_all_wrap[data-color="cadetBlue"] .progress_inner .background .bar_in{background: #5e9e9f;}


.grax_tm_all_wrap[data-color="olive"] {--main-color: #666d41;}
.grax_tm_all_wrap[data-color="olive"] .grax_tm_topbar .menu ul li.current a{color: #666d41;}
.grax_tm_all_wrap[data-color="olive"] .grax_tm_topbar .menu ul li a:hover{color: #666d41;}
.grax_tm_all_wrap[data-color="olive"] .grax_tm_title_holder span{color: #666d41;}
.grax_tm_all_wrap[data-color="olive"] .grax_tm_button a{background-color: #666d41;border-color:#666d41;}
.grax_tm_all_wrap[data-color="olive"] .grax_tm_news .news_list .details h3 a:hover{color: #666d41;}
.grax_tm_all_wrap[data-color="olive"] .grax_tm_news .news_list .details .date a:hover{color: #666d41;}
.grax_tm_all_wrap[data-color="olive"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="olive"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #666d41 !important; border-color: #666d41 !important;
}
.grax_tm_all_wrap[data-color="olive"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #666d41 !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="olive"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #666d41; color: #fff !important;
}
.grax_tm_all_wrap[data-color="olive"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="olive"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="olive"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="olive"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #666d41 !important;
}
.grax_tm_all_wrap[data-color="olive"] .about_subtitle,
.grax_tm_all_wrap[data-color="olive"] .about_text_content h3,
.grax_tm_all_wrap[data-color="olive"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="olive"] .skills_list span {
    color: #666d41 !important;
}
.grax_tm_all_wrap[data-color="olive"] .cursor-inner.cursor-hover{background-color: #666d41;}
.grax_tm_all_wrap[data-color="olive"] .cursor-outer{border-color: #666d41;}
.grax_tm_all_wrap[data-color="olive"] .cursor-inner{background-color: #666d41;}
.grax_tm_all_wrap[data-color="olive"] .progress_inner .background .bar_in{background: #666d41;}


.grax_tm_all_wrap[data-color="crimson"] {--main-color: #e54b4b;}
.grax_tm_all_wrap[data-color="crimson"] .grax_tm_topbar .menu ul li.current a{color: #e54b4b;}
.grax_tm_all_wrap[data-color="crimson"] .grax_tm_topbar .menu ul li a:hover{color: #e54b4b;}
.grax_tm_all_wrap[data-color="crimson"] .grax_tm_title_holder span{color: #e54b4b;}
.grax_tm_all_wrap[data-color="crimson"] .grax_tm_button a{background-color: #e54b4b;border-color:#e54b4b;}
.grax_tm_all_wrap[data-color="crimson"] .grax_tm_news .news_list .details h3 a:hover{color: #e54b4b;}
.grax_tm_all_wrap[data-color="crimson"] .grax_tm_news .news_list .details .date a:hover{color: #e54b4b;}
.grax_tm_all_wrap[data-color="crimson"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="crimson"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #e54b4b !important; border-color: #e54b4b !important;
}
.grax_tm_all_wrap[data-color="crimson"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #e54b4b !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="crimson"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #e54b4b; color: #fff !important;
}
.grax_tm_all_wrap[data-color="crimson"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="crimson"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="crimson"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="crimson"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #e54b4b !important;
}
.grax_tm_all_wrap[data-color="crimson"] .about_subtitle,
.grax_tm_all_wrap[data-color="crimson"] .about_text_content h3,
.grax_tm_all_wrap[data-color="crimson"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="crimson"] .skills_list span {
    color: #e54b4b !important;
}
.grax_tm_all_wrap[data-color="crimson"] .cursor-inner.cursor-hover{background-color: #e54b4b;}
.grax_tm_all_wrap[data-color="crimson"] .cursor-outer{border-color: #e54b4b;}
.grax_tm_all_wrap[data-color="crimson"] .cursor-inner{background-color: #e54b4b;}
.grax_tm_all_wrap[data-color="crimson"] .progress_inner .background .bar_in{background: #e54b4b;}


.grax_tm_all_wrap[data-color="red"] {--main-color: #fe0000;}
.grax_tm_all_wrap[data-color="red"] .grax_tm_topbar .menu ul li.current a{color: #fe0000;}
.grax_tm_all_wrap[data-color="red"] .grax_tm_topbar .menu ul li a:hover{color: #fe0000;}
.grax_tm_all_wrap[data-color="red"] .grax_tm_title_holder span{color: #fe0000;}
.grax_tm_all_wrap[data-color="red"] .grax_tm_button a{background-color: #fe0000;border-color:#fe0000;}
.grax_tm_all_wrap[data-color="red"] .grax_tm_news .news_list .details h3 a:hover{color: #fe0000;}
.grax_tm_all_wrap[data-color="red"] .grax_tm_news .news_list .details .date a:hover{color: #fe0000;}
.grax_tm_all_wrap[data-color="red"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter,
.grax_tm_all_wrap[data-color="red"] .articles_filter_menu_container .filter_select.grax_tm_button_style_filter {
    color: #fe0000 !important; border-color: #fe0000 !important;
}
.grax_tm_all_wrap[data-color="red"] .articles_filter_menu_container .filter_btn.active_filter_btn {
    background-color: #fe0000 !important; color: #fff !important;
}
.grax_tm_all_wrap[data-color="red"] .articles_filter_menu_container .filter_btn.grax_tm_button_style_filter:not(.active_filter_btn):hover {
    background-color: #fe0000; color: #fff !important;
}
.grax_tm_all_wrap[data-color="red"] .grax_tm_news .news_list .details .fa-calendar,
.grax_tm_all_wrap[data-color="red"] .grax_tm_news .news_list .details .fa-tag,
.grax_tm_all_wrap[data-color="red"] .grax_tm_news .news_list .details span[style*="color: var(--main-color)"],
.grax_tm_all_wrap[data-color="red"] .grax_tm_news .news_list .details a[style*="color: var(--main-color)"] {
    color: #fe0000 !important;
}
.grax_tm_all_wrap[data-color="red"] .about_subtitle,
.grax_tm_all_wrap[data-color="red"] .about_text_content h3,
.grax_tm_all_wrap[data-color="red"] .about_skills_rewritten h3,
.grax_tm_all_wrap[data-color="red"] .skills_list span {
    color: #fe0000 !important;
}
.grax_tm_all_wrap[data-color="red"] .cursor-inner.cursor-hover{background-color: #fe0000;}
.grax_tm_all_wrap[data-color="red"] .cursor-outer{border-color: #fe0000;}
.grax_tm_all_wrap[data-color="red"] .cursor-inner{background-color: #fe0000;}
.grax_tm_all_wrap[data-color="red"] .progress_inner .background .bar_in{background: #fe0000;}
