.ig-intro {
    margin-bottom:1em;
}
.ig-footer {
    margin-top:1em;
    border-top: 1px solid rgba(0,0,0,.1);
}
.ig-credits {
    border-top: 1px solid rgba(0,0,0,.1);
    display: inline-block;
    width:100%;
    padding: 1em 0;
    margin-top: 1em;
    font-size: .9em;
    line-height: 1.7em;
}
.ig-credits a {
    text-decoration: none;
}
/* styles*/
.ig-col {
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}
.ig-row {
    clear: both;
    overflow: hidden;
}
        
.ig-col3 {
            width:30.3333333333%;
            margin-right: 3%
        }
.ig-col2 {
            width:46%;
            margin-right: 4%
        }
.ig-col1 {
            margin-right: 1%;
            width:99%;
        }
.ig-boxed {
    margin: 15px 0;
    padding: 0 20px 25px 20px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    font-size: 13px;
    line-height: 2.1em;
}
.ig-boxed .dashicons {
    float: right;
    color:#e1e1e1;
}

/* themes and plugins */
.item {
   display: block;
   clear: both;
   margin-bottom: 5px;
}
.item .item-details {
    display: block;
    border-bottom: 1px dashed #e5e5e5;
}

.item .item-name {
    font-weight: bold;
    font-size: 1.2em;
    display: inline-block;
    text-transform: uppercase;
}
.item .item-details.active .item-status {
    color: #0074a2;
}
.item .item-details .item-status,
.item .item-details .install,
.item .item-details .item-buttons{
    display: inline-block;
    text-transform: uppercase;
    float: right;
}
.item .item-details .item-status {
    color: forestgreen;
} 

/* Responsive css */
@media only screen and (max-width:959px ) {
.ig-col {
        width:99%;
    }
}
