/* CSS */

#wp-body {
	background-color: red !important;
}
div.fca-lockercat-wrapper {
  width: 100%;
  margin: 32px 0;
  text-align: center;
  border-radius: 2px;
  background-color: #f6f6f6;
  border: solid 1px #d9d9d9;
  padding: 0 8px 10px 8px;
}

div.fca-lockercat-headline {
	color: #151515;
	font-size: 26px;
	line-height: 1.23;
	margin: 16px 0 8px 0;
}
div.fca-lockercat-copy {
	color: #151515;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 16px 0;
	padding: 0 8px;
}

.fca-lockercat-share {
	text-align: center;
}

.fca-lockercat-share a.fca-lockercat-share-link {
	display: inline-block;
	margin: 0px 8px 8px 8px;
	padding: 8px 10px;
	box-sizing: border-box;	
	width: calc( 50% - 16px );
	min-width: 87px;
	text-align: center;
	
	
	font-family: sans-serif;
	color: white;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;	
	text-decoration: none;
	box-shadow: none;
		
	border-radius: 2px;
	border-bottom: none;
	line-height: 1.43;
}
a.fca-lockercat-share-link.wide {
	width: calc( 100% - 16px );
}
.fca-lockercat-share a.fca-lockercat-share-link:hover {
	opacity: 0.8;
}
.fca-lockercat-icon {
	margin-right: -26px;
	position: relative;
	top: 1px;
	left: 4px;
}
.fca-lockercat-share-link svg {
	float: left;
}

.fca-lockercat-share-name {
	text-align: center;
}
#fca-lockercat-share-link-twitter {
	background-color: #5bc3ee;
}
#fca-lockercat-share-link-facebook {
	background-color: #386497;
}
#fca-lockercat-share-link-email {
	background-color: #2a91fb;
}
#fca-lockercat-share-link-pinterest {
	background-color: #b81621;
}


/* WYSIWIG */
.wysiwyg-text-align-left {
  text-align: left !important;
}
.wysiwyg-text-align-right {
  text-align: right !important;
}
.wysiwyg-text-align-center {
  text-align: center !important;
}