/*
Theme Name:     The Converse Home
Theme URI:      n/a
Template:       kadence
Author:         Bytes.co
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

#primary-menu .sub-menu {
  padding: 10px;
}

.divider-svg svg {
  height: auto !important;
}

.entry.loop-entry {
  box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.05);
}

.entry.loop-entry .entry-taxonomies {
  margin-bottom: 15px;
}

.single-post .entry-taxonomies {
  margin-bottom: 15px;
}

.entry.loop-entry .entry-title a:hover {
  color: var(--global-palette-highlight);
}

.site-footer .widgettitle {
  font-size: 30px;
}

.yoast-breadcrumbs * {
	color: #FFF !important;
	font-size: 15px !important;
}

.yoast-breadcrumbs a {
	text-decoration: none !important;
}

.yoast-breadcrumbs a:hover {
	text-decoration: underline !important;
}

.yoast-breadcrumbs .breadcrumb_last {
	font-weight: 600 !important;
}

.gform-footer .gform_button {
  background: var(--global-palette-btn-bg) !important;
  color: var(--global-palette-btn) !important;
}

.gform-footer .gform_button:hover {
  color: var(--global-palette-btn-hover) !important;
  background: var(--global-palette-btn-bg-hover) !important;
}

.site-footer .gform-footer {
  margin-top: 5px !important;
}
