/*
Theme Name: Iris Lite
Author: WPIris
Author URI: https://wpiris.com/
Description: Iris Lite is a simple minimal theme designed to display your posts.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iris-lite
Tags: featured-images, footer-widgets, sticky-post, translation-ready, right-sidebar
Version: 1.0.1
*/

/*-----------------------------------------------------------------
	TABLE OF CONTENTS:
------------------------------------------------------------------- */

/*
- Normalize
- Grid
- Basic Styles
- Typography
- Links
- Header
- Main Menu
- Mobile Menu
- Post
- Post HTML
- Post Tag
- Post Navigation
- Post Author
- Page
- Pagination
- Footer
- Error Page
- Sidebar
- Comments
- Accessibility
*/

/*-----------------------------------------------------------------
	Normalize
------------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace; 
	font-size: 1em;
}

a {
	background-color: transparent;
}
  
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
  
b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}  

/*-----------------------------------------------------------------
	Grid - Skeleton (getskeleton.com)
------------------------------------------------------------------- */

.container {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box; 
}

.column,
.columns {
	width: 100%;
	float: left;
	box-sizing: border-box; 
}

/* For devices larger than 400px */
@media (min-width: 400px) {
	.container {
		width: 80%;
		padding: 0; 
	}
}

/* For devices larger than 799px */
@media (min-width: 799px) {
	.container {
		width: 90%;
	}
	.column,
	.columns {
		margin-left: 4%; 
	}
	.column:first-child,
	.columns:first-child {
		margin-left: 0; 
	}

	.one.column,
	.one.columns                    { width: 4.66666666667%; }
	.two.columns                    { width: 13.3333333333%; }
	.three.columns                  { width: 22%;            }
	.four.columns                   { width: 30.6666666667%; }
	.five.columns                   { width: 39.3333333333%; }
	.six.columns                    { width: 48%;            }
	.seven.columns                  { width: 56.6666666667%; }
	.eight.columns                  { width: 65.3333333333%; }
	.nine.columns                   { width: 74.0%;          }
	.ten.columns                    { width: 82.6666666667%; }
	.eleven.columns                 { width: 91.3333333333%; }
	.twelve.columns                 { width: 100%; margin-left: 0; }

	.one-third.column               { width: 30.6666666667%; }
	.two-thirds.column              { width: 65.3333333333%; }

	.one-half.column                { width: 48%; }
}

.container:after,
.row:after,
.u-cf {
	content: "";
	display: table;
	clear: both; 
}

/*-----------------------------------------------------------------
	Basic Styles
------------------------------------------------------------------- */

body {
	background: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

/*-----------------------------------------------------------------
	Typography
------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1, h2, h3, h4, h5, h6 { line-height: 1.6; }
h1 { font-size: 2.074em; }
h2 { font-size: 1.728em; }
h3 { font-size: 1.44em; }
h4 { font-size: 1.2em; }

h1 { margin-bottom: 14px;}
h2 { margin-bottom: 10px; }
h3 { margin-bottom: 8px; }
h4 { margin-bottom: 4px; }

/*-----------------------------------------------------------------
	Links
------------------------------------------------------------------- */

a { 
	color: #000; 
}

a:hover {
	color: #83a430
}

a, a:visited { 
	text-decoration: none; 
	outline: 0; 
}

p a, p a:visited { 
	line-height: inherit; 
}

::-moz-selection {
	background: #83a430;
	color: #fff; 
}

::selection {
	background: #83a430;
	color: #fff; 
}

/*-----------------------------------------------------------------
	Header
------------------------------------------------------------------- */

.header-inner {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	background: #fafafa;
}

.logo {
	float: left;
}

.logo img {
	vertical-align: bottom;
}

.site-title {
	font-size: 36px;
	font-weight: 700;
    margin: 0;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a {
	line-height: 1;
	display: block;
}

.site-description {
	margin: 0;
	line-height: 1;
}

/*-----------------------------------------------------------------
	Main Menu
------------------------------------------------------------------- */

.main-menu-wrap {
	text-transform: uppercase;
	font-size: 15px;
	float: right;
}

.main-menu-wrap ul {
	margin: 0;
	padding: 0;
}

.main-menu {
	position: relative;
	z-index: 10;
	text-transform: uppercase;
	text-align: center;
}

.main-menu li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
}

.main-menu > li.menu-item-has-children > a::after {
	font-family: "FontAwesome";
	content: "\f107";
	margin-left: 8px;
}

.main-menu li ul li.menu-item-has-children > a::after {
	font-family: "FontAwesome";
	content: "\f104";
	float: left;
}

.main-menu li:last-child { 
	border-bottom: none;
}

.main-menu li a { 
	display: block;
	line-height: 60px;
}

.main-menu li ul { 
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
	text-align: right;
	display: none;
	border: 1px solid #eee;
	margin-left: -15px;
	background: #fff;
}

.main-menu li:hover > ul { 
	display: block; 
}

.main-menu li ul li { 	
	position: relative;
	display: block;
	margin-left: 0;
}

.main-menu li ul li { 
	margin-right: 0;
	position: relative;
	display: block;
	border-bottom: 1px solid #eee;
}

.main-menu li ul li a {
	min-width: 160px;
	line-height: 1.5;
	padding: 10px 15px;
}

.main-menu li ul li ul {
	position: absolute;
	right: 100%;
	top:0;
	margin-left: 0;
	margin-top: -1px;
}

/*-----------------------------------------------------------------
	Mobile Menu
------------------------------------------------------------------- */

.mobile-menu {
	z-index: 999999;
	position: fixed;
	right: -300px;
	background: #fff;
	width: 300px;
	height: 100%;
	color: #000;
	overflow-y: auto;
	margin-top: -10px;
	border-left: 1px solid #eee;
}

.mobile-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mobile-menu ul.menu {
	padding-top: 100px;
}

.mobile-menu ul.menu > li {
	border-bottom: 1px solid #eee;
}

.mobile-menu ul li {
	position: relative;
}

.mobile-menu ul li a {
	line-height: 44px;
	display: block;
	color: #000;
	padding: 0 14px;
}

.mobile-menu ul li ul {
	display: none;
	position: static;
	top: 100%;
	margin-top: 1px;
}

.mobile-menu ul li ul li a {
	padding-left: 24px;
}

.mobile-menu ul li ul li ul li a {
	padding-left: 34px;
}

.mobile-sub-open {
	display: none;
}

.mobile-menu .menu-item-has-children > .mobile-sub-open {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: 44px;
	padding: 0 18px;
}

.mobile-sub-display {
	display: block !important;
}

.mobile-menu-open {
	text-transform: uppercase;
	display: none;
	cursor: pointer;
	font-size: 20px;
	padding-top: 10px;
}

.mobile-menu-open span {
	vertical-align: top;
}

.menu-icon {
	display: inline-block;
	padding-top: 5px;
}

.menu-icon div {
	width: 20px;
	height: 3px;
	margin: 4px 0;
	background: #000;
}

.mobile-menu .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
    cursor: pointer;
}

.mobile-menu .close:hover {
	opacity: 1;
}

.mobile-menu .close:before,.mobile-menu .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #000;
}

.mobile-menu .close:before {
	transform: rotate(45deg);
}

.mobile-menu .close:after {
	transform: rotate(-45deg);
}

.mobile-sub-open::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
	height: 13px;
	width: 13px;
    position: relative;
    top: 12px;
    transform: rotate(135deg);
    vertical-align: top;  
}

.mobile-sub-close:before {
	border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
	height: 13px;
	width: 13px;
    position: relative;
    top: 24px;
    transform: rotate(-45deg);
    vertical-align: top;
}

/*-----------------------------------------------------------------
	Post
------------------------------------------------------------------- */

article {
	margin-bottom: 80px;
}

.entry-header {
	position: relative;
	margin-bottom: 30px;
}

.post-category {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.post-category a:hover {
	color: #83a430;
}

.entry-header .sticky-post {
	font-size: 13px;
    display: inline-block;
    padding: 2px 20px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
}

.entry-title {
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 0;
}

.entry-meta i {
	margin-right: 6px;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta .updated:not(.published) {
    display: none;
}

.entry-meta a {
	color: #000;
}

.entry-meta a:hover {
	color: #83a430;
	border-bottom: 1px solid #83a430;
}

.post-thumbnail {
	margin-bottom: 30px;
}

.post-thumbnail img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.entry-content {
	margin-bottom: 40px;
}

.entry-content a,
.comment-list a {
	text-decoration: underline;
	color: #83a430;
}

.entry-footer {
	margin-bottom: 40px;
}

.read-more {
	margin-right: 30px;
}

.read-more:hover {
	background: #83a430;
	color: #fff;
}

.edit-link a {
	color: #83a430;
}

/*-----------------------------------------------------------------
	HTML
------------------------------------------------------------------- */

/* Blockquote */
blockquote {
	border-left: 3px solid #83a430;
	padding-left: 20px;
    color: #666;
    font-size: 18px;
    font-style: italic;
	line-height: 1.7;
	margin-left: 0;
}

/* Tables */
table {
	margin: 0 0 1rem;
	border-collapse: collapse;
	width: 100%;
}

table td,
table th {
	padding: 0.5em;
	border: 1px solid #000;
	word-break: break-all;
}

/* Pre Tag */
pre {
	overflow: auto;
}

/* Media */
img,
video {
	height: auto;
	max-width: 100%;
}

/* Captions */
.wp-caption {
	max-width: 100%;
	height: auto;
}

.wp-caption-text {
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
}

/* Image Alignment */
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright,
img.alignright { 
	float: right;
	margin-left: 20px;
}

.alignleft,
img.alignleft { 
	float: left;
	margin-right: 1.5em;
}

/*-----------------------------------------------------------------
	Post Tag
------------------------------------------------------------------- */

.post-tags {
	margin-bottom: 40px;
}

.post-tags i {
	margin-right: 10px;
}

.post-tags a {
	background: #000;
	color: #fff;
	display: inline-block;;
	padding: 2px 20px 4px;
	margin: 0 10px 8px 0;
}

.post-tags a:hover {
	background: #83a430
}

/*-----------------------------------------------------------------
	Post Navigation
------------------------------------------------------------------- */

.post-navigation { 
	margin-bottom: 50px;
	overflow: hidden;;
}

.post-navigation .previous-post,
.post-navigation .next-post {
	overflow: hidden;
	margin-bottom: 15px;
}

.post-navigation .previous-post {
	float: left;
}

.post-navigation .next-post { 
	text-align: right; 
	float: right
}

.post-navigation img {
	width: 80px;
	height: auto;
	float: left;
}

.post-navigation .previous-post img { 
	margin-right: 15px; 
}

.post-navigation .next-post img {
	float: right;
	margin-left: 15px;
}

.post-navigation .title {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2;
	border-bottom: 1px solid #000;
	font-weight: 700;
}

.post-navigation a {
	line-height: 1.3;
	display: block;
	color: #83a430;
	font-size: 20px;
}

/*-----------------------------------------------------------------
	Post Author
------------------------------------------------------------------- */

.post-author { 
	margin-bottom: 40px;
	overflow: auto;
}

.post-author img {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

/*-----------------------------------------------------------------
	Page
------------------------------------------------------------------- */

.page-wrap {
	margin: 70px 0;
}

.archive-page-header,
.search-page-header {
	background: #eee;
	padding: 30px 0;
}

.archive-page-header .page-title,
.search-page-header .page-title {
	margin-bottom: 0;
}

.archive-description p {
	margin-top: 0;
}

/*-----------------------------------------------------------------
	Pagination
------------------------------------------------------------------- */

.nav-links {
	margin-bottom: 30px;
}

.post-pagination span,
.page-numbers {
	display: inline-block;
	margin: 0px 6px 6px 0px;
	padding: 3px 14px;
	color: #fff;
	border: 1px solid #000;
	background: #222;
}

.post-pagination span:hover,
.page-numbers:hover {
	background: #83a430;
	color: #fff;
	border-color: #83a430;
}

.post-pagination a span,
.nav-links a,
.page-numbers.dots {
	color: #444;
	border: 1px solid #ddd;
}

.nav-links a,
.page-numbers.dots {
	background: #fff;
}

/*-----------------------------------------------------------------
	Footer
------------------------------------------------------------------- */

.main-footer {
	color: #fff;
}

.main-footer a {
	color: #fff;
}

.main-footer a:hover {
	color: #83a430;
}

.footer-top {
	background: #222;
	padding: 70px 0 20px;
}

.footer-widget {
	margin-bottom: 70px;
}

.footer-widget-title {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
}

.footer-widget-title span {
	padding-right: 20px;
	background-color: #222;
}

.footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-widget li {
    text-align: left;
    line-height: 1.4;
    padding: 6px 0;
    border-bottom: 1px solid #2f2f2f;
}

.footer-bottom {
	text-align: center;
	background: #111;
	padding: 20px 0;
}

/*--------------------------------------------------------------
	Error Page
--------------------------------------------------------------*/

.error-404 {
	text-align: center;
	padding: 100px 0 300px;
}

.error-404 span {
	font-size: 122px;
	font-weight: bold;
}

.error-404 .search-form {
	max-width: 500px;
	margin: 0 auto;
}

/*-----------------------------------------------------------------
	Forms
------------------------------------------------------------------- */

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	display: block;
	padding: 0.7em;
	width: 100%;
	box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	box-shadow: 1px 2px 6px #222;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"],
.read-more {
	background-color: #222;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.8em 2em;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #83a430;
}

/*-----------------------------------------------------------------
	Sidebar
------------------------------------------------------------------- */

.sidebar-widget-title {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px;
}

.sidebar-widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.sidebar-widget ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.sidebar-widget img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.sidebar-widget ul li {
	position: relative;
	text-align: left;
	line-height: 1.4;
	padding: 10px 0 10px 16px;
	border-bottom: 1px solid #eee;
}

.sidebar-widget ul li:before {
	position: absolute;
	left: 0;
	content: "-";
}

.sidebar-widget ul li:last-child {
	border-bottom: none; 
}

.sidebar-widget a:hover {
	color: #83a430;
	border-bottom: 1px solid #83a430;
}
.sidebar-widget select { margin-bottom: 0; }

/* Calendar */
#wp-calendar { 
	background: #fafafa;
	width: 100%;
	line-height: 2.3;	
}

#wp-calendar caption {
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: left;
}

#wp-calendar thead tr,
#wp-calendar tfoot tr {
	color: #fff;
	border: 1px solid #444;
	background: #444;
}

#wp-calendar thead tr th {
	text-align: center;
	border-right: 1px solid #ddd;
}

#wp-calendar thead tr th:last-child {
	border-right: 1px solid #444;
}

#wp-calendar tbody tr td { 
	text-align: center;
	border: 1px solid #ddd;
	color: #222;
}

#wp-calendar tbody tr td.pad { 
	background: #fff;
}

#wp-calendar tbody tr td a {
	width: 100%;
	height: 100%;
	display: block;
	background: #444;
	color: #fff;
}

#wp-calendar tfoot tr a { 
	color: #fff;
}

td#prev { 
	text-align: left;
	padding-left: 10px;
}

td#next { 
	text-align: right;
	padding-right: 10px;
}

/* Gallery */
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Search Form */
.search-form { 
	position: relative;
	margin-bottom: 0;
}

input.search-field {
	height: 40px;
	color: #555;
	border: 1px solid #555;
	width: 100%;
	padding-left: 15px;
	font-size: 15px;
}

.search-submit {
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 1px;
	right: 1px;
	background: #83a430;
	margin: 0;
	padding: 0;
}

.search-submit:hover {
	opacity: 0.8;
}

/* Tag Cloud */
.sidebar-widget .tagcloud a {
	padding: 2px 12px;
	display: inline-block;
	margin: 0 5px 5px 0;
	background: #000;
	color: #fff;
}

.sidebar-widget .tagcloud a:hover {
	background: #83a430;
	border-bottom: none;
}

/*-----------------------------------------------------------------
	Comments
------------------------------------------------------------------- */

.post-comments {
	margin-bottom: 40px;
}

.comments-title {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.comment-body {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.comment-author {
	font-weight: bold;
	font-size: 20px;
}

input#author,
input#email,
input#url {
	max-width: 300px;
}

.comment-author .avatar {
	float: left;
	margin-right: 20px;
}

.comment-nav {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	line-height: 2.3;
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment {
    list-style: none;
}

.comment-list .children {
    padding: 0 0 0 1rem;
}

.no-comments {
	margin-bottom: 0;
}

.says {
	display: none;
}

.comment-meta a {
	color: #888;
}

.bypostauthor {
	display: block;
}

.comment-reply-link {
	color: #83a430;
}

cite.fn a {
	font-style: normal;
	text-decoration: none;
}

/*-----------------------------------------------------------------
	Accessibility
------------------------------------------------------------------- */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
  
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}