/*
 Theme Name:	Twenty Thirteen jMRUI
 Description:	jMRUI child theme for the Twenty Thirteen theme 
 Author:	MRUI Software Manager
 Author URI:	http://jmrui.uab.cat
 Template:	twentythirteen
 Version:	0.1
*/

/*  **************************************************  */
/*  WORDPRESS Theme customization starts here  */

/*  No need to import theme style.css file here because it is imported from functions.php  */
/*  @import url("../twentythirteen/style.css");  */

/*  Make the overall font-size larger than default  */
html { font-size: 105% }

/* this will change only some objects  /*
/* body { font-size: 16px; }  */


/*  Make font-size smaller than default for some objects  */

h1 {
	font-size: 30px;
	margin: 30px 0;
}

h2 {
	font-size: 26px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.site-description {
	font: 400 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

/*  Change widgets style  */

.widget {
	font-size: 16px;
}

.widget .widget-title {
	font: 300 italic 18px "Source Sans Pro", Helvetica, sans-serif;
}

/* Do not display "Proudly powered by WordPress" footer */

.site-info {
   display: none;
}

/* Make left-aligned images not to pull into the margin */
/* https://my.wealthyaffiliate.com/littleclaire/blog/wordpress-twenty-thirteen-theme-image-alignment */

/* .entry-content img.alignleft, */
/* .entry-content .wp-caption.alignleft { margin-left: 0; }  */

/* Make right-aligned images not to pull into the margin */
/* https://my.wealthyaffiliate.com/littleclaire/blog/wordpress-twenty-thirteen-theme-image-alignment */

.entry-content img.alignright,
.entry-content .wp-caption.alignright { margin-right: 0; }


/*  **************************************************  */
/*  BBPRESS Theme customization starts here             */

/*  Make font-size larger than default for some objects  */

#bbpress-forums {
	font-size: 14px;
}

#bbpress-forums .bbp-topic-content p,
#bbpress-forums .bbp-reply-content p {
	font-size: 16px !important;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 16px;
}

#bbpress-forums .bbp-forums-list li {
	font-size: 16px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 14px;
}

div.bbp-template-notice p {
	font-size: 14px;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 13px;
}

/*  do not display closed topics in gray color  */
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
	color: #222 !important;
}

/*  styling for forum description on category pages or indeed forum pages  */
#bbpress-forums div.bbp-forum-content {
	clear:both !important;
	margin-left: 0px !important;
	padding: 0 0 0 0 !important;
}

/*  styling for forum subscription toggle on forum pages  */
#bbpress-forums > #subscription-toggle{
   float:right;
}

#bbpress-forums div.bbp-reply-content a.subscription-toggle,
#subscription-toggle a{
   font-weight:bold;
   padding: 0 2px 0 2px;
/*   border: 1px solid navy; */
/*   background-color: white; */
}

#bbpress-forums div.bbp-reply-content .is-subscribed a.subscription-toggle,
#subscription-toggle .is-subscribed a.subscription-toggle{
   background-color: #FFE000;
}

/* Make gray color darker for some items */
#bbpress-forums span.bbp-admin-links a {
   color: #999;
}

#bbpress-forums .bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
    color: #999;
}

/* Make "Create new topic" legend more visible*/
#bbpress-forums fieldset.bbp-form legend {
    font-weight: bold;
    color: #777;
    font-size: 18px !important;
}


/* Use Dashicons to show topic status: sticky, closed... */
/* from https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/  */
#bbpress-forums li.bbp-topic-title span.dashicons {
  float: left;
  margin-right: 5px;
}


/*  make forum pages full-width  */
/*
.site-content .forum .entry-header,
.site-content .forum .entry-content,
.site-content .forum .entry-summary,
.site-content .forum .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 75%;
}
*/ 

/* hide the tiny avatars elsewhere in bbpress  */
/* from https://bbpress.org/forums/topic/how-can-i-delete-the-small-avatars  */
/* There is an alternative that does remove them at  */
/* https://gist.github.com/sagarjadhav/8ddb2b910811f54738af  */
.avatar-14 { display: none !important; }


/* hide the post edit logs in bbpress. By Todd - WireFlare at        */
/* https://bbpress.org/forums/topic/removing-log-of-edits-to-forum   */
.bbp-reply-revision-log {
    display: none !important;
}

/* Use WordPress theme default font in Delightful Downloads buttons. */
/* The default font size is 12px and results in a too small text */

.ddownload-button {
    display: inline-block;
    font-size: 105% !important;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none!important;
    padding: none!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 0 2px #fff;
    -o-box-shadow: inset 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 2px #fff;
}

.button-blue {
    color: #fff!important;
    border: none !important;
    text-shadow: none!important;

    background: -webkit-linear-gradient(top,#008dfd 0,#0370ea 100%);
    background: -o-linear-gradient(top,#008dfd 0,#0370ea 100%);
    background: -ms-linear-gradient(top,#008dfd 0,#0370ea 100%);
    background: linear-gradient(top,#008dfd 0,#0370ea 100%);

    background-image: -moz-linear-gradient(#008dfd,#0370ea);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#008dfd),to(#0370ea));
    background-image: -webkit-linear-gradient(#008dfd,#0370ea);
    background-image: -o-linear-gradient(#008dfd,#0370ea);
    background-color: #008dfd;
}

