.wysiwyg { background-color: #fff; }

.wysiwyg-gray {
	background-color: gray;
    color: #fff;
}

/*
 * Sidebar Widget
 */
 
.wysiwyg-sidebar { margin-top: 50px; }

	.fx-widget,
	.wysiwyg-sidebar .fx-block--form { margin-bottom: 50px; }
	
@media (min-width: 1025px) {
	.wysiwyg-sidebar { margin-top: 0; }
}

	/*
	 * Form Widget
	 */
	
	.wysiwyg-sidebar .fx-block--form,
	.wysiwyg-sidebar .container { padding: 0; }
	
	.wysiwyg-sidebar .fx-block--form {
		padding: 20px;
		background: #16478E;
	}
		.fx-block--form__title { 
			color: #fff;
			font-size: 18px;
		}

	.wysiwyg-sidebar .col-sm-10 {
		padding: 0 16px;
		margin: 0;
		width: 100%;
	}
	
	@media (min-width: 1024px) {
		.fx-block--form__title { font-size: 24px; }
	}
	
	/*
	 * Text Widget
	 */
	 
	.fx-widget--text {
		border: 1px solid #eee;
		padding: 25px;
	}
	
	/*
	 * Testimonial Widget
	 */
	
	.fx-widget--testimonial { margin-bottom: 0; }
	
		.fx-widget--testimonial,
		.fx-widget--testimonial__title,
		.fx-widget--testimonial__content { text-align: center; }

		.fx-widget--testimonial__icon {
			max-width: 90px;
			margin: 0 auto 20px;
			line-height: 0;
			-webkit-border-radius: 50%;
			-webkit-border-bottom-right-radius: 0;
			-moz-border-radius: 50%;
			-moz-border-radius-bottomright: 0;
			border-radius: 50%;
			border-bottom-right-radius: 0;
			background: #2FA3F2 !important;
		}