/**
 * Theme Name: Dharma Comics
 * Theme URI: http://intrepidrealist.com
 * Description: Webflow Import
 * Version: 0.1
 * Author: Alicia St Rose
 * Author URI: http://intrepidrealist.com
 */
 

a:link {
	text-decoration: none;
	color: #71b833;
}
a:hover,
.blog #blog-paging a:hover {
	color: #36b0e0
}
a:visited {
	color: #71b833;
}
a.footer-link {
	color: #fff;
}
.button.subscribe,
.button.facebook-share,
.button.facebook-share.twitter,
.button.section {
	color: #fff;
}
.button.subscribe {
	display: none;
}
.list-item {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #6e6e6e;
  font-size: 16px;
  text-align: left;
font-weight: 300;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  background-color: white;
}
#menu-main-menu li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #222;
	padding: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
#menu-main-menu li a {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #7d7d7d;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
#menu-main-menu li.bold-green a {
	font-weight: bold;
	color: #71b833;
}
#menu-main-menu li a:hover {
  color: #36b0e0;
}
#menu-main-menu li.current-menu-item a,
#menu-main-menu li.current_page_item a {
  color: #36b0e0;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

/*======= Image Alignment =======*/

img.alignleft,
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

img.alignright,
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.blog-post-share-wrapper {
	margin: 40px auto 0;
	}
.blog-post-share-inner {
	display: block;
	width: 475px;
	margin: 0 auto;
}
.page-nav-links {
	margin-top: 30px;
}
.next.back-arrow-wrapper {
	text-align: right;
}
.back-arrow-wrapper .back-arrow {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
	width: 12px;
	height: 11px;
	background: url('images/green-arrows-left-small.png') 0 0;
}
.back-arrow-wrapper.w-inline-block {
	width: 47%;
}
.next.back-arrow-wrapper .back-arrow {
	float: right;
	margin: 4px 0 0 6px;
	background: url('images/green-arrows-right-small.png') 0 0;
}
.prev.back-arrow-wrapper:hover .back-arrow {
	background: url('images/blue-arrows-left-small.png') 0 0;
}
.next.back-arrow-wrapper:hover .back-arrow {
	background: url('images/blue-arrows-right-small.png') 0 0;
}
.prev-post,
.next-post {
	opacity: 0.7;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	color: #60a324;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}
.next-post {
	float: none;
}
.prev:hover,
.next:hover {
	color: #1095c6!important;
}
.footer-container {
	display: block;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.footer-container .footer-widgets {
	width: 100%;
}
.widget-outer {
	float: left;
	width: 35%;
}
.widget-outer:first-child {
	width: 65%;
}
.footer p,
.lower-footer p {
	color: rgba(255, 255, 255, 0.72)!important;
}
.lower-footer p {
	text-align: center;
}
.footer .logo-text {
	float: none;
	margin-bottom: 10px;
}
.footer .widget-outer .widget_nav_menu {
	text-align: left;
}
.footer .menu {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.footer .menu li {
	display: inline-block;
	margin: 3px 12px 0 0;
}

a.footer-link {
	display: inline-block;
	margin: 3px 15px 0 0;
	font-size: 14px;
}
.footer .menu a {
	color: #fff;
	opacity: .8;
}
.footer .menu a:hover {
	opacity: 1;
}
 
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#comments {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 2px solid #dedede;
}
h2.comments-title {
	margin-bottom: 25px;
	font-size: 28px;
}
.comment-list {
	list-style: none;
	margin-bottom: 25px;
	padding: 0;
	border-bottom: 1px solid #dedede; 
}
.comment-list li {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.comment-list li:last-of-type {
	border: none;
}
#reply-title {
	font-size: 25px;
}
.comment-author {
	font-size: 24px;
}
.gravatar {
	float: left;
	margin: 0 15px 0 0;
}
.fn {
	font-style: normal;
}
h2.comment-author {
	line-height: 1em;
}
.comment-meta {
	height: 65px;
	margin: 0 0 15px 0;
	font-size: 18px;
}
.comment-meta-item,
.comment-content {
	clear: both;
}
.comment-form-comment input,
.comment-form-comment textarea {
	width: 100%;
	display: block;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.comment-respond input {
	width: 100%;
	height: 38px;
	border: 1px solid #cccccc;
}
.comment-respond input[type="submit"] {
	height: 44px;
	margin-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	border: none;
	background-color: #71b833;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
	color: #fff;
	text-shadow: #3b6b11 0px 1px 0px;
}
.comment-respond input[type="submit"]:hover {
	background-color: #7cc43d;
}
label {
	color: #36b0e0;
	font-size: 14px;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

/*===== Search Form =====*/
.tax-comic_category .search-field,
.search-results .search-field {
	width: 25%;
	height: 40px;
	margin-top: 0px;
	margin-right: 10px;
	float: right;
}

/*--------------------------------------------------------------
## Custom Templates
--------------------------------------------------------------*/

/*===== Home Page =====*/

.w-slider {
	height: auto;
}

.content-section.book {
	background-color: #eee;
}
/*--------------------------------------------------------------
## WordPress Plugins
--------------------------------------------------------------*/

/*===== Hupso Social Sharing =====*/

#toolbar_hupso_toolbar_0 {
	display: block!important;
	margin: 0 auto;
	width: 145px;
}