/*
Theme Name: TheGem 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
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
*/

@media only screen and (max-width: 1200px) {
	.text-wall-of-fame {
		align-items: center !important;
    	padding: 1.5em !important;
	}
	
	.gem-quote.gem-quote-style-default blockquote {
		padding: 1em !important;
		padding-bottom: 2em !important;
	}
}
/*
.text-wall-of-fame {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    max-height: 540px;
    max-width: 100%;
    align-items: flex-start;
    padding: 3em;
}

.text-wall-of-fame .flex-item {
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
	margin-right: 5px;
}
*/

.text-wall-of-fame {
	display: flex;
    flex-flow: row wrap !important;
	justify-content: space-between;
	min-height: auto !important;
	max-height: none !important;
    max-width: 100%;
    align-items: flex-start;
    padding: 3em;
}

.text-wall-of-fame .flex-item {
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
	margin-right: 15px;
}

#footer-menu li {
	margin: .5em 0;
}

.vc-hoverbox-front {
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
