:root {
    --primarycolor: #ff8d1b;
    --primaryfont: 'Roboto Condensed', sans-serif;
    --footertitlesize: 1.5rem;
    --footer1size: .75rem;
    --footer2size: .5rem
}

.hidenlist {
    display: none !important
}

::placeholder {
    color: red;
    opacity: 1;
    font-size: 12px
}

input[type='search']:focus+.suggestions li {
    height: 63px
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    font-family: var(--primaryfont);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background-color: #000;
    /* background-color: #262524; */
    color: #fff;
    overflow: hidden;
}

h3,
h2 {
    padding: 0;
    margin: 0
}

p {
    margin-top: 0
}

img {
    max-width: 100%
}

.clear {
    clear: both
}


.tab-bar {
    border-bottom: 4px solid var(--primarycolor);
    border-top: 4px solid var(--primarycolor)
}

.tab-bar ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center
}

.tab-bar li {
    display: inline
}

.tab-bar li a {
    color: #333;
    text-decoration: none;
    font-family: var(--primaryfont);
    display: inline-block;
    margin: 3px;
    padding: 5px 10px;
    background-color: #f3f1f1
}

.tab-bar li a:hover {
    background-color: var(--primarycolor);
    color: #fff
}

.active {
    background-color: var(--primarycolor) !important;
    color: #fff !important
}

#homepagelistingh2 {
    font-size: 30px;
    font-family: var(--primaryfont)
}

/* .wrapper {
    margin: 0 2px
} */

.smovie-list .wrapper {
    padding: 0 1%;
    margin: 0
}

.movie-box {
    vertical-align: top;
    display: inline-block;
    max-width: 22%;
    min-width: 170px;
    overflow: hidden
}

.smovie-list .movie-box {
    max-width: 30%
}

.movie-box:hover {
    cursor: pointer
}

.stretch {
    width: 100%;
    display: inline-block
}

.img-responsive {
    height: 250px;
    width: 100%
}

.smovie-list .img-responsive {
    max-height: 150px;
    width: 100%
}

.movie-title h6 {
    font-family: var(--primaryfont);
    font-size: 140%;
    display: inline;
    overflow: hidden;
    white-space: pre
}

.movie-title-tala p {
    font-family: var(--primaryfont);
    font-size: 13px;
    border-bottom: 1px grey solid
}

.top {
    margin-top: 10px;
    padding: 10px;
    background-color: #0a0616
}

.tag-line {
    color: grey
}

.trailer {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

.ib {
    vertical-align: top;
    display: inline-block;
    float: left;
    width: 49%;
    margin: .5%;
    margin-top: 10px
}

.ib img {
    width: 100%;
    height: auto
}

.ib p:first-letter {
    color: #903;
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px
}

#ibright {
    background-color: #fff
}

.Synopsis {
    text-align: justify;
    font-size: 20px;
    font-family: Georgia;
    line-height: 130%;
    color: #903;
    padding: 15px
}

.cast-crew {
    color: #404040;
    font-size: 16px;
    padding: 25px;
    margin-top: 0
}

.watch-now {
    margin-top: 10px;
    position: relative;
    padding-bottom: 56.25%
}

#watch-now-title {
    width: 100%;
    background-color: grey;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    font-size: 40px;
    color: #202020;
    font-family: var(--primaryfont);
    padding-top: 15px
}

.watch-now-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.button-group {
    display: inline
}

.ui-group-group {
    text-align: center;
    margin-bottom: 20px;
    width: 100%
}

.buttonsel {
    background-color: var(--primarycolor);
    color: #fff
}

.button-group button {
    cursor: pointer;
    padding: 5px;
    margin-bottom: 5px;
    border: 0;
    font-size: 15px;
    font-family: var(--primaryfont);
    display: inline;
    outline: none;
    background-color: silver;
    transition: all .5s
}

.button-group button:hover {
    background-color: var(--primarycolor)
}

.browse-page {
    padding-top: 30px
}

.grid {
    padding-top: 20px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines
}

.color-shape {
    border: 1px solid red;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    max-width: 195px;
    overflow: hidden
}

.is-checked {
    background-color: var(--primarycolor) !important;
    color: #000 !important
}

.prenext {
    padding: 5px;
    border: 0;
    font-size: 15px;
    font-family: var(--primaryfont);
    display: inline;
    width: 75px;
    height: 30px;
    margin: 0 20px
}

.pagecount {
    display: inline
}

.pagenumber {
    border: 1px solid red;
    margin: 0 7px
}

.pagenumber:hover {
    cursor: pointer !important
}

#textunderpagecount {
    color: grey
}

.top-bar .wrapper {
    padding-top: 20px;
    padding-bottom: 20px
}

.top-bar h1 {
    margin-bottom: 1rem;
    text-align: center
}

#searcharea {
    position: relative;
    display: block;
    align-items: center;
    width: 300px;
    z-index: 10;
    margin-left: auto;
    font-size: 12px
}

#searchbox input[type='text'] {
    background-color: #fff;
    box-shadow: none;
    outline: none;
    border: none;
    padding: .4rem .5rem;
    font-size: 16px;
    width: 100%;
    border-radius: 4px
}

#searchbox input[type='text']:focus~.suggestions {
    visibility: visible;
    background: #fff
}

.suggestions {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    background-color: #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.8) 0 4px 14px 0
}

.suggestions a {
    transition: all .5s
}

.suggestions li {
    height: auto;
    transition: all .3s ease-in-out;
    margin-bottom: 2px;
    border-bottom: 1px solid #ccc
}

#suggestions li:focus,
#suggestions li:hover {
    background-color: #ace5e2 !important
}

.suggestions li a {
    display: flex
}

.suggestions li a .suggestion-img {
    flex: 1;
    margin-right: .5rem
}

.suggestions li a img {
    height: auto
}

.suggestions li a span {
    flex: 5;
    display: flex;
    flex-direction: column
}

.suggestions li a span p.suggestion-title {
    font-size: 13px;
    font-weight: 700;
    color: #1f5350;
    margin-bottom: .2rem
}

.suggestions li a span {
    font-size: 11px
}

.suggestions a {
    display: block;
    text-decoration: none;
    color: #1f5350;
    font-size: 15px;
    padding: 6px
}

.searchbox ul li a:hover {
    color: #b23b61;
    background: #ecd1da
}

.searchbox ul li:hover {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
}

.suggestions li {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input[type='text']::-webkit-input-placeholder {
    color: grey
}

input[type='text']:-moz-placeholder {
    color: grey
}

input[type='text']::-moz-placeholder {
    color: grey
}

input[type='text']:-ms-input-placeholder {
    color: grey
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.mt-2 {
    margin-top: 2rem
}

.showtime-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    width: 100%;
    background: #3333338f;
    padding: 20px 0;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px
}

.showtime-item.style-2 {
    margin-bottom: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: .5rem 1rem
}

.showtime-item.style-2 .showtime-right {
    display: block;
    width: 100%
}

.showtime-item.style-2 .showtime-right h2 a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primarycolor);
    text-transform: uppercase;
    border-bottom: 1px solid var(--primarycolor)
}

.showtime .showtime-right {
    flex: 2;
    padding: 10px 10px 10px 80px;
    word-break: break-all
}

.showtime-meta {
    font-size: .875rem;
    color: rgba(225, 225, 225, 0.8)
}

.showtime-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: .5rem
}

.showtime-image {
    width: 100%;
    max-height: 250px;
    min-height: 300px;
    object-fit: contain;
    margin-right: auto
}

.showtime-list li {
    padding: .5rem 0;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    transition: all .2s ease-in-out;
    margin-bottom: .5rem;
    border-bottom: 1px dotted #555
}

.showtime-list li.activelist {
    display: flex !important
}

.showtime-list li:hover {
    background-color: #333
}

.showtime-list li span {
    color: #fff;
    font-weight: 700;
    font-size: .875rem;
    white-space: nowrap;
    text-transform: uppercase
}

.showtime-list li span:first-child {
    border-left: 2px solid var(--primarycolor);
    padding-left: .5rem;
    color: var(--primarycolor)
}

.showtime-list li span.time {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.showtime-list li span small {
    color: var(--primarycolor);
    display: block;
    font-weight: 700;
    margin-top: .5rem
}

.showtime-list.style-1 li a {
    color: var(--primarycolor);
    text-decoration: none;
    padding: 0 8px;
    border-right: 2px solid var(--primarycolor);
    font-size: .875rem
}

.showtime-list.style-2 li span.time a {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
    background: #333;
    padding: .5rem;
    transition: all .2s ease-in-out
}

.showtime-list.style-2 li span.time a:hover {
    color: var(--primarycolor)
}

.showtime-list.style-1 li a:last-child {
    border-right: none;
    padding-right: none
}

.showtime-list.style-1 li:hover {
    background: #333
}

.showtime-list.style-2 li a:hover {
    background: #000
}

img {
    width: 100%;
    max-width: 100%
}

.showtime-btn {
    padding: .5rem 1rem;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    float: right;
    margin-top: 1rem;
    display: none
}

.showtime-btn.activebtn {
    display: block
}

.wrapper-title {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 10px
}

.wrapper-title h2 small {
    margin-left: 1rem;
    font-size: 1rem;
    color: var(--primarycolor)
}

.movies-list {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.movies-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start
}

.movies-list-item {
    padding: 0 5px;
    width: 25%;
    min-width: 25%;
    margin-bottom: 1rem
}

.pagecount {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

.movies-list-item .movies-list-item-img img {
    width: 100%;
    height: 100%
}

.movies-list-item-content,
.short-movies-item-content {
    padding-top: .5rem
}

.movies-list-item-content a,
.short-movies-item-content a {
    color: var(--primarycolor);
    font-weight: 700;
    text-decoration: none
}

.movies-list-item-content a h4,
.short-movies-item-content a h4 {
    font-size: .975rem;
    color: var(--primarycolor);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    text-decoration: none
}

.movies-list-item-content p,
.short-movies-item-content p {
    font-size: .75rem;
    font-weight: 600;
    border-bottom: 1px grey solid;
    padding: 0.2rem 0rem;
}

.short-movies {
    display: block;
    margin-bottom: 1rem
}

.short-movies-wrapper {
    display: flex;
    flex-wrap: wrap
}

.short-movies-item {
    padding-right: 15px;
    flex-basis: 33.3333%;
    height: 100%;
    margin-bottom: 1rem;
    max-width: 100%
}

.short-movies-item:last-child {
    padding-right: none
}

.short-movies-item img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 10px
}

.watch-btn {
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    text-shadow: 0 2px 8px rgba(225, 225, 225, 0.5);
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to top, var(--primarycolor), #ff8d1c);
    width: 200px;
    min-height: 50px;
    max-height: 50px;
    height: auto;
    border-radius: 4px;
    align-items: center;
    text-align: center
}

.watch-btn span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding: 5px;
    border-right: 1px solid #e07e1b
}

.watch-btn img {
    width: 25%;
    margin: 0 5px
}

.main-body {
    display: block;
    width: 60%
}

.content {
    display: flex;
    width: 100%;
    overflow-x: hidden
}

.vertical-ad {
    display: block;
    width: 20%;
    padding-top: 13.8rem
}

a.ad-sticky {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100
}

.vertical-ad a {
    display: block;
    margin: auto;
    width: 95%;
    margin-bottom: .5rem
}

.horizontal-ad {
    display: block;
    width: 80%;
    height: auto;
    margin: .5% auto
}

.horizontal-ad a img {
    height: 100%
}

.ui-group-group {
    margin-bottom: 0
}

#textunderpagecount {
    text-align: center
}

.search-link {
    cursor: pointer
}

button.pagnu {
    padding: 0;
    margin-right: .2rem
}

.pagnu a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5rem;
    text-decoration: none;
    color: #0a0616
}

.num-group {
    display: flex;
    align-items: center
}

.liquid {
    display: flex;
    justify-content: center;
    width: 100%
}

.custom-btn-group button {
    display: inline;
    border: 0;
    font-size: 15px;
    padding: 0
}

.custom-btn-group a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #0a0616
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .2rem
}

.social-icons a {
    color: #f1f1f1;
    margin-right: .875rem
}

.social-icons img {
    color: #f1f1f1;
    width: 30%
}

.social-icons a svg {
    width: 25px;
    height: 15px
}

.movies-list-item-img {
    position: relative;
    overflow: hidden
}

.badge {
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid var(--primarycolor);
    border-bottom: 20px solid transparent;
    border-right: 20px solid var(--primarycolor);
    border-left: 20px solid transparent
}

.badge-2 {
    position: absolute;
    top: 15px;
    right: -23px;
    background-color: var(--primarycolor);
    font-size: .75rem;
    transform: rotate(45deg);
    width: 100px;
    text-align: center;
    color: #fff;
    padding: 4px;
    text-shadow: 0 2px 3px rgba(84, 85, 72, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5)
}

.text-center {
    text-align: center
}

.movie-list-item-content-meta {
    display: flex;
    align-items: flex-end;
    padding: 0.2rem 0rem;
}

.movie-list-item-content-meta span {
    margin: 0rem .2rem;
}

.movie-list-item-content-meta span::after {
    content: '|';
    margin-left: .2rem;
}

.movie-list-item-content-meta span:first-child {
    margin-right: .2rem;
    margin-left: 0;
}

.movie-list-item-content-meta span:last-child::after {
    content: '';
}

.icon-small {
    display: flex;
    align-items: center;
    color: #ccc;
    font-weight: 600;
}

.icon-small svg {
    width: 10px;
    height: 10px;
    fill: #9CC712;
    margin-right: 3px;
}

.icon-small.down svg {
    width: 10px;
    height: 10px;
    fill: #CB3300;
}

footer {
    display: block;
    border-top: 3px solid var(--primarycolor);
    padding-top: 20px;
    margin-top: 40px;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.footer-column {
    width: 16.6%;
    min-width: 16.6%;
    margin-bottom: 1rem;
}

.footer-column p {
    font-size: var(--footer1size);
    color: #898989;
}

.footer-logo {
    float: left;
    width: 50px;
    shape-outside: square();
    height: 50px;
    object-fit: contain;
    border: 1px solid var(--primarycolor);
    margin: 0 5px 0 0;
}

.footer-flex-column {
    display: flex;
}

.footer-flex-column ul:first-child {
    margin-right: 2rem;
}

.footer-column.column-2 {
    width: 33.3%;
}

.footer-title {
    margin-bottom: .75rem;
    font-size: var(--footertitlesize);
    color: #b2b2b2;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: .4rem;
}

.footer-column ul li a {
    color: #898989;
    text-decoration: none;
    font-size: var(--footer1size);
    transition: all .2s ease-in-out;
}

.footer-column ul li a:hover {
    color: var(--primarycolor);
}

.site-info {
    display: flex;
    border-top: 1px solid var(--primarycolor);
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    color: #898989;
    font-size: var(--footer2size);
}

.footer-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-links li {
    padding-right: 5px;
    border-right: 1px solid #889989;
    line-height: .8;
}

.footer-links li a {
    color: #898989;
    text-decoration: none;
    margin-left: .5rem;
    font-size: var(--footer2size);
}

.footer-links li:last-child {
    border-right: none;
}

.footer-links li a:hover {
    color: var(--primarycolor);
}

.subscribe-form {
    display: flex;
    flex-direction: column;
    margin-top: .5rem;
    width: 80%;
}

.notified_form {
    display: flex;
    flex-direction: column;
    margin-top: .875rem;
    width: 100%;
}

.notified_form input {
    background-color: #fff;
    box-shadow: none;
    outline: none;
    border: none;
    padding: .4rem .5rem;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: .5rem;
    color: #000
}

.notified_form input::placeholder {
    color: #313131
}

.notified_form button {
    border-radius: 4px;
    padding: .5rem;
    background: var(--primarycolor);
    color: #fff;
    border: none
}

.subscribe-form input {
    background-color: #fff;
    box-shadow: none;
    outline: none;
    border: none;
    padding: .4rem .5rem;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: .5rem;
    color: #000
}

.info-primary {
    font-size: 0.875rem;
    color: var(--primarycolor);
}

.subscribe-form input::placeholder {
    color: #313131
}

.subscribe-form button {
    border-radius: 4px;
    padding: .5rem;
    background: var(--primarycolor);
    color: #fff;
    border: none
}

.brandlogowrapper {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
    background: #3333338f;
    margin-top: 1rem
}

.brandlogowrapper h2 a {
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid var(--primarycolor)
}

.brandlogowrapper h2.info {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.brandlogos {
    display: flex;
    margin-top: .875rem
}

.brandlogos a img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-right: 1rem
}

/** header changes */
.top-bar .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar #siteTitle {
    margin-bottom: 0rem;
    text-decoration: none;
    color: #fff;
}

.top-bar #siteTitle {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 2rem;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.header-logo {
    width: 12px;
    height: 60px;
    object-fit: contain;
    border: 1px solid var(--primarycolor);
}

.page-heading {
    display: block;
    margin: 1rem 1rem;
    margin-bottom: 0rem;
    padding: 1rem 1rem;
    border: 1.5px dashed var(--primarycolor);
}

.page-heading.no-border {
    border: none !important;
}

.flex-column {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.description-text {
    padding: 0.5rem 0.5rem;
    font-size: 0.875rem;
    color: #ddd;
    line-height: 1.4;
}

.page-heading h1 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    user-select: all;
    opacity: 0.8;
}

.page-heading p {
    font-size: 0.75rem;
    opacity: 0.7;
    line-height: 1.4;
}

.social-icons a:last-child {
    margin-right: 0rem;
}

/** Header Customize **/
.homepagelistingh2 {
    display: flex;
    align-items: flex-end;
}

.homepagelistingh2 h2 {
    font-size: 1.875rem;
}

.homepagelistingh2 small {
    font-weight: bold;
    margin-left: 1rem;
    font-size: 1rem;
    color: var(--primarycolor);
    margin-bottom: 0.2rem;
}

.mit-meta {
    border-right: 1px solid #ddd;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.mits .mit-meta:last-child {
    border-right: none;
}

.mits .mit-meta:first-child {
    padding-left: 0rem;
}

.br_none {
    border-right: none;
}

.nofound {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    padding: 1rem 0rem;
}

/** LOADER**/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 8px;
    border: 4px solid var(--primarycolor);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--primarycolor) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #333;
    display: flex;
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.preloader.preloader-hide {
    display: none;
}

.text-primary-badge {
    color: var(--primarycolor);
    font-weight: 600;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (min-width: 2000px) {
    body {
        max-width: 1300px;
        margin: 0 auto;
        overflow-x: hidden;
    }
}

@media (max-width: 1250px) {
    #siteTitle {
        font-size: 1.3em
    }

    .main-body {
        margin: 0;
        margin-left: auto;
        margin-right: auto
    }

    .img-responsive {
        height: 300px;
        width: 95%
    }
}

@media (max-width: 800px) {
    .movie-box {
        min-width: 145px
    }

    .img-responsive {
        height: 210px;
        width: 100%
    }
}

@media (max-width: 500px) {
    .navUnit {
        font-size: 0.75rem;
    }

    .tab-bar li a {
        padding: 5px 8px;

    }

    .social-icons a {
        color: #f1f1f1;
        margin-right: 0rem
    }

    .social-icons a:last-child {
        margin-right: 0rem;
    }

    .smovie-list .movie-box {
        min-width: 100%
    }

    .smovie-list .img-responsive {
        max-height: 220px;
        width: 100%
    }

}

.single-title {
    font-size: 1.5rem;
    letter-spacing: 0.2px;
    margin-right: -0.2px;
}

.section-title {
    font-size: 1.875rem;
    margin-top: 10px;
    margin-bottom: 10px;
}



@media (max-width: 1200px) {
    .main-body {
        width: 100%
    }

    .vertical-ad {
        display: none
    }
}

@media (max-width: 1024px) {
    .movies-list-item {
        /* padding-right: 10px; */
        flex-basis: 33.33333%;
        margin-bottom: 1rem
    }

    .footer-column {
        padding: 0 0.5rem;
    }
}

@media (max-width: 1024px) {
    .footer-column {
        width: 50% !important;
        min-width: 50% !important
    }

    .footer-column.column-2 {
        width: 50%;
        min-width: 50%
    }

    .suggestions li a img {
        height: auto
    }

    .main-body {
        width: 100%
    }

    .vertical-ad {
        display: none
    }

    .movies-list-item .movies-list-item-img {
        max-height: auto
    }
}

@media (max-width: 768px) {
    .homepagelistingh2 {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    #searchbox {
        padding: 0rem 0.5rem;
    }

    .single-title {
        font-size: 1.2rem;
    }

    .footer-title {
        font-size: 0.875rem;
    }

    .footer-column p {
        font-size: 0.75rem;
    }

    .trailer {
        position: sticky !important;
        top: 0;
        z-index: 999;
    }

    .top-bar .wrapper {
        display: block;
        padding-top: 40px;
    }


    .top-bar #siteTitle {
        position: absolute;
        top: 15px;
        font-size: 1rem;
        align-self: flex-end;
        padding: 0rem 0.5rem;
    }

    .social-icons {
        position: absolute;
        top: 15px;
        right: 0rem;
        padding-right: 0.5rem;
    }

    .site-info {
        flex-direction: column
    }

    /* .wrapper {
        padding: 0 3%
    } */

    .footer-links {
        justify-content: center;
        margin-top: .75rem
    }

    .footer-column {
        width: 100% !important;
        min-width: 100% !important
    }

    .footer-column.column-2 {
        width: 100%;
        min-width: 100%
    }

    .top .top-content h2 {
        font-size: 1rem
    }

    .top .top-content a {
        font-size: .75rem;
        word-break: break-word
    }

    .top .watch-btn {
        font-size: .875rem;
        width: 120px;
        min-height: 40px
    }

    .movies-list-wrapper {
        justify-content: start
    }

    .movies-list-item {
        /* padding-right: 10px; */
        flex-basis: 25%;
        margin-bottom: 1rem;
        max-width: 25%
    }

    .movies-list-item .movies-list-item-img {
        height: auto;
        max-height: auto
    }

    .top-content h2 {
        font-size: 1.6rem
    }

    .top-content a {
        font-size: .875rem
    }

    .watch-btn {
        font-size: 1.2rem;
        width: 170px;
        border-radius: 4px;
        max-height: 50px
    }

    #searcharea,
    #searchbox {
        width: 100%;
        margin-top: .5rem
    }

    #searchbox input[type='text'] {
        width: 100%
    }

    .suggestions li a span {
        flex: 6;
        display: flex
    }

    /* 
    .suggestions {
        left: 0;
        right: none
    } */

    .showtime-image {
        display: block;
        align-self: flex-start;
        max-height: 250px;
        min-height: 300px;
        object-fit: contain;
        margin-right: auto
    }

    .showtime-list li span {
        font-size: .875rem
    }

    .showtime-item {
        flex-direction: column
    }

    .showtime-list.style-2 {
        margin-top: .5rem
    }

    .showtime-list.style-2 li {
        flex-direction: column;
        align-items: baseline;
        padding: 0;
        padding-bottom: .5rem
    }

    .showtime-list.style-2 li span:first-child {
        margin-bottom: .2rem;
        border-left: 2px solid var(--primarycolor);
        padding-left: .5rem
    }

    .showtime-list.style-2 li span.time a {
        font-size: .75rem
    }

    .showtime .showtime-right {
        padding: 20px 24px 10px 30px
    }

    .subscribe-form {
        width: 100%;
    }
}

@media (max-width: 600px) and (min-width: 468px) {
    .ib {
        width: auto !important
    }

    .movies-list-wrapper {
        justify-content: flex-start !important
    }

    .movies-list-item {
        padding-right: 10px;
        flex-basis: 50%;
        margin-bottom: 1rem
    }

    .short-movies-item {
        padding-right: 8px;
        flex-basis: 33.3333%;
        height: 100%;
        padding-bottom: 8px
    }
}

@media (max-width: 500px) {
    .wrapper-title h2 {
        display: flex;
        width: 100%;
        align-items: flex-end;
        justify-content: space-between;
        text-transform: capitalize;
    }

    .movies-list-item {
        /* padding-right: 10px; */
        flex-basis: 50%;
        margin-bottom: 1rem;
        max-width: 50%
    }

    .movies-list-wrapper {
        justify-content: start !important
    }

    .movies-list-item-content a h4 {
        font-size: .75rem;
    }

    .movies-list-item-content p {
        font-size: .5rem;
        padding: 0.2rem 0rem;
    }

    .movies-list-item-content a h3 {
        font-size: 0.875rem;
    }

    .movies-list-item .movies-list-item-img {
        height: auto
    }

    .list-item {
        width: 47%;
    }


    .ib {
        min-width: auto !important;
        width: auto !important
    }


    .top-content h2 {
        font-size: 1.6rem;
    }

    .top-content a {
        font-size: .875rem;
    }

    .short-movies-item {
        padding-right: 8px;
        flex-basis: 100%;
        /* max-height: 250px; */
        padding-bottom: 8px
    }

    .homepagelistingh2 h2 {
        font-size: 1.2rem;
        font-family: var(--primaryfont)
    }

    .homepagelistingh2 small {
        font-weight: bold;
        margin-left: 1rem;
        font-size: 0.75rem;
        color: var(--primarycolor);
    }

    #homepagelistingh2 {
        font-size: 1.2rem;
        font-family: var(--primaryfont)
    }

    .wrapper-title h2 small {
        font-size: .875rem
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .movies-list-item {
        flex-basis: 25%
    }

    .movies-list-wrapper {
        justify-content: start
    }

    .movies-list-item .movies-list-item-img {
        max-height: 330px;
        height: auto
    }

    .movies-list-item-content a h4 {
        font-size: .875rem
    }

    .movies-list-item-content p,
    .short-movies-item-content p {
        font-size: .5rem
    }

    .movies-list-item .movies-list-item-img img {
        height: auto
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .cover-synopsis {
        display: flex;
        align-items: flex-start
    }

    .showtime-item {
        flex-direction: row
    }

    .showtime .showtime-left {
        flex: none
    }

    .showtime .showtime-right {
        padding: 0
    }
}

@media only screen and (max-width: 600px) and (orientation: landscape) {
    .left-sy {
        width: 20% !important
    }

    .left-sy img {
        height: auto
    }

    .right-sy {
        width: 64% !important
    }
}

/** IPHONE  5 **/
@media (max-width:370px) {
    .footer-flex-column {
        justify-content: space-between;
    }
}

.cls-1 {
    fill: #f1f1f1
}

.subscribe-form p {
    color: var(--primarycolor);
    padding: 0.5rem 0rem;
    font-size: 1rem;
}

.showtime-right a {
    color: #fff;
    text-decoration: none;
}

.none {
    display: none;
}

.not-found-section {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.lists-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 250px;
}

.lists-section ul {
    list-style: none;
}

.lists-section ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 1rem 0.5rem;
    font-size: 1rem;
    transition: color 0.2s;
}

.lists-section ul li {
    display: flex;
    align-items: center;
}

.lists-section ul li:before {
    content: "→";
    font-size: 1.5rem;
    transition: all 0.5s ease-in-out;
    width: 40px;
}

.lists-section ul li a:hover {
    color: var(--primarycolor);
    transition: color 0.2s;
}

.lists-section ul li:hover:before {
    content: "✔";
    color: var(--primarycolor);
}

.not-found-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 250px;
}

.not-found-section p {
    font-size: 1.5rem;
    font-size: bold;
    letter-spacing: 0.2px;
    margin-right: -0.2px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-shadow: 0px 25px 8px rgba(255, 255, 255, 0.4);
}

.not-found-section p b {
    font-size: bold;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: var(--primarycolor);
    text-shadow: 0px 25px 8px rgba(255, 141, 27, 0.4);
}

.not-found-section a {
    text-decoration: none;
    color: var(--primarycolor);
    border: 1px solid var(--primarycolor);
    font-size: 0.875rem;
    font-size: bold;
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
    padding: 10px;
}