/*** SMALL FONT ***/
.small-font {
  font-size: .9em;
}


/*** REMOVE BAR AND LINK ON HOME PAGE BANNERS ***/
.media-item a {
    display: none;
}


/*** CAPTCHA INPUT FIELD TO REDUCE WIDTH ***/
.wpcf7-form-control.wpcf7-captchar {
    width: 50px;
}

/**** for Contact Forms WIDGET ****/
textarea {
    height: 50px !important;
    width: 247px;
}
.wpcf7-form > p {
    padding-top: 5px;
}

/*** Adjust h4 headings on home page***/

#featured-articles-main h4 {
    margin: 10px !important;
}


/*** RSS FEED DISPLAY ***/
.rss2html-note > a {
    color: white !important;
}

.feed-item-title {
    font-size: 1.2em !important;
    font-style: normal !important;
    line-height: 20px !important;
    margin: 10px !important;
}


/** CATLIST plugin display **/
#lcp_instance_0 a {
    font-size: 16px;
    font-weight: bold;
}

.lcp_catlist {
    padding-bottom: 20px;
}

/** hide comments title **/
.comments-title {
    display: none;
}


/** for RSS feed display **/
.feed-item-title > a {
    font-family: arial;
    font-size: 11pt;
    text-transform: none;
}

.feed > p {
    color: #111111;
  	font-size: 19px;
}
