/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/* Kontakt form */
.half-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.half-form > div {
    flex-basis: 50%;
}
.half-form > div:first-child {
    padding-right: 7px;
}
.half-form > div:last-child {
    padding-left: 7px;
}
.half-form > div input:not([type="checkbox"]) {
    width: 100%;
}

.full-form {
    width: 100%;
}
.full-form input:not([type="checkbox"]),
.full-form textarea {
    width: 100%;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form textarea,
.wpcf7-form input:not([type="submit"]) {
    border: 1px solid #E4E8F1;
	color:#5D6A83;
	font-size:14px;
	line-height:24px;
	letter-spacing:-0.5;
}
.wpcf7-acceptance input {
    display: inline-block;
}
.wpcf7-acceptance label {
    position: relative;
	font-size:14px;
}
.wpcf7-acceptance label:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #1a1a1a;
    position: absolute;
    left: -18px;
    top: 8px;
}
.wpcf7-acceptance input:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.wpcf7-acceptance label:hover {
    cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: transparent;
    position: absolute;
    left: -16px;
    top: 8px;
}
.wpcf7-acceptance input {
    position: absolute;
    visibility: hidden;
}
.wpcf7-acceptance input:checked ~ .wpcf7-list-item-label:before {
    background-color: #dac1a8;
}

.wpcf7-form p{
    margin-bottom:15px;
}

.wpcf7-form input.wpcf7-submit {
background: #FFFFFF;
    color: #0e1681;
	font-size:16px;
	line-height:24px;
	letter-spacing:-0.5;
	border:none;
	padding:12px 24px;
}

.wpcf7-form input.wpcf7-submit:hover {
background: #0e1681;
    color:  #FFFFFF;
}

.wpcf7-form .submit-button p{
margin-bottom:0;
}

.wpcf7-spinner{
display:none;
}

/* Menu */
.nav-menu-primary .nav-ul>li {
    margin: 0;
}
.nav-menu-primary .nav-ul>li a {
    padding: 8px 16px;
	border-radius:5px;
}
.nav-ul:not(.menu-mobile):not(.neve-mega-menu) > li > .wrap > a {
    padding-top: 8px !important;
}
.m-style>ul>li>.wrap::after, .sm-style .sub-menu .wrap::after {
    border-radius:5px;
}

footer {
    background: linear-gradient(180deg, #FFFFFF 8.31%, #87BD40 100%);
	padding-top:90px;
}
/*.footer--row .hfg-slot {
    max-width: 250px;
}*/

footer .widget_nav_menu ul li a{
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 24px;
letter-spacing: -1%;
}

footer .widget_nav_menu ul li:hover a{
text-decoration:underline;
}

footer .hfg-slot .widget{
margin-bottom:20px;
}
footer .hfg_footer{
  background-image: url('/wp-content/uploads/2026/02/footer-bg.webp');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.stk-block-tabs__tab--active{
  border-bottom: 1px solid #0e1681 !important;
}

@media (max-width: 960px) {
footer .hfg-slot{
width:100%;
	max-width:100% !important;
}
	
footer .hfg-slot .stk-block-text__text, footer .hfg-slot .wp-block-image, footer .hfg-slot .wp-block-stackable-heading, footer .hfg-slot .widget_nav_menu div ul{
text-align:center;
	font-size:18px !important;
}
footer .hfg-slot	.wp-block-stackable-button-group .stk-button-group, footer .hfg-slot .builder-item--footer_copyright .component-wrap{
justify-content:center;
}
	
footer .hfg-slot .widget_nav_menu div{
justify-content:center;
	display:flex;
}
	.hfg-slot .widget_nav_menu div ul li a{
	font-size:18px;
}
	
footer .hfg-slot h5.stk-block-heading__text{
	font-size:20px !important;
	font-weight:bold !important;
}
	}