/** These styles are used in the backend editor AND in your Theme. **/
.large-first,
.drop-cap {
	color: #ff28b7;
	float: left;
  font-family: 'Lulo Clean Bold', sans-serif;
  padding-right: 0.25rem;
	font-size: 5.8125rem;
	line-height: 1;
}

.post blockquote{
	background:url(images/bg-blockquote.png) #fef0f8 no-repeat top left;
	background-position:15px 8px;
	padding: 25px 40px 25px 62px;
	font-size:18px;
	line-height: 1.6em;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left:0;
	margin-right:0;
}
/*
pink:              #ec008c
light blue        #00aeef
navy blue:      #2e3192
*/
.emphasis-pink, 
.emphasis-blue,
.emphasis-navy{
	font-family: "Poppins",sans-serif;
	text-transform: uppercase;
	color:#ff28b7;
}
.post h2.title-pink,
.post h2.title-blue,
.post h2.title-navy{
    font-family: "Poppins",sans-serif !important;
    text-transform: uppercase!important;
    color:#ff28b7;
    display:inline-block; 
    font-size:18px;
    margin-bottom: 22px
}

 

.emphasis-blue,
.post h2.title-blue{
	color:#00aeef!important;
}

.emphasis-navy,
.post h2.title-navy{
	color:#2e3192!important; 
}

span.accent, .post h2.title-accent{
  font-family: "Poppins",sans-serif !important; 
  color:#333;
  text-transform: uppercase;
  font-weight: normal!important;
}

.post h2.title-accent{
  font-size: 20px;
}


hr {
  display: block;
  border:none;
  border-top:1px solid #ccc;
  margin:0;
  height:0;
}

p.secondary{
  font-style: italic;
  color:#323232;
  text-transform: none!important;
  font-size: 18px;
  font-weight: normal!important; 
}  

span.accent-secondary{
  font-style: italic;
  color:#323232;
  text-transform: none!important;
  font-size: 18px;
  font-weight: normal!important;  
}  

.post h3.tertiary-pink-header{
	font-family: "Poppins",sans-serif !important; 
	font-size: 12px;
	color:#ff28b7 !important; 
	text-transform: uppercase;
  margin:16px 0 4px 
}

.post p.tertiary-content{
  font-family: "Poppins",sans-serif !important; 
  font-size: 12px;
  font-weight: normal;
  color:#333 !important; 
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.6em!important
}