/*
 Theme Name:   Business Plus Child
 Theme URI:    http://kodeforest.net/wp-demo/businessplus
 Description:  Business Plus Child Theme
 Author:       KodeForest
 Author URI:   http://kodeforest.com
 Template:     business-plus
 Version:      1.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  business-plus-child
*/

.monthPostContainer{
	display:none;
}
.cs_bar div#text-4 {
    border: 3px solid;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
/************************* media **************/


@media screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait){

.team_caption {
    height: 26%;
    padding-top: 0;
}

.kf_emply_detail .overflow_text .text {
    margin: 5px 0 20px 0;
}

}


@media screen and (min-width : 320px) and (max-width : 567px) and (orientation : portrait){

.kf_top_info span {
    width: 100%;
}

.team_caption {
    height: 34%;
}

.vsel-information {
    width: 80%;
    float: left;
}

.kode-blog-date span {
    font-size: 14px;
    line-height: 30px;
}

.kode-blog-date {
    margin-right: 3%;
    background: #000;
    width: 17%;
    float: left;
    color: #fff;
    padding-left: 7px;
}

.kf_projects {
    margin-bottom: 80px;
}

.table-responsive .licensing-ops-tbl {
    width: 450px !important;
}

.page-template-page-multi .wrap {
 width: 100% !important;
}

.page-template-page-multi .ninecol {
    width: 100% !important;
}

}



