/* 
Theme Name: Law Tribunal Child
Description: Law Tribunal Child is a child theme of Law Tribunal
Author: Mabronet
Template: law-tribunal
Version: 1.0.0
*/

/* Add your custom styles here */

.klienci-loop-item:hover {
    background-color: #000000 !important;
    color: #FFFFFF;
    transition: all 0.35s;
    transform: scale(1.1, 1.1);
}
.klienci-description p {
    text-align: center;
}
.recent-post .text-muted i.fa-user-secret + * {
    display: none;
}
.recent-post .text-muted i.fa-comment + * {
    display: none;
}

.blog-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.blog-category a {
    border: 1px solid #dd9933;
    padding: 8px 12px;
    transition: all 0.3s;
}

.blog-category.current a{
    background-color: #dd9933;
    color: #ffffff;
}
.blog-category a:hover {
    background-color: #dd9933;
    color: #ffffff;
}

#contact {
    padding: 0;
}

#contact .container {
    width: 100%;
}

#contact .section-title {
    display: none;
}

.blog-description h3 {
    padding: 0 40px;
}

.blog-description p {
    padding: 0 40px !important;
}

#contact .form-group p:last-child {
    margin-top: 0 !important;
}

body.home .header-top-area {
    background-color: transparent !important;
}

body.home .header-top-area.menu-bg {
    background-color: #000000 !important;
}

.header-top-area {
    background-color: #000000;
}

.contact-info__item:hover {
    background-color: #000000 !important;
    color: #FFFFFF;
    transition: all 0.35s;
    transform: scale(1.1, 1.1);
}
.contact-info__item:hover p {
    color: #FFFFFF;
    transition: all 0.35s;
}

.contact-form__wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
}

h4 {
    font-weight: 700 !important;
}
h4 span {
    font-weight: 400 !important;
}

@media screen and (min-width: 1200px) {
    .contact-form__wrapper {
        width: 1170px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form__wrapper {
        width: 970px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form__wrapper {
        width: 750px !important;
    }
}

.clients-container .elementor-loop-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .clients-container .elementor-loop-container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .clients-container .elementor-loop-container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .clients-container .elementor-loop-container {
        width: 1170px;
    }
}

body.home .clients-container .elementor-widget-text-editor {
    display: none;
}