
/* here you can put your own css to customize and override the theme */
.widget-thumb .widget-thumb-heading{
    font-size:10px !important;
}
.widget-thumb .widget-thumb-wrap .widget-thumb-icon{
    width:26px!important;
    height:26px!important;
    line-height:18px !important;
    padding:5px !important;
    margin:8px !important;
    font-size: 12px !important;
}
.widget-thumb{
    padding:10px !important;
}

.widget-thumb-subtitle
{
    padding-top: 0px !important;
    display: block !important;
    font-size: 9px !important;
    line-height: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.title{
    margin-top: 20% !important;
}
.widget-thumb .widget-thumb-body .widget-thumb-body-stat{
    font-size: 12px !important;
}
.mt-comments .mt-comment:hover {
    background: #f9f9f9;
}
.mt-comments .mt-comment {
    padding: 10px !important;
    margin: 0 0 10px !important;;
}
.mt-comments .mt-comment  .mt-comment-body {
    padding-left: 20px !important;;
    position: relative !important;;
    overflow: hidden !important;;
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-text {
    color: #999 !important;;
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
    display: inline-block !important;;
    margin: 0 0 10px !important;;
    color: #060606 !important;;
    font-weight: 600 !important;;
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
    display: inline-block !important;;
    float: right!important;;
    margin: 0 !important;;
    color: #BABABA !important;;
}
.widget-thumb {
    border: 1px solid #e1e1e1 !important;
}
.page-content {
    background-color: #f1f1f1 !important;
}
.bolder-class{
    font-weight: bolder;
    font-size: 10px;
}
.devices-icon{
    display: inline-block;
    position: relative;
    margin: 0 14px 0 4px;
}
.gutter-7 { 
    margin-left: -7px;
    margin-right: -7px;
}
.gutter-7 > [class*=col-] {
    padding-right: 7px;
    padding-left: 7px;
}
.mb-15 {
    margin-bottom: 15px;
}

@media only screen and (min-width:1350px) { 
    .widget-row > [class*=col-] { 
        width: 16.6666%;
    }
}



