/*
Theme Name: aps
Theme URI: http://aps.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author:aps
Author URI: http://aps.com
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

p img {
  padding: 0;
  max-width: 100%;
}
a img {
  border: none;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.mb-4.service-icon img {
  width: 18%;
}

/* End Images */

.header-search-wrapper {
  /* position: absolute;
  top: 100%;
  right: 20px;
  width: 280px; */
  display: none;
  z-index: 999;
  width: 100%;
}

.header-search-wrapper.active {
  display: block;
}

.header-search-form input {
  border-radius: 4px;
  padding: 10px 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.search-link {
  cursor: pointer;
}
.hidden-file {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

/* Emg Styles */
body .gform_wrapper .emg-form .button.gform_button {
    font-size: 1.8rem !important;
    padding: 12px 30px !important;
    font-weight: 500 !important;
    background-color: #ef4d25 !important;
    border-color: #ef4d25 !important;
    color: #fff !important;
    min-width: 270px !important;
}
body .gform_wrapper .emg-form .button.gform_button:hover {
    background-color: #fff !important;
    border-color: #ef4d25 !important;
    color: #ef4d25 !important;
}