/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global */
body {
	overflow-x: hidden;
}
hr {
    border: 0;
    border-bottom: 1px solid #707070;
	margin: 25px 0 !important;
}

/* Typography */
p {
	margin-bottom: 20px;
}

/* Margin / Padding */
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}

/* Breadcrumb */
#breadcrumbs a {
	font-size: 16px;
}

/* Lists */
.icon-pos-top .elementor-icon-list-item {
	align-items: flex-start !important;
}
section ol, 
section ul {
	padding-left: 0;
    margin-left: 20px;
}
section ol li,
section ul li {
    margin-bottom: 5px;
}

/* Header */
.header {
	z-index: 9991;
}

/* Menus */
.hidden {
	display: none;
}
#main-menu li {
	margin-bottom: 0;
}
.ha-megamenu-panel .list-menu-item ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.ha-megamenu-panel .list-menu-item ul li a {
	display: block;
    font-size: 16px;
	color: #3f4b59;
    padding: 2px 0;
}
.ha-megamenu-panel .list-menu-item ul li a:hover {
	font-weight: 700;
}
.ha-megamenu-panel .visible {
	margin-bottom: 0;
}
.ha-megamenu-panel .premium-btn-sm {
	padding: 8px 0 !important;
}
.ha-menu-toggler:focus {
	border: 0;
    outline: 0;
}
#main-menu li#menu-item-1040 .ha-megamenu-panel,
#main-menu li#menu-item-1059 .ha-megamenu-panel {
	right: 0;
    left: inherit;
}
body.page-id-1404 .elementor-top-section ul.elementor-inline-items li:last-child a span {
	color: #0080c6 !important;
}

/* Mobile Menu */
.ha-navbar-nav-default .ha-dropdown-has>a .ha-submenu-indicator-wrap {
	position: absolute;
    right: 0;
    width: 50px;
    height: 38px;
}

/* Cards */
.our-card .ha-ihe-fig.ha-effect-jazz {
	height: 250px;
}
.our-card .ha-ihe-fig.ha-effect-jazz .ha-ihe-caption {
	top: inherit;
    bottom: 0;
    width: 85%;
    height: 55px;
    align-items: flex-start;
    padding: 10px 20px;
    background: linear-gradient(-135deg, transparent 20px, rgba(0,35,105,0.75) 20px);
    text-transform: inherit;
}
.our-card .ha-ihe-fig.ha-effect-jazz .ha-ihe-caption:after {
	content: none;
}
.our-card .ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-caption,
.our-card .ha-ihe-fig.ha-effect-jazz .ha-ihe-title,
.our-card .ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-title {
	transform: none !important;
}
.our-card .ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-caption {
	background: linear-gradient(-135deg, transparent 20px, rgba(0,128,198,0.75) 20px);
}

/* Testimonials */
.ha-testimonial-carousel .slick-track {
	align-items: center !important;
}
.ha-testimonial-carousel__item {
	padding-top: 20px !important;
}
.ha-testimonial-carousel__content {
	position: relative;
}
.ha-testimonial-carousel__content:before,
.ha-testimonial-carousel__content:after {
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
}
.ha-testimonial-carousel__content:before {
	background: url('https://www.kleinschmidt.com/kli/wp-content/uploads/2023/01/quote-mark-01.svg') no-repeat center;
}
.ha-testimonial-carousel__content:after {
	background: url('https://www.kleinschmidt.com/kli/wp-content/uploads/2023/01/quote-mark-02.svg') no-repeat center;
}
.ha-testimonial-carousel__content:before {
	left: -60px;
    top: -20px;
}
.ha-testimonial-carousel__content:after {
	right: -70px;
    bottom: -5px;
}
.slick-prev:focus, .slick-next:focus {
	background: transparent !important;
}
.no-quote .ha-testimonial-carousel__content:before,
.no-quote .ha-testimonial-carousel__content:after {
	background: none;
}

/* Solution Cards */
.solution-cards .elementor-image-box-wrapper .elementor-image-box-content h3 {
	display: flex;
    align-items: center;
	line-height: 1.2;
    min-height: 70px;
	margin: 0 !important;
}
.solution-cards .elementor-widget-container {
	/*min-height: 230px;*/
}
.solution-cards .elementor-image-box-wrapper .elementor-image-box-img {
	transition: all .4s ease;
}
.solution-cards .elementor-image-box-wrapper:hover .elementor-image-box-img {
	transform: scale(1.1);
}
.solution-cards .elementor-image-box-wrapper:hover .elementor-image-box-content h3 {
	color: #1796d4;
}

.solution-cards .ha-effect-marley .ha-ihe-img {
	height: 250px !important;
	opacity: 1 !important;
	transition: opacity .35s,transform .35s,-webkit-transform .35s;
}
.solution-cards .ha-effect-marley:hover .ha-ihe-img {
	opacity: 0.2 !important;
	transform: scale(1.2);
}
.solution-cards .ha-effect-marley .ha-ihe-caption {
	-webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
	padding: 22px !important;
}
.solution-cards .ha-effect-marley .ha-ihe-caption .ha-ihe-title {
	top: initial;
    bottom: 0;
    left: 0;
    right: inherit;
    padding: 15px 20px;
    background: linear-gradient(-135deg,transparent 20px,rgba(0,35,105,.75) 20px);
    width: 85%;
    text-align: left;
    transform: inherit;
}
.solution-cards .ha-effect-marley:hover .ha-ihe-caption .ha-ihe-title {
	background: linear-gradient(-135deg, transparent 20px, rgba(0,128,198,0.75) 20px);
}
.solution-cards .ha-effect-marley .ha-ihe-caption .ha-ihe-desc {
	font-size: 17px !important;
    line-height: 24px !important;
	bottom: 0;
    left: 20px;
    right: 20px;
    text-align: left;
    transform: inherit;
    top: 50px;
    display: flex;
    align-items: flex-start;
    padding-bottom: 50px
}

/* Knowledge Center / Events Cards */
.kc-card .ha-card-figure,
.kc-card .elementor-image-box-img {
	overflow: hidden;
}
.kc-card:hover h3 {
	color: #1796d4 !important;
}
.kc-card .elementor-image-box-img {
	height: 250px;
}
.kc-card:hover .elementor-image-box-content h3 {
	color: #1796d4 !important;
}
.kc-card .elementor-image-box-content a {
	text-decoration: underline;
}

/* Contact us */
.hs-submit .actions {
	text-align: center;
}

/* Archive / Category */
.single-post .post-article h3 {
	margin-top: 35px;
}
.post-article h3:first-child {
	margin-top: 0;
}
.author h3 {
	margin: 0;
}
.post-article ul {
	margin-bottom: 25px;
}
.post-article a {
	text-decoration: underline;
}
.category a.elementor-post__read-more:hover {
	color: #1796d4 !important;
}
.elementor-post-navigation .elementor-post-navigation__link a,
.elementor-post-navigation .elementor-post-navigation__next a {
	justify-content: center !important;
}
.elementor-post-navigation .post-navigation__arrow-wrapper {
	border: 4px solid;
    border-radius: 100%;
    padding: 0 !important;
    display: inline-block;
    margin: 0;
	width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
}

/* Events */
.events h3 a:hover {
	color: #1796d4 !important;
}
.events .elementor-widget-image .elementor-widget-container {
	overflow: hidden;
}
.events img {
	object-fit: cover;
	transition-duration: .3s;
    transition-property: transform;
}
.events img:hover {
	transform:scale(1.1);
}

/* Blockquote */
.wp-block-pullquote {
	padding: 0;
}
.wp-block-pullquote blockquote {
	color: #0080c6;
    font-size: 24px;
    line-height: 1.1;
    margin: 40px 20px;
}
.wp-block-pullquote blockquote p {
	line-height: 1.4;
}
.wp-block-pullquote cite {
    color: #3f4b59;
    font-size: 18px;
    font-style: normal;
}
.wp-block-pullquote p {
    margin-bottom: 15px;
}

/* Documentation */
.happy-addon.ha-list-group ul.ha-list-wrap {
	margin-left: 0;
}
.ha-toggle__item .ha-toggle__icon {
	position: absolute;
    left: 20px;
    width: 34px;
    height: 34px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #0080c6;
    border-radius: 50%;
}
.ha-toggle__item .ha-toggle__item-title-inner {
	min-height: 34px;
    display: flex;
    align-items: center;
}

.custom-table tr td {
	background: #fff;
}
.custom-table tr td:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
	background: #e5e7eb;
    color: #3f4b59;
    text-align: center;
    vertical-align: middle;
}
.custom-table tr td:nth-child(2) {
	background: #fff !important;
    padding: 15px 30px;
}

.syntax h3 {
	color: #3f4b59;
	border-bottom: 1px solid #3f4b59;
}

/* Our Partners */
.our-partners .ha-unfold-data-render {
	padding-bottom: 15px;
}
.our-partners .ha-unfold-data-render p:first-child {
	margin-bottom: 10px;
}
.our-partners .ha-unfold-data-render a {
	font-weight: 700;
	color: #0080c6;
}
.our-partners .ha-unfold-data-render a:hover {
	text-decoration: underline;
}
/*.flip-transform .elementor-flip-box__front,
.flip-transform .elementor-flip-box__back {
	-webkit-transition: -webkit-transform .2s cubic-bezier(.2,.85,.4,1.275);
    transition: transform .2s cubic-bezier(.2,.85,.4,1.275);
    transition: transform .2s cubic-bezier(.2,.85,.4,1.275),-webkit-transform .6s cubic-bezier(.2,.85,.4,1.275);
}*/
.elementor-flip-box__layer {
	transition: all .4s ease-in-out;
}
.ha-unfold-data-render .partner-img {
	height: 200px;
    margin-bottom: 20px;
}
.ha-unfold-data-render .partner-img img {
	height: 100% !important;
}

/* Search Page */
body.search-results .page-content img {
	display: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Footer */
body.single-post #lets-talk,
body.category #lets-talk,
body.page-id-1404 #lets-talk {
	display: none;
    visibility: hidden;
}
.copyright a {
	display: inline-block;
	color: #fff;
    text-decoration: underline;
    margin: 0 12px;
}

/* Responsive */
@media (min-width: 1025px) {
	.ha-megamenu-panel {
    	/*width: 550px !important;*/
    }
    .kc-card .ha-card-body {
		padding-right: 50px !important;
	}
    
    /* Breadcrumb */
    .breadcrumb {
    	position: absolute;
        top: 10px;
    }
    
    /* Post Grid */
    .post-grid .ha-pg-item {
        display: flex;
        align-items: center
    }
    .post-grid .ha-pg-item .ha-pg-thumb-area {
        flex: 0 0 280px;
        max-width: 280px;
    }
    .post-grid .ha-pg-item .ha-pg-content-area {
        padding-left: 30px !important;
    }
    
    /* Archive / Category */
    .post-sidebar-img-area {
    	padding-right: 25px;
    }
    .title-below-img {
    	margin-top: 25px;
    }
    
    /* Customer Stories */
    .ready-for-demo {
        position: absolute;
        bottom: 30px;
        padding-right: 35px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1199.98px) {
	/* Menus */
    .ha-navbar-nav > li > a {
    	font-size: 18px !important;
        padding: 0px 15px 0px 15px !important;
    }
}
@media (max-width: 1320px) {
	.hero .hero-col>.elementor-widget-wrap {
    	padding-left: 20px !important;
    }
}
@media (max-width: 1024px) {
    .bg-white {
        background: #fff !important;
    }
    
    .ha-navbar-nav-default.ha-menu-offcanvas-elements.active {
        left: inherit;
        right: 0;
    }
    
	.our-card .ha-ihe-fig.ha-effect-jazz,
    .solution-cards .ha-effect-marley .ha-ihe-img {
        height: 200px !important;
    }
    .our-card .ha-ihe-fig.ha-effect-jazz .ha-ihe-caption {
    	width: 94%;
    	height: 52px;
        padding: 10px 10px;
    }
    .solution-cards .ha-effect-marley .ha-ihe-caption .ha-ihe-title {
    	width: 94%;
        padding: 15px 10px;
    }
    .solution-cards .ha-effect-marley .ha-ihe-caption .ha-ihe-desc {
    	font-size: 14px !important;
        line-height: 19px !important;
    }
    
    /* Footer */
    .footer h3 {
        margin-bottom: -15px;
    }
    .footer ul.elementor-icon-list-items {
        display: flex;
        flex-wrap: wrap;
    }
    .footer ul.elementor-icon-list-items li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
	.our-card .ha-ihe-fig.ha-effect-jazz {
        height: 200px;
    }
    
    .ha-testimonial-carousel__content:before {
    	width: 100%;
        height: 40px;
        right: 0;
        left: 0;
        bottom: inherit;
        top: 0;
    } 
    .ha-testimonial-carousel__content:after {
    	content: none;
    }
    .ha-testimonial-carousel__content {
    	padding-top: 55px;
    }
    .slick-prev {
		left: 5px !important;
	}
    .slick-next {
    	right: 5px !important;
    }
    
    .solution-cards .elementor-image-box-wrapper .elementor-image-box-content h3 {
    	min-height: inherit;
    	margin: 14px 0 8px !important;
    }
    
    /* Archieve / Category */
    .category .elementor-posts .elementor-post,
    .category-blog .elementor-posts .elementor-post {
        flex-direction: column;
    }
    .category .elementor-posts .elementor-post__text {
    	padding-top: 20px;
    }
}

/* ACXCOM custom results box styling */
.ks-results-box {
  background-color: #ffffff;
  padding: 40px;
  max-width: 700px;
  margin: 40px auto;
  border-radius: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  color: #1a1a1a;
}

.ks-results-box p {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: center;
}

.ks-results-box .result-section {
  text-align: center;
  margin-bottom: 40px;
}

.ks-results-box h3 {
  font-size: 1.4em;
  font-weight: 700;
  color: #002F6C; /* Optional: brand navy */
  margin-bottom: 0.5em;
}

.ks-results-box .result-value {
  font-size: 2.5em;
  font-weight: 800;
  color: #004a8d; /* Kleinschmidt blue or brand tone */
  margin-bottom: 0.2em;
}

.ks-results-box .result-subtext {
  font-size: 0.95em;
  color: #666;
  line-height: 1.4;
  max-width: 85%;
  margin: 0 auto;
}

.ks-results-box .button {
  background-color: #c0a35f;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.ks-results-box .ks-intro-message {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.2;
}

.wpforms-field.ks-center,
.wpforms-submit-container.ks-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}