/* New CSS - MW 12/04/2023 */
#sws-msc-container {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 10px;
	text-align: center;
	justify-content: center;
	align-items: inherit;
	align-content: center;
}
@media screen and (max-width:767px) {
	#sws-msc-container {
		grid-template-columns: auto;
	}
}
.sws-msc-address {
	margin-bottom: 14px;
}
/* Old CSS - Changed to grid for less CSS*/
/*
#sws-msc-container {
  min-height: 100px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;

}
#sws-councillor-item {
	width: 43%;
	text-align: center;
	background: linear-gradient(90deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 35%, rgba(231,235,235,1) 100%);
}

@media screen and (max-width: 767px) {
  #sws-councillor-item {
    width: 100% !important;
  }
}

*/
#sws-councillor-item {
	display: grid;
	align-content: space-between;
	padding: 20px;
	margin: 20px;
	border: 4px solid var(--e-global-color-accent);
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

.sws-councillor-button-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: inherit;
  align-content: center;
  text-align: center;
}



#sws-councillor-item .sws-button {
	margin: 5px; 
	background: var(--e-global-color-primary);
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	
}
img.attachment-member-thumbnail.size-member-thumbnail.wp-post-image {
	border-radius: 100px;
}

.sws-councillor-councillor-item {
	margin: 20px;
    padding: 40px;
	box-shadow: 0px 0px 5px 2px #888888;
}

.sws-msc-councillor-ward {
	font-size: 20px;
    text-transform: uppercase;
	letter-spacing: -1px;
	display: block ruby;
}

.sws-msc-councillor-position {
	margin: 10px 0px;
	display: block ruby;
}

.sws-msc-councillor-rep-position {
	margin: 10px 0px;
}

.sws-msc-councillor-committees {
	margin: 10px 0px;
}

.sws-field-label {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;

}

.sws-msc-councillor-biography {
	padding: 40px 0px;
	font-style: italic;
}

.sws-msc-item-cwrapper {
	padding: 10px;
	color: #000;
}
.sws-msc-item-title {
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	padding-bottom: 8px;
}
.sws-msc-item-content {
	height: 180px;
	font-size: 14px;
}

.sws-msc-item-content a  {
	color:#000;
}

.sws-msc-item-content a:hover  {
	text-decoration: underline;
}

.sws-msc-9-wrapper .sws-bio {
	display: none;
}

.post-type-archive-member #sws-msc-container {
	margin: 20px auto;
	
}

.sws-mtt-summary {
	margin: auto;
}

.sws-nl-button {
	margin-top: 10px;
    border: 1px solid #3B74C8;
    color: #3B74C8;
    width: 150px;
    margin: auto;
    padding: 5px 15px;
}

.sws-msc-councillor-content {
	font-size: 14px;
}

.sws-msc-councillor-number {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.sws-dpi-container {
	margin: 20px;
}

.sws-field-text {
    margin-left: 5px;
}