body.admin-bar .filter-posts-section .filter-sidebar{top:32px;height:calc(100vh - 32px)}@media (min-width:783px){body.admin-bar .filter-posts-section .filter-sidebar{top:46px;height:calc(100vh - 46px)}}.top-controls-section{display:-webkit-box;display:-ms-flexbox;display:flex}.top-controls-section .checked-terms{max-width:80%}.top-controls-section #sort-posts{max-width:20%;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:680px){.top-controls-section #sort-posts,.top-controls-section .checked-terms{max-width:50%}}.top-controls-section .filter-toggle{display:none}@media only screen and (max-width:680px){.top-controls-section .filter-toggle{display:inline-block;border:none;padding:4px 8px;background-color:var(--theme-palette-color-8);color:#fff;border-radius:3px;margin-bottom:3px;-ms-flex-item-align:start;align-self:flex-start}}.filter-posts-section{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:680px){.filter-posts-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.filter-posts-section .filter-sidebar{width:17%;padding:0.5em}.filter-posts-section .filter-sidebar h3{font-size:1.3em;margin-bottom:0.3em}.filter-posts-section .filter-sidebar #multilevel-filter .filter{margin-bottom:1.5em}.filter-posts-section .filter-sidebar #multilevel-filter label{font-size:0.8em;font-weight:600}.filter-posts-section .filter-sidebar #multilevel-filter label input{margin-right:5px}.filter-posts-section .filter-sidebar .hidden{display:none}.filter-posts-section .filter-sidebar .term-toggle{border:none;color:var(--theme-palette-color-1);text-align:center;text-decoration:none;display:inline-block;margin:4px 2px;cursor:pointer;-webkit-transition-duration:0.4s;transition-duration:0.4s;background-color:transparent;font-size:0.9em}.filter-posts-section .filter-sidebar .term-toggle:hover{color:#fff}.filter-posts-section .filter-sidebar .filter ul{-webkit-padding-start:0;padding-inline-start:0}.filter-posts-section .filter-sidebar .filter ul li{list-style-type:none}.filter-posts-section .filter-sidebar .custom-checkbox{position:relative;padding-left:25px;cursor:pointer;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filter-posts-section .filter-sidebar .custom-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.filter-posts-section .filter-sidebar .custom-checkbox .checkbox-indicator{position:absolute;top:0;left:0;height:15px;width:15px;background-color:var(--theme-palette-color-5);border:none}.filter-posts-section .filter-sidebar .custom-checkbox .checkbox-indicator:after{content:"";position:absolute;display:none;left:5px;top:2px;width:6px;height:10px;border:solid var(--theme-palette-color-1);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.filter-posts-section .filter-sidebar .custom-checkbox input:checked~.checkbox-indicator:after{display:block}.filter-posts-section .filter-sidebar .custom-checkbox input:checked~.checkbox-indicator{background-color:var(--theme-palette-color-6)}.filter-posts-section .filter-sidebar .close-sidebar{display:none}@media only screen and (max-width:680px){.filter-posts-section .filter-sidebar{width:90%;height:100vh;position:fixed;top:0;right:-100%;overflow-y:scroll;z-index:1000;background-color:var(--theme-palette-color-7);-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;-webkit-transform:translateX(0);transform:translateX(0)}.filter-posts-section .filter-sidebar.active{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.filter-posts-section .filter-sidebar .close-sidebar{display:block;top:1rem;left:1rem;background:transparent;border:none;font-size:1.5rem;cursor:pointer;z-index:10;color:#fff}.filter-posts-section .filter-sidebar .close-sidebar:focus{outline:none}}.filter-posts-section .filtered-posts{width:83%;padding:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}@media only screen and (max-width:680px){.filter-posts-section .filtered-posts{width:100%}}.filter-posts-section .filtered-posts .post-entry{width:calc(25% - 10px);margin:5px;float:left}@media only screen and (max-width:1024px){.filter-posts-section .filtered-posts .post-entry{width:calc(33.33% - 10px)}}@media only screen and (max-width:768px){.filter-posts-section .filtered-posts .post-entry{width:calc(50% - 10px)}}@media only screen and (max-width:576px){.filter-posts-section .filtered-posts .post-entry{width:calc(50% - 8px);margin:4px}}.filter-posts-section .filtered-posts .post-entry .feat-img a{position:relative;display:block;width:100%;height:0;padding-bottom:59.66%}.filter-posts-section .filtered-posts .post-entry .feat-img a .img-std{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.filter-posts-section .filtered-posts .post-entry .feat-img a .img-hvr{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.filter-posts-section .filtered-posts .post-entry .feat-img a:hover .img-std{opacity:0}.filter-posts-section .filtered-posts .post-entry .feat-img a:hover .img-hvr{opacity:1}.filter-posts-section .filtered-posts .post-entry .post-text{padding:6px}.filter-posts-section .filtered-posts .post-entry .post-text .fas{margin-right:5px}.filter-posts-section .filtered-posts .post-entry .post-text h2{font-size:0.9em;margin-top:5px;font-weight:500}.filter-posts-section .filtered-posts .post-entry .post-text h2 a{color:#fff}.filter-posts-section .filtered-posts .post-entry .post-text h2 a:hover{color:var(--theme-palette-color-1)}.filter-posts-section .filtered-posts .post-entry .post-text .views-count{font-weight:600;font-size:0.8em}.filter-posts-section .filtered-posts .post-entry .post-text .duration,.filter-posts-section .filtered-posts .post-entry .post-text .network,.filter-posts-section .filtered-posts .post-entry .post-text .pornstars{font-size:0.8em;font-weight:600}.filter-posts-section .filtered-posts .post-entry .post-text .duration a,.filter-posts-section .filtered-posts .post-entry .post-text .network a,.filter-posts-section .filtered-posts .post-entry .post-text .pornstars a{color:var(--theme-palette-color-3)}.filter-posts-section .filtered-posts .post-entry .post-text .duration a:hover,.filter-posts-section .filtered-posts .post-entry .post-text .network a:hover,.filter-posts-section .filtered-posts .post-entry .post-text .pornstars a:hover{color:var(--theme-palette-color-1)}.filter-posts-section .filtered-posts .post-entry .post-text .duration-network{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:680px){.filter-posts-section .filtered-posts .post-entry .post-text .duration-network{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.restricted-content-login{padding:2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:660px;background-color:var(--theme-palette-color-6);color:#fff;margin:3em auto}.restricted-content-login h2{text-align:center}.restricted-content-login #rcp_login_form{width:90%;max-width:300px}.restricted-content-login #rcp_login_form #rcp_login_submit{width:100%}.single-post .fas{margin-right:5px}.single-post.eporner-video iframe #headbar{display:none!important}.single-post .post-entry .video-section{max-width:1280px;margin:auto}.single-post .post-entry .post-meta .network-duration{font-weight:600;font-size:0.9em;margin:1em 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-post .post-entry .post-meta .network-duration .duration{max-width:50%}.single-post .post-entry .post-meta .network-duration .network{max-width:50%;text-align:right}.single-post .post-entry .post-meta .network-duration .network a{color:var(--theme-palette-color-3)}.single-post .post-entry .post-meta .network-duration .network a:hover{color:var(--theme-palette-color-1)}.single-post .post-entry .post-meta .category{font-size:0.9em;font-weight:600;margin-bottom:0.5em}.single-post .post-entry .post-meta .category a{color:var(--theme-palette-color-3)}.single-post .post-entry .post-meta .category a:hover{color:var(--theme-palette-color-1)}.single-post .post-entry .post-meta .pornstars{font-size:0.9em;font-weight:600;margin-bottom:0.5em}.single-post .post-entry .post-meta .pornstars a{color:var(--theme-palette-color-3)}.single-post .post-entry .post-meta .pornstars a:hover{color:var(--theme-palette-color-1)}.single-post .post-entry .post-meta .entry-title{font-size:1.5em;margin-bottom:0.5em}@media only screen and (max-width:1024px){.single-post .post-entry .post-meta .entry-title{font-size:1.4em}}@media only screen and (max-width:768px){.single-post .post-entry .post-meta .entry-title{font-size:1.3em}}@media only screen and (max-width:576px){.single-post .post-entry .post-meta .entry-title{font-size:1.2em}}.single-post .related-posts .posts-grid{margin-bottom:3em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.single-post .related-posts .posts-grid .post-entry{width:calc(25% - 16px);margin:8px;float:left}@media only screen and (max-width:1024px){.single-post .related-posts .posts-grid .post-entry{width:calc(33.33% - 16px)}}@media only screen and (max-width:768px){.single-post .related-posts .posts-grid .post-entry{width:calc(50% - 16px)}}@media only screen and (max-width:576px){.single-post .related-posts .posts-grid .post-entry{width:calc(50% - 8px);margin:4px}}.single-post .related-posts .posts-grid .post-entry .feat-img a{position:relative;display:block;width:100%;height:0;padding-bottom:59.66%}.single-post .related-posts .posts-grid .post-entry .feat-img a .img-std{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.single-post .related-posts .posts-grid .post-entry .feat-img a .img-hvr{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.single-post .related-posts .posts-grid .post-entry .feat-img a:hover .img-std{opacity:0}.single-post .related-posts .posts-grid .post-entry .feat-img a:hover .img-hvr{opacity:1}.single-post .related-posts .posts-grid .post-entry .post-text{padding:4px}.single-post .related-posts .posts-grid .post-entry .post-text .fas{margin-right:5px}.single-post .related-posts .posts-grid .post-entry .post-text h2{font-size:0.9em;margin-top:5px;font-weight:600}.single-post .related-posts .posts-grid .post-entry .post-text h2 a{color:#fff}.single-post .related-posts .posts-grid .post-entry .post-text h2 a:hover{color:var(--theme-palette-color-1)}.single-post .related-posts .posts-grid .post-entry .post-text .views-count{font-weight:600;font-size:0.8em}.single-post .related-posts .posts-grid .post-entry .post-text .duration,.single-post .related-posts .posts-grid .post-entry .post-text .network,.single-post .related-posts .posts-grid .post-entry .post-text .pornstars{font-size:12px;font-weight:600}.single-post .related-posts .posts-grid .post-entry .post-text .duration a,.single-post .related-posts .posts-grid .post-entry .post-text .network a,.single-post .related-posts .posts-grid .post-entry .post-text .pornstars a{color:var(--theme-palette-color-3)}.single-post .related-posts .posts-grid .post-entry .post-text .duration a:hover,.single-post .related-posts .posts-grid .post-entry .post-text .network a:hover,.single-post .related-posts .posts-grid .post-entry .post-text .pornstars a:hover{color:var(--theme-palette-color-1)}.single-post .related-posts .posts-grid .post-entry .post-text .duration-network{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:680px){.single-post .related-posts .posts-grid .post-entry .post-text .duration-network{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.single-post .related-posts .archive-link{display:-webkit-box;display:-ms-flexbox;display:flex;padding:3em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid var(--theme-palette-color-5)}#sidebar .widget_nav_menu .widget-menu li a{padding:7px 12px;border-radius:4px;background:var(--theme-palette-color-6);display:block;margin-bottom:6px}#sidebar .widget_nav_menu .widget-menu li a:hover{color:#fff}#sidebar .widget_nav_menu .widget-menu li.current-menu-item a{background:var(--theme-palette-color-1);color:#fff}.rcp_form input.required{color:var(--theme-palette-color-3)!important}.checked-terms{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px;width:100%}.checked-terms .reset-button{background-color:var(--theme-palette-color-2);color:#fff;padding:4px 8px;border-radius:3px;font-size:0.8em;cursor:pointer;margin-right:5px;margin-top:-2px}.checked-terms .reset-button:focus,.checked-terms .reset-button:hover{background-color:var(--theme-palette-color-8)}@media only screen and (max-width:680px){.checked-terms .reset-button{margin-top:5px}}.checked-term{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5px;margin-bottom:5px;padding:3px 6px;background-color:var(--theme-palette-color-8);border-radius:5px;color:#fff;font-size:0.7em}.checked-term span{margin-right:5px}@media only screen and (max-width:680px){.checked-term{margin-top:5px}}.checked-term .remove-term{cursor:pointer;color:#aaa}.overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:999}
/*# sourceMappingURL=styles.css.map */