/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/


.menu-item.featured a {
	border: 1px solid #f8b52d;
	color: #f8b52d!important;
}

.reports-page .block-content {
	padding: 0;
}

.reports-page .reports-list {
	padding: 100px 0;
	text-align: center;
}

.report-element {
	display: block;
	margin: 30px 0;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.report-element {
		display: inline-block;
		margin: 1%;
		vertical-align: top;
		width: 31%;
	}
}

.report-link {
	background: #F4F6F7;
	display: block;
	padding: 30px 30px;
}

.report-link .gem-button {
	border-color: #FDB819;
	color: #FDB819;
	display: block;
	margin: 20px 0 0;
}

.report-link:hover .gem-button {
	background: #FDB819;
	color: #FFFFFF;
}

.report-link-title {
	line-height: 1.2;
}
