/**
 * Theme Name:   Qolor
 * Version: 1.0.36
 * Template: yootheme
*/
abbr {
    text-decoration: underline;
}
.wpcf7 form.sent p {
    display: none;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-not-valid-tip {
  font-size: .7em;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
    font-size: .7em;
    color: #dc3232;
    font-weight: bold;
} 
.wpcf7 form.sent .wpcf7-response-output {
    font-weight: bold;
}
.wpcf7 .uk-text-small {
    display: block;
    color: #999;
    line-height: 1.2;
}
#modal-konkurs .uk-modal-dialog {
    background-image: url("/wp-content/uploads/2022/05/bg-modal-4.jpg");
    background-size: cover;
}

#modal-konkurs-new .uk-modal-dialog {
    background-image: url("/wp-content/uploads/2022/05/bg-modal-7.jpg");
    background-size: cover;
}

@media (max-width: 768px) {

}

@media (min-width: 768px) {
    .uk-navbar-dropdown-nav > li.menu-item {
        border-bottom: 1px solid #eee;
    }
}
@media (min-width: 960px) {
    .uk-navbar-dropdown-nav > li:last-child {
        border-bottom: none;
    }
    .np-blog-post h3,
    .np-blog-post figure{
        margin-left: -60px;
        margin-right: -60px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .np-blog-post h3{
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
    }
}