/*
Theme Name: Wordpress
Version: 1.0
Description: A custom theme built by Blueprint.
Author: Blueprint
Author URI: http://blueprintinteractive.com
Created Date: 2014
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; }
img { border: 0px; font-family: "Helvetica Neue", Helvetica, arial, sans-serif;}
/* Force the vertical scrollbar in FF */
html { overflow-y: scroll; }

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.sprite, .tags:before, .private-message:before, .chat:before, #contentright .block ul li:before, .comment-number:before, .imageslider .flex-direction-nav a, #comments-block .comments-actions .safe-comments-report-link a, #comments-block .comments-actions a.comment-reply-link, #comments-block .comments-actions a.thumbs-up, #s {
	 background:url('images/sprite.png') no-repeat;
	 background-size: 150px;
}

.forum-thread .timestamp .thread_post_link {
	top:1px;
	margin-right:7px;
	position:relative;
}

.forum-thread .timestamp {
	padding-left:0px;
}

.forum-thread .timestamp img {
	border:none;
}

.private-message {
	display:block;
	clear:both;
}

/* Adjust for retina screens */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
.sprite, .tags:before, .private-message:before, .chat:before, #contentright .block ul li:before, .comment-number:before, .imageslider .flex-direction-nav a, #comments-block .comments-actions .safe-comments-report-link a, #comments-block .comments-actions a.comment-reply-link, #comments-block .comments-actions a.thumbs-up, #s {
    background-image: url('images/sprite-retina.png');
  }
}

/* Basic styles */
#contentleft h1, #contentleft h2, #contentleft h3, #contentleft h4, #contentleft p, #contentleft blockquote, #contentleft ul, #contentleft ol {
	margin-bottom: 15px;
}
#contentleft ol, #contentleft ul, #contentleft blockquote {
	margin-left: 30px;
}
#contentleft h3 {
	color: #000;
}

#mobile-menu, #searchform li input#search-submit {
	display:none;
	cursor: pointer;
}

body {
	background:url(images/bgrep.png) repeat-x;
	background-color:#f5fcff;
	font-family: 'Open Sans', sans-serif;
}

code {
	font-family: 'Open Sans', sans-serif !important;
}

.leftfloated {
	margin-right: 8px;
}


.rightfloated {
	margin-left: 8px;
}

.nofloat {
	margin-right:8px;
	margin-left:8px;
}

.inner {
	width:1020px;
	margin:0 auto;
}

#header {
	margin-bottom:25px;
}

#tabstage {
	background-color:#63c54b;
	-webkit-box-shadow: 1px -5px 6px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px -5px 6px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 1px -5px 6px 0px rgba(50, 50, 50, 0.1);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#headerright #tabs li {
	float:left;
	margin-right:10px;
	list-style:none;
	width:47%;
	font-weight:bold;
	font-size:18px;
}

#headerright #tabs li a.active {
	background-color:#63c54b;
}

#headerright #tabs li:last-child {
	float:right;
	margin-right:0;
}

#headerright #tabs li a {
	background-color:#398128;
	color:#fff;
	text-decoration:none;
	padding:10px 20px;
	display:block;
	/*border-radius:5px;*/ /*Change to below after phase 2 launch*/
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	text-align:center;
}

#headerleft {
	float:left;
	width:60%;
}

#headerright {
	float:right;
	width:336px;
	margin-top:30px;
}

#register_wrongplanet form, #login form {
	padding:20px;
}

#register_wrongplanet input {
	display:inline-block;
	width:128px;
	padding:8px 8px;
	border: solid 1px #cccccc;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	font-size:12px;
	margin: 0px;
}

#register_wrongplanet input.name {
	/*float:left;*/
}

#register_wrongplanet input.email {
	/*float:right;*/
}

#register_wrongplanet input.form-submit, #comments input[type=submit], #share-your-creation, #post-your-article, #search-submit, #sharecreation .form-submit, .blue-button  {
	float:right;
	display:block;
	width:35%;
	border-radius:7px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	background: #1887b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #1887b1 0%, #137da5 50%, #0d7097 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1887b1), color-stop(50%,#137da5), color-stop(100%,#0d7097)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1887b1', endColorstr='#0d7097',GradientType=0 ); /* IE6-9 */
	border: solid 1px #0c6f95;
	padding:8px 0px;
	margin-bottom:15px;
	cursor:pointer;
}

#share-your-creation, #post-your-article {
	float:none;
}

#register_wrongplanet input.form-submit {
	float: none;
	width: 150px;
	display: inline-block;
	margin-bottom: 0px;
}

#sharecreation .form-submit {
	float:none;
}

#login {
	display:none;
}

#login p {
	display: inline-block;
	width: 128px;
}

#login p.login-username {
	/*float:left;*/
}

#login p.login-password {
	/*float:right;*/
}

#login p.login-remember {
	float:none;
	width:100%;
	display:none;
}

#header #login input {
	padding:8px 8px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	font-size:12px;
	color:#626262;
	margin:0px;
	vertical-align:bottom;
}

#login input[type=submit] {
	float:none;
	margin-bottom: 0px !important;
	display:inline-block;
	width:30px;
	border-radius:7px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background: #1887b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #1887b1 0%, #137da5 50%, #0d7097 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1887b1), color-stop(50%,#137da5), color-stop(100%,#0d7097)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1887b1', endColorstr='#0d7097',GradientType=0 ); /* IE6-9 */
	border: solid 1px #0c6f95;
	padding:8px 0px;
	cursor:pointer;
}

#login label, #header #loginform label {
	display:none;
}

#login p.login-submit {
	float:none;
	width:30px;
}

#registerform label, #loginform label {
	display:block;
	margin-bottom:10px;
}
#registerform label {
	margin-bottom: 0px;
}

#registerform #wp-submit, #loginform #wp-submit {
	display:block;
	border-radius:7px;
	font-weight:bold;
	font-size:14px;
	color:#fff !important;
	background: #1887b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #1887b1 0%, #137da5 50%, #0d7097 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1887b1), color-stop(50%,#137da5), color-stop(100%,#0d7097)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1887b1', endColorstr='#0d7097',GradientType=0 ); /* IE6-9 */
	border: solid 1px #0c6f95;
	padding:8px 20px;
	margin-bottom:15px;
	cursor:pointer;
}

#loginform #wp-submit {
	display:inline;
}

#registerform input, #registerform textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#registerform :focus {
	outline-color: #3fb6e4;
}
#registerform input, #loginform input, #registerform textarea, #loginform textarea {
	border:solid 1px #ccc;
	padding:10px 10px;
	font-size:14px;
}

.field-wrapper textarea, .field-wrapper input, .col-1-field-wrapper input, .col-2-field-wrapper input {
	width: 100%;
}

#display_diagnosis {
	width:auto;
}

#your-profile .form-table th.display_diagnosis_row {
	padding-bottom:20px;
}

#display_facebookurl {
	width:auto;
	margin-left:67px;
}

.col-1-field-wrapper, .col-2-field-wrapper {
	width: 48%;
	display:inline-block;
}
.col-1-field-wrapper {
	margin-right: 3%;
}
/* Navigation */
#nav {
	background: #3fb6e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #3fb6e4 0%, #30a4d1 50%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fb6e4), color-stop(50%,#30a4d1), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3fb6e4 0%,#30a4d1 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3fb6e4 0%,#30a4d1 50%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3fb6e4 0%,#30a4d1 50%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3fb6e4 0%,#30a4d1 50%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb6e4', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	border: solid 1px #147aa2;
	border-radius:7px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.2);
	margin-bottom:20px;
}

#navigation li {
	list-style:none;
	float:left;
	font-size:15px;
	font-weight:bold;
	border-right: #2481a4 solid 1px;
	border-left: #6ebfdd solid 1px;
}

p.helpertext {
	font-size:14px;
	font-weight:normal;
}

span.helper {
	font-style: italic;
	color:#999999;
}

#searchform li input {
	display: block;
	padding: 6px 8px;
	border: solid 1px #cccccc;
	margin-bottom: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	margin-top: 8px;
	margin-left: 16px;
	width: 200px;
}

#navigation li a {
	display:block;
	padding:14.5px 20px;
	color:#fff;
	line-height: 18px;
	text-decoration:none;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}
#navigation li:first-child {
	border-left:none;
}

#navigation li:first-child a {
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	display:block;
}

#navigation li:last-child {
	border-right: none;
}

#navigation li:nth-of-type(3) a, #navigation li:nth-of-type(4) a, #navigation li:nth-of-type(5) a {
	padding: 6px 10px;
	width: 65px;
}

#navigation li:nth-of-type(3) a {
	width:145px;
}

#navigation li:nth-of-type(4) a {
	width:130px;
}

#navigation li:nth-of-type(5) a {
	width:82px;
}

#navigation li a:hover, #navigation li .active {
	background: #80d8fa; /* Old browsers */
	background: -moz-linear-gradient(top,  #80d8fa 0%, #5ec9f3 50%, #39b9eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80d8fa), color-stop(50%,#5ec9f3), color-stop(100%,#39b9eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #80d8fa 0%,#5ec9f3 50%,#39b9eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #80d8fa 0%,#5ec9f3 50%,#39b9eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #80d8fa 0%,#5ec9f3 50%,#39b9eb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #80d8fa 0%,#5ec9f3 50%,#39b9eb 100%); /* W3C */
}
/* Search in main nav */
#s {
	background-position: -100px -150px;
	background-color: #fff;
	color: #898989;
}
#searchform li input#s {
	padding: 6px 8px 6px 28px;
}

/* Main content area */
#primarywrap .inner {
	background-color:#fff;
	border: solid 1px #ccc;
	border-radius:7px;
}

#primarywrap .inner #primarycontent {
	padding:15px 30px 15px 30px;
}

.horizontalad {
	margin-bottom:15px;
}

.;main-forum {
	margin-bottom:30px;
	margin-top:-25px;
}

.main-forum .horizontalad {
	margin-top: 37px;
}
.main-forum .horizontalad:nth-of-type(1) {
	display: none;
	border: pink 3px solid;
}
#contentleft {
	float:left;
	width:610px;
	font-size: 14px;
}
#contentleft h3, #contentmain h3 {
	color:#528745;
	margin-bottom: 15px;
}

#contentright {
	float:right;
	width:314px;
}
.category #contentright {
	margin-top: 35px;
}

#slideimages {
	margin-bottom:20px;
}

#slideimages ul {
	margin-left:0;
}

#slideimages li {
	list-style:none;
}

#slideimages img {
	width:610px;
	height:300px;
	margin:0;
}

img, iframe, object {
	max-width:100%;
}


.homestory {
	width:47%;
	float:left;
	margin-bottom:20px;
	height:320px;
}

.homestory:nth-child(2n+2) {
	float:right;
}

.homestory img {
	display:block;
	margin-bottom:10px;
	height: auto;
}

.homestory h2 {
	font-size:16px;
	margin-bottom:10px;
	min-height: 42px;
}

.homestory h2 a {
	color:#147297;
}

.homestory p {
	font-size:14px;
	color:#898989;
	text-align:right;
}

.homestory .category {
	text-align:left;
}

.homestory .category a {
	color:#898989;
	text-decoration: none;
}

.homestorycontent {
	padding:10px 0px 20px 0px;
}

.adbox {
	margin-bottom:12px;
}

.adbox a {
	color:#fff;
}

.adbox a:first-of-type img {
	margin-right:20px;
}
.adbox a:nth-of-type(2) {
	float:right;
}

#contentright .block {
	margin-bottom:20px;
}

#contentright .block h2, #about-block h2 {
	font-size:18px;
	color:#252525;
	margin-bottom:10px;
}

#contentright .block ul {
	margin-left:0px;
}

#contentright .block ul li {
	font-size:14px;
	list-style:none;
	margin-bottom:5px;
	position:relative;

}
#contentright .block ul li:before, .comment-number:before {
	content:'';
	display:block;
	float: left;
	width: 11px;
	height: 11px;
	background-position:0px -75px;
	margin-right: 6px;
	margin-top:5px;
}

#contentright .block ul li a {
	color:#147297;
	margin-left: 20px ;
	display:block;
}

#contentright p, #about-block p {
	font-size:14px;
	color:#252525;
	margin-bottom:10px;
}

a {
	color:#147297;
}

a:hover {
	color:#4dc6f5;
}

#contentright p.readmore {
	text-align:right;
}

#contentright p a {
	color:#147297;
	font-weight:bold;
}

/* Interior page styles */
#contentmain h2, .interior #contentmain h1, .interior #contentleft h1 {
	border-bottom: 1px solid #c2c2c2;
	color: #63c54b;
	margin-bottom: 30px;
	padding-bottom: 2px;
	text-transform:capitalize;
}

.interior #contentmain h1, #contentleft h1 {
	font-size: 24px;
}

.interior #contentmain h2 {
	font-size: 16px;
	color: #528745;
	border-bottom: none;
	margin-bottom: 10px;
}

.interior #contentmain h2 a {
	color:#528745;
	text-decoration:none;
}

.row-content {
	border-top:#e5e5e5 solid 1px;
}
#main-content-block p {
	margin-bottom:15px;
	clear: left;
}

.contentnode {
	min-height:300px;
}

/* Slideshow styles */
.slide {
	position:relative;
}
.feature-content {
	position:absolute;
	bottom:0px;
	padding: 16px 90px 16px 20px;
	background:url('images/transparent-black.png');
	width: 100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.feature-content h1 {
	color: #63c54b;
	font-size: 24px;
}
.feature-content p {
	color: #fff;
	position: relative;
	z-index: 10;
}
.feature-content a {
	color: #4dc6f5;
}
.flex-control-nav {
	color: #fff;
	text-align: right;
	right: 20px;
	top:20px;
	margin-left: 0px;
}
#contentleft .flex-control-nav {
	margin-left: 0px;
}
.flex-control-paging li a {
	background-color: #fff;
	color: transparent;
}
.flex-control-paging li a.flex-active {
	background-color: #63c54b !important;
}
.flex-control-paging li a:hover {
	background-color: #fff;
}
/* Category page styles */
.row {
	background-color:#f2fbfe;
	padding: 20px 30px 10px;
}
.row > table {
	float:right;
}
.row:nth-of-type(odd) {
	background-color: #fff;
}
.row p {
	margin-bottom: 15px;
	font-size: 14px;
}
.row img {
	float: right;
	/* border: #d7d7d7 solid 1px; */
	margin-left: 43px;
	max-width:600px;
	max-height:600px;
/*	margin-bottom: 40px;*/
}
.row .user-col img {
	max-width:100px;
}
.forumicons {
	display:block;
	float:left;
	width:19px;
	margin-right:10px;
}

.forumtopictitle {
	float:left;
	word-wrap: break-word;
}

.forumicons img {
	float:none;
	vertical-align:bottom;
	margin-left:0;
	margin-top:5px;
	border:none;
}

.forum-thread .row .message-col img {
	float: none;
	margin: 0px;
}
.blurb {
	/*width: 250px;*/
}
#contentleft .row h3 {
	margin-bottom: 0px;
}
.zaki_like_dislike, .attribution, .share-this, .tags {
	font-size: 12px;
	line-height: 24px;
}

.homestory .category {
	font-size:12px !important;
}

p.attribution {
	margin-bottom: 0px;
}

#contentleft .homestory p.attribution {
	margin-bottom:5px;
	text-align:left;
	font-size:12px;
}

.attribution a {
	color: #898989 !important;
	font-weight: normal !important;
}
.share-fb {
	 width: 16px;
	 height: 16px;
	 background-position: -25px -50px;
	 display:inline-block;
	 margin-left: 4px;
	 position:relative;
	 margin-bottom: -3px;
}
.post-page #contentright .share-fb {
	margin-left: 0px;
}
.share-tw {
	width: 16px;
	 height: 16px;
	 background-position: 0px -50px;
	 display:inline-block;
	 position:relative;
	 margin-bottom: -3px;
	 margin-left: 8px;
}
.comment-number {
	margin-left: 50px;
	font-size: 12px;
}
.row .comment-number:before {
	display:inline-block;
	float:none;
	bottom: -2px;
	position: relative;
}

.tags:before {
	content:'';
	background-position: -75px -50px;
	margin-right: 7px;
	bottom: -2px;
	position: relative;
	width: 12px;
	height: 12px;
	display:inline-block;
}
/* Author page styles */
#profile-pic-area {
	float:right;
	width: 158px;
	margin-left: 40px;
}
#profile-pic-area img {
	border: #d7d7d7 solid 1px;
}
.private-message, .chat {
	font-size: 12px;
}
.chat:before {
	content:'';
	background-position:-125px -50px;
	margin-right: 5px;
	width: 15px;
	height: 10px;
	display: inline-block;
}
.private-message:before {
	content:'';
	background-position: -50px -50px;
	display:inline-block;
	width:14px;
	height:9px;
	margin-right: 5px;
}
#createdbyme-block {
	margin-bottom: 30px;
	position: relative;
}
#createdbyme-block .slides {
	margin-left: 0px;
}
.createdbyme-item {
	width: 186px;
	margin-right: 20px;
	display:inline-block;
	vertical-align:top;
}
.createdbyme-item:last-of-type {
	margin-right: 0px;
}
.createdbyme-item img {
	border: #d7d7d7 solid 1px;
}

.comment-list li {
	list-style:none;
	padding:10px;
}

#contentleft ul#comment-list, #contentleft ol.comment-list {
	margin-left:0;
}

.comment-list li.comment {
	background-color:#F2FBFE;
}

.comment-list li.comment li.comment {
	background-color:transparent;
}

.comment-list li.comment:nth-of-type(2n) {
	background-color:#fff;
}

#comments textarea {
	border: solid 1px #d7d7d7;
	width: 100%;
	margin-bottom:20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#comments input[type=submit] {
	display: inline-block;
	width: auto;
	padding: 7px 24px;
}

input[type=submit] {
	cursor:pointer;
}

#comments h4 {
	clear:both;
}
#comments p, #comments h4 {
	margin-bottom: 15px;
}
.message {
	border-bottom: #e5e5e5 solid 1px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.message:last-child {
	border-bottom: none;
}
#member-details-block {
	background-color: #f2fbfe;
	padding: 20px 12px;
	border: solid 1px #e5e5e5;
}
#contentright h2 {
	border:none;
}
#contentright .block .list-no-bullets li {
	padding-left: 0px;
	background:none;
}

/* Social feed styles */
#social-feed h3 {
	color:#147297;
}
#social-feed .username {
	color:#2a8514;
	font-weight: bold;
}
.grey-text {
	color: #898989;
}
.timestamp {
	text-align:right;
}
.fb-story, .tw-story {
	margin-bottom: 20px;
}
#social-feed p a {
	font-weight: 500;
}
/* Homepage social feed (includes profile pic) */
.home #social-feed .profile-pic {
	float:left;
}
/*.home #social-feed p, .home #social-feed h3 {
	margin-left:60px;
}*/
/* Created by Me Individual Page */
#featured-video {
	margin-bottom: 30px;
}
#recent-updates-block p {
	margin-bottom: 15px;
	font-size: 14px;
}
#recent-updates-block .timestamp {
	text-align:left;
	font-size: 12px;
	margin-bottom: 5px;
}
#recent-updates-block .update {
	margin-bottom: 30px;
}
.see-all {
	text-align:right;
	font-weight: bold;
}
#contentright .share-this {
	font-size: 12px;
	margin-bottom: 40px;
}
/* Created by Me page */
.createdbyme-item-big {
	width: 290px;
	display:inline-block;
	margin-bottom: 50px;
	min-height: 349px;
	vertical-align: top;
}
.createdbyme-item-big .attribution, .createdbyme-item-big .share-this {
	margin-bottom: 0px !important;
}
.createdbyme-item-big img, .createdbyme-item-big img.nofloat, .createdbyme-item img.nofloat {
	border: solid 1px #d7d7d7;
	margin-left:0;
}
.createdbyme-item-big:nth-of-type(odd) {
	margin-right: 20px;
}
.profile-pic-small img {
	float: left;
	margin-right: 8px;
	margin-bottom: 40px;
}
.createdbyme-item-big .comment-number {
	margin-left: 0px;
}
#share-your-creation, #post-your-article {
	width: 100%;
	padding: 24px inherit;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	display:block;
	text-align:center;
	text-decoration:none;
}
/* Forum styles */
.main-forum {
	margin-bottom: 37px;
	margin-top:-25px;
}
.main-forum-h2-wrapper {
	border-bottom: #e5e5e5 solid 1px;
}
.main-forum .row {
	padding: 5px 3px;
}
.main-forum .row p {
	font-size: 12px;
	line-height: normal;
	margin-bottom:0px;
}
.main-forum .row h4 {
	font-weight: normal;
	font-size:14px;
}
.main-forum .row:nth-of-type(odd) {
	background-color: #f2fbfe;
}
.main-forum .row:nth-of-type(even) {
	background-color: #fff;
}

.topic-col, .count-col, .recent-col {
	vertical-align:middle;
	font-size:12px;
}
.topic-col {
	width: 500px;
	margin-right: 15px;
	border-style-right:solid;
	border-width-right:1px;
	border-color-right:black;
}
.count-col {
	margin-right: 15px;
	min-width: 120px;
}
.count-col span {
	font-size: 14px;
}
.recent-col {
	min-width: 140px;
}
.specific-forum-page .main-forum-h2-wrapper {
	margin-top: 15px;
}
/* Forum individual page styles */
.breadcrumb {
	font-size:12px;
	margin-bottom: 5px;
}

.breadcrumb p {
	display:none;
}

.thread-action-bar {
	float:right;
	width:365px;
}
.thread-action-bar .new-topic {
	float:right;
}
.thread-action-bar-footer {
	float: right;
	overflow: hidden;
}

.thread-action-bar button, .new-topic, .thread-action-bar-footer button {
	border-radius:7px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background: #1887b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #1887b1 0%, #137da5 50%, #0d7097 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1887b1), color-stop(50%,#137da5), color-stop(100%,#0d7097)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1887b1', endColorstr='#0d7097',GradientType=0 ); /* IE6-9 */
	border: solid 1px #0c6f95;
	padding:12px 22px;
	margin-right: 10px;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	cursor: pointer;
}
.thread-action-bar .new-topic, .new-topic, .thread-action-bar-footer .new-topic {
	background: #3fb6e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #3fb6e4 0%, #1f90bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fb6e4), color-stop(100%,#1f90bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3fb6e4 0%, #1f90bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3fb6e4 0%, #1f90bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3fb6e4 0%, #1f90bb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3fb6e4 0%, #1f90bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb6e4', endColorstr='#1f90bb',GradientType=0 ); /* IE6-9 */
}
.forum-thread {
	margin-bottom: 5px;
	margin-top:-25px;
}
.forum-thread .row {
	padding: 14px 10px;
	overflow:auto;
}
.user-col, .message-col {
	/* display:inline-block; */
	vertical-align:top;

}
.user-col {
	width: 120px;
	margin-right: 15px;
	font-size: 12px;
	float:left;
	clear:left;
}
.user-col img {
	margin-left: 0px;
	margin-bottom: 10px;
	float:left;
	height: auto;
	border:none;
}
.user-col p {
	margin-bottom: 10px;
	font-size: 12px;
	clear: both;
}
.message-col {
	position:relative;
	max-width: 800px;
	overflow:hidden;
}
.message-col p {
	max-width: 720px;
}
.message-content {
	font-size: 14px;
}
.quotetitle, .quotecontent {
	font-size: 11px;
}
.forum-thread .timestamp {
	font-size:12px;
	text-align:left;
	font-weight:bold;
	padding-bottom: 11px;
	border-bottom: #d9e1e4 solid 1px;
	margin-bottom: 22px;
}
.functionboxes {
	width:100%;
	clear:both;
	overflow:hidden;
	margin-top:10px;
	padding-top:10px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:black;
        margin-bottom:10px;
        border-bottom-style:dotted;
        border-bottom-width:1px;
        border-bottom-color:black;

}
.searchbox, .jumpbox, .modbox {
	margin-bottom: 10px;
	margin-right: 10px;
	float:left;
}
.message-content {
	min-height: 133px;
}
.row .action-bar {
	border-top: #d9e1e4 solid 1px;
	padding-top:16px;
}
.row .action-bar button, .green-action-bar-button {
	border: #46a030;
	padding: 7px 17px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #62c44a; /* Old browsers */
	background: -moz-linear-gradient(top,  #62c44a 0%, #4aac32 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c44a), color-stop(100%,#4aac32)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #62c44a 0%, #4aac32 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #62c44a 0%, #4aac32 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #62c44a 0%, #4aac32 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #62c44a 0%, #4aac32 100%); /* W3C */
	-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	cursor:pointer;
}
.row .action-bar .report {
	float:right;
	border: #338220;
	background: #44a52c; /* Old browsers */
	background: -moz-linear-gradient(top,  #44a52c 0%, #2a7717 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44a52c), color-stop(100%,#2a7717)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #44a52c 0%, #2a7717 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #44a52c 0%, #2a7717 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #44a52c 0%, #2a7717 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #44a52c 0%, #2a7717 100%); /* W3C */
}
/* Search Results page styles */
.search-results-page #contentmain h1 {
	border-bottom: none;
	text-transform: none;
}
#main-search-bar {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: #c2c2c2 solid 1px;
	margin-bottom: 20px;
	margin-top: 25px;
}
#search-filter-bar form {
	display: inline-block;
}
#main-search-bar input, #search-filter-bar input, #search-filter-bar select {
	padding: 18px 14px 15px 14px;
	font-size: 16px;
	border: solid 1px #cccccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main-search-bar input[type=submit], #search-filter-bar input[type=submit] {
	color:#fff;
	background: #1887b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #1887b1 0%, #137da5 50%, #0d7097 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1887b1), color-stop(50%,#137da5), color-stop(100%,#0d7097)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1887b1', endColorstr='#0d7097',GradientType=0 ); /* IE6-9 */
	border: solid 1px #0c6f95;
	border-radius:7px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.2);
	padding: 18px 32px 15px 32px;
}
#search-filter-bar {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
}
#search-filter-bar input, #search-filter-bar select {
	font-size: 14px;
	padding: 12px;
	margin-right: 10px;
}
#search-filter-bar input[type=text], #main-search-bar input[type=text], #search-filter-bar input[type=date] {
	background-color: transparent;
}

#search-filter-bar select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	width: 170px;
	margin: 0px 10px;
	background: url('images/select-arrow.png') no-repeat right center;
}
#search-filter-bar input[type=submit] {
	font-size: 14px;
	padding: 12px 25px;
}

@-moz-document url-prefix() {
  /* If you use a background image */
  #search-filter-bar select {
     background-image: none;
  }

  /* If you use a wrapper label with :after */
  .select-label:after {
    content: none;
  }
}


.interior #contentmain .search-result h2 {
	font-size: 18px;
	color: #147297;
	margin-bottom: 0px;
}
.search-result {
	margin-bottom: 40px;
	word-break: break-word;
}
#search-results .pager, .category .pager, .postpager {
	color: #147297;
	text-align: center;
}
#search-results .pager a, .category .pager a, .postpager a {
	font-weight: bold;
}
#filterby, #searchwithin {
	display: inline-block;
	margin-bottom: 30px;
}

/* Post page styles */
#post-title-block {
	margin-bottom: 26px;
	border-bottom: #c2c2c2 solid 1px;
}

#contentmain #post-title-block h1 {
	border-bottom: none;
	margin-bottom: 5px;
}

.share-this-post {
	margin-right: 20px;
}
.post-page .share-this-post {
	color: 252525;
	font-size: 12px;
	font-weight: bold;
}
.post-page .big-square-ad, .post-page-ad-block {
	float:right;
	margin-left: 30px;
	margin-bottom: 18px;
}

.post-page .share-this {
	padding-top: 20px;
	border-top: 1px #c2c2c2 solid;
	margin-top: 20px;
	font-weight: bold;
}
#comments-block .attribution {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments-block .attribution a {
	color: #147297;
	font-size: 14px;
	font-weight: bold;
}
#comments-block p {
	font-size: 12px;
}
#comments-block .row {
	padding: 10px;
}
#comments-block .comments-actions {
	float:right;
}

#comments-block .attribution .comments-actions {
	float:none;
	margin-left: 10px;
}
#comments-block .comments-actions > span {
	display: inline-block;
}

#comments-block .comments-actions a {
	font-weight: 500;
	font-size: 12px;
	margin-right: 10px;
	line-height: normal;
}
/* Thumbs Up */
#comments-block .comments-actions a.thumbs-up {
	background-position: -0px -150px;
	height: 16px;
	width: 20px;
	display:inline-block;
	text-indent:-9999px;
	margin-right: 0px;
}
/* Reply */
#comments-block .comments-actions a.comment-reply-link {
	background-position: -50px -150px;
	height: 10px;
	width: 18px;
	display:inline-block;
	text-indent:-9999px;
	margin-top: 6px;
	vertical-align: top;
}
/* Flag */
#comments-block .comments-actions .safe-comments-report-link a {
	background-position: -25px -150px;
	height: 16px;
	width: 14px;
	display:inline-block;
	text-indent:-9999px;
	margin-top: 6px;
	vertical-align: top;
}

#comments-block .comments-actions .safe-comments-report-link a.alreadyflagged {
	background-position: -25px -170px;
}

.alreadyLiked {
	opacity:.5;
}

.zaki_like_dislike {
	display:inline;
}

.zaki_like_dislike_count {
	font-weight:bold;
	color:#147297;
}

.thumbs-up {
	cursor:pointer;
}

.post-page #recent-posts-block p, .post-page #related-content-block p {
	margin-bottom: 7px;
}
.post-page #tall-ad-block {
	text-align: center;
}
.post-page #related-content-block {
	margin-top: 40px;
	margin-bottom: 30px;
}
.post-page #contentright {
	float: left;
	width: 275px;
}
.post-page #contentleft {
	float: right;
}
#post-author-block {
	padding: 15px;
	border: #e5e5e5 solid 1px;
	background-color:#f2fbfe;
	margin-bottom: 25px;
	font-size: 12px;
}
#post-author-block .attribution, #contentright .follow-author, #contentright .more-by-author {
	font-size: 12px;
	line-height: normal;
}
#post-author-pic img {
	float: left;
	margin-right: 10px;
	border: #d7d7d7 solid 1px;
}
#post-author-block .attribution a {
	color: #898989;
	font-weight: 500;
}
#post-author-block .more-by-author a {
	font-weight: 500;
}
.more-by-author {
	margin-bottom: 26px;
}
/* Footer styles */
#footernav {
	width:773px;
	float:left;
}

#footernav ul li {
	float:left;
	margin-right:14px;
	list-style:none;
}

#footernav ul li a {
	font-size:12px;
	color:#147297;
}

#footer {
	padding:5px 0;
}

#socialbuttons {
	width:124px;
	float:right;
	text-align:right;
}

#socialbuttons a {
	margin-right:10px;
}

#socialbuttons a:last-child {
	margin:0;
}

#footer p {
	font-size:12px;
	text-align:center;
}

#footer a {
	font-weight:bold;
}
#footer p a {
	margin-right:60px;
	color:#1887B1;
	text-decoration:underline;
}
#footer p a:hover {
        color:#137194;
}

#footer p a:visited {
	color:#137194;
}

#footer p a:last-child {
	margin:0;
}

#footer #lastnav {
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	border-radius: 7px;
	color:black;
}

#footer .disclaimer {
	padding-top:5px;
}
#fb-30, #tw-30, #yt-30 {
	width: 30px;
	height: 30px;
	display: inline-block;
}
#fb-30 {
	background-position: -50px 0px ;
}
#tw-30 {
	background-position: 0px 0px ;
}
#yt-30 {
	background-position: -100px 0px ;
}

.rightfloated img, .leftfloated img {
	margin-bottom:10px;
}

.rightfloated {
	float:right;
	margin:0px 0px 15px 15px;
}

.leftfloated {
	float:left;
	margin:0px 15px 15px 0px;
}


.alignleft {
	float:left;
}

input, textarea {
	max-width:100%;
}

.wpp-comments {
	display:none;
}

#main-search-bar .screen-reader-text {
	display:none;
}

#userblock {
	text-align:right;
	font-size:14px;
}

#userblock a.specialbtn {
	background-color:#147297;
	color:#fff;
	text-decoration:none;
	padding:5px 20px;
}

.avatar {
	height:auto;
}

#contentleft ul.tml-action-links {
	margin-left:0;
}

#contentleft ul.tml-action-links li {
	list-style:none;
	margin-bottom:10px;
}

#sharecreation fieldset {
	border:none;
	margin-bottom:15px;
}

#sharecreation label {
	display:block;
	margin-bottom:10px;
	font-size:14px;
}

#sharecreation input, #sharecreation textarea {
	border:solid 1px #ccc;
	padding:7px 10px;
	max-width:80%;
	font-size:14px;
	color:#2a2a2a;
}

.imagefield {
	display:block;
	margin-bottom:5px;
}

.fielddesc {
	font-size:12px;
	font-style:italic;
}

#registerform label#display_diagnosislabel {
	display:inline;
}

#registerform input#display_diagnosis {
	display:inline;
	width:auto;
}

#login-main, #login-main input, .regular-form input {
	font-size: 12px;
}
#login-main input[type=text], #login-main input[type=password], .regular-form input[type=text],.regular-form input[type=password], .regular-form input[type=file], .regular-form select, .regular-form textarea {
	margin-bottom: 5px;
}
select {
	max-width: 100%;
}
#login-main label, .regular-form label {
	display: block;
	font-weight: bold;
}
#login-main p, .regular-form p {
	margin-bottom: 15px;
}
#login-main .blue-button, .regular-form .blue-button {
	float: none;
}


#popup {
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 25px 5px #999;
	color: #111;
	display: none;
	min-width: 300px;
	padding: 25px;
}
#popup img {
	width: 100%;
}
.button-close {
	border-radius: 7px 7px 7px 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	position: absolute;
	right: -7px;
	top: -7px;
	background-color: #1e1e1e;
	color: #fff;
	cursor: pointer;
}
.blue-bar {
	background-color: #147297;
	color: #fff;
	padding: 6px;
	text-align: center;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.table-row {
	display: table-row;
}

textarea {
	padding:10px;
}

/* Front end WYSIWYG */

.mce-edit-area {
	border-right:solid 1px #F2F2F2 !important;
	border-left:solid 1px #F2F2F2 !important;
}

#your-profile .form-table th {
	padding:0;
}

#your-profile .form-table label {
	font-weight:normal;
}

#your-profile .form-table input, #your-profile .form-table textarea, #display_facebookurl {
	border:solid 1px #ccc;
	padding:5px 10px;
	font-family:'Open Sans',sans-serif;
	font-size:12px;
}

#your-profile .form-table {
	margin-bottom:20px;
}

h1 .editlink {
	font-size:12px;
	font-weight:normal;
	float:right;
	display:inline-block;
	width:auto;
	border-radius:7px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	background: #1887b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #1887b1 0%, #137da5 50%, #0d7097 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1887b1), color-stop(50%,#137da5), color-stop(100%,#0d7097)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1887b1 0%,#137da5 50%,#0d7097 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1887b1', endColorstr='#0d7097',GradientType=0 ); /* IE6-9 */
	border: solid 1px #0c6f95;
	padding:5px 15px;
	margin-bottom:15px;
	cursor:pointer;
	text-decoration:none;
}

select[name="relationship_to_autism"] {
    margin-bottom:5px;
}

li {
	word-wrap:break-word;
}

#postpager a, #postpager span {
	border:solid 1px #ccc;
	padding:10px;
	background-color:#F2FBFE;
	text-decoration:none;
}

#searchform {
	float:none;
	margin-top:15px;
}

#searchform li {
	list-style:none;
	float:right;
}

#userblock {
	height:60px;
}

#registerform input.errorfield {
	border:solid 1px red;
}

p.error {
	color:red;
}


input.pagenumber {
	font-size:11px;
	padding:5px;
	width:70px;
}

.bottomadplacement {
	text-align:center;
	margin:0 auto 20px auto;
	display:block;
}

#primarywrap {
	position:relative;
}

.skyadleft {
	position:absolute;
	left:20px;
	top:0;
}

.skyadright {
	position:absolute;
	right:20px;
	top:0;
}

#theimagecanvas {
	margin-bottom:20px;
}

#theimagecanvas img {
	margin-left:0;
	max-width:none;
}

#imageplaceholder {
	border:solid 1px #ccc;
	overflow:hidden;
	width:300px;
	height:190px;
}

#resize_slider, #create_image, #resize_slider_helper {
	display:none;
	margin-bottom:20px;
}

#create_image {
	font-weight:bold;
}

#activeimage {
	width:auto;
	height:auto;
}

.youtubeimage_link {
	position:relative;
	display:block;
}

.playparent {
	position:absolute;
	top:0;
	width:100%;
}

.createdbyme-item-big .youtubeimage_link .playbutton {
	width:100px;
	height:auto;
	display:block;
	margin:80px auto 0 auto;
	border:none;
}

.authorpage .createdbyme-item .youtubeimage_link .playbutton {
	width:70px;
	height:auto;
	display:block;
	margin:45px auto 0 auto;
	border:none;
}
#loginform .forgetmenot label {
	display: inline-block;
}
.interior.forum .gen {
	min-width: 40px;
}
.cat form {
	color: #000;
}
.poll-bars {
	min-width: 130px;
}
.poll-question {
	padding: 0px 8px 8px 0px;
}

.wpp-views {
	display:none;
}
