/*----------------------Style widget------------------------*/
/*CSS Flickr Photos*/
.widget_st_flickr_photos{
    margin-bottom: 35px;
    clear: both;
    overflow: hidden;
}
.widget_st_flickr_photos .grid-photos a{
    float: left;
    width: 33%;
}
.widget_st_flickr_photos .grid-photos a img{
    width: 100%;
    border:1px solid #fff;
    border-left: none;
    border-top: none;
}
/*End CSS Flickr Photos*/
/*CSS Twitter*/
.widget_st_get_feed_twitter{
    text-align: left;
    background-color:
    #F5F8FA;margin-top: 30px
}
.widget_st_get_feed_twitter h3{
    background-color: #00ACEE;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    margin: 0;
}
.widget_st_get_feed_twitter .avata{
    float: left;
    margin-right: 10px
}
.avata a i{
    color: #00ACEE;
}
.widget_st_get_feed_twitter .user{
    clear: both;
}
.widget_st_get_feed_twitter .username-date a{
    text-transform: capitalize;
}
.widget_st_get_feed_twitter .username-date a:hover{
    text-decoration: none
}
.widget_st_get_feed_twitter .username-date p.date-tweet{
    color: #aaa;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-style: italic;
}
.widget_st_get_feed_twitter .cont{
    width: 100%
}
.widget_st_get_feed_twitter .cont p{
    padding: 5px 0;
    margin: 0px;
}
.view-on-twitter{
    margin-bottom: 15px;
    text-align: right;
    padding-top: 5px;
}
.view-on-twitter a{
    color: #00ACEE;
    transition: all 0.3s;

}
.view-on-twitter a:hover{
    margin-right: 10px;
    border-bottom: 1px solid #00ACEE;
}

.widget_st_get_feed_twitter hr{
    margin: 15px 0;
}
/*CSS Portfolio*/
.portfolio-desc h3 a{
    font-size: 17px;
}
.portfolio-desc h3{
    margin-top: 0;
}
.portfolio-desc span a{
    opacity: 0.7;
    transition: all 0.2s;
    text-transform: capitalize;
}
.portfolio-desc span a:hover{
    color: #111;
    opacity: 1;
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    transition: all 0.4s;
}
.iportfolio .portfolio-image {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
}
.iportfolio:hover .portfolio-overlay, .portfolio-item:hover .portfolio-overlay{
    opacity: 1;
}
.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F2F2F2;
    width: 40px!important;
    height: 40px!important;
    margin: -20px 0 0 -20px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    color: #444;
    border-radius: 50%;
    transition: all 0.4s;
}
.portfolio-overlay a:hover{
    color: #00b3c0;
}


.st_portfolio .owl-pagination .owl-page span{
    background-color: #555 !important;
    border-radius: 5px;
    height: 10px;
    width: 10px;
}
.st_portfolio .owl-pagination .active span{
    width: 10px;
    height: 10px;
    border-radius: 5px !important;
    transform: scale(1.2) !important;
    background-color: #cc4c19 !important;
}

/*CSS Tab Posts*/
.tab_posts{
    overflow: hidden;
}
.tab-content{
    padding: 0;
}
.tab_posts .nav>li>a{
    padding: 10px;
    font-weight: 600;
    font-family: sans-serif;
}
.tab_posts .popular{
    width: 100%;
    padding: 15px 0;
    float: left;
    border-bottom: dotted 1px #ccc;
}
.tab_posts .popular:last-child,.tab_posts .fix_border{
    padding-bottom: 0px;
    border-bottom: none;
}

.tab_posts .pic img{
    float: left;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.tab_posts .pic img:hover{
    transform: scale(1.06);
}
.tab_posts .pic a{
    float: left;
}
.tab_posts .detail h4 {
    margin: 2px 0;
    font-size: 14px;
    text-transform: capitalize;
}
.tab_posts .detail p{
    margin-bottom: 0;
}

.comment_count, .tab_posts .detail span {
    color: #cc4c19;
    font-style: italic;
    font-size: 13px;
    float: right;
    padding-top: 10px;
}
.browserFirefox  .comment_count, .tab_posts .detail span {
    padding-right: 2px;
}

.tab_posts .tags a {
    border: solid 1px #bbb;
    float: left;
    margin: 0 4px 4px 0;
    padding: 5px 10px;
}
.tab_posts .tags{
    padding: 20px 0;
}
.tab_posts .tags a:hover {
    background: #bbb;
    color: #fff;
}
.tab_posts .nav-tabs>li.active a{
    border: none;
    margin-bottom: 1px;
    background: transparent;
}
.tab_posts .nav-tabs>li.active{
    border:1px solid #aaaaaa;
    border-bottom-color: transparent;
}
.tab_posts .nav-tabs>li{
    border-bottom:1px solid #aaaaaa;
}
.tab_posts .nav-tabs{
    border-bottom-color: transparent;
}
/*CSS Responsive*/
@media only screen and (max-width: 767px) {

    .widget_st_flickr_photos .grid-photos a{
        width: 19.7%;
    }
}

@media only screen and (max-width: 639px) {

    .widget_st_flickr_photos .grid-photos a{
        width: 24.77%;
    }
}

@media only screen and (max-width: 479px) {

    .widget_st_flickr_photos .grid-photos a{
        width: 33%;
    }
}