.single .cta-widget {
  display: none;
}

.single .after-entry .cta-widget {
  display: block;
}

.widget404 {
  margin-top: 30px;
  padding: 10px 0;
}

.widget404 .featured-content .entry {
  width: 48.717948717948715%;
  float: left;
  margin-left: 2.564102564102564%;
}

.widget404 .featured-content .entry:nth-child(even) {
  margin-left: 0;
  clear: left;
}

.wpcf7 input[type="checkbox"] {
  width: 25px;
}

#front-page-2 .flexible-widgets.widget-fourths .widget,
#front-page-2 .flexible-widgets.widget-fourths .widget:first-child {
	width: 25%;
  padding: 0 20px;
}

@media only screen and (max-width: 800px) {
	#front-page-2 .flexible-widgets.widget-fourths .widget,
	#front-page-2 .flexible-widgets.widget-fourths .widget:first-child {
		width: 100%;
	}
}