/*
Theme Name: PixelPower
Theme URI: http://cudazi.com/
Description: Clean, fun, tumblog-style WordPress theme.
Author: Cudazi
Author URI: http://cudazi.com/
Version: 1.0.8
License: See Download License Folder
License URI: http://cudazi.com/
Tags: light, one-column, two-columns, custom-background, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/


/*
	CSS / Styles found in the /css/ folder.
	This file is applied after the main CSS if you want to add-on styles here instead but a child theme would be best.
*/

.readmore_link
{
	display:block;
	margin-bottom:-20px;
	margin-top:-20px;
}

#HyperComments_Box {
	background-color: #fff;
	padding: 0 15px;
}

ul.related_post {
  overflow: hidden;
}
ul.related_post {
  margin-top: 10px;
}
.related_post li {
  max-width: 305px;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  width: 48%;
}

.post-pagination .wp_rp_title:link, .post-pagination .wp_rp_title:visited {
  float: left;
  margin-left: 10px;
  color: #111;
  width: 195px;
  text-decoration: underline;
}

.post-pagination .wp_rp_title:hover {
  color: #E86A4D;
}

.wp_rp_thumbnail {
	display: block;
	float: left;
}

.wp_rp_thumbnail img{
	width: 80px;
	height: auto;  
}

.featured-image img {
	display: block;
	margin: 0 auto;
}

.paginator span {
	font-size: 15px;
}

.paginator span a:hover {
	background: #e86a4d;
	color: #fff;
}

.paginator span strong {
	color: #fff;
}

.article__subscribe {
    width: 630px;
    margin: 0 auto;
    clear: both;
}

.article-subscribe {
    background-image: url('images/post-line.png');
    position: relative;
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-repeat: repeat-x;
    background-position: -10px 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.article-subscribe__title {
    font-size: 1.875rem;
    color: #111;
}

.article-subscribe__text {
    margin-top: .625rem;
    color: #777;
    font-family: "PT Serif","Times New Roman",Times,Baskerville,Georgia,serif;
    font-size: 1rem;
}

.article-subscribe__form input {
    width: 365px;
    margin: 1.25rem 0 .625rem;
    padding: 8px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 1px;
    background: #f8f8f8;
    -moz-appearance: caret;
    -webkit-appearance: caret;
}

.article-subscribe__form input:focus {
    outline: none;
}

.article-subscribe__btn .btn {
    float: left;
    margin-right: 25px;
    padding: 8px 30px;
    -webkit-transition: background .3s;
    transition: background .3s;
    color: #FFF;
    border: none;
    background: #59B02E;
    border-radius: 0;
    font-size: 1.25rem;
    font-weight: 600;  
    text-shadow: none !important;  
}

.article-subscribe__btn .btn:hover {
background-color: #458823;
}

.articles-subscribe__nospam {
    margin-top: 10px;
    font-size: .625rem;
    color: #111;
    line-height: 1.4em;
    padding-top: 4px;
}

.article-subscribe__post {
    width: 165px;
    height: 83px;
    background-image: url('images/post-stamp.png');
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.article-subscribe__social {
    margin-top: 1.25rem;
}

.article-subscribe__social div,.article-subscribe__social iframe {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.article-subscribe__social a {
    display: inline-block;
    min-width: 140px;
    margin: 0 5px 0 0;
    padding: 5px 8px 5px 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}

.article-subscribe__social a:hover {
    text-decoration: none;
}

.wpp-list a {
 display: block; 
}

.wpp-list  .wpp-thumbnail {
  display: block;
  float: none;
}

.wpp-post-title {
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px solid #111;
  margin-bottom: 15px;
  display: block;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #181818;
  font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.widgettitle {
    font-size: 15px;    font-style: italic;    margin-bottom: 4px;
    color: #444;    text-decoration: none;    text-shadow: 0 1px 0 #eee;    -moz-text-shadow: 0 1px 0 #eee;    -webkit-text-shadow: 0 1px 0 #eee;
    line-height: 34px;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;    font-weight: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #444;
  text-decoration: none;
  text-shadow: 0 1px 0 #eee;
  -moz-text-shadow: 0 1px 0 #eee;
  -webkit-text-shadow: 0 1px 0 #eee;
}
	.h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	.h1 { font-size: 35px; line-height: 40px; margin-bottom: 10px;}
	.h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	.h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	.h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	.h5 { font-size: 17px; line-height: 24px; }
	.h6 { font-size: 14px; line-height: 21px; }
.related_post li .wp_rp_thumbnail {
    display: block;
}

.related_post li .wp_rp_thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.related_post li a.wp_rp_title {
    float: none !important;
    margin-left: 0px !important;
    display: block;
    margin-bottom: 10px;
    width: 100% !important;
}
@media screen and (max-width: 890px){
.article-subscribe__form input {
    width: 94%;
    max-width: 350px;
    margin: 10px 0px;
}
.article-subscribe__post {
  display: none;
}
.article__subscribe {
    max-width: 450px; width: 100%;
}
.wpp-list .wpp-thumbnail {
  display: block;
  float: none;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
}
}
#upprev_box .h6 {
    text-transform: uppercase;    font-size: 10px;    font-weight: bold;    font-family: arial,helvetica,sans-serif;    color: inherit;    padding: 0;    margin: 0 0 10px 0;
}
#upprev_box div.upprev_thumbnail .h5 {
  clear: right;
  margin: 0 0 .5em 0;
}
.related_post li .wp_rp_thumbnail {
  display: block;
  width: 100%;
}
.article__subscribe.emailfixbox {
    width: auto;
    background: #fff;
    background: 
    
    -moz-linear-gradient(left, #f7f7f7 0%, #ffffff 4%, #ffffff 100%);
    background: 
    
    -webkit-gradient(linear, left top, right top, color-stop(0%,#f7f7f7), color-stop(4%,#ffffff), color-stop(100%,#ffffff));
    background: 
    
    -webkit-linear-gradient(left, #f7f7f7 0%,#ffffff 4%,#ffffff 100%);
    background: 
    
    -o-linear-gradient(left, #f7f7f7 0%,#ffffff 4%,#ffffff 100%);
    background: 
    
    -ms-linear-gradient(left, #f7f7f7 0%,#ffffff 4%,#ffffff 100%);
    background: linear-gradient(left, #f7f7f7 0%,#ffffff 4%,#ffffff 100%);
    position: relative;
    -webkit-box-shadow: 0px 0px 1px 0px #ccc;
    -moz-box-shadow: 0px 0px 1px 0px #ccc;
    box-shadow: 0px 0px 3px 0px #ccc;
}
.article__subscribe.emailfixbox.fixedbox {
    position: fixed;
    top: 30px;
    width: 240px;
}
.article__subscribe.emailfixbox .article-subscribe {
    padding: 14px;
    word-break: break-word;
}
.article__subscribe.emailfixbox .article-subscribe .article-subscribe__title {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 4px;
    color: #444;
    text-decoration: none;
    text-shadow: 0 1px 0 #eee;
    -moz-text-shadow: 0 1px 0 #eee;
    -webkit-text-shadow: 0 1px 0 #eee;
    line-height: 20px;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.article__subscribe.emailfixbox .article-subscribe .article-subscribe__text {
    font-size: 12px;
    line-height: 12px;
    color: #000;
    font-family: Arial;
    margin-bottom: 5px;
}
.emailfixbox .textemail {
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(images/subscribe_mail.png) no-repeat left 6px;
}
.emailfixbox .textemail .countrss {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}
.emailfixbox .textemail p {
    margin: 0;
}
.article__subscribe.emailfixbox input {
    width: 100%;
}
.article__subscribe.emailfixbox .adaptfields {
    margin-right: 20px;
}
.article__subscribe.emailfixbox .btn {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
}
.article__subscribe.emailfixbox form {
    margin-bottom: 0px;
}
.widget ul.linkssocial .buttonvk {
    background: #436c98 url(images/icon-vk.png) no-repeat 10px 13px;
}
.widget ul.linkssocial .buttonfb {
    background: #455d9b url(images/icon-fb.png) no-repeat 14px 9px;
}
.widget ul.linkssocial a {
    color: #fff;
    font-size: 16px;
    padding: 10px;
height: 18px;
    position: relative;
    display: block;
    text-decoration: none !IMPORTANT;
}
.widget ul.linkssocial a.buttontw {
    background: #1aacea url(images/icon-tw.png) no-repeat 10px 11px;
}
.widget ul.linkssocial a .countsoc {
    position: absolute;
    left: auto;
    right: 10px;
    font-size: 11px;
    line-height: 17px;
}
.widget ul.linkssocial .buttonvk:hover {
    background: #335375 url(images/icon-vk.png) no-repeat 10px 13px;
}
.widget ul.linkssocial .buttonfb:hover {
    background: #354878 url(images/icon-fb.png) no-repeat 14px 9px;
}
.widget ul.linkssocial a.buttontw:hover {
    background: #128cbf url(images/icon-tw.png) no-repeat 10px 11px;
}
.randomlink {
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    color: #000;
    padding-left: 40px;
    cursor: pointer;    text-align: center;
     background: url(images/reload.gif) no-repeat 4px 6px;
}
@media screen and (max-width: 650px){
.article__subscribe.emailfixbox.fixedbox {
    position: static;
}
}