/* ================= VIEW MORE ================== */

.sportix-view-more {
    text-align: left;
}

/* ================= TESTIMONIALS ================== */

.sportix-testimonial.testimonial-left .sportix-testimonial-center {
    padding-left:0px;
    padding-right: 40px;
}

.sportix-testimonial.testimonial-right .sportix-testimonial-center {
    padding-right:0px;
    padding-left: 40px;
}

.sportix-testimonial.testimonial-right .sportix-testimonial-cite {
    text-align: right;
}

/* ================= ACCORDION ================== */

.sportix-accordion-header:after {
    left: 24px;
    right: auto;
}

.sportix-accordion-content ul,
.sportix-accordion-content ol {
    padding-left: 0px;
    padding-right: 20px;
}

/* ================= TABS ================== */

.resp-tabs-list li {
    float: right;
}
.resp-tabs-container {
    clear: right;
}

.resp-tab-content ul,.resp-tab-content ol {
    padding-left: 0px;
    padding-right: 20px;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: right;
}
.resp-vtabs .resp-tabs-container {
    float: right;
}
.resp-arrow {
    float: left;
}

/* ================= POST SLIDER ================== */

.sportix-post-slider.sportix-nav-bottom .slick-next {
    right: auto;
    left: 20px;
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.sportix-post-slider.sportix-nav-bottom .slick-prev {
    right: auto;
    left: 60px;
}

/* ================= YTV ================== */

.ytv-video {
    left:30% !important;
    right: 0 !important;
}

.ytv-list {
    right: auto !important;
    left:0 !important;
}

.ytv-list-header:after {
    right: auto !important;
    left: 20px !important;
}

.ytv-list .ytv-content {
    padding-left: 0px !important;
    padding-right: 130px !important;
}

.ytv-list .ytv-thumb {
    float: right !important;
}

.ytv-list .ytv-thumb span {
    left:5px !important;
    right: auto !important;
}

.ytv-list-header a {
    padding-left: 30px !important;
    padding-right: 20px !important;
}

.ytv-list-header span {
    padding-left: 0px !important;
    padding-right: 10px !important;
}

.ytv-playlists img,
.ytv-list-header img {
    float: right !important;
}

.ytv-playlists a span,
.ytv-list-header a span {
    padding-right: 20px !important;
    padding-left: 0px !important;
}

.ytv-list-header > a span {
    padding-left:20px !important;
    padding-right: 20px !important;
}
.ytv-full {
    right:0 !important;
    left: auto !important;
}

@media only screen and (max-width:1024px) {
    .ytv-list .ytv-content,
    .ytv-playlists a span,
    .ytv-list-header a span {
        padding-right: 0 !important;
    }
    .ytv-video {
        right: auto !important;
        left:0 !important;
    }
    .ytv-video {
        left:0 !important;
        right: 0 !important;
    }
}

/* ================= MEDIA QUERIES ================== */

@media only screen and (max-width:640px) {
    h6.resp-accordion {
        padding-left: 0px !important;
        padding-right: 20px !important;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        clear: none;
    }
    .resp-tab-active {
        border: none !important;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .sportix-post-slider .sportix-price {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

@media only screen and (max-width: 480px) {
    span.sportix-page-title-count {
        right: auto;
        left: 20px;
    }
    .sportix-accordion-header:after {
        left: 14px;
        right: auto;
    }
    .sportix-view-more {
        text-align: center;
    }
}