.elementor-kit-6{--e-global-color-primary:#F7893A;--e-global-color-secondary:#EE9872;--e-global-color-text:#2E2E2E;--e-global-color-accent:#3DACF7;--e-global-typography-primary-font-family:"Alexandria";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alexandria";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Alexandria", Sans-serif;font-size:16px;font-weight:300;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Alexandria", Sans-serif;font-weight:800;color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:20px 20px 20px 20px;padding:20px 20px 20px 20px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#EE9872;color:#544F4D;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:20px 20px 20px 20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#2E2E2E;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Alexandria", Sans-serif;font-size:32px;font-weight:600;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*przyciski*/
.elementor-button {
    font-weight: 800 !important;
    font-family: "Arial" !important;
}

/*slider revolution*/
#slider-background {
    background-image: radial-gradient(at center center, #FFFFFF00 50%, #2E2E2E 100%) !important;
}

/*move the mobile menu to the bottom*/
#masthead-mobile {
    bottom: 0;
}
.site-header-mobile:not(.sticky-header) {
    
    position:fixed !important;
    bottom:0 !important;
    width:100% !important;
    
    z-index:9999;
}
.sticky-header {
    top: unset !important;
}

.responsive-off-canvas-panel {
    top: -195px !important;
    border-bottom: 1px solid;
}
/*move the mobile menu to the bottom*/

/*turn-off site tagline near logo*/
.site-branding-wrapper.site-branding-inline .site-title, 
.site-branding-wrapper.site-branding-inline .site-description
{
    display: none;
}

/*links*/
.paragraph-link {
    transition:color 0.3s;
    color: var(--e-global-color-primary) !important;
}
.paragraph-link:hover {
    color: var(--e-global-color-accent) !important;
}
#masthead a, #footer-menu a {
    transition: 0.3s color;
}

#footer-menu a:hover {
    color: var(--e-global-color-primary) !important;
}

/*#menu toggle*/
button.menu-toggle:hover, button.menu-toggle:focus {
    background-color:#fff;
}


/*main menu KONTAKT button*/

/*hide on desktop/tablet*/
#masthead .menu-item-809 {
    display:none;
}

.site-header-section-right {
    align-items: stretch;
}

.site-header-section-right > div {
    background-color: var(--e-global-color-primary);
    
    border-right: solid 1px var(--e-global-color-text);
    
    transition: 0.2s background-color;
    font-weight: 700;
}

.site-header-section-right > div:hover {
    background-color: #EF9973;
}

.site-header-section-right > div a {
    transition:0.2s color;
    
    font-size:14px !important;
    background-color: transparent !important;
    border:none;
}

.site-header-section-right > div a:hover {
    color: #424140 !important;
}
/*main menu KONTAKT button*/

/* fix border bottom header */
.responsive-site-primary-header-wrap {
    border-bottom: 1px solid var(--e-global-color-text);
}

.responsive-site-primary-header-wrap:hover {
    border-bottom: 1px solid var(--e-global-color-text);
}
/* fix border bottom header */



/*contact form*/
#contact7-form {
 width: 85%;
}

#contact7-form .all-fields > p input
{
    width: 97.5% !important;
}
#contact7-form .field-pairs p {
    margin-top: 0;
    margin-bottom: 36px;
    
    width: 50%;
    overflow: hidden;
    margin-right: 16px;
}
#contact7-form .field-pairs input {
    /*width:80% !important;*/
}

#contact7-form label {
    color:#eaeaea;
}

#contact7-form .required:before{
    content: "*";
    color: var(--e-global-color-primary);
}

#contact7-form input:not([type="submit"]) {
  all: unset;
  box-sizing: border-box;

  font: inherit;
  color: #eaeaea;

  padding: 8px 4px;
  border-bottom: 2px solid #ccc;

  transition: border-color 0.2s ease;
}

#contact7-form input:not([type="submit"]):focus {
  border-color: var(--e-global-color-primary);
}


#contact7-form textarea {
    all: unset;
    box-sizing: border-box;
    
    font:inherit;
    
    border: 2px solid;
    border-radius: 5px;
    
     transition: border-color 0.2s ease;
     width: 97.5%;
}

#contact7-form textarea:focus {
      border-color: var(--e-global-color-primary);
}

.wpcf7-submit {
    transition: background-color 0.2s, color 0.2s;
    border-radius: 0 !important;
    background-color: #F06501 !important;
} 

.wpcf7-submit:hover {
    background-color: #d17736 !important;
}

.wpcf7-response-output {
    color: #eaeaea;
}

/*contact form*/

/*contact background*/
@media only screen and (max-width: 1024px) { 
        #two-colored-container-detailed{
        background-position:45% 0px;
    }
}

@media only screen and (max-width: 855px) { 
        #two-colored-container-detailed{
        background-position: -580px 0px;
    }
    
     #two-colored-container {
         background-position: -180px 0px;
     }
    .wpcf7-form input:not([type="submit"]), textarea {
        width: 300px !important;
    }
}
@media only screen and (max-width: 767px) {
    #two-colored-container{ 
        background-position: 0 -370px;
    }
    #two-colored-container-detailed{
        background-position: 0 200px;
    }
    .wpcf7-form input:not([type="submit"]), textarea {
        width: 100% !important;
    }
}

@media only screen and (max-width: 750px) {
    #two-colored-container{ 
        background-position: 0 -330px;
    }
    #two-colored-container-detailed{
        background-position: 200px;
        
    }
}

@media only screen and (max-width: 700px) {
    #two-colored-container{ 
        background-position: 0 -280px;
    }
    #two-colored-container-detailed{
        background-position: 0 200px;
        
    }
}

@media only screen and (max-width: 650px) {
    #two-colored-container{ 
        background-position: 0 -180px;
    }
    #two-colored-container-detailed{
        background-position: 0 180px;
        
    }
}

@media only screen and (max-width: 600px) {
    #two-colored-container{ 
        background-position: 0 -140px;
    }
    #two-colored-container-detailed{
        background-position: 0 140px;
        
    }
}

@media only screen and (max-width: 550px) {
    #two-colored-container{ 
        background-position: 0 -120px;
    }
    #two-colored-container-detailed{
        background-position: 0 140px;
        
    }
}

@media only screen and (max-width: 500px) {
    #two-colored-container{ 
        background-position: 0 -130px;
    }
    #two-colored-container-detailed{
        background-position: 0 140px;
        
    }
}

@media only screen and (max-width: 450px) {
    #two-colored-container{ 
        background-position: 0 -160px;
    }
    #two-colored-container-detailed{
        background-position: 0 60px;
    }
}

@media only screen and (max-width: 450px) {
    #two-colored-container{ 
        background-position: 0 -180px;
    }
    #two-colored-container-detailed{
        background-position: 0 80px;
    }
}
/*contact background*//* End custom CSS */