/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.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
-------------------------------------------------------------- */

.nav--toggle-sub .dropdown-nav-toggle {
	display: none !important;
}
.nav-drop-title-wrap {
	padding-right: 0 !important;
}
.site-branding .site-title {
	display: none;
}
body .site-branding a.brand {
	display: block;
}
html {
	background-color: #2e2f45;
}
.kt-blocks-post-grid-item header {
	padding-bottom: 0 !important;
}
body .kb-filter-item {
	padding: 2px 11px;
}
body .kb-filter-item.is-active {
	background-color: #EBEBEB;
	border: 0;
	border-radius: 15px;
	}
body .kb-filter-item:focus, body .kb-filter-item:hover {
	background-color: #EBEBEB;
	border: 0;
	border-radius: 15px;
}
.slightmargintop {
	margin-top: 5px !important;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.wp-block-separator.thinline {
	border-top: 1px solid;
}
/* blockquotes */

blockquote {
  font-style: italic;
  margin: 2em auto; /* Center the blockquote and add vertical spacing */
  padding: 0 2em 1.5em !important; /* Inner padding */
  line-height: 1.6;
  position: relative;
  color: #333;
	border-left: 0 !important;
	margin-bottom: 0 !important;
}

blockquote::before {
  content: "\201C"; /* Unicode for left double quotation mark */
  font-size: 4em; /* Large size for the opening quote */
  color: #ccc; /* Light color for the decorative quote */
	font-family: Times New Roman,Times,serif !important;
	font-weight: bold;
  position: absolute;
  left: -0.2em; /* Adjust position relative to the blockquote */
  top: -24px; /* Adjust position */
  font-family: 'Arial Black', sans-serif; /* A bold, distinct font for the quote mark */
  z-index: 0; /* Ensure it's behind the text */
}
.archive #primary {
	margin-top: 2em;
}
.kadence-posts-list .entry-list-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.navigation.post-navigation {
	margin-top: 60px;
}
.single .entry-taxonomies {
	font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
}
body .content-area {
	margin-top: 0;
}




