/*

Hermann
Property

*/

:root {
    --col1: #F8A800;
    --col2: #52514D;
    --borbis: #B0CB1F;
}

.col1 {
    color: var(--col1);
}

.col2 {
    color: var(--col2);
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/* menu */

#header-outer:not([data-format="left-header"]) #top > .container > .row nav {
    flex-direction: row-reverse;
}

#header-outer:not([data-format="left-header"]) #top > .container > .row nav ul {
    margin-left: 20px;
}

html body #header-outer[data-lhe="default"] #top nav > ul > li > a {
    padding: 0 20px;
}

.sf-menu >li ul {
    padding: 10px;
}

#header-outer nav ul li li:hover >a .sf-sub-indicator i, #header-outer nav ul li .sfHover >a .sf-sub-indicator i, #header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) ul .current-menu-ancestor >a .sf-sub-indicator i, #header-outer:not([data-format="left-header"]) nav >ul >.megamenu ul ul .current-menu-item >a, #header-outer:not([data-format="left-header"]) nav >ul >.megamenu ul ul .current-menu-ancestor >a, #header-outer nav > ul >.megamenu > ul ul .sfHover >a, #header-outer nav > ul >.megamenu > ul ul li a:hover, #header-outer nav > ul >.megamenu > ul ul li a:focus, body:not([data-header-format="left-header"]) #header-outer nav >ul >.megamenu >ul ul .current-menu-item > a, #header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) ul a:hover, #header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) .sfHover >a, #header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) ul .current-menu-item >a, #header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) ul .current-menu-ancestor >a, body[data-dropdown-style="minimal"] #header-secondary-outer ul >li:not(.megamenu) .sfHover >a, body[data-dropdown-style="minimal"] #header-secondary-outer ul >li:not(.megamenu) ul a:hover {
    color: var(--col2) !important;
}

#top nav ul li a, body[data-header-color="light"] .span_9 > .slide-out-widget-area-toggle a .label, #header-outer .sf-menu li ul li a, #header-outer .widget_shopping_cart .quantity, #header-outer .widget_shopping_cart .cart_list li, #header-outer .cart-notification, #header-outer .total, #header-outer .total strong, #header-outer .product_list_widget li dl dd {
    color: var(--col2);
}

/* strona glowna - intro */

.intro.wpb_row > .row-bg-wrap > .inner-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36.71%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transform: skewX(-20deg);
}

.intro.wpb_row > .row-bg-wrap > .inner-wrap > .row-bg {
    margin-left: 300px;
}

.intro-text {
    max-width: 33%;
    padding-bottom: 20px;
}

.intro-text h1 {
    color: var(--col1);
    margin-bottom: 20px;
}

.intro-text .subheader {
    font-size: 24px;
    line-height: 34px;
}

body.material[data-button-style^="rounded"] .nectar-button.has-icon:not([class*="see-through"]) i {
    background: transparent;
}

/* wygiete obrazki */

.skew-left .hover-wrap-inner {
    transform: skewX(10deg);
    overflow: hidden;
}

html body .skew-left .hover-wrap-inner > img.img-with-animation {
    transform: skewX(-10deg) scale(1.15) !important;
}

.skew-right .hover-wrap-inner {
    transform: skewX(-10deg);
    overflow: hidden;
}

html body .skew-right .hover-wrap-inner > img.img-with-animation {
    transform: skewX(10deg) scale(1.15) !important;
}

.small-skew-left .hover-wrap-inner {
    transform: skewX(5deg);
    overflow: hidden;
}

html body .small-skew-left .hover-wrap-inner > img.img-with-animation {
    transform: skewX(-5deg) scale(1.1) !important;
}

.small-skew-right .hover-wrap-inner {
    transform: skewX(-5deg);
    overflow: hidden;
}

html body .small-skew-right .hover-wrap-inner > img.img-with-animation {
    transform: skewX(5deg) scale(1.1) !important;
}

/* cta */

.cta .row-bg-wrap .row-bg {
    background-size: contain;
    opacity: .2;
}

body .cta h2 {
    letter-spacing: 1px;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through-2:not(:hover) i, body.material[data-button-style^="rounded"] .nectar-button.see-through-2:hover i {
    background: transparent !important;
    box-shadow: none !important;
    color: var(--col2) !important;
}

body .nectar-button.see-through-2:hover, body .col.dark .nectar-button.see-through-2:hover {
    color: var(--col2) !important;
}

body.material .nectar-button.has-icon.jumbo {
    padding-right: 46px;
}

body.material[data-button-style^="rounded"] .vc_row[data-midnight="light"] .nectar-button.see-through-2:not(:hover) i {
    color: var(--col1) !important;
}

/* glowna - oferta */

html body .hover-box > .vc_column-inner, html body .hover-box > .vc_column-inner h3 {
    transition: .3s ease;
}

html body .hover-box > .vc_column-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
}

html body .hover-box > .vc_column-inner:hover h3 {
    color: var(--col1);
}

html body .hover-box > .vc_column-inner:hover .nectar-button {
    border-color: var(--col1) !important;
    background-color: var(--col1) !important;
}

/* testimonialsy */

.flickity-page-dots {
    bottom: -20px;
}

/* page title */

.page-title {
    background: var(--col1);
    padding: 15px 0;
}

.page-title h1 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    line-height: 1.2;
}

.breadcrumbs {
    font-size: 90%;
    font-weight: 600;
    line-height: 1.5;
}

.breadcrumbs, .breadcrumbs a {
    color: rgb(82 81 77 / 50%);
}

.breadcrumbs a:hover {
    color: var(--col2);
}

.breadcrumbs span {
    color: rgb(82 81 77 / 50%);
}

/* o nas */

.onas-wiecej {
    padding-top: 30px !important;
    display: none;
}

/* formularz */

.container-wrap textarea {
    height: 150px;
    display: block;
    resize: none;
}

.wpcf7-form p span {
    color: #fff;
    font-size: 14px;
}

input[type="checkbox"] {
    margin: 0;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

/* wpis */

body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .post-area {
    max-width: 100%;
}

.post .content-inner {
    padding-bottom: 0;
}

.blog_next_prev_buttons {
    margin-top: 50px;
}

/* footer */

#footer-outer .row {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.material #footer-outer #footer-widgets .col ul li {
    padding: 0 !important;
}

html #footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button):hover, #footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button):focus {
    opacity: 1;
    color: var(--col1) !important;
}

/* copyright */

#footer-outer #copyright {
    padding: 10px 0 30px;
}

html body #footer-outer #copyright .col p a, html body #footer-outer #copyright .col p a:focus, html body #footer-outer #copyright .col p a:hover {
    color: var(--borbis) !important;
    font-weight: 500;
}

/* kontakt */

body .kontakt a {
    color: inherit;
}

body .kontakt a:hover {
    color: var(--col1);
}

/* rwd */

@media(max-width: 1700px) {
    html body #header-outer[data-lhe="default"] #top nav > ul > li > a {
        padding: 0 15px;
        font-size: 17px;
        line-height: 27px;
    }

    #header-outer:not([data-format="left-header"]) #top > .container > .row nav ul {
        margin: 0 -15px;
    }    

    #header-outer[data-full-width="true"] header > .container, html body #ajax-content-wrap .vc_row.right_padding_50px .row_col_wrap_12, .container {
        padding: 0 30px !important;
    }

    .intro-text h1 {
        font-size: 45px;
        line-height: 60px;
    }

    .intro-text .subheader {
        font-size: 22px;
        line-height: 32px;
    }
}

@media(max-width: 1500px) {
    html body #header-outer[data-lhe="default"] #top nav > ul > li > a, html #top .sf-menu li ul li a {        
        font-size: 16px;
        line-height: 26px;
    }

    html body #header-outer[data-lhe="default"] #top nav > ul > li > a {
        padding: 0 10px;
    }

    #header-outer:not([data-format="left-header"]) #top > .container > .row nav ul {
        margin: 0 -10px;
    }    

    .intro-text h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .intro-text .subheader {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width: 1300px) {
    html body #header-outer[data-lhe="default"] #top nav > ul > li > a, html #top .sf-menu li ul li a {
        font-size: 15px;
        line-height: 25px;
    }

    html body #header-outer[data-lhe="default"] #top nav > ul > li > a {
        padding: 0 8px;
    }

    #header-outer:not([data-format="left-header"]) #top > .container > .row nav ul {
        margin: 0 -8px;
    }    

    .intro-text h1 {
        font-size: 35px;
        line-height: 50px;
    }
}

@media(max-width: 1200px) {
    html #header-outer #logo img, html #header-outer .logo-spacing img {
        height: 80px;
    }

    .intro.wpb_row > .row-bg-wrap > .inner-wrap:after {
        width: 45%;
        transform: skewX(
-15deg
);
    }
    
    .intro.wpb_row > .row-bg-wrap > .inner-wrap > .row-bg {
        margin-left: 550px;
    }
    
    .intro-text {
        max-width: 40%;
    }

    html #header-outer.transparent[data-lhe="default"] #top nav > ul > li > a:hover, #header-outer.transparent #top nav .sf-menu > .current-menu-item > a, #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current-menu-ancestor > a, html #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a, html #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current_page_item > a {
        color: var(--col1) !important;
    }

    html body #header-outer[data-lhe="default"] #top nav > ul > li > a, html #top .sf-menu li ul li a {
        font-size: 14px;
        line-height: 24px;
    }

    html body #header-outer[data-lhe="default"] #top nav > ul > li > a {
        padding: 0 6px;
    }

    #header-outer:not([data-format="left-header"]) #top > .container > .row nav ul {
        margin: 0 -6px;
    } 

    #header-outer[data-full-width="true"] header > .container, html body #ajax-content-wrap .vc_row.right_padding_50px .row_col_wrap_12, .container {
        padding: 0 25px !important;
    }
}

@media(max-width: 1000px) {
    .intro.wpb_row > .row-bg-wrap > .inner-wrap > .row-bg {
        margin-left: 200px;
    }

    .intro-text h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .intro-text .subheader {
        font-size: 18px;
        line-height: 28px;
    }

    html .col h2, html body h2 {
        font-size: 28px;
        line-height: 38px;
    }

    html .row .vc_col-sm-4 h3, html .row .col h3, body h3 {
        font-size: 22px;
        line-height: 32px;
    }

    html .row .col h4, html body h4 {
        font-size: 20px;
        line-height: 30px;
    }

    html body {
        font-size: 16px;
        line-height: 32px;
    }

    .page-title h1 {
        font-size: 30px;
    }
    
    html body.material .nectar-button.has-icon.jumbo {
        padding: 18px 38px 18px 48px;
    }
    
    html .nectar-button.jumbo {
        font-size: 16px;
    }

    html blockquote {
        line-height: 32px;
        font-size: 18px;
    }

    #footer-outer .widget.widget_media_image img {
        height: 50px !important;
        width: auto !important;
    }
    
    #footer-outer .one-fourths.span_3, #footer-outer .one-fourths.vc_span3, #footer-outer .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
        width: 100% !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
    
    #footer-outer #copyright .col {
        width: 100%;
        padding: 0 15px;
    }
    
    #footer-outer .row {
        display: block;
    }

    html body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content.intro {
        min-height: 600px !important;
        height: 600px;
    }
}

@media(max-width: 690px) {
    .intro.wpb_row > .row-bg-wrap > .inner-wrap > .row-bg {
        margin-left: 150px;
    }

    .intro.wpb_row > .row-bg-wrap > .inner-wrap:after {
        width: 50%;
        transform: skewX(-10deg);
    }

    .intro-text {
        max-width: 45%;
        padding-bottom: 10px;
    }

    .intro-text h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .intro-text .subheader {
        font-size: 16px;
        line-height: 22px;
    }

    html .col h2, html body h2 {
        font-size: 24px;
        line-height: 34px;
    }

    html .row .vc_col-sm-4 h3, html .row .col h3, body h3 {
        font-size: 20px;
        line-height: 30px;
    }

    html .row .col h4, html body h4 {
        font-size: 18px;
        line-height: 28px;
    }

    html body {
        font-size: 15px;
        line-height: 30px;
    }

    .page-title {
        padding: 12px 0;
    }

    .page-title h1 {
        font-size: 26px;
    }
    
    html body.material .nectar-button.has-icon.jumbo {
        padding: 12px 32px 12px 40px;
    }
    
    html .nectar-button.jumbo {
        font-size: 14px;
    }

    html blockquote {
        line-height: 31px;
        font-size: 17px;
    }

    html body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content.intro {
        min-height: 500px !important;
        height: 500px;
    }

    html body #ajax-content-wrap .vc_row.right_padding_50px.intro .row_col_wrap_12 {
        min-height: 550px !important;
    }

    #footer-outer #copyright .col {
        padding: 0;
    }
}

@media(max-width: 480px) {
    .intro.wpb_row > .row-bg-wrap > .inner-wrap > .row-bg {
        margin-left: 100px;
    }

    .intro.wpb_row > .row-bg-wrap > .inner-wrap:after {
        width: 50%;
        transform: skewX(-5deg);
    }

    .intro-text {
        max-width: 48%;
        padding-bottom: 0;
        margin-bottom: -10px !important;
    }

    .intro-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .intro-text .subheader {
        font-size: 14px;
        line-height: 18px;
    }

    html .col h2, html body h2 {
        font-size: 22px;
        line-height: 32px;
    }

    html .row .vc_col-sm-4 h3, html .row .col h3, body h3 {
        font-size: 19px;
        line-height: 29px;
    }

    html .row .col h4, html body h4 {
        font-size: 17px;
        line-height: 27px;
    }

    html body {
        font-size: 14px;
        line-height: 28px;
    }

    .page-title {
        padding: 10px 0;
    }

    .page-title h1 {
        font-size: 22px;
    }
    
    html body.material .nectar-button.has-icon.jumbo {
        padding: 10px 30px 10px 35px;
    }
    
    html .nectar-button.jumbo {
        font-size: 12px;
    }

    html blockquote {
        line-height: 28px;
        font-size: 16px;
    }

    html body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content.intro {
        min-height: 420px !important;
        height: 420px;
    }

    html body #ajax-content-wrap .vc_row.right_padding_50px.intro .row_col_wrap_12 {
        min-height: 480px !important;
    }

    .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation[height="100"] {
        height: 50px;
    }

    body .container {
        max-width: 360px;
    }
}

.wpcf7 .ajax-loader {
    display: none;
}
/*Zarzadca CSS*/
.socialfbbtn-cstm a:hover {
    opacity: .8;
}
.socialfbbtn-cstm {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 99999;
}
.socialfbbtn-cstm i {
    color: #fff;
    font-size: 24px;
}
.socialfbbtn-cstm a {
    display: flex;
    line-height: normal;
    background: #4267B2;
    padding: 16px 20px 13px 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    transition: .4s;
}
.linkedincstm {
    top: 32%;
}
.linkedincstm a {
    padding-right: 13px;
    background: #0e76a8;
}
.instagramincstm {
    top: 39%;
}
.instagramincstm a {
    padding-right: 14px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#q-cookie-box {
    width: 50% !important;
    bottom: 10px !important;
}
#q-cookie-box #qcb-c-1 strong {
    top: 7px !important;
}
#footer-widgets li, #footer-widgets p, #footer-widgets a {
    font-size: 15px;
    line-height: 33px;
}
#footer-widgets img {
    max-width: 75% !important;
}
#footer-outer .span_3 .widget:last-child {
    line-height: normal;
    display: grid;
}
/*Wersja responsywna*/
@media (max-width: 767px) {
	.linkedincstm {
		top: 34%;
	}
	.instagramincstm {
		top: 43%;
	}
}
