/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://example.com/generatepress-child
 Description:  GeneratePress Child Theme
 Author:       Sosu
 Author URI:   http://example.com/generatepress-child
 Template:     generatepress
 Version:      1.0.0
 License:      ---
 License URI:  ---
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  generatepress-child
*/

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, a*/
body {
	font-family: 'Segoe UI', sans-serif;
}

h2 { background:#eeffee; padding:0.2em; margin-top:0.4em; margin-left:-0.2em; margin-right:-0.2em; }

h3 { padding:0.1em; margin-top:0.2em; border-bottom: solid; border-bottom-color: #006600; border-bottom-width: 2px; }

.grecaptcha-badge {
visibility: hidden;
}

.grecaptcha-badge .page-id-444{
visibility: visible;
}

strong.red { color: #C02000; }

/* Accordion settings */
summary { line-height: 120%; font-weight: bold; cursor: pointer; margin-left: 1.4em; text-indent: -1.1em; }
details.faq > summary { font-weight: normal; background:#EEE; }
details { margin: 1em 0px; }
details > div { margin: 10px 20px; }
div.entry-meta { display: none; }

/* For customized nav for posts. */
nav.mycrumbs { margin:0px 0px 3em 0px; padding:0px; font-size:80%; border-bottom: 1px solid #EEE; }
nav.mycrumbs ol { list-style-type: none; margin:0px; padding:0px; }
li.mycrumb {  display: inline-block; }
li.mycrumb a::after { display: inline-block; color: #000; content: '>'; font-size: 80%; font-weight: bold; padding: 0 3px; }

span.cat-links { display:none; }

a div.link-button-root:hover,  a img:hover,  a svg:hover                     { filter: brightness(105%); }
a div.link-button-root:active, a img:active, a svg:active, form input:active { filter: brightness(110%); }


div.note-warning { background:#FFD; border:1px solid #800; border-radius:8px; padding:8px; font-size:90%;}
