.logo-wrapper {
    margin: 0 auto;
  }

#colophon #theme-attribution, #colophon #site-info {
  display: none;
}

.entry-content a {
  color: #3954AF;
}
.entry-content a:hover {
  color: #000;
	text-decoration:underline;
}

.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a {
  color: #000000;
}

.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a:hover {
  color: #3954AF !important;
	text-decoration: none;
}
@media (max-width: 767px){
		#masthead .hgroup {
				padding-bottom: 0px;
		}
}

.caldera-grid label {
		font-weight: 500;
		color: #000;
}
.caldera-grid .form-control, .caldera-grid output {
  color: #3954AF;
}
.caldera-grid .btn-default {
  color: #fff;
  background-color: #68686B;
  border-color: #68686B;
  border-radius: 8px;
}
.caldera-grid .btn-default:hover {
  color: #fff;
  background-color: #3954AF;
  border-color: #3954AF;
}