@font-face {
    font-family: "FontAwesome";
    src: url('/media/templates/site/robertgordon/assets/font-awesome/webfonts/fa-regular-400.ttf'),
         url('/media/templates/site/robertgordon/assets/font-awesome/webfonts/fa-regular-400.woff2');
    font-weight: normal;
    font-display:  swap;
}

@font-face {
    font-family: "FontAwesomeSolid";
    src: url('/media/templates/site/robertgordon/assets/font-awesome/webfonts/fa-solid-900.ttf'),
         url('/media/templates/site/robertgordon/assets/font-awesome/webfonts/fa-solid-900.woff2');
    font-weight: normal;
    font-display:  swap;
}



.cke_editable .button {
  padding: 10px 20px;
  min-width: 250px;
  background: linear-gradient(135deg, #712177 85%, transparent 85%);
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 10px;

}.cke_editable .button-alt {
  padding: 10px 20px;
  min-width: 250px;
  background: linear-gradient(135deg, #007abf 85%, transparent 85%);
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 10px;

}.cke_editable .read-more-button {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
  font-family: "ZonaPro-bold";
  color: #712177;
  padding: 5px;
  text-decoration: none;
  padding-right: 10px;

}.cke_editable .read-more-button-alt {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
  font-family: "ZonaPro-bold";
  color: #712177;
  padding: 5px;
  text-decoration: none;
  padding-right: 10px;

}

.cke_editable .feature_link, .cke_editable .feature_link_speech {

	display: flex;
	flex-direction: row;
	align-items: center;
	background: #5e1e67;
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 10px;	
	max-width: 300px;
	position: relative;
	line-height: 1.25;
}

.cke_editable .feature_link a, .cke_editable .feature_link_speech a {
color: white;
text-decoration: none !important;
}

.cke_editable .feature_link::before, .cke_editable .feature_link_speech::before {
	content: "\f054";
	font-family: "FontAwesomeSolid";
	font-weight: 600;
	color: #f4259a;
	padding-right: 10px;
	font-size: 2.5rem;
}

.cke_editable .feature_link_speech::after {

	content: "\f27a";
	font-weight: 500;
	padding-left: 10px;
	font-size: 2rem;
	font-family: "FontAwesome";
	margin-left: auto;

}

