/**
Theme Name: monolight child
Template: monolight
Version: 1.1GFX
*/

#header #site-name {
    padding: 40px 0;
}

@media only screen and (max-width:1024px) {
    #header #site-name {}
}

/**
 *
 *  header
 *
 */
.site-title a {
    display: inline-block;
}

@media only screen and (min-width:739px) and (max-width:959px) {
    #nav-header .nav>li {
        font-size: 13px;
    }

    .nav ul li a {
        font-size: 13px;
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    #nav-header .nav>li {
        font-size: 14px;
    }

    .nav ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width:1025px) {
    #nav-header .nav>li {
        font-size: 16px;
    }

    .nav ul li a {
        font-size: 16px;
    }
}

/**
 *
 *  footer
 *
 */
#footer {
    padding-bottom: 44px;
}

/**
 *
 *  HOME
 *
 */
.home .heading-top-page {
    margin: 22px 20px;
    font-size: 28px;
}

.home .content .oi_post_share_icons {
    margin: 20px 0;
}

#aboutAndInformation {
    padding: 30px 20px;
}

#aboutAndInformation .heading-information {
    font-size: 22px;
}

#aboutAndInformation .information {
    margin-top: 1em;
}

#aboutAndInformation .zip-code,
#aboutAndInformation .tel {
    padding-right: .75em;
}

/**
 *
 *  post-title
 *
 */
.content h2.post-title {
    margin-top: 8px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
    .content h2.post-title a {
        font-size: 16px !important;

    }
}

/**
 *
 *  post-nav
 *
 */
.post-nav li a {
    display: flex;
    width: 100%;
    align-items: center;
}

.previous .post-nav_thumb,
.next .post-nav_thumb {
    float: none;
}

.previous .title {
    padding-left: 12px;
}

.next .title {
    padding-right: 12px;
    width: 100%;
}



/**
 *
 *  sidebar
 *
 */
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li a:last-child,
.widget_pages ul li a:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child {
    border-bottom: none 0;
}

.widget_archive>ul>li a:before {
    padding-top: .5em;
}

li.cat-item .children {
    margin-top: 1em;
    padding-left: 1em;
}

/**
 *
 *  contact form
 *
 */
.wpcf7 label {
    width: 100%;
    margin-left: 0;
}

.wpcf7-form-control.wpcf7-submit {
    margin-top: 44px;
    background-color: #3b8dbd !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
    padding: 10px;
    width: 50%;
    text-align: right;
    background-color: transparent;
    left: inherit;
    right: 0;
}


/**
 *
 *  table
 *
 */
.entry table.tablepress td,
.entry table.tablepress th {
    text-align: left;
}


/**
 *
 *  archives
 *
 */
.post-category-label {
    font-size: .75em;
    padding: 0 .4em;
    border: 1px solid #000;
    margin-bottom: .4em;
    display: inline-block;
}

.entry a {
    word-break: break-all;
}