/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.site-content {
	width: 80%;
}

p {
	color: #FFFFFF;
}

/* Replace Comments section title MRFX-HC-24141238 
#respond h3 {
	font-size: 0;
}
#respond h3:after {
	content: "Post a Question/Comment: ";
	font-size: 20px;
} */

/* Change the color of the Author title in comments section */
.comment-author {
	color: #CCC;
}

/* Change the size of the comments */
.comment-content {
	font-size: 14px;
}
/* Change Subscribe button text and background color */
#subscribe-submit button {
    color: #00FFFF !important;
    background: #000 !important;
}

/* Change Subscription widget title */
.jetpack_subscription_widget .widget-title{
    font-size: 13.4px;
	  color: #00FFFF;
}
/* Change font size and color of sidebar widget Nav menu */
.widget-area a {
    font-size: 16px;
	  color: #00FFFF;
}
/* Change font size and color of text widget Nav menu */
.wf-active .widget-title{
    font-size: 16px !important;
	  color: #00FFFF !important;
}

/* Change font size, color and background of Search widget - Submit button */
.search-submit{
	background: #000 !important;
	color: #00FFFF !important;
	font-size: 12.8px;
}

/* Change Twitter timeline widget title */
.widget_twitter_timeline .widget-title{
    font-size: 16px;
	  color: #7bdcb5;
}

/* Change Quiz text color */
#fca_qc_question {
    color: #87CEFA !important;
}

/* Change Quiz score color */
.fca_qc_score_title {
    color: #00FF00 !important;
	  font-size: 20px !important;
}

/* Change Quiz score color */
.fca_qc_score_text {
    color: #7bdcb5 !important;
	  font-size: 20px !important;
}
/*Change color of Quiz question count */
.fca_qc_quiz_footer {
    color: #87CEFA !important;
}

/* Comment Form label text size */
.wp-block-jetpack-contact-form label{
	font-size: 14px !important;
}

/* Comment Form submit button text size */
.wp-block-jetpack-button .wp-block-button__link{
	font-size: 0.90em !important;
}

.contact-form-submission p{
	font-size: 14px !important;
}

.wf-active h3{
	font-size: 16px !important;
}