.pull-left{
    float: right !important;
}

.pull-right{
    float: left !important;
}

#navBar .top-bar .menu > li{
    padding-left: 0;
    padding-right: 30px;
}

.menu > li > a img, .menu > li > a i{
    margin-right: 0;
    margin-left: 0.625rem;
}

#navBar .search-bar-light .search-input{
    float: right !important;
}

#navBar .search-bar-light .search-btn{
    float: left !important;
    width: 10%;
}

#navBar .search-bar-light .search-btn button.button{
    width: 100%;
}


#premium .heading h4 i{
    margin-right: 0;
    margin-left: 11px;
}

#premium .columns{
    float: right;
}


.category-heading .cat-head i{
    margin-right: 0;
    margin-left: 11px;
}

.prev.secondary-button{
    float: left;
}
.next.secondary-button{
    float: right;
    margin-left: 10px;
}

.row.secBg.padding-14 .columns{
    float: right;
}

.content .main-heading .head-title i{
    margin-right: 0;
    margin-left: 11px;
}

.content .post .post-des {
	padding-right: 10px;
}

.content .post .post-des h6 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .post .post-des .post-stats{
    margin-right: 0;
    margin-left: 15px;
}
.content .post .post-des .post-stats p{
    margin-right: 0;
    margin-left: 15px;
}

.breadcrumbs li{
    float: right;
}

.breadcrumbs li i{
    margin-right: 0;
    margin-left: 5px;
}

.sidebar .widgetBox #searchform input[type='submit']{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sidebar .widgetBox .widgetContent .video-box .video-box-content{
    padding-right: 10px;
}

.sidebar .widgetBox .widgetContent .video-box .video-box-content h6 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar .widgetBox .widgetContent .video-box .video-box-content p span{
    margin-right: 0;
    margin-left: 15px;
}

.SinglePostStats .media-object .media-object-section:first-child{
    padding-right: 0;
    padding-left: 10px;
}

.SinglePostStats .media-object .author-img-sec {
    border-right: 0px solid #ececec;
    padding-right: 0;

    border-left: 1px solid #ececec;
    padding-left: 15px;
}

.SinglePostStats .media-object .author-des .post-title{
   float: right;
}

.media-object-section:first-child{
    padding-right: 0;
    padding-left: 1rem;
}

.registration .register-form .input-group .input-group-label{
   
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right-style: solid;
    border-right: 1px solid #e6e6e6;

}

.registration .register-form .input-group input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}

footer #back-to-top{
    right: auto;
    left: 40px;
}

