/*
Theme Name:     Lovelace 2014
Description:    Modifying Hueman theme to suit Steve-Lovelace.com.
Author:         Steve Lovelace
Template:       hueman
Version:        3.0
Date: 		    March 18, 2022
Author URI:     http://steve-lovelace.com
License:        Proprietary. All rights reserved.

(optional values you can add: Theme URI, Author URI, Version)
*/

/*  base : fonts
/* ------------------------------------ */
body { font-family: "questa-slab", Arial, sans-serif; font-weight: 300; font-style: normal; color: #222; }
h1, h2, h3, h4, h5, h6 { line-height: 1.25em !important ; }
.entry h2 { font-size: 2rem !important; font-weight: 700 !important; }
.entry h3 { font-size: 1.5rem !important; font-weight: 500 !important; }
.entry h4 { font-size: 1.25rem !important; font-weight: 700 !important; }
.entry h5 { font-size: 1.25rem !important; font-weight: 500 !important; }
.entry h6 { font-size: 1.125rem !important; font-weight: 500 !important; }
.wp-block-image figcaption { line-height: 1.25em !important ; }

/* Hide Google ReCaptcha Icon */
.grecaptcha-badge { 
    visibility: hidden; 
}

/* image position & caption */
.entry .wp-caption { background: #fff; }
.entry .wp-caption-text { color: #000; }

/* turn off floating images on mobile */
@media only screen and (max-width: 600px) {
	figure.alignleft, img.alignleft, figure.alignright, img.alignright .wp-caption.alignleft .wp-caption.alignright {
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
    }
}