/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

:root { 
	--table-sub: 168, 172, 168;
	--fat-table-green: 52,89,42;
}
.asx-live-update-wrapper {
	width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-left: 16px;
}
table.asx-live-update-content {
	font-family: "source-sans-pro", sans-serif;
}
thead tr {
	color: var(--fat-white);
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	background-color: var(--fat-light-green);
}
thead th {
	line-height: 1.3;
}
td {
	font-size: 16px;
	line-height: 1.3;
}
.text-right {
	text-align: right;
}
.table-sub-header {
	background-color: rgba(var(--table-sub), 0.4);
}
.table-sub-header td{
	font-size: 16px;
	font-weight: 600;
}
.asx-live-update-table-one,
.asx-live-update-table-two {
	max-width: 340px;
	min-width: 340px;
	width:100%;
	float: left;
}

.asx-live-update-table-one {
	margin-right: 20px;
}

.alternate-row {
	background-color:rgba(232,232,232, 0.5);
}

.single-live-asx-updates .site-inner {
	width: 100%;
}

.live-asx-updates-title-outer {
	background-image: url('/wp-content/uploads/2024/06/asx-live-bg.jpg');
	background-color: var(--Dark-Green, #25372D);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 65px;
}

.single-live-asx-updates .live-asx-updates-title-wrapper {
	max-width: 1020px;
	margin: 0 auto;
}

.single-live-asx-updates .live-asx-updates-title-wrapper h1 {
	color: var(--White, #FFF);
	margin-bottom: 0;
}

.single-live-asx-updates .container {
	max-width: 1105px;
	margin: 0 auto;
}

.single-live-asx-updates .content-sidebar-wrap {
	display: flex;
    justify-content: space-between;
}

.single-live-asx-updates .fat-post-editor-wrapper {
 	width: 100%;
 	padding-left: 34px;
}

.single-live-asx-updates .fat-post-editor-wrapper {
	border-top: none;
}

.single-live-asx-updates .fat-editor-name a {
	color: var(--fat-link-orange);
	text-decoration: none;
}

.single-live-asx-updates .fat-editor-name a:hover {
	text-decoration: underline;
}

.live-asx-content {
	max-width: 752px;	
	float: left;
}

.live-asx-live-icon {
	margin-top: 50px;
}

.post-time-date,
.sidebar-time-date {
	color: var(--Dark-Green, #25372D);
	/* Desktop/h2.Category Desktop */
	font-family: Source Sans Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 144.444% */
	letter-spacing: 0.036px;
	margin: 33px 0 13px;
}

.live-asx-sidebar {
	position: sticky;
    top: 40px;
    height: fit-content;
	float: right;
    width: 30%;
    max-width: 300px;
	margin-bottom: 40px;
}

.latest-asx-sidebar-inner h2 {
	color: var(--Green, #34592A);
	font-family: Source Sans Pro;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px; /* 146.154% */
	letter-spacing: 0.052px;
	margin-top: 60px;
}

.live-asx-content-wrapper {
	border-left: 1px solid #A8ACA8;
	max-width: 737px;
}

.live-asx-content-wrapper blockquote {
	margin-right: 10px;
}

.live-asx-content-wrapper p,
.live-asx-content-wrapper ul,
.live-asx-content-wrapper blockquote,
.twitter-tweet {
	margin-left: 34px;
}

.live-asx-content-wrapper blockquote p {
	margin-left: 0;
}

h3.latest-asx-sub::before,
.sidebar-time-date::before {
	content: url('/wp-content/uploads/2023/10/live-asx-red-ellipse.png');
  	display: inline-block;
  	width: 15px;
  	height: 15px;
  	margin-right: 15px;
}

.sidebar-time-date::before {
	margin-right: 5px;
}

h3.latest-asx-sub {
	color: var(--Black, #222);
	font-family: Proforma;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0.1px;
	margin: 0 0 13px;
}

.lastest-asx-content-wrapper-border.sb {
	border-left: 1px solid #A8ACA8;
	padding-left: 28px;
}

.lastest-asx-content-wrapper-border.sb a {
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	color: #be5412;
	text-decoration: none;
}

.lastest-asx-content-wrapper-border.sb a:hover {
	text-decoration: 1px underline #be5412;
}

.live-asx-button {
	font-style: italic;
	float: right;
	margin-bottom: 50px;
}

/* Media Queries start */

@media only screen and (min-width: 960px) {
	.single-live-asx-updates .site-inner {
		max-width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 400px) {
	.asx-live-update-table-one,
	.asx-live-update-table-two {
		min-width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.live-asx-updates-title-outer {
	    padding: 45px 0 40px;
	}

	.live-asx-content-wrapper p {
		font-family: Proforma;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: 0.32px;
	}
}

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

	.live-asx-content {
		max-width: 100%;
	}
	.asx-live-update-wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 1159px) {
	.single-live-asx-updates .site-inner {
		padding: 0;
	}

	.live-asx-updates-title-wrapper,
	.single-live-asx-updates .container {
		padding: 0 30px 0;
	}

	.live-asx-sidebar {
		display: none;
	}
}

/* Media Queries end */