/* Theme Name: Getplayer-2025
Theme URI: http://getplayer.xyz
Author: Getplayer
Author URI: http://getplayer.xyz
Description: Getplayer-2025
Version: 1.0.0
Tags: getplayer, proxyplayer, hls, video, movie, series Text Domain: Getplayer */
* {
    margin: 0;
    /*padding: 0;*/
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: #000;
    color: #fff;
}

h1, h2, h3, p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.navbar {
  
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.navbar {
    top: 0;
}

.containerbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1366px;
    height: 45px;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffcc00;
    text-decoration: none;
}

img.custom-logo {
    height: 100%;
    width: 150px;
    display: block;
}

img.alignnone {
    display: block;
    margin: 15px auto;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.navbar-brand:hover {
    color: #ffaa00;
}

.navbar-menu {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.menu li {
    margin: 0 10px;
}

.menu li a {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    padding: 10px 15px;
    transition: 0.3s;
	background: #dd184d;
    border-radius: 5px;
}

.menu li a:hover {
    background: #ffcc00;
    color: #000;
    border-radius: 5px;
}

.navbar-search {
    position: relative;
}

.search-form {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.search-input {
    padding: 10px;
    width: 150px;
    border: none;
    border-radius: 5px;
    background: #222;
    color: #fff;
    outline: none;
}

.search-button {
    background: #ff4444;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
}

.search-button:hover {
    background: #ffaa00;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 2rem;
    color: #ff4444;
    cursor: pointer;
    padding: 10px;
}
.menu-toggle:hover{
	 background: #ffcc00;
}

@media (max-width: 992px) {
    .menu-toggle {
        display: block;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-menu {
        position: fixed;
        top: 10%;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #0a0f24;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
        flex-direction: row;
        align-items: flex-start;
        transition: left 0.3s ease-in-out;
    }

    .navbar-menu.open {
        left: 0;
        top: 10%;
    }

    .menu {
        flex-direction: column;
        width: 100%;
    }

    .menu li {
        margin: 0;
        width: 100%;
    }

    .menu li a {
        display: block;
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid #fcd34d;
        background: #030303;
        border-radius: 4px;
    }

    .menu li a:hover {
        background: #ffcc00;
        color: #000;
    }
}

@media (max-width: 768px) {
    .navbar-search {
        position: absolute;
        right: 10px;
    }

    .search-input {
        width: 120px;
    }
}

main.container.mt-4 {
    background-color: #111111b0;
    border-radius: 6px;
    margin-top: 90px;
}

.container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 5px;
}

.row {
    display: flex;
    padding-bottom: 30px;
    flex-wrap: wrap;
	margin-bottom: 20px;
	width: 100%;
}

.col-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-2 {
    width: 25%;
    padding: 0 10px 20px;
}

.col-md-3 {
    width: 22%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.col-md-4 {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-12.text-center {
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    height: 50vh;
}

.col-12.text-center h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff4444;
    margin-bottom: 10px;
}

.col-12.text-center p {
    font-size: 1rem;
    color: #aaa;
    margin-bottom: 15px;
}

.header {
    background: #111;
    padding: 15px 0;
    text-align: center;
}

.header a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}

.header a:hover {
    color: #ffcc00;
}

a {
    text-decoration: none;
    color: #4ef929;
}

.share__button {
    cursor: pointer;
    padding: 5px;
    display: inline-block;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none !important;
}

.share__button--facebook {
    background-color: #3b5998;
}

.share__button--twitter {
    background-color: #38a1f3;
}

.share__button--line {
    background-color: #00c300;
}

.share__button i {
    margin-right: 5px;
    font-size: 0.9rem;
}

.share__button:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.share__button--facebook:hover {
    background-color: #2d4373;
}

.share__button--twitter:hover {
    background-color: #1c8adb;
}

.share__button--line:hover {
    background-color: #009e00;
}

.extension {
    display: flex;
    justify-content: space-between;
	margin-top: 25px;
}

.btn.btn-sm.btn-category {
    background: #000000;
    color: #ffffff;
    border: 2px solid #abb4d9;
}

.btn.btn-sm.btn-category:hover {
    background: rgba(255,105,0,1);
}

.social-share.mt-4 {
    padding: 4px 0;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    text-align: center;
    border-radius: 5px;
}
.footer-nav li a:hover {
	background: #ffffff;
	}

.btn-primary {
    background: #9b0000;
    color: #ffffff;
}


.btn-sm {
    padding: 5px 5px;
    
}

header.archive-header.text-center {
    font-size: 0.8em;
    margin-bottom: 15px;
    padding-top: 15px;
}

.movie-section {
    margin-bottom: 20px;
   
}

.movie-home {
    margin-bottom: 20px;
    padding-top: 20px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.movie-card {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.movie-card img {
    width: 100%;
    height: 310px;
    border-radius: 8px;
}

.movie-cardsr {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.movie-cardsr img {
    width: 100%;
    border-radius: 8px;
}

.movie-card:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.movie-title {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: 2px 2px 5px #000;
}
.posts-related {
    display: flex;
    flex-wrap: wrap;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 2.5rem;
    transition: transform 0.3s ease-in-out, opacity 0.3s;
    opacity: 0;
    pointer-events: auto;
}

.movie-card a {
    display: block;
    position: relative;
}

.movie-card:hover .play-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.col-md-9.col-md-sing {
    padding-top: 0;
}
.idx-st-content {
    padding: 20px 40px;
    border-radius: 10px;
}

.idx-st-content h1 {
    text-align: center;
    font-size: 1.5em;
    color: #fc0606;
}

.idx-st-content p {
    font-size: 17px;
    line-height: 1.6;
}

.read-more-btn {
    display: none;
}

@media (max-width: 769px) {
    .idx-st-content {
        max-height: 220px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.5s ease-in-out;
    }

    .read-more-btn {
        color: #ffffff;
        cursor: pointer;
        border: none;
        background: none;
        font-size: 14px;
        display: block !important;
        text-align: center;
    }

    .expanded {
        max-height: none;
    }
}
h2.single-title {
    color: #ffffff;
}
.single-header {
    margin-bottom: 20px;
    background: #363131;
    border-radius: 4px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 8px;
    text-align: left;
}
.single-headername {
    margin-bottom: 20px;
    background: #e84343a8;
    border-radius: 4px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 8px;
    text-align: left;
}

.single-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 15px;
}

.single-meta {
    font-size: 0.9rem;
    color: #777;
}
.single-content p {
  margin: 0 0 1.5em;  
  line-height: 1.8;  
  
}

.single-content p:first-child {
  margin-top: 0;
}

.single-content p:last-child {
  margin-bottom: 0;
}

a.btn.btn-sm.btn-primary:hover {
   background: #ff005e;
    
}

.single-content {
    font-size: 1rem;
    line-height: 1.6;
    padding: 15px 15px;
    margin: 15px 0 15px -15px;
    background: #33394459;
    border-radius: 10px;
	font-family: initial;
}

.single-content h1 ,h2 {
    font-size: 1.5em;
    color: #ffffff;
}

.single-content h3 ,h4 {
    font-size: 1.2em;
    color: #ff4444;
}

.related-posts h5 {
    font-size: 1.3rem;
    margin-bottom: 2px;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
}

.related-posts ul {
    list-style: none;
    padding: 0;
}

.related-posts ul li {
    display: flex;
    align-items: center;
}

.related-posts ul li img {
    margin-right: 10px;
    border-radius: 5px;
}
li.cat-item {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #222;
    border-radius: 4px;
    font-size: 16px;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
	
}

.cat-item a {
    color: #ffffff !important;
    display: inline-block;
    width: 100%;
	text-align: center;
}

li.cat-item:hover {
    background: #454545;
}

li.cat-item:hover a {
    color: #ffcc00 !important;
}


.comments-section {
    margin-top: 30px;
}

.footer {
    background: rgb(188 17 201);
    padding: 12px 0 30px 0;
    text-align: center;
	margin-top: 5px;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
}

.footer-site-title {
        font-size: 1.3rem;
    font-weight: bold;
    color: #ffffff;
}

.footer-menu {
    margin-bottom: 20px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    display: flex ;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-nav li {
    display: inline;
}

.footer-nav li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.3s;
}

.footer-nav li a:hover {
    color: #000000;
}

.footer-description {
    color: #aaa;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.footer-copyright {
    color: #f9f9f9;
    font-size: 0.9rem;
}

.pagination-wrapper {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 30px;
}

.pagination-wrapper a {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    background: #222;
    color: #ffcc00;
    border-radius: 5px;
    transition: 0.3s;
}

.pagination-wrapper a:hover {
    background: #ffaa00;
    color: #000;
}

@media (max-width: 992px) {
    .col-md-2 {
        width: 19.8%;
    }

    .single-content {
        margin: 15px -15px 15px -15px;
    }

    .rowplay {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 768px) {
    .col-md-2 {
        width: 25%;
    }
}

@media (max-width: 633px) {
    .col-md-2 {
        width: 32.999%;
    }

    .extension {
        flex-direction: column;
    }

    .idx-st-content p {
        font-size: 16px;
    }

    .idx-st-content h1 {
        font-size: 1.2em;
    }
}

@media (max-width: 600px) {
    .episode-buttons {
        flex-direction: column;
    }

    button.ep-btn {
		width: calc(33.3333333% - 10px) !important;
    }
}

@media (max-width: 575.98px) {
    .col-md-2 {
        width: 50%;
    }

    .idx-st-content h1 {
        font-size: 1em;
    }

    .idx-st-content p {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 374px) {
    .search-form {
        display: none;
    }

    .containerbar {
        justify-content: flex-start;
    }

    a.custom-logo-link {
        margin-left: 20px;
    }
}

@media (max-width: 320.98px) {
    .col-md-2 {
        width: 100%;
    }
}

.col-md-9 {
    width: 77%;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
	padding-top: 10px;
}

.col-md-3 {
    background-color: rgb(0 0 0 / 0%);
    font-size: .9rem !important;
    font-weight: 400;
    border-radius: 3px;
    box-shadow: 1px -1px 12px -3px #ff0808;
    border: 2px solid #ffffff1a;
}

@media (max-width: 992px) {
    .col-md-9 {
        width: 100%;
    }

    .col-md-3 {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .col-md-9, .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }
}

.item-thumbnail {
    background-color: #333;
    display: block;
    height: 290px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.item-thumbnail-only {
    width: 100%;
	padding-bottom: 10px;
}

.item-title {
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    padding: 8px 0;
    position: absolute;
    right: 0px;
    text-align: center;
    bottom: 3px;
    width: 100%;
    background: rgba(21, 21, 23, 0.4);
}

.error-404 {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
    padding: 20px;
}

.error-title {
    font-size: 6rem;
    font-weight: bold;
    color: #ffcc00;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.error-subtitle {
    font-size: 1.8rem;
    color: #fff;
}

.error-message {
    font-size: 1rem;
    color: #aaa;
    margin-bottom: 20px;
}

.player {
    display: none;
    margin-top: 20px;
}

.player.active {
    display: block;
    text-align: center;
}

button {
    margin: 5px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 7px;
    background: rgb(210 0 0);
    color: #ffffff;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #e5dbdbf0;
}

button.active {
    background-color: #ffffff;
    border-color: #ff0000;
    color: #000000;
}

.abc {
    text-align: center;
}

.rowplay {
    margin-left: -15px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px;
    box-shadow: 1px -1px 15px -3px #525252;
    border: #2600001e;
}

.episode-buttons {
    display: flex;
    flex-wrap: wrap;
    background: #302626bf;
    padding: 20px;
    justify-content: center;
    flex-direction: row;
}
img.aligncenter {
    width: 100%;
    height: auto;
}
@media (min-width: 900px) {
    img.aligncenter {
        height: 170px;
    }
}
.h5playname {
    background: #822b8a;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    padding: 4px;
}
button.ep-btn {
   width: calc(35.6% - 19px);
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-inline: 5px;
}
.ep-btn.active {
    background: #fdfdfd;
}
.ep-list {
    display: flex;
    overflow-y: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 10px;
	margin-left: 10px;
}

.ep-container {
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;

}

.ep-list::-webkit-scrollbar {
    width: 6px;
}

.ep-list::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 10px;
}

.ep-list::-webkit-scrollbar-track {
    background: background: rgba(136, 136, 136);
    border-radius: 10px;
}

@media (max-width: 739px) {

    iframe#video-frame {
        height: 300px;
    }

    iframe#jwplayer-iframe {
        height: 300px;
    }
}

.m-studio {
    width: 150px;
    position: absolute;
    background: rgb(254 30 84);
    text-align: center;
    line-height: 30px;
    font-size: 13px !important;
    color: #ffffff;
    top: 10px;
    right: -50px;
    left: auto;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-weight: 700;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    text-shadow: 2px 2px 5px #000;
    z-index: 1;
}

.m-status {
    position: absolute;
    left: 27px;
    margin: -27px;
    font-size: 13px;
    padding: 0 3px;
    z-index: 1;
    color: #fff;
    border-radius: 5px;
    background: rgb(245 141 68 / 61%)
}

.m-epson {
    position: absolute;
    left: 27px;
    padding: 0 3px;
    margin: -27px;
    font-size: 13px;
    z-index: 2;
    background: #2f6dcf;
    color: #fff;
    border-radius: 5px;
	top: 29px;
}
.th-epson {
    position: absolute;
    left: 27px;
    padding: 0 3px;
    margin: -27px;
    font-size: 13px;
    z-index: 2;
    background: #fc0606;
    color: #fff;
    border-radius: 5px;
}

.posts2025 h5 {
    color: #e3e098;
    font-size: 17px;
    padding-bottom: 20px;
}

.col-md-2.col-6.mb-4 {
    height: auto;
}
.edit-post-button {
    position: fixed;
    bottom: 50px;
    left: 60px;
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.edit-post-button:hover {
    background-color: #005177;
    cursor: pointer; 
}
iframe.fb_iframe_widget_lift {
    width: 100% !important;
}
.fb_iframe_widget_fluid_desktop iframe, .fb-comments > span, .fb_iframe_widget
Specificity: (0,1,1)
 {
    width: 100% !important;
	 background: #ffffff !important;
}

html#facebook {
    background: #fff !important;
}
.single-ads {
    display: flex;
    text-align: center;
    margin: auto !important;
    justify-content: center;
   gap: 15px;
}

@media (min-width: 900px) and (max-width: 1459px) {
.single-ads {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    width: auto !important;
    margin: auto!important;
	 gap: 15px;
}
		
	}
@media (max-width: 899px) {
.single-ads {
    text-align: center;
    width: auto !important;
    margin: auto!important;
    display: flex;
    flex-direction: column !important;
	gap: 0;
	  padding: 0 !important;
}

