/*
Theme Name: Fat Genesis
Theme URI: https://demo.studiopress.com/
Description: Fat Tail Daily theme adapted from the sample theme created for the Genesis Framework.
Author: Fat Tail Studio - StudioPress
Author URI: https://www.studiopress.com/

Version: 4.2.01

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: fat-genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
	- Message
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Soliloquy
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
	- Mega Menu
- Content Area
	- Entry Content
	- Entry Content Author Feed
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
	- Sidebar Category/Recent Articles
- Footer Widgets
- Site Footer
- Home Page
	- Subbox Home Page
		- Home Subbox One
		- Home Subbox Two
- Category Archive
- Investment Guide Page
- 404
- Latest ASX Updates
- Subbox Generic
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
		- Home Page
		- Investment Guide Page
- Print Styles
*/

/* Site font
-----------------------------------------------*/

@import url("https://use.typekit.net/tlk6msu.css");

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.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:-.25em}sup{top:-.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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .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}[hidden],template{display:none}
/* stylelint-enable */

/* Site Key Colors */

:root {
	--fat-black: 			#222222;
	--fat-white:			#FFFFFF;
	--fat-light-green:		#34592A;
	--fat-dark-green: 		#25372D;
	--fat-action-orange: 	#E06817;
	--warning-red:			#ED0000;
	--fat-grey: 			#A8ACA8;

	/* Post Link Colors */
	--fat-link-orange:		#BE5412;
	--fat-border-yellow:	#FFC917;

	/* Latest ASX Colors */
	--fat-asx-fall:			#ED0000;
	--fat-asx-fall-bg:		#FDE5E5;
	--fat-asx-rise:			#00A000;
	--fat-asx-rise-bg: 		#E5F5E5;
	--fat-asx-default:		#222222;
	--fat-asx-default-bg:	#ffffff;
}


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: var(--fat-black);
	font-family: "Proforma", serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

/* styling for scroll to the top button */
#smoothup {
    height: 48px;
    width: 48px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    text-indent: -9999px;
    display: none;
    background: url("https://fatdailydev.wpengine.com/wp-content/uploads/2023/10/arrow_circle_up.svg");
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

/* orange filter for scroll to the top button */
#smoothup { 
	filter: invert(33%) sepia(68%) saturate(1094%) hue-rotate(351deg) brightness(99%) contrast(96%);
}

#smoothup:hover { 
	filter: invert(49%) sepia(26%) saturate(5405%) hue-rotate(357deg) brightness(94%) contrast(87%);
}

a,
article.type-post h2.entry-title a,
article.type-post .entry-categories a
article.type-live-asx-updates .entry-categories a {
	color: var(--fat-black);
	text-decoration: 1.5px underline var(--fat-link-orange);
	text-underline-offset: 2.5px;
}

/*article.type-post h2.entry-title a.entry-title-link,
article.type-live-asx-updates h2.entry-title a.entry-title-link {
	text-decoration: none;
	font-weight: 400;
}*/

a:focus,
a:hover,
.archive.category article.type-post h2:hover,
.archive.category article.type-live-asx-updates h2.entry-title a.entry-title-link:hover {
	color: var(--fat-black);
	text-decoration: 1px underline var(--fat-link-orange);
}

article.type-live-asx-updates h2.entry-title a.entry-title-link {
	font-family: Proforma;
	font-size: 32px;
	line-height: 40px;
    letter-spacing: 0.1px;
}

/* removes border around anchor links */
.scroll-space {
    outline: 0;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	padding-bottom: 20px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	border-left: 4px solid var(--fat-light-green);
	background: #FFF;
	padding: 20px 30px;
	margin: 30px 0;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(40,40,40,0.2);
	-moz-box-shadow: 1px 1px 10px 1px rgba(40,40,40,0.2);
	box-shadow: 1px 1px 10px 1px rgba(40,40,40,0.2);
	overflow: auto;
}

blockquote p {
	margin: 0;
}

.genesis-skip-link {
	display: none;
}

p:empty {
	display: none;
}

/* Headings
--------------------------------------------- */


/* Page Headings */

h1.page-heading,
h1.four-oh-four,
h1.archive-title {
	font-family: Proforma;
	font-size: 48px;
	font-style: normal;
	font-weight: 350;
	line-height: 60px; /* 125% */
	letter-spacing: 0.2px;
}

h1.four-oh-four {
	color: var(--fat-dark-green, #25372D);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "source-sans-pro", sans-serif;
	font-weight: 400;
	/*line-height: 1.2;*/
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	font-family: source-sans-pro;
	background-color: var(--fat-action-orange);
	border: 0;
	border-radius: 5px;
	color: var(--fat-white);
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	background-color: var(--fat-link-orange);
	border-width: 0;
	color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
	background-color: var(--fat-link-orange);
	border: 1px solid var(--fat-border-yellow);
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Read more button */
.read-more-btn {
	width: 146px;
}

.read-more-hide {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Signature fix for table */
table.smallImages br {
    display: none;
}
table.smallImages tr, table.smallImages tbody {
    border: none!important;
    margin: 0!important;
}

/* General advice warning fix for table */
table.advertTablegeneral_advice {
    margin-bottom: 15px;
}
table.advertTablegeneral_advice tr, table.advertTablegeneral_advice tbody {
    border: none;
}
table.advertTablegeneral_advice .fullCenter, table.advertTablegeneral_advice p {
    margin-bottom: 10px;
    line-height: 1.3;
}
table.advertTablegeneral_advice td {
    line-height: 1.3;
}
table.advertTablegeneral_advice .fullCenter, table.advertTablegeneral_advice p {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 19px!important;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 32px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: right;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
	margin-left: 32px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	font-family: source-sans-pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 133.333% */
	letter-spacing: 0.36px;
	color: var(--fat-grey);
	margin-bottom: 5.7px;
	padding: 0 0 10px 0;
	max-width: 752px;
}

a.breadcrumb-link {
	text-decoration: none;
	color: var(--fat-grey);
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.post .entry-title,
.page .entry-title {
	font-family: Proforma;
	font-size: 48px;
	font-style: normal;
	font-weight: 350;
	line-height: 60px; /* 125% */
	letter-spacing: 0.2px;
	margin-bottom: 25px;
}

.entry-title a {
	color: var(--fat-black);
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #be5412;
}

.widget-title {
	color: var(--fat-dark-green);
	font-family: source-sans-pro;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: 0.052px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.singular-image {
	width: 100%;
	min-height: 140px;
	max-height: 140px;	
	padding: 0 0 20px 0;
	object-fit: cover;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Message Content
--------------------------------------------- */
.message-box {
	border-radius: 5px;
	padding: 12px 22px;
	background: rgba(224, 104, 23, 0.20);
	margin-bottom: 31px;
}

/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* Soliloquy
--------------------------------------------- */

.soliloquy-caption-inside {
	font-family: source-sans-pro;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 0 30px;
	max-width: 1312px;
	margin: 12px auto;
	border-top: solid 1px #A8ACA8;
	border-bottom: solid 1px #A8ACA8;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 184px;
	padding-bottom: 18px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
	font-family: source-sans-pro;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

/* Mega Menu
--------------------------------------------- */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li#mega-menu-item-search-4 {
	float: right;
}

#mega-menu-wrap-primary #mega-menu-primary input {
	height: 32px;
	padding: 8px 10px;
	background: url(/wp-content/uploads/2023/10/search-icon.svg) right no-repeat;
    padding-right: 17px;
    background-color: #fff;
    border-radius: 5px;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Header
--------------------------------------------- */

.entry-author a {
	color: var(--fat-link-orange);
	text-decoration: none;
}

.entry-author a:hover {
	color: var(--fat-link-orange);
	text-decoration: 1px underline var(--fat-link-orange);
	text-underline-offset: 2px;
}

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

article.type-post,
article.type-live-asx-updates {
	max-width: 752px;
    display: flex;
    flex-direction: column;
}

article.type-post h2,
article.type-page h2 {
	font-family: Proforma;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 125% */
	letter-spacing: 0.1px;
}

article.type-post a {
	color: var(--fat-link-orange);
	text-decoration: none;
}

article.type-post a:focus,
article.type-post a:hover {
	color: var(--fat-link-orange);
	text-decoration: 1.5px underline var(--fat-link-orange);
	text-underline-offset: 2.5px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.smallImages a {
	text-decoration: 1px underline var(--fat-link-orange);
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Content Page
--------------------------------------------- */

article.type-page {
	max-width: 752px;
	margin: 0 auto;
	padding-bottom: 100px;
}

article.type-page h2 a {
	color: var(--fat-black);
	text-decoration: none;
}

article.type-page h2 a:focus,
article.type-page h2 a:hover {
	color: var(--fat-black);
	text-decoration: 1.5px underline var(--fat-link-orange);
	text-underline-offset: 2.5px;
}

/* Entry Content Author Feed
--------------------------------------------- */

.author .type-post {
	margin-bottom: 13px;
	border-bottom: 1px solid #A8ACA8;
    padding-bottom: 15px;
}

.author .entry-title {
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0;
}

.author .entry-title::before {
	content: url(/wp-content/uploads/2023/10/arrow-author.png);
	margin-right: 12px;
}

.author .entry-meta,
.author .entry-content {
	display: none;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-family: source-sans-pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 133.333% */
	letter-spacing: 0.36px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}


.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-family: source-sans-pro;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar a {
	color: var(--fat-black);
	text-decoration: 1px underline var(--fat-link-orange);
	text-underline-offset: 2.5px;
}

.sidebar a:hover {
	text-decoration: 1.5px underline var(--fat-link-orange);
    text-underline-offset: 2.5px;
}

	/* Sidebar Category/Recent Articles
	--------------------------------------------- */
	.sidebar .custom-html-widget {
		display: flex;
	}

	.sidebar .custom-html-widget ul {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 4px;
	}

	.sidebar .custom-html-widget ul li {
		padding: 2px 18px;
		text-align: center;
		border-radius: 5px;
		border: 1px solid var(--fat-light-green);
	}

	.sidebar .custom-html-widget ul li a {
		color: var(--fat-light-green);
		text-decoration: none;
	}

	.sidebar .custom-html-widget ul li:hover {
		background-color: var(--fat-light-green);
	}

	.sidebar .custom-html-widget ul li a:hover {
		color: var(--fat-white);
	}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	color: var(--fat-white);
	background-color: var(--fat-black);
	clear: both;
	padding: 22px 0 60px;
}	

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area .widget-title {
	color: var(--fat-white);
	font-family: source-sans-pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 155.556% */
	letter-spacing: 0.036px;
}

.footer-widget-area p,
.footer-widget-area a {
	font-family: source-sans-pro;
	color: var(--fat-white);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.2px;
	margin-bottom: 8px;
}

.footer-widget-area a {
	text-decoration: none;
}

.footer-widget-area a:hover {
	text-decoration: underline;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-social-icons-wrapper {
	display: flex;
	flex-direction: row;
    justify-content: center;
    padding-top: 8px;
}

.footer-icon {
	padding-right: 10px;
}

.footer-icon img {
	width: 20px;
	height: 20px;
}

.footer-icon a {
	text-decoration: none;
}

.footer-widgets-1 section {
	float: left;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	color: var(--fat-white);
	background-color: var(--fat-dark-green);
	font-family: source-sans-pro;
	font-size: 16px;
	line-height: 1.5;
	padding: 18px 30px 30px;
	text-align: center;
}

.fat-genesis-footer-wrap p {
	margin-bottom: 10px;
}

.fat-tail-logo-wrap {
	margin-bottom: 20px;
}

/* Home Page
---------------------------------------------------------------------------- */

.home article.type-page {
	padding-bottom: 0;
}

.home .wp-block-latest-posts__post-author {
	font-family: source-sans-pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	color: var(--fat-black);
}

.home .entry-content li {
	min-height: 242px;
}

.home .entry-content li a {
	color: var(--fat-black);
	font-size: 24px;
    font-weight: 500;
	text-decoration: none;
}

.home .entry-content li a:hover {
	color: var(--fat-dark-green);
	text-decoration: 1px underline var(--fat-dark-green);
}

.home .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	color: var(--fat-black, #222222);
	font-family: Proforma;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	letter-spacing: 0.2px;
}

.home .key-wrapper li a {
	font-size: 30px;
	line-height: 42px;
}

.home ul.key-wrapper.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	color: var(--fat-black, #222222);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.home .key-wrapper-posts li:nth-child(-n + 2) {
	border-bottom: 1px solid #A8ACA8;
}

.home .key-wrapper-posts li {
	padding-right: 16px;
}

.home {
	color: var(--fat-black, #222222);
	font-size: 18px;
	line-height: 26px; /* 144.444% */
	letter-spacing: 0.2px;
}

.home .entry-content ol,
.home .entry-content ul {
	margin-bottom: 0;
}

.wp-block-latest-posts__post-excerpt {
	color: var(--fat-black, #222222);
}

.home .entry-title,
.home .home-h2-large,
.home .home-h2-large a,
.home h2.home-h2-snippet,
.home h2.home-h2-snippet a {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	line-height: 38px; /* 146.154% */
	letter-spacing: 0.052px;
	color: var(--fat-light-green, #34592A);
	margin: 0;
}

.home .home-h2-large a:hover,
.home h2.home-h2-snippet a:hover {
	color: var(--fat-light-green);
	text-decoration: 1px underline var(--fat-light-green);
}

/* visually hide the h1 title */
.home .entry-title {
	clip: rect(0.0625rem,0.0625rem,0.0625rem,0.0625rem);
    height: 0.0625rem;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.0625rem;
}

.home .home-h2-large {
	font-size: 26px;
}

.home h2.home-h2-snippet {
	font-size: 16px;
}

.home .wp-block-latest-posts__featured-image {
	margin-bottom: 16px;
}

.home .gb-block-layout-column-gap-3,
.home .wp-container-2 {
	border-bottom: 1px solid #25372D;
	margin-bottom: 23px;
}

.home .wp-container-5.wp-container-5 {
	border-bottom: 1px solid #A8ACA8;
	margin-bottom: 20px;
}

.home .top-group-posts li {
	border-right: 1px solid #A8ACA8;
    padding-right: 16px;
}

.home .top-group-posts li:last-of-type {
	border-right: 0;
}

.wp-block-latest-posts__post-excerpt {
	color: var(--fat-black, #222222);
}

.home-category-group-one .wp-block-column-is-layout-flow {
	border-bottom: 1px solid #A8ACA8;
}

.home-category-group .wp-block-column-is-layout-flow li {
	padding-right: 16px;
}

/* Subbox Home Page
--------------------------------------------- */

	/* Home Subbox One
	--------------------------------------------- */

.home .home-sign-one-wrapper {
	overflow: auto;
	background-color: var(--fat-dark-green);
	padding: 18px;
	border-radius: 5px;
}

.home .home-sign-one-wrapper h3 {
	color: var(--fat-white, #FFF);
	text-align: center;
	font-family: source-sans-pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0.036px;
	margin: 0 0 10px;
}

.home .home-sign-one-wrapper img {
	width: 193px;
    margin: 0 auto 12px;
    display: block;
}

.home .home-sub-one-title {
	color: var(--fat-white, #FFF);
	font-family: source-sans-pro;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px; /* 130.769% */
	letter-spacing: 0.052px;
	margin: 0 0 12px;
}

.home .home-sub-one-content {
	color: var(--fat-white, #FFF);
	font-family: source-sans-pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.2px;
}

.home .home-sign-one-wrapper .email,
.home .home-sign-one-wrapper input[type="submit"] {
	width: 100%;
}

.home .home-sign-one-wrapper .email {
	border-radius: 5px;
	margin-bottom: 4px;
}

.home .home-sign-one-wrapper .subBoxFooter {
	margin-top: 12px;
}

.home .home-sign-one-wrapper .subBoxFooter p {
	margin-bottom: 8px;
}

	/* Home Subbox Two
	--------------------------------------------- */

	.home-sub-middle-wrapper {
		max-width: 954px;
		min-height: 144px;
    	width: 100%;
	}

	.home-sub-middle-wrapper .subBoxHeader {
		float: left;
		margin-right: 32px;
	}
	
	.home .home-sub-middle-title {
		color: var(--fat-white);
		font-family: source-sans-pro;
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: 40px;
		letter-spacing: 0.064px;
		max-width: 443px;
	}

	.sub-bell-curve {
		color: var(--fat-action-orange);
	}

	.home-sub-middle-wrapper .subBoxBody {
		margin-top: 26px;
	}

	.home-sub-middle-wrapper form,
	.home-sub-bottom-container form {
		overflow: auto;
    	margin-bottom: 4px;
	}

	.home-sub-middle-wrapper input[type="email"],
	.home-sub-bottom-container input[type="email"] {
		width: 65%;
		padding: 13px 15px;
		height: 48px;
		border-radius: 5px 0px 0px 5px;
	}

	.home .home-sub-middle-wrapper input[type="submit"],
	.home .home-sub-bottom-container input[type="submit"] {
		height: 48px;
		border-radius: 0px 5px 5px 0px;
		float: left;
	}

	.home .home-sub-middle-wrapper .subBoxFooter {
		margin-top: 12px;
	}

	.home .home-sub-middle-wrapper .subBoxFooter p {
		margin-bottom: 2px;
	}


	/* Home Subbox Three
	--------------------------------------------- */

	.home .subBoxHeader {
		overflow: auto;
	}

	.subbox-home-img-wrapper {
		float: left;
		margin-top: 57px;
	}

	.subbox-home-text-wrapper {
		float: right;
		margin-top: 57px;
		max-width: 670px;
	}

	.home h2.subbox-home-title {
		color: var(--fat-white, #ffffff);
		font-family: source-sans-pro;
		font-size: 66px;
		font-style: normal;
		font-weight: 600;
		line-height: 76px; /* 115.152% */
		letter-spacing: 0.2px;
	}

	.sub-home-text {
		color: var(--fat-white, #ffffff);
		font-family: source-sans-pro;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 26px;
	}

	.home .home-sub-bottom-container .subBoxBody {
		max-width: 670px;
	    float: right;
	    position: relative;
    	right: 198px;
	}

	.home .email {
		width: 75%;
		float: left;
	}

	.home input[type="submit"] {
		float: right;
	}

	.home .subBoxFooter,
	.home .subBoxFooter a {
		color: var(--fat-white, #ffffff);
		display: inline-block;
		font-family: source-sans-pro;
		font-size: 12px;	
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 133.333% */
		letter-spacing: 0.2px;
	}

	.home .home-sub-bottom-container .subBoxFooter {
		margin-top: 12px;
	}

	.home .home-sub-bottom-container .subBoxFooter p {
		margin-bottom: 2px;
	}

/* Category Archive
---------------------------------------------------------------------------- */

.archive.category .site-inner {
	max-width: 1312px;
}

.archive.category .content {
	max-width: 976px;
}

.archive.category .archive-description {
	margin-bottom: 20px;
}

.archive.category article.type-post,
.archive.category article.type-live-asx-updates {
	max-width: 304px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0 20px 30px 0;
    border-bottom: 1px solid #A8ACA8;
    min-height: 270px;
}

.archive.category article.type-post .entry-header img,
.archive.category article.type-live-asx-updates .entry-header img {
	min-height: 57px;
    max-height: 57px;
    object-fit: cover;
    margin-bottom: 20px;
}

.archive.category article.type-post .entry-meta,
.archive.category article.type-live-asx-updates .entry-meta {
	display: none;
}

.archive.category article.type-post .entry-content p,
.archive.category article.type-live-asx-updates .entry-content p {
	font-family: Proforma;
	font-size: 18px;
	font-style: normal;
	font-weight: 350;
	line-height: 26px; /* 144.444% */
	letter-spacing: 0.2px;
}

.archive.category article.type-post h2,
.archive.category article.type-live-asx-updates h2.entry-title a.entry-title-link {
	color: var(--fat-dark-green);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 133.333% */
	letter-spacing: 0.1px;
	text-decoration: none;
	text-decoration-line: underline;
	margin-bottom: 7px;
}

.archive.category article.type-post h2 a {
	text-decoration: none;
}

/* Investment Guide Page
---------------------------------------------------------------------------- */

.asx-investment-guides-page article.type-page {
    max-width: 976px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.investment-guides-cat-title {
	font-family: "source-sans-pro", sans-serif;
	color: #fff;
	text-align: center;
	background-color: var(--fat-dark-green);
	padding: 10px;
	margin-top: 20px;
}

.investment-guides-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.single-investment-guide-wrapper {
	flex: 0 0 auto;
    width: 33.33333333%;
    padding: 20px;
}

.investment-guide-img img {
	width: 100%;
	min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.asx-investment-guides-page .investment-guides-post-title {
	font-family: Proforma;
    font-size: 24px;
    margin-top: 16px;
}

.asx-investment-guides-page .single-investment-guide-wrapper p {
	color: var(--fat-black, #222222);
	font-family: Proforma;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	letter-spacing: 0.2px;
}

.investment-guide-learn-more {
	font-family: source-sans-pro;;
    font-size: 16px;
    text-align: right;
}

/* 404
---------------------------------------------------------------------------- */

.error404 .content {
	float: none;
}

.four-oh-four-entry {
	max-width: 752px;
	margin: 0 auto 100px;
}

/* Latest ASX Updates
	--------------------------------------------- */

.asx-news-post-wrapper {
	display: inline-flex;
	min-height: 88px;
}

.default,
.rise,
.fall {
	text-align: center;
	font-family: source-sans-pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 175% */
	letter-spacing: 0.2px;
	display: inline-flex;
	min-width: 150px;
	max-width: 150px;
	min-height: 44px;
	max-height: 44px;
	padding: 8px 18px;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.default {
	color: var(--fat-asx-default);
	background-color: var(--fat-asx-default-bg);
	border-radius: 5px;
	border: 1px solid var(--fat-asx-default);
}

.rise {
	color: var(--fat-asx-rise);
	background-color: var(--fat-asx-rise-bg);
	border-radius: 5px;
	border: 1px solid var(--fat-asx-rise);
}

.rise-cat::before {
	content: url(/wp-content/uploads/2023/09/rise-arrow.svg);
	height: 25px;
	padding-right: 20px;
}

.fall {
	color: var(--fat-asx-fall);
	background-color: var(--fat-asx-fall-bg);
	border-radius: 5px;
	border: 1px solid var(--fat-asx-fall);
}

.fall-cat::before {
	content: url(/wp-content/uploads/2023/09/fall-arrow.svg);
	height: 25px;
	padding-right: 20px;
}

.default-cat,
.rise-cat,
.fall-cat {
	display: flex;
    align-items: center;
}

.asx-news-code-wrapper {
	display: inline-flex;
    align-items: center;
}

.asx-news-title-wrapper {
	padding-left: 20px;
}

.asx-news-title-wrapper a {
	text-decoration: none;
}

.asx-news-title-wrapper a:hover {
	color: var(--fat-dark-green);
    text-decoration: 1px underline var(--fat-dark-green);
}

h3.asx-news-post-title {
	color: var(--fat-black);
	font-family: Proforma;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 133.333% */
	letter-spacing: 0.1px;
}

/* Unsubscribe and Preferences template page styles
--------------------------------------------- */

.page-template-manage-interests form.pref,
.page-template-manage-interests form.unsub,
.page-template-unsubscribe form.pref, 
.page-template-unsubscribe form.unsub {
    margin-bottom: 25px;
}

.page-template-manage-interests form.pref p,
.page-template-unsubscribe form.pref p,.page form.pref p {
    font-size: 18px;
}

.page-template-manage-interests p.error_topic,
.page-template-unsubscribe p.error_topic,
.page p.error_topic {
    display: inline;
    padding: 0 10px;
    margin: 15px 0;
    font-size: 14px;
    color: red; 
}

.page-template-manage-interests .toggle,
.page-template-unsubscribe .toggle,
.page .toggle {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    vertical-align: middle;
}

.page-template-manage-interests .toggle input,
.page-template-unsubscribe .toggle input,
.page .toggle input {
    display: none;
}

.page-template-manage-interests .slider,
.page-template-unsubscribe .slider,
.page .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: gray;
    transition: .4s;
    border-radius: 34px;
}

.page-template-manage-interests .slider:before,
.page-template-unsubscribe .slider:before,
.page .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
.page-template-manage-interests input:checked+.slider,
.page-template-unsubscribe input:checked+.slider,
.page input:checked+.slider {
    background-color: green;
}
.page-template-manage-interests input:checked+.slider:before,
.page-template-unsubscribe input:checked+.slider:before,
.page input:checked+.slider:before {
    transform: translateX(14px);
}

.page-template-manage-interests .preferences p,
.page-template-unsubscribe .preferences p,
.page .preferences p {
    display: inline-block;
}	

.page .toggle-text {
    display: inline-block;
}

.page .toggle-container {
    text-align: center;
}

.toggle-container p.error_topic {
    font-size: 14px;
    color: red;
    position: absolute;
    margin-top: -28px;
    display: block;
    text-align: center;
    left: 0px;
    right: 0px;
}

/* WP armour fix */
	
.wpa-test-msg {
    clear: both;
	margin-bottom:25px;
}
	
div#spam-error {
    margin-bottom: 25px;
}	

/* Custom ordered list SVG 
--------------------------------------------- */
ol.numbers,
ol.number-1,
ol.number-2,
ol.number-3,
ol.number-4,
ol.number-5,
ol.number-6,
ol.number-7,
ol.number-8,
ol.number-9,
ol.number-10 {
	display: block;
	padding: 0 0 0 40px;
	list-style: none;
	overflow: hidden;
	counter-reset: numList;
}
ol.numbers li,
ol.number-1 li,
ol.number-2 li,
ol.number-3 li,
ol.number-4 li,
ol.number-5 li,
ol.number-6 li,
ol.number-7 li,
ol.number-8 li,
ol.number-9 li,
ol.number-10 li {
	float: left;
	position: relative;
	list-style-type: none;
    width: 100%;	
}

ol.numbers li:before {
	counter-increment: numList;
	content: counter(numList);
	float: left;
	position: absolute;
	top: 2px;
	left: -36px;
	font: bold 12px sans-serif;
	text-align: center;
	color: #fff;
	line-height: 16px;
	width: 25px;
	height: 25px;
	background: #E06817;
	-moz-border-radius: 999px;
	border-radius: 999px;
	padding: 5px;
	font-size: 16px;
}

ol.number-2 li:before {
	counter-increment: numList +2;
}

ol.number-3 li:before {
	counter-increment: numList +3;
}

ol.number-4 li:before {
	counter-increment: numList +4;
}

ol.number-5 li:before {
	counter-increment: numList +5;
}

ol.number-6 li:before {
	counter-increment: numList +6;
}

ol.number-7 li:before {
	counter-increment: numList +7;
}

ol.number-8 li:before {
	counter-increment: numList +8;
}

ol.number-9 li:before {
	counter-increment: numList +9;
}

ol.number-10 li:before {
	counter-increment: numList +10;
}

ol.numbers li:last-of-type,
ul.tick li:last-of-type {
    margin-bottom: 0;
	padding-bottom: 0;
}

/* Custom un-ordered list SVG 
--------------------------------------------- */
ul.tick li{
    list-style: none;
}

ul.tick li:before {
    list-style: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-check2-square' viewBox='0 0 20 20'%3E%3Cpath d='M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5H3z'/%3E%3Cpath d='m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z'/%3E%3C/svg%3E");
	filter: invert(49%) sepia(63%) saturate(6163%) hue-rotate(14deg) brightness(108%) contrast(105%);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 30px;
    padding: 0 0 0 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    margin-left: -40px;
}

ul.tick li p {
    top: -4px;
    position: relative;
}	

/* Subbox Generic
---------------------------------------------------------------------------- */

.generic-subbox {
	overflow: auto;
}

.generic-subbox .subBox {
    min-height: 310px;
    clear: both;
    padding-top: 60px;
}

.generic-subbox .subBox:before,
.generic-subbox .subBox:after {
	content: "";
    display: block;
    position: absolute;
    border-top: 1px solid #A8ACA8;
    left: 0;
    right: 0;
    max-width: 1181px;
    width: 90%;
}

.generic-subbox .subBox:before {
	margin: -30px auto 0 auto;
}

.generic-subbox .subBox:after {
	margin: 0 auto 0 auto;
}

.generic-subbox .fat-logo-signup {
    background: #ffffff;
    padding: 0 25px;
    margin-top: -50px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    z-index: 2;
}

.generic-subbox .subbox-img-wrapper {
    float: left;
}

.generic-subbox .subBoxBody {
	display: contents;
    float: left;
    max-width: 74%;
}

.generic-subbox .subBoxFooter {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.generic-subbox .email {
    width: 50%;
    margin: 15px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    outline: none;
    margin-right: -5px;
    font-family: 'source-sans-pro';
    font-size: 16px;
    height: 53px;
}

.generic-subbox input[type="submit"]:focus {
    border: 0;
}

.generic-subbox input[type="submit"] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 53px;
}

.generic-subbox .sub-text {
    margin-bottom: 0;
    font-family: "source-sans-pro", sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.generic-subbox .shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.generic-subbox .subBoxFooter p {
	font-family: source-sans-pro;
	font-size: 12px;
	margin-bottom: 8px;
	font-weight: 400;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (max-width: 767px) {

	.generic-subbox {
	    margin-bottom: 20px;
	}

	.generic-subbox .subbox-img-wrapper img {
	    max-width: 125px;
	}

	.generic-subbox .subBoxBody {
	    max-width: 100%;
	}

	.generic-subbox .email {
	    width: 100%;
	    border-top-right-radius: 5px;
	    border-bottom-right-radius: 5px;
	}
	
	.generic-subbox input[type="submit"] {
	    width: 100%;
	    border-top-left-radius: 5px;
	    border-bottom-left-radius: 5px;
	    margin-bottom: 15px;
	}

	.generic-subbox .sub-text {
	    font-size: inherit;
	    line-height: 1.2;
	}

	.generic-subbox .subBox:before {
	    max-width: 100%;
	    position: relative;
	    margin-top: 0;
	    width: 100%;
	    top: -25px;
	}

	.generic-subbox .subBoxBody:after {
	    position: relative;
	    width: 100%;
	    max-width: 100%;
	    margin-bottom: 30px;
	}

	.generic-subbox .subBox {
	    padding-top: 50px;
	}

	.generic-subbox .sub-text {
		font-size: 20px;
	}	
}		

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: left;
		width: auto;
		font-family: source-sans-pro;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.home .site-inner {
		padding: 0;
	}

	.site-inner {
		max-width: 1088px;
		padding: 32px 0 0;
	}

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

	.content {
		float: left;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
		max-width: 300px;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Archive
	--------------------------------------------- */
	.archive-description {
		max-width: 752px;
	}

	/* Author Box
	--------------------------------------------- */

	.author .content {
		background-color: var(--fat-white);
		max-width: 752px;
    	margin: 0 auto;
    	padding: 0;
	}

	.archive-description.author-description {
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 16px;
		margin-left: auto;
	}

	.author-description p {
		font-weight: 500;
		letter-spacing: 0.1px;
	}

	.author-box-content :first-child {
		font-weight: 500;
	}

	.author .author-box-title {
		display: none;
	}

	.author .author-box-content {
		padding-bottom: 33px;
		border-bottom: solid 1px #25372D;
	}

	/* Author Box - Single
	--------------------------------------------- */

	.single img.avatar {
		width: 80px;
		float: left;
	}

	.single h4.author-box-title {
		font-family: Proforma;
		font-size: 22px;
		font-style: normal;
		padding: 25px 0;
	}

	.single .author-box-content {
		margin-top: 13px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1310px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		/*width: calc(100% / 4);*/
	}

	.footer-widgets-1 {
		width: 100%;
	}

	.footer-widgets-1 section:first-of-type {
		margin-right: 40px;
		margin-bottom: 30px;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 192px;
	}

	.footer-widgets-5 {
		max-width: 640px;
		width: 100%;
		float: right;
	}

	/* Home Page
	--------------------------------------------- */

	.home-first {
		min-width: 976px;
	}

	.home-second {
		max-width: 300px;
    	min-width: 300px;
    	margin-left: -20px;
	}

	.home .soliloquy-container {
		min-width: 640px;
    	min-height: 350px;
    	margin-bottom: 75px;
	}

	.home .wp-block-latest-posts__featured-image img {
		min-width: 416px;
    	min-height: 234px;
    	max-height: 234px;
    	object-fit: cover;
	}

	.home-top-middle .wp-block-latest-posts__featured-image img {
		min-width: 304px;
		max-width: 304px;
		min-height: 171px;
		max-height: 171px;
	}

	.home-latest-asx-spacer {
		margin-bottom: 2px;
	}

	/* offsets clicked anchor text taking into account site header height */
	.scroll-space {
        margin-top: -100px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {

	/* Subbox Generic
    --------------------------------------------- */

	.generic-subbox .subBoxBody {
	    max-width: 72%;
	}

	.generic-subbox .email {
	    width: 42%;
	}	
}

@media only screen and (max-width: 575px) {

	.site-header {
		padding: 0;
	}
    
    .title-area {
    	padding-left: 30px;
    }

    .menu-toggle {
    	padding-right: 30px;
    }

    ul.index {
        padding-left: 30px;
    }

    .entry-title {
    	font-family: Proforma;
		font-size: 32px;
		font-style: normal;
		font-weight: 350;
		line-height: 40px; /* 125% */
		letter-spacing: 0.2px;
    }

    article.type-post h2 {
    	font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px; /* 130% */
		letter-spacing: 0.1px;
    }

    .message-box,
    article.type-post p,
    article.type-page p,
    .author-box-content p,
    ul.index li,
    ol.index li {
    	font-family: Proforma;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px; /* 137.5% */
		letter-spacing: 0.32px;
    }

    /* Home Page
    --------------------------------------------- */

    .home {
		font-size:16px;
	    font-weight: 400;
	}

	.home .entry-content li {
		min-height: auto;
	}

	.home .wp-block-latest-posts__featured-image img {
		min-width: 100%;
	    min-height: 170px;
	    max-height: 170px;
	    object-fit: cover;
	    width: 100%;
	}

	.home-latest-asx-spacer {
		display: none;
	}

	.home .top-group-posts li {
		border-right: none;
	    padding-right: 0;
	}

	.default,
	.rise,
	.fall {
		max-width: 100%;
	}

	.home-sub-middle-wrapper .subBox {
		padding: 1em;
	}

	.home-sub-bottom-container .subBox {
		max-width: 320px;
    	margin: 0 auto;
		padding: 22px 33.5px;
	}

	.home-sub-middle-wrapper .subBoxBody {
		display: inline-block;
		margin-top: 0;
	}

	.home-sub-middle-wrapper input[type="email"],
	.home .home-sub-middle-wrapper input[type="submit"],
	.home-sub-bottom-container input[type="email"],
	.home .home-sub-bottom-container input[type="submit"] {
		border-radius: 5px;
		width: 100%;
	}

	.home-sub-middle-wrapper input[type="submit"],
	.home .home-sub-bottom-container input[type="submit"] {
		margin-top: 12px;
	}
	
	.home h2.subbox-home-title {
		font-size: 24px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: 30px;
	    letter-spacing: 0.048px;
	}

	.sub-home-text {
		display: none;
	}

	.subbox-home-img-wrapper img,
	.subbox-home-text-wrapper img {
		display: none;
	}

	.home .home-sub-bottom-container .subBoxBody {
		float: none;
    	position: inherit;
	}

	.home-sub-bottom-container .subbox-home-text-wrapper {
		margin-top: 0;
	}

	.home .entry-content ol, 
	.home .entry-content ul {
		margin-right: 0;
	}

	.home ul.key-wrapper-posts li {
		margin: 0 auto 1.25em auto;
		padding: 0;
	}

	/* Subbox Generic
    --------------------------------------------- */

    .generic-subbox .subbox-img-wrapper img {
	    max-width: 100px;
	}

	.generic-subbox .sub-text {
	    font-size: 16px;
	    line-height: 1.2;
	}	

    /* Latest ASX Updates
    --------------------------------------------- */

    .asx-news-post-wrapper {
    	flex-direction: column;
    	padding-bottom: 16px;
    }

    .asx-news-title-wrapper {
	    padding-left: 0;
	    padding-top: 10px;
	}

	/* Investment Guide Page
    --------------------------------------------- */
	.single-investment-guide-wrapper {
		width: 100%;
	}

	/* Footer 
	-------------------------------------------- */

	.footer-widget-area {
		margin-bottom: 38px;
		padding-left: 14.5px;
		padding-right: 14.5px;
	}

	.footer-widgets-1 {
		overflow: auto;
	}

	.footer-widgets-1 section:first-of-type {
		margin-right: 40px;
	}

	.footer-widgets-1 section:last-of-type {
		float: right;
	}

	.footer-widgets-1 .widget {
		margin-bottom: 0;
	}

	.footer-icon {
		padding-right: 8px;
	}

	.footer-icon:last-of-type {
		padding-right: 0;
	}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}