/*
Theme Name: porngifmag theme
Theme URI: http://porngifmag.com/
Description: Theme created for nsfw website porngifmag.com
Version: 1.5
*/

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*::-moz-selection {
	background: #000;
	color: #fff;
}
*::selection {
	background: #000;
	color: #fff;
}
h1, h2, h3 {
	font-weight: 700;
	padding: 0;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #000;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
.text-center {
	text-align: center;
}
.clearfix {
	clear: both;
	content: " ";
	display: table;
}

body {
	font-family: Arial, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
body.no-scroll {
	overflow: hidden;
	height: 100%;
}
.container {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0;
}

.header {
	padding: 10px;
}

.logo {
	text-align: center;
}
.logo a {
	display: inline-block;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.logo a:hover, .logo:active, .logo:focus {
	color: #000;
}

.logo a span {
	color: #ff0000;
}

.tag-cloud {
	display: none;
	padding: 10px 0;
	text-align: justify;
}
.tag-cloud a {
	display: inline-block;
	margin: 5px 10px;
	line-height: 20px;
	color: #444;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.tag-cloud a:hover {
	color: #ff0000;
}
.tag-cloud a:nth-child(1n+14) {
	display: none;
}

/* heading */
.heading {
	text-align: center;
}
.heading h1 {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: 400;
	padding: 0 0 20px 0;
}
.heading h2 {
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: 400;
	padding: 0 0 20px 0;
}
.heading h3 {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
	font-weight: 600;
	padding: 0 0 8px 0;
	color: #313131;
	text-align: right;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.heading p {
	text-transform: uppercase;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 8px 0;
	color: #b2b2b2;
}

/* PAGE CONTENT */
.page {
	display: block;
	font-size: 0;
	padding: 10px;
	overflow: hidden;
}

.loop {
	font-size: 0;
	margin: -5px;
}
.thumb {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.thumb-holder {
	position: relative;
	overflow: hidden;
}
.thumb-image a {
	position: relative;
	display: block;
	font-size: 0;
}
.thumb-image img {
	width: 100%;
	height: auto;
}
.thumb-loop {
	width: 50%;
}
.thumb-video {
	width: 50%;
}

/* SINGLE PAGE */
.single-post {
	overflow: hidden;
	display: block;
}
.single-post .heading h1 {
	text-transform: capitalize;
}
.single-main {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.single-side {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	will-change: min-height;
}
.sidebar__inner{
	transform: translate(0, 0); /* For browsers don't support translate3d. */
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}
.side-ad {
	text-align: center;
}
.side-ad .ad {
	width: 100%;
	margin: 0 auto;
}
.side-ad .small {
	max-width: 360px;
}
.side-ad .large {
	/*display: none;*/
}

.single-tags {
	padding: 10px 0;
}
.meta-tag-link {
	display: inline-block;
	font-size: 18px;
	padding: 5px;
	margin: 5px;
}

.header-ad {
	padding: 10px;
	text-align: center;
	font-size: 0;
}
.header-ad .medium, 
.header-ad .large {
	display: none;
}

.single-image {
	position: relative;
	display: block;
	line-height: 0;
	padding-bottom: 5px;
	min-height: 130px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.single-image a {
	display: block;
	font-size: 0;
	line-height: 0;
}
.single-image img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}
.single-image.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	cursor: pointer;
	background-color: #000;
	z-index: 999;
}
.single-image.fullscreen img {
	height: 100%;
	max-height: 100% !important;
}
.single-image.tile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	cursor: pointer;
	background-position: 50%;
	background-color: #000;
	z-index: 999;
}
.single-image.tile img {
	display: none;
}

.control {
	text-align: center;
	padding-top: 5px;
}
.control .icon {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
}
.control .icon .svg {
	width: auto;
	height: 16px;
}
.control .icon .path {
	fill: #fff;
}
.control-next {
	display: inline-block;
	background-color: #E07201;
	width: 100%;
	max-width: 360px;
	border-radius: 3px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.control-next:hover {
	background-color: #FF972D;
}
.control-next span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
	line-height: 50px;
}
.control-next:hover span {
	/*color: #00E6CC;*/
}
.control-next:hover .path {
	/*fill: #00E6CC;*/
}

.more {
	padding: 20px 0;
	text-align: center;
}
.more a {
	font-size: 18px;
	font-weight: 800;
	line-height: 50px;
	background-color: #ff0000;
	color: #fff;
	padding: 0 25px;
	border-radius: 3px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.more a:hover {
	background-color: #ff4444;
	color: #fff;
}

.related {
	overflow: hidden;
	padding-top: 54px;
}
.related .widget {
	padding-bottom: 16px;
	display: none;
}
.partners {

}
.partners-holder {
	font-size: 0;
}
.partner-link {
	padding: 10px 0;
}
.partner-link a {
	font-size: 12px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.partner-link a:hover {
	color: #ff0000;
}

.contacts-page {
	padding: 54px 8px;
	font-size: initial;
}

/* navigation */
.navigation {

}
.navigation ul {
	text-align: center;
	font-size: 0;
	padding: 20px 0;
}
.navigation ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.navigation ul li a {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	color: #000;
	background-color: #dadada;
	font-size: 12px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.navigation ul li.current a  {
	background-color: #000;
	color: #fff;
}
.navigation ul li a:hover  {
	background-color: #ff0000;
	color: #fff;
}
.navigation .svg {
	display: inline-block;
	height: 10px;
	width: auto;
	vertical-align: middle;
	margin-top: -2px;
}
.navigation .svg .path {
	fill: #000;
}
.navigation ul li.current a .path, 
.navigation ul li a:hover .path  {
	fill: #fff;
}
.navigation .first .svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
	-ms-filter: "FlipH";
}
.navigation .prev .svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
	-ms-filter: "FlipH";
}

/* FOOTER */
.footer {
	color: #000;
	font-size: 0;
	padding: 25px 10px;
}
.footer a {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.footer a:hover {
	color: #ff0000;
}
.footer .contacts {
	display: inline-block;
	width: 30%;
	text-align: right;
}
.footer .copy {
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	width: 70%;
}

/* ADS */
.footer-ads {
	padding: 5px;
	text-align: center;
	font-size: 0;
	max-width: 1000px;
	margin: 0 auto;
}
.footer-ad {
	display: inline-block;
	padding: 5px;
}
/*.footer-ad:nth-child(1n+2) {
	display: none;
}*/

.footer-im-ad {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
	/*height: 250px;*/
	font-size: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin-bottom: 0;
	z-index: 900;
}
.footer-im-wrapper {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.footer-im-mobile {
	background-color: rgba(18, 18, 18, 0.8);
}
.footer-im-large {
	background-color: rgba(18, 18, 18, 0.8);
	display: none;
}
.close-im-ad {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	/*border-radius: 2px;*/
	background-color: #000;
	color: #fff;
	overflow: hidden;
	z-index: 999;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.close-im-ad span {
	font-size: 27px;
	margin: -1px;
	line-height: 24px;
	display: block;
}
.close-im-ad:hover {
	background-color: #ff0000;
	color: #fff;
}

.resize-ad {
	text-align: left;
	overflow: hidden;
	line-height: 0;
}
.resize-ad iframe {
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}


/* Responsive */
@media (min-width: 370px) {
	.partner-link {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
}
@media (min-width: 540px) {
	.thumb-loop {
		width: 33.33%;
	}
	.footer-ad {
		width: 50%;
	}
	.footer-ad:nth-child(2) {
		display: inline-block;
	}
}
@media (min-width: 768px) {	
	.tag-cloud {
		display: inline-block;
	}
	.tag-cloud a:nth-child(1n+14) {
		display: inline-block;
	}
	.tag-cloud a:nth-child(1n+38) {
		display: none;
	}

	.thumb-loop {
		width: 25%;
	}
	.thumb-video {
		width: 33.33%;
	}

	.header-ad .small {
		display: none;
	}
	.header-ad .large {
		display: block;
	}
	.header-ad .large .thumb-loop:nth-child(1n+5) {
		display: none;
	}

	.partner-link {
		width: 33.33%;
	}
	.partner-link a {
		font-size: 14px;
	}

	.navigation ul li a {
		padding: 0 20px;
		line-height: 46px;
		font-size: 14px;
	}
}
@media (min-width: 880px) {

	.footer-ad {
		width: 33.33%;
	}
	.footer-ad:nth-child(3) {
		display: inline-block;
	}
	
}
@media (min-width: 1024px) {
	.tag-cloud {
		padding: 20px 0;
	}
	.tag-cloud a:nth-child(1n+38) {
		display: inline-block;
	}
	.tag-cloud a:nth-child(1n+48) {
		display: none;
	}

	.heading h1 {
		font-size: 28px;
		line-height: 30px;
	}
	.heading h2 {
		font-size: 26px;
		line-height: 28px;
	}

	.page {
		padding: 25px 10px;
	}
	.thumb-loop {
		width: 16.66%;
	}
	.thumb-video {
		width: 25%;
	}

	.single-main {
		width: 70%;
		padding-right: 20px;
	}
	.single-side {
		width: 30%;
	}
	.control {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.control-next {
		max-width: 100%;
	}
	.control-next span {
		line-height: 56px;
	}


	.side-ad .small {
		display: none;
	}
	.side-ad .large {
		display: block;
	}
	.side-ad .ad:nth-child(1n+2) {
		padding-top: 10px;
	}

	.related .widget {
		display: block;
	}

	.header-ad .large .thumb-loop:nth-child(1n+5) {
		display: inline-block;
	}

	.partner-link {
		width: 25%;
	}

	.footer-im-ad {
		width: auto;
		padding: 0 10px 10px 0;
	}
	.footer-im-mobile {
		display: none;
	}
	.footer-im-large {
		display: block;
	}
}
@media (min-width: 1100px) {
	.tag-cloud a:nth-child(1n+48) {
		display: inline-block;
	}

	.partner-link {
		width: 20%;
	}
}
@media (min-width: 1280px) {
	.page {
		padding: 20px 10px;
	}
	.loop {
		margin: -10px;
	}
	.thumb {
		padding: 10px;
	}
}