/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.kellyfonts_text_box
{
	background-color: #f9dde1;
    padding: 10px;
	margin-bottom: 22px;
}
#kellyfonts_main_box {
	margin-bottom: 50px;
}
#kellyfonts_main_text
{
width: 100%;
    font-size: 22px;
    color: #000;
    font-family: 'Cormorant', sans-serif;
    background-color: #fffbfb;
}
 .kellyfonts_loadmore_div { text-align: center; margin-top: 30px;}
 .kellyfonts_loadmore {   font-size: 29px !important;
    border-radius: 11px !important;
    margin-top: 40px !important;
    line-height: initial !important;
    background-color: #000;
    color: #fff !important;
    display: block;
    font-weight: bold !important;
    padding: 12px;
}
.clearfix { clear:both;}
 .kellyfonts_featured { float:left;    width: 150px;height:auto;}
.kellyfonts_list_title {
	    display: inline-block;
    color: #000;
    padding: 9px 26px;
    font-weight: bolder;
    background-color: #f9dde1;
    font-family: 'Cormorant', sans-serif;
    font-size: 29px;
    margin-bottom: 25px;
}
.kellyfonts_list {  
    padding: 27px;
    margin-top: 27px;
    background-color: #f5f3f3; }
  .kellyfonts_loader {
   border: 16px solid #f9dde1;
    border-top: 16px solid #ee8787;
    border-radius: 50%;
    width: 60PX;
    height: 60PX;
    animation: spin 2s linear infinite;
    MARGIN-LEFT: AUTO;
    MARGIN-RIGHT: AUTO;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }