/*
Theme Name: Xvideos Plug
Theme URI: http://www.xvideosplug.net/
Description: Tema Base desenvolvido por Fiel Designer
Author: FielDesigner
Author URI: http://www.fieldesigner.com.br/
license: Não copia seu comédia.
*/

.version{

}

.btn,
.searchIco,
.toggleIco,
.toggleIco:hover span,
.toggleShowMore,
.toggleSidebar {
    cursor: pointer;
}
.searchIco:hover span::after,
.toggleIco:hover span {
    background-color: var(--destakColor);
}
#conteudo,
.toggleIco span,
body,
header {
    position: relative;
}
.fullMenu ul li a:hover,
.menuFooter li a:hover,
.redMenu ul li a:hover,
header {
    background: var(--bgColor);
}
#sidebarIcons a.ico,
.fullMenu ul li a,
.infoPost .post-tags a,
.menuFooter li a,
.paginacao li a,
.redMenu ul li a,
.searchForm input,
body {
    color: var(--fontColor);
}
#sidebarIcons a.ico,
.descPage a,
.fullMenu ul li a,
.menuFooter li a,
.paginacao li a,
.redMenu ul li a,
a,
p.descPagenohide a {
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
}
a,
button,
div,
li,
ul {
    display: inline-block;
    position: relative;
}
body,
html {
    width: 100%;
    overflow-x: hidden;
}
:root {
    --destakColor: #da0000;
    --bgColor: #0e1418;
    --fontColor: rgb(224, 224, 224);
    --bgGrayBlock: #1e282f;
    --strongColor: #000;
}
body,
button,
input,
select,
textarea {
    font-family: Calibri, system-ui, -apple-system, "Open Sans", sans-serif;
    font-size: 0.9rem;
}
body {
    background-color: var(--bgColor);
}
html #wpadminbar {
    position: fixed !important;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}
.menuelogo {
    display: flex;
    align-items: center;
}
.responsive-logo {
    max-width: 100%;
    height: auto;
}
header a.logo {
    font-size: 0;
    display: inline-block;
}
.hide {
    display: none;
}
.toggleIco {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 19px;
}
.toggleIco span {
    display: block;
    width: 21px;
    height: 3px;
    background-color: #fff;
    margin: 2px;
    transition: 0.5s;
    border-radius: 5px;
}
.anuncios li,
.dirHeader,
.fullMenu,
.menuFooter li,
.paginacao li,
.paginacao li a,
.redColor {
    display: inline-block;
}
.fullMenu {
    left: -100%;
    height: 100%;
    width: 90%;
    max-width: 300px;
    position: fixed;
    z-index: 9;
    background: rgba(0, 0, 0, 0.98);
    padding: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    overflow: auto;
    overflow-x: hidden;
    transition: left 0.5s;
    top: 0;
}
#sidebarIcons,
.selo-hd,
.selos,
.toggleShowMore,
.toggleSidebar {
    position: absolute;
}
.fullMenu ul,
.fullMenu ul li {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0 0 1px;
}
.fullMenu ul li a {
    background: rgba(255, 255, 255, 0.05);
    display: block;
    border-radius: 6px;
    padding: 10px;
}
.fullMenu ul li a:hover,
.listaDefault li:hover a h2,
.menuFooter li a:hover,
.post-relacionados h2,
.redColor,
.toggleShowMore,
footer h3 {
    /*color: var(--destakColor);*/
    color: #fff;
}
.descPage a,
.selo,
p.descPagenohide a {
    color: #fff;
}
.fullMenu .toggleIco {
    align-items: flex-end;
    padding: 4px 4px 19px;
}
#forMenu:checked ~ .fullMenu {
    left: 0;
}
#forMenu:checked ~ .fullMenu .toggleIco span:last-child,
#forMenu:checked ~ header .menuelogo .toggleIco span:last-child {
    opacity: 0;
}
#forMenu:checked ~ .fullMenu .toggleIco span:first-child,
#forMenu:checked ~ header .menuelogo .toggleIco span:first-child {
    transform: rotate(45deg);
    top: 7px;
}
#forMenu:checked ~ .fullMenu .toggleIco span:nth-child(2),
#forMenu:checked ~ header .menuelogo .toggleIco span:nth-child(2) {
    transform: rotate(-45deg);
    top: 0;
}
.searchForm {
    display: block;
    overflow: hidden;
    max-width: 0;
    max-height: 0;
    transition: 0.5s;
    z-index: 9;
}
.searchForm form {
    display: flex;
    align-items: center;
    background: var(--bgGrayBlock);
    border-radius: 20px;
    padding: 0 0 0 12px;
}
.searchForm input {
    background: 0 0;
    font-size: 0.9rem;
    padding: 10px 0 10px 17px;
    width: 80%;
    width: calc(100% - 44px);
}
.searchIco {
    padding: 10px 18px 14px 10px;
    background: 0 0;
    display: inline-block;
    transition: 0.5s;
}
.redMenu,
footer h3,
footer h4 {
    padding: 10px 0;
}
.searchIco span {
    display: block;
    width: 16px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    border: 3px solid #fff;
    transition: 0.5s;
}
.searchIco span::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 9px;
    background-color: #fff;
    transform: rotate(-45deg);
    border-radius: 5px;
    margin-top: 8px;
    right: 17px;
    transition: 0.5s;
}
.searchIco:hover span {
    cursor: pointer;
    border-color: var(--destakColor);
}
#forSearch:checked ~ .searchForm {
    max-width: 100%;
    max-height: 60px;
    margin: 0 12px 12px;
    display: block;
}
#forSearch:checked ~ header .dirHeader .searchIco span,
#forSearch:checked ~ header .dirHeader .searchIco span::after {
    display: block;
    width: 21px;
    height: 4px;
    background-color: #fff;
    margin: 0;
    transition: background-color 0.5s;
    border-radius: 5px;
    transform: rotate(45deg);
    border: none;
}
#forSearch:checked ~ header .dirHeader .searchIco span::after {
    transform: rotate(-90deg);
    margin-top: 0;
    right: 0;
}
#sidebarIcons,
.toggleSidebar {
    background: var(--bgGrayBlock);
}
.redMenu {
    background: #430f0f;
    background: linear-gradient(135deg, #430f0f 0, #2c1713 100%);
    border-top: 1px solid rgba(255, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0;
    display: block;
    width: 100%;
    scroll-behavior: smooth;
    overflow: scroll;
}
.redMenu::-webkit-scrollbar {
    display: none;
}
.redMenu ul {
    display: block;
    text-align: center;
    font-size: 0;
    padding: 1px;
    white-space: nowrap;
}
.descPage,
p.descPagenohide {
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.descPage,
footer p,
p.descPagenohide {
    text-align: justify;
}
.anuncios,
.btn,
.centershared,
.rodape-menu li,
footer {
    text-align: center;
}
.redMenu ul::-webkit-scrollbar {
    display: none;
}
.redMenu ul li {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
}
.redMenu ul li:first-child {
    margin-left: 16px;
}
.redMenu ul li:last-child {
    margin-right: 16px;
}
.redMenu ul li a {
    font-size: 0.9rem;
    background: rgba(218, 0, 0, 0.15);
    padding: 4px 10px 6px;
    border-radius: 50px;
    margin: 10px 3px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    display: inline-block;
}
.redMenu ul li a:hover {
    box-shadow: 1px 1px 0 rgba(255, 0, 0, 0.1);
}
#conteudo {
    padding: 20px;
    z-index: 1;
    width: 100%;
    display: block;
}
#conteudo .center,
.infoPost,
.post,
.post-relacionados,
.sectionBannerFooter,
footer {
    display: block;
}
h1 {
    text-transform: initial;
    margin-bottom: 10px;
    max-width: calc(100% - 20px);
}
.descPage {
    font-weight: 100;
    font-size: 0.85rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}
.descPage p {
    padding: 0;
    margin: 0;
}
#forShowMore:checked ~ .toggleShowMore span:first-child,
.anuncios li.anuncio-mobile,
.descPage iframe,
.toggleShowMore span:last-child {
    display: none;
}

/*p.descPage {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: -webkit-line-clamp 0.3s ease;
}
*/
p.descPage {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    transition: -webkit-line-clamp 0.3s ease;
    font-size: 1.2em;
}

p.descPage[itemprop="description"] {
    overflow: auto;
    padding: 10px 20px 10px 0px;
}

p.line-clamp3 {
    -webkit-line-clamp: 3;
}

.nohide {
    overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
}
#sidebarIcons {
    display: flex;
    flex-direction: column;
    top: 0;
    right: -73px;
    width: 72px;
    border-radius: 8px 0 0 8px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-right: none;
    padding: 10px 0 5px;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.5);
    transition: right 0.5s;
}
#sidebarIcons a.ico {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    text-transform: uppercase;
    margin: 10px 0;
}
#sidebarIcons a.ico span {
    display: inline-block;
    text-align: center;
    opacity: 0.5;
    padding: 3px 0;
}
#sidebarIcons a.ico svg {
    width: 25px;
    height: auto;
    fill: var(--fontColor);
    transition: 0.5s;
}
#sidebarIcons a.ativo svg,
#sidebarIcons a.ico:hover svg,
.toggleSidebar svg {
    fill: var(--destakColor);
}
.toggleSidebar {
    left: -29px;
    top: 14px;
    border-radius: 8px 0 0 8px;
    padding: 10px 10px 7px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-right: none;
}
.toggleSidebar svg {
    height: 15px;
    transition: 0.5s;
}
#forSideicons:checked ~ #sidebarIcons {
    right: 0;
}
#forSideicons:checked ~ #sidebarIcons .toggleSidebar svg {
    transform: rotate(180deg);
}
.toggleShowMore {
    font-weight: 600;
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.7;
    right: 20px;
    padding: 5px 0;
}
.selo,
footer p {
    font-weight: 100;
}
.toggleShowMore:hover {
    opacity: 1;
}
#forShowMore:checked ~ .descPage {
    overflow: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: vertical;
}
#forShowMore:checked ~ .toggleShowMore span:last-child {
    display: inline;
}
.listaDefault {
    list-style: none;
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 38px -5px -5px;
}
.listaDefault li {
    display: block;
    padding: 5px;
    border-radius: 12px;
}
.listaDefault li a,
.post {
    width: 100%;
    color: var(--fontColor);
}
.listaDefault li:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.listaDefault li h2 {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: justify;
    color: var(--fontColor);
}
/*.listaDefault li a h2,
.listaDefault li a p {
    color: var(--fontColor);
    transition: 0.5s;
}*/
.listaDefault li a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
    border-radius: 6px;
}
.selos {
    display: flex;
    align-items: flex-end;
    bottom: 0;
    gap: 1px;
}
.selo {
    display: inline-block;
    z-index: 2;
    background: rgb(0, 0, 0, 0.5);
    line-height: 0.7rem;
    padding: 4px 5px 3px;
    font-size: 0.7rem;
    border-radius: 0 6px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}
.selo svg {
    fill: #fff;
    height: 11px;
    margin-right: 1px;
}
.selo-novo {
    background: red;
}
.fontZero {
    font-size: 0;
}
footer {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 100%);
    padding: 20px;
}
footer p {
    opacity: 0.8;
    margin-bottom: 15px;
}
footer h4 {
    background-color: rgba(255, 255, 255, 0.03);
    width: 100%;
    border-radius: 6px;
}
.menuFooter li a {
    display: inline-block;
    padding: 7px 10px;
    border: solid 1px var(--bgColor);
    line-height: 0.8rem;
    border-radius: 6px;
}
.menuFooter li a:hover {
    border: solid 1px var(--destakColor);
}
.post-embed {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.post-embed embed,
.post-embed iframe,
.post-embed video,
.videoPlayer {
    width: 100%;
    height: auto;
    border-radius: 9px;
    font-size: 0;
    background-color: #000;
}
.infoPost .post-tags a,
.rodape-menu a, .btnPanelShowInfo {
    background-color: #1e282f;
    line-height: 30px;
    text-transform: uppercase;
}

.btnPanelShowInfo{
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}
.infoPost,
.post .post-thumb, .btnPanelShowInfo{
    border-radius: 8px;
    width: 100%;
}
.post h1 {
    font-size: 1.6rem;
}
.post h2 {
    font-size: 1.4rem;
}
.post h3 {
    font-size: 1.2rem;
}
.post .post-thumb {
    width: 40%;
    height: auto;
    opacity: 0.8;
    float: left;
    position: relative;
    z-index: 2;
    margin-right: 15px;
    margin-bottom: 12px;
    max-width: 218px;
}
.infoPost {
    background: #1e282f;
    padding: 8px 10px 10px;
}
.btn,
.form-control {
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
}
.infoPost .post-tags {
    display: grid;
    grid-template-columns: 80px 1fr;
    margin-bottom: 10px;
    align-items: center;
}
.infoPost .post-tags a, .infoPost button {
    color: var(--fontColor);
    display: inline-block;
    padding: 0 9px;
    line-height: 30px;
    border-radius: 3px;
    text-transform: capitalize;
    border: solid 1px rgba(255, 255, 255, 0.1);
    text-decoration: none;
    margin: 3px;
    left: -3px;
}

#btn-redes-sociais{
    max-width: 240px;
}

.infoPost button{
    color: #fff;
    background-color: #1e282f;
    cursor:pointer;
}

.infoPost .post-tags a:hover {
    color: var(--destakColor);
    border: solid 1px var(--destakColor);
}
.infoPost .post-tags .a2a_kit a {
    border: none;
}
.infoPost .post-tags .a2a_kit a:hover {
    border: none;
}
.paginacao {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.paginacao li a {
    padding: 8px 14px;
    border-radius: 4px;
    background-color: var(--bgGrayBlock);
    font-weight: 800;
    margin: 1px;
}
.paginacao li a:hover {
    background-color: rgba(255, 0, 0, 0.1);
}
.anuncios {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.anuncios li {
    margin: 0 10px 10px;
    vertical-align: top;
}
.anuncios iframe,
.anuncios img {
    max-width: 100%;
}
.bannersPost {
    display: block;
    margin-top: 20px;
}
.clear {
    clear: both;
    display: block;
}
.post-relacionados .listaDefault {
    margin: 5px -10px -10px;
}
.form-contato {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group {
    margin-bottom: 15px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-block {
    display: block;
    width: 100%;
}
@media only screen and (min-width: 630px) {
    .listaDefault {
        grid-template-columns: repeat(3, 33.33%);
    }
    label.searchIco {
        display: inline-block;
    }
}
@media only screen and (min-width: 750px) {
    #forSearch:checked ~ .searchForm,
    #forSearch:not(:checked) ~ .searchForm,
    .searchForm {
        max-width: unset;
        max-height: unset;
        margin: 0;
        overflow: none;
        position: absolute;
        top: 9px;
        width: calc(100% - 273px);
        left: 247px;
    }
    label.searchIco {
        display: none;
    }
}
@media (max-width: 768px) {
    .anuncios li.anuncio-mobile {
        display: inline-block;
    }
    .anuncios li.anuncio-desktop {
        display: none;
    }
}
@media only screen and (min-width: 900px) {
    .listaDefault {
        grid-template-columns: repeat(4, 25%);
        margin: 38px -10px -10px;
    }
    .listaDefault li {
        padding: 10px;
    }
    #sidebarIcons {
        left: 0;
        right: unset;
        border: 1px solid rgba(255, 255, 255, 0.04);
        border-left: 0;
        border-top: 0;
        border-bottom: 0;
        border-radius: 0;
        height: 100vh;
        top: 0;
        position: fixed;
        padding-top: 66px;
    }
    .comSidebar {
        padding-left: 72px;
    }
    #conteudo.comSidebar,
    #footer.comSidebar {
        padding-left: 102px;
    }
    .postComBanners {
        float: left;
        width: calc(100% - 330px);
    }
    .bannersPost {
        max-width: 330px;
        float: right;
        margin-top: 20px;
    }
    .post .post-thumb {
        width: 218px;
        float: left;
    }
    .infoPost {
        float: right;
        width: calc(100% - 233px);
    }
}
@media only screen and (min-width: 1000px) {
    .redMenu ul {
        justify-content: center;
    }
    #forSearch:checked ~ .searchForm form,
    #forSearch:not(:checked) ~ .searchForm form,
    .searchForm form {
        margin: 0 auto;
        max-width: 600px;
    }
    .redMenu::-webkit-scrollbar {
        display: unset;
        height: 4px;
        width: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .redMenu::-webkit-scrollbar-thumb {
        background-color: #262626;
        border-radius: 5px;
        transition: background-color 0.5s;
    }
    .redMenu:hover::-webkit-scrollbar-thumb {
        background-color: #000;
    }
}
@media only screen and (min-width: 1200px) {
    .listaDefault {
        grid-template-columns: repeat(5, 20%);
    }
}
@media only screen and (min-width: 1500px) {
    #conteudo .center,
    footer .center {
        max-width: 1500px;
        margin: 0 auto;
    }
}
p.descPagenohide {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
}
.container-menu {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    padding: 0 5px;
    overflow: hidden;
}
.rodape-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
}
.rodape-menu a,
.selo-hd {
    color: #fff;
    padding: 0 5px;
}
.rodape-menu li {
    width: 31%;
    display: inline-block;
    margin: 0 2px 2px;
}
.info a,
.rodape-menu a {
    display: block;
    text-decoration: none;
}
.rodape-menu a {
    border-radius: 3px;
    margin-bottom: 5px;
}
@media (min-width: 540px) {
    .rodape-menu li {
        max-width: 33%;
    }
}
@media (max-width: 539px) {
    .rodape-menu li {
        width: 47%;
    }
}
.container-menu div.title {
    margin-bottom: 10px;
}
.title_relacionados{
    font-size: 1.5em;
}
.info a {
    padding: 10px;
    color: #007bff;
}
.info a h2 {
    margin: 0;
    font-size: 16px;
}
p.descriptionCategory {
    text-align: justify;
    padding: 0 10px 10px;
    -webkit-line-clamp: 3;
    max-height: 3em;
    overflow: hidden;
}
.selo-hd.totalVideos {
    top: inherit;
    bottom: 5px;
}
.selo-hd {
    background-color: #c00;
    display: inline-block;
    font-weight: 600;
    right: 5px;
    top: 5px;
    font-size: 12px;
    line-height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 2;
}