/*
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
*/
.quickfinder-item-table {
	min-height: 227px;
}

#site-header-wrapper {
	height: 205px !important;
}

@media (max-width: 991px) {
	#site-header-wrapper {
		height: 85px !important;
	}
	.vc_column_container.disable-custom-paggings-mobile > .vc_column-inner {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.block-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
/*Write Books Page - Fixing height differences of book descriptions in View Book blocks */
.__write_books_book_description {
	min-height: 70px;
}

h5 {
	font-size: 18px !important;
}