/* Datalife Engine template 
name: Adult site,
creation date: 1 july 2019, 
version dle: 12-13
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 16px 'Roboto', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #fff; background: #111; min-height: 100%; width: 100%; font-weight: 300;}
a {color: #fff; text-decoration: none;}
a:hover, a:focus {color: #fff; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 300; font-size: 24px;}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: 'Roboto' !important; font-weight: 300;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px;
border-radius: 4px; cursor: pointer; color: #fff; background-color: #ea172a; font-size: 16px; font-weight: 300;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #c0392b; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #111; color: #fff; 
box-shadow: inset 0 0 0 1px #000, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #fff; opacity: 0.6; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start, #dle-content {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong {font-weight: 500;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .frate a {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 24px !important; font-weight: 300;}
#dle-content > *:not(.th-item) {width: 100%;}
.th-title:before, .fmain > h1:before {background: #3A1C71;  background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71);}
.hmenu a.is-active:before, .btn-search, .navigation span:not(.nav_ext), .pagi-nav a:hover, #gotop, 
.main-nav a.is-active, .main-nav a:hover, .btn-menu, button, .btn 
{background: #3A1C71;  background: linear-gradient(135deg, #FFAF7B, #D76D77, #3A1C71); color: #fff;}
button:hover, .btn:hover {background: linear-gradient(90deg, #FFAF7B, #D76D77, #3A1C71); color: #fff;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding: 60px; padding-top: 300px !important;}
.wrap:before {content: ''; position: fixed; left: 0; top: 0; width: 100%; height: 100%;
background: url(../images/bg.jpg) center top no-repeat; will-change: transform;}
.wrap-center {max-width:1530px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {background-color: #1d2124; box-shadow: 0 0 30px rgba(0,0,0,0.6);}
.header {background-color: #111; padding: 0 30px;}
.content {padding: 30px; min-height: 100vh; position: relative; z-index: 100;}
.footer {background: #111 url(../images/logo.png) 30px center / 140px auto no-repeat; 
padding: 15px 30px; padding-left: 200px; font-size: 14px; color: #ccc; line-height: 1.5;}
.footer a {color: #FFAF7B; text-decoration: underline;}

#gotop{position:fixed; width:60px; height:40px; line-height:40px; right:10px; bottom:10px;
z-index:990; display:none; background-color:#ea172a; color:#fff; cursor:pointer; font-size:18px; 
border-radius:6px; text-align:center; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.6; background-color: #000;}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 240px; height: 70px;}
.hmenu a {display: block; margin-left: 40px; line-height: 70px; position: relative;}
.hmenu a.is-active:before {content: ''; width: 100%; height: 3px; position: absolute; left: 0; bottom: 15px;}
.hmenu a:hover {color: #FFAF7B;}
.btn-search {cursor: pointer; font-size: 16px; width: 40px; height: 40px; line-height: 40px; 
	text-align: center; border-radius: 50%;}
.search-wrap {width: 100%; max-width: 800px; padding: 30px; color: #fff; position: fixed; z-index: 999; 
	top: 0; left: 50%; transform: translateX(-50%);}
.search-title, .search-close {font-size: 24px;}
.search-box {position:relative; margin-top: 30px;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; border-radius: 0; box-shadow: none; 
background-color: #fff; color: #000;}
.search-box input:not(:focus)::placeholder {color: #000;} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width: 30px;
background:transparent !important; color:#000 !important; font-size: 16px !important; padding: 0 !important;}


/* NAV
----------------------------------------------- */
.main-nav {padding: 20px 20px 0 20px;}
.main-nav li {width: 14.28%;}
.main-nav a {padding: 0 10px; height: 30px; line-height: 30px; border-radius: 3px; font-size: 15px; 
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block;}


/* SECTION, SIDE
----------------------------------------------- */
.sect {margin-bottom: 30px;}
.sect-header {margin-bottom: 30px;}
.sect-title {font-size: 24px;}
.sect-items {margin: 0 -10px;}
.mb-remove {margin-bottom: -20px;}
.sorter {position:relative; cursor:pointer; color:#ccc; font-size: 14px; margin-left: 20px;}
.sorter:before {content:attr(data-label); display: inline-block; vertical-align: top;}
.sorter > span {display: inline-block; vertical-align: top; font-weight: 500;
color: #FFAF7B; border-bottom: 1px dotted #FFAF7B; margin-left: 2px;}
.sorter form {display:none; background-color:#222; padding:10px; line-height:26px; box-shadow:0 0 15px 0 rgba(0,0,0,0.3); 
position:absolute; right:0; top:100%; width:160px; z-index:999; border-radius: 4px;}
.sorter a:hover {text-decoration:underline;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font-family:"Font Awesome 5 Pro"; 
display:inline-block; margin-left:10px;}
.sort li.desc a:after {content:"\f062"}
.site-desc {margin-bottom: -15px; padding-top: 40px;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size: 20px; margin-bottom: 20px;}
.site-desc p {line-height: 1.7; margin-bottom: 15px; color: #ccc; font-size: 14px;} 
.site-desc a {color: #D76D77; text-decoration: underline;}
.sect-grid {display: grid; grid-template-columns: repeat(5,1fr); grid-template-rows: repeat(3,140px); 
	grid-gap: 10px 10px; grid-auto-flow: row dense;}


/* TOP ITEM
----------------------------------------------- */
.tile {display: block; font-size: 14px; border-radius: 3px; box-shadow: 0 0 30px 0 rgba(0,0,0,0.6);}
.tile {grid-column: span 1; grid-row: span 1;}
.tile-big {grid-column: span 2; grid-row: span 2; font-size: 20px;}
.tile-long {grid-column: span 2; grid-row: span 1;}
.tile-tall {grid-column: span 1; grid-row: span 2; font-size: 20px;}
.tile:after {content: ''; position:  absolute; left:0; bottom: 0; width: 100%; height: 50%; z-index: 1;
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);}
.tile-title {position: absolute; left: 0; bottom: 0; width: 100%; z-index: 10; padding: 20px; line-height: 1.3;}
.tile:hover {box-shadow: 0 0 30px #D76D77;}
.tile:hover .tile-title {opacity: 0;}


/* THUMB ITEM
----------------------------------------------- */
.th-item {width: 33.33%; padding: 0 10px; margin-bottom: 20px;}
.th-in {display: block; border-radius: 3px; box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);}
.th-in:after {content:''; position:absolute; z-index:1; bottom:0; left:0; right:0; height:70%; pointer-events:none;
background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);}
.th-title {position: absolute; z-index: 10; left: 0; right: 0; bottom: 0; 
	padding: 20px; line-height: 1.3;}
.th-title:before {content: ''; position: absolute; left: 0px; top: 20px; bottom: 20px; width: 3px;}
.th-time {position: absolute; z-index: 10; font-weight: 500; left: 20px; top: 20px; font-size: 12px; 
background-color: rgba(0,0,0,0.4); padding: 3px 10px; border-radius: 10px;}
.th-rating {position: absolute; z-index: 10; right: 0px; top: 20px; font-weight: 500; font-size: 12px; 
background-color: #eee; color: #444; padding: 3px 20px 3px 10px; border-radius: 10px 0 0 10px; 
box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);}
.th-rating .far {color: #44bd32; margin-right: 6px;}
.th-item:hover .th-in {box-shadow: 0 0 30px 0 #D76D77;}
.th-item:hover .th-time, .th-item:hover .th-rating {opacity: 0;}

.cat-item {width: 20%;}
.cat-item .img-resp {padding-top: 100%;}
.cat-item .th-title {font-weight: 500; font-size: 18px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.pagi-nav {justify-content: flex-end;}
.navigation {text-align:center; padding-top: 20px; font-size: 14px; font-weight: 500;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 15px; 
margin:0 4px 10px 4px; line-height: 40px; min-width: 40px;
background-color: #111; color: #ccc; box-shadow: 0 0 15px 0 rgba(0,0,0,0.6); border-radius: 3px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {color: #fff;}


/* FULL
----------------------------------------------- */
.fmain > h1 {font-size: 24px; font-weight: 300; position: relative;}
.fmain > h1:before {content: ''; position: absolute; left: -30px; top: 0px; bottom: 0px; width: 3px;}
.fplayer {border-radius: 3px; box-shadow: 0 0 30px 0 rgba(0,0,0,0.6); overflow: hidden; margin: 30px 0 15px 0;}
.fmeta {background-color: #111; padding: 15px; border-radius: 6px; color: #ccc; margin-bottom: 30px;}
.frels {margin-left: -30px; margin-right: -30px; padding: 30px; 
	border-bottom: 10px solid #111; border-top: 10px solid #111;}

.fmeta-item {line-height: 40px; height: 40px;}
.fmeta-item .far {margin-right: 10px; font-size: 24px; opacity: 0.6;}
.fdl {border-radius: 20px;}
.frate a {color: #fff; background-color: #66d86c; margin-right: 10px; height: 40px; line-height: 40px; 
border-radius: 20px; padding: 0 5px 0 15px; display: block;
background: linear-gradient(135deg, #66d86c, #27ae60);}
.frate a + a {background-color: #f8497a; background: linear-gradient(135deg, #f8497a, #c0392b);}
.frate-likes {margin-left: 10px;}
.frate-likes, .frate-dislikes {font-weight: 500; display: inline-block; background-color: rgba(0,0,0,0.2); 
padding: 0 10px; height: 30px; line-height: 30px; min-width: 30px; text-align: center; border-radius: 15px;}
.frate a:hover {opacity: 0.8;}

.ftext {color: #ccc;}
.ftags {width: 400px; margin-left: 30px; line-height: 1.5; color: #ccc;}
.ftags-row + .ftags-row {margin-top: 18px;}
.ftags-caption {color: #fff; margin-right: 5px;}
.ftags-row a {color: #FFAF7B; border-bottom: 1px dotted #FFAF7B;}
.ftags-row a:hover {border-bottom-color: transparent;}

.full-comms, .add-comms {width:48%;}
.no-comms {-ms-flex-order:-1;-webkit-order:-1;order:-1}
.comm-letter {position: absolute; left: 0; top: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; 
background-color: #000; color: #fff; font-size: 18px; font-weight: 500; text-transform: uppercase; border-radius: 50%;}
.add-comms > form {position: sticky; right: 0; top: 30px; margin-bottom: 30px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:600px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.5; font-size: 16px;}
.full-text img:not(.emoji) {max-width:100%; margin:10px auto;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#D76D77;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:300;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:0;}
.full-text > ul li {list-style:disc; margin-left:40px;}
.full-text > ol li {list-style:decimal; margin-left:40px;}


/* COMMENTS
----------------------------------------------- */
.add-comms {}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 3px 3px 6px rgba(0,0,0,0.1);}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 20px; color: #fff; font-size: 18px; font-weight: 500;}

.comm-item {margin-bottom: 20px; font-size: 14px; padding-left: 50px; position: relative; min-height: 50px;}
.comm-two {margin: 6px 0;}
.comm-one > span {margin-right: 15px; color: #ccc; font-size: 14px;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 500; color: #FFAF7B; opacity: 1;}
.comm-three a:hover {border-bottom-color: transparent;}
.comm-three-left > a {font-weight: 500; color: #D76D77; border-bottom: 1px dotted #D76D77;}


/* ADAPTIVE
----------------------------------------------- */
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#111;
padding:15px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .hmenu a, .side-panel .main-nav a {margin: 0; height: 40px; line-height: 40px;}
.side-panel .main-nav li, .side-panel .hmenu li {width: 100%;}
.side-panel .main-nav {border-bottom: 0; margin: 0 -10px; padding: 20px 0;}
.side-panel .hmenu a.is-active:before {bottom: 0;}

@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.wrap:before {display: none;}
.wrap, .wrap:before {padding: 0 !important; background-image: none;}
.btn-menu {display: block; font-size: 24px; cursor: pointer; margin-right: -30px; height: 70px; line-height: 70px; 
width: 70px; text-align: center; margin-left: 15px;}
.header .hmenu, .nav, #gotop {display: none !important;}
.logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px; width: 100px; margin-right: 30px; position: relative;}
.logo img {max-width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.sect-grid {display: block; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
.tile {display: inline-block; vertical-align: top; width: 240px; height: 160px; 
	margin: 0 10px 0 0; font-size: 16px !important; white-space: normal;}
.pagi-nav {justify-content: center;}

.ftags {width: 100%; margin: 30px 0 0 0;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.th-item {width: 50%;}
.cat-item {width: 33.33%;}

.frate {width: 100%; justify-content: center;}
.fmeta-item, .fdl {display: none;}
.full-comms, .add-comms{width:100%;}
.add-comms {-ms-flex-order:-1;-webkit-order:-1;order:-1}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.footer {display: block; text-align: center; background-position: center 20px; padding: 80px 30px 20px 30px;}
.footer-counter {display: inline-block; margin-top: 15px;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.th-item {width: 100%;}
.cat-item {width: 50%;}
.sorter {display: none;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center22 {max-width:360px;}
.fmeta {padding: 10px; padding-bottom: 0;}
.frate {justify-content: space-between;}
.frate a {margin: 0 0 10px 0;}
}

@media screen and (max-width: 350px) {
.wrap-center22 {max-width:320px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
