/*
Theme Name: The Pirate Filmes HD
Description: Tema desenvolvido por Alan Patrick para o site The Pirate Filmes HD. Sua venda ou cópia para terceiros é totalmente proibida. Dúvidas e informações: alan.patrick@live.com
Theme URI: https://www.alanpatrickk.net/
Author: Alan Patrick
Author URI: https://www.alanpatrickk.net/
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width: 100%;
	background: #14181C;
	color: #fff;
	font-size: 15px;
}
input, textarea, select, option, div, button, a, img, h2, span, ul {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	border: 0;
}
.container {
	width: 100%;
	max-width: 1040px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

html {
  --scrollbarBG: #350b08;
  --thumbBG: #8e1108;
}
body::-webkit-scrollbar {
  width: 12px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

/* OWL CAROUSEL */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* HEADER */
header {
  background-image: url(img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 0 40px 0;
}
header .container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}
header .search {
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-image: url(img/pattern.png);
  padding: 10px;
  border-radius: 0 0 15px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #5b0b05;
  box-shadow: inset 0 -1px 1px 1px rgba(255, 255, 255, 0.1), inset 0 25px 0 0 rgba(255, 255, 255, 0.05);
}
header .search form {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: -1px 0 0 0;
}
header .search input {
  width: 440px;
  height: 30px;
  background: #fff;
  border-radius: 8px 0 0 8px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  font-size: 13px;
  color: #000;
  outline: 0;
}
header .search button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 90px;
  height: 30px;
  background: #fff;
  border-radius: 0 8px 8px 0;
  margin: 0;
  padding: 0 12px;
  border: 0;
  outline: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8e1108;
}
header .search button:hover {
  cursor: pointer;
  background: #f2f2f2;
}
header .search button i {
  font-size: 13px;
  margin: -1px 0 0 6px;
}
header .logo {
  margin: 28px auto;
}
header .logo:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
header nav#menu {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #82160f;
  position: relative;
  z-index: 10;
  padding: 10px;
  border-radius: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: #5b0b05;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 40px 0 -10px rgba(255, 255, 255, 0.05);
}
header nav#menu #menuanchor {
  display: none;
}
header nav#menu ul {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
header nav#menu ul li {
  margin: 0;
  position: relative;
}
header nav#menu ul li a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  line-height: 60px;
  display: inline-block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
header nav#menu ul li a:hover {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px #fff;
}
header nav#menu ul li.menu-item-has-children > a:after {
  content: '\f107';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 6px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
header nav#menu ul li > ul {
  visibility: hidden;
  max-height: 0px;
  -webkit-filter: opacity(0%);
  filter: opacity(0%);
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  background-image: url(img/pattern.png);
  padding: 0;
  margin: -2px 0 0 0;
  border-radius: 0 0 15px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #5b0b05;
  box-shadow: inset 0 0 1px -1px rgba(255, 255, 255, 0.1);
}
header nav#menu ul li:hover > ul {
  visibility: visible;
  max-height: 500px;
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
}
header nav#menu ul li > ul li {
  width: 100%;
  margin: 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
header nav#menu ul li > ul li a {
  width: 100%;
  line-height: 42px;
  padding: 0 40px 0 15px;
  text-align: left;
}

main {
  width: 100%;
}

/* CATEGORIES */
main .categories {
  width: 100%;
  margin: 0 0 34px 0;
}
main .categories ul {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  list-style: none;
  flex-wrap: wrap;
}
main .categories ul li {
  margin: 0 6px 6px 0;
}
main .categories ul li a,
main .categories ul li span {
  border: 1px solid #fff;
  border-radius: 50px;
  height: 33px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 0 14px 1px 14px;
}
main .categories ul li span {
  background: #8e1108;
}
main .categories ul li a:hover {
  background: #fff;
	color: #151515;
}
main.single .categories ul li {
  margin: 0 8px 8px 0;
}

/* TITLE */
main .main_title {
  width: 100%;
  margin: 0 0 18px 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
main .main_title h1,
main .main_title h2,
main .main_title h3 {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
main .main_title .seeall {
  margin: 0 0 0 32px;
  color: #c91e12;
  font-size: 14px;
  border-bottom: 1px dotted transparent;
  text-decoration: none;
  position: relative;
}
main .main_title .seeall:before {
  content: '';
  width: 1px;
  height: 16px;
  background: #8c8c8c;
  position: absolute;
  top: 0;
  left: -15px;
}
main .main_title .seeall:hover {
  border-bottom: 1px dotted #c91e12;
}
main .main_title .text {
  min-width: 100%;
  max-width: 100%;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  margin: 5px 0 0 0;
  filter: opacity(50%);
}

/* SLIDER */
main .slider {
  width: 100%;
  text-align: center;
  margin: 0 0 70px 0;
}
main .slider .owl-dots {
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
main .slider .owl-dots button {
  width: 40px;
  height: 10px;
  background-image: url(img/pattern.png);
  border-radius: 20px;
  border-width: 1px !important;
  border-style: solid;
  border-color: #5b0b05;
  box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.3);
  margin: 0 3px;
  outline: 0;
}
main .slider .owl-dots button:hover {
  -webkit-filter: opacity(80%);
  filter: opacity(80%);
}
main .slider .owl-dots button.active {
  -webkit-filter: grayscale(100%) brightness(300%) contrast(50%);
  filter: grayscale(100%) brightness(300%) contrast(50%);
}
main .slider .owl-nav {
  width: 180px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
main .slider .owl-nav button {
  background: transparent;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: 0;
}
main .slider .owl-nav button:hover {
  -webkit-filter: opacity(80%);
  filter: opacity(80%);
}

/* POST LIST */
main .posts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}

/* POST */
main .post {
  width: 100%;
  max-width: 245px;
  height: 100%;
  margin: 0 20px 20px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  position: relative;
}
main .post:nth-child(4n) {
  margin: 0 0 20px 0;
}
main .post.min {
  margin: 0;
}
main .post .thumb {
  width: 100%;
  border-radius: 6px;
  padding: 10px;
  background-image: url(img/pattern.png);
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}
main .post.min .thumb {
  padding: 5px;
}
main .post .thumb a {
  width: 100%;
  height: 0;
  padding-top: 150%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
}
main .post .thumb a:hover {
  filter: brightness(115%);
}
main .post .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}
main .post .inner {
  width: 100%;
  height: 98px;
  padding: 15px 12px 12px 12px;
  background-image: url(img/pattern.png);
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 40px 0 100px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 0 0 6px 6px;
  margin: -6px 0 0 0;
  z-index: 1;
}
main .post .inner .title a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  max-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
main .post .inner .title a:hover {
  text-shadow: 0 0 10px #fff;
}
main .post .inner .infos {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 10px 0 0 0;
}
main .post .inner .infos div {
  display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: rgb(36 36 36);
    padding: 5px 9px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin: -1px 4px 0 0;
}
main .post .inner .infos div i {
  font-size: 15px;
  color: #4c870d;
  margin: 0 5px 0 0;
}

/* FOOTER */
footer {
  width: 100%;
  margin: 160px 0 60px 0;
}
footer .bar {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-image: url(img/pattern.png);
  position: relative;
  z-index: 10;
  padding: 0;
  border-radius: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: #5b0b05;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 40px 0 -10px rgba(255, 255, 255, 0.05);
}
footer .bar .copy {
  width: 30%;
  text-align: left;
  padding: 0 36px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
footer .bar .logo {
  margin: -140px 0 0 0;
}
footer .bar .logo:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
footer .bar .credit {
  width: 30%;
  text-align: right;
  padding: 0 36px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
footer .bar .credit a {
  color: #fff;
  text-decoration: none;
}
footer .bar .credit a:hover {
  color: #fff;
  text-shadow: 0 0 10px #fff;
}

/* SINGLE */
main.single .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
main.single aside {
  min-width: 220px;
  max-width: 220px;
}
main.single aside .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  width: 100%;
  border-radius: 6px;
  padding: 10px 14px;
  background-image: url(img/pattern.png);
  border-width: 1px;
  border-style: solid;
  border-color: #5b0b05;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
main.single aside .title h3 {
  font-size: 14px;
}
main.single aside .post {
  margin: 0 0 10px 0;
}
main.single .center {
  flex: 1;
  padding: 0 20px;
}
main.single .center article {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #5b0b05;
  border-radius: 10px 10px 6px 6px;
  margin: 0 0 30px 0;
}
main.single .center article > .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  border-radius: 6px 6px 0 0;
  padding: 14px 16px 18px 16px;
  background-image: url(img/pattern.png);
  border-width: 1px;
  border-style: solid;
  border-color: #5b0b05;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  color: #fff;
}
main.single .center article > .title h1 {
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
main.single .center article > .infos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  width: 100%;
  padding: 10px 12px;
  background-image: url(img/pattern.png);
  border-width: 1px;
  border-style: solid;
  border-color: #5b0b05;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 40px 0 100px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 0 0 6px 6px;
  margin: -6px 0 0 0;
  z-index: 1;
}
main.single .center article > .infos div {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-radius: 5px;
  font-size: 13px;
  line-height: auto   !important;
  font-weight: 700;
  color: #fff;
}
main.single .center article > .infos div i {
  font-size: 12px;
  color: #c91e12;
  margin: 0 3px 0 0;
}
main.single .center article > .infos div a {
  color: #fff;
  margin: 0 0 0 5px;
  text-decoration: none;
}
main.single .center article > .infos div a:hover {
  text-shadow: 0 0 10px #fff;
}
main.single .center article .content {
  color: #000;
  font-size: 15px;
  padding: 20px 22px 2px 22px;
}
main.single .center article .content img {
  max-width: 520px;
}
main.single .center article .content ul,
main.single .center article .content ol {
  list-style-position: inside;
}
main.single .center article .content ul,
main.single .center article .content ol,
main.single .center article .content p,
main.single .center article .content hr {
  margin: 0 0 18px 0;
  line-height: 160%;
}
main.single .center article .content h1,
main.single .center article .content h2,
main.single .center article .content h3,
main.single .center article .content h4,
main.single .center article .content h5,
main.single .center article .content h6 {
  margin: 0 0 18px 0;
  line-height: 140%;
  font-size: 16px;
  font-weight: 700;
}
main.single .center article .content a {
  text-decoration: none;
  color: #8e1108;
  border-bottom: 1px dotted #8e1108;
}
main.single .center article .content a:hover {
  color: #c91e12;
  border-bottom: 1px solid #c91e12;
}
main.single .center #comments {
  background: #fff;
  color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #5b0b05;
  border-radius: 10px 10px 6px 6px;
  color: #000;
  font-size: 15px;
  padding: 20px 22px;
  margin: 0 0 60px 0;
}

/* PAGED */
main .nav {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 50px 0;
}
main .nav span,
main .nav a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  border: 1px solid #fff;
  border-radius: 50px;
  height: 36px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px 1px 15px;
  margin: 0 8px 8px 0;
}
main .nav span.current {
  background: #8e1108;
}
main .nav span.pages {
  -webkit-filter: opacity(50%);
  filter: opacity(50%);
  font-weight: 400;
}
main .nav a:hover {
  background: #fff;
  color: #151515
}
#menu-item-62335 a {
    color: red !important; /* Garante que a cor seja aplicada */
}