/*!
Theme Name: Thorworx Starter Theme
Theme URI: https://www.thorworx.com/
Template: kadence
Author: Thorworx
Author URI: https://www.thorworx.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

#masthead .kadence-sticky-header.item-is-fixed {
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
}

.site .entry, .entry.single-entry {
    box-shadow: none !important;
}

hr.wp-block-separator.dashed {
	border:none;
	border-bottom:5px dashed;
	min-width:100%;
	color:#448BC0;
}




.footer-widget-area.content-align-default {
	  text-align: left;
}

h2 strong {
	font-weight:700;
	/*text-transform:uppercase; */	
}


fa-file-pdf:before {
  content: "\f1c1";
}
 
a.bigbtn:hover {
 	color:var(--global-palette2) !important;
 	background-color:#C5D2DF !important;
}
a.bigbtn:hover > * {
	color:var(--global-palette2) !important;
}

#main-header .header-button {
	white-space: nowrap;
}
#main-header .header-button:hover {
	text-decoration: none;
}
 
/* Add a custom transition when opening/closing. */
.wp-block-details {
	border: 1px solid #d5d8dc;
	transition: all 0.5s ease-in-out;
	
}

/* Add horizontal margin to nested blocks/elements. */
.wp-block-details > :where( :not( summary ) ) {
	margin-left: 2rem;
	margin-right: 2rem;
}

/* If open, add some bottom padding to avoid content butting against the bottom. */
.wp-block-details[open] {
	/*padding-top:1rem;*/
	padding-bottom: 2rem;
}

/* Base `summary` element styling. */
.wp-block-details summary {
	color:var(--global-palette2);
	transition: all 0.5s ease-in-out;
	box-sizing: border-box;
	padding: 1rem;
	font-weight: 700;
}

.wp-block-details[open] summary {
	margin-bottom: 1rem;
}

/* Change the background of the `summary` element based on state. */
.wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
	background: #e2e8f0;
}