span.blue {
		background: #f67280;
		border-radius: 0.8em;
		-moz-border-radius: 0.8em;
		-webkit-border-radius: 0.8em;
		color: #ffffff;
		display: inline-block;
		font-weight: bold;
		line-height: 1.6em;
		margin-right: 15px;
		text-align: center;
		width: 1.6em;
	}
	
.h1_size{
	font-weight: bold;
    font-size: 36px;
	line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}


/*Sue formatting */
.success-handwriting {
  color: #F67280;
  font-family:'Handlee',cursive;
  font-weight: bold;
}


.bloglist li:not(:last-child) {
margin-bottom: 8px;

}

.kingradient {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d4e4ef+0,5e9ded+100 */
		background: rgb(212, 228, 239);
		/* Old browsers */
		background: -moz-linear-gradient(45deg, rgba(212, 228, 239, 1) 0%, rgba(94, 157, 237, 1) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, rgba(212, 228, 239, 1) 0%, rgba(94, 157, 237, 1) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, rgba(212, 228, 239, 1) 0%, rgba(94, 157, 237, 1) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef', endColorstr='#5e9ded', GradientType=1);
}

.blue_highlight {
	background: linear-gradient(rgba(255, 255, 255, 0) 55%, #5E9DED 45%, #5E9ded);
}

.yellow_highlight {
	background: linear-gradient(rgba(255,255,255,0) 55%,#ffff00 45%,#ffff00);
}

.titlesize{font-size: 24px;}

hr.style13 {
height: 10px;
border: 0;
box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.blog-margin {
margin: 50px 0px 0px 0px;
}

	.blog_container {
		border: 1px solid #ccc;
		border-radius: 15px;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		background-color: white;
		margin: 0px 0px;

	}

	.container-border1 {
    border: 2px solid #ccc;
    border-radius: 15px 50px;
   	padding-left: 20px;
	padding-right: 20px;
    background-color: white;
}

.handwriting {font-family: 'Handlee', cursive;
			color:#F67280;
			font-weight:600;}
.imagecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}			
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
}

li.bullets {
	list-style: disc !important;
 margin-left: 50px;
}

ul.bulletlist li{
	list-style: disc !important;
 	margin-left: 50px;
}

ul.bulletmark li::before {
  content: "\2022";
  color: #F67280;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: 2.5em;
}

ol.numbered li{
	list-style: decimal !important;
	margin-left: 50px;
}

.img-ctr
{ display: block;
  margin-left: auto;
  margin-right: auto; }

.titleinfo {
  font-size: 28px;
}

.titleinfo  span {
  color: #f67280;
}

 .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
 .embed-container iframe, .embed-container object,.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
 
.orginallist {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none !important;
  list-style: none !important;
}

.super-responsive-wrapper {
    width: 100%;
    margin: auto;
}

.wigdet_clear{
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}


