body a:hover{
    text-decoration: none;
}
h2.entry-title {
    border-bottom:none;
}
/*POSTS */
h1.entry-title,
h1.page-title{
    color: #303030;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2rem;
}
.post-sidebar {
    background-color: #eeeeee;
}
.single  .post-content, .post-sidebar {
    padding-top: 25px;
}
.post-content{
    color: #6e6e6e;
}
.widget-title {
    margin-bottom: 22px;
    font-weight: 501;
}
.single-sidebar-post-title p {
    color: #303030;
    margin:20px 0;
    font-weight:501;
}
div.itemToolbar {
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 2px;
    margin: 10px 0 15px 0;
    border-top: 0px dotted #ccc;
    border-bottom: 0px dotted #ccc;
    background: #f9f9f9;
}

.archive .entry-title {
    background-color: #fff;

    text-align: center;
}
.archive .entry-title a {
    font-size: 0.85rem;
    text-align: center;
    color: #6e6e6e !important;
    text-transform: uppercase;
    font-weight: 600;
}

/* KONTAKT */

.contact-content {
    margin: 50px 0;
}

.page-contact .contact-form .wpcf7-form-control-wrap input {
    border: none;
    background: none;
    border-bottom: 1px solid #303030;
    border-radius: 0;
    margin-bottom: 20px;
}

.page-contact .contact-form .wpcf7-form-control-wrap input:focus,
.page-contact .contact-form textarea.wpcf7-form-control:focus {
    box-shadow: 0 0 1px .15rem #35517d;
}


.page-contact .contact-form textarea.wpcf7-form-control {
    border: none;
    background: none;
    border-bottom: 1px solid #303030;
    border-radius: 0;
}

.page-contact .contact-form .wpcf7-submit {
    margin: 20px 0;
    float: right;
    background-color: #cdbfe3;
    color:#303030;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

li.single-icon-contact {
    list-style-type: none;
}

.icon-contact, .contact-phone, .contact-email, .contact-address {
    display: inline-block;
}

.icon-contact {
    font-size: 1.2rem;
    margin-right: 10px;
}
