.page-header {
  display: none;
}

#site-header.minimal-header.clr {
  position: fixed;
}

#footer-widgets .footer-box h3 {
  font-weight: 900;
}

#footer-widgets .footer-box {
  text-align: center;
}

.wpcf7-form.init {
  color: #000000;
}


@media only screen and (max-width: 768px) {
		#footer-widgets .footer-box {
  		width: 300px;
		}
}

@media only screen and (max-width: 600px) {
		#footer-widgets .footer-box {
  		width: 300px;
		}
}