/*
Theme name: A-NO-NE
Author: Hiroaki Honshuku
Description: Child theme of ColorMag
Version: 0.1
Template: colormag
*/

@import url("../colormag/style.css");

p, li {
	font-size: 0.8rem;
}

#content .post .article-content img {
	width: initial;
	padding: 5px;
}

#content .post img {
	width: 300px;
}

.main-navigation .sub-menu li a {
	font-size: 0.7rem;
}

.archive #content .post p {
	font-size: 0.6rem;
}

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

.category-image img {
	<!--height: 200px;-->
}

.category-index-image img {
	height: 63px;
}

.taxonomy-description {
	border: thin solid #CCC;
	margin-bottom: 1em;
	padding: 10px 5px 0 5px;
}

#content .post .article-content .entry-title {
	font-size: 1rem;
}
.archive #content .post:not(:first-child) .article-content .entry-title {
	font-size: 1rem;
}

#secondary .widget ul {
	margin-left: 2rem;
}

#secondary .widget ul li, #colophon .widget ul li {
    line-height: 1rem;
    font-size: 0.8rem;
}

#secondary .widget ul li li, #colophon .widget ul li li {
    line-height: 0.8rem;
    font-size: 0.8rem;
   	list-style-type: circle;
}

#secondary .widget, .error-404 .widget {
    font-size: 1rem;
    margin-bottom: 15px;
}

#secondary .widget ul ul, #colophon .widget ul ul {
    padding-left: 1rem;
}

.category-index-header,
.category-index {
	/*max-width: 1060px;*/
	margin: 0.5em auto;
	padding: 0.5em;
	list-style-type: none;
}

.category-index {
	background-color: hsl(0, 0%, 90%);
    	display: inline-block;
	width: 100%;
}

.category-index-header .page-title {
	font-size: 2em;
	background-color: none;
	text-align: center;
}

.category-list-item {
	float: left;
	width: 30%;
	padding: 1em;
}

.category-index-image {
	padding: 1em;
	background-color: white;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
	margin: 0 0 10px;
	line-height: 5px;
}

.bbp-login-form label {
	font-size: 0.8rem;
}

.bbp-login-form .bbp-login-links a {
	margin-top: 25px;
	margin-right: 30px;
	float: right;
}

.bbp-login-form label {
	width: 80%;
}


.widget_featured_slider .slide-content {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) , rgba(0, 0, 0, 0.9));
}

.easy-table th, .easy-table td {
	font-size: 0.7rem;
}

td a img {
	width: 100px;
}

td {
	font-size: 0.8rem;
}

.query-unformatted .query-field-featured_image {
	width: 200px;
}

#content .widget-title {
    border-bottom: 2px solid #3a3f56;
}
#content .widget-title {
    font-size: 1rem;
    line-height: 1.2;
}

#content .widget-title {
    margin-bottom: 15px;
    padding-bottom: 0;
}

#content .widget-title span {
    background-color: #3a3f56;
}
#content .widget-title span {
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}

.query-footer {
	text-align: center;
	font-size: 0.8rem;
	margin: 0 0 2rem 0;
}

.query-field-callback_field {
	font-size: 0.8rem;
	margin-bottom: 1rem;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: -10px;
}

div.pp_content {
	padding-bottom: 10px;
}

/* Mobile Device Menu Issue Fix */
@media screen and (max-width: 768px) {
  #site-navigation {
    position: relative !important;
  }

   .category-index {
	width: 95%;
  }
  .category-list-item {
	float: left;
	width: 95%;
	padding: 1em;
  }
}

/*Forum*/
blockquote p::before {
	font-size: 1.5rem;
}

blockquote p {
	font-size: 0.8rem;
}

.d4p-bbt-quote-title a {
	color: #ffffff;
}

.query-field-featured_image {
	width: 80px;
}

.post .featured-image {
   text-align: left;
}

.footer-socket-wrapper .copyright {
	max-width: 100%;
}