/*
 Theme Name:   MH Gruppe
 Description:  MH Gruppe | WordPress Child Theme
 Author:       Neckarmedia
 Author URI:   https://www.neckarmedia.com
 Template:     enfold
 Version:      1.0
*/

/* be-vietnam-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/be-vietnam-pro-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/be-vietnam-pro-v12-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/be-vietnam-pro-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* galanogrotesque-regular */
@font-face {
  font-display: swap;
  font-family: 'Galano Grotesque';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/galanogrotesque-regular-webfont.woff2') format('woff2');
}

/* galanogrotesque-semibold */
@font-face {
  font-display: swap;
  font-family: 'Galano Grotesque';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/galanogrotesque-semibold-webfont.woff2') format('woff2');
}

/* galanogrotesque-bold */
@font-face {
  font-display: swap;
  font-family: 'Galano Grotesque';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/galanogrotesque-bold-webfont.woff2') format('woff2');
}

/* @link https://utopia.fyi/type/calculator?c=375,18,1.125,1240,20,1.25,6,1,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

:root {
  --step--1: clamp(1rem, 1rem + 0vw, 1rem);
  --step-0: clamp(1.125rem, 1.0708rem + 0.2312vw, 1.25rem);
  --step-1: clamp(1.2656rem, 1.1369rem + 0.5491vw, 1.5625rem);
  --step-2: clamp(1.4238rem, 1.1944rem + 0.979vw, 1.9531rem);
  --step-3: clamp(1.6018rem, 1.2378rem + 1.553vw, 2.4414rem);
  --step-4: clamp(1.802rem, 1.2602rem + 2.3116vw, 3.0518rem);
  --step-5: clamp(2.0273rem, 1.2524rem + 3.3062vw, 3.8147rem);
  --step-6: clamp(2.2807rem, 1.2022rem + 4.6015vw, 4.7684rem);
}

:root {
    --primary-font: 'Be Vietnam Pro', sans-serif;
    --heading-font: 'Galano Grotesque', sans-serif;
}

:root {
    --mh-deep-blue: #222d52;
	--mh-light-blue: #467ab0;
    --mh-volt-yellow: #f8d830;
}


/* =======================================================================================================================================
Typo
======================================================================================================================================= */
html{-webkit-tap-highlight-color: transparent;}
body{-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;}
body,p{font-family: var(--primary-font); font-size: var(--step-0); font-weight: 400; line-height: 1.55}
p{margin: 0 0 1em;}
mark{color: var(--mh-volt-yellow);}
h1,h2,h3,h4,h5,h6{font-family: var(--heading-font); font-weight: 600 !important; line-height: 1.15; letter-spacing: 0 !important; text-transform: inherit !important; margin: 0 0 .4em 0 !important}

#top h1{font-size: var(--step-6);}
#top h2{font-size: var(--step-4);}
#top h3{font-size: var(--step-3);}
#top h4{font-size: var(--step-2);}
#top h5{font-size: var(--step-1);}
#top h6{font-size: var(--step-0);}

#top .special_amp{color: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
#top .av-special-heading{padding: 0 !important}
#top .av-special-heading .special-heading-border{display: none;}
#top .av-special-heading.avia-builder-el-no-sibling .av-special-heading-tag{margin: 0 !important}

#top .avia-section b,
#top .avia-section strong,
#top .footer_color b,
#top .footer_color strong,
#top .socket_color b,
#top .socket_color strong{color: inherit}

#top #main a:where(:not(.wp-element-button)) {
    text-decoration: underline;
    text-decoration-thickness: .05em;
    text-underline-offset: .1em;
}

/* Button */
#top div .avia-button{
    font-size: var(--step-0);
    font-weight: 700;
	font-family: var(--heading-font);
    padding: 1em 1.5em;
    border-radius: .5em;
    background: var(--mh-volt-yellow);
    border: 1px solid var(--mh-volt-yellow) !important;
    color: var(--mh-deep-blue) !important;
    text-decoration: none !important;
    transition: .2s ease;
	border-radius: 0 0 20px 0;
    text-align: left;
}
#top div .avia-button.avia-color-dark{color: #000;}
#top div .avia-button.avia-color-light{border: 1px solid #fff !important;}
#top div .avia-button.avia-color-white{background-color: #fff !important; color: var(--mh-deep-blue) !important; border-color: #fff !important;}
#top div .avia-button small{font-size: var(--step--1); display: block; line-height: 1;}
#top div .avia-button:hover{opacity: 1}

html.no-touch-device #top div .avia-button:hover{translate: 0 -2px}

/* Blockquote */
#top blockquote{border: 0; font-size: var(--step-1); margin: 2em 0 2em; padding: 0 0 0 2em; position: relative; max-width: 420px; font-style: italic; line-height: 1.6}
#top blockquote:before{content: '\e833'; font-family: 'entypo-fontello'; position: absolute; top: -.3em; left: 0; opacity: .1; font-size: 4em; font-style: normal; line-height: 1}
#top blockquote p{font-size: 1em; margin: 0}

/* List */
#top .avia_textblock ul{
    list-style: none;
    margin: 0 0 1em 0;
}
#top .avia_textblock ul > li{
    margin: 0 0 0.5em 0;
    padding: 0 0 0 1em;
    position: relative;
}
#top .avia_textblock ul > li:before{
    content: '\e875';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    display: inline-block;
}


/* =======================================================================================================================================
Header
======================================================================================================================================= */
@media only screen and (max-width: 989px){ 
    .responsive #top #header{position: fixed !important; top: 0; left: 0; right: 0; width: 100%}
    .responsive #top #main,
    .responsive.html_mobile_menu_tablet.html_header_top #top #main{padding-top: 80px !important}
    .responsive #top #wrap_all .av-logo-container,
    .responsive #top #header_main > .container .main_menu .av-main-nav > li > a,
    .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container,
    .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a{
        height: 80px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 990px){
    #header .inner-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }
    #header .inner-container > .logo{order: 1; margin-right: auto; position: relative;}
    #header .inner-container > nav{order: 3; position: static;}
}

/* Logo */
#header_main .inner-container > .logo,
#header_main .inner-container > .logo a{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: visible}
#header_main .inner-container > .logo a{height: auto}
#header_main .inner-container > .logo a svg,
#header_main .inner-container > .logo a img{width: auto; height: 16px !important;}

@media only screen and (min-width: 990px){
    #header_main .inner-container > .logo{padding-top: 1.5em;}
    #header_main .inner-container > .logo a svg,
    #header_main .inner-container > .logo a img{height: 20px !important;}
}

@media only screen and (min-width: 1440px){
    #header_main .inner-container > .logo a svg,
    #header_main .inner-container > .logo a img{height: 40px !important;}
}

/* Navigation */
@media only screen and (min-width: 990px){
	#header_main .inner-container > nav{display: flex; align-items: center;}
	#header_main .inner-container > nav > div,
	#header_main .inner-container > nav > div > ul,
	#header_main .inner-container > nav > div > ul > li{height: 100%}
	#header_main .inner-container > nav > div > ul > li.menu-item{display: flex; align-items: center}
	#header_main .inner-container > nav ul#avia-menu > li > a{line-height: 1.6 !important; height: auto !important; font-size: var(--step--1); font-weight: 500}
    #header_main .inner-container > nav ul#avia-menu > li li > a{font-size: var(--step--1); font-weight: 400}
    #header_main .inner-container > nav ul#avia-menu li:hover > a > .avia-menu-text,
    #header_main .inner-container > nav ul#avia-menu li.current-menu-item > a > .avia-menu-text{opacity: .3}
}

@media only screen and (min-width: 1440px){
    #header_main .inner-container > nav ul#avia-menu > li > a{font-size: var(--step-0);}
}

/* Hamburger Menu */
.av-hamburger-box{width: 32px}
.av-hamburger-inner, 
.av-hamburger-inner::before, 
.av-hamburger-inner::after{border-radius: 0}
#top ul#av-burger-menu-ul{vertical-align: top}
#top ul#av-burger-menu-ul li a:hover{background: inherit !important;}
#top ul#av-burger-menu-ul > li > a{font-size: var(--step-0);}
#top ul#av-burger-menu-ul > li li > a{font-size: var(--step--1);}


/* =======================================================================================================================================
Accessibility
======================================================================================================================================= */
#top :focus-visible{
    overflow: visible; 
    outline: -webkit-focus-ring-color auto 1px; 
    opacity: 1 !important;
	box-shadow: inset 0 0 0 2px #fff;
}


/* =======================================================================================================================================
Misc
======================================================================================================================================= */
/* Layout */
.widgettitle{font-weight: inherit; text-transform: inherit; letter-spacing: inherit; font-size: inherit;}

@media only screen and (max-width: 989px) {
    .responsive #top #wrap_all .av-break-at-tablet .flex_cell, 
    .responsive #top #wrap_all .flex_column.av-break-at-tablet{
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 767px){
    .responsive #top #wrap_all .container{width: 90%; max-width: 90%;}
}

#top .av_one_half .avia_textblock{max-width: 580px;}
#top .av_three_fifth .avia_textblock{max-width: 720px;}

/* Images */
#top .image-overlay{display: none !important;}
#top .avia_image,
#top .av-image-caption-overlay,
#top .avia-image-container-inner{border-radius: 0}

/* Images with Radius */
#top .avia-image-container:not(.av-styling-no-styling) .avia-image-overlay-wrap{
    aspect-ratio: 1;
    border-radius: 0 0 0 15%;
    overflow: hidden;
}
#top .flex_column.avia-builder-el-last .avia-image-container:not(.av-styling-no-styling) .avia-image-overlay-wrap{
    border-radius: 0 0 15% 0;
}
#top .avia-image-container:not(.av-styling-no-styling) .avia-image-overlay-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 767px){
    #top .flex_column.avia-builder-el-first .avia-image-container:not(.av-styling-no-styling) .avia-image-overlay-wrap{width: 95vw;}
    #top .flex_column.avia-builder-el-last  .avia-image-container:not(.av-styling-no-styling) .avia-image-overlay-wrap{width: 95vw; margin-left: -5vw;}
}

/* Toggle */
#top section.av_toggle_section .toggler{
    padding: 1.5em 3em .75em 0;
    margin: 0 0 .8em;
    font-size: var(--step-1);
    font-weight: 500;
    background: transparent;
    border: 0;
    border-bottom: 2px solid;
    border-radius: 0;
}
#top section.av_toggle_section .toggler:hover{background: transparent;}
#top section.av_toggle_section .toggler .toggle_icon{display: none;}
#top section.av_toggle_section .toggler:after{
	content: '\e87b';
    font-family: 'entypo-fontello';
    position: absolute;
    right: .5em;
    transition: .2s ease;
}
#top section.av_toggle_section .toggler.activeTitle{border-color: transparent;}
#top section.av_toggle_section .toggler.activeTitle:after{transform: rotateX(180deg);}
#top section.av_toggle_section .toggle_content{border: 0; background: transparent; padding: .5em 1rem 1.5em;}
#top section.av_toggle_section .toggle_content *{font-size: var(--step--1);}

/* Social Icons */
#top ul.__social--media--icons{
    display: flex;
    gap: 0;
    font-size: var(--step-2);
    margin: 0 0 1em 0;
    line-height: 1;
}
#top ul.__social--media--icons > li > a{padding: .2em .4em; text-decoration: none !important;}

/* Boxed List */
#top .__boxed-list ul{padding-top: 60px}
#top .__boxed-list ul li{display: inline-block; list-style: none; border: 1px solid var(--mh-deep-blue); border-radius: 0 0 20px 0; margin-right: 20px; margin-bottom: 15px; padding: 0.5em 1.5em; font-weight: 700; font-family: var(--heading-font)}
#top .__boxed-list ul li:before{content: '';}

/* Button Box */
#top .__button-box{background: var(--mh-deep-blue); border-radius: 0 0 45px 0; padding: 5rem 3rem 2rem 3rem;}
#top .__button-box img{height: 2.5rem; width: auto; margin-bottom: 3rem;}
#top .__button-box .avia_textblock{padding-left: 2rem}
#top .__button-box p, #top .__button-box h2, #top .__button-box h3, #top .__button-box h4{color: #fff;}
#top .__button-box .avia-button{position: absolute; bottom: -1rem; right: 55px;}



/* =======================================================================================================================================
Hero
======================================================================================================================================= */
#top .__hero .container img.__conlines{position: absolute; top: 0; left: 50%; transform: translateX(-56%); min-width: 800px; width: 60%; z-index: 1}
#top .__hero .container {display: flex; justify-content: space-between; align-items: flex-end; gap: 8%; padding-bottom: 100px;}
#top .__hero .container > div {flex: 1; z-index: 5;}
#top .__hero .container div img{border-radius: 0 0 15% 0}
#top .__hero .container .__hero-buttons{text-align: center; transform: translateY(-50%);}
#top .__hero .container .__hero-buttons a{margin-right: .5rem;}
#top .__hero .container p.__headline{font-size: var(--step-5); font-weight: 700; line-height: 1.2; margin-bottom: 1rem;}
#top .__hero .container h1{font-size: var(--step-1); font-weight: 600 !important; color: var(--mh-volt-yellow); line-height: 1.5; margin-bottom: 5rem !important}


@media only screen and (max-width: 989px){
    #top .__hero .container {
        flex-direction: column-reverse;
        align-items: center;       
        gap: 80px;
        padding-bottom: 40px;
    }

    #top .__hero .container > div {
        flex: unset;
        width: 100%;
    }
	
	#top .__hero .container .__hero-text{padding-top: 80px;}
	#top .__hero .container h1{margin-bottom: 0 !important;}
	
	.responsive #top #main{padding-top: 0 !important}

}


/* =======================================================================================================================================
Block --> Leistungsbereiche
======================================================================================================================================= */
#top .__leistungsbereiche{
    margin: 2em 0;
    display: flex;
    gap: 4em;
    flex-direction: column;
}
#top .__leistungsbereiche > div{
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
#top .__leistungsbereiche > div figure{max-width: 580px;}
#top .__leistungsbereiche > div .__content{
    border: 1px solid;
    padding: 0 1rem 2rem 1rem;
    display: flex;
    gap: .5em;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 -1px 0;
}
#top .__leistungsbereiche > div .__content i{
    line-height: 1;
    display: inline-block;
    font-size: 3em;
    align-self: flex-end;
    margin: -.5em 0 .5em 0;
}
#top .__leistungsbereiche > div .__content h3,
#top .__leistungsbereiche > div .__content p{
    padding: 0 1rem;
}

@media (min-width: 1280px){
    #top .__leistungsbereiche > div{flex-direction: row; align-items: center;}
    #top .__leistungsbereiche > div figure{max-width: 30%; min-width: 480px; width: 30%;}
    #top .__leistungsbereiche > div .__content{padding: 0px 2% 0 6%; margin: 0 0 0 -1px;}
    #top .__leistungsbereiche > div .__content .avia-button{align-self: flex-end; margin: 1em 2em -1.5em 0;}
    #top .__leistungsbereiche > div .__content h3,
    #top .__leistungsbereiche > div .__content p{padding: 0;}
}

@media (min-width: 1920px){
    #top .__leistungsbereiche > div .__content{padding: 0px 5% 0 20%;}
}


/* =======================================================================================================================================
Block --> Karriere Hero
======================================================================================================================================= */
@media only screen and (max-width: 767px){
    #top .container:has(.__karriere--hero){
        max-width: 100% !important;
        width: 100% !important;
    }
}

#top .__karriere--hero{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
#top .__karriere--hero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mh-deep-blue);
    pointer-events: none;
    border-top-left-radius: clamp(80px, 8vw, 160px);
}
#top .__karriere--hero > .__content{
    position: relative;
    padding: 6em 5% 2em;
    max-width: 100%;
}
#top .__karriere--hero > .__content > div{margin: 3em 0 0}
#top .__karriere--hero > .__content h2,
#top .__karriere--hero > .__content p{color: #fff;}
#top .__karriere--hero > .__content p:has(mark){font-size: var(--step-2); font-weight: 700; line-height: 1.15;}
#top .__karriere--hero > .__content .avia-button{margin: 1em 1em 1em 0;}

#top .__karriere--hero > figure{
    max-width: 100%;
    aspect-ratio: 4/5;
    position: relative;
    border-top-left-radius: clamp(80px, 8vw, 160px);
    overflow: hidden;
}
#top .__karriere--hero > figure img{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: bottom center;}
#top .__karriere--hero > figure::before{
    content: '';
    aspect-ratio: 373/280;
    background-image: url(img/mh-conlines_1.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 3em;
    width: 100%;
    height: auto;
}
#top .__karriere--hero > figure .avia-button{
    position: absolute;
    bottom: 20%;
    right: 10%;
}

@media only screen and (min-width: 990px){
    #top .__karriere--hero{flex-direction: row-reverse;}
    #top .__karriere--hero > .__content{flex: 1; flex-grow: 1.5; padding: 4em 5% 4em 0; align-self: center;}
    #top .__karriere--hero > figure{flex: 1; max-width: 50%; aspect-ratio: 1280 / 1480; padding: 3em 0 0;}
    #top .__karriere--hero > figure img{object-fit: cover; object-position: bottom right;}
    #top .__karriere--hero > figure::before{top: -3em; left: -30em; width: auto; height: 100%;}
}

@media only screen and (min-width: 1920px){
    #top .__karriere--hero > .__content{translate: -3em 0; flex-grow: 1;}
    #top .__karriere--hero > .__content > div{display: flex; gap: 3em;}
    #top .__karriere--hero > figure img{object-fit: contain;}
}


/* =======================================================================================================================================
Styled Section 1
======================================================================================================================================= */
#top .__styled--section--1{position: relative; overflow: hidden;}
#top .__styled--section--1 .container,
#top .__styled--section--1 .container .content{max-width: 100% !important; width: 100% !important; padding: 0 !important;} 
#top .__styled--section--1 .entry-content-wrapper{display: flex; flex-direction: column; gap: 0rem;}
#top .__styled--section--1 .entry-content-wrapper:before,
#top .__styled--section--1 .entry-content-wrapper:after{display: none;}
#top .__styled--section--1 .entry-content-wrapper .flex_column{width: 100%; flex-basis: 100%; flex-grow: 1; float: unset; margin: 0 !important;}
#top .__styled--section--1 .entry-content-wrapper .flex_column.__text{order: 1; padding: 3rem 4%;}
#top .__styled--section--1 .entry-content-wrapper .flex_column.__media{order: 2;}

@media only screen and (min-width: 990px){
    #top .__styled--section--1 .entry-content-wrapper{flex-direction: row; gap: 3rem;}    
    #top .__styled--section--1 .entry-content-wrapper .flex_column{flex-basis: 0; width: auto;}
    #top .__styled--section--1 .entry-content-wrapper .flex_column.__text{padding: 8rem 4%; align-self: center;}
    #top .__styled--section--1 .entry-content-wrapper .flex_column.__media *{height: 100%;}
    #top .__styled--section--1 .entry-content-wrapper .flex_column.__media img{width: 100%; height: 100%; object-fit: cover; object-position: left;}
	#top .__styled--section--1 .entry-content-wrapper .flex_column:first-child.__media{order: 1;}
    #top .__styled--section--1 .entry-content-wrapper .flex_column:first-child.__media img{object-position: bottom right;}
}

@media only screen and (min-width: 1740px){
    #top .__styled--section--1 .entry-content-wrapper .flex_column:last-child.__text{padding-right: calc((100vw - 1690px) / 2);}
    #top .__styled--section--1 .entry-content-wrapper .flex_column:first-child.__text{padding-left: calc((100vw - 1690px) / 2);}
}


/* 30% Media Width */
@media only screen and (min-width: 990px){
	#top .__styled--section--1.__small-media .entry-content-wrapper .flex_column.__media{flex-basis: 30%}
	#top .__styled--section--1.__small-media .entry-content-wrapper .flex_column.__text{flex-basis: 70%}
}

/* Mobile Reverse Order */
@media only screen and (max-width: 989px){
	#top .__styled--section--1.__mobile-reverse .entry-content-wrapper{
		flex-direction: column-reverse;
	}
}


/* =======================================================================================================================================
Styled Section 2 - Conversion lines Background
======================================================================================================================================= */
#top .__styled--section--2 {position: relative; overflow: hidden;}
#top .__styled--section--2::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 800px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url("/wp-content/uploads/2025/11/mh-conlines_3.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
}


/* =======================================================================================================================================
Blog: Single Post
======================================================================================================================================= */
#top .template-single-blog article.post-entry .big-preview{max-width: 720px; margin: auto;}
#top .fullsize .template-blog .post .entry-content-wrapper{max-width: 720px; text-align: left; line-height: 1.6; font-size: var(--step-0);}
#top .template-single-blog article.post-entry .entry-content-wrapper header h1{text-align: left; font-size: var(--step-3); padding: 1rem 0}
#top .template-single-blog article.post-entry .entry-content-wrapper header .post-meta-infos{text-align: left; font-size: var(--step--1);}


/* =======================================================================================================================================
Formular
======================================================================================================================================= */
#top .input-text, 
#top input[type=email], 
#top input[type=input], 
#top input[type=number], 
#top input[type=password], 
#top input[type=search], 
#top input[type=tel], 
#top input[type=text], 
#top input[type=url], 
#top select, 
#top textarea{
    font-family: var(--primary-font);
    padding: 1em;
    border-radius: .5em;
    border: 1px solid;
    margin: 0;
    font-size: var(--step--1);
}

#top form label{font-size: var(--step--1)}
#top form button{
	font-size: var(--step--1);
    font-weight: 700;
    padding: 1em 2em;
    border-radius: .5em;
    background: var(--enfold-main-color-color);
    color: var(--enfold-main-color-bg);
	border: 1px solid var(--enfold-main-color-color);
    box-shadow: none;
}
#top .alternate_color form button{
	background: var(--enfold-alternate-color-color);
    color: var(--enfold-alternate-color-bg);
}

/* Formidable Forms */
#top .frm_forms > form .frm_primary_label{
	color: inherit;
	font-weight: 700;
}
#top .frm_forms > form .frm_required{
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}
#top .frm_forms > form p.description, 
#top .frm_forms > form div.description, 
#top .frm_forms > form div.frm_description, 
#top .frm_forms > form .frm-show-form > div.frm_description, 
#top .frm_forms > form .frm_error, 
#top .frm_forms > form .frm_pro_max_limit_desc{
	color: inherit;
	font-size: var(--step--1);
}


/* =======================================================================================================================================
Footer
======================================================================================================================================= */
#footer{padding: 6rem 0 0 0}
#footer .flex_column{width: 100%; margin: 0;}

#footer .flex_column {display: flex; flex-wrap: nowrap;}

#footer .flex_column > section {flex-shrink: 0;}
#footer #media_image-2 {width: 50%;}
#footer #media_image-2 img{max-width: 585px !important}
#footer #custom_html-2, #footer #custom_html-3{flex: 1; margin-left: 10%;}
#footer #custom_html-3 .textwidget{text-align: right;}

#footer .flex_column.av_one_half.el_after_av_one_half section {display: flex; flex-direction: column; justify-content: flex-end;}

#footer #custom_html-4 {width: 30%;}
#footer #nav_menu-2, #footer #custom_html-5 {flex: 1; margin-left: 3%;}
#footer #nav_menu-2 ul{margin: 0 0 .7em 0}
#footer #custom_html-5 .textwidget ul {display: flex; justify-content: flex-end; gap: 10px;}
#footer #media_image-3{width: 200px; margin: 0;}


@media (max-width: 1099px) {
	#footer .flex_column.first {display: block;}
	#footer .flex_column > section {margin-left: 0 !important; margin-top: 0 !important;}
	#footer .flex_column.first > section {width: 100%; flex: none; }
	#top #footer .widget ul {text-align: left !important;}
	#footer .flex_column:nth-of-type(2) {padding-top: 2rem;}	
	#top #footer .widget_nav_menu li {margin-right: 1rem; margin-left: 0 !important}
	#footer #custom_html-3 .textwidget{text-align: left;}
	#footer #custom_html-4{margin-bottom: 0 !important}
	
	#footer #custom_html-4, #footer #nav_menu-2 {width: 100%; flex: 0 0 100%;}
	#footer .flex_column {display: flex;  flex-wrap: wrap;}
	#footer #custom_html-4, #footer #nav_menu-2 {width: 100% !important;}

}

@media only screen and (max-width: 767px) {
	#footer .widget li{font-size: inherit;}
	#footer .flex_column.av_one_half.el_after_av_one_half{margin-bottom: 0 !important;}
}

#top #footer .widget_nav_menu li {display: inline-block; font-size: var(--step-0); margin-left: 1rem;}

#top #scroll-top-link{display: none;}

