/*
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
*/

.block-content {
    padding-top: 110px;
}

#page:not(.vertical-header) #site-header.animated-header {
    position: relative;
    z-index: 999999 !important;
}

body.single-location .block-content {
padding-top: 0 !important;
}

body.single-location .entry-meta {
	display: none !important;
}

body.archive .post-image .post-featured-content {
    height: 100% !important;
}

body.archive .post-image a {
    height: 100% !important;
}

@media only screen and (min-width: 990px) {
  body.archive .post-image img {
    /*height: auto !important;
    min-height: 100% !important;*/
	
	/*height: 100% !important;
    min-height: 255px !important;
    width: auto !important;
    margin-left: -20% !important;
	max-width: unset !important;*/
	  
	display: block;
    width: 100% !important; 
    height: 100% !important;
    object-fit: cover !important;
}
}