/*
Theme Name:Book Rev Lite
Theme URI: https://themeisle.com/themes/bookrev-lite/
Author: Themeisle
Author URI: https://themeisle.com
Description: Book Rev Lite is a free book review WordPress Theme. The responsive, clean and modern design includes tools for presenting your books/products in a beautiful way, you can easily add adsense ads, google fonts, custom colors, slider support and the pro version has also ecommerce ( Woocommerce ) integration.Works great for product review and amazon affiliate sites.
Version: 1.6.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:  brown,custom-menu, featured-images, one-column, post-formats, responsive-layout, sticky-post, translation-ready,green,white,light,right-sidebar,two-columns, custom-background,custom-header,full-width-template,theme-options
Text Domain: book-rev-lite
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Main Logo */
#inner-header .logo {
  display: block;
  float: left;
}
#inner-header .logo h1 {
  margin: 0;
  text-indent: -9999px;
}

/* Main Menu */
#main-menu nav .main-dropdown {
  display: none;
}
#main-menu ul li i {
	color: #ddd;
}
#main-menu nav {
  float: left;
}
#main-menu nav ul {
  padding: 0;
}
#main-menu nav ul li a {
  line-height: 1.7;
}

/* Main Content Search Results */
#main-content-inner .search-results-header h3 span {
  font-style: italic;
}

/* Article Area */
.article-container {
  display: table-cell;
  vertical-align: top;
  width: 70%;
  margin-bottom: 20px;
}


/* Article */
.article-container article {
  padding: 16px 22px;
}
.article-container article .feat-img {
  width: 150px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  float: left;
  margin-right: 20px;
  background-color: #ddd;
}
.article-container article .feat-img a img {
  display: block;
  width: 100%;
  height: auto;
}
.article-container article .content {
  float: left;
  width: 642px;
}

.article-container article p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 7px;
}



/* Article Container - News Block Header */

.article-container .newsblock > header {
  background: #fcfcfc;
  border-bottom: 1px solid #ededed;
  padding: 18px 1.4em;
}

.article-container .newsblock > header h2 span {
  color: #3c3c3c;
}

.article-container .newsblock > header h2 {
  margin: 0;
  color: #bbb;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
}



/* Article Container - Latest Reviews Block */

#latest-reviews-block {
  border-bottom: 1px solid #ededed;
}

#latest-reviews-block .lrb-inner {
  background: #fff;
}

#latest-reviews-block .lrb-navigation {
  float: left;
  width: 32%;
}

#latest-reviews-block .article-display {
  float: left;
  width: 68%;
}



/* Latest Reviews Block - Navigation */

#latest-reviews-block .lrb-navigation {
  border-right: 1px solid #ededed;
}

#latest-reviews-block .lrb-navigation ul {
  margin: 0;
  padding: 0;
}

#latest-reviews-block .lrb-navigation .article-link {
  border-bottom: 1px dotted #c0c0c0;
}



/* Latest Reviews Block - Article Link */

#latest-reviews-block .article-link {
  padding: 30px 1.4em;
  position: relative;
}

#latest-reviews-block .article-link.active,  #latest-reviews-block .article-link:hover {
  background: #484848;
  cursor: pointer;
}

#latest-reviews-block .article-link.active .article-title a, #latest-reviews-block .article-link:hover .article-title a {
  color: #fff;
}

#latest-reviews-block .article-link .article-title {
  margin: 0;
  padding: 0;
  color: #3c3c3c;
  font-size: 1.250em;
  font-weight: normal;
  line-height: 1;
}

#latest-reviews-block .article-link .article-title a {
  color: #3c3c3c;
}

#latest-reviews-block .article-link .article-meta .categ a {
  text-transform: uppercase;
  display: block;
  font-size: 0.750em;
  color: #7d7d7d;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: -6px;
}

#latest-reviews-block .article-link .article-meta .date {
  color: #8a8a8a;
  font-size: 0.750em;
  text-transform: uppercase;
  line-height: 1;
}



/* Latest Reviews Block - Navigation Arrows */

#latest-reviews-block .lrb-navigation .nav-top, #latest-reviews-block .lrb-navigation .nav-bottom {
  text-align: center;
  padding: 10px 0px;
  color: #B6B6B6;
}

#latest-reviews-block .lrb-navigation .nav-top {
  background: url("img/lrb-nav-up.png") no-repeat bottom center;
}

#latest-reviews-block .lrb-navigation .nav-bottom {
  background: url("img/lrb-nav-down.png") no-repeat top center;
}

#latest-reviews-block .lrb-navigation .nav-top:hover, #latest-reviews-block .lrb-navigation .nav-bottom:hover {
  cursor: pointer;
  color: #000;
}

#latest-reviews-block .lrb-navigation ul {
  min-height: 415px;
  overflow: hidden;
}



/* Latest Reviews Block - Article Display */

#latest-reviews-block .article-display {
  padding: 40px 25px;
}

#latest-reviews-block .article-display .featured-image {
  height: 190px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 150px;
  float: left;
  margin-right: 20px;
}

#latest-reviews-block .article-display .featured-image .a-meta .no-comments {
  position: absolute;
  top: 20px;
  background: #a6dd61;
  color: #fff;
  padding: 0px 10px;
}

#latest-reviews-block .article-display .featured-image .a-meta .grade, .article-container article .feat-img .grade {
  position: absolute;
  top: 50px;
  padding: 0px 10px;
  color: #fff;
}

#latest-reviews-block .article-display .featured-image .a-meta .no-comments a {
  text-decoration: none;
  color: #fff;
}

#latest-reviews-block .article-display .featured-image img {
  width: 100%;
}

#latest-reviews-block .article-display .article-content {
  display: none !important;
}

#latest-reviews-block .article-display .article-content.active {
  display: block !important;
}

#latest-reviews-block .article-display header h3, #latest-reviews-block .article-display .rating ul {
  margin: 0;
  padding: 0;
}

#latest-reviews-block .article-display .article-title {
  margin-top: 1.4em;
}

#latest-reviews-block .article-display .article-title a {
  color: #3c3c3c;
  font-size: 1.438em;
  line-height: 1;
  font-weight: normal;
}

#latest-reviews-block .article-display .article-title a:hover {
  color: #9B9B9B;
}

#latest-reviews-block .article-display .a-details {
  margin-top: 0.5em;
}

#latest-reviews-block .article-display .rating {
  margin-top: 0.2em;
}

#latest-reviews-block .article-display .a-details .category a {
  font-size: 1em;
  color: #7d7d7d;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}

#latest-reviews-block .article-display .a-details .category a:hover {
  color: #a6dd61;
}

#latest-reviews-block .article-display .a-details .date {
  text-transform: uppercase;
  color: #8a8a8a;
}

#latest-reviews-block .article-display .rating ul li {
  display: inline-block;
  color: #ebbb12;
}

#latest-reviews-block .article-display .article-text {
  color: #515151;
  font-size: 0.983em;
  border: none;
  padding: 0;
  background-color: transparent !important;
}



/* Highlight of the Day Block - Newsblock */

#highlight-day .highlight-inner {
  border-bottom: 1px solid #ededed;
  padding: 30px 1.4em;
  background: #fff;
}

#highlight-day .featured-image {
  border-radius: 3px;
  height: 135px;
  overflow: hidden;
  position: relative;
}

#highlight-day .featured-image .comments {
  position: absolute;
  background: #a6dd61;
  left: 0;
  top: 20px;
  color: #fff;
  padding: 0px 10px;
}

#highlight-day .featured-image img {
  width: 100%;
}

#highlight-day .title {
  margin: 0;
  margin-top: 15px;
}

#highlight-day .title a {
  color: #3c3c3c;
  font-weight: normal;
}

#highlight-day .title a:hover {
  color: #9B9B9B;
}

#highlight-day .meta {
  margin: 0.2em 0em;
}

#highlight-day .meta .categ a {
  color: #686868;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.813em;
}

#highlight-day .meta .categ a:hover {
  color: #a6dd61;
}

#highlight-day .meta .date {
  font-size: 0.813em;
  color: #8a8a8a;
  text-transform: uppercase;
}

#highlight-day p {
  color: #525252;
  font-size: 1em;
  margin: 0;
  line-height: 1.3;
  margin-top: 0.3em;
}



/* Pagination */

nav#pagination ul {
  padding: 0;
  text-align: center;
  padding: 13px 0px;
}

nav#pagination ul li, nav#pagination ul li {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  color: #ccc;
  padding-left: 5px;
  padding-right: 5px;
}

nav#pagination ul li a, nav#pagination ul li span {
  display: block;
  background: #e9e9e9;
  border-radius: 3px;
  color: #075f20;
  line-height: 2;
  padding: 0em 0.7em;
}

nav#pagination ul li a:hover {
  background: #cacaca;
}

nav#pagination ul li.active a, nav#pagination ul li span.current {
  background: #075f20;
  color: #fff;
}



/* Main Sidebar */

#main-sidebar {
  display: table-cell;
  width: 30%;
  background: #fff;
  border-left: 1px solid #ccc;
  vertical-align: top;
}



/* Default list item styling */

.widget ul {
  padding: 0px !important;
}

.widget ul li {
  border-bottom: 1px solid #ccc;
  margin: 0 15px;
  padding: 10px 0;
}

.widget ul li a, .widget ul li {
  font-size: 1em;
}

.widget header a, .widget ul li a, .widget .tagcloud a {
  color: #333;
}

/* CWP Popular Reviews */
.widget .cwp-popular-review {
	padding: 15px !important;
}

.widget .cwp-popular-review .review-grade-widget {
	top: -6px;
	float: right;
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
}

.cwp_easyPieChart {
  width: 40px !important;
  height: 40px !important;
}

/* Sidebar - Search */
.search-form {
  padding: 20px 15px;
}
.search-form form {
  max-width: 280px;
  position: relative;
}
.search-form input, .widget input[type="text"] {
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 13px;
  padding: 8px 10px;
  width: 100%;
}
.search-form input[type="text"] {
  padding-right: 44px;
}
.search-form button {
  background-color: #009a2c;
  border: 0 none;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: 18px;
  height: 32px;
  line-height: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 36px;
}

/* Sidebar - Widget Tag Cloud */

.widget .tagcloud {
  padding: 15px;
}

.widget .tagcloud a {
  text-decoration: none;
  color: #3c3c3c;
}

.widget .tagcloud a:hover {
  color: #9B9B9B;
}



/* Widget Dropdown */

.textwidget img {
  width: 100%;
}

.widget select {
  width: 90%;
  margin: 10px auto !important;
  display: block;
  padding: 5px;
  font-size: 1em;
  border: 1px solid #ededed;
}

.widget li li {
  border: none !important;
  padding-bottom: 0 !important;
}

.textwidget {
  overflow: hidden;
}

.wp-smiley {
  width: auto !important;
}



/* Sidebar - Widget Text */

.textwidget {
  padding: 15px !important;
}

.textwidget {
  font-size: 1em;
  color: #868686;
  margin: 0;
  padding: 0;
}



/* Sidebar Search Form */

#searchform label, #searchform input[type="submit"] {
  display: none;
}

#searchform {
  padding: 15px;
}

#searchform input[type="text"] {
  width: 100%;
  padding: 5px;
  border: 1px solid #ededed;
}

#searchform input[type="text"]:focus {
  border: 1px solid #ddd;
}



/* Sidebar - Widget Header */

#main-sidebar .widget header, #main-sidebar .widget h2.widgettitle {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 15px;
}

#main-sidebar .widget:first-child header, #main-sidebar .widget:first-child h2.widgettitle {
  border-top: none !important;
}

#main-sidebar .widget header h2, #main-sidebar .widget h2.widgettitle {
  color: #222;
  font-weight: normal;
  font-size: 15px;
  margin: 0;
}



/* Sidebar - Widget Top /month/ Books */

.topbooks .feat-img {
  float: left;
  width: 80px;
  height: 100px;
  border-radius: 3px;
  background: url("img/widgetbookshadow.png") no-repeat bottom center;
  margin-right: 17px;
}

.topbooks .feat-img .inner-feat-img {
  height: 105px;
  overflow: hidden;
  border-radius: 3px;
  background: #E6E6E6;
}

.topbooks .feat-img img {
  width: 100%;
}

.topbooks .book {
  padding: 28px 18px;
  border-bottom: 1px solid #ededed;
}

.topbooks ul, .topbooks h3 {
  padding: 0;
  margin: 0;
}

.topbooks .title a {
  color: #3c3c3c;
  font-size: 1em;
  font-weight: normal;
  line-height: 0.75;
}

.topbooks .title a:hover {
  color: #9B9B9B;
}

.topbooks .rating ul li {
  display: inline-block;
  font-size: 0.9em;
  color: #ebbb12;
  letter-spacing: -2px;
}

.topbooks .meta .categ a {
  font-size: 0.813em;
  color: #727272;
  text-transform: uppercase;
  font-weight: 600;
}

.topbooks .meta .categ a:hover {
  color: #a6dd61;
}

.topbooks .meta .date {
  font-size: 0.813em;
  color: #727272;
  text-transform: uppercase;
  font-weight: 300;
}

.topbooks .grade {
  float: left;
  display: block;
  padding: 0px 10px;
  color: #fff;
  font-size: 0.8em;
  margin-top: 2px;
}



/* Sidebar - Calendar Wrap */

#calendar_wrap table caption {
  padding: 10px 0px;
}

#calendar_wrap table a {
  color: #727272;
}

#calendar_wrap table {
  width: 100% !important;
  font-size: 1em;
}

#calendar_wrap table tfoot, #calendar_wrap table tbody tr td, #calendar_wrap table thead tr th {
  border: 1px solid #ededed;
}

#calendar_wrap table tr th, #calendar_wrap table tr td {
  text-align: center;
}

#calendar_wrap table tfoot tr td {
  padding: 10px 0px !important;
}



/* Grades Background Color */

.grade5 {
  background: #a6dd61;
} /* Green */

.grade4 {
  background: #61b9dd;
} /* Blue */

.grade3 {
  background: #f1cf46;
} /* Yellow */

.grade2 {
  background: #f0af84;
} /* Orange */

.grade1 {
  background: #e36555;
} /* Red */



/* Sidebar - Widget Latest Comments */

.latest-comments .widget ul, .latest-comments .widget h4, .latest-comments .widget p {
  padding: 0;
  margin: 0;
}

.latest-comments .widget .comment, #main-footer .widget ul .recentcomments {
  border-bottom: 1px solid #ededed;
  padding: 25px 15px;
}

.latest-comments .widget .author-avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 3px;
  float: left;
  margin-right: 15px;
}

.latest-comments .widget .author-avatar img {
  width: 100%;
}

.latest-comments .widget .comment-body {
  float: left;
  width: 200px;
  width: 269px;
}

.latest-comments .widget h4 {
  font-weight: normal;
  font-style: italic;
  color: #b2b2b2;
  line-height: 1;
  margin-bottom: 10px;
}

.latest-comments .widget h4 a {
  font-style: normal;
  color: #3c3c3c;
}

.latest-comments .widget h4 a:hover {
  color: #a6dd61;
  ;
}

.latest-comments .widget p {
  color: #868686;
  font-size: 0.875em;
}


/* Main Footer */

#main-footer {
  border-top: 1px solid #ededed;
}



/* Main footer - Upper Part */

#main-footer .upper-footer {
  padding: 20px 0px;
}

#main-footer .upper-footer .widget {
  width: 29%;
  margin: 0% 2%;
  float: left;
}

#main-footer .upper-footer .widget:last-of-type {
  margin-right: 0%;
}



/* Main Footer - Widget */

#main-footer .widget ul li:last-child {
  border-bottom: none;
}

#main-footer .widget header h2, #main-footer .widget ul, #main-footer .widget ul li {
  padding: 0;
  margin: 0;
}

#main-footer .widget h2 {
  color: #949494;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 15px 0px;
  border-bottom: 1px dotted;
}

#main-footer .widget .comment i, #main-footer .widget .article i {
  color: #e8e8e8;
  margin-right: 5px;
}

#main-footer .widget .comment, #main-footer .widget .article {
  color: #b2b2b2;
  font-style: italic;
  padding: 20px 10px;
}

#main-footer .widget .comment .author {
  font-weight: 600;
  color: #b7b7b7;
  font-style: normal;
}

#main-footer .widget .comment .article-name, #main-footer .widget .article .article-name {
  font-style: normal;
  font-weight: normal;
  color: #989898;
}

#main-footer .widget .comment a:hover, #main-footer .widget .article a {
  color: #7d7d7d;
}



/* Main Footer Latest Comments */

#main-footer .widget ul .recentcomments {
  padding: 10px 0px;
  font-size: 1em;
  color: #727272;
}

#main-footer .widget ul .recentcomments a {
  color: #3c3c3c;
}

#main-footer .widget ul .recentcomments a:hover {
  color: #9B9B9B;
}





/* Main Footer - Latest Articles */

.widget.latest-articles .article {
  border-bottom: 1px solid #ededed;
}

.widget.latest-articles .article a:hover {
  color: #7d7d7d !important;
}



/* Main Footer - Top Books */

#main-footer .topbooks .book {
  width: 100%;
  float: left;
  padding: 15px 18px;
}



/* Main Footer - Lower Footer */

#main-footer .lower-footer {
  background: #3c3c3c;
  padding: 20px 0px;
}

#main-footer .lower-footer .footer-logo {
  float: left;
}

#main-footer .lower-footer .copyright-info {
  float: right;
}

#main-footer .lower-footer .copyright-info p {
  margin: 0;
  color: #868686;
  line-height: 3;
}

#main-footer .lower-footer .copyright-info p a {
  color: #868686;
}

#main-footer .lower-footer .copyright-info p a:hover {
  text-decoration: underline;
}

/* Article / Post */

.article-container.post > header {
  padding: 16px 22px 0;
}

.article-container.post > header .title {
  color: #3c3c3c;
  font-size: 1.438em;
  margin: 0;
}

.article-container.post > header .article-details .categ a {
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -1px;
}

.article-container.post > header .article-details .categ a:hover {
  color: #73af28;
}

.article-container .date-separator {
    color: #aaa;
    font-size: 15px;
    padding: 0 8px 0 5px;
}

.article-container.post > header .rating ul li {
  display: inline;
  font-size: 1.4em;
  margin-top: 10px;
}

.article-container.post > header .rating ul {
  padding: 0;
}

.article-container.post > header .rating {
  float: right;
  margin-top: 14px;
  color: #ebbb12;
}

.article-container.post .featured-image {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 40px;
  position: relative;
}

.article-container.post .featured-image img {
  width: 100%;
}

.article-container.post .comments {
  position: absolute;
  top: 20px;
  background: #a6dd61;
  color: #fff;
  padding: 0px 10px;
}

.article-container.post .comments i {
  margin-right: 5px;
}

.article-container.post article {
  font-size: 1em;
  overflow: hidden;
}

.article-container.post article * {
  float: none;
}

.article-container.post article p {
  margin-bottom: 1em;
}

.article-container.post article b,
.article-container.post article strong {
  font-weight: bold;
}

.article-container.post article i {
  font-style: italic;
}

.article-container.post article blockquote {
  border-left: 5px solid #eeeeee;
  margin: 0;
  padding-left: 1.2em;
  margin: 1em 0px;
  font-weight: 600;
  line-height: 1.2;
}

/* Tables */
.article-container.post article table {
	width: 100%;
}

.article-container.post article table thead {
	background: #EAEAEA;
}

.article-container.post article table thead th,
.article-container.post article table td {
	padding: 10px;	
}

.article-container.post article table th,
.article-container.post article table td {
	border: 1px solid #ddd;
}

.article-container.post article table tbody tr:nth-child(even) {
	background: #FCFCFC;
}

/* Definition Lists */
.article-container.post article dt {
    font-weight: bold;
    color: #73af28;
  }

.article-container.post article dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}

.article-container.post article ins {
  background: rgba(0, 0, 0, 0.06);
  text-decoration: none;
  padding: 0px 5px;
}

.article-container.post article code {
  background: #eee;
  padding: 0.7em;
  font-size: 0.8em;
  margin: 1em 0px;
  white-space: pre;
  display: block;
  text-align: left;
}

.article-container.post article h1,
.article-container.post article h2,
.article-container.post article h3,
.article-container.post article h4,
.article-container.post article h5,
.article-container.post article h6 {
  font-weight: normal;
  margin: 10px 0px;
}

.article-container.post article ul {
  margin: 0;
  padding-left: 20px;
  color: #515151;
  margin-bottom: 1em;
}

.article-container.post article ul li {
  list-style: disc;
  margin: 0;
}

/* Article Tags */
.article-container .article-tags {
  clear: both;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 10px;
}
.article-container.post .article-tags {
  padding-top: 20px;
}
.article-container .article-tags .fa {
  color: #aaa;
  float: left;
  font-size: 19px;
  line-height: 24px;
  margin-right: 10px;
}
.article-container .article-tags a {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  margin: 0 9px 10px 2px;
  padding: 0 6px;
}
.article-container.post .article-share-buttons {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 15px;
  overflow: hidden;
  padding: 7px 0 5px;
}
.article-container.post .article-share-buttons > span {
  color: #666;
  float: left;
  line-height: 32px;
  margin-right: 15px;
}
.article-container.post .article-share-buttons > .comments-link a {
  border-right: 1px solid #c8c8c8;
  padding-right: 15px;
}
.article-container.post .synved-social-container {
  display: block;
  float: left;
  padding: 3px 0;
}
.article-container.post .synved-social-container a {
  display: block;
  float: left;
  margin: 0 10px 0 0 !important;
}
.article-container.post .synved-social-container a:last-child {
  margin-right: 1px !important;
}
.article-container.post .synved-social-container a img {
  border-radius: 4px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.article-container.post .synved-social-container a:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.article-container.post .share-article-top {
  float: right;
}
.article-container.post .share-article-top > span {
  float: left;
  margin-right: 10px;
}
.article-container.post .share-article-top .synved-social-container {
  float: right;
  padding: 0;
}

.article-container.post article h1{font-size: 28px !important; font-weight: bold !important; }
.article-container.post article h2{font-size: 24px !important; font-weight: bold !important; }
.article-container.post article h3{font-size: 21px !important; font-weight: bold !important; }

.article-container.post h2.section-heading {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 20px;
  padding-top: 25px;
}
.article-container.post .article-contributor {
  overflow: hidden;
  padding-bottom: 15px;
}
.article-container.post .article-contributor-avatar img {
  border: 0;
  float: left;
  margin-left: 10px;
  padding: 0;
}
.article-container.post .article-contributor-details {
  margin-left: 130px;
}
.article-container.post .article-contributor-details h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.article-container.post .article-contributor-follow {
  margin-bottom: 5px;
}
.article-container.post .article-contributor-follow > span {
  color: #444;
  float: left;
  font-size: 13px;
  line-height: 28px;
}
.article-container.post .article-contributor-follow a {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  float: left;
  font-size: 14px;
  line-height: 26px;
  margin-left: 12px;
  padding: 0 9px;
}
.article-container.post .article-contributor-follow a .fa {
  float: left;
  line-height: 26px;
  margin-right: 7px;
}
.article-container.post .article-contributor-follow a .fa-twitter,
.article-container.post .article-contributor-follow a .fa-home {
  font-size: 21px;
}
.article-container.post .article-contributor-follow a .fa-facebook,
.article-container.post .article-contributor-follow a .fa-google-plus {
  font-size: 19px;
  position: relative;
  top: 1px;
}
.article-container.post .related-articles-section {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  padding: 0 1.4em 2em;
  overflow: hidden;
}
.article-container.post .related-articles-section a {
  color: #333;
  float: left;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  width: 33.3%;
}
.article-container.post .related-articles-section a img {
  display: block;
  margin: 0 auto 10px;
  width: 150px;
}
.article-container.post .related-articles-section .related-article-date {
  color: #888;
  display: block;
  font-size: 13px;
  padding-top: 4px;
}


/* Link Pages */
nav.link-pages {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
    margin: 0;
    padding: 16px 22px;
}

nav.link-pages a:hover {
	text-decoration: underline;
}

.article-container.post #wrap-up {
  background: #fff;
  margin-top: 1em;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.article-container.post #wrap-up header {
  border-bottom: 1px solid #ededed;
  padding: 13px 1.4em;
}

.article-container.post #wrap-up header h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.1em;
  color: #9c9c9c;
  padding-left: 23px;
  background: url("img/wrap-up.png") no-repeat left center;
}

.article-container.post #wrap-up .review-header {
  padding: 1.4em;
  border-bottom: 1px dotted #c0c0c0;
}

.article-container.post #wrap-up .review-header h3 {
  margin: 0;
  font-weight: normal;
  color: #3c3c3c;
  font-size: 1.438em;
}

.article-container.post #wrap-up .review-header .categories a {
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95em;
}

.article-container.post #wrap-up .review-header .categories a:hover {
  color: #a6dd61;
}

.article-container.post #wrap-up .review-header .categories {
  color: #7d7d7d;
  font-size: 0.95em;
}

.article-container.post #wrap-up .review-header .review-info {
  float: left;
  width: 80%;
}

.article-container.post #wrap-up .review-header .buy-button {
  float: left;
  width: 20%;
}

.article-container.post #wrap-up .review-header .buy-button a {
  background: #e69e3c;
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 3px 0px #c78122;
  line-height: 1.7;
  display: block;
  height: 33px;
  text-align: center;
  margin-top: 7px;
}

.article-container.post #wrap-up .review-header .buy-button a:hover {
  opacity: 0.7;
}

.article-container.post #wrap-up .book-cover {
  width: 126px;
  min-height: 187px;
  padding-bottom: 19px;
  background: url("img/wrapupbookshadow.png") no-repeat bottom 5px center;
  float: left;
}

.article-container.post #wrap-up .book-cover .inner-wrap {
  max-height: 165px;
  border-radius: 3px;
  overflow: hidden;
}

.article-container.post #wrap-up .book-cover img {
  width: 100%;
  border-radius: 3px;
}

.article-container.post #wrap-up .review-options ul li {
  margin-bottom: 10px;
}

.article-container.post #wrap-up .review-options .grade {
  color: #797979;
  font-weight: bold;
  font-size: 0.813em;
  float: left;
  margin-right: 10px;
  width: 30px;
  text-align: center;
}

.article-container.post #wrap-up .review-options .grade-bar {
  overflow: hidden;
  background: #f1f1f1;
  width: 265px;
  height: 25px;
  border-radius: 3px;
  float: left;
}

.article-container.post #wrap-up .review-options .bar {
  float: left;
  height: 100%;
}

.article-container.post #wrap-up .review-options {
  float: left;
  margin-left: 1.3em;
}

.article-container.post #wrap-up .review-options ul {
  margin: 0;
  padding: 0;
  ;
}

.article-container.post #wrap-up .review-options .option-name {
  float: left;
  color: #797979;
  font-size: 1em;
  margin-left: 10px;
}

.article-container.post #wrap-up .review-body {
  padding: 1.4em;
}

.article-container.post #wrap-up .proscons {
  width: 100%;
  display: block;
  float: left;
  border-top: 1px dotted #c0c0c0;
}

.article-container.post #wrap-up .proscons .pros, .article-container.post #wrap-up .proscons .cons {
  width: 50%;
  float: left;
  padding: 1.4em;
}

.article-container.post #wrap-up .proscons .pros {
  border-right: 1px dotted #c0c0c0;
}

.article-container.post #wrap-up .proscons h2 {
  color: #7d7d7d;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.article-container.post #wrap-up .proscons ul {
  margin: 0;
  padding: 0;
  color: #797979;
}

.article-container.post #wrap-up .proscons li {
  list-style: none;
}

.not-found-page {
  background: #fff;
  padding: 30px 0px;
}

.not-found-page h1 {
  text-align: center;
  font-size: 2em;
  color: #bfbfbf;
  margin: 0;
}

.not-found-page h3 {
  text-align: center;
  font-size: 1em;
  color: #bfbfbf;
}

/* About the Author Box */
#author-box {
  background: #fff;
  margin-top: 1em;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

#author-box .author-box-inner {
  padding: 2em 1.4em;
}

#author-box .author-avatar {
  width: 85px;
  height: 85px;
  float: left;
  margin-right: 15px;
}

#author-box .author-avatar img {
  width: 100%;
  border-radius: 3px;
}

#author-box .author-details {
  float: left;
  width: 87%;
}

#author-box header {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ededed;
  padding: 13px 1.4em;
}

#author-box header h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.1em;
  color: #9c9c9c;
}

#author-box .author-details h3 a {
  margin-bottom: 8px;
  display: block;
}

#author-box .author-details h3, #author-box .author-details p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#author-box .author-details h3 a {
  color: #3c3c3c;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 600;
}

#author-box .author-details h3 a:hover {
  color: #a6dd61;
}

#author-box .author-details p {
  font-size: 1em;
  color: #868686;
  line-height: 1.2;
}



/* Comments Section */
.article-container.post .article-comments-section {
  padding-left: 22px;
  padding-right: 22px;
}
#comments-section header {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding: 13px 1.4em;
  background: #fff;
}

#comments-section header h2, #add-new-comment .anc-container #reply-title,  #comments-section #respond #reply-title, #comments-section .no-comments-title {
  margin: 0;
  font-weight: normal;
  font-size: 1.1em;
  color: #777;
  padding-left: 23px;
  background: url("img/comments-section.png") no-repeat left center;
}
#comments-section .no-comments-title {
  margin-bottom: 20px;
}

#comments-section #comments-container ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

#comments-section .comment-notes {
  font-size: 14px;
  color: #7d7d7d;
  font-style: italic;
}

#comments-section .comment-form-author,

#comments-section .comment-form-email,

#comments-section .comment-form-url {
  float: left;
  width: 30.66%;
  margin-right: 4%;
  margin-top: 0;
}

#comments-section .comment-form-author input,

#comments-section .comment-form-email input,

#comments-section .comment-form-url input {
  width: 100% !important;
  margin: 0 !important;
}

#comments-section .comment-form-url {
  margin-right: 0;
}

#comments-section #comments-container .comment {
  margin: 10px 0px;
  position: relative;
  margin-bottom: 0;
  min-width: 100%;
}

#comments-section #comments-container .children .children li {
  min-width: 100%;
}

#comments-section #comments-container .comment {
  margin-top: 1.4em;
}

#comments-section #comments-container .comment:first-child {
  margin-top: 1em;
}

#comments-section #comments-container .comment .comment-inner-wrapper {
  padding: 0.4em;
}

#comments-section #comments-container .comment .author-avatar {
  float: left;
  height: 65px;
  overflow: hidden;
  width: 65px;
}

#comments-section #comments-container .comment .author-avatar img {
  width: 100%;
}

#comments-section #comments-container .comment .comment-reply {
  border: 1px solid #999;
  border-radius: 3px;
  bottom: 0;
  font-size: 0.8em;
  padding: 4px 8px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
#comments-section #comments-container .comment .comment-reply a {
  color: #666;
}

#comments-section #comments-container .children:before,
#comments-section #comments-container .children:after {
  content: " ";
  display: table;
}

#comments-section #comments-container .children:after {
  clear: both;
}

#comments-section #comments-container .children li {
  background: url("img/cc-line.jpg") no-repeat top 23px left;
}

#comments-section #comments-container .children li, #comments-section #comments-container .children .children {
  float: left;
  padding-left: 64px;
  border-left: 1px solid #ddd;
}

#comments-section #comments-container .children li .author-avatar {
  float: left;
}

#comments-section #comments-container .comment .comment-details {
  margin-left: 85px;
  min-height: 65px;
  position: relative;
}

#comments-section #comments-container .comment .author-name {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1px;
  text-transform: uppercase;
}

#comments-section #comments-container .comment p {
  color: #333;
  font-size: 13px;
  margin: 0 70px 5px 0;
}
#comments-section #comments-container .comment .comment-date {
  color: #999;
}


/* User Comments Grades */
#comments-section #comments-container .comment .user-comments-grades {
  width: 200px;
  float: left;
  margin: 0 !important;
  padding-right: 20px;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none;
  margin-right: 20px !important;
}

#comments-section #comments-container .comment .user-comments-grades .comment-meta-option-name {
  font-size: 0.7em;
}

#comments-section #comments-container .comment .user-comments-grades .comment-meta-option {
  margin-bottom: 5px !important;
}


/* Leave a Reply */
#comments-section #respond {
  padding: 16px 0;
}

#comments-section #respond form input[type="text"],#comments-section #respond form textarea, #comments-section #respond form input[type="email"] {
  width: 30%;
  border: 1px solid #d4d4d4;
  display: block;
  color: #868686;
  padding: 0.3em;
  border-radius: 3px;
  margin-bottom: 0.8em;
}

#comments-section #respond form textarea {
  width: 100%;
  max-width: 100%;
  max-height: 200px;
  height: 150px;
}

#comments-section #respond form input[type="text"]:focus,#comments-section #respond form textarea:focus, #comments-section #respond form input[type="email"]:focus {
  border: 1px solid #a6dd61;
}

#comments-section #respond .logged-in-as, #comments-section #respond .logged-in-as a {
  color: #3c3c3c;
  font-size: 0.9em;
}

#comments-section #respond .logged-in-as a {
  color: #7d7d7d;
}

#comments-section #respond .logged-in-as a:hover {
  text-decoration: underline;
}

#comments-section #respond .form-allowed-tags {
  background: #efefef;
  padding: 15px;
  font-size: 0.8em;
}

.comments-are-closed {
  text-align: center;
  color: #7d7d7d;
  background: #fff;
  padding: 20px 0px;
}

#comments-section #respond #cwp-slider-comment {
  width: 100% !important;
}

#comments-section #cwp-slider-comment .comment-form-meta-option label {
  float: left;
  width: 90% !important;
}

#comments-section #cwp-slider-comment .comment-form-meta-option input {
  float: right;
  width: auto !important;
  width: 10% !important;
  text-align: right !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,

div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignright {
  float: right !important;
  margin: 5px 0 20px 20px;
}

img.alignnone {
  margin: 5px 20px 20px 0;
}

img.alignleft {
  float: left !important;
  margin: 5px 20px 20px 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
  float: left !important;
  display: block !important;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
  float: right !important;
  display: block !important;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 1em;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  margin: 0 !important;
  margin-top: 10px !important;
}

.sticky {
  background: #fff;
}

.categ ul.post-categories li, .category li {
  float: left;
}

.nav-single {
  padding: 13px 1.4em;
  background: #fff;
  margin-top: 1em;
}

.nav-single .nav-next {
  float: right;
  text-align: right;
  width: 49.5%;
}
.nav-single .nav-previous {
  float: left;
  width: 49.5%;
}
.nav-single .nav-next a,
.nav-single .nav-previous a {
  font-size: 13px;
  color: #333;
}
.nav-single .next-post-label,
.nav-single .prev-post-label {
  color: #666;
  display: block;
  font-style: italic;
  padding: 0 41px 3px;
}
.nav-single .fa {
  color: #d4d4d4;
  float: left;
  font-size: 45px;
  position: relative;
  top: -2px;
}
.nav-single .fa-angle-double-right {
  float: right;
}
.nav-single .next-post-title,
.nav-single .prev-post-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 40px;
}

.screen-reader-text { position: absolute!important; clip: rect(1px,1px,1px,1px); overflow: hidden; color: #000; background: #fff; width: 1px; height: 1px; }
.screen-reader-text:focus { clip: auto; overflow: auto; left: 1em; top: 1em; z-index: 100; padding: 1em; background-color: #fff; font-size: 1.2em; outline: 1px solid; width: auto; height: auto; }
