/*
Theme Name: JJactive
Theme URI: https://sohis.pl
Author: SOHiS (Bartosz Zimnicki)
Author URI: https://sohis.pl
Description: Szablon stworzony na potrzeby JJActive
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: twentytwenty
*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.btn {
    border-radius: 3px;
}

.fw-bolder {
    font-weight: 900!important;
}

.img-dots {
    position: relative;
}

.img-rounded {
    border-radius: 8px;
}

/*.img-dots:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -7%;
    bottom: 60%;
    left: -3%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: 0;
} */

.img-dots img {
    position: relative;
    z-index: 2;
}

.text-main {
    color: var(--main-color-lighter);
}

#main__offer {
    background-color: #fff;
    color: #303030;
}

#main__quote {
    background: var(--main-color);
}

#main__quote .text-desc {
    color: #f1f1f1;
}

#main__sections ul {
    padding-left: 0;
    list-style-type: none;
}

#main__sections ul li:not(:first-child) {
    margin-top: 8px;
}

footer #footer__copyright {
    font-size: .9rem;
}

#main__contact {
    background-color: #fff;
    color: #303030;
}

.page-content {
    background-color: #fff;
    color: #303030;
}

.container-fluid-image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    height: 450px;
    width: 100%;
}

.container-fluid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.container-fluid-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.page-title {
    min-height: 250px;
}

.page-title .container {
    position: absolute;
    display: flex;
    color: #fff;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    left: 0;
    right: 0;
    bottom: 55px;
    z-index: 50;
}

#main__blog {
    background-color: #fff;
    color: #303030;
}

#main__blog .card {
    border: 0;
    position: relative;
}

#main__blog .card .card-img-top {
    position: relative;
    overflow: hidden;
    height: 250px;
}

#main__blog .card .card-img-top img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all .8s ease;
}

#main__blog .category-info, #main__blog .category-info a {
    color: #c72e4d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 400;
    transition: opacity .4s;
}