/* Default Css **/

a,
a:focus,
a:hover:focus,
button:focus,
button:hover:focus,
.btn:focus,
.btn:hover:focus,
a:hover {
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    -o-border: none;
}

img {
    max-width: 100%;
    height: auto;
}

.post-single h1,
.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6 {
    margin-bottom: 15px;
}

.tpmovie-default-page p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
    color: #fff;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 1.2em 1.2em;
}

.alignleft {
    float: left;
    margin: 5px 1.2em 1.2em 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 1.2em 1.2em;
}

a img.alignnone {
    margin: 5px 1.2em 1.2em 0;
}

a img.alignleft {
    float: left;
    margin: 5px 1.2em 1.2em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.post-single ol,
.post-single ul {
    clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

blockquote p {
    color: #fff;
    line-height: 1.8;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    max-width: 100%;
    width: 100%;
}

.tpmovie-default-page select,
.tpmovie-default-page input[type="text"],
.tpmovie-default-page input[type="email"],
.tpmovie-default-page input[type="url"],
.tpmovie-default-page input[type="password"],
.tpmovie-default-page input[type="search"],
.tpmovie-default-page input[type="number"],
.tpmovie-default-page input[type="tel"],
.tpmovie-default-page input[type="range"],
.tpmovie-default-page input[type="date"],
.tpmovie-default-page input[type="month"],
.tpmovie-default-page input[type="week"],
.tpmovie-default-page input[type="time"],
.tpmovie-default-page input[type="datetime"],
.tpmovie-default-page input[type="datetime-local"],
.tpmovie-default-page input[type="color"],
.tpmovie-default-page textarea,
.woocommerce-page select,
.woocommerce-page input[type="text"],
.woocommerce-page input[type="email"],
.woocommerce-page input[type="url"],
.woocommerce-page input[type="password"],
.woocommerce-page input[type="search"],
.woocommerce-page input[type="number"],
.woocommerce-page input[type="tel"],
.woocommerce-page input[type="range"],
.woocommerce-page input[type="date"],
.woocommerce-page input[type="month"],
.woocommerce-page input[type="week"],
.woocommerce-page input[type="time"],
.woocommerce-page input[type="datetime"],
.woocommerce-page input[type="datetime-local"],
.woocommerce-page input[type="color"],
.woocommerce-page textarea  {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 0;
    color: #001157;
    width: 100%;
    transition: 0.3s;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

argin-top: 45px;

}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
}
.gallery .gallery-item {
    margin: 5px;
}
.gallery .gallery-item a {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    margin-bottom: 30px;
}
.gallery-columns-2 .gallery-item {
    max-width: calc(50% - 15px);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-columns-3 .gallery-item {
    max-width: calc(33.33% - 10px);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}
.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 10px);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}
.gallery-columns-5 .gallery-item {
    max-width: calc(20% - 10px);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gallery-columns-6 .gallery-item {
    max-width: calc(16.66% - 10px);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gallery-columns-7 .gallery-item {
    max-width: calc(14.28% - 10px);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gallery-columns-8 .gallery-item {
    max-width: calc(12.5% - 10px);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gallery-columns-9 .gallery-item {
    max-width: calc(11.11% - 10px);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gallery-caption {
    display: block;
}
.site {
    position: relative;
    overflow: hidden;
}
.calendar_wrap table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.calendar_wrap table th,
.calendar_wrap table td {
    border-right: 1px solid #0c1825;
    border-top: 1px solid #0c1825;
    padding: 7px;
    border: 1px solid #0c1825;
}
pre {
    display: block;
    font-family: "Courier 10 Pitch", Courier, monospace;
    padding: 30px;
    margin: 0 0 15px;
    line-height: 1.6em;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    overflow: auto;
    border: none;
    border-radius: 5px;
}
figure a {
    color: #ffffff;
}
figure a:hover {
    color: #000000;
}
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
input[type=tel],
textarea {
    padding: 12px;
}
input[type=submit] {
    border: none;
    padding: 11px 20px;
    font-weight: 700;
}
input:focus,
textarea:focus,
a:focus,
button:focus {
    outline: none
}
.mejs-audio {
    margin-bottom: 30px;
}
.wp-block-media-text.alignwide {
    background-color: #0c1825;
}
.nav-links {
    overflow: hidden;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
    text-align: right;
}
.nav-links .nav-previous {
    max-width: 50%;
}
.nav-links .nav-next {
    max-width: 50%;
}
.nav-links a {
    padding: 4px 0;
    border-radius: 2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-single-rag-meta {
    margin-top: 15px;
}
.alignfull,
.alignwide {
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    max-width: 100vw;
    padding: 15px;
    background-color: #0c1825;
    border: 1px solid rgb(12, 24, 37);
    border-radius: 5px;
}
.wp-block-cover.has-background-dim.alignwide {
    background-color: #000;
}
.wp-block-cover.has-background-dim.alignfull {
    background-color: #000;
}
nav.navigation.post-navigation .nav-links a h3 {
    font-size: 23px;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #fff;
    line-height: 29px;
    transition: .4s;
}
.tpmoviestar-post-navication {
    padding: 30px;
    background: #0c1825;
}
nav.navigation.post-navigation .nav-links a h3:hover {
    color: #13be13;
    transition: .4s;
}
.rafo-post-navication {
    background-color: #fff;
    padding: 30px;
}
nav.navigation.post-navigation .nav-links a span {
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    color: #13be13;
}
.post-single table,
.post-single table,
.post-details table,
.comments-area table {
    width: 100%;
    border-left: 1px solid #0c1825;
    border-top: 1px solid #0c1825;
    margin-bottom: 30px;
}
table,
table th,
table td {
    border: 1px solid rgb(24, 32, 40);
}
footer table,
footer table th,
footer table td {
    border: 1px solid #403e3e;
}
.post-single table th,
.post-single table tr,
.post-single table td,
.comments-area table th,
.comments-area table tr,
.comments-area table td {
    border-bottom: 1px solid #0c1825;
    border-right: 1px solid #0c1825;
    padding: 10px;
}
.post-single table th {
    padding: 10px;
}
.post-single table td a:hover {
    color: #13be13;
}
.post-single table td a {
    color: #fff;
    font-weight: bold;
}
.post-single table td a:hover {
    color: #ffffff
}
.post-single dl dd,
.post-details dl dd,
.comments-area dl dd {
    margin: 0 1.5em 1.5em;
}
.comments-area {
    overflow: hidden;
}
.comments-title {
    margin-bottom: 25px;
}
.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment-meta {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
}
.comment-meta img.avatar {
    position: absolute;
    left: 0;
    top: 6px;
    width: 32px;
    height: auto;
    border-radius: 50%;
}
.comment-metadata {
    font-size: 80%;
}
.children {
    margin: 0;
    padding: 0;
    list-style: none;
}
.children li {
    padding-left: 20px;
    margin-right: 0;
}
.comment-respond input,
.comment-respond textarea {
    width: 100%;
}
.comment-respond input[type=submit] {
    width: auto;
}
blockquote:after {
    content: "\f10e";
    position: absolute;
    right: 5px;
    font-family: fontawesome;
    font-size: 149px;
    top: -90px;
    color: #060f19;
    transform: rotate(31deg);
    z-index: -1;
}
blockquote {
    line-height: 1.8;
    position: relative;
    text-align: left;
    background: #0d1b2a;
    border: 0 none;
    padding: 29px;
    color: #fff;
    border-left: 4px solid #132538;
    overflow: hidden;
    z-index: 9999;
}
blockquote a {
    color: #ffffff;
}
blockquote a:hover {
    color: #000000;
}
code {
    padding: 2px 10px;
    font-size: 90%;
    color: #c7254e;
    background-color: #efe1e5;
    border-radius: 4px;
    display: inline-block;
}
mark,
ins {
    background: #fff9c0;
    color: #1F2235;
    text-decoration: none;
    padding: 0 4px;
    border-radius: 2px;
}
.entry-content pre code {
    background: transparent;
}

/* default Widgets */
.widget .widget-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.widget ul li {
    margin-bottom: 15px;
}
.widget ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
}
.widget ul li a:hover {
    color: #13be13;
    background: transparent;
}
.widget ul li {
    color: #fff;
}
.widget ul li li {
    margin-bottom: 10px !important;
    padding-left: 15px;
}
.widget ul li span {
    color: #13be13;
}
.search-form {
    position: relative;
}
.search-form label {
    width: 100%;
}
.search-button {
    position: absolute;
    right: 0;
    top: 0;
}
button.search-submit {
    background: transparent;
    border: none;
    padding: 25px 35px;
    color: #313e4a;
}
.widget.widget_search input.search-field {
    padding: 20px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid #313e4a;
    color: #fff;
    width: 100%;
}
.widget.widget_search input.search-field::placeholder {
    color: white;
}
button.search-submit:hover {
    color: #13be13;
}
.widget.widget_categories ul li,
.widget.widget_archive ul li {
    overflow: hidden;
    text-align: right;
}
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    float: left;
    text-transform: capitalize;
}
.widget.widget_calendar #wp-calendar {
    width: 100%;
    margin-bottom: 0;
}
.widget.widget_calendar #wp-calendar th,
.widget.widget_calendar #wp-calendar td {
    font-weight: 600;
    text-align: center;
    color: #c1c1c1;
}
.widget.widget_recent_comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li .comment-author-link a {
    color: #13be13 !important;
    text-transform: capitalize;
}
.widget.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_rss li a {
    color: #212529;
    font-weight: 600;
}
.widget_rss li a:hover {
    color: #13be13;
}
.widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget_calendar caption {
    color: #fff;
    caption-side: top;
    text-align: center;
    background: #0c1825;
}
.widget ul.sub-menu {
    background: transparent;
}
.widget.widget_calendar #wp-calendar td#today {
    background: #0c1825;
    color: #fff;
}
.widget.widget_calendar #wp-calendar td a {
    color: #13be13;
}
.widget_recent_comments ul li a {
    display: inline-block;
}
a.rsswidget {
    color: #ffffff;
}
.widget_text p.wp-caption-text {
    color: #fff;
}
.textwidget p {
    color: #fff;
}
.widget ul.sub-menu {
    background: transparent;
    position: relative;
    display: block;
    width: 100%;
    box-shadow: none;
    border: transparent;
}
.widget ul ul {
    padding: 0;
    margin-top: 10px;
    margin-left: 2px;
    border-left: 1px solid rgb(10, 24, 39) !important
}

/* Password protacted **/
.rafo-post-protact {
    text-align: center;
    padding: 60px 0;
    background: #f7f7f7;
    margin: 20px 35px;
}
.rafo-post-protact input[type="password"] {
    width: auto;
    min-width: 244px;
    border-radius: 35px;
    border: 1px solid #ffffff;
    padding: 9px 21px;
}
.rafo-post-protact input[type="submit"] {
    background: #ffffff;
    color: #fff;
    border-radius: 35px;
    padding: 10px 31px;
    cursor: pointer;
    margin-left: 10px;
}
.rafo-post-protact input[type="submit"]:hover {
    background-color: #000000;
    color: #ffffff;
}

/*** paginations ***/
.navigation.pagination ul.page-number,
.page-links.post-pagination > ul.page-numbers {
    padding: 0;
    margin: 0;
}
.page-links.post-pagination > ul.page-numbers {
    display: inline-block;
}
.navigation.pagination ul.page-numbers li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.page-links.post-pagination > p {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    color: #000;
}
.page-links.post-pagination > ul.page-numbers li {
    display: inline-block;
    list-style: none;
}
.navigation.pagination ul.page-numbers li a,
.navigation.pagination ul.page-numbers li > span,
.page-links.post-pagination > ul.page-numbers li span,
.page-links.post-pagination > ul.page-numbers li a,
.comments-pagination a,
.comments-pagination span.page-numbers {
    display: block;
    width: 45px;
    height: 45px;
    background: #ffffff;
    text-align: center;
    padding: 12px 0;
    vertical-align: middle;
    color: #000000;
    font-size: 15px;
    margin: 3px;
    border: 1px solid rgb(224, 224, 224);
}
nav.navigation.pagination span.page-numbers.dots {
    padding: 8px;
}
.page-links.post-pagination p {
    color: #fff;
}
.navigation.pagination ul.page-numbers li > span,
.navigation.pagination ul.page-numbers li a:hover,
.page-links.post-pagination > ul.page-numbers li a:hover,
.page-links.post-pagination > ul.page-numbers li span,
.comments-pagination a:hover,
.comments-pagination span.page-numbers {
    background-color: #13be13;
    color: #fff;
    border: 1px solid transparent;
}
nav.navigation.comments-pagination .nav-links a,
nav.navigation.comments-pagination .nav-links > span {
    display: inline-block;
}
nav.navigation.comments-pagination {
    margin-bottom: 23px;
}
.navigation.pagination .nav-links {
    margin-bottom: 0;
    width: 100%;
}
.details-page .comment-area {
    margin-top: 71px;
}
.details-page .comment-area {
    margin-top: 71px;
}
p.comment-form-cookies-consent input {
    display: inline-block;
    width: auto;
    margin-top: 0;
    cursor: pointer;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #ffffff;
    color: #000000;
}

/*** Unitest css ***/
.sticky h2.post-title a {
    color: #13be13;
}
.post-single-metabox .post-meta span {
    color: #fff;
}
.details-dectiontion ul li a:hover {
    color: #13be13;
}
.details-dectiontion ul li a {
    color: #fff;
}
.details-dectiontion p > a:hover {
    color: #13be13;
}
.details-dectiontion p > a {
    color: #fff;
    font-weight: bold;
}
.tpmoviestar-blog-rag-meta {
    clear: both;
}
.details-dectiontion table tr th > a {
    color: #fff;
}
.details-dectiontion table tr th > a:hover {
    color: #13be13;
}
dd a {
    color: #13be13;
}
dd a:hover {
    color: #fff;
}
input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #13be13;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd),
.wp-block-media-text.has-media-on-the-right {
    color: #1F2235;
}
.tpmoviestar-sidebar ul,
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tagcloud a:hover {
    color: #fff;
}
.comment-content p > a:hover {
    color: #13be13;
}
.comment-content p > a {
    color: #fff;
    font-weight: bold;
}

/*** Footer wigets ***/
.widget.ft-widget select {
    max-width: 100%;
    width: 100%;
    padding: 13px 12px;
    cursor: pointer;
}
.details-dectiontion .page-links.post-pagination {
    margin-top: 30px;
    clear: both;
}
.wp-block-latest-comments a:hover {
    color: #13be13;
}
.wp-block-latest-comments a {
    color: #fff;
}
ol[start="0"] > li > a:hover {
    color: #13be13;
}
ol[start="0"] > li > a {
    color: #fff;
}
.wp-block-file a:hover {
    color: #13be13;
}
.wp-block-file a {
    color: #fff;
}
.wp-block-pullquote cite {
    color: #ffff;
}
.details-dectiontion ol li a:hover {
    color: #13be13;
}
.details-dectiontion ol li a {
    color: #fff;
}
form.post-password-form input[type="password"] {
    background: #f0f0f0;
    border: 2px solid #1c3046;
}
form.post-password-form input[type="submit"] {
    color: #000;
    padding: 13px 20px;
    transition: .4s;
}
form.post-password-form input[type="submit"]:hover {
    background-color: #13be13;
    color: #ffffff;
}
p.no-comments {
    color: #fff;
}
.post-single.format-link .details-dectiontion a {
    background: #0c1825;
    display: block;
    padding: 37px;
    position: relative;
    overflow: hidden;
}
.post-single.format-link .details-dectiontion a:after {
    content: "\f127";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    font-size: 144px;
    color: #060f19;
    transition: .4s;
}
.post-single.format-link .details-dectiontion a:hover:after {
    transform: rotate(-45deg);
    transition: .4s;
}
.post_format-post-format-chat .details-dectiontion p {
    background-color: #0c1825;
    padding: 20px 30px;
    border-radius: 100px;
    margin-bottom: 30px;
}
.post_format-post-format-chat .details-dectiontion p:nth-child(even) {
    text-align: right;
    margin-left: 50px;
}
.post_format-post-format-chat .details-dectiontion p:nth-child(odd) {
    margin-right: 50px;
}
.single-meta-cat span.cat-links a {
    line-height: 3;
}