/*
	Theme Name: Domańscy
	Description: Szablon Domańscy
	Version: 1.0
	Author: Milena Niełacna
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800&subset=latin-ext');

/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font: 400 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
    background: #f6f6f6;
    margin: 0;
    padding: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;

}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */

.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/* header */

.header {}

/* logo */

.logo {}

.logo-img {}

/* nav */

.nav {}

/* sidebar */

.sidebar {}

/* footer */

.footer {}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.content {
    flex: 1;
}

.container {
    width: 95%;
    margin: 0 auto;
    max-width: 1150px;
}

.header {
    background: #fff;
    width: 100%;
}


.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.menu {
    background-color: #62be1e;
    width: 100%;

}

.menu__inner {
    height: 60px;
     display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.menu li {
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.menu li:last-child {
    padding-right: 0;
}

.menu .sub-menu {
    position: absolute;
    width: 210px;
    flex-direction: column;
    left: -78px;
    top: 40px;
    display: none !important;
}

.menu .menu-item-31:hover .sub-menu {
    display: flex !important;
}

.menu .sub-menu li {
    text-align: center;
    padding: 5px 0;
    background: #46811a;
    margin-bottom: 2px;
}

.menu .sub-menu li:hover {
    background: #62be1e;
}

.menu .sub-menu a {
    font-size: 13px;
    color: #fff;
}

.menu a {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 0;

}

.header__col--inner {
    flex-direction: row;
    display: flex;
    align-items: center;
}

.header__contact {
    align-items: center;
    color: #272727;
    font-weight: 400;
    margin: 0 12px;
}

.header__contact--tel a {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    background: #fe8a01;
    padding: 10px 30px;
}

.header__contact--img {
    margin-right: 10px;
}

/*

.menu li:hover a { 
    color: #161e35;
}

.current-menu-item a { 
    color: #161e35;
}
*/

.footer__top {
    width: 100%;
    min-height: 348px;
    background-image: url('img/footer.png');
    background-size: cover;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.footer__top--columns {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.footer__top--col {
    display: flex;
    justify-content: center;
    width: 50%;
    flex-direction: column;
}

.footer__top--col img {
    padding-right: 10px;
}

.social li {
    padding: 0 3px;
}

.banner {
    height: 550px;
    background: url('img/baner.png');
    background-size: cover;
    width: 100%;
}

.uslugi {
    height: 500px;
    background: url('img/uslugi.png');
    background-size: cover;
    width: 100%;
    background-position: right center;
}

.content {
    padding: 35px 0;
}

.home__col .elementor-widget-wrap {
    background: #495578;
}

.home__col .elementor-widget-image .elementor-image img {
    width: 100%;
}

.home__col p:after {
    content: url('img/wiecej.png');
    padding-left: 10px;
}

.wpcf7-form {
    text-align: center;
}

.wpcf7-form-control {
    padding: 10px 20px;
    width: 100%;
    max-width: 400px;
}

.wpcf7-form textarea,
.wpcf7-form input {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    border: 1px solid #ddd;
}

.wpcf7-form textarea::placeholder,
.wpcf7-form input::placeholder {
    color: #bbb;
}

div.wpcf7 .ajax-loader {
    display: block;
}

.wpcf7-submit {
    background: #62be1e;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

.wpcf7-form p {
    margin: 3px 0;
    padding: 0;
}

#wprmenu_bar .menu_title a {
    top: 0;
    color: #fff;
}

.call__phone {
    color: #fff;
    font-size: 18px;
}

.bazz-widget-form-top,
.bazz-widget-form-bottom {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-heading-title h2 {
    color: #fff;
    font-family: 'Oswald';
    font-weight: 700;
}


.flex {
    display: flex;
}

.footer__contact {
    align-items: center;
    margin-bottom: 30px;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    justify-content: center;
}

.header__info {
    flex-direction: column;
    color: #0c4095;
    font-family: Arial;
    font-weight: 700;
    text-align: right;
}

.header__info span {
    margin: 3px 0;
}

.lang-menu {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 25px;
}

.footer__info--header {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer__info--tel {
    color: #4e92a2;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer__info--bottom {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-top: 15px;
}



.footer__contact--img {
    width: 90px;
    text-align: center;
    margin-right: 15px;
}

.czytaj-wiecej a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #62be1e;
}

.czytaj-wiecej p {
    margin: 0;
}

.czytaj-wiecej a:hover {
    text-decoration: underline;
    transition-duration: 1s;
}

.czytaj-wiecej img {
    margin-left: 5px;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
    url('fonts/font-name.woff') format('woff'),
    url('fonts/font-name.ttf') format('truetype'),
    url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'impactreg';
    src: url('font/impactreg.eot');
    src: local('impactreg'), url('font/impactreg.woff') format('woff'), url('font/impactreg.ttf') format('truetype');
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) and (max-width:480px) {
    .banner {
        height: 150px;
    }

    .header__col--inner {
        flex-direction: column;
        margin-top: 10px;
    }
    
    .header__contact {
        margin: 10px 0;
    }
    
    .uslugi {
        height: 130px;
    }
    
    .footer__contact--img {
        width: 40px;
        margin: 15px 0;
    }
    
    .footer__contact {
        font-size: 20px;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .banner {
        height: auto;
        min-height: 220px;
    }
    
    .header__col--inner {
        flex-direction: column;
        margin-top: 10px;
    }
    .header__contact {
        margin: 10px 0;
    }
    
    .uslugi {
        height: 190px;
    }
    
    .footer__contact--img {
        width: 40px;
        margin: 15px 0;
    }
    
    .footer__contact {
        font-size: 20px;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .menu a {
        font-size: 14px;
    }
    .uslugi {
        height: 270px;
    }
    .header__info { 
        margin-top: 25px;
    }
    .footer__contact { 
        font-size: 19px;
    }
}


@media only screen and (min-width:768px) {

    .page {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
    }

    html body div.wprm-wrapper {
        overflow: hidden;
    }
    .home__col .elementor-column-wrap {
        padding: 10px 2px !important;
    }

}

@media only screen and (max-width:768px) {
    .menu {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .header__inner {
        justify-content: center;
        flex-direction: column;
        padding: 25px 0;
    }
    .logo-img {
        padding: 5px 0;
    }
    .footer__top--columns {
        height: 100%;
        flex-direction: column;
    }
    .footer__top--col {
        width: 100% !important;
        margin: 15px 0;
        text-align: center;
    }
    .home__col {
        text-align: center !important;
    }
    .home__col .elementor-heading-title {
        text-align: center !important;
    }
    .container {
        max-width: 90%;
        margin: 0 auto;
    }
    .footer__contact,
    .lang-menu {
        text-align: center;
        justify-content: center;
    }
    .header__info {
        text-align: center;
    }
    .lang-menu {
        margin-top: 25px;
    }
    .template-homepage .elementor-column {
        max-width: 500px;
        margin: 0 auto;
    }
    .elementor-widget-container {
        margin: 0 !important;
    }
    .footer__info--header {
        font-size: 30px;
    }
    .footer__info--tel {
        font-size: 25px;
    }
    .footer__top {
        padding: 25px 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1440px) { 
    .uslugi {
        height: 398px;
    }
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}