/*
* Theme Name: Lock and Tech USA
* Author: a.gorban
* Text Domain: lockandtech
* Version: 0.1
*/

/*.js_reset {*/
/*    display: none;*/
/*}*/

.glsr-field[data-field="title"] {
    display: none !important;
}

.glsr-select {
    display: none !important;
}

.glsr-field[data-field="terms"] {
    display: none !important;
}

.glsr-field[data-field="email"] {
    display: none !important;
}

.page-text a {
    color: #fff !important;
    text-decoration: none !important;
}

.wpcf7-response-output {
    display: none !important;
}

.breadcrumb {
    z-index: 2 !important;
}

/*таблица контента*/
.content table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.content table th,
.content table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.content table th {
    background: #f5f5f5;
    font-weight: 600;
}
