/*
Theme Name:   PinkNews Responsive by Dreamr
Theme URI:    http://www.pinknews.co.uk/
Version:      3.0
Author:       Ed Gunn @ Dreamr
*/

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

@font-face {
	font-family: 'PTSerif';
	src:  url('fonts/PTSerif-Regular.woff') format('woff');
}
@font-face {
	font-family: 'DiariaXB';
	src:  url('fonts/Diaria-Pro-Extra-Bold.woff') format('woff');
}
@font-face {
	font-family: 'DiariaSB';
	src:  url('fonts/Diaria-Pro-Semi-Bold.woff') format('woff');
}
@font-face {
	font-family: 'DiariaM';
	src:  url('fonts/Diaria-Pro-Medium.woff') format('woff');
}

body {
	background:#fff;
	color:#222;
	font:14px/22px  'DiariaSB','Helvetica Neue',Helvetica,Arial,Tahoma,Verdana,sans-serif;
	margin:0;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color: rgba(240, 189, 201, 0.7);
	-webkit-font-smoothing: antialiased;
}

img.company_logo { height: auto !important; }

body.logged-in {
	/*padding-top: 1px;*/
}

iframe {
	background:transparent;
	overflow:hidden;
	border:none;
}

fieldset {
	margin: 0;
}

img {
	border:none;
}

a {
	color:#F173AC;
	text-decoration: none;
}

a:hover {
 /* color:#d1768f;
 text-decoration: underline;*/
}

.page-wrap img {

}

h2 {
	color:#111;
	font-size:12px;
	line-height:18px;
	margin: 0px 0px 12px;
	/*clear:left;*/
	font-weight:700;
	font-family: 'DiariaSB';
	font-weight: normal;
}

p {
	margin:15px 0px 0px 0px;
}

p {
	font-family: 'Open Sans';
}

ul {
	list-style:none outside;
	margin:0;
	padding:0;
}

.article img {
	/*width: 100%;*/
	height: auto;
}

.article .entry-content img:not(.trc_img) {
	width: 100%;
	height: auto;
}

.page-wrap {
	max-width: 970px;
	clear: both;
	padding: 5px 0px;
	margin:0 auto;
	position: relative;
	overflow: visible;
	/*z-index: 1;*/
}

.primary {
	max-width: 650px;
	float:left;
	clear:left;
	position: relative;
}

.secondary {
	max-width: 300px !important;
	float:right;
}

.secondary.article {
	margin-top:10px;
}

.content {
	max-width:440px;
	float:left;
}

.content.fullwidth {
	max-width:100%;
}

.sub-content {
	max-width:160px;
	float:right;
	clear: right;
	z-index: 99998;
	position: relative;
}

.nofloat{
	float:none!important;
}

.primary.switched .content {
	float:right;
}

.primary.switched .sub-content {
	float:left;
	clear:left;
}

.mobilelogo{
	display: none;
	max-width: 59px;
	margin-top: 10px !important;
}

.clearBoth {
	content: " ";
	display: block;
	clear: both;
}

/* Side lists */

.side-list {
	margin-bottom:30px;
	position: relative;
}

.secondary .side-list {
	clear:both;
}

.side-list a {
	/*padding-left: 103px;*/
	display:block;
	margin-bottom:10px;
	overflow:hidden;
	font-size:13px;
	line-height:18px;
	position:relative;
	font-family: DiariaSB;
	font-weight: normal;
	color: #000;
}

.side-list a:hover {
	text-decoration: none;
}

.side-list a:hover .title {
	text-decoration: underline;
}

a:visited .tag-new {
	background-color: #fff;
}

.category-list-top a:visited .comment-count, .category-list-other a:visited .comment-count, .side-list a:visited .comment-count {
	color:#888;
}

.side-list h3 {
	position: absolute;
	top: 51px;
	left: 0px;
	background: #fff;
	background: rgba(255,255,255,0.7);
	color: #111;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	white-space: nowrap;
	margin: 0px;
	padding: 3px 7px;
	z-index: 1;
}

.side-list li a img {
	float:left;
	margin:0px 10px;
	box-shadow: none;
	border: none;
}

.side-list a:hover img {
	opacity: 0.9;
}

.side-list.on-this-day a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.mpu {
	margin-bottom:20px;
	line-height: 0;
}

.mpu iframe, .skyscraper iframe, .mpu embed, .skyscraper embed {
	background:#F7F7F7;
	background:rgba(0,0,0,0.1);
	display: block;
	margin: 0 auto;
}

.secondary .fb-like-box {
	margin: -15px -10px 0px;
	height: 162px;
	overflow: hidden;
}

.facebook-like-box {
	margin-top: -10px;
	margin-bottom: 15px;
}

/* Header */

#pre-ad
{
	margin: 15px -10px 0px;
}

.leaderboard {
	background:#E9E9E9;
	min-height:90px;
	padding:10px 0px;
	clear:both;
}

.leaderboard iframe {
/*  margin:20px auto;
  background:#FFF;
  border:0;
  display:block;
  width: 728px;
  transform: scale(1.304);
  -webkit-transform: scale(1.304);
  height: 90px;*/
}
.leaderWrap {
	display: table;
	margin: auto;
}

.newsletter-subscribe {
	padding-bottom: 5px;
	background: #F173AC;
	display: none;
	border-bottom: 1px solid #CCC;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 1042999;
	overflow: auto;
}
.newsletter-subscribe form {
	padding: 20px 0px;
	clear: none;
	max-width: 500px;
	position: relative;
	float: left;
}
.newsletter-subscribe p {
	margin: 0px 0px 10px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}

.newsletter-subscribe .email-field {
	max-width: 468px;
	padding: 10px 15px;
	border: 1px solid #CCC;
	font-size: 14px;
}

.newsletter-subscribe em {
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	color: #FFF;
	display: block;
	text-align: left;
	margin-top: 12px;
	line-height: 14px;
	font-family: diariam;
}

.newsletter-subscribe button {
	float: right;
	display: block;
	border: none;
	padding: 6px 29px;
	border-radius: 2px;
	text-align: center;
	background: #FFFFFF;
	color: #F173AC;
	font-family: sans-serif;
	font-weight: bold;
	margin: 8px 0 0 0;
	cursor: pointer;
	font-size: 15px;
	line-height: 18px;
	font: 'Helvetica Neue',Helvetica,Arial,Tahoma,Verdana,sans-serif;
}

.newsletter-subscribe button.email-cancel {
	border: 1px solid #FFF;
	color: #FFF;
	background:transparent;
	margin-right:10px;
}
.social_links {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.sectionWrapper{
	display: table;
	margin:auto;
	width: 960px;
}
#twitter-widget-0{
	clear: left; display: block;  padding-top: 10px;
}
header {
	margin: 0px 0px 10px;
	position: fixed;
	overflow: visible;
	height: 60px;
	top: 0;
	z-index: 1042998;
	background-color: #FFF;
	width: 100%;
	max-width: 970px;
}

#navBar{
	z-index: 1042999;
}
.newsletter-link {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color:#666;
	text-transform: uppercase;
}

.newsletter-link i {
	font-size: 14px;
	color: #AAA;
	margin-right: 2px;
	position: relative;
	bottom: -1px;
	text-decoration: none;
}

header .subnav .menu {
	float:right;
}

header .subnav .menu-item-feed a {
	font-size: 0px;
	color: transparent;
}

header .subnav .menu-item-feed a:before {
	content: "\f09e"; 
	font-family: FontAwesome;
	color: rgb(134, 124, 129);
	font-size: 14px;
	position: relative;
	top: 2px;
}

header .logo-panel {
	display:block;
	float:left;
	max-width:260px;
	height:70px;
}

header .logo-panel .logo {
	margin-top: 2px;
	background: transparent;
	margin-left: 50px;
	width: 225px;
	height: auto;
}

header .logo-panel .fb-like {
	float:left;
}

header .logo-panel .twitter-follow {
	float: right;
	margin-top:2px;
}

header .logo-panel .twitter-follow iframe {
	border-radius: 4px;
	border-right: 1px solid #AAAAAA;
	height: 20px !important;
	max-width: 91px !important;
	overflow: hidden;
}

header .logo-panel .twitter-count {
	font-size: 11px;
	background: #fff;
	border: 1px solid #c1c1c1;
	height: 17px;
	line-height: 19px;
	margin-left: 3px;
	position: relative;
	min-width: 15px;
	padding: 2px 4px;
	text-align: center;
	white-space: nowrap;
	top: -6px;
}

header nav.main {
	overflow: hidden;
	min-height:30px;
	clear: both;
	padding-top: 10px;
	margin-bottom: 20px;
	z-index: 99998;
	top:5px;
	position: relative;
}

header nav.main ul {
	position:relative;
	bottom:-6px;
}

header nav.main li {
	float:left;
	display:inline;
	margin-right:8px;
	font-size:15px;
	line-height:18px;
	font-weight:500;
}

header nav.main li:first-child:before {
	content:'';
	margin:0px;
}

header nav.main li:before {
	content: '';
	color: #C8A5AE;
	margin-right: 15px;
}

form.searchform {
	margin: 0;
	float: right;
	margin-top: 10px;
	position: relative;
}

.searchform input.search {
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
	float: right;
	width: 0px;
	position: absolute;
	right: 5px;
	top: 0;
	padding: 10px 8px 10px 25px;
	line-height: 18px;
	background: #FFF url('images/search-icon.png') no-repeat 7px 3px;
	box-shadow: none;
	border: 1px solid #CCC;
	border-radius: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}

.searchform.active input.search {
	width: 300px;
}

header nav.main input:focus {
	background:#FFF url('images/search-icon.png') no-repeat 7px -32px;
}

#search-toggle {
	background: #F173AC;
	color: #fff;
	line-height: 18px;
	bottom: 0px;
	position: relative;
	height: 20px;
	font-size: 0px;
	padding: 10px;
	text-decoration: none;
	float: right;
	margin: 0px 5px;
	z-index: 50;
}
#search-toggle:before {
	font-family:FontAwesome;
	content: '\f002';
	color: #fff;
	font-size:18px;
}

.active #search-toggle {
	background: none;
}

.active #search-toggle:before {
	content: '\f00d';
	color:rgba(0,0,0,0.5);
}

.header-leaderboard {
	background: none;
	clear: none;
	padding: 0px;
	margin-bottom: 10px;
}

header .leaderboard iframe {
	background:#EEE;
}

.subnav {
	position: absolute;
	top: -35px;
	right: 0px;
	width: 100%;
}

.subnav li {
	font-size:10px;
	text-transform: uppercase;
	color:rgb(134, 124, 129);
	display:inline;
	margin-left:6px;
}

.subnav li:before {
	content:'\b7';
	color:#AAA;
	margin-right:10px;
}

.subnav li:first-child:before {
	content:'';
}

.subnav li a {
	color:rgb(134, 124, 129);
}

.subnav li .feed-icon {
	background:url('images/feed.png') center right no-repeat;
	padding-right:20px;
}

.promo {
	background: #5B6EA1;
	border-radius: 4px;  
	padding:16px 10px 15px 105px;
	color: #FFF;
	overflow: hidden;
	box-shadow:inset 0px 0px 0px 3px rgba(41, 65, 135, 0.52);
}

.promo p {
	margin: 0;
	float:left;
	font-size: 15px;
	line-height: 22px;
	display: block;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
}

.promo p a {
	color:#FFF;
	text-decoration: none;
}

.promo p a:hover {
	text-decoration: underline;
}

.promo .fb-like {
	float: left;
	margin-top: 10px;
}

.promo img {
	background:none;
	float:left;
	margin-left:-80px;
	margin-top:7px;
}

.email-newsletter {
	padding: 10px;
	background: url('images/newsletter.png') no-repeat center 15px;
	padding-top: 60px;
	margin-bottom:20px;
	border:1px solid #DDD;
}

.email-newsletter h2 {
	margin: 0;
	text-align: center;
	text-transform: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	color: rgba(0,0,0,0.7);
}

.email-newsletter .email-field {
	width: 118px;
	font-size: 11px;
	padding: 5px 10px;
	background: rgba(255,255,255,0.8);
}

.email-newsletter .email-submit {
	display: block;
	width: 100%;
	padding: 6px;
	border: none;
	text-transform: uppercase;
	background: rgb(187, 228, 105);
	cursor: pointer;
	margin-top: 5px;
	margin-bottom:0px;
	font-size: 11px;
	border-radius: 2px;
	font-family: sans-serif;
	font-weight: bold;
	box-shadow: inset 0px -2px 0px rgba(0,0,0,0.1);
}

/* Top stories */

.headline {
	background-color: #F173AC;
	background-size:cover;
	background-position:center;
	padding: 20px 0px;
	clear: both;
	margin: 8px auto 3px !important;
	color:#fff;
	min-height: 300px;
	position: relative;
}

.headline #canvas {
	max-width:990px;
	max-height:330px;
	display:none;
}

.headline .headline-story {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 1%;
	box-sizing: border-box;

}

.redTitle{
	color: #e30613;
}

.headline h3 {
	color:#fff;
	font-size:27px;
	line-height:1.4;
	margin: 10px 0px ;
	font-family: DiariaM;
	font-weight: bold;
}

.headline p {
	font-size: 16px;
	line-height: 25px;
}

.headline img.headline-img {
	margin-left: -200px;
	float: left;
}

.headline .mpu {
	margin-bottom:0px;
	float:right;
}

.headline .headline-social {
	margin-top:15px;
	height:20px;
}

.headline .headline-social li {
	display: inline;
	margin-right: 10px;
	font-size:1px;
	line-height: 1px;
}

.headline .comment-count {
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	opacity:0.8;
	margin-left: 7px;
}

.headline .comment-count:before {
	font-size: 14px;
	margin-right: 3px;
	content:"\f075";
	color: #fff;
	font-family:FontAwesome;
}

.top-stories {
	position:relative;
	padding-top:2px;
}

.top-stories li h3 {
	margin: 0;
}

.home-lead-section .secondary {
	margin-right:25px;
}

/* Edition toggle */

.edition {
	font-size:11px;
	line-height:18px;
	text-transform: uppercase;
	color:#999;
	position:absolute;
	top:2px;
	right:0px;
}

.category-list .edition a {
	display:none;
	margin-right: 0px;
	margin-top: -2px;
	text-transform: none;
	border-radius: 2px;
	padding: 3px 15px;
	background-color: #914B5E;
	color: #fff;
	padding-left: 35px;
	text-decoration: none;
	font-weight: bold;
	background-position: 13px center;
}

.edition span {
	padding-left:25px;
	margin-top:2px;
}

.edition:hover span {
	display:none;
}

.edition:hover a {
	display:block;
}

.edition .flag-uk {
	background:url('images/flag-uk.png') 5px center no-repeat;
}

.edition .flag-us {
	background:url('images/flag-us.png') 5px center no-repeat;
}

/* Features */

.features {
	clear:both;
	margin-bottom: 20px;
	position: relative;
	margin-right: -30px;
	overflow: hidden;
}

.features .slides {
	overflow:hidden;
	height:220px;
}

.features .slides li {
	margin-right:5px;
	display:block;
}

.features .slides li a {
	background:#914B5E;
	color:#FFF;
	font-weight:bold;
	float:left;
	height:220px;
	margin:0px 0px;
	margin-right:5px;
	display:block;
	max-width:145px;
}

.features .slides li a:hover {
	text-decoration: none;
}

.features .slides li a:active {
	box-shadow: inset 0px -1px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	margin-top: 1px;
}

.features .slides li a:hover p {
	text-decoration: underline;
}

.features .slides li:nth-child(6n+1) a {
	background:#93575A;
}

.features .slides li:nth-child(6n+2) a {
	background:rgb(139, 103, 69);
}

.features .slides li:nth-child(6n+3) a {
	background:rgb(136, 133, 66);
}

.features .slides li:nth-child(6n+4) a {
	background:rgb(110, 136, 84);
}

.features .slides li:nth-child(6n+5) a {
	background:rgb(93, 144, 156);
}

.features .slides li:nth-child(6n+6) a {
	background:rgb(123, 98, 148);
}

.features .slides li h3 {
	margin: 6px 7px -5px;
	padding:0;
	color:rgba(255,255,255,0.75);
	text-transform: uppercase;
	font-size:11px;
	line-height:14px;
}

.features .slides li p {
	margin: 7px 7px 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	max-height: 62px;
	overflow: hidden;
}

.features .slides li img {
	max-width:100%;
	display:block;
	opacity:0.9;
	background:rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.03s linear;
	-moz-transition: opacity 0.03s linear;
	-ms-transition: opacity 0.03s linear;
	-o-transition: opacity 0.03s linear;
	transition: opacity 0.03s linear;
}

.features .slides li a:hover img {
	opacity:1;
}

.features .flex-control-nav {
	position: absolute;
	top: 4px;
	right: 10px;
	list-style: none outside;
	margin:0;
	padding:0;
}

.features .flex-control-nav li {
	float: left;
}

.features .flex-control-nav li a {
	display:block;
	margin: 4px 3px 2px 5px;
	width:10px;
	height:10px;
	background:#CCC;
	text-indent: -9999px;
	cursor:pointer;
}

.features .flex-control-nav li a.flex-active {
	background:#888;
}

.features .flex-direction-nav a {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 120px;
	background: #fff;
	background: rgba(255,255,255,0.7);
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	opacity:0;
	color:#000;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.features:hover .flex-direction-nav a {
	opacity:1;
}

.features .flex-direction-nav a:hover {
	text-decoration: none;
	background: rgba(255,255,255,1);
}

.features .flex-direction-nav a.flex-next {
	right:-30px;
}

.features .flex-direction-nav a.flex-prev {
	left:-30px;
}

.features:hover .flex-direction-nav a.flex-next {
	right:0px;
}

.features:hover .flex-direction-nav a.flex-prev {
	left:0px;
}

/* Homepage main list */
.category-list {
	/*margin-bottom:20px;*/
	overflow: hidden;
	position: relative;
}

.category-list h2 {
	margin-bottom:10px;
}

.category-list li {
	max-width:210px;
	float:left;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.category-list a {
	display: block;
}

.category-list a:hover, .category-tiles a:hover {
	text-decoration: none;
}

.category-list a:hover span.title, .category-tiles a:hover span.title {
	/*text-decoration: underline;*/
}

.category-list .category-list-top li {
	width:auto;
	float:left;
	margin-bottom:1%;
	max-width: none;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	min-height: 250px;
	position: relative;
	min-width: 34%;
	margin-right: 1%;
}

.top-stories .category-list-top a:nth-child(1) li,
.top-stories .category-list-top a:nth-child(4) li{
	width: 65%;
}

.top-stories .category-list-top a:nth-child(2) li,
.top-stories .category-list-top a:nth-child(4) li{
	margin-right: 0 !important;
}

.category-list .category-list-top.sub_cats li:nth-child(1){
	width: 100%;
}
.category-list .category-list-top.sub_cats li:nth-child(1)  .sub_cats_img{
	height: 300px;
}
.category-list .category-list-top.sub_cats li:nth-child(4){
	clear: both;
}
.category-list .category-list-top.sub_cats li{
	width: 49%;
	margin: 0;
}
.category-list  .category-list-top li:nth-child(2),
.category-list  .category-list-top li:nth-child(4){
	margin-right: 2% ;
}

ul.category-list-top.sub_cats h3 {
	color: #0a0a0a;
	font-family: DiariaSB;
	font-weight: normal;
}

.captionTitle{
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	/*  background-color: rgba(0,0,0,0.7);*/
	color: #fff;
	/*min-height: 3em;*/
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0;
}


.home_cat_wrap {
	width: 100%;
	overflow: auto;
}

ul.wppp_list li {
	float: left;
	width: 24.25%;
	margin-right: 1%;
}

ul.wppp_list li:nth-child(4){
	margin-right: 0;
}
ul.wppp_list li a {
	height: 150px;
	padding: 0;
	margin: 0;
}

.home_cat_header {
	width: 100%;
	padding: 4px 10px;
	box-sizing: border-box;
	margin-bottom: 1%;
	background-color: #b5b5b5;
	color: #fff;
	overflow: auto;
}

.home_cat_header h2 {
	/*margin-left:10px ;*/
	color: #fff;
	font-family: DiariaM;
	font-weight: bold;
	font-size: 25px;
	text-transform: capitalize;
	float: left;
	margin-top: 2px;
	margin-bottom: 0;
	line-height: 25px;
}
.home_cat_header img {
	width: 20px;
	float: right;
}
.home_cat_header.uk-news {
	/*background-color: #004899;*/
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 125px auto;
}
.home_cat_header.trending {
	/*background: #3ec7af;*/
}

.home_cat_header.us-news {
	/*background-color: #da3a44;*/
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 195px auto;
}
.side-list .captionTitle {
	font-size: 16px;
	margin-bottom: 5px;
	bottom: 0;
}
.side-list .black_text_box{
	line-height: 1.5em;
}


.category-list .category-list-medium li {
	width:auto;
	float:none;
	clear:left;
	margin-bottom:30px;
	padding-left:110px;
	overflow: hidden;
}

.category-list-other {
	margin:0px -10px;
}

.category-list-other li {
	margin:0px 10px 10px;
}

.home .category-list .category-list-top li {
	margin-bottom:20px;
}

.category-list-top img {
	float:left;
	margin-left:-165px;
}

.category-list-medium img {
	float:left;
	/*margin-left:-110px;*/
}

.category-list a:hover img {
	opacity: 0.9;
}

.category-list h3 {
	font-size:22px;
	line-height:26px;
	margin: 0 0 10px 0;
	font-family: DiariaSB;
	font-weight: normal;
}

.secondary.sidebar{
	width: 100%;
}
section.side-list .visible a {
	overflow: visible;
	height: 170px;
}
section.side-list.latest .visible a h2{
	font-family: DiariaSB;
	font-weight: normal;
}

.category-list p {
	font-size: 13px;
	line-height: 20px;
	font-weight:normal;
	margin-top:10px;
	text-align:left;
}

.category-list strong {
	font-weight:normal;
}

.category-list .category-list-other li:nth-child(2n+1) {
	clear:left;
}

a.category-see-all {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Open Sans';
	background: #914B5E;
	color: #fff;
	padding: 3px 15px;
	border-radius: 0px;
	margin-right:0;
}

.category-tiles {
	overflow:hidden;
}

.category-tiles ul {
	margin:0px -10px;
}

.category-tiles ul li {
	float: left;
	max-width: 300px;
	padding:0 10px;
	margin-bottom:15px;
}

.category-tiles ul li:nth-child(2n+1) {
	clear:left;
}

.category-tiles h3 {
	font-size:13px;
	line-height:18px;
	margin-top:10px;
}

.category-tiles img {
	display:block;
	max-width:100%;
}

.category-tiles a:hover img {
	opacity:0.9;
}

.tag-new {
	background: #fff;
	color: #000;
	font-size: 14px;
	padding: 2px 5px;
	left: 5px;
	top: 5px;
	position: absolute;
	font-family: diariasb;
	font-weight: normal;
}

.comment-count {
	font-size: 1em;
	color: #fff;
	border-radius: 2px;
	white-space: nowrap;
	font-weight: normal;
	margin-left: 0px;
	font-family: 'DiariaSB';
	/*background-color: #000;*/
	padding: 2px 5px;
}



.category-list-top .comment-count:before {
	font-size: 11px;
}

.category-list-top .comment-count {
	font-size: 13px;
	margin-left:5px;
}

.category-list-date {
	font-size: 18px;
	margin: 10px 0;
	display: block;
	position: relative;
	margin-top: 25px;
}
.category-list-date i{
	margin-left: 10px;
}

.category-list-time {
	float: left;
	margin-right: 5px;
	font-weight: bold;
	color: rgb(134, 124, 129);
}

/* Sub content */
.sub-content ul, .home-meta ul {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: -5px;
}

.sub-content ul li, .home-meta ul li {
	margin-bottom: 6px;
	text-indent: -10px;
	padding-left: 10px;
}

.sub-content ul li.categories ul li, .sub-content ul li.categories, .home-meta ul li.categories ul li {
	padding-left:0px;
	text-indent: 0px;
}

article .sub-content a:hover {
	text-decoration: underline;
}

.sub-content .skyscraper {
	margin-bottom:20px;
	text-align: right;
}

/* Pagination */
.pagination {
	background:#fff;
	border-radius: 2px;
	margin:20px 0px;
	text-align:right;
	overflow:hidden;
	white-space: nowrap;
	clear:both;

}

.pagination li {
	display:inline;
	font-size:11px;
	font-weight:normal;
	font-family: 'DiariaSB';
	float:left;
	font-size: 16px;
}

.pagination a {
	padding: 7px 5px;
	color: #0a0a0a;
}

.pagination .pagination-current {
	float:left;
}

.pagination span {
	padding: 7px 5px;
	color: #e30613;
}

.pagination .pagination-right {
	float:none;
}

.pagination .pagination-right a {
	border:none;
}

.pagination .pagination-disabled {
	color: #999;
	border-right:1px solid #DDD;
	font-weight: normal;
	padding: 0px 7px;
}

/* Article */
h1 {
	font-size: 35px;
	line-height: 36px;
	margin: 15px 0px 10px 0px;
	color:#111;
	font-family: DiariaXB;
	font-weight: normal;
}

article header {
	margin:0px 0px 5px;
	position:relative;
}

article header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "asd";
	clear: both;
	background: none;
	height: 0;
}

article header .content {
	max-width: 620px;
}

article header .sub-content {
	max-width: 100%;
	position: static;
}


ul.post-meta li {
	padding-left:32px;
	font-size: 12px;
	line-height: 24px;
	text-indent: 0px;
	clear:left;
	margin-bottom:5px;
	display: inline-block;
	font-family: 'DiariaSB';
	font-weight: normal;
	color: #b2b2b2;
}

.post-meta i {
	margin-left: -20px;
	float: left;
	font-size: 12px;
	line-height: 27px;
	padding: 2px;
	color:#b2b2b2;
}

.post-meta .post-author i {
	margin-top: -2px;
}

.post-meta .post-comments a i {
	color:#914B5E;
	opacity:0.5;
}

ul.post-meta {
	margin:0px;
	/*position: absolute;*/
	bottom: 0px;
	clear: left;
}

.post-meta li a {
	font-weight:normal;
	color:#b2b2b2;
	font-family: 'DiariaSB';
}

.post-meta li.post-comments a {
	color:#F173AC;
}
section.side-list.more-posts .comment-count {
	padding: 0px 2px;
}

.post-author .avatar {
	float: left;
	margin:0px 0px 0px -29px;
	display: inline;
	border-radius: 100%;
}

.post-meta a:hover {
	text-decoration: underline;
}

.post-author em {
	display:none;
}

.post-date {
	color:#555;
	margin-left: 20px;
	float: right;
}

.post-date sup {
	font-size:9px;
}

.post-modified sup {
	font-size:6px;
}

h2 sup {
	font-size:5px;
}

.post-meta li.post-modified {
	color: #555;
	margin-top:-5px;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
}

.post-comments i {
	margin-top: -2px;
}

.social-buttons {
	margin:20px 0px 0px;
	display: block;
	position: relative;
	z-index: 1042998;
}

.social-buttons li {
	display: block;
	float:left;
	max-height: 25px;
	margin-right:15px;
}

.social-buttons li.facebook {
	margin-top: -2px;
}

.social-buttons li.googleplus {
	max-width: 62px;
}

.social-buttons li.twitter {
	max-width: 85px;
}

.fb_iframe_widget_lift {
	z-index: 1042998 !important;
}

.more-posts {
	clear:both;
	overflow: hidden;
	padding-top: 10px;
	/*  margin: 0px !important;*/
	font-size: 15px;
}

.more-posts ul {
	margin:0px -10px;
}

.more-posts li {
	float: left;
	max-width: 300px;
	margin: 0px 10px;
	font-weight:bold;
}

.more-posts li:nth-child(2n+1) {
	clear:left;
}

article primary {
	clear:both;
	display:block;
}

.article-text ul {
	margin-top:15px;
}

.article-text ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 18px;
	background:url('images/bullet.gif') 0px 9px no-repeat;
}

.article-text iframe, .article-text embed, .article-text object {
	max-width: 100% !important;
	/*margin: 20px 0px !important;*/
}

.article-text blockquote iframe {
	max-width: 100% !important;
	margin-bottom: 0px !important;
}

article img {
	max-width: 100%;
	margin: 20px 0px;
	display: block;
}

article .article-text h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 25px;
	margin-bottom: 0px;
	color: #111111;
}

.article-text p {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin-right: 10px;
}

.article-text p:first-of-type, .article-text p:first-child {
	font-family: 'Open Sans';
	font-size: 20px;
	line-height: 28px;
	margin-top:0px;
}

article p a {
	border-bottom:1px solid rgba(145, 75, 94, 0.27);
	text-decoration: none;
}

.article-text p:nth-child(6n+1)::selection {
	background: rgba(255, 150, 155, 0.25);
}
.article-text p:nth-child(6n+2)::selection {
	background: rgba(255, 190, 129, 0.25);
}
.article-text p:nth-child(6n+3)::selection {
	background: rgba(250, 244, 123, 0.25);
}
.article-text p:nth-child(6n+4)::selection {
	background: rgba(204, 250, 158, 0.25);
}
.article-text p:nth-child(6n+5)::selection {
	background: rgba(157, 236, 255, 0.25);
}
.article-text p:nth-child(6n+6)::selection {
	background: rgba(212, 169, 255, 0.25);
}

article figure.image {
	display:block;
	float:right;
	margin:0px 0px 30px 40px;
	width:100% !important;
	z-index: 99998;
	position: relative;
}

article figure.image img {
	margin: auto;
	max-width: 100%;
	height: 345px;
}

.article figure.image figcaption {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	font-family: 'DiariaSB';
}

.wp-caption {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	font-family: 'DiariaSB';
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
	max-width: 100% !important;
}

figure figcaption.wp-caption-text {
	display: inline-block;
	margin-top: 8px;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	font-family: 'DiariaSB';
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
	max-width: 100% !important;
}

figcaption h1 {
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	font-family: 'DiariaSB';
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
	max-width: 100% !important;
	margin: 0;
}

.wp-caption img {
	margin-bottom: 5px;
	max-width: 100% !important;
}

article figure.embed {
	margin: 0px 0px 30px;
	background: #F7F7F7;
	background: rgba(0,0,0,0.1);
}

article figure.embed iframe, article figure.embed embed {
	width:620px;
	max-width:620px;
	height:349px;
	display:block;
}

article .article-text blockquote {
	margin: 20px 190px 30px 0px;
	font-family: serif;
	font-size: 14px;
	line-height: 22px;
	color: #222;
	clear: left;
	width: 100%;
	border: none;
	background: #ffeaf5;
	padding: 18px;
	box-sizing: border-box;
}

article .article-text blockquote img {
	margin: 15px auto;
}

article .article-text blockquote p, article .article-text blockquote li {
	padding-right:0px;
	text-align:left;
}

article .article-text blockquote li {
	padding-left: 0px;
	margin-left: 16px;
	background: none;
	list-style: square outside;
}

article .article-text blockquote p:first-of-type {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	font-weight: normal;
}

article a:hover {
	text-decoration: none;
}

article .article-footer-buttons {
	margin: auto;
	margin-top: 15px;
	padding: 0px;
	display: block;
	list-style: none;
	clear: left;
	max-width: 100%;
}

article .article-footer-buttons li {
	display: block;
	margin-right: 5px;
	background: none;
	padding: 0px;
	width: 50%;
	margin-right: 0;
	float: left;
}
article .article-footer-buttons li.comment_button {
	width: 100%;
	margin-right: 0;
}
article .article-footer-buttons li.twitter_btn {
	margin-right: 0;
}
article .article-footer-buttons li.comment_button a {
	background: #F173AC;
	font-family: 'DiariaSB';
}

article .article-footer-buttons li.snapchat_banner_btn {
	width: 100%;
	height: auto;
	margin: 0;
}

article .article-footer-buttons li.snapchat_banner_btn a {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

article .article-footer-buttons li.snapchat_banner_btn img {
	width: 100%;
	height: auto;
	margin: 0;
}


article .article-footer-buttons a {
	padding: 8px 15px;
	text-align: center;
	background: #914B5E;
	color: #FFF;
	margin-bottom:10px;
	display: block;
	font-family: 'Open Sans';
}

article .article-footer-buttons a.reader-comments:before {
	margin-right:5px;
	content: "\f075";
	font-family:FontAwesome;
	opacity:0.5;
}

article .article-footer-buttons a.facebook {
	background:#3a5898;
	color:#fff;
	font-weight:normal;
}

article .article-footer-buttons a.twitter {
	background:#2aa9e0;
	color:#fff;
	font-weight:normal;
}

article .article-footer-buttons a.facebook i {
	color:#fff;
	margin-right:3px;
}

article .article-footer-buttons a.twitter i {
	color:#fff;
	margin-right:3px;
}

article .article-footer-buttons a:hover {
	text-decoration: none;
	opacity: 0.85;
}

.sponsored .article-text p:first-of-type, .sponsored .article-text p:first-child {
	font-family: 'Open Sans';
	font-size: inherit;
	line-height: inherit;
	margin-top:15px;
}

article.sponsored img {
	margin:0;
}

article.sponsored .ntv_share {
	margin-top:0 !important;
}

article.sponsored p {
	margin:15px 0px 15px 0px;
}

.sponsored-tag {
	background: rgb(196, 117, 43);
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	padding: 1px 7px 2px;
	font-weight: bold;
	top:-5px;
}

article.sponsored header {
	margin-bottom: 20px;
}

article.sponsored h1 {
	margin-bottom:0;
}

#disqus_thread {
	min-height:300px;
}

.outbrain-wrap {
	position: relative;
	margin-bottom: 40px;
}

.OUTBRAIN li {
	color:#666;
	font-size:13px;
	line-height:18px;
	margin-bottom: 10px;
	padding-left: 15px;
	background:url('images/bullet.gif') 0px 5px no-repeat;
}

.OUTBRAIN li a {
	font-weight:bold;
}

.OUTBRAIN li a:hover {
	text-decoration: underline;
}

.OUTBRAIN .ob_source {
	display:block;
}

.OUTBRAIN .AR_1 .ob_what {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 18px;
	padding: 0px;
	text-transform: uppercase;
}

/* Liveblog */

#liveblog-container {
	margin:15px 0px !important;
	padding-right: 180px !important;
	width:auto !important;
	font-family:inherit !important;
}

#liveblog-container header {
	margin:0px;
}

#liveblog-container li {
	background: none;
	padding: 0;
}

#liveblog-messages {
	background: lightyellow;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
}

.liveblog-entry .liveblog-entry-text {
	margin-left:0px !important;
}

.liveblog-author-avatar, .liveblog-author-name {
	display:none;
}

.liveblog-meta-time a {
	color: rgb(134, 124, 129) !important;
}

.liveblog-entry .liveblog-meta .liveblog-meta-time {
	font-size:11px !important;
	line-height: 18px !important;
	float:none !important;
	display:block;
	border-bottom:1px solid #DDD;
	padding-bottom:5px;
	color: #503945 !important;
	font-weight:bold;
	text-transform: uppercase;
	margin-left:0px !important;
	margin-top:10px !important;
}

.liveblog-entry-text p, .liveblog-entry-text p:first-of-type {
	text-align: justify;
	margin:0px 10px 15px 0px;
	padding-right:0px;
	font-size:15px;
	line-height:24px;
}

.liveblog-entry {
	border-top:none !important;
	padding:0px !important;
}

.comments {
	position:relative;
	padding-top:2px;
}

.comments ol {
	list-style:none outside;
	margin:0;
	padding:0;
}

.comments li.comment {
	margin-bottom: 15px;
	position:relative;
	border:1px solid #DDD;
	box-shadow: none;
	-webkit-transition: 0.2s all ease-out;
}

.comments > ol > li.comment:hover {
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
	-webkit-transition: 0.05s all ease-in;
}

.comments .this-comment {
	padding-left: 63px;
	padding-top:15px;
	padding-right:15px;
	padding-bottom: 10px;
}

.comments ol.children {
	background: #F7F7F7;
	border-top: 1px solid #DDD;
	border-radius:2px;
}

.comments .replies-toggle {
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 10px -15px -5px -49px;
	padding: 0px 5px 5px 63px;
}

.comments .replies-toggle:before {
	content: "\f105";
	font-family:FontAwesome;
	opacity:0.5;
	margin-right: 5px;
	float: left;
	display: block;
	margin-left: -15px;
	font-size: 15px;
	width: 10px;
	text-align: center;
}

.comments .replies-toggle.openarrow:before {
	content: "\f107";
}

.comments .replies-toggle:hover {
	text-decoration: underline;
}

.comments ol.children ol {
	background: #EEE;
	padding-right:0px;
}

.comments ol.children ol ol {
	background: rgb(223, 223, 223);
}

.comments ol.children ol ol ol {
	background: rgb(224, 224, 224);
}

.comments ol.children li.comment {
	margin-bottom:0px;
	border:none;
	border-radius:0px;
	padding-top:0px;
	border:1px solid rgba(0,0,0,0.1);
	border-width:0px 0px 1px 0px;
}

.comments .avatar {
	margin-left:-48px;
	float:left;
	margin-top:0px;
}

.comments li.comment .avatar {
	margin: 0px 15px 0px 0px;
}

.comments .comment-date {
	color: #999;
	color: rgba(0,0,0,0.5);
	font-size: 11px;
	line-height: 18px;
	display: block;
}

.comments .comment-date a {
	color: #999;
	color: rgba(0,0,0,0.5);
}

.comments .comment-author {
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.075);
	padding-bottom: 10px;
	margin-left: -45px;
}

.comments ol.children .comment-author {
	margin-bottom: 5px;
}

.comments .comment-author {
	margin-bottom:10px;
}

.comments .comment-text {
	margin-bottom: 5px;
	overflow: hidden;
	display: block;
}

.comments cite {
	font-weight:bold;
	font-size:14px;
	line-height:17px;
	font-style: normal;
	color:#555;
	display:block;
}

ol.children cite {
	padding-top:0px;
}

.comments li.comment p {
	font-size: 14px;
	line-height: 22px;
	padding-right: 10px;
	margin-top: 5px;
	word-break: break-word;
}

.comments .comment-actions {
	position:absolute;
	-webkit-transition: 0.2s opacity ease-out;
	-webkit-transition-delay: 0.15s;
	opacity:0.8;
	top:15px;
	right:15px;
}

.comments .comment-actions li.comment-report {
	display:none;
}

.comments ol.children .comment-actions {
	top:16px;
	right:15px;
}

.comments .this-comment:hover .comment-actions {
	opacity:1;
	-webkit-transition: 0.05s opacity ease-in;
	-webkit-transition-delay: 0.15s;
}

.comments .comment-actions li {
	display:block;
	font-size: 11px;
	line-height: 20px;
	float:left;
}

.show-full-comment {
	display: block;
	box-shadow: 0px -10px 25px -5px rgba(0,0,0,0.1);
	top: -5px;
	left:-10px;
	position: relative;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #CCC;
}

.show-full-comment:before {
	content: "\f078";
	font-family:FontAwesome;
	padding-right: 5px;
	opacity: 0.5;
}

.comments .thread-tools {
	position:absolute;
	margin-top:-33px;
	right:0px;
}

.thread-tools li {
	float: right;
}

#expand-collapse {
	display: block;
	padding: 3px 15px 2px;
	border-radius: 2px;
	text-align: center;
	background: white;
	color: #555;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #CCC;
	font-weight: bold;
	margin-right: 10px;
}

.comments .add-a-comment a {
	display: block;
	padding: 1px 15px;
	border-radius: 2px;
	text-align: center;
	background: #914B5E;
	color: #FFF;
	font-size:12px;
	line-height:19px;
	font-weight:bold;
}

.comments .add-a-comment a:hover {
	background:#d1768f;
}

.comments .add-a-comment a:before {
	content: "\f075";
	font-family:FontAwesome;
	padding-right: 5px;
	opacity: 0.5;
}

.comments-top-link {
	margin-bottom: 10px;
	display: block;
	float: right;
}

.comments-top-link:before {
	margin-right:5px;
	content: "\f075";
	font-family:FontAwesome;
	opacity:0.5;
}

.comment-rating {
	border: 1px solid transparent;
	height: 30px;
	border-radius: 2px;
}

.comment-rating .vote-up img, .comment-rating .vote-down img {
	display:none;
}

.comment-rating .vote-up, .comment-rating .vote-down {
	height: 32px;
	width: 32px;
	font-size: 14px;
	float: left;
	text-align: center;
	display: block;
	margin-left:5px;
	border-radius:2px;
	line-height: 32px;
}

.comment-rating .vote-up {
	color:#458746;
}

.comment-rating .vote-up:hover {
	background:#458746;
	color:#FFF;
}

.comment-rating .vote-down {
	color:#b34e4d;
}

.comment-rating .vote-down:hover {
	background:#b34e4d;
	color:#FFF;
}

.comment-rating .vote-up:hover, .comment-rating .vote-down:hover {
	text-decoration: none;
}

.comment-rating .vote-disabled, .comment-rating .vote-disabled:hover {
	color: #999;
	cursor:default;
	background: rgba(0,0,0,0.05);
	box-shadow:none;
}

.comments .comment-actions .comment-rating span.vote-disabled {
	display: block;
	background: none;
}

.comment-rating span {
	font-size: 14px;
	margin: 0px 5px 0px 10px;
	float: left;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}

.comment-rating span em {
	padding: 0px 12px;
	font-style: normal;
}

img.wp-smiley {
	background:none;
	vertical-align: text-bottom;
	margin:0px 2px;
}

.comments .comment-reply-link {
	font-weight: bold;
	font-size: 12px;
	border-radius: 2px;
	border:1px solid transparent;
	display:block;
	margin-left:5px;
	padding: 5px 13px;
}

.comments .comment-reply-link:before {
	content: "\f112";
	opacity:0.5;
	margin-right:5px;
	font-family:FontAwesome;
}

.comments .comment-reply-link:hover {
	background:#914B5E;
	color:#fff;
	text-decoration: none;
}

.comments .report-comments a {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	border-radius: 2px;
	border:1px solid transparent;
	display:block;
	margin-left:5px;
	margin-right: -5px;
	padding: 5px 13px;
	margin-left: -5px;
}

.comments .report-comments a:before {
	content: "\f071";
	opacity:0.5;
	margin-right:5px;
	font-family:FontAwesome;
}

.comments .report-comments a:hover {
	background:#914B5E;
	color:#fff;
	text-decoration: none;
}



li.comment #respond {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #CCC;
	padding: 20px;
	box-shadow: inset 0px 2px 0px rgba(0,0,0,0.05);
	position:relative;
	background: rgba(0,0,0,0.05)
}

.comments li.comment #respond .avatar {
	margin-left: -47px;
}

li.comment #respond .comment-form {
	padding-left:47px;
}

li.comment #respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
}

li.comment #respond textarea {
	width: 500px;
	max-width: 500px;
}

/* Comment widgets */

.secondary .skyscraper {
	float: right;
	margin-bottom: 20px;
}

section.top-users, section.home-meta {
	width:120px;
	float:left;
	margin-bottom:20px;
}

.dsq-widget-list {
	list-style:none outside;
	padding:0;
	margin:0;
}

.dsq-widget-list li {
	padding-left:42px;
	background:#93575A;
	color:#FFF;
	font-weight:bold;
	position:relative;
	margin-bottom:3px;
	font-size:13px;
	line-height:32px;
	white-space:nowrap;
	overflow: hidden;
	margin: 2px 0px !important;
}

.dsq-widget-list li a {
	color:#fff; 
}

#topcommenters .dsq-widget-list li img.dsq-widget-avatar {
	margin:0px 0px 0px -42px;
	float:left;
	padding:0;
	background:rgba(255,255,255,0.1);
}

#topcommenters .dsq-widget-meta{
	display:none;
}

.dsq-widget-list li .score {
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	padding-right:8px;
	padding-left:3px;
	font-size:11px;
	line-height:32px;
	color: rgba(255,255,255,0.75);
}

.dsq-widget-list li .score:before {
	content: "\f087";
	font-family:FontAwesome;
	margin-right:3px;
}

.dsq-widget-list li:nth-child(6n+1) {background:#93575A;}
.dsq-widget-list li:nth-child(6n+2) {background:rgb(139, 103, 69);}
.dsq-widget-list li:nth-child(6n+3) {background:rgb(136, 133, 66);}
.dsq-widget-list li:nth-child(6n+4) {background:rgb(110, 136, 84);}
.dsq-widget-list li:nth-child(6n+5) {background:rgb(93, 144, 156);}
.dsq-widget-list li:nth-child(6n+6) {background:rgb(123, 98, 148);}

.comment-policy {
	padding: 15px 15px 10px 70px;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	color: rgb(134, 124, 129);
	margin-top: 15px;
}

.comment-policy i {
	font-size: 50px;
	margin-left: -70px;
	float: left;
	display: block;
	margin-bottom: 10px;
	color: rgba(134, 124, 129, 0.71);
}

.comment-policy p {
	margin:0px;
}

.comment-policy ul {
	margin:5px 0px 0px;
}

.comment-policy li {
	font-size: 11px;
	display:inline;
	line-height: 18px;
	color:rgb(134, 124, 129);
	margin-right:10px;
}

/* Comment form */

#respond {
	overflow: hidden;
	margin: 0px 0px 30px;
}

#respond input, #respond textarea {
	padding:8px;
}

#respond textarea {
	width: 540px;
	max-width: 540px;
	height:70px;
}

#respond .comment-label {
	display:none;
}

#respond .comment-form {
	padding-left:62px;
}

.comment-fields {
	margin-left:-10px;
}

.comment-fields li {
	display: block;
	width: 184px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom:10px;
	float: left;
}

.comment-fields label {
	display: block;
	float: left;
	font-size: 12px;
}

.comment-fields label em {
	font-size: 11px;
	font-style: normal;
	color: rgb(134, 124, 129);
}

.comment-fields input {
	width: 166px;
}

.comment-fields input:disabled {
	color: #999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

li.comment-spam-field {
	margin-top:10px;
}

li.comment-spam-field input {
	float:right;
	width:60px;
}

li.comment-spam-field label {
	margin-top: 8px;
	line-height: 18px;
	text-align: right;
	width: 100px;
}

.comment-form input#submit {
	padding: 8px 25px;
	border-radius: 2px;
	font-weight: bold;
	text-align: center;
	background: #914B5E;
	color: #FFF;
	display: inline-block;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	border: none;
	margin-top: 5px;
	clear: left;
	float: left;
}

.comment-form input#submit:hover {
	background:#d1768f;
}

.author-comment-form-avatar {
	position:relative;
	display:block;
}

.author-comment-form-avatar:before {
	background: url("images/staff-badge.png") no-repeat center center;
	width: 15px;
	content: " ";
	height: 15px;
	position: absolute;
	top: 24px;
	left: -24px;
	z-index: 999;
}

/* Forms */

input[type=text], input[type=email], input[type=password], input[type=search], textarea {
	-webkit-appearance:none;
	font:13px/18px 'Helvetica Neue',Helvetica,Arial,Tahoma,Verdana,sans-serif;
	padding:5px 8px;
	border-radius:2px;
	border: 1px solid #DDD;
	box-shadow: inset 0px 6px 5px -5px rgba(0,0,0,0.1);
	background:#FFF;
	margin:0;
}

input:focus, textarea:focus {
	border:1px solid #AAA;
	box-shadow:none;
	outline:none;
	background:#FFF;
	box-shadow:0px 3px 4px rgba(0,0,0,0.1);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
	-webkit-appearance: none;
}



.blog-post .social-buttons {
	background: none;
	border: none;
}

.blog-post .pagination {
	margin: 0px 5px 20px;
}

.blog-post .pagination li {
	font-size: 14px;
	line-height: 28px;
}

.blog-header {
	background: #F173AC;
	clear: both;
	font-size: 26px;
	line-height: 1;
	color: #fff;
	overflow: hidden;
	margin-bottom: 12px;
}

.blog-header h1 {
	color: #fff;
	font-size: 40px;
	margin: 0;
	float: left;
	line-height: 56px;
	margin-left: 15px;
}

.blog-header h1 a {
	color:#fff;
	vertical-align: sub;
}

.blog-header h1 a:hover {
	text-decoration: underline;
}

.blog-header ul li a {
	float: right;
	text-align: right;
	color: rgba(255,255,255,0.85);
	font-size: 13px;
	z-index: 999;
	position: relative;
	width: 25%;
	padding: 7px 10px;
	line-height: 1.3;
}

.blog-header ul li a:hover {
	color:#fff;
	text-decoration: none;
	background: rgba(0,0,0,0.2);
}

.blog-header ul li.next-post a {
	text-align: left;
}

.blog-header ul li.prev-post a {
	float:right;
	padding-right:15px;
	padding-left:30px;
	margin-right:5px;
}

.blog-listing {
	margin: 0px -5px;
	overflow: hidden;
	padding-top:15px;
}

.blog-listing li {
	width:300px;
	height:250px;
	float: left;
	margin: 0px 10px 20px;
	display:block;
	background: #914B5E;
	position: relative;
}

.blog-link .fb-like {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity:0;
}

.blog-link:hover {
	outline:5px solid rgba(0,0,0,0.2);
}

.blog-link:hover .fb-like {
	opacity:1;
}

.blog-listing li.blog-link:nth-child(6n+1) a {
	background:#93575A;
}

.blog-listing li.blog-link:nth-child(6n+2) a {
	background:rgb(139, 103, 69);
}

.blog-listing li.blog-link:nth-child(6n+3) a {
	background:rgb(136, 133, 66);
}

.blog-listing li.blog-link:nth-child(6n+4) a {
	background:rgb(110, 136, 84);
}

.blog-listing li.blog-link:nth-child(6n+5) a {
	background:rgb(93, 144, 156);
}

.blog-listing li.blog-link:nth-child(6n+6) a {
	background:rgb(123, 98, 148);
}

.blog-listing li.mpu {
	background:transparent;
}

.blog-listing li.skyscraper {
	width:300px;
	height:790px;
	float: right;
	clear:right;
	background:transparent;
}

.blog-listing li.skyscraper iframe {
	float:right;
}

.blog-listing .email-newsletter {
	clear: right;
	width: 138px;
	float: right;
	margin-top: 20px;
	background: none;
	padding-top: 10px;
	height: 150px;
}

.blog-listing .blog-link a {
	display:block;
	position:relative;
}

.blog-listing .blog-link a:hover {
	text-decoration: none;
}

.blog-link .comment-count {
	color: #FFF;
	color: rgba(255,255,255,0.9);
	margin-left: 5px;
	font-size: 12px;
}

.blog-listing .blog-link img {
	display:block;
	background:rgba(0,0,0,0.2);
}

.blog-listing .blog-link h3 {
	color: #FFF;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	padding: 10px;
	height: 60px;
}

.blog-listing .blog-link h3 span.subtitle {
	color: rgba(255,255,255,0.75);
	text-transform: uppercase;
	font-size:14px;
	margin-right: 2px;
}

/* Footer */

.footer-features {
	margin-top:20px;
}

.mpu.shadow {
	box-shadow: -15px 0px 20px -11px rgba(0,0,0,0.35);
	position: relative;
}

footer {
	margin: auto;
	margin-top: 30px;
	overflow: hidden;
	clear: both;
	max-width: 970px;
}

footer .mission {
	background: #FFF4F6;
	clear: both;
	padding: 20px 30px 20px 140px;
	font-size: 16px;
	margin: 10px auto 20px;
	line-height: 1.7;
	color: #503945;
}

footer .mission:before {
	content: " ";
	background: url('images/mission-p.png') no-repeat;
	display: block;
	float: left;
	width: 140px;
	height: 143px;
	margin-left: -135px;
	margin-top: -30px;
	margin-right: 20px;
}

footer .menu li {
	display: inline;
	margin-right:6px;
	font-weight: bold;
	font-size: 13px;
}

footer ul.menu li:first-child:before {
	content:'';
	margin:0px;
}

footer ul.menu li:before {
	content: '\b7';
	color: #C8A5AE;
	margin-right: 10px;
}

footer ul {
	list-style:none outside;
	text-align: center;
	margin:0 auto;
	float: right;
	font-family: 'Open Sans';
	color: #767778;
}

footer ul.footnotes li:before {
	content: '|';
	color: #999;
	margin-right: 8px;
}

footer ul.footnotes li:first-of-type:before {
	content:'';
	margin:0;
}

footer ul.footnotes li {
	display: inline;
	margin: 0px 3px;
	font-size: 11px;
	text-transform: uppercase;
}

footer ul.footnotes li a {
	color:rgb(134, 124, 129);
}

.footer_rainbow{
	width: 100%;
	height: 10px;
	margin-bottom: 20px;
}

.footer_rainbow div{
	width: 20%;
	float: left;
	margin:0;
}

.fr_1{
	height: 100%;
	background-color: #eae82a 
}
.fr_2{
	height: 100%;
	background-color: #503c71 
}
.fr_3{
	height: 100%;
	background-color: #68bee9 
}
.fr_4{
	height: 100%;
	background-color: #72e4ab 
}
.fr_5{
	height: 100%;
	background-color: #cfe66f 
}

footer .logo {
	max-width: 100px;
	height: auto;
}


/* Author header */

.author-header {
	padding-left:180px;
	margin-bottom: 20px;
	overflow: hidden;
}

.author-header .avatar {
	margin-left: -180px;
	float: left;
}

.author-header h1 {
	min-height: auto;
}

.author-header p {
	font-size: 16px;
	color: #0a0a0a;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'DiariaSB';
}

.author-header ul {
	margin-top: 3px;
	font-size: 15px;
	line-height: 26px;
}

/* Clearfix */
.group:after {
	content: "";
	display: table;
	clear: both;
}

.awards {
	text-align: center;
	margin-bottom:10px;
}

.awards li {
	display:inline;
	margin:10px;
}

.awards img {
	background:transparent;
}

.awards a {
	text-decoration: none;
}

.awards .landscape {
	position: relative;
	top: -15px;
}

/* Article end ad */
#article-end-ad img {
	background:transparent;
}

#article-end-ad .azullo_respond_ad_inline, #article-end-ad .respond_content_container {
	border-color: transparent !important;
	max-width: 430px;
	margin:0 !important;
	margin-top: 20px !important;
	padding: 0px !important;
	display: block;
}

#article-end-ad p {
	font-style: italic;
}

#article-end-ad .azullo_respond_ad_inline .azullo_respond_ad_ad, #article-end-ad span {
	position: static !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px !important;
	margin-bottom: 12px !important;
	line-height:18px;
	padding:0 !important;
}

#article-end-ad .azullo_respond_ad_inline .azullo_respond_ad_ad a {
	color: #503945;
}

#article-end-ad .azullo_respond_ad_inline .azullo_respond_ad_content {
	padding: 0px !important;
}

#article-end-ad .line1 {
	padding:0 !important;
	margin:0 !important;
}

#article-end-ad .story_image {
	padding:0 !important;
	margin:0 !important;
	margin-right:15px !important;
}

#wpstats {
	visibility: hidden;
	position: absolute;
	bottom: -50px;
}

.article-text p::selection:nth-child(6n+1) {background:rgba(255, 150, 155, 0.25);}
.article-text p::selection:nth-child(6n+2) {background:rgba(255, 190, 129, 0.25);}
.article-text p::selection:nth-child(6n+3) {background:rgba(250, 244, 123, 0.25);}
.article-text p::selection:nth-child(6n+4) {background:rgba(204, 250, 158, 0.25);}
.article-text p::selection:nth-child(6n+5) {background:rgba(157, 236, 255, 0.25);}
.article-text p::selection:nth-child(6n+6) {background:rgba(212, 169, 255, 0.25);}

/** { -webkit-backface-visibility: hidden; }*/

@media only screen and (-webkit-min-device-pixel-ratio : 2){

	* {
		-webkit-transition: none !important;
		-webkit-backface-visibility: visible !important;
	}

	.page-wrap img {
		background:none;
	}

	.features .slides li img {
		overflow:hidden;
	}

	.features .flex-direction-nav a {
		opacity:1;
	}

}

/* Stay on top of ads */
#wpadminbar {
	z-index: 9999999 !important;
}

/* ==================================================== */
/*                     DREAMR - EG                      */
/* ==================================================== */

/* new ad styles ||||||||||||||||||||||||||||||||||||||||||||||||| */

.article_mpu {
	display: inline-block;
	float: right;
	margin-left: 20px;
}
.category-page .mpuWrap {
	display: none;
}
/*End of ad styles  ||||||||||||||||||||||||||||||||||||||||||||||*/

.page-wrap.home-lead-section {
	padding-top: 4px;
}
.page-wrap.main {
	padding-top: 60px;
}
.tlva {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
section.top-stories.category-list {
	margin-right: 0;
}

p {
	font-family: 'Open Sans';
}
.mobileOnly{
	display: none;
}
.edition_swithcer.mobile{
	display: none;
}
.black_text_box {
	background-color: #000;
	line-height: 1.5em;
	font-size: 1em;
	padding: 2px 0.2em;
	white-space: pre-wrap;
	-webkit-box-decoration-break: clone;
	font-weight: normal;
	font-family: 'DiariaSB';
}
.social-buttons-r li.whatsapp {
	display: none;
}
h3.trend_home_title {
	color: #fff;
	padding: 15% 10px 10px 10px;
	margin-bottom: 0;
	font-weight: normal;
}
h2.cat_title {
	font-family: DiariaM;
	font-weight: bold;
	font-size: 16px;
}
.mpuWrap iframe {
	/*height: 255px;*/
}

.mpuWrap {
	width: 300px;
	float: right;
}

.secondary.sidebar .mpuWrap{
	float: none;
}

.ad-slot_inline-mpu {
	background-color: #f6f6f6;
	width: 18.75rem;
	margin: 0.75rem auto;
	min-width: 18.75rem;
	min-height: 17.125rem;
	text-align: center;
}

.ad-slot_label {
	background-color: transparent;
	font-size: 0.75rem;
	line-height: 1.25rem;
	position: relative;
	height: 1.5rem;
	background-color: #f6f6f6;
	margin: 0 auto;
	padding: 0 0.5rem;
	border-top: 0.0625rem solid #dfdfdf;
	color: #6e6e6e;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.wppp_list li {
	background-size: cover !important;
	background-position: center;
	height: 150px;
}

.wppp_list{
	overflow: auto;
}

div#undefined-sticky-wrapper {
	float: right !important;
	width: 300px;
}

.post-meta li.post-modified{
	display: none;
}

.next_posts{
	display: none;
}
.social-buttons-r {display:none}

div#responsive-menu {
	padding-top: 10px;
	z-index: 99999;
	left: 0;
	position: fixed;
}

div#click-menu {
	z-index: 99999;
	position: absolute;
	left: 10px;
	top: 10px;
}

img.showCaption{
	display: none;
}

.social-buttons {
	margin:20px 0px 0px;
	display: none;
	position: relative;
	z-index: 99999;
}
.social-buttons-r {
	margin:20px 0px 0px;
	display:block; 
	position: relative;
	z-index: 1;
	height: 40px;
}

.social-buttons-r li{
	display: block;
	float: left;
	min-height: 42px;
	max-height: 45px;
	margin-right: 3%;
	z-index: 1;
	max-width: 40px;
	width: 12%;
	background-size: 35px !important;
}

.social-buttons-r li.facebook {
	background:url(images/responsive_sm_icons/fb.png) no-repeat ;
	background-size:100%;
	width:15%;
	/*display: none;*/
}

.social-buttons-r li.googleplus {
	background:url(images/responsive_sm_icons/what.png) no-repeat ;
	background-size:100%;
	width:15%;

}

.social-buttons-r li.twitter {
	background:url(images/responsive_sm_icons/twit.png) no-repeat;
	background-size:100%;
	z-index: 1;
	width:15%;
}

.social-buttons-r li.pinterest {
	background:url(images/responsive_sm_icons/pin.png) no-repeat;
	background-size:100%;
	width:15%;

}

.social-buttons-r li.reddit {
	background:url(images/responsive_sm_icons/reddit.png) no-repeat;
	background-size:100%;
	width:15%;

}


.social-buttons-r li.email {
	background:url(images/responsive_sm_icons/mail.png) no-repeat ;
	background-size:100%;
	width:15%;
}

a.social{width: 100%;height: 80px;display: block;float: left;position: relative;}

article.hnews.hentry.item {
	max-width: 640px;
	float: left;
}
.menu li a {
	color: #4d474e;
	font-family: 'Open Sans';
}

.menu li a:hover {
	border-bottom: 1px solid #d1768f;
	text-decoration: none;
}


 /*@media screen and (min-width: 800px) {
  .ut_container{
    display: none !important;
    }
    }*/

    ul.topic_list {
    	margin-top: 0;
    }
    ul.topic_list li {
    	display: inline-block;
    	float: left;
    	padding: 0px 3px;
    	margin: 0;
    	background: none;
    	font-family: 'DiariaSB';
    	font-size: 12px;
    	line-height: 18px;
    }
    ul.topic_list li::after {
    	content: ',';
    	color: #F173AC;
    }
    ul.topic_list li:nth-last-child(1)::after {
    	content: '';
    	color: #F173AC;
    }
    ul.topic_list li a:hover {
    	color: #EF3E8E;
    }
    ul.topic_list li a{
    	color: #000;
    }

    #article_topics_container {
    	margin: 10px 0 5px 0;
    	display: inline-block;
    	width: 100%;
    	height: auto;
    	min-height: 5px;
    }

    .topics_header {
    	float: left;
    	margin: 0px 0 !important;
    	font-family: 'DiariaSB';
    	color: #b2b2b2 !important;
    }
    .category-list-top.sub_cats li:first-child a {
    	margin-bottom: 10px;
    	position: relative;
    	overflow: auto;
    }

    .category-list-top.sub_cats li:first-child a h3 {
    	bottom: 0;
    	left: 5px;
    	right: 5px;
    	position: absolute;
    }

    .category-list-top.sub_cats li:first-child a h3 span, .captionTitle .title {
    	background-color: rgba(0, 0, 0, 1);
    	color: white;
    	line-height: 1.5em;
    	padding: 2px 0.2em;
    	white-space: pre-wrap;
    	-webkit-box-decoration-break: clone;
    }

    .trending_story_homepage {
    	padding-top: 17%;
    	width: 24%;
    	float: left;
    	margin-right: 1.3333%;
    	position: relative;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    }

    .trending_story_homepage:nth-child(4){
    	margin-right: 0;
    }

    .trending_hover{
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background-color: rgba(0,0,0,0.85);
    	opacity: 0;
    }

    .trending_story_homepage:hover > .trending_hover{
    	opacity: 1;
    }

    .category-list {
    	margin-right: 10px;
    }

    a.follow_twitter {
    	display: block;
    	float: left;
    	margin-top: 10px;
    	background-color: #5070A8;
    	height: 40px;
    	margin-left: 7%;
    	padding: 0px 4.7%;
    }
    
    img.twitter_follow_btn {
    	max-width: 120px;
    	height: 28px;
    	}img.fb_share_btn {
    		max-width: 200px;
    		padding: 6px 0;
    	}
    	.youtube_header_link {
    		float: right;
    	}
    	.youtube_header_icon {
    		height: 40.641px;
    		margin-top: 10px;
    	}
    	.social_bar_btn {
    		width: 125px;
    		float: right;
    		margin-top: 10px;
    	}
    	.social_bar_next {
    		width: 83px;
    		float: right;
    		margin-top: 10px;
    		/*margin-left: 5px;*/
    		padding: 0 23px;
    		background-color: #F173AC;
    	}
    	.social_bar_btn:hover,.social_bar_next:hover {
    		opacity: 0.6;
    		cursor: pointer;
    	}
    	.trendingSlideOut{
    		display: none;
    	}
    	.coloured_cat {
    		color: #b2b2b2;
    	}
    	.share_count_hover {
    		position: absolute;
    		top: 0;
    		left: 0;
    		width: 100%;
    		height: 100%;
    		background-color: rgba(0,0,0,0.7);
    		opacity: 0;
    	}

    	/*TURNED OFF*/
    	.sub_cats_img:hover .share_count_hover {
    		/*opacity: 1;*/
    	}
    	.category-list .category-list-top.sub_cats li:nth-child(1) .sub_cats_img:hover + h3{
    		/*display: none;*/
    	}
    	.sub_cats_img {
    		position: relative;
    	}
    	.share_count_hover i {
    		font-size: 6em;
    		color: #f32c2c;
    		text-align: center;
    		width: 100%;
    	}

    	span.share_count {
    		width: 100%;
    		text-align: center;
    		display: inline-block;
    		color: #fff;
    		font-family: 'DiariaSB';
    		font-weight: normal;
    		font-size: 18px;
    	}
    	.readmore_btn {
    		color: #fff;
    		width: 40%;
    		max-width: 110px;
    		margin: auto;
    		text-align: center;
    		border: 1px solid;
    		padding: 2px 0;
    		margin-top: 10px;
    		font-family: 'DiariaSB';
    		font-weight: normal;
    	}
    	.share_count_hover, .trending_hover{
    		transition: linear 0.5s;
    	}
    	#art_img{
    		background-repeat: no-repeat;
    		background-size: cover;
    		background-position: center;
    	}
    	.edition_swithcer {
    		float: right;
    		width: 130px;
    		background-color: #F173AC;
    		margin: 10px 0px 0px 0px;
    		padding: 9px 0px;
    		color: #FFFFFF;
    		text-align: center;
    		font-family: 'DiariaSB';
    	}
    	.edition_swithcer h3 {
    		margin: 0;
    		cursor: pointer;
    		color: #fff;
    		font-size: 1em;
    	}

    	.edition_swithcer ul {
    		display: none;
    		color: #fff;
    	}
    	.edition_swithcer ul li a {
    		color: #fff;
    	}
    	.edition_swithcer:hover ul{
    		display: block;
    	}
    	.floatright{
    		float: right;
    	}
    	.floatleft{
    		float: left;
    	}
    	.fa{
    		-webkit-backface-visibility: visible !important;
    	}
    	.mobile_fb_like{
    		display: none;
    	}
    	.on-this-day li {
    		-webkit-filter: grayscale(1);
    		filter: grayscale(1);
    	}
    	.home_cat_header.latest a {
    		margin-bottom: 0;
    	}
    	#taxonomy_archive_leftside_header .home_cat_header.topic_title {
    		background: none;
    		padding-left: 0;
    	}
    	#taxonomy_archive_leftside_header .home_cat_header.topic_title h1 {
    		color: black;
    	}
    	#taxonomy_archive_leftside_header .topic_extra {
    		padding: 20px;
    		font-size: 16px;
    		line-height: 24px;
    		overflow: hidden;
    		background: #eeeeee;
    		border: 1px solid #aaaaaa;
    	}
    	#taxonomy_archive_leftside_header .topic_extra img {
    		float: left;
    		margin-right: 18px;
    		border: 1px solid #aaaaaa;
    	}
    	#taxonomy_archive_leftside_header .topic_extra p {
    		margin: 0;
    	}

    	@media only screen and (max-width: 812px) {
    		#taxonomy_archive_leftside_header .topic_extra img {
    			float: none;
    			margin-bottom: 10px;
    			width: 100%;
    			border: 1px solid #aaaaaa;
    		}
    		#taxonomy_archive_leftside_header .topic_extra p {
    			margin: 0;
    			text-align: justify;
    		}
    	}

    	/*///////////////////// Cat Page ///////////////////*/
    	div.switched.pn2015r h1{
    		color: #e80003;
    		float: left;
    	}
    	div.pn2015r.leftcontainer {
    		width: 67%;
    		float: left;
    		background: white;
    	}
    	.secondary.sidebar {
    		width: 35%;
    	}
    	.pagination .pagination-right {
    		float: left;
    	}
    	ul.pagination {
    		float: right;
    	}
    	li.pagination-disabled {
    		display: none;
    	}
    	.cat_story{
    		margin-bottom: 10px;
    		min-height: 300px;
    		position: relative;
    		background-size: cover;
    		background-position: center;
    		background-repeat: no
    	}
    	.cat_story .black_text_box{
    		font-size: 18px;
    	}
    	div.content{
    		clear: both;
    		width: 100%;
    	}
    	select#cat {
    		float: right;
    		border: none;
    		font-family: 'DiariaSB';
    		font-weight: normal;
    		font-size: 16px;
    		/*margin-top: 10px;*/
    		max-width: 140px; 
    		background: transparent;
    		-webkit-appearance: none;
    		-moz-appearance: none;
    		appearance: none;
    		color: #fff;
    		margin-top: 1px;
    	}
    	#cat option{
    		color: #000;
    	}
    	ul.sub-menu {
    		text-indent: 10px;
    	}
    	span.appendLink img {
    		width: 20px;
    	}
    	span.appendLink{
    		border:none !important;
    	}
    	span.appendLink:hover{
    		background: none !important;
    	}

    	.fb-page {
    		margin-bottom: 5px;
    	}

    	/*///////////// AUTHOR PAGE ////////////////*/
    	.category-page>h2{
    		font-family: DiariaM;
    		font-weight: bold;
    		font-size: 16px;
    		margin: 10px 0 20px 0;
    	}


    	/* TESTING NEW BLUR */
    	.article_blurred_img {
    		width: 100%;
    		height: 345px;
    		position: absolute;
    		top: 0;
    		-webkit-filter: blur(5px) brightness(60%);
    		z-index: -1;
    		background-size: cover;
    		background-position: center;
    		overflow: hidden;
    	}

    	.ifr_main {
    		height: 100%;
    		width: 100%;
    		display: table;
    	}
    	.ifr_wrapper {
    		display: table-cell;
    		height: 100%;
    		vertical-align: middle;
    	}
    	h3.pn_stories_table_h3 {
    		color: black;
    		font-family: Arial;
    		text-align: left;
    		margin-bottom: 5px;
    		color: #F173AC;
    	}
    	a.pn_stories_table_a {
    		font-size: 16px;
    		font-weight: bold;
    		text-decoration: none;
    		font-family: Open Sans, Arial, sans-serif;
    		color: #111;
    		margin: 0;
    	}
    	table.pn_stories_table td img {
    		margin: 0;
    	}
    	table.pn_stories_table td {
    		width: 50%;
    	}
    	table.pn_stories_table_desktop td {
    		width: 33%;
    	}


      /*
Theme Name:   PinkNews Responsive
Theme URI:    http://www.pinknews.co.uk/
Version:      1.1
Author:       Ed Gunn @ Dreamr
*/
/*/////////////////////////////////////////////////////////////////*/
/*//////////////////////// RESPONSIVE CSS //////////////////////// */
/*/////////////////////////////////////////////////////////////////*/

@media (min-width: 600px) {
	.pn-internal-widget-iframe {display: none;}  
}

.mpuWrap iframe {
	/*min-height: 255px;*/
}

.wppp_list li {
	background-size: cover !important;
	background-position: center;
	height: 150px;
}

.wppp_list{
	overflow: auto;
}

div#undefined-sticky-wrapper {
	float: right !important;
	width: 300px;
}

.post-meta li.post-modified{
	display: none;
}

.next_posts{
	display: none;
}
.social-buttons-r li:hover {
	opacity: 0.5;
}
div#responsive-menu {
	padding-top: 50px;
	z-index: 1042999;
	left: 0;
	position: fixed;
}

div#click-menu {
	z-index: 1042999;
	position: absolute;
	left: 0;
	top: 19px;
	right: auto;
	padding-left: 0;
}

#click-menu .threeLines .line{
	border-radius: 5px;
}

img.showCaption{
	display: none;
}

.social-buttons {
	margin:20px 0px 0px;
	display: none;
	position: relative;
	z-index: 99999;
}
.social-buttons-r {
	margin:20px 0px 0px;
	display:block; 
	position: relative;
	z-index: 1;
	height: 40px;
}

/*.social-buttons-r li{
  display: block;
  float: left;
  min-height: 42px;
  max-height: 45px;
  margin-right: 3%;
  z-index: 1;
  max-width: 40px;
  width: 12%;
  background-size: 35px !important;
  }*/

  #click-menu #RMX {
  	font-size: 50px !important;
  	font-family: 'Open Sans';
  	color: #F173AC;
  	line-height: 23px;
  	background: none;
  }

  #responsive-menu .responsive-menu li a {
  	font-family: 'Open Sans';
  	font-size: 15px;
  	border:none !important;
  	padding: 4px 0px 0px 10px !important;
  	font-family: 'DiariaSB';
  	font-weight: normal;

  }
  #responsive-menu .appendLink{
  	background: transparent;
  }

  #responsive-menu{
  	width: 20% !important;
  }

  /* Rainbow menu */
/*#responsive-menu .responsive-menu li:nth-child(1):hover > a, #responsive-menu .responsive-menu li.current-menu-item:nth-child(1) > a{
  color: #004899 !important;
}
#responsive-menu .responsive-menu li:nth-child(2):hover > a, #responsive-menu .responsive-menu li.current-menu-item:nth-child(2) > a{
  color: #da3a44 !important;
}

#responsive-menu .responsive-menu li:nth-child(3):hover > a, #responsive-menu .responsive-menu li.current-menu-item:nth-child(3) > a{

	}*/

/*
#responsive-menu .responsive-menu li:nth-child(4):hover > a, #responsive-menu .responsive-menu li.current-menu-item:nth-child(4) > a, .current-affairs {
    color: #68bee9 !important;
}

#responsive-menu .responsive-menu li:nth-child(5):hover > a, #responsive-menu .responsive-menu li.current-menu-item:nth-child(5) > a, .entertainment {
    color: #72e4ab !important;
}


#responsive-menu .responsive-menu li:nth-child(7):hover > a , #responsive-menu .responsive-menu li.current-menu-item:nth-child(7)> a , .travel{
    color: #cfe66f !important;
}

#responsive-menu .responsive-menu li:nth-child(8):hover > a, #responsive-menu .responsive-menu li.current-menu-item:nth-child(8) > a, .features{
    color: #faf723 !important;
}

#responsive-menu .responsive-menu li:nth-child(9):hover > a, #responsive-menu .responsive-menu li.current-menu-item:nth-child(9) > a, .opinion {
    color: #503c71 !important;
}
#responsive-menu .responsive-menu li:nth-child(11):hover > a, #responsive-menu .responsive-menu li.current-menu-item:nth-child(11) > a, .life {
    color: #72e4ab !important;
}
#responsive-menu .responsive-menu li:nth-child(13):hover > a, #responsive-menu .responsive-menu li.current-menu-item:nth-child(13) > a, .community {
    color: #68bee9 !important;
}
#responsive-menu .responsive-menu li:nth-child(14):hover > a, #responsive-menu .responsive-menu li.current-menu-item:nth-child(14) > a, .now {
    color: #eae82a !important;
    }*/

    /*Headers*/
    .current_affairs{background: #00489a;}
    .uk, .uk-news{background: #00489a;}
    .us, .us-news{background: #00489a;}
    .world, .world-news{background: #00489a;}
    .politics{background: #00489a;}
    .law{background: #00489a;}
    .business{background: #B30135;}
    .entertainment{background: #FF8358;}
    .current-affairs{background: #FF8358;}
    .now{background: #FF8358;}
    .opinion{background: #FF8358;}
    .trans{background: #F173AC;}
    .education{background: #B30135;}
    .religion{background: #B30135;}
    .health{background: #017939;}
    .life{background: #017939;}
    .travel{background: #017939;}
    .sport{background: #017939;}
    .explainer{background: #773F9B;}
    .trending_now{background: #4FB0E1;}
    .pinknews-awards {background: #F173AC;}
    .home_cat_header.on-this-day{background: #4FB0E1;}
    .home_cat_header.controversial{background: #4FB0E1;}
    .community{background: #FF8358;}
    .home_cat_header.search{background: #F173AC;}
    .home_cat_header.latest{background: #4FB0E1;}
    .home_cat_header.pride {
    	background: #F173AC; /* For browsers that do not support gradients */
    	/* For Safari 5.1 to 6.0 */
    	background: -webkit-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
    	/* For Opera 11.1 to 12.0 */
    	background: -o-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
    	/* For Fx 3.6 to 15 */
    	background: -moz-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
    	/* Standard syntax */
    	background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); 
    }
    .home_cat_header.trans {
    	background: #F173AC; /* For browsers that do not support gradients */
    	/* For Safari 5.1 to 6.0 */
    	background: -webkit-linear-gradient(left,#85C1E9,pink,white,pink,#85C1E9);
    	/* For Opera 11.1 to 12.0 */
    	background: -o-linear-gradient(left,#85C1E9,pink,white,pink,#85C1E9);
    	/* For Fx 3.6 to 15 */
    	background: -moz-linear-gradient(left,#85C1E9,pink,white,pink,#85C1E9);
    	/* Standard syntax */
    	background: linear-gradient(to right, #85C1E9,pink,white,pink,#85C1E9); 
    }

    /*Titles*/
    .current_affairs-title,.current-affairs-title{color: #00489a;}
    .uk-title, .uk-news-title{color: #00489a;}
    .us-title, .us-news-title{color: #00489a;}
    .world-title{color: #00489a;}
    .politics-title{color: #B30135;}
    .business-title{color: #B30135;}
    .entertainment-title{color: #FF8358;}
    .current-affairs-title{color: #FF8358;}
    .now-title{color: #FF8358;}
    .trans-title{color: #B30135;}
    .education-title{color: #B30135;}
    .religion-title{color: #B30135;}
    .health-title{color: #017939;}
    .life-title{color: #017939;}
    .travel-title{color: #017939;}
    .sport-title{color: #017939;}
    .explainer-title{color: #773F9B;}
    .trending_now-title{color: #4FB0E1;}
    .community-title{color: #FF8358;}
    .opinion{color: #FF8358;}
    .pride-title {color:#F173AC;}
    .trans-title {color:#85C1E9;}

    #responsive-menu .responsive-menu li.current-menu-item > a, #responsive-menu .responsive-menu li.current-menu-item > .appendLink, #responsive-menu .responsive-menu li.current_page_item > a, #responsive-menu .responsive-menu li.current_page_item > .appendLink{
    	background-color: transparent !important;
    }
    #responsive-menu .responsive-menu .sub-menu li:hover a {
    	color: #fff !important;
    }

    ul#menu-new-sub-nav{
    	display: block !important;
    }

    ul#menu-new-sub-nav li a {
    	color: rgba(229, 229, 229, 0.5);
    	font-family: 'DiariaSB';
    	font-weight: normal;
    	font-size: 16px;
    }
    ul#menu-new-sub-nav li a:hover {
    	border-bottom: 1px solid #b2b2bb;
    }
    div#rm-additional-content {
    	padding: 0px !important;
    }
    div#rm-additional-content {
    	overflow: auto;
    	margin: 0 10px !important;
    	box-sizing: border-box !important;
    }
    #responsive-menu .responsive-menu li a{
    	font-size: 24px;
    }
    ul#menu-new-sub-nav li {
    	margin: 10px 0;
    }
    /*new style */
    #responsive-menu .responsive-menu li {
    	padding: 10px 0;
    	font-size: 24px;
    }
    ul.sub-menu li {
    	padding: 5px 0 !important;
    }
    #responsive-menu ul.sub-menu li.menu-item a {
    	color: #B0B0B0;
    	font-size: 22px;
    }
    .home_sub_nav form.searchform {
    	display: none;
    }
    form#responsiveSearch {
    	display: none !important;
    }

    /*///////////////////////////////// MEDIA QUERY SECTION //////////////////////////*/
    /*///////////////////////////////////////////////////////////////////////////////*/


    @media screen and (max-width: 730px) {
    	/* new ad styles ||||||||||||||||||||||||||||||||||||||||||||||||| */

    	.category-page .mpuWrap {
    		width: 300px;
    		float: none;
    		display: block;
    		height: 250px;
    		margin: 10px auto;
    	}
    	/*End of ad styles  ||||||||||||||||||||||||||||||||||||||||||||||*/
    	/*----------------------------------*/
    	/* ------------GENERAL------------- */
    	/*----------------------------------*/
    	div#click-menu{
    		top: 10px;
    	}
    	.mobileOnly{
    		display: block;
    	}
    	#responsive-menu{
    		width: 100% !important;
    	}
    	ul#menu-new-sub-nav li {
       /* float: left;
       width: 33.33%;*/
   }
   li.menu-item-privacy {
   	/* margin: 10px 13% !important;*/
   }

   div#rm-additional-content {
   	overflow: auto;
   	margin: 0 10px !important;
   	box-sizing: border-box !important;
   }
   input#responsiveSearchInput {
   	width: 60% !important;
   }
   #click-menu #RMX {
   	/*display: none !important;*/
   	font-size: 40px !important;
   	position: fixed;
   	top: 5px;
   	left: 10px;
   	font-family: 'Open Sans';
   	color: #F173AC;
   	height: 35px;
   }
   form#responsiveSearch {
   	display: block !important;
   }
   #responsive-menu #responsiveSearch{
   	border-color: #9EA2A8;
   	margin: 10px;
   	padding: 10px 0;
   	width: calc(100% - 20px);
   	box-sizing: border-box;
   }

   header#navBar .searchform{
   	display: none;
   }
   .home_sub_nav {
   	display: table;
   	margin: auto;
   }
   .home_sub_nav form.searchform {
   	float: left;
   	display: block;
   }
   .active #search-toggle {
   	background: none;
   	right: -20px;
   }
   .searchform.active input.search {
   	width: 240px;
   	right: -20px;
   	background: #FFF url('../images/search-icon.png') no-repeat 7px 2px;
   }

   /* NEW ARTICLE HEADER CODE */
/*.single img.logo.desktoplogo {
    display: none;
    }*/

    .single header#navBar .logo-panel .logo.mobilelogo {
    	/* display: block;*/
    	max-width: 58px !important;
    	float: left;
    	margin-left: 10px;
    	margin-top: 13px;
    }
    .single header .logo-panel {
    	margin-left: calc(50% - 80px)!important;
    	transition: all 0.5s ease !important;
    	-webkit-  transition: all 0.5s ease !important;
    }
    .single header .logo-panel.smallLogo {
    	float: left !important;
    	margin-left: 50px !important;
    	margin-right: 0px !important;
    	width: 70px;
    }
    .single a.follow_twitter {
    	margin-left: 0px;
    	padding: 0;
    	width: calc(100% - 140px);
    	box-sizing: border-box;
    }
    .single img.fb_share_btn {
    	max-width: 170px;
    	padding: 10px 0px;
    	margin: auto;
    	display: block;
    }
    .single .mobile_fb_like {
    	top: -1px;
    }
    /* END OF NEW CODE FOR HEADER */

    article.hnews.hentry.item{
    	max-width: 100%;
    	max-width: -webkit-calc(100% + 20px);
    	max-width:    -moz-calc(100% + 20px);
    	max-width:         calc(100% + 20px);
    	box-sizing: border-box;
    }

    /*---------------END--------------- */


    /*----------------------------------*/
    /* ------------HOME PAGE----------- */
    /*----------------------------------*/
    .sub_cats_img {
    	width: 48% !important;
    	margin: 0 0 1% 2%;
    	float: left;
    	min-height: 130px !important;
    }
    ul.category-list-top.sub_cats h3 {
    	float: left;
    	width: 45%;
    	padding: 2.5%;
    	border-top: 1px solid #ededed;
    }
    .category-list .category-list-top.sub_cats li:nth-child(1) .sub_cats_img {
    	width: 100% !important;
    	margin:0;
    }
    .category-list .category-list-top.sub_cats li:nth-child(1) h3 {
    	width: auto;
    	padding: 0;
    	border: none;
    }
    .top-stories .category-list-top li{
    	min-height: 225px !important;
    }
    .trending_hover {
    	opacity: 1;
    	background: transparent;
    }
    h3.trend_home_title span {
    	background-color: #000;
    }
    h3.trend_home_title {
    	padding: 5px;
    	font-size: 18px;
    	line-height: 1.6em;
    	position: absolute;
    	bottom: 5px;
    }
    a.follow_twitter {
    	display: none;
    }
    .edition_swithcer.mobile {
    	position: relative;
    	top: 0;
    	float: left;
    	display: block;
    	margin: 10px 0px 0px 2px;
    	width: 140px;
    }
    .edition_swithcer.desktop{
    	display: none;
    }



    /*---------------END--------------- */


    /*----------------------------------*/
    /* -------------CAT PAGE----------- */
    /*----------------------------------*/
    div.pn2015r.leftcontainer{
    	width: 100%;
    	background: white;
    }
    .cat_story{
    	min-height: 250px;
    }
    div.switched.pn2015r h1 {
    	padding: 0 10px;
    	width: auto;
    }
    .article_mpu{
    	display: none;
    }
    /*---------------END--------------- */


    /*----------------------------------*/
    /* ----------ARTICLE PAGE---------- */
    /*----------------------------------*/

    .post-meta i {
    	line-height: 16px;
    }

    .fb-like.fb_iframe_widget.fb_iframe_widget_fluid {
    	margin: 0 !important;
    	position: absolute;
    	right: 0px;
    	top: 25px;
    }
    .trendingSlideOut{
    	display: block;
    }
    .social-buttons-r li.whatsapp {
    	display: block;
    }
    .social-buttons-r li.pinterest {
    	display: none;
    }
    .page-wrap.main{
    	/*padding: 0;*/
    	padding-top: 70px;
    }
    .page-wrap.home-lead-section, .page-wrap.front-features {
    	padding: 0;
    }

    .page-wrap.front-features .primary {
    	background: white;
    }

    div#undefined-sticky-wrapper {
    	display: none;
    }

    img.showCaption{
    	display: block;
    } 

    header{
    	overflow: visible;
    }
    .mpuWrap{
    	float: none;
    }

    .addroll-block{display:none!important;visibility:hidden!important}
    #google_ads_frame1{display:none!important;visibility:hidden!important}
    #topFrame{display:none!important;visibility:hidden!important}
    #topScroll{display:none!important;visibility:hidden!important}
    #rightFrame{display:none!important;visibility:hidden!important}
    #rightScroll{display:none!important;visibility:hidden!important}
    #bottomFrame{display:none!important;visibility:hidden!important}
    #bottomScroll{display:none!important;visibility:hidden!important}
    body{max-width:100%;min-width: 80%; padding-top: 5px; }
    fieldset{margin:0}
    img{max-width:100%}
    .page-wrap{max-width:100%!important;   padding:0px 20px;  overflow: visible;}
    .primary{max-width:100%;width: 100%;}
    .secondary{max-width:100%!important;float:left; display: none;}
    body.single footer{display: none;}
    .secondary.article{margin-top:10px}
    .content{max-width:100%;float:left}
    .sub-content{max-width:100%;float:left;display: none;}
    .sub-content iframe{display:none;visibility:hidden}
    .primary.switched .content{float:right}
    .mpu iframe,.skyscraper iframe,.mpu embed,.skyscraper embed{max-width:100%;float:left}
    .secondary .fb-like-box{margin:-15px -10px 0;height:162px;overflow:hidden}
    .facebook-like-box{margin-top:-10px;margin-bottom:15px}
    #pre-ad{margin:15px -10px 0}
    .leaderboard{max-width:100%}
    /*.leaderboard iframe{max-width:100%}*/
    header#navBar{  margin: 0;
    	/*height: 60px;*/
    	background: #fff;
    	width: 100%;
    	/*position: absolute;*/
    	top: 0;
    	left: 0;
    	z-index: 1042999;
    	transition: top 0.2s ease-in-out !important;
    }

    .nav-up {
    	top: -60px !important;
    }

    header .subnav .menu{float:right}
    header .subnav .menu-item-feed a{font-size:0;color:transparent}
    header .subnav .menu-item-feed a:before{content:"\f09e";font-family:FontAwesome;color:#867c81;font-size:14px;position:relative;top:2px}
    header .logo-panel{  display: block;
    	float: none !important;
    	max-width: 100%;
    	height: 70px;
    	margin: auto !important;
    	width: 160px;}

    	header#navBar .logo-panel .logo{  
    		margin-top: 10px;
    		background: transparent;
    		float: right;
    		max-width: 160px;
    		height: auto;}

    		header .logo-panel .fb-like{float:left}
    		header .logo-panel .twitter-follow{float:right;margin-top:2px}
    		header .logo-panel .twitter-follow iframe{border-radius:4px;border-right:1px solid #AAA;height:20px!important;width:91px!important;overflow:hidden}
    		header .logo-panel .twitter-count{font-size:11px;background:#fff;border:1px solid #c1c1c1;height:17px;line-height:19px;margin-left:3px;position:relative;min-width:15px;padding:2px 4px;text-align:center;white-space:nowrap;top:-6px}
    		header nav.main{display: none;/* min-height:30px; */clear:both;padding-top:10px;margin-bottom:20px;z-index:99998;top:5px;position:relative}
    		header nav.main ul{position:relative;bottom:-6px}
    		header nav.main li{float:left;display:inline;margin-right:8px;font-size:15px;line-height:18px;font-weight:500}
    		header nav.main li:first-child:before{content:'';margin:0}
    		header nav.main li:before{content:'\b7';color:#C8A5AE;margin-right:8px}

    		.header-leaderboard{  
    			float: left;
    			width: 100%;
    			display: block;
    			position: fixed;
    			height: 40px;
    			right: auto !important;
    			left: 0;
    			top: 0;
    			z-index: 1042998;
    			padding: 5px 0;
    			min-height: 40px;
    			background-color: #fff;
    		}

    		.header-leaderboard.non_fixed{
    			position: relative;
    			margin-bottom: 20px;
    		}

    		.header-leaderboard.non_fixed #topLeaderboard{
    			top: 0;
    		}

    		.leaderWrap {
    			display: block;
    			margin: auto;
    			width: 330px;
    			overflow: auto;
    			height: 40px;
    		}
    		.subnav{
    			display: none;
    			visibility: hidden;
    		}
    		.headline {
    			margin: 15px auto 10px !important;
    		}
    		/* Sharon*/
    		.subnav li{}
    		.subnav li:before{}
    		.subnav li:first-child:before{}
    		.subnav li a{}
    		.subnav li .feed-icon{background:url(../images/feed.png) center right no-repeat;padding-right:20px}
    		.promo img{background:none;float:left;margin-left:0;margin-top:7px}
    		.email-newsletter .email-field{max-width:118px}
    		.email-newsletter .email-submit{max-width:100%}
    		.headline #canvas{max-width:100%}
    		.headline .headline-story{  padding: 10px;}
    		.headline h3{max-width:100%;margin: 0px;}
    		.headline img.headline-img{margin-left:0}
    		.headline .mpu{margin-bottom:0;float:left!important}
    		.features{clear:both;margin-bottom:20px;position:relative;margin-right:-30px;overflow:hidden}
    		.features .slides{overflow:hidden;height:220px}
    		.features .slides li{margin-right:5px;display:block}
    		.features .slides li a{background:#914B5E;color:#FFF;font-weight:700;float:left;height:220px;margin:0;margin-right:5px;display:block;width:145px}
    		.features .slides li a:hover{text-decoration:none}
    		.features .slides li a:active{box-shadow:inset 0 -1px 0 rgba(0,0,0,0.2);text-decoration:none;margin-top:1px}
    		.features .slides li a:hover p{text-decoration:underline}
    		.features .slides li img{max-width:100%}
    		.features .flex-control-nav{position:absolute;top:4px;right:10px;list-style:none outside;margin:0;padding:0}
    		.features .flex-control-nav li{float:left}
    		.features .flex-control-nav li a{display:block;margin:4px 3px 2px 5px;width:10px;height:10px;background:#CCC;text-indent:-9999px;cursor:pointer}
    		.category-list{margin-bottom:20px;overflow:hidden;position:relative;padding-top:0px; margin-right: 0;}
    		.category-list li{width:210px;float:left;font-size:13px;line-height:18px;font-weight:700;margin-bottom:10px}
    		.category-list a{display:block}
    		.category-list a:hover,.category-tiles a:hover{text-decoration:none}
    		.category-list a:hover span.title,.category-tiles a:hover span.title{text-decoration:underline}
    		.category-list .category-list-top li{width: 100% !important;max-width: 100%;float:none;clear:left;margin-bottom:10px;padding-left: 0px;overflow:hidden; min-height: 0;}
    		.category-list .category-list-medium li{width:auto;float:none;clear:left;margin-bottom:30px;padding-left:110px;overflow:hidden}
    		.category-list-top img{float:left;margin-left: 0;width: 45%;}
    		.category-list a:hover img{opacity:.9}
    		.category-list h3{font-size:18px;line-height:20px;margin:0 0 10px}
    		.category-list p{font-size:13px;line-height:20px;font-weight:400;margin-top:10px;margin-left: 0px;text-align:left}
    		.category-list strong{font-weight:400}
    		.category-list .category-list-other li:nth-child(2n+1){clear:left}
    		a.category-see-all{position:absolute;top:0;right:0;font-size:12px;line-height:18px;font-weight:700;background:#914B5E;color:#fff;padding:3px 15px;border-radius:2px;margin-right:0}
    		.category-tiles{overflow:hidden}
    		.category-tiles ul{margin:0 -10px}
    		.category-tiles ul li{float:left;width:300px;padding:0 10px;margin-bottom:15px}
    		.category-tiles ul li:nth-child(2n+1){clear:left}
    		.category-tiles h3{font-size:13px;line-height:18px;margin-top:10px}
    		.category-tiles img{display:block;max-width:100%}
    		.category-tiles a:hover img{opacity:.9}
    		.comment-count{font-size:11px;color:#666;padding:2px 1px;border-radius:2px;white-space:nowrap;font-weight:400}
    		.comment-count:before{content:"\f075";font-family:FontAwesome;opacity:.4;color:#AAA;font-size:10px;position:relative;top:-1px;margin-right:2px}
    		.category-list-top .comment-count:before{font-size:11px}
    		.category-list-top .comment-count{font-size:13px;margin-left:5px}
    		.category-list-date {
    			/*margin-left:-110px;*/
    			border-bottom:1px solid #DDD;
    			padding-bottom:5px
    		}
    		.category-list-time{float:left;margin-right:5px;font-weight:700;color:#867c81}
    		.sub-content ul,.home-meta ul{font-size:13px;line-height:18px;margin-bottom:20px;margin-top: 0px;float: left;width: 100%;height: auto;position: relative;top: 0px;}
    		.sub-content ul li,.home-meta ul li{margin-bottom: 0;text-indent: 0;clear: none; padding-left: 0; float: left;  width: auto;
    			font-size: 13px;
    			margin-right: 10px;
    			line-height: 1em;
    			font-family: 'Open Sans';
    			font-weight: lighter;
    		}
    		li.post-author a span {
    			font-family: 'Open Sans';
    			font-weight: lighter;
    		}

    		.sub-content ul li.categories ul li,.sub-content ul li.categories,.home-meta ul li.categories ul li{padding-left:0;text-indent:0}
    		article .sub-content a:hover{text-decoration:underline}
    		.sub-content .skyscraper{margin-bottom:20px;text-align:right}

    		h1 {
    			font-size:25px;
    			line-height: 36px;
    			margin:0 0 10px;
    			color:#111;
    			height: auto;
    			width: 100%; 
    			font-family: DiariaXB;
    			font-weight: normal;
    		}

    		article header{margin:0 0 5px;position:relative}
    		article header:after{visibility:hidden;display:block;font-size:0;content:"asd";clear:both;background:none;height:0}
    	article header .content{max-width: 100%;width: 100%;/* min-height: 200px; */}
    	article header .sub-content{max-width: 100%;width: 100%;margin-top: 10px;display: block; overflow: auto;}
    	.post-meta li.post-modified{color:#555;margin-top:-5px;font-style:normal;font-weight:400;font-size:11px;line-height:13px;text-transform:uppercase}
    	.more-posts li{float:left;width:300px;margin:0 10px;font-weight:700}
    	article primary{clear:both;display:block}
    	article .article-footer-buttons{
    		max-width:none;
    		margin-top: 15px;
    	}
    	.article-text p {
    		padding-right: 0px;
    		font-family: 'Open Sans';
    	}
    	.article-text ul{margin-top:15px}
    	.facebook_btn{display:none !important}
    	.twitter_btn{display:none !important}
    	article .article-text blockquote{/*padding-right:0px;*/ margin-right:0px}
    	.article-text blockquote iframe{max-width:100%!important;margin-bottom:0!important}
    	.article figure.image figcaption{display:block;margin-top:10px;font-size:13px;line-height:18px;color:#867c81;   width: 90%; margin: auto;}
    	article figure.embed{margin:0 0 30px;background:#F7F7F7;background:rgba(0,0,0,0.1)}
    	article figure.embed iframe,article figure.embed embed{width:100%;max-width:100%;height:349px;display:block}
    	.sponsored .article-text p:first-of-type,.sponsored .article-text p:first-child {
    		font-size:inherit;
    		line-height:inherit;
    		margin-top:15px;
    	}
    	article.sponsored img{margin:0}
    	article.sponsored .ntv_share{margin-top:0!important}
    	article.sponsored p{margin:15px 0}
    	.sponsored-tag{background:#c4752b;color:#fff;font-size:12px;text-transform:uppercase;position:relative;padding:1px 7px 2px;font-weight:700;top:-5px}
    	article.sponsored header{margin-bottom:20px}
    	article.sponsored h1{margin-bottom:0}
    	#disqus_thread{min-height:300px}
    	#liveblog-container{margin:15px 0!important;padding-right:0px!important;width:auto!important;font-family:inherit!important}

    	li.comment #respond #cancel-comment-reply-link{position:absolute;top:20px;right:20px;font-size:11px;line-height:18px;text-transform:uppercase}
    	li.comment #respond textarea{max-width:500px}
    	.secondary .skyscraper{float:right;margin-bottom:20px}
    	section.top-users,section.home-meta{width:120px;float:left;margin-bottom:20px}

    	#topcommenters .dsq-widget-list li img.dsq-widget-avatar{margin:0 0 0 -42px;float:left;padding:0;background:rgba(255,255,255,0.1)}
    	#topcommenters .dsq-widget-meta{display:none}

    	#respond textarea{max-width:540px;max-width:540px;height:70px}
    	#respond .comment-label{display:none}
    	#respond .comment-form{padding-left:62px}
    	.comment-fields{margin-left:-10px}
    	.comment-fields li{display:block;max-width:184px;margin-top:5px;margin-left:10px;margin-bottom:10px;float:left}
    	.comment-fields input{max-width:166px}
    	.blog-header ul li.prev-post a{float:right;padding-right:15px;padding-left:30px;margin-right:5px}
    	.blog-listing{margin:0 -5px;overflow:hidden;padding-top:15px}
    	.blog-listing li{max-width:300px;height:250px;float:left;}
    	.blog-listing li.skyscraper{max-width:300px;height:auto;float:left;}
    	.blog-listing li.skyscraper iframe{float:left}
    	.blog-listing .email-newsletter{clear:right;max-width:138px;float:right;margin-top:20px;background:none;padding-top:10px;height:150px}
    	.footer-features{margin-top:20px; display: none;}
    	.mpu.shadow{box-shadow:-15px 0 20px -11px rgba(0,0,0,0.35);position:relative}
    	div#undefined-sticky-wrapper{float:left!important;max-width:300px}
    	#topFrame{display:none!important;visibility:hidden!important}
    	#topScroll{display:none!important;visibility:hidden!important}
    	#rightFrame{display:none!important;visibility:hidden!important}
    	#bottomFrame{display:none!important;visibility:hidden!important}
    	.blog-header{display: none;}
    	/*end*/

    	.author-header {
    		margin-bottom: 20px;
    		overflow: hidden;
    		padding: 0 20px;
    	}
    	.author-header .avatar {
    		margin: auto;
    		clear: both;
    		display: block;
    		float: none;
    		margin-bottom: 10px;
    		border-radius: 100%;
    	}
    	.author-header h1 {
    		clear: both;
    	}

    	article figure.image{
    		margin:0px auto 10px; 
    		float:none;  
    		width: 113.1% !important;
    		max-width: 113.1% !important;
    		height: auto;
    		margin-left: -7%;
    	}
    	article figure.image img {
    		max-width:100%;
    		/*width: 100%; */
    	}

    	article figure.image .imageSizer {
    		max-height: 320px;
    		overflow-y: hidden;
    		position: relative;
    	}

    	article img {
    		max-width: 100% !important;
    	}
    	article figure.image img{
    		height: auto;
    	}

    	/*iframe{display:none; visibility:hidden}*/

    	.notonmobile{
    		display: none;
    	}

    	.article-text.entry-content {
    		clear: both;
    		margin-bottom: 15px;
    	}

    	.social-buttons {
    		margin:20px 0px 0px;
    		display: none;
    		position: relative;
    		z-index: 99999;
    	}
    	.social-buttons-r {
    		margin:10px 0px 0px;
    		display:block; 
    		position: relative;
    		z-index: 1;
    		height: 40px;
    	}

    	.social-buttons-r li{
    		display: block;
    		float:left;
    		margin: 0 4%;
    		max-width: 12%;
    		width: 12%;
    	}

    	.social-buttons-r li.facebook {
    		background:url(../images/responsive_sm_icons/fb.png) no-repeat ;
    		background-size:100%;
    	}

    	.social-buttons-r li.whatsapp {
    		background:url(../images/responsive_sm_icons/what.png) no-repeat ;
    		background-size:100%;
    	}

    	.social-buttons-r li.twitter {
    		background:url(../images/responsive_sm_icons/twit.png) no-repeat;
    		background-size:100%;
    		z-index: 1;
    	}

    	.social-buttons-r li.pinterest {
    		background:url(../images/responsive_sm_icons/pin.png) no-repeat;
    		background-size:100%;
    	}

    	.social-buttons-r li.email {
    		background:url(../images/responsive_sm_icons/mail.png) no-repeat ;
    		background-size:100%;
    	}
    	.social-buttons-r li.reddit {
    		background:url(../images/responsive_sm_icons/reddit.png) no-repeat;
    		background-size:100%; 
    	}

    	a.social{width: 100%;height: 80px;display: block;float: left;position: relative;}

    	* { -webkit-backface-visibility: visible; }

 /*.ut_container{
  padding-top: 60px !important;
  } */ 

  /*  #ad-slot-2{display:none}*/
  
  #facebooksharefloat{z-index: 999999;display:block; position:fixed;bottom:0;width: 100%;height: 80px; left:0;}
  
  #facebooksharefloat a {
  	display: block;
  	position: fixed;
  	bottom: 2px;
  	width: 98%;
  	height: 35px;
  	background: url(../images/fbookShare.png);
  	background-size: contain;
  	background-repeat: no-repeat;
  	margin: 0px 1%;
  	background-position: center;
  	background-color: rgb(80, 112, 169);
  	border-radius: 4px;
  }

  figcaption{
  	/*visibility: hidden;*/
  }

  img.showCaption {
  	width: 20px !important;
  	height: 20px;
  	position: absolute;
  	bottom: 0px;
  	left: 10px;
  }

  i.icon-calendar {
  	display: none;
  }

  i.icon-user {
  	display: none;
  }

  li.post-author.author.vcard {
  	line-height: 1.4em;
  	float: right;
  	max-width: 25%;
  }

  article .article-footer-buttons a{
  	width: 107%;
  	margin-left: -10%;
  	background: #f173ac !important;
  	border-radius: 0;
  }

  div#sa_iframe iframe{
  	max-width: 100%;
  	position: fixed;
  	left: 0;
  	right: 0;

  }

  div#sa_iframe{
  	z-index: 999999999999 !important;
  	-webkit-transform: scale(0.8);
  	-webkit-transform-origin: 25% 0;
  	transform: scale(0.8);
  	transform-origin: 20% 0;
  	width: 115% !important;
  }

  .cat_title {
  	text-transform: none;
  	font-size: 1.3em;
  	font-family: 'DiariaM';
  	font-weight: normal;
  }

  .article-text p {
  	font-size: 18px !important;
  	line-height: 26px !important;
  	padding-right: 0 !important;
  	font-family: 'Open Sans';
  }

  #topLeaderboard, div#div-gpt-ad-1430395088515-0>div>iframe{
  	transform: scale(0.45); 
  	transform-origin: 0px 0; 
  	-webkit-transform: scale(0.45); 
  	-webkit-transform-origin: 0px 0;
  	max-width: 728px !important;
  	position: absolute;
  	width: 728px;
  }

  .leaderWrap>#ad-slot-1>div>iframe{
  	transform: scale(0.45); 
  	transform-origin: 0px 0; 
  	-webkit-transform: scale(0.45); 
  	-webkit-transform-origin: 0px 0;
  	max-width: 728px !important;
  	position: absolute;

  }

  iframe.mid_article_leader{
  	transform: scale(0.45); 
  	transform-origin: 0px 0; 
  	-webkit-transform: scale(0.45); 
  	-webkit-transform-origin: 0px 0;
  	left: 0;
  	position: absolute;
  	max-width: 728px !important;
  	top: 15px;
  	margin: 0 !important;
  }

  .mid_article_leader_wrap{
  	height: 40px;
  	position: relative;
  	padding: 15px 0;
  }

  .mpuWrap {
  	min-height: 250px;
  	position: relative;
  	margin: 20px auto;
  }

  #dfp_unit_mpu_1 {
  	height: auto;
  	min-height: 250px;
  }

  .mpuWrap iframe {
  	overflow: visible;
  	/*min-height: 250px;*/
  	margin: 0 !important
  	display: block;
  }

  p.addlabel {
  	position: absolute;
  	top: 50%;
  	left: 25%;
  	font-weight: bold;
  	z-index: -1;
  }
  .article-text p:first-of-type, .article-text p:first-child {
  	font-size: 20px!important;
  	line-height: 28px!important;
  	padding-right: 0!important;
  	font-family: 'Open Sans';
  }

  .wp-caption p.wp-caption-text {
  	display: block;
  	margin-top: 5px;
  	font-size: 12px;
  	line-height: 15px;
  	color: #b2b2b2;
  	font-family: 'DiariaSB';
  }

  .wp-caption img {
  	margin-bottom: 5px;
  }


  .trendingSlideOut {
  	position: fixed;
  	z-index: 1042998;
  	background: #fff;
  	/*height: 100vh;*/
  	width: 85%;
  	margin-left: 15%;
  	padding: 0px 20px 20px 20px;
  	box-sizing: border-box;
  	border-left: 4px solid #b5b5b5;
  	border-bottom: 4px solid #b5b5b5;
  	left: 85%;
  	top: 60px;
  	transition: all 0.5s ease-in-out !important;
  	-moz-transition: all 0.5s ease-in-out !important;
  	-webkit-transition: all 0.5s ease-in-out !important;
  }
  .trendingSlideOut.open {
  	left: 0;
  }
  .trendingSlideOut h2.home_cat_header {
  	position: absolute;
  	left: 0;
  	font-family: 'DiariaSB';
  	font-weight: normal;
  	font-size: 18px;
  	text-transform: capitalize;
  	background: #B5B5B5;
  	width: 100%;
  	padding: 10px;
  	color: #fff;
  }
  .trendingSlideOut ul {
  	margin-top: 60px;
  }
  .trending_tab {
  	position: absolute;
  	left: -35px;
  	top: 50%;
  	top: 50vh;
  	transform: rotate(-90deg);
  	-ms-transform: rotate(-90deg);
  	-webkit-transform: rotate(-90deg);
  	transform-origin: left top 0;
  	-ms-transform-origin: left top 0;
  	-webkit-transform-origin: left top 0;
  	background: #B5B5B5;
  	padding: 5px 10px;
  	color: #fff;
  	font-family: 'Open Sans';
  	font-weight: normal;
  	font-size: 14px;
  }
  .trending_story{
  	height: 18vh;
  	background-size: cover;
  	background-position: center;
  	position: relative;
  	margin: 1vh 0;
  }
  .trending_story span.title {
  	background-color: #000;
  	font-family: 'DiariaSB';
  	font-weight: normal;
  	color: #fff;
  }
  .captionTitle{
  	width: 100%;
  	position: absolute;
  	bottom: 5px;
  	left: 0;
  	color: #fff;
  	/*min-height: 3em;*/
  	padding: 0 15px;
  	box-sizing: border-box;
  	margin: 0;
  }
  #click-menu .threeLines {
  	width: 33px;
  	height: 27px;
  	margin: auto;
  	padding: 5px;
  	background: #fff;
  	transition: 0.5s ease-in-out !important;
  	position: fixed;
  }

  #click-menu .threeLines.floating {
  	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.38);
  }

  /*hide menu*/
  #primary-nav, .menu{
  	display: none !important;
  }

  .article {
  	/*border-bottom: 3px solid #222;*/
  }
  .trc_rbox_container {
  	margin-top: 20px;
  }
  #click-menu.admin-bar-showing {
  	margin-top: 0px !important;
  }
  .black_text_box {
  	background-color: #000;
  	font-size: 0.8em;
  }

  .trending_story_homepage {
  	width: 100%;
  	margin-bottom: 2%;
  	padding-top: 0;
  	min-height: 250px;
  }
  .trending_story_homepage:nth-child(2) {
  	margin-right: 0;
  }

  .category-page>h2{
  	margin: 10px 0 20px 20px;
  }
  section.author-header .social-buttons-r li {
  	margin: 0 4% 0 0;
  }

  .social_bar_btn,.social_bar_next{
  	display: none;
  }
  .mobile_fb_like{
  	display: block;
  	position: absolute;
  	top: 0;
  	right: 5px;
  }

  /* FULL WIDTH PAGES */ 
  /*CHANGE 88732 TO LIVE SITE ID*/
  .page-id-33742 .page-wrap.main,.page-id-66684 .page-wrap.main,.page-id-88732 .page-wrap.main, .category .page-wrap.main, .author .page-wrap.main{
  	padding: 0;
  	padding-top: 70px;
  }

}

/* iPhone 4 + small phones */
@media (max-width: 325px){
	iframe.mid_article_leader {
		transform: scale(0.45);
		transform-origin: 0px 0;
		-webkit-transform: scale(0.40);
		-webkit-transform-origin: 0px 0;
		left: 0;
		position: absolute;
		max-width: 728px !important;
		top: 20px;
		margin: 0 !important;
	}
	.social-buttons-r li {
		background-size: 30px !important;
	}
	ul#menu-new-sub-nav li {
		margin: 0px 0;
	}
	#responsive-menu .responsive-menu li {
		padding: 5px 0;
	}
}

@media (max-width: 900px){
	a.follow_twitter{
		padding: 0px 2%;
		margin-left: 6%;
	}
}


/* DEVICE SPECIFIC STYLES */

/* iPhone 5/5s */
@media only screen and (min-device-width : 320px) and (max-device-width : 375px) and (orientation : portrait) { 
	.headline{
		min-height: 190px;
	} 
	.bb_iawr {
		max-width: 325px !important;
	}
	.category-list .category-list-top.sub_cats li:nth-child(1) .sub_cats_img {
		height: 215px;
	}
	.sponsored_channel_header img {
		max-width: 250px !important;
		height: auto !important;
	}
}
/* iPhone 6 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
	.headline{
		min-height: 225px;
	}
	.bb_iawr {
		max-width: 325px !important;
	}
	.category-list .category-list-top.sub_cats li:nth-child(1) .sub_cats_img {
		height: 255px;
	}
	.sponsored_channel_header img {
		max-width: 250px !important;
		height: auto !important;
	}
}
/* iPad */
@media only screen and (min-device-width : 730px) and (max-device-width : 800px) and (orientation : portrait) { 
	article.hnews.hentry.item {
		/*max-width: 490px;*/
	} 
	@viewport {
		width: 970px;
		zoom: 0.8;
		max-zoom: 0.8;
	}

}

/* SCREEN WIDTH < 800Ppx */
@media only screen and (max-device-width : 800px) { 
	.youtube_header_icon {
		display: none;
	}
}


/*--- #byROBERT ---*/

.pink {
	color: #F173AC;
}

.hideMeAway {
	display: none;
}

.makeMeInvisible {
	visibility: hidden;
}

/* STICKY SIDEBAR AD */
#stickyAdWrap {
	height: auto;
}
#stickyAdWrapFiller {
	display: none;
	height: 170px;
	margin-top: -20px;
	margin-bottom: 10px;
}
.iAmSticky {
	position: fixed;
	top: 80;
	z-index: 1000000;
}


/* NEW PAGINATION STYLE */
#post-pagination {
	width: 100%;
	height: 60px;
	display: block;
	float: left;
	text-align: center;
	margin: 15px 0 15px 0;
}
#post-pagination a {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: bold;
	color: #F173AC;
	height: 100%;
	vertical-align: middle;
	line-height: 60px;
}
#post-pagination .pagination-btn {
	float: left;
	display: block;
	text-align: center;
	background: #F173AC;
	height: 100%;
	vertical-align: middle;
	width: 30%;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
#post-pagination .pagination-btn a {
	display: block;
	float: left;
	width: 100%;
	font-size: 20px;
	color: white;
	vertical-align: middle;
}
#post-pagination #post-pagination__prev {

}
#post-pagination #post-pagination__next {

}
#post-pagination .pagination-btn a .arrow-span {
	width: 15px;
	height: 75px;
}
#post-pagination #post-pagination__prev a .arrow-span {
	margin-right: 10px;
}
#post-pagination #post-pagination__next a .arrow-span {
	margin-left: 10px;
}
#post-pagination #post-pagination__numbers {
	float: left;
	display: block;
	text-align: center;
	width: 40%;
	height: 100%;
	vertical-align: middle;
}
#post-pagination #post-pagination__numbers a {
	margin: 0 5px 0 5px;
}
#post-pagination #post-pagination__numbers .current-post-page {
	color: #333333;
	font-weight: bold;
}

.next-page-teaser {
	width: 100%;
	margin-bottom: 15px;
}

/* PAGICLE PAGINATION STYLE */
#pagicle-pagination {
	width: 100%;
	height: 85px;
	display: block;
	float: left;
	text-align: center;
	margin: 15px 0 15px 0;
}
#pagicle-pagination a {
	font-size: 21px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	color: #F173AC;
	height: 100%;
	vertical-align: middle;
	line-height: 85px;
	font-weight: bold;
}
#pagicle-pagination .pagination-btn {
	float: left;
	display: block;
	text-align: center;
	background: #F173AC;
	height: 100%;
	vertical-align: middle;
	width: 47%;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
#pagicle-pagination.full_width_single_button .pagination-btn {
	width: 100%;
}
#pagicle-pagination .pagination-btn a {
	display: block;
	float: left;
	width: 100%;
	font-size: 21px;
	color: white;
	vertical-align: middle;
}
#pagicle-pagination #pagicle-pagination__prev {
	margin-right: 3%;
}
#pagicle-pagination #pagicle-pagination__next {
	margin-left: 3%;
}
#pagicle-pagination.full_width_single_button #pagicle-pagination__next {
	margin-left: 0;
	margin-right: 0;
}
#pagicle-pagination .pagination-btn a .arrow-span {
	width: 15px;
	height: 85px;
}
#pagicle-pagination #pagicle-pagination__prev a .arrow-span {
	margin-right: 10px;
}
#pagicle-pagination #pagicle-pagination__next a .arrow-span {
	margin-left: 10px;
}
#pagicle-pagination .pagination-btn .arrow-spr {
	background-repeat: no-repeat;
	display: inline-block;
}

iframe.instagram-media {
	max-width: 100% !important;
	width: calc(100% - 2px) !important;
}

@media only screen and (min-width: 310px) and (max-width:500px) {
	#sticky_mobile_banner_ad_bottom {
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 999999;
		text-align: center;
	}
}

.newsletter_form_wrapper {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 125px;
	padding: 5px 20px 5px;
	background: #fff;
	box-shadow: inset 0 -10px 24px -10px rgba(0,0,0,.12), inset 0 10px 24px -10px rgba(0,0,0,.12);
	margin: 0 -20px 20px;
}

.newsletter_form_wrapper_title {
	margin: 15px 0 10px;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 1;
	color: rgba(0,0,0,.9);
}

.newsletter_form_wrapper input.email-field {
	width: 90%;
	margin-bottom: 10px;
}

@media (min-width: 620px) {
	.newsletter_form_wrapper {
		box-shadow: inset 0 0 24px 0 rgba(0,0,0,.12);
		margin: 0 0 20px;
	}

	.newsletter_form_wrapper_title {
		font-size: 20px;
		letter-spacing: .1px;
		line-height: 1;
	}

	.newsletter_form_wrapper input.email-field {
		width: 366px;
	}
}

@media (max-width: 620px) {
	.newsletter_form_wrapper_homepage {
		padding-left: 35px;
	}
}

p.email-result {
	font-size: 12px;
	color: #555555;
	margin: 4px 0;
}



.newsletter_form_wrapper input.email-submit {
	background: #f173ac;
	color: white;
	border-radius: 2px;
	width: 100px;
	height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.page-wrap.front-features {
	background: white;
}



/* CUSTOM SKIN WALLPAPER AD */
.skinLoaded .page-wrap, .skinLoaded .page-wrap.main {
	overflow: visible !important;
}

.skinLoaded div.main {
	padding: 0 0 10px !important;
	z-index: 10 !important;
}

.skinLoaded #navBar {
	z-index: 9999999;
}

body.customWallpaperAd {
	background-position: center 60px;
}

.customWallpaperAd .page-wrap.main {
	background: white;
	margin-top: 310px;
	padding-top: 0;
}

.customWallpaperAd .leaderboard.header-leaderboard {
	padding-top: 10px;
}

.customWallpaperAd article.hnews.hentry.item {
	padding-left: 15px;
}

/* for mobile */
.customWallpaperAdMobile .top_creative_container {
	position: fixed;
	top: 60px;
	left: 0;
	max-width: 100%;
	max-width: 100vw;
	height: auto;
	z-index: 1000000;
	display: block;
}

.customWallpaperAdMobile .top_creative_container img.top_creative,
.customWallpaperAdMobile .top_creative_container img {
	width: 100%;
	height: auto;
}

/* for mobile */
.customWallpaperAdMobile .bottom_creative_container {
	position: fixed;
	bottom: -8px;
	left: 0;
	max-width: 100%;
	max-width: 100vw;
	height: auto;
	z-index: 1000000;
	display: block;
}

.customWallpaperAdMobile .bottom_creative_container img.bottom_creative,
.customWallpaperAdMobile .bottom_creative_container img {
	width: 100%;
	height: auto;
}

.customWallpaperAdMobile .page-wrap.main {
	padding-top: 135px;
}

.customWallpaperAdMobile .hnews.hentry.item header {
	z-index: 100;
}
