/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

/* single news page */
.single .entry-thumb img.wp-post-image {
	max-height: 300px;
    width: auto!important;
}

/* Member News marquee in Home page */
.marqueee {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: #ffffff;
	padding: 10px;
	font-size:16px;
	margin-top:30px;
}
.marqueee .content{
	display: flex;
	gap: 10px;
}
.marqueee .content p{
	margin-bottom:0;
	color:#554343 !important;
}
@media(max-width: 1024px){
	.marqueee .content{
		display: flex;
		gap: 10px;
		align-items:center;
		justify-content:center;
		flex-direction:column;
	}
	.marqueee .content p{
		text-align:center;
	}
}

/* ISHG News marquee in Home page */
.marquee1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: #ffffff;
	padding: 10px;
	font-size:16px;
	margin-top:30px;
}
.marquee1 .content{
	display: flex;
	gap: 10px;
}
.marquee1 .content p{
	margin-bottom:0;
	color:#554343 !important;
}
@media(max-width: 1024px){
	.marquee1 .content{
		display: flex;
		gap: 10px;
		align-items:center;
		justify-content:center;
		flex-direction:column;
	}
	.marquee1 .content p{
		text-align:center;
	}
}
/* .content-area article {
	max-width: 1140px;
    margin: 0 auto;
} */
.page-id-6340 .wpum-action-links li:first-child {
	display:none;
}
.page-id-6341 .wpum-action-links li:last-child {
	display:none;
}