/*!
Theme Name: LG Theme
Author: RadJan / deligo.pl
Author URI: https://deligo.pl/
Description: Description
Version: 1.1.0
Text Domain: lg-theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Vars
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Vars
--------------------------------------------- */
:root {
	--green-light-100: #36AA49;
	--green-light-200: #0f8541;
	--green-dark-100: #2e5635;
	--green-dark-150: #10331f;
	--green-dark-200: #28302b;
	--green-dark-300: #0c2918;
	--gray-light-100: #ececec;
	--gray-light-200: #eaeaea;
	--gray-light-400: #6F6F6F;
	--gray-text: #939393;
	--gray-text-light: #999;
	--yellow: #f6ee26;
	--white: #fff;
	--black: #1d201e;
	--black-text: #2f2f2f;	
	--black-light-bg: #202120;
	--black-bg: #242A25;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--black-text);
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #36AA49;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #36bb6e;
    text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
	width: 100%;
	max-width: 1170px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.site-header {
	background: var(--green-dark-150);
	padding: 20px 0;
	box-shadow: 3px -7px 40px 0px rgb(0, 0, 0);
    position: relative;
    z-index: 2;
}

#top-header {
	display: flex;
    justify-content: space-between;
}

.site-branding h1 {
	margin: 0;
}

.site-branding a {
	display: block;
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    background: transparent url('img/lucky-gunner-lounge-logo.png') 0 0 no-repeat;
    width: 326px;
    height: 97px;
}

#top-menu {
	display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#top-menu a {
	display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    padding: 0 10px;
    margin: 22px 0;
	color: #fff;
	text-decoration: none;
}

#top-menu .shop-link a {
	position: relative;
	background-color: var(--green-light-200);
	padding-left: 40px;
    margin-left: 2em;
	border-radius: 4px;
    overflow: hidden;
    transform: translateY(3px);
}

#top-menu .shop-link a::before {
	content: '';
    position: absolute;
	left: 0;
    top: 0;
    background-color: var(--green-dark-100);
    background-image: url('img/icon-cart.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 100%;
}

#content {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

#primary {
    width: 66.66666666666666%;
    max-width: 780px;
	order: 2;
}

#primary.full-width {
	width: 100%;
	max-width: unset;
}

#secondary {
    width: 33.33333333333333%;
    max-width: 390px;
	order: 1;
}

.site-footer {
	background: var(--black);
	padding: 20px 0;
    margin-top: 20px;
	text-align: center;
}

.site-footer-menu {
	background: var(--green-dark-200);
	padding: 20px 0;
	border-radius: 4px;
	margin-bottom: 20px;
}

.site-footer-menu ul {
	margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
	list-style: none;
}

.site-footer-menu a {
	color: var(--white);
	font-size: 20px;
	padding: 10px 15px;
	text-decoration: none;
}

.site-footer-menu .ico {
	display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(3px);
}

.site-footer-menu .ico-lounge {
	background-image: url('img/icon-lounge.png');
}

.site-footer-menu .ico-lucky {
	background-image: url('img/icon-lucky.png');
}

.site-footer-menu .ico-flask {
	background-image: url('img/icon-flask.png');
}

.site-footer-menu .ico-cross {
	background-image: url('img/icon-cross.png');
}

.site-info p {
	font-size: 14px;
	display: inline;
	color: var(--gray-text);
}

.site-info a {
	font-size: 14px;
	color: var(--gray-text);
    margin-left: 2em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#navbar {
	display: flex;
	align-items: center;
    justify-content: space-between;
	background-color: var(--green-dark-300);
	border-radius: 4px;
	padding-right: 15px;
    padding-left: 15px;
}

.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	display: block;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding: 10px 0;
	margin-top: -3px;
	border-radius: 0 4px 4px 4px;
	background-color: #204e34;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	margin: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
	border-radius: 0;
    margin: 0 9px;
    padding: 10px;
    line-height: 1em;
    font-size: 16px;
    font-weight: 400;
}

.main-navigation ul ul a:hover {
	background-color: #0c2918;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 5px 2px;
}

.main-navigation ul .menu-item-has-children a {
	padding-right: 25px
}

.main-navigation ul .menu-item-has-children::after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: url('img/carret.png') no-repeat;
	top: 18px;
	right: 5px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 22px;
	font-weight: 600;
    padding: 0 10px;
    line-height: 44px;
    border-radius: 5px;
	color: var(--white);
}

.main-navigation a:hover {
	background-color: #204e34;
}

.main-navigation .icon-home {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('img/icon-home.png') no-repeat;
	background-position: center center;
	transform: translateY(2px);
}

/* Small menu. */
.menu-toggle {
    background-color: #0F8541;
    border: none;
	padding: 8px;
}

.menu-toggle span {
	display: block;
	background-color: #fff;
	width: 20px;
	height: 2px;
	margin: 4px
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 768px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Search in header */
.search-form {
	display: flex;
    align-items: center;
}

.search-form .search-field {
	height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
	min-width: 282px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-form .search-submit {
	height: 38px;
    padding: 6px 20px;
    font: 0/0 a;
    line-height: 1.5;
	border-radius: 4px;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	background-color: var(--white);
	background-image: url('img/icon-search.png');
	background-repeat: no-repeat;
    background-position: center center;
	border: none;
}

.search-form .search-submit:hover {
	background-color: #ebebeb;
	cursor: pointer;
}

/* Search in content */ 
.site-main .search-form {
	width: 100%;
}

.site-main .search-form label {
	width: 100%;
}

.site-main .search-form .search-field {
	width: 100%;
	border: 1px solid var(--gray-light-200);
}

.site-main .search-form .search-submit {
	border: 1px solid var(--gray-light-200);
}

/* Search - no results */
.serach-no-results 	{
	background-color: #fcf8e3;
    color: #c09853;
	padding: 15px;
    margin-bottom: 24px;
    border: 1px solid #faebcc;
    border-radius: 4px;
}

/* Hero section */
#hero {
	background: linear-gradient(0deg, #fff 20%, var(--black-bg) 20%);
	margin-top: -20px;
}

.single #hero {
	background: linear-gradient(0deg, #fff 6px, var(--black-bg) 6px);
}

#hero img {
	width: 100%;
}

#hero article {
	position: relative;
}

#hero header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(29,32,30,0.9);
}

#hero h2 {
	font-weight: 400;
    line-height: 1.1;
    font-size: 36px;
    margin-left: 20px;
	letter-spacing: -1px;
    margin-top: 24px;
    margin-bottom: 12px;
}

#hero h2 a {
	color: var(--white);
	text-decoration: none;
}

#hero h2 a:hover {
	color: #36bb6e;
	text-decoration: underline;
}

#hero .entry-meta {
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--white);
}

#hero .entry-meta span {
	margin-right: 10px;
}

#hero .entry-meta a {
	color: var(--white);
}

#hero .entry-meta a:hover {
	color: #36bb6e;
	text-decoration: underline;
}

#hero .entry-meta .by {
	color: var(--gray-text-light);
}

#hero .comments-link {
	text-decoration: none;
}

/* Post header under hero section - single post */
.post-header-content {
	display: flex;
    justify-content: flex-end;
    gap: 50px;
	padding-top: 26px;
	padding-bottom: 20px;
	border-bottom: 6px solid var(--gray-light-100);
}

.post-header-content .social-share-article {
	width: 33.33333333333333%;
    max-width: 350px;
	text-align: right;
}

.post-header-content .post-info {
	display: flex;
	width: 100%;
	margin-right: auto;
	gap: 30px;
	justify-content: space-between;
}

.post-header-content .icon-clock {
	background-image: url('img/icon-clock-green.png');
}

.post-header-content .comments {
	margin-left: 10px;
}

.post-header-content .comments a {
	color: var(--green-light-200);
	text-decoration: none;
}

.post-header-content .comments a:hover {
	text-decoration: underline;
}

.post-header-content h1 {
	margin-top: 0;
	margin-bottom: 12px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.45;
}

.post-author-photo img {
	display: block;
	margin-left: auto;
}

.post-author-photo .by {
	display: block;
}

.post-author-photo .by a {
	color: var(--green-light-200);
	text-decoration: none;
	white-space: nowrap;
	word-break: keep-all;
}

.post-author-photo .by a:hover {
	text-decoration: underline;
}

.icon-comments {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('img/icon-comment-green.png');
}

/* Articles grid */
.articles-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.articles-grid article {
	box-shadow: 3px 25px 26px -40px rgb(0 0 0);
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.articles-grid .entry-meta {
	display: flex;
	align-items: cenetr;
	justify-content: space-between;
}

.articles-grid .entry-content {
	margin-top: 10px;
}

.articles-grid .entry-footer,
#hero .entry-footer {
	display: flex;
	gap: 10px;
}

.articles-grid .posted-on,
.articles-grid .comments-number,
#hero .posted-on,
#hero .comments-number {
	color: var(--gray-light-400);
    background-color: var(--gray-light-200);
    padding: 1em 0.5em;
    display: block;
    font-size: 14px;
	font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25em;
	width: 50%;
	text-decoration: none;
	margin-bottom: 10px;
}

.articles-grid .comments-number,
#hero .comments-number {
	background-image: url('img/icon-comment-gray.png');
	background-repeat: no-repeat;
	background-position: 22px center;
	padding-left: 25px;
}

.articles-grid .posted-on,
#hero .posted-on {
	background-image: url('img/icon-clock-gray.png');
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-left: 25px;
}

.articles-grid .more-link,
#hero .more-link {
	position: relative;
	font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px #000;
    color: var(--white);
	text-decoration: none;
	background-color: #2E5635;
    display: block;
    padding: 10px 0;
    border-radius: 6px;
	text-align: center;
}

.articles-grid .read-more,
.articles-grid .vcard a,
#hero .read-more,
#hero .vcard a {
	color: var(--green-light-100);
	text-decoration: none;
}

.articles-grid .read-more:hover,
.articles-grid .vcard a:hover,
#hero .read-more:hover,
#hero .vcard a:hover  {
	text-decoration: underline;
}

.articles-grid h2 {
	font-weight: 600;
    line-height: 1em;
    letter-spacing: -1px;
	font-size: 26px;
	margin-top: 20px;
    margin-bottom: 12px;
}

.articles-grid h2 a {
	color: #444545;
	text-decoration: none;
}

.articles-grid h2 a:hover {
	color: var(--green-light-200);
    text-decoration: underline;
}

/* Posts and pages
--------------------------------------------- */
.icon-clock {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url('img/icon-clock-yellow.png') no-repeat;
	vertical-align: bottom;
    padding-bottom: 20px;
}

.author-photo {
	float: left;
	padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
	margin: 0 10px 10px 0;
}

.author-posts-by {
	color: #2fb44b;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 12px;
	font-weight: 400;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-title {
	margin-top: 0;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 12px;
}

.page-header p {
	margin-top: 0;
	margin-bottom: 12px;
}

.wp-content {
	margin-top: 0;
}

.wp-content p {
    margin-top: 0;
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 1.7;
}

.wp-content ul,
.wp-content ol {
	margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 2em;
	font-size: 19px;
	line-height: 1.7;
}

.wp-content blockquote {
	background-color: #EEEEEE;
    border-left: 5px solid #DDDDDD;
    padding: 1em;
	margin: 0 0 24px;
	font-size: 19px;
    line-height: 1.7;
}

.page .wp-content p {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.5;
}

.wp-content a {
	color: #36AA49;
	text-decoration: none;
}

.wp-content a:hover {
	text-decoration: underline;
}

.wp-content a img.alignnone {
	border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 4px;
}

.wp-content figure.alignnone {
	margin-left: 0;
	margin-right: 0;
}

.wp-content .wp-caption {
	padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 24px;
}

.wp-content .wp-caption-text {
	font-size: 0.9em;
    font-style: italic;
}

.wp-content .wp-caption-text {
    padding: 9px;
    color: #333;
}

.wp-content h3 {
	color: #36aa49;
	font-size: 22px;
	margin-top: 24px;
	margin-bottom: 12px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single .entry-footer hr {
	margin-top: 40px;
	margin-bottom: 30px;
	position: relative;
	background-color: var(--green-light-200);
    height: 2px;
}

.single .entry-footer hr:after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: url('img/lg-clover.png') no-repeat;
	background-position: center center;
	background-color: var(--green-light-200);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 6px solid var(--white);
}

.entry-footer-content {
	display: flex;
	border-radius: 5px;
    overflow: hidden;
}

.entry-footer-box {
	background: var(--gray-light-200);
	width: 50%;
}

.entry-footer-box h2 {
	background: var(--green-light-200);
	color: var(--white);
	margin: 0 0 15px 0;
    line-height: 44px;
    font-size: 20px;
	letter-spacing: -1px;
	text-align: center;
}

.entry-footer-box p {
	text-align: center;
}

#did-you-enjoy h2 {
	border-right: 1px solid var(--white);
}

.share-email-social {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 15px 15px;
}

#share-email-btn {
	background-color: var(--white);
    border-bottom: 3px;
    padding: 4px 12px;
    border-color: #19e16e;
    border-width: 1px;
    border-style: solid;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    height: 35px;
    border-radius: 15px;
}

.icon-mail {
	display: inline-block;
	width: 20px;
    height: 16px;
    background: url('img/icon-mail.png') no-repeat;
	transform: translateY(3px);
}

.icon-mail-white {
	background: url('img/icon-mail-white.png') no-repeat;
}

#get-free-update form {
	max-width: 340px;
    margin: 0 auto;
}

#share-email-url {
	display: none;
}

#share-email-url.show-email-share-content {
	display: block;
}

.share-via-email {
	position: relative;
	background-color: #dff0d8;
    color: #468847;
	padding: 15px;
    margin-bottom: 24px;
	margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
	text-align: center;
}

.share-via-email h4 {
	border-bottom: 1px solid #468847;
    padding-bottom: 13px;
    font-weight: bold;
	line-height: 1.1;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 12px;
}

.share-via-email .close {
	position: absolute;
	right: 15px;
	top: 10px;
	padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
	float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.share-via-email .close:hover, 
.share-via-email .close:focus {
    text-decoration: none;
    opacity: .5;
    filter: alpha(opacity=50);
}

#email-article-btn {
	background-color: #0f8541;
    color: white;
    margin-bottom: 1em;
    display: block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#email-article-btn:hover,
#email-article-btn:focus {
	text-decoration: none;
}

#leave-a-comment {
	color: #000;
	font-size: 28px;
    border-bottom: 2px solid #e8e8e8;
    font-weight: bold;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.panel {
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-body {
	padding: 15px;
}

.panel-body p {
	margin-top: 0;
	margin-bottom: 12px;
}

#secondary h3 {
	font-size: 20px;
}

#secondary .free-subscription {
    border-color: #eaeaea;
    background-color: #eaeaea;
    text-align: center;
}

#secondary .free-subscription .panel-heading {
	padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #FFF;
    margin-top: 0;
	margin-bottom: 0;
    height: 40px;
	background-color: var(--green-light-200);
    border-color: var(--green-light-200);
}

#secondary .free-subscription .panel-heading span {
	background: transparent url('img/icon-subscription.png') 0 0 no-repeat;
	padding-left: 50px;
	position: relative;
	top: -30px;
	padding-top: 25px;
	display: block;
}

.mc4wp-form .input-group {
	display: flex;
}
.mc4wp-form input.email{
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mc4wp-form input[type='submit']{
	background-color: var(--green-light-200);
    font-weight: bold;
    color: #FFF;
	white-space: nowrap;
	height: 38px;
    padding: 6px 12px;
    font-size: 16px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* Widget - social icons */
#secondary .social-icons p {
    float: left;
    line-height: 60px;
    margin: 0 1em 0 2em;
}

#secondary .social-icons li {
	display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#secondary .social-icons ul {
	padding-left: 0;
    list-style: none;
	margin-top: 0;
    margin-bottom: 12px;
}

#secondary .social-icons li:first-child {
	padding-left: 0;
}

#secondary .social-icons a {
	width: 35px;
    height: 34px;
    display: block;
	font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
}

#secondary .social-icons a.twitter-link {
	background-image: url('img/icon-twitter.png');
}

#secondary .social-icons a.facebook-link {
	background-image: url('img/icon-facebook.png');
}

/* Widget - post tabs */
.posts-tabs {
    border-bottom: 4px solid var(--green-light-200);
}

.nav-tabs {
    margin-bottom: 0;
	margin-left: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid var(--green-light-200);
}

.posts-tabs .nav-tabs>li {
    width: 48%;
    margin-bottom: 0;
    text-align: center;
}

.nav-tabs>li>a {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #757575;
    background-color: #bfbfbf;
    text-decoration: none;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid #e3e3e3;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: #bfbfbf;

}

.posts-tabs .nav-tabs>li.active>a {
    background-color: var(--green-light-200);
    border-color: var(--green-light-200);
    color: var(--white);
}
 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    cursor: default;
}

.tab-content {
    background: var(--white);
}

.tab-pane {
    display: none;
    padding: 1em;
}

.tab-pane .media-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.tab-pane.active {
    display: block;
}

.tab-pane .media {
    display: flex;
    gap: 10px;
}

.tab-pane .pull-left {
    min-width: 80px;
}

.tab-pane .media-body a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.tab-pane .media-body a:hover {
    color: var(--green-light-200);
    text-decoration: underline;
}

/* Widget - shop */
#shop-luckygunner {
	text-align: center;
}

#shop-luckygunner .vglnk {
    display: none !important;
}

#shop-luckygunner h3 {
    color: var(--green-light-200);
    font-size: 20px;
	margin-bottom: 0;
	margin-top: 24px;
	font-weight: 500;
}

#shop-luckygunner h3 img {
	display: block;
	margin: 0 auto;
}

#shop-luckygunner p {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 15px;
}

#shop-luckygunner a {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

#shop-luckygunner a span {
    background: #2e5635 url('img/luckygunner-button.png') center no-repeat;
    display: block;
    padding: 10px 0;
    border-radius: 6px;
    height: 46px;
	font: 0/0 a;
    color: transparent;
    text-shadow: none;
	overflow: hidden;
}

.chevron-right {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
	display: block;
	background: #242A25 url('img/chevron-right.png') center no-repeat;
	padding: 13px 30px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* upprev
--------------------------------------------- */
#upprev_box div.upprev_thumbnail h5 {
	font-size: 16px;
	font-weight: 400;
    line-height: 1.1;
}

#upprev_box .upprev_excerpt p {
	font-sizE: 15px;
}

/* WP-Paginate
--------------------------------------------- */
.lg-pagination {
	text-align: center;
	margin-top: 35px;
}

.wp-paginate {
	margin: 10px 0;
	padding: 0;
}

.wp-paginate li {
    display: inline;
    list-style: none;
	margin: 0 5px;
}

.wp-paginate a,
.wp-paginate .current {
	border: none;
    color: var(--white);
    padding: 7px 13px;
    background: var(--green-light-200);
	line-height: 1.5;
    text-decoration: none;
	border-radius: 4px;
}

.wp-paginate a:hover,
.wp-paginate a:focus,
.wp-paginate .current {
	color: var(--black-text);
	background: var(--white);
}

/* BSS - Basic Social Share */
.basic-share-buttons {
	display: inline-flex;
    gap: 2px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* YARPP */
.yarpp-thumbnails-horizontal {
	display: flex;
	gap: 37px;
}

.yarpp-related a {
	display: block;
	width: 33.3333333%;
}

.yarpp-related a:hover {
	text-decoration: none;
}

.yarpp-related a img {
	width: 100%;
	height: auto;
}

.yarpp h2 {
    background-color: #0f8541;
    color: #fff;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
	letter-spacing: -1px;
}

.yarpp-related .yarpp-thumbnail-title {
	display: inline-block;
	font-size: 18px !important;
    max-height: 2.8em;
    line-height: 1.4em;
    text-decoration: inherit;
    margin: 0px 5px 5px 5px;
}

/* Clean and Simple Contact Form */
.cscfForm .form-group {
    margin-bottom: 15px;
}

.cscfForm label {
	display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.cscfForm .form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cscfForm .form-control::-webkit-input-placeholder {
    color: #999;
}

.cscfForm textarea.form-control {
    height: auto;
}

.cscfForm .btn-default {
	-webkit-appearance: button;
	line-height: 1.5;
	color: #333;
    background-color: #fff;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Popular posts widget */
.wpp-thumbnail {
	min-width: 80px;
	margin-bottom: 5px;
}

/* Subscribe Block
--------------------------------------------- */

.p-subscribe {
    margin-bottom: -20px;
    margin-top: -20px;
    padding-top: 10px;
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 5px
}

.p-subscribe .container {
    max-width: 1000px;
}

.p-subscribe h6 {
    font-size: 14px;
    font-weight: normal;
}

.b-subscribe {
    background-color: transparent;
    background-position: 53%
}

.b-subscribe-form {
    padding-left: 10px;
    padding-right: 10px
}

.b-subscribe-form__email {
    display: flex;
    max-width: 550px;
    width: 100%;
    height: 38px;
    font-size: 20px;
    margin: auto;
    font-weight: bold;
    padding: 24px 22px !important;
}

.b-subscribe-form__email:focus {
    border-color: #66afe9;
    outline: 0;
}

.b-subscribe-form__email::-webkit-input-placeholder {
    color: #999 !important;
}

.b-subscribe-form__button {
    background: #0f8541;
    border: none !important;
    color: #fff;
    cursor: pointer;
    margin: 15px;
    font-size: 22px !important;
    font-weight: bold;
    width: 250px;
    height: 45px !important;
}

.b-subscribe-form__button:hover {
    background: #129e4d !important;
    color: #fff;
}

.b-subscribe-content {
    color: white;
    text-align: center
}

.b-subscribe-content h1,.b-subscribe-content h2 {
    color: #f5fff5;
    font-size: 30px;
    font-weight: 600;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.b-subscribe-content p:first-of-type {
    font-size: 18px;
    font-weight: bold
}

.b-subscribe-content p {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.b-subscribe-content p.mc-subscribe-info {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width: 768px) {
    .p-subscribe {
        padding-top:30px;
        padding-bottom: 15vh
    }
}

@media (min-width: 992px) {
    .b-subscribe-content h1,.b-subscribe-content h2 {
        font-size:50px
    }

    .b-subscribe-content p {
        padding-top: 10px;
        padding-bottom: 20px
    }

    .p-subscribe {
        padding-top: 50px;
        padding-bottom: 15vh
    }
}

@media (min-width: 1200px) {
    .b-subscribe-content h1,.b-subscribe-content h2 {
        font-size:65px
    }

    .p-subscribe {
        padding-top: 60px;
        padding-bottom: 15vh
    }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Media queries */

@media (max-width: 991px) {
	.container {
		max-width: 750px;
	}

	#content {
		flex-direction: column-reverse;
	}

	#primary,
	#secondary {
		width: 100%;
		max-width: unset;
	}

	.search-form .search-field {
		min-width: unset;
	}

	.post-header-content {
		flex-direction: column-reverse;
		gap: 0;
	}

	.post-header-content .social-share-article {
		width: 100%;
		margin-top: -37px;
		max-width: unset;
	}

	.post-header-content .post-info {
		display: block;
		width: 100%;
	}

	.post-author-photo img {
		margin-left: unset;
		display: inline-block;
		width: 30px;
		height: 30px;
	}

	.post-author-photo .by {
		display: inline;
	}

	.yarpp-thumbnails-horizontal {
		gap: 10px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.yarpp-related a {
		width: auto;
		min-width: 48%;
	}

	.yarpp-related a img {
		width: 100%;
	}

	.site-footer-menu ul {
		display: block;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 500px;
	}
	
	#top-menu {
		display: none;
	}

	#navbar {
		align-items: flex-start;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.articles-grid {
		grid-template-columns: 1fr;
	}

	#hero {
		background: #fff;
	}

	#hero h2 a {
		color: #444545;
	}

	#hero h2 {
		font-weight: 600;
		line-height: 1em;
		letter-spacing: -1px;
		font-size: 26px;
		margin-top: 20px;
		margin-bottom: 12px;
		margin-left: 0;
	}

	#hero .entry-meta {
		display: flex;
		margin-left: 0;
		justify-content: space-between;
	}

	#hero .entry-meta span {
		display: none;
	}

	#hero .entry-meta .by {
		display: block;
	}

	#hero .entry-meta a {
		color: var(--green-light-200);
		text-decoration: none;
	}

	#hero .comments-link {
		display: none;
	}

	#hero header {
		position: relative;
		background: #fff;
	}

	.articles-grid article img {
		width: 100%;
		height: auto;
	}

	.yarpp-related a {
		width: 100%;
	}

	.entry-footer-content {
		display: block;
	}

	#get-free-update {
		display: none;
	}

	.entry-footer-box {
		width: 100%;
	}

	.site-info a {
		display: block;
	}

}

@media (min-width: 769px) {
	#hero .entry-summary {
		display: none;
	}
	#hero .entry-footer {
		display: none;
	}
	#hero .more-link {
		display: none;
	}
}
