/*
Theme Name:     IBEW 993 (Kadence)
Theme URI:      n/a
Template:       kadence
Author:         Darryl Schmidt
Author URI:     n/a
Description:    Custom child theme for the IBEW 993 website based on the Kadence theme.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

function featuredtoRSS($content) {
global $post;
if ( has_post_thumbnail( $post->ID ) ){
$content = '<div>' . get_the_post_thumbnail( $post->ID, 'full', array( 'style' => 'margin-bottom: 15px;' ) ) . '</div>' . $content;
}
return $content;
}
 
add_filter('the_excerpt_rss', 'featuredtoRSS');
add_filter('the_content_feed', 'featuredtoRSS');.widget-area a:not(.button):hover {
    color: var(--global-palette-highlight-alt);
    text-decoration: none;
}

/*** Toolset Forms ***/
input[type="radio"], input[type="checkbox"] {
	margin: 4px 10px 0 0;
}
.cred-label {
	font-weight: bold;
}
/*** Front Page Widge Titles ***/
h2.tb-heading.sb-title {
    font-size: 1.2em;
}
a {
	text-decoration: none;
}
.tml-button {
	color:white;
	float:right;
  clear:left;
}
img.wp-image-20944 {
  position: absolute;
}
:root {
  --global-xl-spacing: 2em;
}
