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

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

.live-asx-updates-title-outer {
	background: var(--Dark-Green, #25372D);
	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;
}

.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: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 136.364% */
	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 {
	float: right;
	margin-bottom: 50px;
}


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

@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%;
	}

}

@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;
	}
}	
