.tpmoviestar-home-template ul,
.top-header ul {
    margin: 0;
    padding: 0;
}

span.tpmovie-moviewstar-blank:after {
    content: "\f005";
    font-family: fontawesome;
    color: #ffa30b;
    font-size: 17px;
}

.movie-rating {
    display: inline-block;
    margin-right: 8px;
}

span.tpmovie-rating-summary {
    color: #fff;
    font-size: 14px
}

.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
}

.star-cb-group * {
    font-size: 1rem;
}

.star-cb-group>input {
    display: none;
}

.star-cb-group>input+label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}

.star-cb-group>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f006";
    color: #ffa800;
    font-family: fontawesome;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
    content: "\f005";
    color: #ffa800;
    text-shadow: 0 0 1px #333;
}

.star-cb-group>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.star-cb-group>.star-cb-clear+label:before {
    width: .5em;
}

.star-cb-group:hover>input+label:before {
    content: "\f005";
    color: #ffa800;
    text-shadow: none;
}

.star-cb-group:hover>input+label:hover~label:before,
.star-cb-group:hover>input+label:hover:before {
    content: "\f005";
    color: #ffa800;
}

a.tpmovie-sfacebook {
    color: #3b5998;
}

a.tpmovie-stiwtter {
    color: #00acee;
}

a.tpmovie-spin {
    color: #db4a39;
}

a.tpmovie-slinked {
    color: #1c719a;
}

.plylist-img {
    width: 100px;
}

.blog-meta ul li>span,
.blog-meta ul li span>a {
    color: #fff;
}

.latest-news-small .movie-item-title {
    position: relative;
}

.item-cat ul.movie-cattt li a:after {
    content: ",";
    margin-left: 2px;
}

.item-cat ul.movie-cattt linth-last-child a:after {
    content: "";
}

.dec-review-dec .social-links ul li {
    display: inline-block;
}

.dec-review-dec .social-links ul {
    display: inline-block;
}

.slide-movie-items .owl-next {
    right: 0;
    z-index: 999;
    top: 44%;
    opacity: 0;
}

.slide-movie-items .owl-prev {
    right: auto;
    top: 44%;
    opacity: 0;
}

.slide-movie-items:hover .owl-prev {
    opacity: 1;
}

.slide-movie-items:hover .owl-next {
    opacity: 1;
}

.movie-item-contents img {
    height: 100%;
    object-fit: cover;
}


/*** contact info ***/

.contact-info-inner {
    color: #fff;
}

.contact-info-boxs {
    padding: 35px;
    background: #0c1825;
}

.contact-info-inner h2 {
    margin-bottom: 20px;
}

.coninfo-list ul li {
    margin-bottom: 12px;
}

.coninfo-list ul li i {
    width: 20px;
    float: left;
    display: inline-block;
    margin-right: 8px;
    margin-top: 4px;
    color: #13be13;
}

.coninfo-list ul li span {
    display: block;
    overflow: hidden;
}


/*** contact form 7***/

.contact-forms {
    padding: 50px;
    background: #0c1825;
    margin-right: 5px;
    margin-left: 7px;
}

.con-input-filed input {
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #3a4550;
    width: 100%;
    padding: 13px 24px;
}

.con-input-filed span.wpcf7-form-control-wrap {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.con-input-filed {
    width: 100%;
    color: #fff;
    margin-bottom: 21px;
}

.con-input-filed span.fa {
    position: absolute;
    top: 20%;
}

.con-input-filed textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #3a4550;
    width: 100%;
}

.con-input-filed.textarea span.fa {
    top: 17px;
}

span.wpcf7-form-control-wrap.message textarea {
    padding-left: 25px;
}

.con-submit {
    display: block;
    text-align: center;
    clear: both;
}

.con-submit input {
    padding: 14px 35px;
    padding-bottom: 11px;
    border-radius: 100px;
    transition: .4s;
}

.con-submit input:hover {
    background-color: #13be13;
    color: #fff;
    transition: .4s;
}

.tpmoviestar-post-navication.tpmovie-archive {
    display: block;
    overflow: hidden;
    clear: both;
    margin-top: 50px;
}

.cat-menu ul {
    padding: 0;
}

.row.collection-active .item {
    margin-top: 30px;
}

.movie-all-post .pagination-area {
    padding: 65px;
    text-align: center;
}

.category-movie-items .zmovie-portfolo-nav {
    margin-top: 40px;
}


/** Pricing table ***/

.pricing-table-menu ul.nav.nav-tabs {
    border: none;
    text-align: center;
    margin: auto;
    width: 100%;
}

.pricing-table-menu {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.pricing-table-menu ul.nav.nav-tabs li {
    display: inline-block;
    float: unset;
    margin: 1px;
}

.pricing-table-menu ul.nav.nav-tabs li a {
    background-color: #fff;
    padding: 9px 29px;
    border-radius: 100px;
    border: none;
    margin: 0;
    color: #000;
    padding-bottom: 6px;
}

.pricing-table-menu {
    margin-bottom: 40px;
    margin-top: 50px;
}

.pricing-table-menu ul.nav.nav-tabs li a:hover,
.pricing-table-menu ul.nav.nav-tabs li.active a {
    background-color: #13be13;
    color: #fff;
}

.pricing-table-item {
    border: 1px solid #0c1825;
    border-radius: 5px;
    text-align: left;
    transition: .4s;
}

.pricing-header {
    padding: 19px 30px;
    background: #0c1825;
    color: #fff;
    transition: .4s;
}

.pric-dec {
    padding: 30px;
    padding-bottom: 0;
}

.pri-footer {
    padding: 30px;
}

.pri-footer a {
    padding: 14px 32px;
    background: #ffffff;
    border-radius: 100px;
    color: #000;
}

.pricing-header h2 {
    font-size: 20px;
}

.pri-footer a:hover {
    background-color: #13be13;
    color: #fff;
}

.pric-dec ul li {
    line-height: 38px;
    color: #fff;
    text-align: left;
}

.pric-dec ul li span {
    position: relative;
    font-size: 0;
}

.pric-dec ul li strong {
    float: right;
    font-size: 0;
    position: relative;
}

.pric-dec ul li strong.yes:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 10px;
    float: right;
    color: #13be13;
    font-weight: 100;
}

.pric-dec ul li strong.no:after {
    content: "";
    width: 11px;
    height: 1px;
    background: red;
    position: absolute;
    top: 19px;
    right: 1px;
}

.pric-dec ul li strong.no:before {
    content: "";
    height: 11px;
    width: 1px;
    background: red;
    position: absolute;
    top: 14px;
    right: 6px;
}

.pric-dec ul li strong.no {
    transform: rotate(45deg);
    position: relative;
    top: 6px;
}

.pricing-table-item:hover {
    border-color: #13be13;
    transition: .4s;
}

.pricing-table-item:hover .pricing-header {
    background-color: #13be13;
    transition: .4s;
}

.pricing-table-item.second {
    border-color: #13be13;
}

.pricing-table-item.second .pricing-header {
    background-color: #13be13;
}

.pricing-table-item.second .pri-footer a {
    background: #13be13;
    color: #fff;
}

.pricing-table h1 {
    color: #fff;
    margin-top: 60px;
}


/*** Slider **/


/*** slider ***/

.slider-items {
    position: relative;
}

.slider-contents {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    padding: 9% 0;
}

.slider-content {
    color: #fff;
    overflow: hidden;
    position: relative;
}

.slider-content>h3 {
    font-size: 16px;
    text-transform: capitalize;
}

.slider-content>h2 {
    font-size: 50px;
    letter-spacing: -3px;
    word-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 7px;
}

.slider-content>p {
    padding: 1px 110px;
    padding-bottom: 14px;
}

a.btn.btn-button {
    padding: 8px 19px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
    text-transform: capitalize
}

.btn-button.green-bg:hover {
    background: #fff;
    color: #171717;
    border: 1px solid transparent;
}

.slider-img img {
    height: 100% !important;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}


/*** movie items ***/

.movie-item-contents {
    position: relative;
}

.time-bg {
    background-position: center;
    padding: 12% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.movie-item-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.movie-item-content-top {
    overflow: hidden;
    padding-top: 25px;
}

span.movie-count-time {
    background: #13be13;
    padding: 6px 16px;
    display: block;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
}

.movie-ratting {
    margin-right: 13px;
    display: block;
    color: #fff;
}

.movie-ratting>a {
    color: #fff;
}

.movie-ratting>a>span {
    color: #13be13;
    margin-right: 5px;
}

.movie-item-content-buttom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.movie-item-title {
    padding: 0 23px;
}

.movie-item-contents:hover .movie-item-content-center {
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.movie-item-title>a {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    line-height: 28px;
    text-transform: capitalize;
}

.movie-item-contents img {
    width: 100%;
}

.movie-autho-name,
.movie-details {
    display: inline-block;
}

.movi-item-author img {
    width: 40px !important;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    display: inline-block !important;
}

.movie-autho-name a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}

.movi-item-author {
    padding-top: 16px;
}

a.button-detals {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.movie-date {
    display: inline-block;
    margin-left: 22px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

.view-movie {
    display: inline-block;
    float: right;
}

.movie-item-beta {
    margin-top: 20px;
    padding-top: 18px;
}

.view-movie a {
    padding: 7px 14px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 0;
    display: inline-block;
}

.hover-left {
    margin-left: -145px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hover-right {
    margin-right: -145px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.movie-item-content:hover .hover-left {
    margin-left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.movie-item-content:hover .hover-right {
    margin-right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.Top-rating-items .owl-item.active.center .movie-item-contents {
    height: 580px;
    margin-top: -45px;
}


/*** new movie plylist ***/

.movie-item-playlist {
    overflow: hidden;
    background: #182028;
}

.movi-plylist-top {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #060f19;
    padding: 15px;
}

.movi-plylist-top h2 {
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

.movi-plylist-top P {
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}

.movie-item-playlist-items {
    padding: 22px 17px;
}

.plylist-single {
    overflow: hidden;
    margin-bottom: 2px;
}

.plylist-img {
    float: left;
    margin-right: 15px;
    padding-bottom: 25px;
}

.plylist-single-content>a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
}

.new-movie-inner .owl-nav {
    position: absolute;
    top: 0;
    right: -25em;
}

.category-movie-items .owl-nav {
    position: absolute;
    right: 41px;
    top: -63px;
}

.view-movi a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-top: 0;
}

.plylist-single-content>a:hover {
    color: #13be13;
}

.plylist-single-content>ul {}

.plylist-single-content>ul>li {
    display: inline-block;
}

.plylist-single-content ul li a {
    color: #fff;
}

li.novie-upload-time {
    float: left;
}

li.movie-time {
    float: right;
}

.syotimer-cell {
    display: inline-block;
    color: #fff;
    margin: 14px;
    max-width: 50px;
}

.syotimer-cell__value {
    background: #060f19;
    padding: 6px;
    width: 45px;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
}

.syotimer-cell_type_day .syotimer-cell__value,
.syotimer-cell_type_day .syotimer-cell__unit {
    color: #13be13;
}

.syotimer-cell_type_hour .syotimer-cell__value,
.syotimer-cell_type_hour .syotimer-cell__unit {
    color: #ffa800;
}

.syotimer-cell_type_minute .syotimer-cell__value,
.syotimer-cell_type_minute .syotimer-cell__unit {
    color: #6ffff3;
}

.syotimer-cell_type_second .syotimer-cell__value,
.syotimer-cell_type_second .syotimer-cell__unit {
    color: #cedb38;
}

.syotimer-cell__unit {
    text-transform: capitalize;
    margin-top: 9px;
    font-size: 14px;
    font-weight: bold;
}


/*** comming soon banner **/

.timer-section {
    position: relative;
    height: 100%;
    width: 100%;
}

.timer-contents {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: 100%;
    bottom: auto;
    padding: 9% 0;
}

.timer-content {
    text-align: center;
    height: 300px;
    margin: 0 auto;
    display: table;
    position: absolute;
    z-index: 2
}

.timer-content h5 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.timer-content h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    padding: 12px;
}

.timer-content p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    background: #0f1828;
    padding: 10px;
}

.timer-content p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    background: #0f1828;
    padding: 10px;
}

.timer-section:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(9, 20, 31, .50);
    position: absolute;
    z-index: 1;
}


/*** Category product ***/

.cat-menu ul li {
    display: inline-block;
    margin-right: 33px;
    font-size: 18px;
    cursor: pointer;
}

.cat-menu ul li span {
    color: #fff;
    position: relative;
    cursor: pointer;
}

.cat-menu ul li span:hover:after {
    width: 100%;
}

.cat-menu ul li span:hover,
.cat-menu ul li.active span {
    color: #13be13;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.movie-item-content-center a img {
    width: 40px !important;
    height: 40px;
    margin: 0 auto;
}

.cat-menu {
    margin-top: 30px;
    margin-bottom: 33px;
}

.item-cat ul li span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 9px;
}

.item-cat {
    padding: 5px 22px;
    padding-top: 12px;
    padding-bottom: 4px;
    overflow: hidden;
}

.movie-item-content:hover .item-cat-hover {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.item-cat ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.item-cat-hover ul li a {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

.category-items .movie-item-beta {
    margin-top: 0;
    border-top: none;
    padding-top: 15px;
}

.item-cat-hover ul li span {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}

.item-cat-hover ul li span,
.item-cat-hover ul li a {
    text-transform: capitalize;
}

.item-cat-hover {
    margin-top: 9px;
    margin-bottom: -64px;
    transition: all 0.4s ease-in-out;
}

.cat-menu ul li span:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #13be13;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cat-menu ul li span:hover:after,
.cat-menu ul li.active span:after {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cat-menu ul li a {
    padding: 0;
}


/*** call to action ***/

.call-action-bg {
    background-color: #182028;
}

.call-action-bg1 {
    background-color: #13be13;
}

.call-action-bg2 {
    background-color: #ff1744;
}

.call-action-bg3 {
    background-color: #ff7cd1;
}

.call-action-bg4 {
    background-color: #fff;
}

.call-action-bg4 .action-content h2 {
    color: #ff7cd1;
}

.call-action-bg4 .action-content p {
    color: #242f3a;
}

.call-cation1 {
    padding: 26px 40px;
    display: inline-block;
    width: 100%;
    padding-bottom: 16px;
}

.action-content h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
}

.left-side {
    float: left;
}

.right-side {
    float: right;
}

.action-content p {
    color: #fff;
    margin: 10px 0;
}

a.btn.btn-button.call-action-btn {
    border-radius: 0px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    margin-top: 12px;
}

.call-action-bg .call-action-btn {
    background: #242f3a;
}

.call-action-bg .call-action-btn:hover {
    background: #20282f;
}

.call-action-bg1 .call-action-btn {
    background: #f36522;
}

.call-action-bg1 .call-action-btn:hover {
    background: #20282f;
}

.call-action-bg2 .call-action-btn {
    background: #242f3a;
}

.call-action-bg2 .call-action-btn:hover {
    background: #fff;
    color: #333
}

.call-action-bg3 .call-action-btn {
    background: #242f3a;
}

.call-action-bg3 .call-action-btn:hover {
    background: #fff;
    color: #333
}

.call-action-bg4 .call-action-btn {
    background: #ff7cd1;
}

.call-action-bg4 .call-action-btn:hover {
    background: #333;
    color: #fff
}


/*** Top Rating ***/

.Top-rating-items .owl-item.active.center .movie-item-contents img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plylist-wich span {
    color: #fff;
    font-size: 23px;
    margin-top: 12px;
    display: block;
    cursor: pointer;
}

.plylist-wich span:hover {
    color: #13be13;
}

.slider-section .flaticon-send:before {
    font-size: 20px;
}

.slider-section a.left.carousel-control {
    transform: rotate(179deg);
}

.slider-section a.carousel-control span:hover {
    color: #13be13;
}

.Top-rating-items .owl-item.active.center {
    position: relative;
    z-index: 999;
    margin: 0;
    pointer-events: all;
    opacity: 1;
    height: 580px;
}

.Top-rating-items .owl-stage-outer {
    margin-right: 0;
    padding-top: 49px;
}

.Top-rating-items .owl-item {
    pointer-events: none;
    opacity: .5;
}


/**** celebritie page ***/

.selebritie-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.selebritie-list:hover .selebritie-contetn,
.selebritie-list:hover .selebritie-contetn strong {
    color: #fff;
}

.selebritie-list:hover .selebritie-contetn>a {
    color: #13be13
}

.selebritie-contetn>a {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.selebritie-contetn {
    color: #fff;
    padding-right: 30px;
    padding: 21% 0 27px 0px;
}

.selebritie-contetn p {
    margin: 15px 0;
}

.selebritie-contetn strong {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}

.celerite-info ul li {
    color: #fff;
}

.celerite-info ul li span {
    color: #d2d2d2;
}

.celerite-info {
    margin-top: 24px;
    border-bottom: 1px solid #f1f1f11f;
    padding-bottom: 9px;
    margin-bottom: 13px;
}

.celerite-info ul li label {
    float: right;
    text-align: right;
}

span.celebrity-static {
    width: 109px;
    display: inline-block;
    margin-right: 9px;
}

.celebritei-history h2 {
    color: #e4e0e0;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;
    display: block;
}

.selebritie-img img {
    width: 100%;
}

.celebritei-history p {
    color: #ccc;
}

.flim-img {
    float: left;
    width: 84px;
    margin-right: 17px;
}

.flim-name a:hover {
    color: #fff;
}

.flim-name {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}

.flim-name a {
    color: #13be13;
    font-size: 17px;
    margin-bottom: 7px;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.celebritie-dec .celerite-info {
    border: none;
}

.flim-list {
    margin-left: 0;
    margin-bottom: 30px;
}

.celebrity_cat .movie-item-contents {
    height: 440px;
    width: 100%;
}

.dec-review-meta ul li a:after {
    content: ",";
}

.dec-review-meta ul li a:last-child:after,
ul.movie-cattt li a:last-child:after {
    content: "";
}

.tpmovie-widget-recent-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main.home-6 .attr-nav {
    margin-right: 18px;
}

.main.home-6 li.tpmoviestar-mini-cart-items {
    right: 0;
}

.main.home-6 .tpmoviestar-hmini a.cart-contents:hover {
    color: #00c3b7;
}

.main.home-6 ul.tpmoviestar-hmini span.count {
    background: #00c3b7;
}

.movie-item-content-buttom ul {
    padding: 0;
}

.celerite-info ul {
    padding: 0;
    list-style: none;
}

.dec-review-meta ul {
    padding: 0;
}

.pric-dec ul {
    padding: 0;
    list-style: none;
}

.tpmoviestar-home-template ul {
    list-style: none;
    padding: 0;
}

.home-6 div#navbar-menu {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .social-link ul li a {
        margin-right: 0px;
    }
}

@media (min-width: 320px) and (max-width: 992px) {
    .main.home-6 .attr-nav {
        right: 13px;
    }
    .main.home-6 .attr-nav {
        margin-right: 0;
    }
    .main.home-6 nav.navbar.bootsnav ul.nav>li>a {
        padding: 12px 15px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.tpmoviestar-hmini {
        min-height: 60px;
    }
    .left-side,
    .right-side {
        float: unset;
        text-align: center;
    }
    .pricing-table-item {
        margin-bottom: 40px;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
}

@media (min-width:300px) and (max-width:767px) {
    .left-side,
    .right-side {
        float: unset;
        text-align: center;
    }
    .pricing-table-item {
        margin-bottom: 40px;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: unset;
        width: 100%;
    }
    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        float: unset;
        text-align: center;
        padding-bottom: 20px !important;
    }
    .tpmoviestar-grid-list-view {
        float: unset;
        margin-right: 0;
        text-align: center;
        margin-top: 10px;
    }
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
    .tpmoviestar-plist-view .woo-product-item {
        display: block;
    }
    .woocommerce ul.products.tpmoviestar-plist-view li.product .woo-product-top {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width:300px) and (max-width:480px) {
    .timer-content {
        height: 222px;
    }
}

@media (max-width: 620px) {
    .item-cat {
        padding-bottom: 16px;
    }
}

@media (min-width: 320px) and (max-width: 544px) {
    .syotimer-cell {
        margin: 12px;
    }
    .syotimer-cell.syotimer-cell_type_second {
        margin: 3px;
    }
    .blog-meta>ul {
        display: none;
    }
    .buy-ticket-select {
        margin-bottom: 12px;
    }
    .buy-ticket-btn {
        margin-top: 15px;
    }
    .category-movie-items .owl-nav {
        right: 4px;
        top: -111px;
    }
    .movie-item-beta {
        margin-top: 16px;
        padding-top: 0;
    }
    .latest-news-small .movie-item-title a {
        font-size: 16px;
        line-height: 29px;
    }
}

.elementor-editor-active .preloader,
.elementor-editor-wp-page .preloader {
    display: none !important;
}