/*
.kb-button.kb-btn-global-fill {
	text-align: left;
  align-items: left;
  justify-content: left;
}
*/

.header-navigation .header-menu-container ul ul li.menu-item > a {
    width: auto;
		min-width: 200px;
    padding-top: 1em;
    padding-bottom: 1em;
    color: var(--global-palette3);
    font-style: normal;
    font-weight: 500;
}

/* aligning image in blog to focus on top instead of center */
.wp-site-blocks .post-thumbnail img {
		object-position: top;
}

/*-- Customizing Hubspot Contact form --*/

.hs-button {
	border-radius: 25px !important;
}


.inquiry iframe {
  max-height: none;
}

/* @media (max-width: 765px) {
    .hs-form-iframe {
		height: 750px!important;      
max-height: unset !important;
    }
} */

/* rounding form */
.request-a-demo-form {
	border-radius: 25px;
}

/* adjusting related post links */
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 16px;
    padding-top: 10px;
		font-weight: 500;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-weight: 500;
}

/* learn page title align */


@media (min-width: 544px) {
		.kt-post-loop1119_ef3a49-a7 .kt-blocks-post-grid-item .entry-title {
			min-height: 170px;
		}
}


/*-- newsroom page --*/

.newsroom-header { 
		min-height: 120px;
}

.newsroom-title a {
	min-height: 130px;
}

/* making blog posts all same height */

.wp-block-kadence-postgrid article.kt-blocks-post-grid-item {
    height: 100%;
}

/* removing underline on links in sitemap */

.site-map-links a {
	text-decoration: none;
}


/*
.header-navigation ul.menu ul.sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}
.header-navigation.nav--toggle-sub ul.menu li:hover>ul.sub-menu,
.header-navigation.nav--toggle-sub ul.menu li.menu-item--toggled-on>ul.sub-menu,
.header-navigation.nav--toggle-sub ul.menu li:not(.menu-item--has-toggle):focus>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease;
}
.header-navigation[class*="header-navigation-dropdown-animation-fade"] ul ul.sub-menu, .header-navigation[class*="header-navigation-dropdown-animation-fade"] ul ul.submenu {
    clip: unset;
    height: unset;
}
*/

/*-- Pricing table --*/

.pricing-table-button {
		text-align: center;
  	align-items: center;
  	justify-content: center;
}

.pricing-description {
	min-height: 50px
}

div.pricing-table-features li > span.kb-svg-icon-wrap {
	margin-top:4px;
}

/* -- blog post customization -- */

/* tags */


.entry-tags .tags-links {
    margin-bottom: 40px;
}

.entry-tags a.tag-link {
    border-radius: 20px;
}

/* Related posts */

#jp-relatedposts h3.jp-relatedposts-headline em {
    font-weight: 600;
    font-size: 20px;
}

/*-- Leadership Page --*/

.tab-content-animated {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Learning network mobile fix */

@media (max-width: 767px) {
  .wp-block-kadence-tabs.tabs-on-gray-full > * > .kt-tabs-title-list li .kt-tab-title {
    margin-right: 30px;
  }
}

/* Mobile menu nav customization */
.mobile-header-button-wrap, .mobile-header-button-inner-wrap, .mobile-header-button2-wrap {
    width: 100%;
    text-align: center;
}

.mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button, .mobile-header-button2-wrap .mobile-header-button-inner-wrap .mobile-header-button2 {
		width: 100%;
}