/*
Theme Name: FLAT-CHILD-THME
Version: 1.0
Description: A child theme of Flat
Template: flat
*/

@import url("../flat/style.css");

@media (min-width: 1200px){
    html, body {
        height: 100%;
    }
    .entry-content {
        padding-bottom: 100px;
        margin-bottom: 100px;
    }
    #page{
        position: relative;
        height: 100%;
    }
    #wrap {
        height: 100%;
    }
    .row, #primary {
        height: 100%;
        position: relative;
        clear: both;
    }
    #primary #content {
    flex: 1 1 0;
    height: 100%;
    overflow: auto;
}
    .site-info {
        background: #555 none repeat scroll 0 0;
        border-top: none;
        color: #fff;
        padding: 30px;
        text-align: center;
        margin-top: -100px;
        position: absolute;
        bottom: 0;
        height: 100px;
        width: 100%;
        clear: both;
    }

    #masthead .site-description{
        font-size: 18px;
    }
    #site-navigation a {
        font-size: 16px;
    }
    .hentry .entry-title{
        text-align: left;
    }
    .hentry {
        border-bottom: medium none;
    }
    #site-navigation .sub-menu, #site-navigation .children a {
        overflow: hidden;
        margin-left: 16px;
    }
}
@media (min-width: 768px) {
    .site-info {
        color: #ffffff !important;
        background: #555555 none repeat scroll 0 0 !important;
    }
}
    .site-info {
        color: #ffffff !important;
      background: #555555 !important;
    }
    .site-info a {
      color: #cccccc;
    }

    #secondary ul, #secondary ol {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .social-icons-lists.icons-background-rounded.centre, .social
    icons-lists.icons-background-square.centre {
        text-align: left !important;
    }
table {
    border: none;
    margin-bottom: 26px;
    max-width: 100%;
    font-weight: 400;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: medium none !important;
}


.tablepress td, .tablepress th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: none !important;
    padding: 6px 0;
    text-align: left;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    line-height: 1.5;
}
 .tablepress-id-2 .column-1 {
	width: 36px !important;
    }