/*
Theme Name: Elementra Child Theme
Theme URI: https://elementra.themerex.net/
Description: Elementra is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.1.1
Tested up to: 6.9
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
Template: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.content h1 {font-size: 44px; line-height: 50px}
.content h2 {font-size: 38px; line-height: 44px}

.post_header_wrap_style_style-1 .post_header {
    margin-bottom: 1em;
}
section > blockquote:not(.has-text-color):not(.is-style-plain) a, 
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) a, 
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) a {
	color: var(--theme-color-title);
	text-decoration: underline!important;
}

.single-post .content a { 
	color: var(--theme-color-title);
	text-decoration: underline!important;
}
.single-post .content a:hover {
    color: var(--theme-color-hover);
}
.post-navigation a, .post_meta_item a, 
.post_header_single .post_meta_item.post_categories a {text-decoration: none!important;}

.nav-links-single .nav-links .nav-arrow-label {
	font-weight: 700;
	letter-spacing: 0;
}
.nav-links-single .nav-links .nav-previous .post-title,
.nav-links-single .nav-links .nav-next .post-title {font-size: 16px;}
.wp-block-tag-cloud a, .widget_product_tag_cloud a, .widget_tag_cloud a, .post_item_single .post_tags_single a {
	text-decoration: none!important;
}

.widget .widget_title, .widget .widgettitle {
	font-family: "Red Hat Display", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.widget.wp-widget-categories li.cat-item a:hover {
    color: var(--theme-color-hover);
}