/* GENERAL WIDGETS */
div.widget{
    margin-bottom: 60px;

    word-wrap: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}
div.widget img{
    max-width: 100%;
}
div.widget h4.widget-title{
    border-bottom: 1px solid #f2f2f2;

    font-size: 19px;
    color: #555555;

    margin-top: 0px;
    margin-bottom: 0px;

    padding-bottom: 14px;
    padding-left: 32px;
}
div.widget h4.widget-title i:before{
    font-family: fontello,sans-serif;
    font-size: 16px;
    text-align: center;
}

/* GENERAL ABOUT WIDGETS WITH UL */
div.widget ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div.widget ul li{
    display: block;
    font-size: 13px;
    padding: 12px 0px 12px 10px;

    border-top: 1px solid #f2f2f2;
}
div.widget ul > li:first-child{
    border-top: none;
}
div.widget ul li ul{
    padding-top: 12px;
}
div.widget ul li ul > li:first-child{
    border-top: 1px solid #f2f2f2;
}
div.widget ul li ul > li:last-child{
    padding-bottom: 0px;
}
div.widget ul li a{
    color: #1b1b1b;
}


/* SEARCH - DEFAULT WIDGET*/
div.widget_search{
    background: #f0f0f0;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
div.widget_search form{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
div.widget_search div#searchbox{
    width: 100%;
}
div.widget_search input,
div.widget_search button{
    float: left;
    background: transparent;
}
div.widget_search input[type="text"]{
    border: none;
    color: #999999;
    display: inline-block;
    
    margin: 0px;
    padding: 3% 2%;

    width: 85%;
}
div.widget_search button[type="submit"]{
    border: none;
    color: #454545;
    display: inline-block;

    font-size: 14px;
    line-height: 16px;

    margin: 0px;
    padding: 3% 1%;

    width: 15%;
}
div.widget_search input:focus,
div.widget_search button:focus{
    border: none;
    box-shadow: none;

    color: #454545;

    outline: 0;
    outline: thin dotted \9;
    filter: -;
}

/* TEXT - DEFAULT WIDGET */
div.widget_text div.textwidget{
    padding-top: 15px;
    padding-left: 10px;
}
div.widget_text div.textwidget,
div.widget_text div.textwidget p{
    color: #999999;
    font-size: 12px;
    line-height: 18px;
}
div.widget_text div.textwidget p{
    margin-top: 10px;
}
div.widget_text div.textwidget p:first-child{
    margin-top: 0px;   
}


/* CALENDAR - DEFAULT WIDGET */
div.widget_calendar h4.widget-title i{
    font-size: 14px;
    position: absolute;
    margin: 1px 24px 0px -24px;
}
div.widget_calendar h4.widget-title i:before{
    content: '\e8b5';
}

div.widget_calendar table{
    border: 1px solid #f2f2f2;
    width: 100%;

    border-collapse: collapse;
    border-spacing: 0;
}
div.widget_calendar table caption{
    padding: 8px 0px;
    margin: 0px;
    color: #999999;
}
div.widget_calendar table th,
div.widget_calendar table td{
    border: 1px solid rgba( 255,255,255, 1.0 );
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
div.widget_calendar table th{
    color: #ffffff;
    font-family: Montserrat, sans-serif, Arial, serif;
    font-style:bold;
    font-variant:bold;
    font-weight:bold;
}

div.widget_calendar table td{
    background: #fafafa;
    color: #999999;
}
div.widget_calendar table td a{
    color: #000000;
}

/* RECENT POSTS - DEFAULT WIDGET */
div.widget_recent_entries h4.widget-title i{
    font-size: 14px;
    position: absolute;
    margin: 1px 24px 0px -24px;
}
div.widget_recent_entries h4.widget-title i:before{
    content: '\e873';
}

/* ARCHIVES - DEFAULT WIDGET */
div.widget_archive h4.widget-title i{
    font-size: 14px;
    position: absolute;
    margin: 1px 24px 0px -24px;
}
div.widget_archive h4.widget-title i:before{
    content: '\e9ff';
}
div.widget_archive ul li a{
    background-image: url(../img/menu-arrow.png);
    background-position: -9px center;
    background-repeat: no-repeat;
    color: #1b1b1b;
    padding-left: 14px;
}

/* META - DEFAULT WIDGET */
div.widget_meta h4.widget-title i{
    font-size: 16px;
    position: absolute;
    margin: 1px 24px 0px -24px;
}
div.widget_meta h4.widget-title i:before{
    content: '\eae1';
}


/* WIDGET CATEGORIES - DEFAULT WIDGET */
div.widget_categories h4.widget-title i{
    font-size: 14px;
    position: absolute;
    margin: 2px 24px 0px -24px;
}
div.widget_categories h4.widget-title i:before{
    content: '\ec54';
}
div.widget_categories ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div.widget_categories ul li{
    color: #b5b5b5;
}
div.widget_categories ul li a{
    background-image: url(../img/menu-arrow.png);
    background-position: -9px center;
    background-repeat: no-repeat;
    color: #1b1b1b;
    padding-left: 14px;
}


/* WIDGET TAG CLOUD - DEFAULT WIDGET */
div.widget_post_tags h4.widget-title i,
div.widget_tag_cloud h4.widget-title i{
    position: absolute;
    margin: 1px 24px 0px -24px;
}
div.widget_post_tags h4.widget-title i:before,
div.widget_tag_cloud h4.widget-title i:before{
    content: '\e877';
}
div.widget_post_tags div.tagcloud,
div.widget_tag_cloud div.tagcloud{
    margin-top: 10px;
}
div.widget_post_tags div.tagcloud a,
div.widget_tag_cloud div.tagcloud a{
    display: inline-block;

    color: #ffffff;
    font-family: "Noto Sans",sans-serif !important;
    font-size: 13px !important;

    float: left;

    height: 35px !important;
    margin-left: 5px;
    margin-top: 5px;

    overflow: hidden;

    opacity: 0.8;
    filter: alpha(opacity=80);

    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
div.widget_post_tags div.tagcloud a:hover,
div.widget_tag_cloud div.tagcloud a:hover{
    opacity: 1.0;
    filter: alpha(opacity=100);    
}
div.widget_post_tags div.tagcloud a > span,
div.widget_tag_cloud div.tagcloud a > span{
    width: 300px;
    display: block;

    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
div.widget_post_tags div.tagcloud a:hover > span,
div.widget_tag_cloud div.tagcloud a:hover > span{
    margin-left: -22px;
}
div.widget_post_tags div.tagcloud a > span > span.counter,
div.widget_tag_cloud div.tagcloud a > span > span.counter{
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;   
}
div.widget_post_tags div.tagcloud a:hover span.counter,
div.widget_tag_cloud div.tagcloud a:hover span.counter{
    margin-left: 0px !important;
}
div.widget_post_tags div.tagcloud a > span span,
div.widget_tag_cloud div.tagcloud a > span span{
    float: left;
}
div.widget_post_tags div.tagcloud a span.icon,
div.widget_tag_cloud div.tagcloud a span.icon{
    max-width: 22px;
    background: rgba( 255,255,255, 0.1 );
    padding: 8px 5px;
}
div.widget_post_tags div.tagcloud a span.counter,
div.widget_tag_cloud div.tagcloud a span.counter{
    background: rgba( 0,0,0, 0.1 );
    font-family: Montserrat, sans-serif, Arial, serif;
    font-weight: bold;
    padding: 8px 7px;
    text-align: center;
}
div.widget_post_tags div.tagcloud a span.tag-name,
div.widget_tag_cloud div.tagcloud a span.tag-name{
    padding: 8px 10px;   
}


/* WIDGET RECENT COMMENTS */
div.widget_recent_comments h4.widget-title i{
    font-size: 18px;
    position: absolute;
    margin: 1px 24px 0px -24px;
}
div.widget_recent_comments h4.widget-title i:before{
    content: '\e897';
}
/* CUSTOM MENU */
div.widget_nav_menu h4.widget-title i{
    font-size: 18px;
    position: absolute;
    margin: 0px 24px 0px -24px;
}
div.widget_nav_menu h4.widget-title i:before{
    content: '\e922';
}
div.widget_nav_menu ul li a{
    background-image: url(../img/menu-arrow.png);
    background-position: -9px center;
    background-repeat: no-repeat;
    color: #1b1b1b;
    padding-left: 14px;
}
/* PAGES */
div.widget_pages h4.widget-title i{
    font-size: 18px;
    position: absolute;
    margin: 1px 24px 0px -22px;
}
div.widget_pages h4.widget-title i:before{
    content: '\e8a4';
}
div.widget_pages ul li a{
    background-image: url(../img/menu-arrow.png);
    background-position: -9px center;
    background-repeat: no-repeat;
    color: #1b1b1b;
    padding-left: 14px;
}

/* CUSTOM WIDGETS */
/* POST CATEGORIES */
div.widget_post_categories h4.widget-title i{
    font-size: 18px;
    position: absolute;
    margin: 0px 24px 0px -24px;
}
div.widget_post_categories h4.widget-title i:before{
    content: '\e922';
}
/* META DETAILS */
div.widget_post_meta li i{
    margin-right: 8px;
}
div.widget_post_meta li i
div.widget_post_meta li i:before{
    font-size: 12px;
}

/* NEWSLETTER */
div.widget_newsletter h4.widget-title i{
    font-size: 18px;
    position: absolute;
    margin: 1px 24px 0px -24px;
}
div.widget_newsletter h4.widget-title i:before{
    content: '\e844';
}

div.widget_newsletter span.description{
    display: block;
    font-style: italic;
    color: #666666;
    padding-top: 10px;
}
div.widget_newsletter input[type="text"]{
    width: 80%;
}
div.widget_newsletter button{
    float: right;
}


/* ASIDE FEATURES */
aside.mythemes-features div.feature-item div.widget_text div.textwidget,
aside.mythemes-features div.feature-item div.widget_text div.textwidget p{
    color: #999999;
    font-size: 13px;
    line-height: 18px;
    padding-left: 40px;
    margin: 0px;
}
aside.mythemes-features div.feature-item div.widget_text div.textwidget{
    padding: 0px;
}
aside.mythemes-features div.feature-item{
    margin-bottom: 0px;
}
aside.mythemes-features div.feature-item div.widget{
    margin-bottom: 0px;
}
aside.mythemes-features div.feature-item div.widget h3,
aside.mythemes-features div.feature-item div.widget_text h3{
    color: #555555;
    font-size: 17px;
    line-height: 23px;
    padding-top: 2px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
}

aside.mythemes-features div.feature-item div.widget ul > li:first-child{
    border-top: 1px solid #f2f2f2;
}
@media ( max-width: 991px ){
    aside.mythemes-features div.feature-item{
        padding-top: 30px;
    }

    aside.mythemes-features div.feature-item:first-child{
        padding-top: 0px;   
    }
}


/* FRONTPAGE AND FOOTER WIDGETS */
aside div.widget_text div.textwidget,
aside div.widget_text div.textwidget p,
footer aside div.widget_text div.textwidget,
footer aside div.widget_text div.textwidget p{
    color: #999999;
    margin: 10px 0px;
}

aside div.widget h5,
aside div.widget_text h5,
footer aside div.widget h5,
footer aside div.widget_text h5{
    color: #555555;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

aside div.widget_text div.textwidget,
footer aside div.widget_text div.textwidget{
    padding: 0px;
}

aside div.widget ul > li:first-child,
footer aside div.widget ul > li:first-child{
    border-top: 1px solid #f2f2f2;
}

aside div.widget_newsletter form p,
footer aside div.widget_newsletter form p{
    margin: 0px;
}


/* PLUGINS */
div.widget_top-posts h4.widget-title i{
    font-size: 19px;
    position: absolute;
    margin: -2px 24px 2px -24px;
}
div.widget_top-posts h4.widget-title i:before{
    content: '\ea72';
}

div.widget_top-posts ul li{
    margin: 0px;
}
div.widget_top-posts div.widgets-grid-layout{
    margin-top: 20px;
}
/* FACEBOOK */
div.widget_facebook_likebox h4.widget-title i{
    font-size: 19px;
    position: absolute;
    margin: -2px 24px 2px -24px;
}
div.widget_facebook_likebox h4.widget-title i:before{
    content: '\ea9a';
}
div.widget_facebook_likebox h4.widget-title a{
    color: #353d45;
    font-weight: 500;
}
div.widget_facebook_likebox h4.widget-title a:hover{
    color: #353535;
}
div.widget_facebook_likebox iframe{
    margin-top: 12px;
    width: 100% !important;
}
/* TWITTER TIME LINE */
div.widget_twitter_timeline h4.widget-title i{
    font-size: 19px;
    position: absolute;
    margin: -2px 24px 2px -24px;
}
div.widget_twitter_timeline h4.widget-title i:before{
    content: '\e802';
}
div.widget_twitter_timeline iframe{
    margin-top: 12px;
    width: 100% !important;   
}
/* GRAVATAR */
div.widget-grofile.grofile h4.widget-title i{
    font-size: 19px;
    position: absolute;
    margin: -2px 24px 2px -24px;
}
div.widget-grofile.grofile h4.widget-title i:before{
    content: '\ed0b';
}
div.widget-grofile.grofile img{
    float: left;
    margin-top: 12px;
    max-width: 65px;
    margin-right: 20px;
}
div.widget-grofile.grofile div.grofile-meta{
    float: left;
    display: block;
}
div.widget-grofile.grofile div.grofile-meta + h4{
    display: block;
}
div.widget-grofile.grofile a.grofile-full-link{
    background: #f0f0f0;
    display: inline-block;
    padding: 8px 15px;
    font-size: 12px;
    text-transform: uppercase;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

/* BLOG */
div.widget_jetpack_display_posts_widget div.jetpack-display-remote-posts{
    margin-top: 12px;
}
div.widget_jetpack_display_posts_widget div.jetpack-display-remote-posts h4{
    font-size: 16px;
    margin-top: 40px;
    text-transform: uppercase;
}
div.widget_jetpack_display_posts_widget div.jetpack-display-remote-posts h4:first-child{
    margin-top: 0px;
}
div.widget_jetpack_display_posts_widget div.jetpack-display-remote-posts img{
    margin-top: 15px;
    margin-bottom: 15px;
}
div.widget_jetpack_display_posts_widget div.jetpack-display-remote-posts p{
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Clean Testimonial plugin*/
div.widget.widget_testimonials_widget {
	
}

div.single-testimonial{
}

div.single-testimonial blockquote{
	font-family: 'cs_chatthaiuiregular', 'wp_domino_novelregular';
	padding: 0px;
	margin: 0px 0px 20px;
	color: #999;
	/* padding: 10px 20px;
	 * font-size: 16px;
	 * line-height: 18px;*/
	border: none;
}

div.single-testimonial blockquote::first-letter {  /* Use :first-letter if support for IE 8 or earlier is needed */
  color: red; 
  font-size: 130%; 
}

div.single-testimonial img{
	padding-top: 0px !important;
	margin: 0px 10px;
}

div.single-testimonial h5{
	font-family: 'cs_chatthaiuiregular', 'wp_domino_novelregular';
}

/* Link widget */
div.widget.widget_links ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.widget.widget_links h5{
	background: transparent url('../img/widget-link.png') no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	height: 24px;
	border-bottom: 1px solid #F2F2F2;
	font-size: 14px;
	color: #555;
	margin-bottom: 0px;
	padding-bottom: 14px;
	padding-left: 32px;
}

div.widget.widget_links ul li{
	padding: 5px 0px 5px 0px;
	
	-webkit-transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-o-transition: box-shadow 0.5s ease;
	-ms-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
}
div.widget.widget_links ul > li:first-child{
    border-top: none;
}
div.widget.widget_links ul li ul{
    padding-top: 5px;
}
div.widget.widget_links ul li ul > li:first-child{
    border-top: 1px solid #f2f2f2;
}
div.widget.widget_links ul li ul > li:last-child{
    padding-bottom: 0px;
}
div.widget.widget_links ul li a{
    color: #1b1b1b;
}

/* Dynamic row Link Manager for client icon */
div.dynamicrow{
    background-image: url('../img/header.png');
    background-position: top center; 
    background-attachment: fixed; 
    background-size: cover; 
    background-repeat: no-repeat;
    height: 250px;
    min-height: 250px;
}

div.dynamicrow * {
    text-align: center;
    vertical-align: middle;
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: regular;
}

div.dynamicrow ul.xoxo.blogroll {
    color: #ffffff;
    padding-top: 60px;
}


div.dynamicrow div.widget.widget_links h5 {
    background: none;
    text-transform: uppercase;
    height: 24px;
    border: none;
    color: #555;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 14px;
    padding-left: 32px;
    font-weight: normal;
}


div.dynamicrow ul.xoxo.blogroll > li {
    list-style: none;
    border: none !important;
    padding: 5px;
    margin: 3px;
    width: 96px;
    min-width: 96px;
    height: 96px;
    min-height: 96px;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    vertical-align: middle;
} 

div.dynamicrow ul.xoxo.blogroll > li:last-child {
    border-right: none;
}

div.dynamicrow ul.xoxo.blogroll > li:first-child {
    padding-left: 0px;
    margin-left: 0px;
}

div.dynamicrow ul.xoxo.blogroll > li > a {
    font-size: 16px;
    width: 100%;
}

/* Post in page : Employee card */
.no-padding > [class*='col-image'] {
    padding-right:0;
    padding-left:0;
}


article.card.employees.type-employees {
    padding-right: 3px;
    float:left;
}

article.card.employees.type-employees hr{
    border: none;
    clear: both;
}

article.employees.type-employees h6.employees.entry-title{
    margin-top: 0px;
}


div.post.hentry.ivycat-post.employee-card{
    background: #ffffff;
    height: 98px;
    max-height: 98px;
    max-width: 270px;
    width: 270px;
    position: relative;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,.05);
    text-align: left;
}

div.post.hentry.ivycat-post.employee-card img {
    border-radius: 3px 0px 0px 3px;;
    max-width: 96px !important;
}

div.post.hentry.ivycat-post.employee-card h6 {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 0px;
}

div.post.hentry.ivycat-post.employee-card p {
    font-size: 11px;
    margin: 3px 0px;
}

div.post.hentry.ivycat-post.employee-card-head{
    background: #ffffff;
    height: 350px;
    max-height: 350px;
    max-width: 270px;
    width: 270px;
    position: relative;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,.05);
    text-align: center;
}

div.post.hentry.ivycat-post.employee-card-head div.display-background {
     background: transparent url('../img/default-card-background.jpg');
}

div.post.hentry.ivycat-post.employee-card-head img {
    margin: 5px 0px;
    border-radius: 50%;
}

div.post.hentry.ivycat-post.employee-card-headfront{
    background: transparent;
    height: 245px;
    max-height: 245px;
    max-width: 270px;
    width: 270px;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
}

div.post.hentry.ivycat-post.employee-card-headfront div.display-background {
     background: transparent;
}

div.post.hentry.ivycat-post.employee-card-headfront img {
    margin: 5px 0px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,.05);
}

div.post.hentry.ivycat-post.employee-card-headfront  div.mythemes-social{
    text-align: center;
}

div.post.hentry.ivycat-post.employee-card-headfront  div.mythemes-social a{
    display: inline-block;

    width: 30px;
    height: 30px;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

div.post.hentry.ivycat-post.employee-card-headfront  div.mythemes-social a:before{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;   
}

div.post.hentry.ivycat-post.employee-card-headfront  div.mythemes-social a:hover:before{ 
    color: #26AD60; 
    text-decoration: none; 
}

/* Search on top*/
div.topperbar div.widget.widget_search {
    margin: 5px 0px;
}

nav.header-nav {
    padding: 10px 0px 40px 0px !important;
}

header hgroup {
    padding-top: 0px !important;
}


body {
    overflow-x:hidden !important;
}

/* TEXT DEFAULT - FOR SHORTCODE PLUGIN WIDGET */
div.widget_text h4.widget-title i{
    font-size: 14px;
    position: absolute;
    margin: 1px 24px 0px -24px;
}
div.widget_text h4.widget-title i:before{
    content: '\e9fc';
}

/* EVENT CALENDAR - FOR SHORTCODE PLUGIN WIDGET */
div#text-10 h4.widget-title i{
    font-size: 14px;
    position: absolute;
    margin: 1px 24px 0px -24px;
}
div#text-10 h4.widget-title i:before{
    content: '\eb2e';
}

/*AWESOME WEATHER WIDGET*/
div.widget_awesomeweatherwidget h4.widget-title i, div.widget_gadash_frontend_widget h4.widget-title i, div.fblike h4.widget-title i{
    font-size: 14px;
    position: absolute;
    margin: 1px 24px 0px -24px;
}
div.widget_awesomeweatherwidget h4.widget-title i:before{
    content: '\eb8d';
}

div.widget_gadash_frontend_widget h4.widget-title i:before{
}

div.fblike h4.widget-title i:before{
    content: '\f082';
}


/*DISPLAY POST LISTIN*/
div.display-posts-listing h5.widget-title i{
    font-family: fontello, sans-serif;
    font-size: 16px;
    font-size: 14px;
    position: absolute;
    margin: 1px 24px 0px 5px;
}
div.posts-category-news h5.widget-title i:before{
    content: '\e9fc';
}
div.posts-category-internal-announcement h5.widget-title i:before{
    content: '\e9fb';
}
div.posts-category-bid-and-auction h5.widget-title i:before{
    content: '\e930';
}
div.posts-category-job h5.widget-title i:before{
    content: '\e84c';
}
div.posts-category-news-network h5.widget-title i:before{
    content: '\eb1c';
}
div.posts-category-galleries-activity h5.widget-title i:before{
    content: '\e851';
}
div.posts-category-policy h5.widget-title i:before{
    content: '\e8b1';
}
div.posts-category-health-knowledge h5.widget-title i:before{
    content: '\e96f';
}
div.posts-category-health-blog h5.widget-title i:before{
    content: '\e825';
}
