.float-right {
    float: left;
}

.float-left {
    float: right !important;
}

.pr-50 {
    padding-right: 50px;
    padding-left: unset;
}

.text-right {
    text-align: left;
}

.theme-btn-s7 {
    color: #009D57;
    padding: 12px 25px !important;
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4,
.theme-btn-s5 {
    color: #fff;
    padding: 12px 25px;
}

@media screen and (min-width: 1200px) {
    .site-footer .quick-links-widget {
        padding-right: unset;
        padding-left: 45px;

    }

}

.header-search-form-wrapper .header-search-form {
    right: -13px;

    top: 90px;
}

li.my-element {
    padding-right: 15px;
    margin-right: 15px;

    padding-left: unset !important;
    margin-left: unset !important;
}

.my-element:before {


    left: unset;
    right: 0;

}
.page-title .breadcrumb>li+li:before {
    margin-right: unset;
    margin-left: 5px;

    float: right;
}

.Articles {
    float: left !important;
}

.fa-angle-left:before {
    content: "\f105" !important;
}
.blog-single-content .tag-share>div:last-child {
    float: left;
}

.pull-right {
    float: right !important;
}