/*
 Theme Name:   Wiązary Poznań
 Description:  Bootscore Child Theme by armadadesign.pl
 Author:       armadadesign.pl
 Author URI:   https://armadadesign.pl
 Template:     bootscore
 Version:      1.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 8.1
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

body {
    font-family: "Arsenal", sans-serif;
    font-size: 21px;
    line-height: 36px;
    color: #777;
}

a {
    color: #819805;
    border-bottom: 1px solid #819805;
    transition: 0.3s all;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a.navbar-brand,
a.navbar-brand2 {
    border-bottom: 0px solid #fff;
}

.navbar-logo {
    width: 190px;
    transition: 0.3s all;
}

.navbar-logo2 {
    width: 250px;
    padding-left: 25px;
    padding-top: 5px;
}

.navbar-logo.scrolled {
    width: 120px;
}

strong {
    color: #000;
    font-weight: 400;
}

h2 {
    font-size: 44px;
    line-height: 52px;
    padding: 10px 0px;
    color: #000;
}

h3 {
    font-size: 26px;
    color: #000;
}

.site-header {
    background: #fff !important;
    padding: 0px 0px;
    border-bottom: 1px solid #eee;
}

.navbar li a {
    color: #000;
    font-size: 19px;
    padding: 6px 30px !important;
    border-left: 1px dotted #ddd;
}

.navbar li:nth-last-child(1) a {
    background: #819805;
    color: #fff;
}

.bootscore-footer {
    margin-top: -16px;
}

.bootscore-footer h4 {
    color: #000;
    font-size: 24px;
    padding-bottom: 20px;
}

.bootscore-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

iframe {
    filter: grayscale(100)
}

.page h1 {
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #eee;
}

.home .breadcumbs {
    display: none !important;
}

.breadcumbs {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcumbs a {
    border-bottom: 0px solid #fff;
}

.compare {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 50px;
}

.compare tr td {
    padding-left: 50px;
    border-left: 1px dashed #ccc;
}

.compare tr th {
    padding-left: 50px;
    border-left: 1px dashed #ccc;
}

.compare tr:nth-child(odd) td {
    background: #fafafa;
}


.compare tr td:nth-child(1),
.compare tr th:nth-child(1) {
    border-left: 0px dashed #ccc;
}

.dropdown-menu {
    border-radius: 0px !important;
    border: 0px solid #000;
}

.dropdown-menu li a {
    background: #fff !important;
    color: #000 !important;
}


@media (min-width: 1400px) {
    .container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
        max-width:1520px
    }
}

/* RESPONSIVE */

@media (max-width: 575.98px) {
    
}

@media (max-width: 767.98px) {
    .bootscore-footer {
        text-align: center;
    }

    .bootscore-footer .col-12 {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 20px;
        margin-bottom:20px;
    }

    h1 {
        padding: 10px 10px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    iframe {
        height: 400px;
    }

    .navbar-brand img {
        width: 100px;
    }

    .navbar-brand2 img {
        width: 180px;
        margin-right: 40px;
    }

    .breadcumbs {
        padding: 20px 10px 0px 10px;
    }

    .navbar-brand {
        text-align: center;
    }

    #footer {
        text-align: left;
        padding: 20px 10px;
    }
}

@media (max-width: 991.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {
    
}

.formcraft-css .fc-form .form-element .form-element-html {
    padding: 0px 30px 30px 0px !important;
}

.formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="text"],
.formcraft-css .fc-form.fc-form-1 .form-element .field-cover textarea  {
    padding: 10px 20px !important;
    font-size: 18px !important;
}

.formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file,
.formcraft-css .fc-form .form-element .submit-cover.wide-true .submit-button   {
    height: 49px !important;
    font-size: 18px !important;
    padding: 6px 20px !important;
    font-weight: 400 !important;
}

.offcanvas-body h4.widget-title {
    font-size: 32px;
    color: #000; 
}

aside .offcanvas-body {
    border: 1px solid #eee;
    padding: 30px 40px !important;
}

.benefits .row {
    
}

.benefits .row .col-lg-3 div {
    border: 1px solid #eee;
    padding: 30px;
    display: flex;
    gap: 20px;
    
}

.benefits .row .col-lg-3 div img {
    width: 48px;
    height: 48px;
    opacity: 1;
}

.benefits .row .col-lg-3 div h4 {
    font-size: 21px;
    padding: 10px 0px 0px 0px;
}