/*
Theme Name: Tacticool Child
Theme URI: http://tacticool.axiomthemes.com
Template: tacticool
Author: Axiomthemes
Author URI: http://themerex.net/
Description: Tacticool is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Tags: flexible-header,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,full-width-template,microformats,post-formats,theme-options,threaded-comments,translation-ready
Version: 1.0.0
*/

.courses_page_featured {
	text-align: center;
}

.courses_page_featured img {
	width: 500px;
}

.more a {
	width: 100%;
	font-size: 1.2rem !important;
	text-align: center;
	background-color: grey;
	border-radius: 5px;
	padding: 10px 10px;
	transform: unset;
	font-weight: bold;
	color: #fff !important;
}

.course-btn a{
	color: #fff!important;
	text-transform: uppercase;
	background: grey;
}

.course-btn a:hover{
	background: darkgray;
	color: #d70000;
}

.more a:hover{
	background: darkgray;
}