body {
    background: #e9e9e9;
    word-wrap: break-word;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #606c76;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button, input, optgroup, select, textarea {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #606c76;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #343434;
}

.container {
    max-width: 130rem;
}

.row .column {
    padding: 0 20px;
}

.align-items-center {
    align-items: center!important;
}

.site-header {
    background: #fff;
    border: 1px solid #d6d6d6;
    &>.site-branding, &>.main-navigation {
        padding: 0 40px;
    }
    .row .column .row {
        margin-left: 0;
    }
    .site-branding.column {
        padding-left: 0;
    }
}

.container {
    .site-header {
        .row {
            margin-left: 0;
            width: 100%;
        }
        .site-branding {
            padding-left: 40px;
        }
    }
}

.site-content {
    padding-top: 40px;
}

.site-description {
    margin-bottom: 1.75rem;
}

.tp-panel {
    background: #ffffff;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #d6d6d6;
}

.wp-post-image {
    border: 1px solid #d6d6d6;
}

.widget-area .tp-panel {
    padding: 30px;
    &:last-child {
        margin-bottom: 0;
    }
}

.widget-area {
    blockquote, dl, figure, form, ol, p, pre, table, ul {
        margin-bottom: 0;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}

.widget table td, .widget table th {
    padding: 3px;
}

.column.sidebar-width {
    flex: 0 0 30%;
    max-width: 30%;
}

.entry-title a {
    color: inherit;
    &:hover {
        color: #1583cc;
    }
}

a, button, input {
    transition: all .4s ease;
}

.widget-title {
    letter-spacing: 0;
}

.d-flex {
    display: flex;
}

.custompress-searchform {
    input, button {
        margin-bottom: 0;
        height: 40px;
    }
    input {
        border-right-width: 0;
    }
    .button {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .column {
        padding: 0;
    }
    .column.column-75 {
        padding: 0 1.5rem;
    }
}

.search-button {
    .dashicons, .dashicons-before::before {
        line-height: inherit;
    }
}

.text-right {
    text-align: right;
}

.site-footer {
    background-color: #343434;
    margin-top: 40px;
    padding: 20px 0;
}

.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
    clear: both;
    content: " ";
    display: table;
}

.thumb-center {
    margin-top: 15px;
}

.thumb-left {
    float: left;
    margin-right: 20px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.thumb-right {
    float: right;
    margin-left: 20px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.comments-link, .edit-link {
    margin-left: 20px;
}

.sticky {
    position: relative;
    .sticky-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
    }
}

.page-header {
    background: rgba(0, 0, 0, 0.05);
    padding: 40px;
    .page-title {
        font-size: 3.5rem;
        margin-bottom: 0;
    }
    .archive-description p {
        margin-bottom: 0;
    }
}

.entry-title {
    font-size: 2em;
}

.site-title {
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .slicknav_menu {
        display: none;
    }
    #primary-menu {
        display: block;
    }
}

@media (max-width: 768px) {
    .slicknav_menu {
        display: block;
    }
    #primary-menu {
        display: none;
    }
    .content-width, .sidebar-width {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .row .column {
        padding: 0 10px;
    }
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .site-branding {
        text-align: center;
    }
}

.slicknav_btn {
    float: none;
    display: inline-block;
}
.slicknav_menu {
    text-align: center;
}
.slicknav_nav {
    text-align: left;
}

.menu li {
    a {
        padding: 5px 15px;
        font-weight: 400;
        color: #343434;
        &:hover {
            color: #1583cc;
        }
    }
    &:first-child {
        a {
            padding-left: 0;
        }
    }
    ul li {
        &:first-child {
            a {
                padding-left: 15px;
            }
        }
    }
    ul {
        background: #fff;
    }
}

.entry-meta {
    .dashicons, .bvcenter {
        vertical-align: middle;
    }
    .dashicons {
        font-size: 1.2em;
        margin-right: 5px;
    }
    .dashicons.dashicons-admin-users {
        margin-left: 10px;
    }
}
.entry-footer {
    .dashicons {
        vertical-align: text-top;
        font-size: 1.2em;
        margin-right: 5px;
    }
}
