/*
 Theme Name: EAF Red
 Theme URI: http://www.eastasiaforum.org
 Description: Red version of EAF theme
 Version: 2.0.1
 Author: Chris & Riley & Max
 Author URI: http://www.getonmyhorse.com
 Tags: two-columns, threaded-comments, sticky-post, microformats, rtl-language-support
 */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,600,600i|Open+Sans:400,400i,500,700,700i');

header, nav, article, section, footer {
    display: block;
}

html {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body {
    font-size: 13px;
    font-family: 'Fira Sans', Verdana, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1.7em;
    background: #bbb; 
    background-repeat: no-repeat;
}

p {
    margin: 0.2em 0 0.8em 0;
    font-family:'Open Sans', Verdana, Sans-Serif;
  	font-size:1.1em;
}

a {
    text-decoration: none;
    color: #CA2027;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
}

a:hover {
    color: #666;
}

img {
    border: 0;
}

input {
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
}

input[type="text"], textarea {
    background: white;
    border: 1px solid #ddd;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0;
	padding:5px;
}

input[type="checkbox"] {
    margin: 0 4px 0 0;
    background: white;
}

input[type="submit"] {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 0;
	padding:5px;
}

input[type="submit"]:hover {
    background: #C31F26;
    color: white
}

select {
    background: #ddd;
    border: 0;
    border-radius: 0;
}

#page {
    max-width: 1200px;
    padding: 0 16px 24px 16px;
    margin: 0 auto;
    background: white;
    position: relative;
    border: 1px solid #333;
    border-width: 0 1px 0 1px;
}

#page > header {
    background: url('images/eastasia.png') no-repeat;
    background-position: 95% 0;
}

#banner {
    position: relative;
    overflow: auto;
}

#banner > a > img {
    margin-top: 10px;
}

#banner > span {
    width: 100%;
    float: left;
}

body > header {
    position: relative;
    text-align: right;
}

.menu-main-container {
    clear: both;
}

.menu, .sub-menu {
    position: relative;
    margin: 0;
    padding: 0;
    height: 24px;
    z-index: 10;
}

.menu-item {
    display: inline;
    float: left;
    font-weight: 500;
    white-space: nowrap;
  	line-height: 1.35em;
  	font-size: 15px;
}

.menu-item > a {
    display: block;
    padding: 0 12px 4px 12px;
}

#menu-main {
    background: #333;
    border-top: 4px solid #333;
    padding: 0 4px;
    margin-top: 10px;
}

#menu-main a {
    color: white;
}

#menu-main > .menu-item:hover > a {
    background-color: #CA2027;
    color: white;
}

#menu-main > .current-menu-item > a, #menu-main > .current-menu-parent > a {
    background: white;
    color: #CA2027;
}

#menu-item-20168 > a:hover, #menu-item-20167 > a:hover {
    /*background-image: url('images/arrow-red.png');*/
}

/* The random ids are for the other topics and other countries */
#menu-main > .menu-item-object-category > a, #menu-item-20168 > a, #menu-item-20167 > a {
    padding-right: 20px;
    /*background-image: url('images/arrow-white.png');*/
    background-position: 95% 8px;
    background-repeat: no-repeat;
}

#menu-main > .menu-item-object-category.current-menu-parent > a {
    /*background-image: url('images/arrow-red.png');*/
}

#menu-main > .menu-item-object-category > a:hover {
    /*background-image: url('images/arrow-white.png');*/
}

#menu-main > .menu-item.open > a {
    background-color: #CA2027;
    color: white;
}

#menu-main > .menu-item > .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    z-index: 4;
    background: #CA2027;
    right: 10px;
    -webkit-transition: all 0.08s;
    -moz-transition: all 0.08s;
    padding: 4px 0 0 0;
}

#menu-main .sub-menu > .menu-item > a:hover {
    background-color: white;
    color: #CA2027;
}

#menu-main .sub-menu > .menu-item > a {
    font-weight: 400;
}

#menu-main .sub-menu > .current-menu-item > a {
    background: white;
    color: #CA2027;
}

/* Sub-sub menus! */
#menu-main > .menu-item > .sub-menu > .menu-item.open {
    background: #333;
}

#menu-main > .menu-item > .sub-menu > .menu-item > .sub-menu {
    display: none;
    background: #333;
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    overflow: auto;
    height: auto;
}

#mid {
    position: relative;
    background: white;
    padding-top: 16px;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
}

#post-filter {
    border-bottom: 2px solid #CA2027;
    overflow: hidden;
    font-size:14px;
    height:21px;
}

#post-filter .selected-cat {
    color: #CA2027;
    margin-right: 16px;
    font-weight: bold;
    float: left;
}

#post-filter ul, #popular-time ul, #sortby-bar ul {
    list-style-type: none;
    margin: 0;
    display: inline;
    padding: 0;
    /* 	float: right; */
}

#post-filter li, #popular-time li, #sortby-bar li {
    display: inline;
    float: left;
}

#post-filter li > a, #popular-time li > a, #sortby-bar li > a {
    display: inline;
    padding: 0.24em 0.6em;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
}

#post-filter li > a:hover {
    background: #333;
    color: white;
}

#post-filter .selected > a {
    background: #CA2027;
    color: white;
}

#post-filter .selected > a:hover {
] color: white;
}

#sortby-bar {
    margin-top: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

#sortby-bar .selected {
    font-weight: bold;
}

.left-side {
    position: relative;
    width: 68%;
    left: 4px;
    float: left;
}

#posts {
    margin-top: 8px;
}

.post {
    position: relative;
    overflow: hidden;
    clear: left;
    margin-bottom: 1em;
}

.post > header .author, .post > header time, .post > footer {
    font-family: 'Fira Sans', Trebuchet MS, Verdana, sans-serif;
}

.post > header .author {
    font-weight: bold;
    margin-left: 2em;
}

.post > header time {
    font-weight: bold;
    color: #666;
    font-size: 12px;
}

.post .content {
  padding-top: 0.5em;
 } 

article > .content {
  max-width: 740px;
}

.post .attachment-frontpage {
    position: relative;
    float: left;
    background: white;
    margin: 10px 10px 8px 0;
    box-shadow: 0 0 1.5px 0 #000;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
  	max-width: 300px;
  	max-height: 300px;
}

.post .attachment-frontpage:hover {
}

.post > footer {
    clear: both;
    margin: 4px 0 24px 0;
    padding: 4px;
    color: #333;
    overflow: auto;
}

.full-post > footer {
    vertical-align: bottom;
}

.light {
    background: #eee;
}

.post > footer .view-more {
    float: left;
}

.post > footer .post-footer-icons {
    float: right;
}

.post > footer img {
    margin-right: 4px;
}

.post > footer .comments {
    margin-left: 1em;
}

.full-post > #recommend-bar {
    border: 1px solid #eee;
    border-width: 1px 0;
    margin-top: 36px;
    text-align: right;
    padding: 8px 0;
}

.full-post > #social-bar {
    border-width: 1px 0;
}

.full-post > #view-more {
    margin: 8px 0;
}

.icon-button.rate {
    background: white url('images/icons/star.png') no-repeat 2px 2px;
}

.icon-button.rated {
    background: white url('images/icons/star-filled.png') no-repeat 2px 2px;
}

.icon-button.new-comment {
    background: white url('images/icons/comment.png') no-repeat 2px 2px;
}

.full-post .post-edit-link {
    font-size: 0.8em;
    padding-left: 1em;
}

#sidebar {
    float: right;
    width: 27%;
    padding: 0 0 10px 0;
}

#sidebar .sidebar-widget {
    padding-bottom: 0.8em;
}

#sidebar .sidebar-widget.expanded header {
    color: #CA2027;
}

#about .aboutbox.noncollapsable header {
    color: #CA2027;
}

#about .aboutbox.noncollapsable ul header {
    font-weight: normal;
    color: #333;
}

#sidebar .sidebar-widget.collapsed header {
    color: #333;
}

#sidebar .sidebar-widget header {
    text-transform: uppercase;
    padding: 4px;
  	padding-bottom:2px;
  	font-size:1.1em;
  	font-weight:500;
    margin: 0;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
}

#sidebar .sidebar-widget header:hover {
    cursor: pointer;
    color: white;
    background: #CA2027;
}

#sidebar .widget-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar .widget-content {
    font-size: 1em;
}

#sidebar .widget-content h2 {
    font-size: 12px;
    margin: 0;
}

#sidebar .widget-content h1 {
    font-size: 14px;
    margin: 0;
}

#sidebar .widget-content div {
    overflow: auto;
    margin: 1em 0;
}

#sidebar .sidebar-eafq-issue {
    text-align: center;
}

#sidebar .eafq-sidebar-thumb {
    text-align: center;
    width: 165px;
    height: auto;
    border: 1px solid #ddd;
    -moz-transition: border 0.05s ease-in;
    -webkit-transition: border 0.05s ease-in;
}

#sidebar .eafq-sidebar-thumb:hover {
    border: 1px solid #C31F26;
}

#sidebar .editorial-list img {
    border: 1px solid #aaa;
    background: white;
    width: 100px;
    height: auto;
    display: block;
  	margin-right:8px;
  	float:left;
}

#sidebar .editorial-list li a {
  display: inline;
    margin: 4px 0;
    border-bottom: 1px solid #eee;
    padding: 4px 0;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
}

#sidebar .editorial-list li a:hover {
    background: #CA2027;
    color: white;
}

#sidebar .sidebar-follow-link > img {
    width: 32px;
    height: 32px;
    background: #aaa;
    margin: 0 8px 8px 0;
    -webkit-transition: background 0.05s ease-in;
    -moz-transition: background 0.05s ease-in;
}

#sidebar .sidebar-follow-bottom-link > img {
    width: 32px;
    height: 32px;
    background: #aaa;
    margin: 0 8px 0px 0;
    -webkit-transition: background 0.05s ease-in;
    -moz-transition: background 0.05s ease-in;
}

#sidebar .sidebar-map-link > img {
    width: 265px;
    height: 95px;
    background: #aaa;
    -webkit-transition: background 0.05s ease-in;
    -moz-transition: background 0.05s ease-in;
}

#sidebar .sidebar-map-link:hover > img {
    background: #CA2027;
}

#sidebar .sidebar-follow-bottom-link:hover > img {
    background: #CA2027;
}

#sidebar .sidebar-follow-link:hover > img {
    background: #CA2027;
}

#sidebar .widget-content .sidebar-widget {
    margin-right: 16px;
}

#sidebar ul.blogroll {
    margin-bottom: 8px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

h1{
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', Trebuchet MS, Verdana, sans-serif;
}

h2, h2 a {
    color: #333;
}

h2 a:hover {
    color: #CA2027;
}

h3 {
    font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: 0.2em;
    padding-top: 0.4em;
    margin-top: 1px solid #333;
}

#page > footer {
    left: 16px;
    right: 16px;
    width: auto;
    padding: 3px 0;
    background: #333;
    color: white;
    clear: both;
    text-align: left;
    position: absolute;
    bottom: 0;
}

#page > footer > span {
    padding: 0 12px;
}

#fancybox-outer {
    padding: 0.6em;
}

.weak-shadow {
    box-shadow: 0 0.2em 0.8em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2em 0.8em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2em 0.8em rgba(0, 0, 0, 0.1);
}

.article-image-container {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

.article-image-caption {
    margin: 0.2em auto 0 auto;
}

.content img {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 400px;
    height: auto;
}

.content img.aligncenter {
    display: block;
    margin: 0.5em auto;
}

#comments {
    margin-top: 0px;
}

#comments #respond {
    /*display: none;*/
    overflow: auto;
}

#comments #respond input, #comments #respond textarea {
    float: right;
}

#comments .form-submit {
    clear: both;
}

#comments .comments-list, .children {
    list-style-type: none;
}

#comments ul.children {
    margin: 0;
}

#comments .children {
    padding-left: 0;
    padding-left: 2em;
}

#comments .comment-form-comment {
  height:130px;
}

#comments .comment-form-email {
  height:20px;
}


#comments .comment-form-author {
  height:20px;
}

#comments .comment-form-url {
  height:60px;
}

#commentform > p {
 clear:both; 
}


#commentform > input[type="text"], textarea{
	width:98%;
	clear:both;
}
	

#comments #author {
 width:98%;
  clear:both;
}

#comments #email {
 width:98%;
 clear:both;
}

#comments .submit {
 height:30px;
  margin-bottom:30px;
  margin-left:90px;
}

#comments .comments-list > .comment {
    border-bottom: 1px solid #ddd;
}

#comments .children .comment {
    padding-top: 1em;
}

#comments .comment-inner {
    padding: 0.2em;
}

#comments header {
    padding: 0.4em;
}

#comments #respond h3#reply-title {
    margin-top: 0;
    border-top: 0;
}

#comments .comment-meta {
    font-size: 0.9em;
    text-indent: 1em;
}

#comments article {
    background: white;
    padding: 0.2em 1em;
}

#comments footer {
    padding: 0.4em;
    text-align: right;
}

#comments > .comments-list {
    padding: 0;
}

#commentform label {
    font-style: italic;
}

#searchform {
    float: right;
    height: 24px;
    width: 270px;
    position: relative;
}

#searchfield {
    height: 18px;
    padding: 1px;
  	padding-left: 6px;
    width: 240px;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

#searchsubmit {
    display: block;
    width: 22px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 250px;
    border: 0;
    background-color: none;
    background: url('images/icons/search.png');
    -webkit-transition: background-color 0.08s;
    -moz-transition: background-color 0.08s;
}

#searchsubmit:hover {
    cursor: pointer;
    background-color: #CA2027;
}

.prefilled-field {
    color: #aaa;
}

.gsc-control {
    width: 100% !important;
}

.gs-title, .gs-title b {
    color: #104164 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.gs-clusterUrl, .gs-visibleUrl, .gsc-trailing-more-results {
    color: #104164 !important;
    text-decoration: none !important;
}

.gsc-search-box {
    display: none;
}

.underline {
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
}

#social-bar .social-button {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin: 4px 16px;
}

#social-bar .fb-like-button, #social-bar .twitter-button {
    top: 4px;
}

#social-bar .twitter-button {
    margin: 4px 38px 4px 16px;
}

/* wtf why is the +1 button so fat */
#social-bar .plusone-button {
    top: 2px;
}

.sidebar-follow-icons img {
    vertical-align: middle;
}

#subscribe-email-input {
    color: #aaa;
    width: 65%;
    float: left;
}

#subscribe-button {
    width: 30%;
    text-align: center;
    float: right;
}

#print-link, #pdf-link {
    float: right;
    margin-right: 8px;
}

/* Die smiley die! */
#wpstats {
    display: none;
}

p.center {
    text-align: center;
}

#sidebar ul.about-links {
    list-style-type: disc;
    margin-left: 16px;
}

#page-nav .nav-next {
    float: right;
}

h2.search-title {
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

/* Hide sidebar, move search to the top for smaller screens */
@media screen and (max-width: 820px) {
  
  
    .content {
        margin-left:12px;
        margin-right:12px;
    }

    header {
        margin: 0 12px 0px 12px;
    }

    #sidebar {
        display: none;
    }

    .left-side {
        margin: 0;
        width: 100%;
    }

    #banner {
        clear: both;
    }

    .menu, .sub-menu {
        height: auto;
    }

    #page {
        border-width: 0;
        padding: 0;
    }

    .left-side {
        left: 0;
    }

    #menu-main > .menu-item-object-category > .sub-menu, #menu-main > .menu-item-object-category > .sub-menu > .menu-item > .sub-menu {
        border-left: 0;
        position: relative;
        top: auto;
        left: 0;
        width: auto;
    }

    .menu-item > a {
        padding: 0;
        height:100%;
        width:100%;
        display:flex;
        font-weight: 200;
        text-align:center;
        align-items: center;
        justify-content: center;
    }

    #menu-main > .menu-item-object-category > a, #menu-item-20168 > a, #menu-item-20167 > a {
        padding-right: 0;
        background-position: 95% 8px;
    }

    .left-side #posts a img.attachment-frontpage {
        width: 100%;
        height:auto;
        box-shadow: none;
        border: none;
        padding:0;
    }

    .content img {
        max-width: 100%;
        height: auto;
        box-shadow: none;
        border: none;
    }
  
  	#posts time {
		font-size: 15px;
  	}

    #menu-main #searchform {
        display: none;
    }

    nav #menu-main {
        display: flex;
        position: fixed;
        z-index: 100;
        border: 0;
        bottom: 0;
        left: 0;
        height: 36px;
        width: 100%;
        padding: 0;
        display: -webkit-flex; /* Safari */
        -webkit-justify-content: space-around; /* Safari 6.1+ */
        justify-content: space-around;
        transition: all ease-out 100ms;
    }

    #menu-main li {
        justify-content: space-between;
    }

    #page > footer, footer {
        display: none;
    }

    #wpfront-notification-bar {
        display: none;
    }

    #menu-main > .menu-item > .sub-menu {
        display: none;
        position: absolute;
        left: -2px;
        bottom: 36px;
        width: 300%;
        z-index: 94;
        background: #CA2027;
        max-height: calc(100vh - 8em);
        overflow-y: auto;

        -webkit-transition: all 0.08s;
        -moz-transition: all 0.08s;
        padding: 0 0 4px 0;
    }

    #menu-main > .menu-item {
        position: relative;
        width:100%;
        height:100%;
        padding:0;
    }

    #menu-main > .menu-item .sub-menu .menu-item {
        float: none;
        display: block;
        padding: 4px;
    }

    .post > footer {
        margin-bottom: 44px;
    }

    #post-filter li  > a{
        font-size:1em;
        padding: 0 2em;

    }
    .menu-main-container{
        position:absolute;
    }
}

@media screen and (max-width: 640px) {
 .left-side #posts a img.attachment-frontpage {
        width: 100%;
        max-width:2000px;
		max-height:2000px;
    } 
}

/*  Unfloat pictures for yet smaller screens. Also shrink the EAF logo. Would be in main, but IE8 botches it, of course. */
@media screen and (max-width: 440px) {

    #banner > a > img {
        max-width: 323px;
        width: 100%;
        height: auto;
    }

    .post .attachment-frontpage {
        float: none;
    }

    .menu-item > a {
        font-size: 10px;
    }
}

@media screen and (max-width: 380px) {

    .menu-item > a {
        font-size: 10px;
    }
}

.searchwide {
    margin-bottom: 3px;
}

.advanced_search {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 16px;
}

.subscription-form ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.subscription-form .subscription-checkboxes {
    font-size: 11px
}

.subscription-form div {
    overflow: auto;
    margin: 1em 0
}

/* About page collapsible boxes */

#about .aboutbox {
    padding-bottom: 0.8em;
  	padding-top:0.8em;
}

#about .aboutbox.expanded header {
    color: #CA2027;
}

#about .aboutbox.collapsed header {
    color: #333;
}

#about .aboutbox header {
    text-align: left;
    text-transform: uppercase;
  	font-size:1.1em;
    padding: 2px;
    margin: 0;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
}

#about .aboutbox header:hover {
    cursor: pointer;
    color: white;
    background: #CA2027;
}

/* Donation form styles */
div.formrow {
    clear: both;
    padding-top: 10px;
}

div.formrow span.label {
    float: left;
    width: 110px;
    line-height: 32px;
    padding-right: 20px;
    text-align: right;
}

div.formrow select {
    background: transparent;
    border: 1px solid #ddd;
    height: 32px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

div.formrow span.field {
    float: left;
}

div.spacer {
    clear: both;
}

input.form-text {
    padding: 6px;
    border-radius: 3px;
}

.required {
    color: red;
}

.donateButton {
    cursor: pointer;
    border: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 42px 8px 23px;
    float: right;
}

.anudonateButton:hover {

    background-color: #CA2027;
    cursor: pointer;
    -webkit-transition: background-color 0.08s ease-out;
    -moz-transition: background-color 0.08s ease-out;
    -o-transition: background-color 0.08s ease-out;
    transition: background-color 0.08s ease-out;
}

.anudonateButton {
    cursor: pointer;
    border: 0;
    color: #ffffff;
    background-color: #aaa;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 42px 8px 23px;
    position: relative;
    left: 18%;
    -webkit-transition: all 0.08s;
    -moz-transition: all 0.08s;
}

.form_value, .form_value label {
    display: block;
    width: 78px;
    height: 60px;
    cursor: pointer;
}

.custom-radio label {
    background: url('images/rounded-grey.gif') no-repeat;
    background-position: left top;
}

.custom-radio {
    text-align: center;
    position: absolute;
    background-color: #fff;
    height: 40px;
}

.custom-radio input {
    position: relative;
    top: 45px;
    width: 70px;
    z-index: 5;
}

div.form_value {
    float: left;
    margin: 0 15px 20px 0;
}

.custom-radio label {
    background-position: left top;
}

.form_value label {
    position: relative;
    top: -10px;
    padding-top: 10px;
    font-size: 140%;
    cursor: pointer;
    -moz-border-radius: 10px 10px 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
}

.label_donation {
    display: inline-block;
    float: left;
    clear: left;
    font-size: 120%;
    text-align: right;
    margin-top: 8px;
    margin-right: 8px;
    height: 30px;
}

.other_amount {
    float: left;
    height: 18px;
    font-size: 98%;
}

.input_donation {
    display: inline-block;
    margin-top: 5px;
    float: left;
    width: 65px;
    font-size: 120%;
}

div.form_other_amount {
    margin: 0;
    display: inline-block;
    font-size: 120%;
    background: url('images/rounded-red-wide.gif') no-repeat;
    padding: 9px 10px 5px 10px;
    margin-top: 10px;
    float: left;
    width: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
}

/*popular post styles*/

.realted-pop-posts ul {
    list-style: none;
    padding-left: 20px;
	overflow:hidden;
}

.realted-pop-posts li {
    width: 260px;
    height: 105px;
    float: left;
    overflow: hidden;
    list-style-type: none;
    margin: 0 5px 10px 0;
}

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
    display: none;
}

.sharify-container{
	width:110%  !important;
}

.crp_title{
	font-size:1.1em;
  }
.wpp-post-title{
	font-size:1.1em;		
}