/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

header input.et-search-field {
    background: white;
    height: 50px;
    border: 2px solid grey;
    border-radius: 5px;
    padding: 10px 16px;
    top: 65px;
}

header span.et_close_search_field {
    top: 30px;
}


.page-id-1988 .et_pb_section,
body.search #main-content .container,
.page-id-1993 .et_pb_section {
    padding-top: 160px;
}

h2,
h2.et_pb_module_header {
	cursor: auto!important;
}


article .saboxplugin-wrap .saboxplugin-socials {
    padding: 10px 23px;
}

article .saboxplugin-wrap .saboxplugin-gravatar {
	padding: 0 20px 60px 20px;
}


article .saboxplugin-wrap .saboxplugin-desc p {
	line-height: 1.7em!important;
	margin-bottom: 32px;
	font-size: 13px!important;
}

ul.footer_social {
    margin: 0 0 32px 0;
    padding: 0;
    list-style: none;
}

ul.footer_social li {
    display: inline-block;
    
}

ul.footer_social li a i  {
    transition: all ease 0.2s;
}

ul.footer_social li a:hover i {
    color: #ffd720;
    transition: all ease 0.2s;
}

.mobile_menu_bar:before {
	color: white;
}

ul.footer_menu li a {
	color: #666;
}

#logo-widget-container {
    margin-left: 25px; /* Creates spacing between logo and widget content */
    display: inline-block;
    vertical-align: middle;
}

header#main-header > .container > div#logo-widget-container {
    position: absolute;
    top: 25px;
    right: 0;
    left: unset;
    width: auto;
}

a.header_button {
    font-weight: 600;
    background: white;
    padding: 16px 20px;
	margin: 20px 5px;
	border-radius: 20px;
	border: solid 3px #2ea3f2;
    color: #2ea3f2;
	transition: all ease 0.3s;
}

a.header_button:hover {
    background: #2ea3f2;
    color: white;
	transition: all ease 0.5s;
}

a.header_button:hover i {
	transform: rotate(20deg);
	transition: all ease 0.5s;
}


a.header_button i {
	transform: rotate(0);
	margin: 0 10px 0 0;
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	transition: all ease 0.3s;
}





.pum-theme-1797 .pum-content, .pum-theme-lightbox .pum-content {
    font-weight: 400;
}

.pum-content h2 {
    margin-bottom: 16px;
}

.pum-content p  {
    line-height: 1.5em;
}

.pum-content form {
    margin-top: 32px;
}

span#et_search_icon {
	color: white;
}

.et-fixed-header .mobile_menu_bar:before,
.et-fixed-header span#et_search_icon {
	color: #333;
}


.lwptoc_i {
    transition: top 0.3s ease; /* Adds a smooth transition */
}

.lwptoc_i.sticky-toc {
    position: fixed;
    top: 150px; /* Adjusts it perfectly below your header */
    z-index: 999; /* Keeps it above other content elements */
    /* Dynamically keeps its layout width intact */
    box-sizing: border-box;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}

.et_pb_posts .et_pb_post {
    overflow: hidden;
}

.page #main-content,
.single div#et-main-area {
    margin-top: 140px;
}

.et_pb_pagebuilder_layout.page #main-content {
	margin-top: 0;
}

.et_pb_text_73.active:after, 
.et_pb_text_74.active:after, 
.et_pb_text_75.active:after, 
.et_pb_text_76.active:after, 
.et_pb_text_77.active:after, 
.et_pb_text_78.active:after {
	transform: rotate(225deg);
	transition: all ease 0.2s;
	top: 30px;
}

.et_pb_text_73:after, 
.et_pb_text_74:after, 
.et_pb_text_75:after, 
.et_pb_text_76:after, 
.et_pb_text_77:after, 
.et_pb_text_78:after {
	transition: all ease 0.2s;
}


body.et_header_style_left #et-top-navigation nav>ul>li>a, 
body.et_header_style_split #et-top-navigation nav>ul>li>a {
	padding-bottom: 20px;
}

body #page-container .et_pb_section .et_pb_button {
	padding: 16px 20px!important;
}
/* Container constraints */
.wpcf7-form {
    max-width: 600px;
    width: 100%;
    margin: 0 auto; /* Centers the entire form on the page */
}

/* Style all text inputs, email inputs, and textareas */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    font-size: 16px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box; /* Ensures padding doesn't overshoot the 100% width */
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    width: 100%; /* Makes button match the field width; remove if you want it smaller */
    background-color: #0099e5;
    color: #ffffff;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    display: block;
     font-size: 16px;
}

/* Optional: Add a slight hover effect for the button */
.wpcf7-form input[type="submit"]:hover {
    background-color: #007cc2;
}

.faq-accordion-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-question {
	font-size: 20px;
    font-weight: 600;
}

ul.faq-answer-container {
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 16px;
}




/* Hide the FAQ blocks until their H2 is clicked */
.faq-accordion-container {
    display: none; 
}

/* Hide the internal answers until the question is clicked */
.faq-answer-container {
/*     display: none; */
}

/* Optional styling to make headers look interactive */
h2, .faq-question {
    user-select: none;
}

.col2 {
	column-count: 2;	
}

.col2 li {
	padding-right: 16px;
}

footer#main-footer {
     background-color: white;
    height: 100px;
    position: relative;
    padding-top: 60px;
/*     position: relative;
    top: -96px;
    z-index: 10; */
}

footer#main-footer:before {
   	background-image: url('https://wp.kahl.net/wp-content/uploads/2026/06/kahl-header-vector.svg');
     background-repeat: no-repeat;
     box-shadow: none;
     background-color: transparent;
     content: '';
     display: block;
     width: 100%;
     height: 100%;
     transform: rotate(180deg);
     position: absolute;
     bottom: -10px;
	background-size: cover;
}


footer#main-footer:after {
	content: '';
	height: 20px;
	width: 100%;
	background: #ffd720;
	display: block;
	position: absolute;
	bottom: -17px;
}

#footer-bottom {
     background: none;
}

ul.footer_menu {
     margin: 0 0 32px 0;
     padding: 0;
     
}

ul.footer_menu li {
     padding: 0;
     margin: 0;
     list-style: none;
     
}

.social_footer i {
    font-size: 32px;
    margin-right: 10px;
    color: #0078b4;
}

.social_footer a {
    color: #0078b4;
}

ul.awards,
ul.green_things {
    margin: 0;
    padding: 0;
}

ul.awards li, 
ul.green_things li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

header#main-header.et-fixed-header {
  background-position: 0 -20px;
  transition: all 0.3s ease;
}

header#main-header {
 transition: all 0.3s ease;
}

#logo {
 transition: all 0.3s ease;
 height: 62px;
}

.et-fixed-header #logo {
 max-height: 35px;
 height: 35px;
}

.yellow_star .fa-star {
	color: orange;
}

header#main-header > .container {
    display: block;
}

header#main-header > .container  > div {
    width: 100%;
    position: static;
    width: 100%;
}



header#main-header #et-top-navigation {
    float: none;
    padding: 0!important;
    margin: 22px 0 0;
    
}

.et-fixed-header #top-menu a {
	color: #333;
}

#top-menu a {
    /* text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.6); */
	color: white;
}

#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a {
	color: #ffd720
}

.et-fixed-header #top-menu li.current-menu-ancestor>a,
.et-fixed-header #top-menu li.current-menu-item>a {
	color: #0099e5
}

#top-menu li li a {
	color: #333;
}

.et_header_style_left #et-top-navigation nav>ul>li>a, 
.et_header_style_split #et-top-navigation nav>ul>li>a {
	padding-bottom: 20px;
}




header#main-header .logo_container {
    padding: 16px 0;
}

div#page-container {
    padding-top: 0!important;
}


header#main-header {
/*     background-image: url('/wp-content/uploads/2025/04/header-bg.png'); */
	background-image: url('https://wp.kahl.net/wp-content/uploads/2026/06/kahl-header-vector.svg');
	background-repeat: no-repeat;
	box-shadow: none;
	background-color: #000000C0;
	max-height: 140px;
    background-size: cover;
}

#main-header.et-fixed-header {
	background-color: rgba(255, 255, 255, 0.9);
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: 33.33%;
}

div#custom_html-3{
    margin-bottom: 0;
}

.footer-widget h4.title {
    color: white!important;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.full_image_cut {
    max-height: 500px;
    overflow: hidden;

}

.et_pb_button {
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
	letter-spacing: 3px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
        

}

.et_pb_module .et_pb_button:hover {
    padding: 10px 30px 10px 10px;
}

.et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after, .et_pb_promo_button:hover:after {
    margin-top: -4px;
}

.custom_fullwidth_header {
    background: black url('/wp-content/uploads/2018/10/curtain-1275200.png');
   
}

.home .custom_fullwidth_header {
    display: none;
    
}

@media screen and (min-width: 1920px) {
	header#main-header {
		background-position: 0 -0.5vw;
	}
}

@media screen and (max-width: 1600px) {
	header#main-header {
		background-size: auto;
	}

	footer#main-footer #footer-info {
		z-index: 10;
		position: relative;
	}
	footer#main-footer:before {
		bottom: 10px;
	}

	footer#main-footer:after {
		bottom: -8px;
		z-index: 5;
	}
}

@media screen and (max-width: 1100px) {
	
	ul#mobile_menu {
		height: 80vh;
		overflow-y: scroll;
	}
	
   nav#top-menu-nav {
        display: none!important;
    }
    #et_mobile_nav_menu {       
       display: block;
    }

	header#main-header #et-top-navigation {
		margin: 0;
	}

	#et_search_icon:before {
		top: 3px
	}
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 5px;
	}
	
	#logo {
		object-fit: contain;
		height: auto;
	}
}



@media screen and (max-width: 980px) {
	
	.et_flex_row.et_flex_row  {
		width: 80%;
		flex-direction: column;
	}
	
	.et_flex_row.et_flex_row .et_pb_column {
		width: 100%;
	}

	.et_flex_row.et_flex_row .et_pb_column .et-pb-icon {
		font-size: 64px;
		width: 64px;
	}
	
	.home .et_pb_section_22.et_pb_section {
		padding-top: 13vw;
	}
	
	.et_fixed_nav #main-header {
		position: fixed;
		background:#ffd720;
		border-bottom: 5px solid #047fc8;
	}

	.et-fixed-header #logo {
		position: relative;
		left: -20px;
	}
	
	 #et-top-navigation {
        flex-direction: column;
    }
    #logo-widget-container {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }

	header#main-header {
		background:#ffd720;
		border-bottom: 5px solid #047fc8;
	}
	
	footer#main-footer {
		background:#ffd720;
		border-top: 5px solid #047fc8;
		padding-top: 0;
		height: auto;
	}

	footer#main-footer:before,
	footer#main-footer:after {
		display: none;
	}
	
	.mobile_menu_bar:before {
		color: white;
	}
	
	#et_top_search {
		display: none;
	}

	header#main-header > .container > div.logo_container,
	header#main-header > .container > div#logo-widget-container {
		position: static;
		display: inline-block;
	}

	header#main-header > .container > div#logo-widget-container {
		width: 54%;
	}

	header#main-header > .container > div.logo_container {
		width: 100%;
		max-width: 45%;
		height: auto;
	}

	#et_mobile_nav_menu {
		float: none;
	
	}

	.et_header_style_left #logo {
		max-width: 35vw;
		width: 100%;
	}

	div#custom-header-widget {
		float: right;
	}
	
	.et_pb_blurb_content {
		display: flex;
	}

	.et_pb_blurb_content .et_pb_blurb_container {
		margin-left: 16px;
		
	}


	.et_pb_blurb .et_pb_blurb_container .et_pb_module_header,
	.et_pb_blurb_content .et_pb_blurb_container * {
		text-align: left;

	}
	
	
}

@media screen and (max-width: 768px) {
	
	
}



@media screen and (max-width: 700px) {
	
	.home .et_pb_section_0.et_pb_section {
		padding-top: 30vw;
	}

	.et_mobile_menu li li,
	#main-header .et_mobile_menu li ul {
		padding-left: 0;
	}
	
	header#main-header > .container > div#logo-widget-container,
	header#main-header > .container > div.logo_container {
		width: 100%;
		text-align: center;
		float: none;
		max-width: 100%;
		display: block;
	}

	header#main-header > .container > div.logo_container {
		transition: all ease 0.2s;
	}

	header#main-header > .container > div#logo-widget-container {
		margin-bottom: 24px;
	}

	div#custom-header-widget {
		float: none;
		text-align: center;
	} 

	#et_mobile_nav_menu{
		float: none;
		text-align: center;
	}

	.et_fixed_nav #main-header {
		padding-bottom: 156px;
		transition: all ease 0.3s;
	}

	header#main-header.et-fixed-header {
		position: fixed;
		top: 0;
		background:#ffd720;
		padding-bottom: 0;
		transition: all ease 0.3s;

	}

	header#main-header.et-fixed-header > .container > div.logo_container {
		opacity: 0;
		height: 0;
		transition: all ease 0.2s;
		padding: 5px 0;
	}

	.et_fixed_nav #main-header {
		padding-bottom: 156px;
	}
	
	.home .et_pb_section_22.et_pb_section {
		padding-top: 20vw;
	}
	
	
	.et_pb_blurb_content .et-pb-icon {
		font-size: 64px;
	}
	
}







@media screen and (max-width: 500px) {
	
	.home .et_pb_section_0.et_pb_section {
		padding-top: 40vw;
	}
	
	.home .et_pb_section_22.et_pb_section {
		padding-top: 36vw;
	}

	header#main-header > .container > div#logo-widget-container {
		margin-bottom: 10px;
	}


	.et_fixed_nav #main-header {
		padding-bottom: 150px;
		
	}
	a.header_button {
		padding: 6px 10px;
		border: 2px solid;
	}

	.et_header_style_left #logo {
		min-width: 250px;
	}
	
}